body {
    box-sizing: border-box;
    font-family: 'Rubik';
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}



section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.light b,
.light strong,
.light li,
.light p,
.light a,
.light h3,
.light h4,
.light h2,
.light h1 {
    color: #fff;
}

p,
a,
li,
span {
    font-family: 'Rubik';

}

h1,
h2,
h4,
h5,
h6 {
    font-family: 'Rubik';

}
ul{
    padding: 0;
    margin: 0;
    
}

b,
strong {
    font-weight: 700;
    font-family: 'Rubik';
}

.up_t {
    text-transform: uppercase;
}

.center {
    text-align: center;
}
.head_h2 {
    font-size: 40px;
    line-height: normal;
    color: #212121;
    font-weight: 400;
}
.eror_ms {
    font-size: 14px;
    width: 100%;
    color: #f00;
}

/*----------- same section css ------*/
.container {
    max-width: 1400px;
    width: 80%;
}

.container-fluid {
    padding: 0;
}


.pa_t_4 {
    padding-top: 40px;
}

.pa_t_5 {
    padding-top: 50px;
}

.pa_t_6 {
    padding-top: 60px;
}

.pa_t_7 {
    padding-top: 70px;
}

.pa_t_8 {
    padding-top: 80px;
}

.pa_t_9 {
    padding-top: 90px;
}

.pa_t_10 {
    padding-top: 100px;
}

.pa_b_2 {
    padding-bottom: 20px;

}

.pa_b_3 {
    padding-bottom:30px;

}

.pa_b_4 {
    padding-bottom: 40px;

}

.pa_b_5 {
    padding-bottom: 50px;

}

.pa_b_6 {
    padding-bottom: 60px;

}

.pa_b_7 {
    padding-bottom: 70px;

}

.pa_b_8 {
    padding-bottom: 80px;

}

.pa_b_9 {
    padding-bottom: 90px;

}

.pa_b_10 {
    padding-bottom: 100px;

}

.po_r {
    position: relative;
}

.pa_l_1 {
    padding-left: 10px;
}

.pa_l_2 {
    padding-left: 20px;
}

.pa_l_3 {
    padding-left: 30px;
}

.pa_l_4 {
    padding-left: 40px;
}

.pa_l_5 {
    padding-left: 50px;
}

.pa_l_6 {
    padding-left: 60px;
}

.pa_l_7 {
    padding-left: 70px;
}

.pa_l_8 {
    padding-left: 80px;
}

.pa_l_9 {
    padding-left: 90px;
}

.pa_l_10 {
    padding-left: 100px;
}

/*------------------------*/


.pa_r_1 {
    padding-right: 10px;
}

.pa_r_2 {
    padding-right: 20px;
}

.pa_r_3 {
    padding-right: 30px;
}

.pa_r_4 {
    padding-right: 40px;
}

.pa_r_5 {
    padding-right: 50px;
}

.pa_r_6 {
    padding-right: 60px;
}

.pa_r_7 {
    padding-right: 70px;
}

.pa_r_8 {
    padding-right: 80px;
}

.pa_r_9 {
    padding-right: 90px;
}

.pa_r_10 {
    padding-right: 100px;
}

/*--------------------*/

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

















.banner_price span.willing-to-relocate {
    background-color: #348ff1;
    margin: 10px 0 5px 0 !important;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    padding: 5px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid #348ff1;
    line-height: normal;
}



header.header .right_buttom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.header {
    padding: 8px 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 7%);
    position: relative;
    z-index: 9;
    background: #fff;
}
header.header .right_buttom a.but_g {

    text-decoration: none;
    padding: 12px 22px;
    margin-left: 12px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
}

header.header .row {
    display: flex;
    align-items: center;
}

section.banner {
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

section.banner .banner_cont {
    padding-bottom: 60px;
}

section.banner .banner_cont h1 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 56px;
}

section.banner .banner_cont p {
    font-size: 25px;
    color: #fff;
    font-weight: 200;
}

section.banner .banner_buttom .fill_but a {
    background: #ffffff;
    border-color: #fff;;
    color: #212121;
    text-decoration: none;
    padding: 12px 22px;
    margin-left: 12px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    max-width: 239px;
    width: 100%;
}

header.header .right_buttom a.but_g:hover,
section.banner .banner_buttom .fill_but a:hover {
    background: #0332d8;
    color: #fff;
}

section.banner .banner_buttom a {
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

section.banner .banner_buttom .fill_but {
    padding-bottom: 19px;
}



section.banner .banner_buttom a:hover {
    color: #212121;
}

.landing_buttom .content_c p {
    margin: 0;
    font-size: 20px;
    line-height: 33px;
    padding-top: 13px;
}


/*---------------------- popup css -------------------*/
.modal-dialog {
    width: 90%;
    max-width: 580px;
}

.modal-content .popup_login {
    padding: 0 30px 30px;
}

.popup_login .pop_cont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
    position: relative;
    margin-top: 10px;
}

.modal-content .modal-header {
    padding: 18px 14px 0 30px;
    border: 0;
    align-items: flex-start;
}

.popup_login .pop_cont .socil_login {
    width: 45%;
    text-align: center;
}

.popup_login .pop_cont .candid_box {
    width: 45%;
}

.popup_login .pop_cont .mid_or {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
}
.creat_form .modal-dialog.cand_sign_in {
    max-width: 620px;
}
.popup_login .pop_cont .mid_or p {
    font-size: 16px;
    margin: 0;
}

.popup_login .pop_cont .mid_or::after {
    content: "";
    position: relative;
    height: calc(100% - 41px);
    display: inline-block;
    width: 1px;
    background: #B0B1B1;
}

.mail_login h3 {
    font-size: 22.62px;
    font-weight: 700;
    padding-bottom: 32px;
    margin: 0;
}

.mail_login form input {
    font-size: 16px;
    text-align: center;
    padding: 12px;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #ddd !important;
    background: #F5F5F5;
    font-style: normal;
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
}

.mail_login form input::placeholder {
    font-style: italic;
    font-size: 16px;
}
.mail_login form input[type="submit"] {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border-color: #348FF1 !important;
    width: 100%;
    margin-top: 0px;
}

.popup_login .pop_cont .socil_login .socil {
    padding-top: 16px;
}


.socil_login .socil h4 {
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 16px;
    margin: 0;
}

.socil_login .socil .google a,
.socil_login .socil .linkdin a {
    border: 1px solid #D9D9D9;
    display: block;
    border-radius: 5px;
    padding: 8px;
    line-height: normal;
    margin-bottom: 16px;
}

.socil_login .new_account a, .login_hlp .forget_pass a {
    font-size: 12px !important;
    color: #348FF1;
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    
}


.login_hlp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socil_login .new_account {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0px;
}
.Create-Hirer-Account .hr-content .hr-btm form .form-group select {
    font-size: 16px;
    text-align: left;
    padding: 12px;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #ddd !important;
    background-color: #F5F5F5;
    font-style: normal;
    outline: 0;
    width: 100%;
    margin-top: 16px;
    font-style: italic;
    padding-right: 39px;
}
.Create-Hirer-Account .hr-content .hr-btm form .captcha_div {
    padding-top: 22px;
}

.Create-Hirer-Account .hr-content .hr-btm form .captcha_div p {
    font-size: 14px;
    color: #000 !important;
}

.Create-Hirer-Account .hr-content .hr-btm form .captcha_div p a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.Create-Hirer-Account .hr-content .hr-btm form .captcha_div p a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all ease-in-out 0.4s;
}

.Create-Hirer-Account .hr-content .hr-btm form .captcha_div p a:hover::after {
    width: 100%;
}

.Create-Hirer-Account .hr-content .hr-btm form .captcha_div p {
    padding-top: 6px;
    margin: 0 0 10px;
}

