@charset "UTF-8";
.profile-settings-section {
    /* padding-top: 113px; */
}
html[lang="ar"]
    .profile-settings-section
    .center-container
    .file
    .feedback-container {
    margin-left: 2%;
}

html[lang="ar"]
    .profile-settings-section
    .center-container
    .file
    .feedback-container {
    margin-right: 0px;
}

html[lang="ar"] .profile-settings-section .center-container .upload-container {
    margin-right: 5%;
}
html[lang="ar"] .profile-settings-section .user-details .span-2::after {
    content: "";
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
html[lang="ar"] .profile-settings-section .col2 .span-2::after {
    content: "";
    position: absolute;
    left: 286px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
.profile-settings-section .tabs div:hover {
    background-color: rgba(240, 82, 113, 0.1019607843);
    color: #f05271;
    border-radius: 25px;
}

.profile-settings-section .tabs div i:hover {
    color: #f05271;
}

.profile-settings-section .tabs div img {
    margin-right: 10px;
}

.profile-settings-section .tabs div i {
    margin-right: 10px;
}
.profile-settings-section .profile-settings {
    margin-left: 28px;
    margin-bottom: 22px;
}

.profile-settings-section .center-container .profile-settings .span-1 {
    font-size: clamp(18px, 5vw, 36px);
    font-weight: 700;
    line-height: 38px;
    color: black;
}

.profile-settings-section .center-container .profile-settings .span-2 {
    font-size: clamp(12px, 5vw, 16px);
    font-weight: 500;
    color: #f05271;
    letter-spacing: 0px;
}

.profile-settings-section .center-container .file {
    width: 100%;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 77px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    position: relative;
    padding: 10px 0px;
}

.profile-settings-section .center-container .upload-container {
    width: 28%;
}

.profile-settings-section .center-container .file input {
    display: none;
    pointer-events: auto;
}

.profile-settings-section .center-container .file .profile {
    margin-left: 20px;
    margin-right: 20px;
    height: 74px;
    width: 74px;
    border-radius: 61px;
}
html[lang="en"] .profile-settings-section .filter-text {
    padding-left: 10px;
}
html[lang="ar"] .profile-settings-section .filter-text {
    padding-right: 10px;
}
html[lang="en"] .profile-settings-section .filter-arrow-svg {
    margin-right: 10px;
}
html[lang="ar"] .profile-settings-section .filter-arrow-svg {
    margin-left: 10px;
}
.profile-settings-section .filter-dropdown-toggle {
    border: none;
    outline: none;
}
.profile-settings-section .center-container .file .upload-btn {
    background-color: #f05271;
    border: none;
    outline: none;
    height: 59px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    width: 21%;
    top: 17px;
}
.profile-settings-section .filter-text {
    font-size: 16px;
    color: black;
}
.profile-settings-section .center-container .feedback:hover {
    background-color: #8379b8;
}
.profile-settings-section .center-container .file .upload-btn:hover {
    background-color: #8379b8;
}
html[lang="ar"] .profile-settings-section .center-container .file .upload-btn {
    left: 16px;
    right: auto;
}
html[lang="en"] .profile-settings-section .center-container .file .upload-btn {
    right: 16px;
}
.profile-settings-section .center-container .file .feedback-container {
    width: 50%;
    margin-right: 2%;
}

.profile-settings-section .center-container .file .feedback {
    border: 1px solid #f05271;
    width: 30%;
    margin-right: 10px;
    height: 37px;
    color: #f05271;
    background-color: transparent;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
}
.profile-settings-section .center-container .file .feedback:hover {
    background-color: #f05271;
    color: #ffffff;
    border: none;
}
.profile-settings-section .center-container .file button .photo-icon {
    margin-right: 10px;
    margin-bottom: 5px;
}

.profile-settings-section .center-container .file .img-size {
    color: rgba(0, 0, 0, 0.3607843137);
    font-size: 16px;
    font-weight: 500;
}

.profile-settings-section .personal-information {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.profile-settings-section .personal-information p {
    width: 100%;
    padding-left: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 32px;
}

.profile-settings-section .center-container .col {
    display: flex;
    flex-direction: column;
    height: 89px;
    margin-bottom: 10px;
}

.profile-settings-section .center-container .col label {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #808080;
    margin-bottom: 10px;
}

.profile-settings-section .center-container label.required::after {
    content: " *";
    color: #808080;
    font-weight: bold;
}

.profile-settings-section .center-container .input-groups {
    width: 95%;
}

.profile-settings-section .center-container .row {
    display: flex;
    margin-bottom: 10px;
}

.profile-settings-section .input-full-width {
    width: 90%;
    height: 60px;
}

.profile-settings-section .center-container .input-half-width {
    width: 100%;
    height: 55px;
}
.filter-dropdown {
    height: 55px;
}
.profile-settings-section .center-container input {
    padding: 0 24px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
    opacity: 1;
    border-radius: 168px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    width: 80%;
}
.profile-settings-section .custom-select {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.profile-settings-section .custom-select .options {
    color: #0000005c;
    font-family: Baloo 2;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0%;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px #0000001a;
    border-radius: 12px;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.8s ease;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.profile-settings-section .custom-select .label {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #808080;
}

html[lang="en"] .profile-settings-section .custom-select .label {
    margin-left: 20px;
}

html[lang="ar"] .profile-settings-section .custom-select .label {
    margin-right: 20px;
}

.profile-settings-section .custom-select .options.active {
    opacity: 1;
    pointer-events: all;
}

.profile-settings-section .custom-select .options div {
    padding: 5px 10px;
    border-radius: 12px;
}

.profile-settings-section .custom-select .options div:hover {
    background-color: #808080;
}

.profile-settings-section .select-placeholder {
    display: flex;
    justify-content: space-between;
    color: #0000005c;
    font-family: Baloo 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px #0000001a;
    border-radius: 100px;
}

.profile-settings-section .custom-select .select-placeholder .arrow.active {
    transform: rotate(180deg);
}

html[lang="ar"] .profile-settings-section .profile-settings {
    margin-right: 28px;
    margin-left: 0px;
}
@media (max-width: 1082px) {
    .profile-settings-section .center-container .row {
        flex-direction: column;
    }
}
@media (max-width: 990px) {
    .profile-settings-section .center-container .file {
        flex-direction: column;
        padding: 20px 20px;
    }
    .profile-settings-section .center-container .file .feedback-container {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .profile-settings-section .center-container .upload-container {
        width: 88%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .profile-settings-section .center-container .file .upload-btn {
        margin-left: 0px;
        position: unset;
        width: 100%;
    }
    html[lang="ar"] .profile-settings-section .col2 .span-2::after {
        display: none;
    }
    html[lang="en"] .profile-settings-section .col2 .span-2::before {
        display: none;
    }
    .profile-settings-section .profile-settings {
        margin-left: 0px;
    }
    html[lang="ar"] .col2 .span-2 {
        margin-right: 0px;
    }
    html[lang="en"] .col2 .span-2 {
        margin-left: 0px;
    }
    .profile-settings-section .profile-settings {
        display: flex;
        flex-direction: column;
    }
    html[lang="ar"]
        .profile-settings-section
        .center-container
        .upload-container {
        margin-right: 0px;
    }
    html[lang="en"]
        .profile-settings-section
        .center-container
        .upload-container {
        margin-left: 0px;
    }
}

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