@charset "UTF-8";
.identify-verification {
    /* padding-top: 113px; */
}
html[lang="ar"] .identify-verification .user-details .span-2::after {
    content: "";
    position: absolute;
    left: 122px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
.identify-verification .tabs div:hover {
    background-color: rgba(240, 82, 113, 0.1019607843);
    color: #f05271;
    border-radius: 25px;
}

.identify-verification .tabs div i:hover {
    color: #f05271;
}

.identify-verification .tabs div img {
    margin-right: 10px;
}

.identify-verification .tabs div i {
    margin-right: 10px;
}

.identify-verification .profile-img {
    position: absolute;
    top: 50%;
    left: 32%;
    height: 111px;
    width: 111px;
}

.identify-verification .verification {
    display: flex;
    align-items: center;
    gap: 20px;
}

.identify-verification .verification .icon {
    background-color: #44bda4;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.identify-verification .verification .icon i {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.identify-verification .verification .title {
    color: #000000;
    font-weight: Bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

.identify-verification .verification .sub-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}

/*# sourceMappingURL=identifyVerification.css.map */