.Create-Hirer-Account .hr-content .hr-btm form .captcha_div span.input-group-text {
    background: transparent;
    border: 0;
    padding: 0 0 6px;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #222529;
    line-height: normal;
    text-transform: uppercase;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .com_err {
    position: relative;
    bottom: -24px; 
    color: #f30;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.captcha_div .com_err {
    text-align: center;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .com_err span {
    font-size: 14px;
    width: 100%;
    color: #f00;
}
.Create-Hirer-Account .hr-content .hr-btm form .captcha_div input#captcha_code {
    margin: 5px 0 0;
}

.popup_login .pop_cont .candid_box h2 {
    font-size: 22.62px;
    font-weight: 700;
    text-align: center;
    max-width: 180px;
    padding-bottom: 17px;
    margin: 0 auto;
}

.popup_login .pop_cont .cunt_buttom a {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border-color: #348FF1 !important;
    width: 100%;
    margin-top: 16px;
    text-align: center;
    transition: all ease-in-out 0.4s;
}
.Create-Hirer-Account .hr-content {
    padding: 0;
    max-width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
.Create-Hirer-Account .hr-content .hr-lgo a img {
    width: 71.37px;
    height: 33.16px;
}
.Create-Hirer-Account .hr-content .hr-btm {
    padding-top: 20px;
}
.Create-Hirer-Account .hr-content .hr-btm .hr-hddi h1 {
    font-size: 22.62px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
.Create-Hirer-Account .hr-content .hr-btm form input {
    font-size: 16px;
    text-align: left;
    padding: 12px;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #ddd !important;
    background: #F5F5F5;
    font-style: normal;
    outline: 0;
    width: 100%;
    margin-top: 16px;
    font-style: italic;
}
.Create-Hirer-Account .hr-content .hr-btm form input[type="submit"] {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border-color: #348FF1 !important;
    width: 100%;
    margin-top: 16px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
.Create-Hirer-Account .hr-content .hr-btm .socil h4 {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    padding: 16px 0;
    margin: 0;
}
.Create-Hirer-Account .hr-content .hr-btm .socil .google a, .Create-Hirer-Account .hr-content .hr-btm .socil .linkdin a {
    border: 1px solid #D9D9D9;
    display: block;
    border-radius: 5px;
    padding: 8px;
    line-height: normal;
    margin-bottom: 16px;
    text-align: center;
    height: 40px;
}
.Create-Hirer-Account .hr-content .hr-btm .socil .linkdin a {
    margin-bottom: 0px !important;
}
.creat_form .modal-dialog {
    max-width: 360px;
    border: 0;
}

.creat_form .modal-dialog .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.modal.show .modal-dialog .modal-content {
    border: 0;
}
/*------------------------- creat account ---------------------*/

label.form-check-label .form-check-input[type=checkbox]:checked::before {
    z-index: 11;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.form-check-input[type=radio]:checked::before {
    z-index: 11;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.form-check-input[type=radio] {
    outline: 0 !important;
    box-shadow: unset !important;
}

label.form-check-label .form-check-input[type=checkbox]:checked {
  background-color: #F5F5F5;
}

/* .form-check-input:checked[type=checkbox] {
  box-shadow: none;
  background-image: url("../image/select_tick.png");
} */


button.btn.btn-primary:hover {
    background: #348ff1 !important;
}

span.gray_bac_b {
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    background-color: #ececec;
    padding: 7px 12px;
    border-radius: 30px;
    display: inline-block;
    margin: 3px 2px;
    line-height: normal;
}
.job_profile_box ul {
    display: inline-flex;
    flex-wrap: wrap;
}
.candidate-banner.hirer .candidate_wrap .banner_profile {
    width: 100%;
}

.job_profile_box {
    padding-bottom: 9px;
}

.job_profile_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.job_profile_box.location_box h2 {
    width: 100%;
    padding: 0 0 15px;
    font-size: 25px;
    margin: 0;
}

span.blu_brd_w {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    color: #00B1FF;
    letter-spacing: 0;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 55px;
    margin: 3px;
    line-height: normal;
    background: #fff;
    translate: all ease-in-out 0.4s;
}
.banner_buttom a.audit_yelo {
    background: #E4AB00;
    border-color: #E4AB00;
    color: #fff;
}
.banner_buttom a.audit_yelo:hover{
background: #0638da;
border-color: #0638da;
color: #fff;
}
.prefer_box span.blu_brd_w {
    border: 1px solid #00B1FF;
}
.job_profile_box h3 {
    padding-right: 12px;
}
.error {
    font-size: 14px;
    font-weight: 600;
    color: #FF3D00;
    margin-bottom: 10px;
}


/*---------------------------------------- rec folder ------------------*/
.recuter_login_form_s .cont_login {
    text-align: center;
    padding: 21px 0 9px;
}

.recuter_login_form_s .cont_login a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.job_brows ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 18px;
}

.job_brows ul li {
    display: block;
    background: transparent;
    font-weight: 400;
}

.job_brows ul li.nav_active a, .job_brows ul li a:hover {
    color: #348FF1;
    text-decoration: underline;
}

.job_brows ul li a {
    transition: all ease-in-out 0.4s;
}
.btn-primary, .btn_primiry {
    background: #348FF1;
    border-color: #348FF1;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    padding: 11px 31px;
    line-height: normal;
    line-height: 24px;
}
.btn-primary:hover, .btn_primiry:hover, section.banner .banner_buttom .fill_but a:hover{
    color: #fff;
    border-color: #0638da;
}
.title {
    display: flex;
    flex-wrap: wrap;
}
.candidate-banner .candidate_wrap .banner_profile span.title_number {
    display: inline-flex;
    margin-left: 8px;
}
.title h1 {
    margin-right: 9px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 260px;
    right: -50px;
    left: unset;
    box-shadow: 0px 10px 10px rgb(78 78 78 / 10%);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    background: #EDF2F9;
    border-bottom: 1px solid #fff;
    transition: all ease-in-out 0.4s;
    font-size: 16px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child a {
    border: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    background: #348ff1;
    color: #fff;
}
.apprvl_status a {
    padding: 0px 10px;
    border: 2px solid #000000;
    border-radius: 5px;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none;
}
.apprvl_status a::before {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    content: "\2b";
    text-rendering: auto;
    font-weight: 700;
    font-size: 21px;
    margin-right: 7px;
    line-height: normal;
color: #000000;
}

/*------------- sidber and pagnation --------------------------*/
.cand_job_box_main .sideber_weget {
    width: 270px;
    padding: 30px;
    background-color: #F1F7FF;
}

.job_filter form.sideber_ {
    margin: 0;
}
.filter_head h2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #000;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all ease-in-out 0.4s;
}
.filter_head h2 img {
    margin-right: 19px;
}
.sideber_weget .filter_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    padding-bottom: 12px;
    justify-content: space-between;
}

.prefer_box ul li {
    display: inline-block;
}

.sideber_weget .filter_wrap .btn.btn-primary {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    padding: 9px 19px;
    border: 0;
    box-shadow: unset;
    line-height: normal;
    margin: 0;
}
.sideber_weget .sid_box label.form-label {
    font-size: 16px;
    line-height: normal;
    color: #595959;
}

.sideber_weget .sideber_ .sid_box.bordr {
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.sideber_weget .sid_box .form-control {
    padding: 13px 10px;
    font-size: 12px;
    color: #595959;
    background-color: #f5f5f5;
    font-weight: 600;
}
.filter_cont {
    padding-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    align-items: center;
    font-size: 20px;
}
.pagination span.pg_q {
    padding-right: 20px;
}
.pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 16px;
}

.pagination ul li {
    list-style: none;
}

.pagination ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding: 19px 12px;
}

.sideber_weget .sideber_ .sid_box {
    padding-top: 15px;
}

.pagination_job.pagination {
    padding-top: 60px;
}

.filter_head.active h2 {
    padding: 0;
    margin: 0;
}

.filter_head.active {
    background: transparent;
    padding: 0;
}


li.next a::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 14px;
    background-position: center;
    background-image: url(../image/right_arrow.png);
    display: inline-block;
    margin-left: 7px;
}

li.prev a::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 14px;
    background-position: center;
    background-image: url(../image/left_arrow.png);
    display: inline-block;
    margin-right: 7px;
}
#candidate_nearly_there_popup.modal.show .modal-dialog .modal-content {
    background: transparent !important;
}
.red_res {
    font-size: 14px;
    width: 100%;
    color: #f00;
}
/*------------- end sidber and pagnation --------------------------*/


/*---------------------- all popup login form ------------------------------*/
.cannot_log_box .hr-hddi h1 {
    font-weight: 500 !important;
    max-width: 100% !important;
    padding: 0 0 20px;
    line-height: 34px;
    font-size: 27px !important;
}

.cannot_log_box .hr-hddi h1 span {
    color: #348FF1;
}



/* -----------------Candidate invite screen Desktop----------------------- */

