body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #5D667B;
    background-color: #F5F8FD;
}

.employee_signup {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #ffffff;
}
.left-section {
    width: 50%;
    background: #2d5df5;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 70px 15px 15px 15px;
    position: relative;
}

.left-section-inner { max-width: 436px; width: 100%; }
.logo_img { position: absolute; left: 50%; top: 32px; margin-left: -218px; } 


.right-section {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    background-color: #ffffff;
}
.form-container {
    width: 100%;
    max-width: 502px;
    margin: 0 auto;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background: #2d5df5;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.leftbanner_img {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 64px;
}

.leftbanner_img img { max-width: 100%; }
.title_text { 
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 32px;
}

.title_text .highlight { 
    background-color: transparent;
    display: inline-block;
    color: #5849D0;
    padding: 0 15px;
    position: relative;
}

.title_text .highlight span { position: relative; z-index: 1; }

.title_text .highlight::before{
    width: 100%;
    height: 50px;
    background-color: #FEC84B; 
    transform: skewX(-20deg); 
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    display: inline-block;
}

.left-section-inner p {
    color: var(--Text-Grey-100, #F2F4F7);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
 }

 .form-container > h2 { 
    color: #101828;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 4px;
}

.form-container > p { 
    color: #5D667B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.form-floating {
position: relative;
}

.form-floating .form-control {
color: #101828;
height: 44px;
min-height: 44px;
border: 1px solid #EAECF0;
padding: 8px 12px !important;
font-size: 14px;
margin: 0 !important;
}

.password .toggle-password {
position: absolute;
right: 13px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}

.form-floating>label {
position: absolute;
top: 0;
left: 0;
z-index: 2;
height: 100%;
overflow: hidden;
text-align: start;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
border: var(--bs-border-width) solid transparent;
transform-origin: 0 0;
transition: opacity .1s ease-in-out, transform .1s ease-in-out;
font-size: 14px;
padding: 10px 12px;
color: #101828;
}

.form-floating>.form-control:focus {
border: 2px solid #7162EA;
padding-top: 8px;
}
.form-floating>.form-control:focus~label {
transform: none;
top: -10px;
background-color: #ffffff;
padding: 0 4px;
font-size: 12px;
line-height: 18px;
font-weight: 400;
left: 10px;
height: auto;
color: #7162EA;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
transform: none;
top: -10px;
background-color: #ffffff;
padding: 0 4px;
font-size: 12px;
line-height: 18px;
font-weight: 400;
left: 10px;
height: auto;
}

.pw_info { 
border-radius: 8px;
background:  #F2F4F7;
padding: 8px;
}

.pw_info h6 {
color: #5D667B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-bottom: 8px;
}

.pw_info ul {   
padding-left: 25px;
}

.pw_info ul li { 
color: #344054;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;

}

.form-check-label { 
color: #5D667B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.form-check-label a {
color: #344054;
text-decoration-line: underline;
}

.form-check-label a:hover {
color: #3A58EF;
text-decoration: none;
}

#verifyouremail .modal-body { text-align: center; padding:24px;}

.verify_employee_inner .verify_icon {
margin-bottom: 12px; 
}

.verify_employee_inner > h3 { 
color: var(--Text-Grey-800---1D2939, #1D2939);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
margin-bottom: 16px;
}

.verify_employee_inner > p {
color:  #475467;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
margin: 0;
}

.verify_employee_inner > p a {
color:  #475467;
}

.verify_employee_inner > p a:hover {
color: #3A58EF;
}

#uploadresume .modal-body { 
padding: 32px;
border-radius: 12px;
background: #ffffff;
box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.modal-backdrop {
background: rgba(215, 215, 215, 0.16) !important;
backdrop-filter: blur(10px) !important;
opacity: 1 !important;
}

.uploadresume_inner > h3 {
color: #101828;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 38px;
margin-bottom: 24px;
}

.choose_file_label { display: block; }

.dragyourfile {
border-radius:8px;
border: 1px dashed  #3A58EF;
background:  #EBEEFD;
padding: 24px;
text-align: center;
margin-bottom: 24px;
cursor: pointer;
}

.camera_icon { margin-bottom: 12px; }
.dragyourfile p { 
color: #5D667B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-bottom: 8px;
} 

.dragyourfile .or { 
color: #6D6D6D;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height:  18px;
display: block;
margin:0 auto 8px;
position: relative;
width: 201px;
text-align: center;
height: 18px;
}

.dragyourfile .or:before { content: ""; background: #E7E7E7; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 80px; height: 1px; }
.dragyourfile .or:after { content: ""; background: #E7E7E7; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 80px; height: 1px; }

.choose_btn span {
border-radius: 4px;
background: #3A58EF;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
color: #ffffff;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
padding: 9px 14px;
border: 0;
margin-left: 6px;
display: inline-block;
}

.instruction { margin-bottom: 32px; }

.instruction h5 {
color: #171A1F;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;
margin-bottom: 4px;
}

.instruction p { 
color: #5D667B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.uploadresume_inner .bottom_button { text-align: right; }

.btn_Upload { 
border-radius: 4px;
background: #3A58EF;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
color: #ffffff;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
padding: 9px 14px;
border: 0;
margin-left: 6px;
}

.btn_skip {
border-radius: 4px;
border: 1px solid #3A58EF;
background-color: #ffffff;
padding: 8px 14px;
color:  #3A58EF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}


.Main_Content {
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 24px;
}

.profile_photo_info .banner_bg {  
background: radial-gradient(125.19% 42.31% at 84.81% 71.31%, rgba(242, 244, 247, 0.20) 0%, #F2F4F7 64.95%); 
height: 92px;
border-radius: 8px 8px 0px 0px;
margin-bottom: 8px;
}

.profile_photo_info { position: relative; }
.profile_photo_info .preview_profile { 
    position: absolute; 
    right: 16px; 
    bottom: 10px; 
    color: #3A58EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
 }

 .profile_photo_info .preview_profile svg { margin-left: 8px; }

.edit_profile_info { display: flex; justify-content:flex-start; align-items: center; margin-left: 24px; margin-top: -40px; margin-bottom: 20px; } 
.name_exp_info { display: flex; justify-content: flex-start; }
.name_exp_info p { 
color:#5D667B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}
.name_exp_info p:nth-child(1) { line-height: 20px; border-right: 1px solid #5D667B; padding-right: 8px; margin-right: 8px; }
.profile_img_info h3 {
color: #1D2939;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
margin-bottom: 4px;
}

.profile_img_info { padding-top: 20px; }

.profile_photo_main {
    border-radius: 100%;
    border: 2px solid var(--White---FFFFFF, #FFF); 
    overflow: hidden; 
    margin-right: 12px;
    width: 110px;
    height: 110px;
    position: relative;
 }
.name_exp_info a { 
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

.profile_main_content .nav-tabs {
    margin-bottom: 20px;
}

.profile_main_content .nav-tabs .nav-link { 
padding: 12px 24px;
color:  #98A2B3;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}

.profile_main_content .nav-tabs .nav-link.active {
    color: #283FB1;
    border-bottom: 2px solid  #283FB1;
}

.profile_info_Box { 
    background: #ffffff;    
    border:1px solid #EAECF0;
    border-radius: 10px;
    margin-bottom: 24px;
    overflow: hidden;
}

.profile_title_main {
    background: #F9FAFB;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_info_content { 
    padding: 16px 16px 0;
    background-color: #ffffff;
}

.profile_section_title {
    color: #051754;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}

.profile_info_content .row > div { 
    margin-bottom: 16px;
 }

 .profile_info_content .input_Box .form-label {
    color: #344054;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 19px;
margin-bottom: 4px;
display: block;
 }

 .profile_info_content *:focus { outline: none; }

 .profile_info_content .input_Box .form-control {
border-radius: 4px;
border: 1px solid  #EAECF0;
background:  #ffffff;
padding: 10px 12px;
color: #2D2D2D;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.profile_info_content .input_Box textarea {
border-radius: 4px;
border: 1px solid #EAECF0;
background: #ffffff;
padding: 10px 12px;
color: #1D2939;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
width: 100%;
min-height: 90px; 
}

.profile_info_content .input_Box .form-control ::placeholder {
    color: #2D2D2D;
}

.profile_info_content .input_Box .select_option {
    border-radius: 4px;
    border: 1px solid  #EAECF0;
    background:  #ffffff;
    padding: 10px 12px;
    color: #2D2D2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    display: block;
    width: 100%;
}

.note_file_size { 
color:  #667085;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin: 4px 0 0;
}

.radio_select { display: flex; justify-content: flex-start; }
.radio_select > div { margin-left: 16px; }
.radio_select > div:first-child { margin-left: 0; }
.radio_select .form-check-label { 
color: #2D2D2D;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}

.questions_box > div .input_Box > .form-label { margin-bottom: 16px; }
.questions_box > div > .input_Box { margin-top: 16px; }
.questions_box > div > .input_Box:first-child { margin-top: 0; }


.profile_table {
    border: 1px solid #F2F2F2 !important;
   }
  
  .profile_table thead tr th {
    background:  #EBEEFD !important; 
    padding: 8px 16px !important;
    color:#1D2939 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    border: 0;
    white-space: nowrap;
  }
  
.profile_table thead tr {
  border: 0;
}

  
.profile_table tbody tr td {
  border-bottom: 1px solid #F2F2F2 !important;
  padding: 12px 16px !important;
  color:  #344054 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.profile_table thead tr th.action {
    border-left: 1px solid #F2F2F2;
}

.profile_table tbody tr td.action {
    background-color: #ffffff;
    border-left: 1px solid #F2F2F2;
}
  
  .profile_table thead tr th.action,
  .profile_table tbody tr td.action { position: sticky; right: 0; }
  
  
  .btn_action { display: inline-flex; width: 20px; height: 20px; cursor: pointer; margin: 0 0 0 12px !important; }
  .btn_action:first-child { margin-left: 0 !important; }

  .btn_action.edit_icon {
    background-image: url(../career/images/edit_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .btn_action.delete_icon {
    background-image: url(../career/images/delete_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .download_link {
    background-image: url(../career/images/download_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    display: inline-block;
    padding-right: 30px;
    color:  #3A58EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 !important; 
   }


   .add_experience_btn { display: flex; justify-content: right; margin-bottom: 20px; }
   .add_experience_btn svg { margin-right:8px; }
   .profiletab_line_link {
    color:  #3A58EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
   } 

    .btn.btn-primary {
        border-radius: 4px;
        background: #3A58EF;
        box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.25);
        padding: 7px 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

   .edit_profile_info .profile_img {
    position: relative;
    }

.edit_profile_info .profile_photo_edit { 
    width: 32px;
    height: 32px;
    position: absolute;
    right: 12px;
    bottom: 0;
    z-index: 1;
    background-image: url(../career/images/edit_profile.svg);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 12px 16px -4px #10182814;
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;
}

 /*tabs*/
 .nav-tabs .nav-link {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 0;
    border: none;
}
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #7162EA;
    color: #7162EA;
}
.cursor-pointer{
	cursor: pointer;
}

.Main_Content_inner { 
    padding: 16px;
    margin-bottom : 60px;
}

.side_profile_top { 
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 24px;
}


.side_profile_top a.Back_List {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    display: none;
}

.side_profile_top a.Back_List span {
    margin-left: 8px;
    color: #26244A;
}

.side_profile_top > h2 {
color: #1D2939;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
margin-bottom: 16px;
}

.work_status span { 
border-radius: 50px;
background: #F2F4F7;
padding: 6px 12px;
color: #475467;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.side_profile_top > hr { margin: 16px 0; opacity: 1; border-top: 1px solid #C4C4C4; } 

.side_profile_top .view_description { display: flex; justify-content: space-between; align-items: center; }
.view_description .view_description_link { 
    color: var(--Theme-Blue-500, #3A58EF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.view_description .view_description_link svg { margin-left: 8px; }

.side_profile_bottom { margin-top: 16px; }
.side_profile_bottom .side_profile_inner { 
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 24px;
} 

.side_profile_inner > h4 { 
color: #1D2939;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
margin-bottom: 16px;
}

.side_profile_inner .nav.nav-pills { 
    display: block;
    position: relative;
 }

 .side_profile_inner .nav.nav-pills:before { width: 1px; height: 100%; border-left: 1px dashed #98A2B3; content: ""; position: absolute; left: 28px; top: 0; }

 .side_profile_inner .nav-pills .nav-link { padding: 0; display: block; width: 100%; }
 .side_profile_inner .nav-pills .nav-link.active, 
 .side_profile_inner .nav-pills .show > .nav-link { 
    background-color: transparent;
 }

 .side_profile_inner .nav-pills > .nav-item {  margin-bottom: 58px; position: relative; }
 .side_profile_inner .nav-pills > .nav-item:last-child { margin-bottom: 0; }

 .Nav_Details_Box { display: flex; justify-content: flex-start; align-items: center; } 
 .Nav_Details_Icon { 
    border-radius: 50px;
    border: 1px solid #98A2B3;
    background: #ffffff;
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 10px;
 }

 .Nav_Details_Step_Icon { text-align: left; }
 .Nav_Details_Step_Icon > p {
    color:  #98A2B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 4px;
  }

  .Nav_Details_Step_Icon > h3 { 
    color:  #98A2B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  } 

  .side_profile_inner .nav-pills .nav-link.active .Nav_Details_Icon { 
    background-color: #3A58EF;
    border-color: #3A58EF;
  } 

  .side_profile_inner .nav-pills .nav-link.active .Nav_Details_Icon svg path { fill: #ffffff; }
  .side_profile_inner .nav-pills .nav-link.active .Nav_Details_Step_Icon > p { color: #3A58EF; }
  .side_profile_inner .nav-pills .nav-link.active .Nav_Details_Step_Icon > h3 { color: #101828; }

  .botton_button_main { 
    border-top: 1px solid #F2F2F2;
    background: #ffffff;
    display: flex;
    padding: 16px 24px 0;
    justify-content: right;
}

.btn.btn-blank { 
border-radius: 4px;
border: 1px solid #98A2B3;
height: 36px;
padding: 8px 14px;
color: #98A2B3;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
margin-right: 6px;
}

.botton_button_main .btn.btn-primary { box-shadow: none; }

.tab_content_wrapper { height: calc(100vh - 414px); overflow-x: hidden; overflow-y: auto; padding-right: 10px; margin-bottom: 15px; scrollbar-width: thin; scroll-behavior: smooth; }

.time_slot_title label {
    display: block;
    text-align: center;
    color: #344054;
    padding: 12px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #EAECF0;
    background: #ffffff;
    font-size: 14px;
}

.time_slot_title label input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.time_slot_title label.active {
    background-color: #EBEEFD;
    color: #3A58EF;
    border: 1px solid #3A58EF;
}

.slot_title {
    margin-bottom: 20px;
}

.slot_title label {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.slot_title label input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

#interview_availability_form table {
    margin-bottom: 30px;
}

.interview-availability-table tbody tr td input[type="checkbox"] {
border-radius: 4px;
border: 1px solid  #D0D5DD;
background:  #ffffff;
width: 22px;
height: 22px;
padding: 2px;
cursor: pointer;
}

.roles_responsibilities textarea {
    height: 160px;
}

.experience_right_content { display: flex; justify-content: flex-start; align-items: center; }
.experience_right_content .remove_experience { border-right: 1px solid #98A2B3; margin-right: 12px; padding-right: 13px; cursor: pointer; }


/* application_under_review */

.application_under_review { 
    border-radius: 8px;
    border: 2px solid #FFF;
    background: rgba(215, 215, 215, 0.16);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.application_underreview_inner h4 {
    color: #1D2939;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    margin-bottom: 16px;
}

.under_review_icon { margin-bottom: 16px; }

.Main_Content { position: relative; }

.application_underreview_inner { 
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    width: 670px;
    padding: 24px;
    text-align: center;
}

.application_underreview_inner p { margin-bottom: 15px; }
.application_underreview_inner p strong { color: #1D2939; }

/* application_under_review */

/* Preview Profile Start */
.Main_Content_inner > .preview_profile { 
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
} 

.side_preview_profile {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    background:  #ffffff;
    padding: 16px;
}

.preview_profile_main {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    background:  #ffffff;
    padding: 16px;
    box-shadow: none;
}

.profile_name { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.profile_name .profile_img { width: 60px; height: 60px; border-radius: 100px; overflow: hidden; margin-right: 12px; }
.profile_name .profile_img img { height: auto; width: 100%; }
.profile_name h3 { 
    color: #1D2939;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.staff_profile_btnbox { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
}

.staff_profile_btnbox .staff_profile { 
    border-radius: 4px;
    background: #3A58EF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px;
    text-align: center;
    width: 100%;
}

.select_candidates {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

.select_candidates span {
    color: #314BD0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.work_type {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
} 

.work_type span { 
border-radius: 50px;
background: #F2F4F7;
color: #475467;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
padding: 6px 12px;
display: inline-flex;
} 

.side_previewprofile_inner > hr { 
    border-top: 1px solid #D0D5DD;
    margin: 16px 0 !important;
    opacity: 1 !important;
}

.basic_details > h4 {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.detail_info_list { padding: 0; margin: 0; list-style: none; }
.detail_info_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.detail_info_list li .icon_box { 
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #F2F4F7;
border-radius: 100px;
width: 42px;
height: 42px;
margin-right: 16px;
}

.detail_info_list li .detail_info .label {
color: #475467;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; 
display: block;
margin-bottom: 4px;
}

.detail_info_list li .detail_info p {
    color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.preview_profile_section {
    margin-bottom: 24px;
}

.preview_profile_section .profile_section_title {
    margin-bottom: 16px;
    position: relative;
    padding-right: 90px;
 }

 .preview_profile_section .profile_section_title::before {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #EAECF0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
 }

 .preview_profile_section .profile_section_title::after {
    content: "";
    width: 50px;
    height: 10px;
    background-color: #3A58EF;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
 }

 .preview_profile_section .profile_section_title h4 { 
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-right: 16px;
    background-color: #ffffff;
 } 

 .certificate_list a  {
    border-radius: 4px;
    background: #F2F4F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    overflow: hidden;
    color: #475467;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .text-danger {
    font-size: 12px;
}
/* Preview Profile End */

.total_experience_inner { 
    position: relative;
    min-height: 144px;
  } 

.month_year {
    color: #1D2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-bottom: 6px;
}

.total_yearmonth {
color: #1D2939;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px;
display: block;
}

.point_circle { display: inline-block; margin: 10px 0; }

.total_experience_section > .row { position: relative; }
.total_experience_section > .row { margin-bottom: 106px; }
.total_experience_section > .row:nth-child(even):before { width: 2px; height: 250px; content: ""; position: absolute; right: 0; bottom: 78px; background-color:#eaecf0; }
.total_experience_section > .row:nth-child(even) { flex-direction: row-reverse; }

.total_experience_section > .row:nth-child(odd):before { width: 2px; height: 250px; content: ""; position: absolute; left: 0; bottom: 78px; background-color:#eaecf0; }
.total_experience_section > .row:nth-child(1):before { display: none; }

.total_experience_section .row .col-md-4 { position: relative; }
.total_experience_section .row .col-md-4:before { content: ""; right: 0; height:2px; background-color: #EAECF0; position: absolute;  left: 0; top: 66px; }
.total_experience_section .row:nth-child(1) .col-md-4:nth-child(1) .point_circle svg circle { stroke: #3A58EF; }
.total_experience_section .row:nth-child(1) .col-md-4:nth-child(1) .point_circle svg rect { fill:#3A58EF; }

.designation_info { 
color: #1D2939;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
margin: 0 0 6px;
}

.skill_info {
color: #5D667B;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.total_experience_inner p.date_year { 
    color: #1D2939;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
margin: 0 0 6px 0;
}

.total_experience_section { margin-bottom: 16px; padding: 0 15px; }


.roles_responsibilities { margin-top: 40px; } 
.roles_responsibilities_inner { padding-left: 48px; position: relative; }
.roles_responsibilities_inner .roles_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F2F4F7;
    backdrop-filter: blur(10px); 
    position: absolute;
    left: 0;
    top: -9px;
}

.roles_responsibilities_inner .roles_icon::before { 
    width: 20px;
    height: 20px;
    border: 2px solid #F2F4F7;
    border-top: 0;
    border-right: 0;
    border-radius: 4px;
    content: "";
    position: absolute;
    left: 18px;
    bottom: -18px;
    
}

.preview_profile_section .link_list a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
 }
 
 .preview_profile_section .link_list a:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #3A58EF;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -2px;
 }


.roles_responsibilities_titlemain h5 { 
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.roles_responsibilities_inner > h4 { 
    color: #1D2939;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.present_time { display: flex; justify-content: flex-start; align-items: center; }
.present_time i { padding: 0 8px; }
.roles_responsibilities_inner ul {
    padding-left:25px;
 }
/* Preview Profile End */

/* interview feedback */
.interview_feedback_title { 
    border-bottom: 1px solid #F2F2F2;
    padding: 24px;
    margin: -24px -24px 16px;
}

.interview_feedback_title h3 {
        color: #1D2939;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; 
        margin: 0;
 }

 .candidate_position {
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #F9FAFB;
    padding: 12px 12px 8px 12px;
    margin-bottom: 16px;
  }

  .candidate_position_content span { 
    display: block;
    color: #5D667B;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    }

    .candidate_position_content strong { 
        color: #2D2D2D;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        display: block;
        line-height: 20px;
        margin-top: 14px;
    }

    .interview_feedback h4 {
        color: #344054;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 4px;
     }

     .interview_feedback_content {
        border-radius: 4px;
        border: 1px solid #D0D5DD;
        background: #F2F4F7;
        padding: 10px 12px;
    }

    .interview_feedback_content p { 
        color: #5D667B;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    } 

    .interview_evaluation { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;  }
    .interview_evaluation > h3 {
      color: #344054;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      margin: 0;
    }
    .rating_description { display: flex; justify-content: space-between; align-items: center;
      border-radius: 6px;
      border: 1px solid  #9CABF7;
      background:  #EBEEFD;
      padding: 9px 12px;
      gap: 2px;
      width: 100%;
      max-width: 510px;
    }
    
    .rating_description > div {
      color:  #344054;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      min-width: 92px;
    }
    
    .score_card {
      border-radius: 8px;
      border: 1px solid #F2F2F2;
      background: #F9FAFB;
      padding: 12px 12px 8px 12px;
      margin-bottom: 16px;
    }
    
    .score_card > div > div:nth-child(1) { border-right: 1px solid #EFEFEF; }
    
    .score_card_inner span {
      color: #5D667B;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
    }
    
    .score_card_inner h3 {
      color: #2D2D2D;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      margin: 0;
      padding: 10px 0;
    }
    #sc_feedback .offcanvas-body{
      padding: 16px;
    }
    .score-rating { display: flex; justify-content: space-between; align-items: center; margin: 0 0 8px; position: relative; }
    .score-rating .error { position: absolute; left: 0;  bottom: -16px; }
    .score-rating > label {
      color: #2D2D2D;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      padding-right: 5px;
    }
    
    .score-rating > div {
    border-radius: 4px;
    border: 1px solid  #D0D5DD;
    overflow: hidden;
    }
    .score-rating .radio-inline {
    border-right: 1px solid #F2F2F2;
    background:  #ffffff;
    padding: 4px 12px;
    position: relative;
    min-width: 98px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    }
    
    .score-rating .radio-inline input[type="radio"] { position: absolute; opacity: 0; visibility: hidden; }
    .score-rating .radio-inline:has(input[type="radio"]:checked) { background-color: #3A58EF; color: #ffffff; }
    .score-rating .radio-inline:has(input[type="radio"]:disabled) { pointer-events: none; }

    .score-rating .score-rating-label { display: flex; justify-content: flex-start; align-items: center; }
    .score-rating .score-rating-label .tooltip_icon { margin-left: 8px; cursor: pointer; } 

    .score_rating_main { margin-bottom: 16px; }

/* interview feedback */

/* view job description */

#viewjobdescription { width: 934px; }
#viewjobdescription .offcanvas-header { background: #3A58EF; padding: 20px 16px; justify-content: space-between; }
#viewjobdescription .offcanvas-header .offcanvas-title { 
color: #ffffff;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
}

#viewjobdescription .offcanvas-header .btn_close { 
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    line-height: normal;
}

#viewjobdescription .offcanvas-body { padding: 24px 16px 16px; }
.required_assessment { 
    border-radius: 8px;
    border: 1px solid  #EAECF0;
    background: #F9FAFB;
    padding: 12px;
    position: relative;
    margin-bottom: 16px;
}

.required_assessment .top_title {
    border-radius: 2px;
    background: #3A58EF;
    position: absolute;
    left: 12px;
    top: -15px;
    height: 22px;
    padding: 4px 8px;
    color: #F9FAFB;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
 }

 .required_assessment h4 {
    color:  #101828;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
 }

 .assessment_detail { display: flex; justify-content: flex-start; }
 .assessment_detail > .assessment_detail_inner { padding-right: 13px; margin-right: 12px; border-right: 1px solid #EFEFEF; }
 .assessment_detail > .assessment_detail_inner:last-child { margin-right: 0; padding-right: 0; border-right: 0; }
 .assessment_detail_inner h6 {
    color: #475467;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 2px;
    }

    .assessment_detail_inner h5 {
        color:  #101828;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .summary_content h4 { 
        color: #101828;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 8px;
        margin-top: 16px;
        }

    .summary_content p { 
        color: #475467;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
    }

    .summary_content .arrowlist { 
        margin: 0;
        padding: 0;
        list-style: none;
    } 

    .summary_content .arrowlist li { 
        margin-bottom: 8px;
        color: #475467;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding-left: 26px;
        position: relative;
     }
     .summary_content .arrowlist li::before { content: ""; width: 20px; height: 20px; background-image: url(../career/images/arrowlistleft.svg); background-repeat: no-repeat; background-position: 0 0; position: absolute; left: 0; top:3px; }

    .summary_content .arrowlist li:last-child { margin-bottom: 0; }

    .experience_right_content .form-check-input { border-radius: 100px; }
    .form-control.ot-hours { background-image: url(../career/images/hours-bg.svg) !important; background-repeat: no-repeat !important; background-position: right 0 !important;  }
    .form-control.ot-hours::-webkit-outer-spin-button,
    .form-control.ot-hours::-webkit-inner-spin-button { -webkit-appearance: none; -moz-appearance: textfield; margin: 0; }
    .time_slot_title label.timeSlotLabel:has(input[type="checkbox"]:checked) { background-color: #EBEEFD; color: #3A58EF; border: 1px solid #3A58EF; }

    .summary_content > br { display: none; }
.summary_content > strong { display: block; font-weight: 600; font-size: 16px; color: #26244A; line-height: 34px; margin:20px 0 10px; }
.summary_content ul { margin: 0; padding: 0; list-style: none; }
.summary_content ul li {
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    color: #344054;
    margin: 0 0 10px;
    padding-left: 26px;
    background: url(../career/images/note-arrow.svg) 0 center no-repeat;
}

.summary_content > .Fill_Btn { margin-top: 30px; }

    .summary_content label {
        padding-right: 15px;
        display: inline-flex; 
        align-items: center;
        justify-content: flex-start;
    }
    
    .summary_content label span {
        font-size: 14px;
        color: #344054;
    }

    .summary_content label img { margin-right: 5px; }

    .summary_content {
        font-weight: 500;
        line-height: 24px;
        font-size: 14px;
        color: #344054;
        margin: 0 0 10px;
        padding-left: 5px;
    }
/* view job description */
    /* Step Completed css */
   
    .side_profile_inner .nav-pills .nav-link {
        position: relative;
    }

    .side_profile_inner .nav-pills .nav-link.completed .Nav_Details_Icon {
        background-color: #12B76A;
        border-color: #12B76A;
        background-image: url(../career/images/completed.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

    .side_profile_inner .nav-pills .nav-link.completed .Nav_Details_Step_Icon>p {
        color: #12B76A;
    }

    .side_profile_inner .nav-pills .nav-link.completed .Nav_Details_Step_Icon>h3 {
        color: #5D667B;
    }

    .side_profile_inner .nav-pills .nav-link.completed .Nav_Details_Icon svg {
        display: none;
    }

    .side_profile_inner .nav-pills .nav-link.completed:before {
        width: 1px;
        height: 114px;
        border-left: 1px solid #12B76A;
        content: "";
        position: absolute;
        left: 28px;
        top: 0;
    }

    .side_profile_inner .nav-pills>.nav-item:last-child .nav-link.completed:before {
        display: none;
    }

/* Step Completed css */

.no_exp_text {
    border-radius: 8px;
    border: 1px solid var(--Theme-Blue-500---3A58EF, #3A58EF);
    background: var(--Theme-Blue-50---EBEEFD, #EBEEFD);
    min-height: 192px;
    padding: 24px;
    /* display: flex; */
    justify-self: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
     
input[readonly] {
    color: #ccc !important;
}

.newprofileloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(215, 215, 215, 0.16);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
  }
  .newprofileloader .loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: #3A58EF;
    animation: loading 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-50px;
    margin-left:-50px;
  }
  @keyframes loading {
    to {
      transform: rotate(360deg);
    }
  }

  .preliminary_title {
    border-bottom: 1px solid var(--Table-Stroke, #F2F2F2);
    background: var(--White---FFFFFF, #FFF);
    padding: 24px;
    color: var(--Text-Grey-800---1D2939, #1D2939);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: -24px -24px 16px;
  }
   
  #contact_details_submit[disabled] {
    opacity: 0.5;
}
.header {
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    left: 0;
    margin: 0 !important;
    z-index: 999 !important;
    background-color: #FAFBFE !important;
    border-bottom: 0 !important;
    display: flex;
    height: 70px;
    padding: 16px 13px;
}

.header_logo_left span.grid-icon {
    margin-right: 17px;
}

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

.profile_photo_main {
    border-radius: 100%;
    border: 2px solid #ffffff;
    overflow: hidden;
    margin-right: 12px;
    width: 110px;
    height: 110px;
    position: relative;
}

.main_content { 

}


.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-top: 1px solid #EAECF0;
    padding: 0px 25px;
}

.footer .footer-content
{
    display: flex;
    height: 52px;
    align-items: center;
    border-top: 1px solid #edf2f9;
}

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

.header_profile_img {
    border-radius: 100%;
    border: 2px solid #ffffff;
    overflow: hidden;
    margin-right: 12px;
    width: 44px;
    height: 44px;
    position: relative;

}
.job_listing,
.notification_icon { margin-right: 16px; }
.job_listing a {
color: var(--Theme-Blue-500, #3A58EF);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.header_profile_img img {  width: 44px; height: 44px; }
.profile_signout .dropdown-toggle { display: flex; justify-content: flex-start; align-items: center; background: transparent; border: none; padding-left: 0; padding-right: 0; }
.profile_signout span { 
color: #1D2939;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
display: inline-block;
margin-right: 12px;
}
.profile_signout .dropdown-toggle::after { display: none; }

