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

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

html[lang="ar"]
    .profile-settings-step1-section
    .center-container
    .upload-container {
    margin-right: 11%;
}

.profile-settings-step1-section .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

.profile-settings-step1-section .tabs div i:hover {
    color: #8379b8;
}

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

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

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

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

.profile-settings-step1-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);
    padding: 10px 0px;
}

.profile-settings-step1-section .center-container .upload-container {
    width: 24%;
    position: relative;
}

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

.profile-settings-step1-section .center-container .file .profile {
    margin-left: 10px;
    margin-right: 10px;
    height: 74px;
    width: 74px;
    border-radius: 61px;
}
.profile-settings-step1-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;
    /* margin-left: 37%; */
    margin-left: 46%;
    width: 100%;
}
/* html[lang="ar"] .profile-settings-step1-section .center-container .file .upload-btn {
   
    margin-right: 47%;
} */
.profile-settings-step1-section .center-container .file .feedback-container {
    width: 15%;
    margin-right: 2%;
}

.profile-settings-step1-section .center-container .file .feedback {
    border: 1px solid #f05271;
    width: 100%;
    margin-right: 10px;
    height: 37px;
    color: #f05271;
    background-color: transparent;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
}

.profile-settings-step1-section .center-container .file button .photo-icon {
    margin-bottom: 5px;
}
html[lang="ar"]
    .profile-settings-step1-section
    .center-container
    .file
    button
    .photo-icon {
    margin-left: 10px;
}
html[lang="en"]
    .profile-settings-step1-section
    .center-container
    .file
    button
    .photo-icon {
    margin-right: 10px;
}
.profile-settings-step1-section .center-container .file .img-constraints {
    width: 53%;
}

.profile-settings-step1-section .center-container .file .img-size {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

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

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

.profile-settings-step1-section .personal-information button {
    width: 20%;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 35px;
    background-color: #f05271;
    font-family: Baloo 2;
    font-weight: Bold;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

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

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

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

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

.profile-settings-step1-section .center-container .input-groups .next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.profile-settings-step1-section .center-container .input-groups .next a div {
    height: 48px;
    width: 48px;
    background-color: #808080;
    border-radius: 35px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-settings-step1-section .center-container .input-groups .next a {
    text-decoration: none;
}

.profile-settings-step1-section .center-container .input-groups .next span {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    color: #808080;
}

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

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

.profile-settings-step1-section .center-container .input-half-width {
    width: 100%;
    height: 55px;
    color: #000000;
}

.profile-settings-step1-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%;
}

html[lang="ar"] .profile-settings-step1-section .profile-settings {
    margin-right: 28px;
    margin-left: 0px;
}
@media (max-width: 1082px) {
    .profile-settings-step1-section .center-container .row {
        flex-direction: column;
    }
}
@media (max-width: 990px) {
    .profile-settings-step1-section .center-container .file {
        flex-direction: column;
        padding: 20px 20px;
    }
    .profile-settings-step1-section .center-container .file .img-constraints {
        width: 100%;
        text-align: center;
    }
    .profile-settings-step1-section
        .center-container
        .file
        .feedback-container {
        width: 60%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .profile-settings-step1-section .center-container .upload-container {
        width: 66%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .profile-settings-step1-section .center-container .file .upload-btn {
        margin-left: 0px;
    }
}
@media (max-width: 709px) {
    .profile-settings-step1-section .personal-information {
        flex-direction: column;
    }
    .profile-settings-step1-section .personal-information p {
        margin-bottom: 10px;
    }
    .profile-settings-step1-section .personal-information button {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 379px) {
    .profile-settings-step1-section .center-container .col1 {
        margin-top: 30%;
    }
}

.custom-dropdwon {
    height: 55px !important;
    color: #000000;
}
/* color: rgba(0, 0, 0, 0.3607843137); */

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