
.sign-up-talents_sec .Logo-jobbri__1 {
    width: 100%;
    background: #f8f8fb 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: 2px solid #eeeeef;
    padding: 30px;
}

.sign-up-talents_content h2 {
    text-align: center;
    font-family: greycliff-cf;
    color: #31576F;
    font-weight: 900;
    font-size: 35px;
    padding: 25px 0px 0px 0px;
}

.sign-up-talents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign-up-talents_content {
    width: 72%;
    text-align: center;
    margin-left: 50px;
}

.sign-up-talents_image {
    position: relative;
}

.sign-up-talents_image img {
    width: 100%;
}

.sign-up-talents_title {
    position: absolute;
    left: 0;
    bottom: 45px;
    padding: 0px 30px;
}

.sign-up-talents_title h2 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 20px;
}

.sign-up_account {
    background: #00000045;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 13px;
}

.sign-up_account p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.sign-up_account a {
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #DCB05C;
    color: #fff;
    text-decoration: none;
    border-radius: 23px;
}

input.sign-up_input,
select.sign-up_input,
textarea.sign-up_input {
    height: 60px !important;
    border-radius: 29px;
    border: 2px solid #E4E6E8;
    font-size: 14px;
    position: relative;
    text-align: left;
}

textarea.sign-up_input {
    height: 200px !important;
}

input.sign-up_input:focus,
select.sign-up_input:focus,
textarea.sign-up_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #DCB05C;
    outline: 0;
    box-shadow: none;
}

i.ri-eye-line.riEyeLine {
    position: absolute;
    right: 20px;
    top: 15px;
}

.form-floating>input.sign-up_input,
.form-select,
.form-floating>textarea.sign-up_input {
    padding: 10px 26px;
}

.form-floating>label {
    padding: 14px 28px;
    font-size: 16px;
}

.or_row .Or.w-auto {
    background: #f8f8fb;
    z-index: 2;
}

.or_row {
    margin: 6px 0px;
}

.or_row:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    z-index: 1;
}

.para_discription {
    background: #fff;
    border-radius: 19px;
    height: 55px;
    padding: 0 20px;
    margin: 10px 0px;
}

.para_discription p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding-top: 9px;
}

.checkbox_conditions {
    position: relative;
    height: 55px;
    margin-bottom: 13px;
}

a.conditions {
    text-align: left;
    text-decoration: none;
    line-height: 18px;
    font-size: 12px;
    color: #8083A3;
    display: block;
    margin-bottom: 5px;
}

a.conditions label {
    position: absolute;
    left: 28px;
    top: 10px;
}

a.conditions input[type=checkbox] {
    position: relative;
    border: 2px solid #DCB05C;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 20px;
    opacity: .5;
}

a.conditions input[type=checkbox]:hover {
    opacity: 1;
}

a.conditions input[type=checkbox]:checked {
    background-color: #DCB05C;
    opacity: 1;
}

a.conditions input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

button.signBttn {
    border: none;
    outline: none;
}

.signBttn {
    background-color: #DCB05C;
    border-radius: 13px;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
}

.socail_link-icon a {
    display: block;
    background: #fff;
    border-radius: 29px;
    height: 36px;
    line-height: 32px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    border: 1px solid transparent;
    font-size: 14px;
}

.socail_link-icon a.search_google {
    background: #fff;
}

.socail_link-icon a.search_facebook {
    border: 1px solid #E4E6E8;
    background: transparent;
    color: #8083A3;
}

.socail_link-icon a.search_apple {
    background: #000000;
    color: #fff;
}

.socail_link-icon a.search_apple img {
    filter: brightness(0) invert(1);
}

.socail_link-icon a img {
    width: 17px;
    position: absolute;
    left: 13px;
    top: 8px;
}

.checkbox_conditionsForgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 4px;
    margin-bottom: 0px;
}

.center_stroke {
    border: 1px dashed #E4E6E8;
    border-radius: 28px;
    height: 50px;
    line-height: 44px;
    background: #FFFFFF;
}

.center_stroke a {
    color: #212529;
    text-decoration: none;
    font-size: 18px;
}

.sign-up-talents_content.default_content {
    margin-left: 0px;
    width: 60%;
}

.sign-up-talents.default_talents {
    justify-content: center;
}

h2.new_title {
    margin-bottom: 20px;
}