.banner.invite .banner_cont {
    padding-bottom: 0;
}
.banner.invite .banner_cont h1 {
    color: #fff;
    padding-top: 34px;
    padding-bottom: 34px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 50px;
    margin: 0;
}
.banner.invite .banner_cont h2 {
    color: #fff;
    padding-top: 0;
    padding-bottom: 34px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 40px;
    margin: 0;
}
.candidate_invite_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto;
    column-gap: 21px;
}
.candidate_invite_wrap .congrat_candidate, .candidate_invite_wrap .candidate_details {
    width: 48%;
}
.candidate_invite_wrap h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.candidate_invite_wrap h3.center {
    text-align: center;
    padding-bottom: 36px;
    margin: 0;
}
.candidate_invite_wrap p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-top: 12px;
}
.candidate_details h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #fff;
    padding-bottom: 18px;
    margin: 0;
}
.candidate_form {
    padding-bottom: 18px;
    text-align: left;
}
.candidate_form input {
    font-size: 16px;
    text-align: left;
    padding: 12px;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #ddd !important;
    background: #F5F5F5;
    font-style: normal;
    outline: 0;
    width: 100%;
    margin-top: 5px;
    font-style: italic;
}
.candidate_form .candidate_form_label {
    font-size: 14px;
    color: #fff;
}
.candidate_form .candidate_form_label strong {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.candidate_form input[type="email"] {
    color: #212121;
}
.candidate_form input[type="submit"] {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #348FF1;
    font-style: normal;
}
.work_txt h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-bottom: 31px;
}
.work_txt .work_box {
    padding-bottom: 31px;
}
.work_txt .work_box h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.work_txt .work_box ul {
    padding-left: 20px;
}
.work_txt .work_box ul li {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}
.work_txt .work_box h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
span.italic {
    font-style: italic;
}
.work_txt .work_box p {
    color: #fff;
}
.work_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.work_txt {
    width: 60%;
}
.work_image {
    width: 38%;
}
.work_image_top img {
    width: 100%;
}
.work_image .work_image_top {
    padding-top: 80px;
}
.work_image_bottom {
    margin-top: -220px;
    margin-left: -80px;
}
.work_txt .work_box.btm {
    width: 90%;
}
.term_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.term_wrap .term, .term_wrap .privecy {
    width: 48%;
}
.term_wrap h5, .term_wrap p {
    color: #fff;
}
.term_wrap h5 {
    font-size: 18px;
    font-weight: 400;
}

.commitment p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.commitment p strong a {
    text-decoration: none;
    color: #fff;
}
.modal-backdrop.fade.show {
    display: none;
}

.modal.show {
    background: rgb(0 0 0 / 50%) !important;
}
.candidate_signup_form_result span.usr_ex {
    font-size: 13px;
    color: #f00;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    display: block;
    padding: 4px 0 0;
}
div#we_can_help_popup .modal-dialog {
    max-width: 330px;
}

div#we_can_help_popup .Create-Hirer-Account .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

div#we_can_help_popup.modal.show .modal-dialog .join_form {
    text-align: center;
}
.com_err span.succ {
    color: #0c5000;
    font-weight: 500;
    padding: 4px 0;
    display: block;
}
a.approve_btn, .btn.btn-primary.approve_btn, .btn.btn-primary.approve_btn:hover {
    background: #73F011 !important;
    border: 1px solid #73F011 !important;
    color: #000;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 600;
}
div#job_deleted_result, div#job_deleted_result span.success {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #D33300 !important;
}
.preview_popup .modal-content {
    max-width: 1380px;
    margin: 0 auto;
}

.preview_popup {
    background: #000c;
    padding: 60px 20px;
    overflow-x: hidden;
}
.preview_popup .modal-content .job_prev_title {
    padding: 20px;
    position: relative;
}

.preview_popup .modal-content .job_prev_title span.close {
    position: absolute;
    right: -20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00;
    color: #fff;
    font-size: 32px;
    border-radius: 100%;
    top: -20px;
    line-height: normal;
    cursor: pointer;
}
.preview_popup .modal-content .container {
    width: 100%;
    padding: 0 50px;
}
.candidate-banner .candidate_wrap .banner_price h4.status {
    width: auto;
}

.preview_popup .banner_price h4.posted {
    color: #595959;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 0px;
}

.preview_popup .banner_price h3.price_number {
    color: #595959;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    display: block;
    height: auto;
}
/* -----------------Candidate invite screen Desktop----------------------- */

/*------------------ all new css --------------------------*/
div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv {
    padding-top: 13px;
}
div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv input#request_join_cv {
    margin: 4px 0 0;
}
.req_sec_body {
    text-align: center;
}

.req_sec_body h3 {
    padding-bottom: 9px;
}
/*------------------ end all new css --------------------------*/



/*-----------------------  candidate css (25.06.24) ----------------------------------*/
/*
section.candidate-banner .message_div.success {
    position: absolute;
    top: 0px;
    z-index: 111;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #00b507;
    text-transform: capitalize;
    pointer-events: none;
}
*/
.message_div.center_popup_all{
    position: fixed;
    top: 0px;
    z-index: 111;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.candidate-banner {
    position: relative;
}
a.audit_green, a.audit_green:focus {
    background: #73F011;
    border-color: #73F011;
    color: #000;
    font-size: 16px !important;
}
.banner_buttom .copied span {
    font-size: 12px;
    font-weight: 600;
    color: #00b507;
}
.candidate-banner .candidate_wrap .banner_buttom.right .success span {
    font-size: 12px;
font-weight: 600;
color: #00b507;
display: inline-block;
}
.banner_buttom .copied {
    display: block;
    width: auto;
    text-align: center;
}
.filter_cont .filter_skill_box ul#skill_filter_list, 
.filter_cont .work_type_ul, 
.filter_cont .company_ul, .filter_cont .location_filter_ul, 
.filter_cont .work_preference_filter_ul, 
.sideber_weget .filter_cont .sid_box.bordr ul.com_ulx{
    padding: 11px 0;
    background: #ebebeb;
    max-height: 150px;
    overflow-x: hidden;
    width: 100%;
}

.filter_cont .filter_skill_box ul#skill_filter_list li,  
.filter_cont .work_type_ul li, 
.filter_cont .company_ul li,
 .filter_cont .location_filter_ul li, 
.filter_cont .work_preference_filter_ul li, 
.sideber_weget .filter_cont .sid_box.bordr ul.com_ulx li{
    display: block;
}

.filter_cont .filter_skill_box ul#skill_filter_list li a,  
.filter_cont .work_type_ul li a, 
.filter_cont .company_ul li a, 
 .filter_cont .location_filter_ul li a, 
.filter_cont .work_preference_filter_ul li a, 
.sideber_weget .filter_cont .sid_box.bordr ul.com_ulx li a{
    padding: 3px 8px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222529;
    transition: all ease-in-out 0.4s;
}

.filter_cont .filter_skill_box ul#skill_filter_list li a:hover,  
.filter_cont .work_type_ul li a:hover, 
.filter_cont .company_ul li a:hover, 
 .filter_cont .location_filter_ul li a:hover, 
.filter_cont .work_preference_filter_ul li a:hover, 
\.sideber_weget .filter_cont .sid_box.bordr ul.com_ulx li a:hover{
    background: #ddd;
}
.filter_cont ul, .skill_box .skill_txt::-webkit-scrollbar, .job_dtls .job_cont::-webkit-scrollbar, 
.filter_cont .filter_skill_box ul#skill_filter_list::-webkit-scrollbar, 
.filter_cont .work_type_ul::-webkit-scrollbar, 
.filter_cont .company_ul::-webkit-scrollbar, 
.filter_cont .location_filter_ul::-webkit-scrollbar, 
.filter_cont .work_preference_filter_ul::-webkit-scrollbar, 
.job_description::-webkit-scrollbar {
  width: 7px;
}

.filter_cont ul::-webkit-scrollbar-track, .skill_box .skill_txt::-webkit-scrollbar-track, .job_dtls .job_cont::-webkit-scrollbar-track, 
.filter_cont .filter_skill_box ul#skill_filter_list::-webkit-scrollbar-track, 
.filter_cont .work_type_ul::-webkit-scrollbar-track, 
.filter_cont .company_ul::-webkit-scrollbar-track, 
.filter_cont .location_filter_ul::-webkit-scrollbar-track, 
.filter_cont .work_preference_filter_ul::-webkit-scrollbar-track, 
.job_description::-webkit-scrollbar-track {
  background: rgb(52 143 241 / 17%); 
}
 
.filter_cont ul::-webkit-scrollbar-thumb, .skill_box .skill_txt::-webkit-scrollbar-thumb, .job_dtls .job_cont::-webkit-scrollbar-thumb, 
.filter_cont .filter_skill_box ul#skill_filter_list::-webkit-scrollbar-thumb, 
.filter_cont .work_type_ul::-webkit-scrollbar-thumb, 
.filter_cont .company_ul::-webkit-scrollbar-thumb, 
.filter_cont .location_filter_ul::-webkit-scrollbar-thumb, 
.filter_cont .work_preference_filter_ul::-webkit-scrollbar-thumb, 
.job_description::-webkit-scrollbar-thumb {
  background: rgb(52 143 241 / 68%); 
}
.job_dtls .job_cont, .job_description {
    max-height: 210px;
    overflow-x: hidden;
    padding-right: 5px;
}
#hirer_nearly_there_popup .modal-content {
    background: transparent;
}

.sideber_weget .filter_cont .sid_box.bordr {
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sideber_weget .filter_cont .sid_box.bordr:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog {
    max-width: 750px;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group {
    width: 49%;
    text-align: left;
    padding-bottom: 19px !important;
    padding-top: 0 !important;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv {
    width: 100%;
    text-align: center;
    padding: 0px !important;
    position: relative;
    border: 2px dashed #ddd;
    max-width: 543px;
    margin: 20px auto 30px;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.captcha_div {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.captcha_div .form-group {
    width: 100%;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group input {
    text-align: left;
    margin: 0 0 0;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group select{
    margin: 0;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group label {
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #222529;
    line-height: normal;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .hr-hddi {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 27px;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog h1 {
    max-width: 300px !important;
    display: block;
    width: 100%;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv input#request_join_cv {
position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv span {
    font-size: 13px !important;
}
div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv label, div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv span {
    display: block;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
}
div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv label {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px !important;
    position: relative;
    cursor: pointer;
}
div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv span.but {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700;
    color: #595959;
    border: 1px solid #ddd;
    background: #EDF2F9;
    padding: 8px 14px;
    border-radius: 6px;
    margin: 3px 0 8px;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .btn-group {
    width: 100%;
    text-align: center;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .btn-group input#request_join_submit {
    width: 250px;
    margin: 0 auto;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .modal-body {
    padding: 0 20px 50px;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .modal-header {
    padding: 25px 20px 0;
}
div#we_can_help_popup.modal.show .modal-dialog .join_form .requst_cv span.resume_lb {
    font-size: 16px !important;
    padding: 0 0 8px 0;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .usr_uploaded_file {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto 25px;
    border: 2px solid #348FF1;
    border-radius: 8px;
    overflow: hidden;
    flex-wrap: wrap;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .usr_uploaded_file span.uploaded_file_type {
    background: #348FF1;
    padding: 12px;
    color: #fff;
    font-size: 16px !important;
    text-transform: uppercase;
    width: 68px;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .usr_uploaded_file span.remove_uploaded_cv {
    width: 44px;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .usr_uploaded_file span.uploaded_file_name {
    width: calc(100% - 112px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 500;
}

div#we_can_help_popup.we_can_help_popup_cand .modal-dialog .join_form .form-group.requst_cv .usr_uploaded_file span.remove_uploaded_cv a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.Create-Hirer-Account .hr-content .hr-btm form input[type="submit"]:hover {
    background: #0638DA;
    border-color: #0638DA !important;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog div#req_access_success p a#req_succ_return {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border-color: #348FF1 !important;
    width: auto;
    margin-top: 16px;
    text-align: center;
    transition: all ease-in-out 0.4s;
}
div#we_can_help_popup.we_can_help_popup_cand .modal-dialog div#req_access_success p a#req_succ_return {
    background: #0638DA;
}
.skill_tag_div, .work_type_tag_div, .company_tag_div, .location_tag_div, .work_preference_tag_div, 
.sideber_weget .filter_cont .sid_box.extr_cls .candidate_notice_tag_div, 
.sideber_weget .filter_cont .extr_cls .working_rights_vals .working_rights_tag_div, 
.sideber_weget .filter_cont .extr_cls .security_clearance_tag_div{
    background: #ffffff;
    margin-bottom: 4px;
    padding: 8px 17px;
    line-height: normal;
    font-size: 11px;
    font-weight: 700;
    border-radius: 30px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00B1FF;
}
.skill_tag_div:first-child, .work_type_tag_div:first-child, .company_tag_div:first-child, .location_tag_div:first-child, .work_preference_tag_div:first-child, 
.sideber_weget .filter_cont .sid_box.extr_cls .candidate_notice_tag_div:first-child, 
.sideber_weget .filter_cont .extr_cls .working_rights_vals .working_rights_tag_div:first-child, 
.sideber_weget .filter_cont .extr_cls .security_clearance_tag_div:first-child {
    margin-top: 7px;
}
.sideber_weget .sid_box .form-control::placeholder {
    font-style: italic;
    color: #595959;
    font-size: 12px;
    font-weight: 400;
}
.skill_tag_div a.filter_tag_remove, .work_type_tag_div a.work_type_filter_tag_remove, .company_tag_div a.company_filter_tag_remove, 
.location_tag_div a.location_filter_tag_remove, .work_preference_tag_div a.work_preference_filter_tag_remove, 
.sideber_weget .filter_cont .sid_box.extr_cls a.work_preference_filter_tag_remove, 
.sideber_weget .filter_cont .sid_box.extr_cls .candidate_notice_tag_div a.candidate_notice_filter_tag_remove, 
.sideber_weget .filter_cont .extr_cls .security_clearance_tag_div a.security_clearance_filter_tag_remove, 
.sideber_weget .filter_cont .extr_cls .working_rights_tag_div a.working_rights_filter_tag_remove {
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 0 0 6px;
}
.sideber_weget .filter_cont .sid_box.extr_cls .candidate_notice_vals, 
.sideber_weget .filter_cont .extr_cls .security_clearance_vals, 
.sideber_weget .filter_cont .extr_cls .working_rights_vals {
    margin-bottom: 11px;
}
.right_header .account ul.navbar-nav li ul.dropdown-menu li.nav_active a {
    background: #348ff1;
    color: #fff;
}
ul li span.not_found {
    padding: 0px 8px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222529;
    transition: all ease-in-out 0.4s;
}
.cand_job_box a.btn_primiry.job_apply_btn {
    padding: 6px 35px;
    line-height: 17px;
}
button.approved_btn.btn, button.approved_btn.btn:hover, a.audit_green:hover, a.audit_green:focus {
    background: #73F011 !important;
    color: #000 !important;
    border-color: #73F011 !important;
}
.summary_box .job_cont {
    padding-bottom: 20px;
}
.banner_price h4 {
    text-align: right;
    padding-bottom: 11px;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #595959;
}
a.btn_primiry.job_applied_btn {
    background: #73F011;
    border-color: #73F011;
    color: #000;
    font-size: 16px;
    padding: 6px 36px;
    line-height: 19px;
}
span.inactive {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 30px;
    padding: 4px 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #fff;
    background-color: #E4AB00;
    border-color: #E4AB00;
}
a.btn.btn_primiry.job_appllied {
    background: #73F011;
    color: #000;
    border-color: #73F011;
    font-size: 16px;
    font-weight: 700;
}
/*
section.candidate-banner .message_div span.log_success {
    background: #00b507;
    display: block;
    color: #ffffff;
    padding: 12px 25px;
    position: relative;
    right: -100%;
    transition: all ease-in-out 0.4s;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px;
}
*/
.center_popup_all span.pop_content {
    background-image: linear-gradient(45deg, #0046ff, #5bccfe);
    color: #ffffff;
    padding: 12px 25px;
    position: relative;
    right: 0;
    transition: all ease-in-out 0.4s;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 27px;
    width: 480px;
    height: 250px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    text-align: center;
    position: relative;
    outline-offset: -18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    row-gap: 15px;
    letter-spacing: normal;
    padding: 38px 60px;
    position: relative;
}

.log_success.pop_content span {
    text-transform: none;
    line-height: normal;
}

span.textg {
    margin: 20px 0;
}

span.textg {
    margin: 10px 0;
}

.new_prof span.log_success.pop_content {
    padding: 40px;
    width: 580px;
    height: 300px;
}


@media (max-width: 1200px) and (min-width: 768px) {

.new_prof span.log_success.pop_content {
    padding: 40px;
    width: 500px;
    height: 250px;
    font-size: 18px;
}
}

@media (max-width: 767px) {

.new_prof span.log_success.pop_content {
    height: 250px; 
}
}

.center_popup_all span.pop_content::after {
    content: "";
    position: absolute;
    width: 2500px;
    height: 2500px;
    background: #0000003d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.center_popup_all span.pop_content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-image: linear-gradient(45deg, #0046ff, #5bccfe);
}
section.candidate-banner .message_div. span.log_success {
     transform: scale(1);
    border-radius: 0;
}
.center_popup_all {
    transform: scale(0);
}

.center_popup_all.msg_show {
    transform: scale(1);
}

.candidate-banner .without_login_btn {
    justify-content: flex-end !important;
}

a.audit_green:hover {
    color: #fff;
}
.candidate_forgot_password_form_result {
    text-align: center;
}

.candidate_forgot_password_form_result span.something_rght {
    font-size: 16px;
    color: #00B507;
    font-weight: 700;
}
.candidate_forgot_password_form_result span.usr_ex {
    font-size: 16px;
    font-weight: 700;
}

span.dormant, span.passive {
    background-color: #D33300;
    text-transform: capitalize;
    padding: 5px 16px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    border: 1px solid #D33300;
    display: inline-block;
    border-radius: 55px;
    margin: 3px;
    line-height: normal;
    margin-right: 0;
}
span.passive {
    background-color: #D3A500;
    border-color: #D3A500;
}
.no_record {
    height: 77vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 400;
    color: #D9D9D9;
}

.pagination a, .pagination b {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin: 0 6px;
    padding: 0 6px;
    transition: all ease-in-out 0.4s;
}
.pagination a:hover{
color: #0638da;
}
.nearly_there .nearly-content ul {
    padding: 0 0 0 8px;
}

.nearly_there .nearly-content ul li {
    text-align: left;
}
.no_result.no_application {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #D9D9D9;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_buttom.left .success.approval_result {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
    color: #00B507;
}


section.banner {
    position: relative;
}

span.log_success {
    background: #00b507;
    display: block;
    padding: 10px 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    right: -100%;
    position: relative;
    transition: all ease-in-out 0.4s;
    pointer-events: none;
}
.msg_show span.log_success{
    right: 0;
}
.pagination b {
    color: #0638da;
}
span.request_location_sub {
    display: block;
    position: relative;
}

span.request_location_sub:after {
    content: "";
    position: absolute;
    right: 39px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddd;
    pointer-events: none;
}
.Create-Hirer-Account .recruiter_signin_form_cls .btn-group {
    width: 100%;
}
 a.Waiting_approval {
    background: #E4AB00;
    border-color: #E4AB00;
    color: #fff;
}

a.btn.btn-primary.mark_as_approve_btn:hover, a.Waiting_approval:hover {
    background: #0638da;
    border-color: #0638da;
    color: #fff;
}
.form_candat .job_options .col-md-5::after, .form_candat .job_options .col-md-6:first-child::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 0px;
    bottom: 36px;
    width: 2px;
    background: #ddd;
}

.form_candat .job_options .col-md-5 {
    position: relative;
    padding-right: 20px;
}

.form_candat .job_options .col-md-7 {
    padding-left: 25px;
}
.form_candat .job_options .col-md-6:first-child {
    position: relative;
    padding-right: 40px;
}

.form_candat .job_options .col-6:last-child {
     padding-left: 25px;
}

.form_candat .job_options .col-md-6:first-child::after {
    right: 25px;
}

.form_candat .job_options .notice_sub_div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form_candat .job_options .notice_sub_div .mult_div:last-child {
    width: auto;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.form_candat .job_options .notice_sub_div .mult_div {
    width: 171px;
}

.form_candat .job_options .notice_sub_div .mult_div input[type="checkbox"] {
    border-radius: 5px;
    width: 19px;
    height: 19px;
    position: relative;
    background: #F5F5F5 !important;
    border: 1px solid #D9D9D9 !important;
    outline: unset !important;
    box-shadow: unset !important;
    margin: 0 9px 0 0;
    appearance: none;
}

.form_candat .job_options .notice_sub_div .mult_div input[type="checkbox"]:checked {border-radius: 5px !important;}

.form_candat .job_options .notice_sub_div .mult_div input[type="checkbox"]:checked::before {
    z-index: 11;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: #f5f5f5;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px;
}

.form_candat .job_options .notice_sub_div .mult_div label {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
    width: auto;
}
button.pluss a::before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 8px 0 0;
}
.candidate-banner .candidate_wrap .banner_profile h1 span {color: #348FF1;}
.cand_job_box_main .jov_contant .cand_job_box .job_dtls h3 span.pos_titl {
    color: #348ff1;
    padding: 0 0 0 6px;
}
.socil_login .hir_can_box {
    justify-content: space-between;
}
.socil_login .hir_can_box a{
    margin: 0;
}
form#hirer_signin_form .btn-group {
    width: 100%;
}

form#hirer_signin_form .btn-group input#hirer_login_submit {
    margin: 0 0 0;
}
.mail_login form input[type="submit"]:hover, 
.popup_login .pop_cont .cunt_buttom a:hover{
    background: #0638DA;
    border-color: #0638DA;
}
.btn-close:focus {
    box-shadow: unset !important;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered {
    max-width: 400px;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered .container {
    width: 100%;
    padding: 0;
    text-align: center;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered .modal-body {
    padding: 0 24px 26px;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered .modal-body h1 {
    padding: 0 0 17px;
    font-weight: 700 !important;
    margin: 0;
    text-transform: uppercase;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered .modal-body .form_group input {
    font-size: 16px;
    text-align: center;
    padding: 12px;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #ddd !important;
    background: #F5F5F5;
    font-style: normal;
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered .modal-body .form_btn_group input.submit_btn {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border: 1px solid #348FF1 !important;
    width: 100%;
    margin-top: 0px;
}
.cant_Login_poup .modal-dialog.modal-dialog-centered .modal-body .form_btn_group input.submit_btn:hover {
    background: #0638DA;
    border-color: #0638DA !important;
}
.cant_Login_poup span.com_res.red_res.success_msg {
    color: #00B507;
}
.candidate-banner .candidate_wrap .banner_buttom.right .success.approval_result span {
    color: #00B507;
}
.edit_personal_summerry .banner_buttom.left {
    justify-content: space-between;
}
#candidate_job_application_popup .candidate_application .approv_tt span.approve_candidate_notify_eml b {
    text-transform: unset !important;
}















.delete_job_rec_pop .container {
    width: 100%;
    padding: 0;
}
.delete_job_rec_pop .modal-dialog {
    max-width: 330px;
}
.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span.approve_job_notify_eml {
    word-break: break-all;
}
.delete_job_rec_pop .modal-dialog .modal-body {
    padding: 0px 20px 30px;
    text-align: center;
}
.delete_job_rec_pop .rec-hddi .approv_tt>b {
    display: block;
    font-size: 23.2px;
    line-height: 27px;
    max-width: 270px;
    text-align: center;
    margin: 0 auto 21px;
}
.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span {
    display: block;
}
.delete_job_rec_pop .approv_tt .rec_cont b {
    display: block;
    line-height: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span.approve_candidate_loc {
    font-weight: 700;
    text-transform: uppercase;
}
.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span a.job_deleted_btn {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border-color: #348FF1 !important;
    width: 100%;
    margin-top: 0px;
    transition: all ease-in-out 0.4s;
    margin: 0 0 px;
}

.approv_tt .rec_cont button.btn-close-custom {
    background: #00B1FF;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border: 1px solid #00B1FF !important;
    width: 100%;
    margin-top: 0px;
    transition: all ease-in-out 0.4s;
    margin: 12px 0 0;
}
.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span a.job_deleted_btn:hover, .approv_tt .rec_cont button.btn-close-custom:hover {
    background: #0638DA;
    border-color: #0638DA !important;
}

.delete_job_rec_pop span.approve_job_notify_eml {
    font-weight: 700;
    padding: 6px 0 16px 0;
    line-height: normal;
}

div#job_approve_popups_hirer span.approv_sub_tt {
    padding: 0 0 6px;
}

div#job_approve_popups_hirer span.approve_job_loc {
    display: block;
    line-height: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 4px;
}
.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span.approve_job_loc {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 7px;
}

.delete_job_rec_pop .rec-hddi .approv_tt>.rec_cont>span.approv_sub_tt {
    padding: 0 0 4px;
}
.preview_popup span.blu_brd_w {
    BACKGROUND: TRANSPARENT;
    BORDER: 0;
    PADDING: 0;
    FONT-SIZE: 16PX;
    font-weight: 500;
}
#candidate_login_popup span.red_res.error, #hire_login_popup span.red_res.error {
    margin: -14px 0 12px;
    display: block;
}
a.btn_primiry.job_apply_btn:hover {
    background: #0638da;
    border-color: #0638da;
}
a.btn.btn-warning.awaiting_approval_btn{
    background-color: #E4AB00 !important;
        border-color: #E4AB00 !important;
    }
    button.btn.btn-primary.btn-success {
        background: #00B507 !important;
        border-color: #00B507 !important;
    }
    span.approve_candidate_notify_eml {
        word-break: break-all;
        line-height: normal;
    }
    button.btn.btn-success.approved{
        color: #000 !important;
        font-weight: 700;
    }
    .popup_login .pop_cont .socil_login .hirer_signin_form_cls>.com_err>span {
        margin: 0 !important;
    }
    #hirer_signup_form_result span.usr_ex {
        display: block;
        text-align: center;
        line-height: normal;
        padding: 5px 0 0;
        font-size: 14px;
        width: 100%;
        color: #f00;
        font-weight: 700;
    }    
    .recuter_login_form_s .cont_login a {
        font-size: 12px;
        color: #348FF1;
        background: transparent;
        border: 0;
        padding: 0;
        font-weight: 400;
        text-decoration: underline;
        cursor: pointer;
    }
    /* .hirer_profile_ed .form_candat .skill_box a.update_hirer_tag_remove img, 
    .hirer_profile_ed .form_candat .company_txt .company_tag_div a.comp_tag_remove img, 
    .skill_tag_div a.filter_tag_remove img, 
    .work_type_tag_div a.work_type_filter_tag_remove img, 
    .company_tag_div a.company_filter_tag_remove img, 
    .location_tag_div a.location_filter_tag_remove img, 
    .work_preference_tag_div a.work_preference_filter_tag_remove img {
       
      
    } */
    .skill_box .skill_txt .skill_tag_div a.add_hirer_job_tag_remove img, .skill_box .skill_txt .skill_tag_div a.tag_remove img {
        filter: brightness(0);
    }
    .filter_compny_box .company_vals, .sideber_weget .work_type_vals, .sideber_weget .skill_vals, .sideber_weget .location_vals, .sideber_weget .work_preference_vals {
        display: flex;
        flex-direction: column;
        ALIGN-ITEMS: FLEX-START;
        JUSTIFY-CONTENT: FLEX-START;
        MARGIN-BOTTOM: 11PX;
     } 
    .form_candat>form>div.edit_work {
        padding-left: 16px;
    }
    .form_candat>form>div.edit_prff {
        padding-right: 16px;
    }
    .form-check.w_pref label.form-check-label {
        margin-right: 33px;
    }

    .btn-check:focus+.btn-primary, .btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: unset !important;
    }
    .keyword_tag_div {
        background: #ffffff;
        padding: 8px 17px;
        font-size: 11px;
        font-weight: 700;
        border-radius: 30px;
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #00B1FF;
        margin-bottom: 14px;
        margin-top: 0px;
        line-height: normal;
    }
    
    .keyword_tag_div span.keyword_ap_txt {
        line-height: normal;
        display: block;
    }
    
    .keyword_tag_div a.keyword_tag_remove {
        color: #fff;
        font-size: 18px;
        line-height: 15px;
        font-weight: 500;
        text-decoration: none;
        margin: 0 0 0 6px;
        position: relative;
    }
    .sideber_weget .filter_cont .filter_serc_box.sid_box label.form-label {
        padding-bottom: 9px;
    }
    .candidate-banner .candidate_wrap .banner_profile span.blu_bc{
        border-color: #fff;
    }
    .prefer_box ul {
        margin: 0 -3px;
    }
    .add_new_jobs a#add_new_job::before, 
    .candidate_all .add_more_hirer a#add_new_job::before {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin: 0 8px 0 0;
    }
    .personal_summary .banner_buttom.left .btn_lft_rit {
        display: flex;
        flex-wrap: wrap;
        column-gap: 18px;
    }
    .no_res_btn a.back_search::before, .no_res_btn a.bk_search::before, .no_res_btn a#back_to_search::before {
        content: "\f104";
        display: inline-block;
        font: normal normal normal 25px / 1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right: 9px;
        transition: all ease-in-out 0.3s;
        position: relative;
        left: 0;
    }
    
    .no_res_btn a.back_search, .no_res_btn a.bk_search, .no_res_btn a#back_to_search {
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        transition: all ease-in-out 0.4s;
        color: #0d6efd;
    }
    
    .no_res_btn a.back_search:hover::before, .no_res_btn a.bk_search:hover::before, .no_res_btn a#back_to_search:hover::before {
        left: -4px;
    }
    
    .no_res_btn a.back_search:hover, .no_res_btn a.bk_search:hover, .no_res_btn a#back_to_search:hover {
        color: #000;
    }

    @media (min-width:991px){
    
        .row.all_salary .col-lg-4.pa_b_3:last-child {
            padding-right: 0;
            position: relative;
            left: 5px;
            padding-left: 4px;
        }
        
        .row.all_salary {
            padding-right: 0;
        }
        .row.all_salary .col-lg-4 {
            padding-left: 8px;
            padding-right: 9px;
        }
    }
    .term_wrap p {
        font-size: 11px;
        font-weight: 400;
    }
    .term_wrap .commitment.center p {
        font-size: 16px;
    }
    section.job_cand_sec.invite_candidate_sec .jov_contant .list_info {
        display: flex;
        align-items: center;
        padding-bottom: 13px;
    }
    
    section.job_cand_sec.invite_candidate_sec .jov_contant .list_info a {
        display: inline-flex;
        align-items: center;
        margin-right: 16px;
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    
    section.job_cand_sec.invite_candidate_sec .jov_contant .list_info a:last-child {
        margin: 0;
    }
    
    section.job_cand_sec.invite_candidate_sec .jov_contant .list_info a span {
        height: 20px !important;
        width: 20px !important;
        display: inline-block;
        margin: 0 5px 0 0;
    }
    section.banner.invite .candidate_join_form_cls .red_res {
        text-shadow: unset;
        color: #000000;
        background: #ffdddd;
        padding: 3px;
        display: block;
        border-radius: 3px;
        margin: 2px 0 0;
    }
    div#candidate_join_form_result .fail{
        padding: 7px;
        border-radius: 4px;
        line-height: 18px;
        color: #000000;
        background: #ffdddd;
        font-size: 14px;
    }
    div#rec_popup .modal-dialog .approv_tt .rec_cont span.succ {
        color: #059862;
        font-size: 15px;
        padding: 7px 0 0;
    }
    section.candidate-banner .job_profile_box span.gray_bac_b {
        background: #d9d9d9;
    }
    .candidate-banner .candidate_wrap span.gray_bac_b {
        background: #dcdcdc;
    }
/*-----------------------  end candidate css (25.06.24) ----------------------------------*/
header.header .logo img {
    height: 80px;
} 
.candidate_invite_wrap .succ {
    background: #28a745c9;
    padding: 10px;
    line-height: 17px;
    font-size: 14px;
    color: #ffffff;
}
section.file_upload .job_post_col.job_postet {
    max-width: 550px;
    margin: 0 auto;
    padding: 35px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #dee2e6 !important;
}

section.file_upload {
    height: calc(100vh - 96px);
    background: #EDF2F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.file_upload .job_post_col.job_postet h2 {
    padding: 0 0 10px;
    font-size: 30.5px;
    font-weight: 700;
    line-height: 31.5px;
}
.file_upload .job_postet .form-div label {
    display: block;
    text-align: left;
}

.file_upload .job_postet .form-div select {
    font-size: 16px;
    text-align: left;
    padding: 12px;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #ddd !important;
    background-color: #F5F5F5;
    font-style: normal;
    outline: 0;
    width: 100%;
    margin-top: 10px;
    font-style: italic;
    padding-right: 39px;
}

.file_upload .job_postet .form-div {
    padding-bottom: 16px;
}

.file_upload .job_postet .form-div input#fileInput {
    width: 100%;
    text-align: center;
    position: relative;
    border: 2px dashed #ddd;
    max-width: 543px;
    padding: 14px;
    margin-top: 10px;
}

section.file_upload .job_postet .form-btn-div input.btn {
    background: #348FF1;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    border-color: #348FF1 !important;
    width: 100%;
    margin-top: 6px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}

section.file_upload .job_postet .form-btn-div input.btn:hover {
    background: #0638DA;
    border-color: #0638DA !important;
}
.file_upload .job_postet .form-div.file_up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
}

.file_upload .job_postet .form-div.file_up span.demo_csv a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #348ff1;
    transition: all ease-in-out 0.4s;
  
}

.file_upload .job_postet .form-div.file_up span.demo_csv a:hover {
    color: #000;
}
.file_upload .uploadForm_form_res .success_msg {
    color: #0c5000;
   font-size: 15px;
    padding-top: 12px;
} 
section.file_upload.forget_pass .job_postet .form-div label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #222529;
    text-transform: uppercase;
}

section.file_upload.forget_pass .job_postet .form-div input {
    background-color: #F5F5F5 !important;
    border: 1px solid #D9D9D9;
    padding: 12px 10px;
    box-shadow: unset !important;
    outline: 0 !important;
    line-height: normal;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
}

section.file_upload.forget_pass .das_job_post_sec .return_box {
    width: auto;
    padding: 0;
    max-width: unset;
    margin: -6px 0 0 0;
}

section.file_upload.forget_pass .das_job_post_sec .row .col-md-12 {
    width: 100%;
    max-width: 470px;
}

section.file_upload.forget_pass .das_job_post_sec .row {
    align-items: flex-start;
    justify-content: center;
}

section.file_upload.forget_pass .das_job_post_sec .row .com_err {
    text-align: left;
    display: block;
    width: 100%;
}
section.file_upload.forget_pass .das_job_post_sec .row .com_err span.succ {
    display: block;
    text-align: center;
}
.candidate-banner .candidate_wrap .banner_buttom.reject_cand a.btn.btn-primary {
    display: inline-block;
    max-width: unset;
    width: auto;
}

.candidate-banner .candidate_wrap .banner_buttom.reject_cand {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 510px;
}
.candidate-banner .candidate_wrap .banner_buttom.reject_cand .not_submit_profile {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #595959;
    text-align: right;
}
.candidate-banner .candidate_wrap .banner_buttom.right a.rejected_btn, 
.cand_job_box .job_apply_box .app_buttom_box a.reject_btn.btn-primary {
    background: #c30000;
    border-color: #c30000;
} 

/*
section.candidate-banner .message_div span.log_success::after{
    content: "";
    position: relative;
    display: inline-block;
    width: 60px; 
    height: 60px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://youseed.com.my/wp-content/uploads/2024/12/checkmark.png);
    filter: brightness(0) invert(1);
}*/
ul.skill_ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1111;
    max-height: 340px;
    overflow-x: hidden;
    padding: 0 !important;
}
ul.skill_ul li a {
    padding: 4px 16px;
    line-height: 21px;
}
ul.skill_ul li:nth-child(even) {
    background: #f7f7f7;
}
.filter_cont .filter_skill_box ul#skill_filter_list li{
background: transparent;
}
.skill_adding {
    position: relative;
}

ul.skill_ul::-webkit-scrollbar {
  width: 6px;
}
ul.skill_ul::-webkit-scrollbar-track {
  background: #348ff14d; 
  border-radius: 20px;
}
 
ul.skill_ul::-webkit-scrollbar-thumb {
  background: #348ff1; 
  border-radius: 20px;
}
 
@media (max-width:767px){
.center_popup_all span.pop_content {
    width: 80% !important;
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 28px 18px !important;
    outline-offset: -11px !important;
    margin: 0 auto;
}
.log_out_msv {
    height: 150px !important;
}
}

.remove_msg {
    background: red;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    pointer-events: auto !important;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
    font-size: 20px;
}

.mess_rem {
    pointer-events: unset !important;
    position: relative;
}

.form_candat .job_options .notice_sub_div .mult_div.multp_prd span.ntc_prd {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.form_candat .job_options .notice_sub_div .mult_div.multp_prd {
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
    margin-left: 3px;
}

.form_candat .job_options .notice_sub_div .mult_div.multp_prd span.ntc_prd input {
    border-radius: 5px;
    width: 19px;
    height: 19px;
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    outline: unset !important;
    box-shadow: unset !important;
    margin: 0;
    appearance: none;
}

.form_candat .job_options .notice_sub_div .mult_div.multp_prd span.ntc_prd label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #222529;
}

.form_candat .job_options .notice_sub_div .mult_div.multp_prd span.ntc_prd input:checked::before {
    z-index: 11;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.form_candat form .extra_radios.diff_radios .j_srck .form-check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 17px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.form_candat form .extra_radios.diff_radios .j_srck .form-check label.form-check-label input {
    border-radius: 5px;
    width: 19px !important;
    height: 19px !important;
    position: relative;
    background-color: #F5F5F5 !important;
    border: 1px solid #D9D9D9 !important;
    outline: unset !important;
    box-shadow: unset !important;
    margin: 0;
    appearance: none;
    margin: 0 5px 0 0 !important;
}

.form_candat form .extra_radios.diff_radios .j_srck .form-check label.form-check-label {
    width: auto !important;
    margin: 0 !important;
}

.form_candat form .extra_radios.diff_radios .j_srck .form-check label.form-check-label input:checked::before {
    z-index: 11 !important;
    position: absolute;
    content: "\f00c" !important;
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: transparent !important;
}

.form_candat form .extra_radios.diff_radios .j_srck .form-check label.form-check-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #222529;
}
.form_candat form .extra_radios.diff_radios .j_srck .form-input input.form-control.candidate_working_right_others_cls {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
}
.form_candat form .extra_radios.diff_radios .j_srck .form-input {
    width: 100%;
    max-width: 310px;
}
.form_candat>form>div.extra_radios.reloc_change.diff_radios {
    padding: 0;
}
.form_candat>form>div.extra_radios.reloc_change.diff_radios .col-md-6:first-child::after {
    position: absolute;
    right: 40px;
    top: -1px;
    bottom: 29px;
    width: 2px;
    background: #ddd;
    content: "";
}

.form_candat>form>div.extra_radios.reloc_change.diff_radios .col-md-6:first-child {
    position: relative;
    padding-right: 60px;
}

.form_candat>form>div.extra_radios.reloc_change.diff_radios span.main_lb.up_t {
    font-weight: 600;
    font-style: normal;
}
.form_candat form .extra_radios.diff_radios .j_srck {
    flex-wrap: wrap;
}
.form_candat form .extra_radios.diff_radios .j_srck .form-input {
    width: 100%;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.form_candat>form>div.extra_radios.reloc_change.diff_radios .row {
    margin: 0;
}
    .filter_cont .filter_skill_box ul#skill_filter_list {
    position: unset;
    padding: 11px 0 !important;
}
.form_candat .job_options .notice_sub_div.extra_sub_div_real .mult_div {
    width: 100%;
    margin: 0 0 !important;
    row-gap: 6px;
}
.notice_sub_div.extra_sub_div_real {
    flex-wrap: wrap;
}

.form_candat .job_options .notice_sub_div.extra_sub_div_real .form-input {
    width: 100%;
    max-width: 251px;
}
.form_candat .job_options .notice_sub_div.extra_sub_div_real .form-input input {
    margin-top: 15px;
}

/*********** dipu 04.02.2025 ******************/

.invite_candidate_sec .cand_job_box_main table.top_tbl tbody tr td.js a.dot.waiting img.inv_icon {
    width: 25px;
}

.invite_candidate_sec .cand_job_box_main table.top_tbl tbody tr td.js a.dot.waiting span {
    color: #fac346;
    line-height: normal;
}

div#rec_popup_content .recruiter_hirer_approve form .col-md-8 {
    width: 100%;
    padding: 0;
}

div#rec_popup_content .recruiter_hirer_approve form .col-md-8 label.form-label {
    display: flex;
}

@media (max-width: 991px){

    .notice_sub_div {
    row-gap: 9px;
}
    .notice_sub_div .mult_div.multp_prd span.ntc_prd input {
    border-radius: 5px;
    width: 19px;
    height: 19px;
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    outline: unset !important;
    box-shadow: unset !important;
    margin: 0;
    appearance: none;
}

.notice_sub_div .mult_div.multp_prd span.ntc_prd label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #222529;
}

.notice_sub_div .mult_div.multp_prd span.ntc_prd {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.notice_sub_div .mult_div.multp_prd {
    display: flex;
    flex-wrap: wrap;
    column-gap: 9px;
    margin-left: 3px;
    row-gap: 9px;

}


.notice_sub_div .mult_div.multp_prd span.ntc_prd input:checked::before {
    z-index: 11;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.form_candat form .extra_radios.diff_radios .col-md-6:last-child {
    padding-bottom: 0;
}
.form_candat form .extra_radios.diff_radios .j_srck .form-input {
    margin-top: 10px;
}
.form_candat .job_options .notice_sub_div.extra_sub_div_real .mult_div {
    margin: 0;
}

.notice_sub_div.extra_sub_div_real .mult_div.multp_prd {
    margin: 0;
    width: 100%;
    row-gap: 6px;
}

.notice_sub_div.extra_sub_div_real .form-input {
    max-width: 240px;
    width: 100%;
    margin-top: 6px;
}


}

.load_add input.loading:hover, .load_add button.loading:hover {
    background: #348ff1 !important;
    border-color: #348ff1 !important;
}

.load_add span.remove_load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.load_add span.remove_load img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.btn-group.load_add span.remove_load img {
    margin-top: 15px;
}

.load_add {
    position: relative;
}

.margin_b span.remove_load img {
    margin-bottom: 15px;
}
.loading {
    pointer-events: none !important;
    cursor:not-allowed !important;
}
.job_app_spn  a.job_application_btn.loading {
    position: relative;
    z-index: 1;
    pointer-events: unset !important;
    background: #348ff1 !important;
}

.job_app_spn  a.job_application_btn.loading span.remove_load {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: no-drop;
    z-index: 111;
}
button.loading span.remove_load, a.loading span.remove_load {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: no-drop;
    z-index: 111;
}


button.loading, a.loading  {
    pointer-events: unset !important;
    cursor:not-allowed !important;
}
.remove_load {
    cursor: no-drop;
    width: 100%;
    text-align: center;
}

.margin_t img {
    margin-top: 15px;
}

.padd_tt {
    padding-bottom: 0;
}

.padd_tt input#candidate_join_form_btn {
    margin-top: 0;
}

.res_tt {
    margin-top: 18px;
}

/*
.send_feedback {
    position: fixed;
    bottom: 0;
    left: 50px;
    margin-bottom: 10px;
    z-index: 99;
}
*/

.send_feedback {
    position: fixed;
    left: 10px;
    z-index: 99;
    top: 50%;
    writing-mode: vertical-lr;
    text-orientation: upright;
    transform: translateY(-50%);
}


.send_feedback a button {
    border: none;
    background: #0638da;
    color: #fff;
    padding: 32px 12px;
    border-radius: 12px;
    font-family: 'Rubik';
    font-weight: 700;
}





/*--------------new form desine starat------------*/

.edit_cand_point .candidate_bullet_point.cust_point, .m_edit_cand_point .m_candidate_bullet_point.m_cust_point, .m_edit_cand_point .m_candidate_bullet_point.form-control-conatct.m_cust_point {
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    padding: 10px 27px 12px 10px;
    box-shadow: unset !important;
    outline: 0 !important;
    font-size: 12px;
    width: 100%;
}
.edit_cand_point label.form-label.up_t.cand_point, .m_edit_cand_point label.form-label.up_t.m_cand_point {
    display: block;
}


button.btn-sm.point-btn-add, .m_edit_cand_point button.btn-sm.m-point-btn-add {
    padding: 8px 32px;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin: 10px 0;
}

.bullet_box {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}
button.btn.btn-success.btn-sm.point-btn-add, .m_edit_cand_point button.btn-sm.m-point-btn-add {
    margin: 0 0 !important;
}




.insider {
    position: relative;
}

.insider button.btn.btn-danger.btn-sm.point-btn-remove {
    position: absolute;
    right: 1px;
    top: 0;
    border: 0;
    color: #ff0000 !important;
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    background: transparent !important;
    margin: 0 !important;
    width: 29px;
    height: 38px;
}
.insider button.btn.btn-danger.btn-sm.point-btn-remove:focus {
    box-shadow: none;
}
.bullet_box button.btn.btn-success.btn-sm.point-btn-add {
    margin-top: 10px !important;
    background: #348FF1;
    border-color: #348FF1;
    box-shadow: unset;
    outline: 0;
}
.bullet_box button.btn.btn-success.btn-sm.point-btn-add:hover {
    color: #fff;
    border-color: #0638da;
     background: #0638da;
}
.form_candat form .bullet_box .bullet_point_details .edit_cand_point {
    padding-top: 14px;
}
.form_candat form .bullet_box .bullet_point_details .edit_cand_point label {
    margin: 0 0 4px !important;
}
.form_candat form .bullet_box .bullet_point_details label {
    margin-bottom: -7px !important;
    display: block;
}
ul.bullt {
    list-style: none;
    padding: 0;
}
ul.bullt li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    position: relative;
    padding-left: 18px;
}
ul.bullt li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: yellow;
    border: 3px solid orange;
    border-radius: 50%;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 4px;
}
.personal_summary .bullt_box.summary_box {
    margin-bottom: 45px;
}
.all_tab_box .candad_tab_cont .profile_cont button.btn {
    margin-top: 7px !important;
    background: #348FF1;
    border-color: #348FF1;
    box-shadow: unset;
    outline: 0;
    margin-bottom: 19px !important;
}
.all_tab_box .candad_tab_cont .profile_cont button.btn:hover {
    color: #fff;
    border-color: #0638da;
     background: #0638da;
}
.contant_summery_sec .bull_contant .bullt_box.summary_box {
    padding: 44px 30px;
    border-radius: 5px;
    transition: all 0.8s ease;
    margin-bottom: 47px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}