p.bottom_para {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

.form_group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form_group .form-floating {
    width: 50%;
}

.onLight_bttn button.signBttn {
    width: 48%;
    height: 50px;
    font-size: 16px;
}

button.signBttn.experience {
    background: transparent;
    border: 3px solid #DCB05C;
    color: #DCB05C;
    margin-bottom: 20px;
}

.onLight_next {
    position: relative;
}

.onLight_next a.back_inner {
    position: absolute;
    left: 80px;
    top: 12px;
    color: #8083A3;
    text-decoration: none;
}

.Logo-jobbri__1 .header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.header_top a.log_out {
    display: inline-block;
    border: 2px solid #DCB05C;
    color: #DCB05C;
    width: 140px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 26px;
    transition: all 0.4s ease-in-out;
}

.header_top a.log_out:hover {
    background: #DCB05C;
    color: #fff;
}

.form-floating>label {
    font-weight: bold;
    color: #31576F;
}

.Jobbri_image {
    margin: 40px 0px;
}

.Jobbri_image p {
    color: #31576F;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 30px;
}

.sign-up-talents_content.sign-up-talents_information_profile {
    width: 90%;
}

.information_profile {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}

.onLight_bttn.onLightBttn {
    text-align: left;
}

.onLight_bttn.onLightBttn button.signBttn {
    width: 60%;
}

.information_add {
    width: 260px;
    height: 222px;
    padding: 30px 0px;
    background: #FFFFFF;
    border-radius: 40px;
}

.information_add h4 {
    color: #60616C;
    font-size: 14px;
}

.information_add p {
    color: #8083A3;
    font-size: 14px;
    margin-bottom: 0;
}

.radio_check {
    text-align: left;
}

.information_profile form.information_profile-form {
    width: 62%;
}

/* ------------------ //radio_check_items// ------------- */
.radio_check {
    margin-bottom: 50px;
}

.radio_check p {
    color: #31576F;
    font-size: 14px;
    font-weight: bold;
}

.radio_check_items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio_check_items [type="radio"]:checked,
.radio_check_items [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio_check_items [type="radio"]:checked+label,
.radio_check_items [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radio_check_items [type="radio"]:checked+label:before,
.radio_check_items [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radio_check_items [type="radio"]:checked+label:after,
.radio_check_items [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #4290BF;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio_check_items [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio_check_items [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sign-up-talents_image.account_setting {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 60px #e4af6452;
    border-radius: 30px;
    padding: 30px;
    width: 50%;
}

.sign-up-talents_image.account_setting h2 {
    color: #31576F;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 18px;
}

.sign-up-talents_image.account_setting .confirm_action {
    text-align: left !important;
    margin-bottom: 4px;
    color: #31576F;
    font-weight: 600;
}

.sign-up-talents_image.account_setting button.signBttn.save-svgrepo-com {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

img.save-svgrepo-com {
    width: 15px;
}

form.account_setting {
    display: flex;
    align-items: center;
    gap: 4px;
}

.account_setting .form-floating {
    width: 100%;
}

form.account_setting .signBttn {
    width: 40%;
    height: 50px;
}

.sign-up_account.log_employers a {
    background: #DCB05C;
    font-size: 16px;
}

button.signBttn.log_employers {
    background: #5199C9;
    margin-top: 26px;
}

.form-floating.log_employers input.sign-up_input:focus,
.form-floating.log_employers select.sign-up_input:focus,
.form-floating.log_employers textarea.sign-up_input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5199C9;
    outline: 0;
    box-shadow: none;
}

.Logo-jobbri__1.lost-password_employers {
    padding: 120px 0px;
}

.header_top a.log_out.log_out-main {
    display: inline-block;
    border: 2px solid #5199C9;
    color: #5199C9;
    width: 140px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 26px;
    transition: all 0.4s ease-in-out;
}

.header_top a.log_out.log_out-main:hover {
    background: #5199C9;
    color: #fff;
}

.information_add img {
    width: 96px;
}

.Onboarding_container {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 8px;
}

.onLight_bttn.onLightBttn.Onboarding_onLightBttn {
    margin-top: 160px;
}

.Onboarding_container .form_group .form-floating {
    width: 100%;
}

.form-floating.mb-3.log_employers.width_sect-50 {
    width: 57.5%;
}

/* ================================================== */
.cover-upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.upload-box {
    border: 2px solid #E4E6E8;
    border-radius: 29px;
    padding: 40px;
    width: 100%;
    max-width: 700px;
    height: 220px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s;
    background: #ffffff;
}

.upload-box:hover {
    border-color: #5199C9;
}

.cover-title {
    position: absolute;
    top: 15px;
    left: 20px;
    font-weight: bold;
    color: #31576F;
    opacity: .65;
}

.plus-icon {
    font-size: 70px;
    color: #7d9aa3;
    font-weight: 100;
    line-height: 100px;
}

.upload-box:hover .plus-icon {
    color: #5199C9;
}

.resolution-text {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #7d9aa3;
}

.form-floating>label {
    max-width: 276px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ====================//filter-section//===================== */
.filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}

.filter-section_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-title {
    font-weight: 700;
    color: #1f4c59;
    margin-bottom: 16px;
    text-align: left;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: #f4f4f4;
}

.checkbox-wrapper input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #f5a623;
    border-color: #f5a623;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.checkbox-wrapper input[type="checkbox"]:checked+.custom-checkbox::after {
    opacity: 1;
}

.checkbox-label {
    font-weight: 400;
    color: #a0a0b0;
    font-size: 14px;
}

.checkbox-wrapper input[type="checkbox"]:checked~.checkbox-label {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.post_job-details {
    display: flex;
    align-items: center;
    gap: 40px;
}

.post_job-image {
    width: 46px;
    height: 46px;
    background: #309ac6;
    text-align: center;
    line-height: 42px;
    border-radius: 15px;
}

.post_job-details img {
    width: 30px;
    height: 30px;
}

.post_job-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post_job-title p {
    font-size: 13px;
    color: #2F556E;
    line-height: 17px;
}

.post_job-title a.back_inner {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: #8083A3;
    line-height: 13px;
}

.post_job-title p span {
    font-size: 12px;
}

.post_job-title a.back_inner i {
    font-size: 16px;
}

button.signBttn.bg-trans.log_employers {
    border: 2px solid #5199C9;
    background: transparent;
    color: #5199C9;
}

/* ======================== */
.custom__checkbox {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
    font-weight: 600;
    color: #31576F;
}

.custom__checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #d3d3d3;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.custom__checkbox input[type="checkbox"]:checked {
    background-color: #5199C9;
}

.custom__checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}