/*------------- mobile -----------*/
.form_candat form .m_bullet_box .m_bullet_point_details .m_edit_cand_point {
    padding-top: 14px;
}
.form_candat form .m_bullet_box .m_bullet_point_details .m_edit_cand_point label {
    margin: 0 0 2px !important;
}
.insider button.btn.btn-danger.btn-sm.m-point-btn-remove {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    color: #ff0000;
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    margin: 0 !important;
    line-height: 13px !important;
    width: 29px;
    height: 41px;
}

.all_tab_box .m_bullet_box  button.m-point-btn-add {
    background: #348FF1;
    border-color: #348FF1;
    box-shadow: unset;
    outline: 0;
    margin-bottom: 0px !important;
    padding: 8px 27px;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin-top: 14px !important;
}
.all_tab_box .m_bullet_box  button.m-point-btn-add:hover {
    color: #fff;
    border-color: #0638da;
    background: #0638da;
} 

@media (max-width: 767px){
    .contant_summery_sec .bull_contant .bullt_box.summary_box {
        padding: 30px 17px;
}

}
@media (max-width: 380px){
    .contant_summery_sec .bull_contant .bullt_box.summary_box {
        padding: 26px 15px;
}

}




/*--------------new form desine starat------------*/


section.banner .banner_cont span.sub_txt {
    color: #fff;
    font-size: 30px;
    display: block;
    padding: 0 0 20px;
}

section.banner .banner_cont h1 {
    padding-bottom: 12px;
}



section.banner.invite {
    height: 100%;
}





/*-------bm-----06.05.2025---------------------*/

.form-control::placeholder {
    font-style: italic;
}

.form-control, .form-select {
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    padding: 12px 10px;
    box-shadow: unset !important;
    outline: 0 !important;
    line-height: normal;
    font-size: 12px;
}


.feedback_form form .form-check input {
    cursor: pointer;
}

.feedback_form form .form-check input::before {
    font-size: 0 !important;
}


.feedback_form  .modal-dialog.modal-dialog-centered {
    margin-left: 120px;
}

.feedback_form form button {
    background: #0638da;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    outline: 0;
    border: 0;
    width: 138px;
}

.user_feedback_form_submit_res span.feedback_right {
    color: #008000;
}

.user_feedback_form_submit span.remove_load img {
    width: 20px !important;
}
.user_feedback_form_submit.btn-primary:disabled {
    background-color: #348ff1;
}
h2.up_t {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}


section.banner .container {
    height: 100%;
}


section.banner .container .row {
    display: flex;
    align-items: center;
    height: 100%;
}

/*---------------------------------*/

@media(min-width: 992px){
    
    section.banner {
    height: calc(100vh - 267px);
} 

}


@media(max-width: 991px){

h2.up_t {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
}
    
.feedback_form .modal-dialog.modal-dialog-centered {
    margin: 1.75rem auto !important;
}    
    

}



@media(max-width: 767px){

h2.up_t {
    font-size: 24px;
    line-height: 29px;
}

}
@media(max-width: 640px){

.send_feedback a button {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    width: 200px;
}
    
.send_feedback {
    top: unset;
    transform: translate(-50%, -50%);
    writing-mode: unset;
    text-orientation: unset;
    bottom: -14px;
    left: 50% !important;
}


}


/*-------bm------end---06.05.2025-------------*/




.candidate_form {
    position: relative;
}

.candidate_form span.remove_load {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    height: calc(100% - 24px);
}

.candidate_form span.remove_load img {
    height: 100%;
}
