:root{
    --theme-gray:#efefef;
}

/*common Css Start */
.btn{
    white-space: nowrap;
}
.bg-primary{
    background-color: #4b6cb7 !important; 
}
.op-radio span{
    color: #4b6cb7 !important;
    border-color: #4b6cb7 !important;
}
.op-radio input:checked + span{
    color: #ffffff !important;
    background-color: #4b6cb7 !important;    
}
.title-main h2{
	font-size: 36px;
    font-weight: 700;
    color: #111;
    text-align: center;
}
.text_primary{
	color: #4b6cb7;
}
.text_secondary{
	color: #0fb790;
}
.text_light{
    color: #616161;
}
.bg_primary{
 background-color: #4b6cb7;
}
.space-py-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.space-pt-100{
  padding-top: 100px;
}
.space-pb-100{
  padding-bottom: 100px;
}
th{
    font-weight: 600;
}
/*Common Css Start */
.codex-authbox {
    background-color: #ffffff;
}
.codex-authbox .auth-icon {
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(75 108 183 / 10%);
    margin-left: auto;
    margin-right: auto;
}
.codex-authbox .auth-icon i {
    font-size: 24px;
}
.select2-container--default .select2-selection--single{
    padding: 0.375rem 0.75rem;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 7px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 0;
}
.auth-main {
    height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh
}
.codex-authbox {
    min-width: 480px;
    width: 480px;
    margin: auto;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 17px;   
    box-shadow: 0 0 20px 5px rgba(5,23,34,.05)
}
.form-label{
    font-weight: 500;
    margin-bottom: 5px;
}

/*Index Start Css */
.hero_sec{
	background-image: url('../images/bg_banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vh - 150px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero_sec .hero_contact .caption_title{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: capitalize;
}
.hero_sec .hero_contact .sub_caption {
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
}

.hero_sec .hero_contact .apply_btn {
    background-color: #ffffff;
    padding: 10px 25px;
    color: #4B6CB7;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}



.newhero_sec{
    background-image: url('../images/bg_banner2.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*height: calc(100vh - 150px);*/
    background-color: #efefef;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /*padding: 60px 60px;*/
}
.newhero_sec .site_scanner{
    background-color: #ffffff;
    padding: 10px;
    border: 5px solid #ed721a;
    width: fit-content;
    margin-top: 40px;
}
.newhero_sec .skill_logos{
    width: 450px;
}
.newhero_sec .skill_year{
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    margin-top: 60px;
}
.newhero_sec .skill_year span{
    color: #ed721a;    
}

.newhero_sec .skill_year_text{
    font-size: 60px;
    font-weight: 600;
}
.newhero_sec .skill_label{
    background: #ed721a;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    /*color: #ffff;*/
    font-size: 24px;
    margin-top: 20px;
}
.newhero_sec .skill_site_text{
    letter-spacing: 10px;
    margin-top: 60px;
}
.skill_tellenttitle{
    /*color: #ffff;*/
    font-size: 30px;
    border-bottom: 5px dashed rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
    margin-bottom: 22px;
    width: fit-content;
}
.telellent_list{
    padding-left: 20px;
}
.telellent_list li{
    list-style-type: disc;
    /*color: #ffffff;*/
}
.telellent_list li:not(:first-child){
    margin-top: 5px;
}
.skillslogan_detail h6{
    color: #ed721a;
    font-size: 26px;
    font-weight: 600;
}
.newhero_sec .new_heighttext{
    /*color: #ffffff;*/
    font-size: 28px;
    margin-top: 40px;
}
.newhero_sec .register_btn{
    /*color: #ffffff;*/
    background-color: #ed721a;
    border-radius: 30px;
    padding: 11px 30px;
    font-size: 22px;
}
.search_banner{
    background-color: #fff;
    box-shadow: 0px 2px 15px 2px rgb(0 0 0 / 20%);
    padding: 30px 30px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    text-align: center;
    /*margin-top: -100px;*/
    z-index: 1;
    position: relative;
}
.search_banner .form-control {
    color: #000;
    background-color: #edf1fc;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 15px;
    height: auto;
    border-radius: 50px;
}
.search_banner .search_btn > a{
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border-radius: 100px;
    text-transform: uppercase;
}
.counter_sec .counter-second > img {
    width: 100%;
    border-radius: 10px;
}
.counter_sec .counter-second .figure_box-a {
    position: relative;
    width: 90%;
    padding: 25px 15px;
    margin: 0 auto 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-gray);
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
.counter_sec .counter-second .figure_box-a .counter_icon img{
    filter: invert(1);
}
.counter_sec .counter-second .figure_box-a .text_item {
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
}
.counter_sec .counter-second .counter {
  font-size: 30px;
  font-weight: bold;
}
.featured_sec .job_details .job_details_cont{
        height: 308px;
    overflow: auto;
}
.featured_sec .job_details .job_describe_box {   
    border-radius: 10px;
    padding: 25px;
    height: 100%

}
.featured_sec .job_details .job_describe_box h5{
    /*height: 48px;*/
    overflow: hidden;
    text-overflow: clip;
    font-weight: 700;
    font-size: 24px;
}
.featured_sec .job_details .job_describe_box p{
    /*height: 48px;*/
    overflow: hidden;
    text-overflow: clip; 
    font-style: italic;  

}
.featured_sec .job_details .job_details_cont .job_title h5{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.categories_sec{
	background-image: url('../images/categories/bg_banner.png');
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
}
.categories_sec .boxes {
    margin: 15px 0;
    text-align: center;
    height: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.categories_sec .boxes:hover {
    background: linear-gradient(to right, #4b6cb7 0%,  #4b6cb7 100%);
}
.categories_sec .boxes img {
    text-align: center;
    margin-bottom: 15px;
    transition: all .5s ease;
    width: auto;
    height: 60px;
}
.categories_sec .boxes:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.categories_sec .boxes h2{
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
     line-height: 18px;
     transition: all .5s ease;
}
.categories_sec .boxes h2 >a {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease;
}
.categories_sec .boxes:hover h2 > a{
	color: #ffffff;
}
.categories_sec .categories_btn {
    background-color: #ffffff;
    padding: 10px 25px;
    color: #4B6CB7;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
    transition: all .5s ease-in;
}
.categories_sec .categories_btn:hover{
    background-color: #4b6cb7;
    color: #ffffff;
    transition: all .5s ease-in;
}
.employer_sec .employer_details{
    background-color: #fff;
    box-shadow: 0px 2px 15px 2px rgb(0 0 0 / 20%);
    padding: 30px 30px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: -100px;
    z-index: 1;
    position: relative;
}
.employer_sec .employer_details .employer_slider .img-wrap{
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    padding: 10px;
    height: auto;
    border: 2px solid #4b6cb7;
    margin: 10px;
}
.employer_sec .employer_details .employer_slider .img-wrap .logo-img img{
     background-color: #fff;
    height: 100px;
    width: 100%;
    object-fit: contain;
    border-radius: 15px 0px 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.employer_sec .employer_details .employer_slider.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}
.employer_sec .employer_details .employer_slider .slick-dots{
    display: none !important;
}
.learning_sec .learning_details .card{
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
    border-radius: 10px;
    border: none;
}
.learning_sec .learning_details .card .card-img img{
    border-radius: 10px;
    filter: brightness(0.8);
}
.learning_sec .learning_details .card .card-contact h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.learning_sec .learning_details .card .card-contact p{
    font-weight: 400;
    font-size: 15px;
    height: 95px;
    overflow: clip;
}


/*Job Fair*/
.jobfair_box{
    box-shadow: 0 0 20px 5px rgba(5,23,34,.05);
    border-radius: 10px;
    overflow: hidden;
}
.jobfair_box .img_wrap{
    overflow: hidden;
}
.jobfair_box .img_wrap img{
    transition: all 0.5s ease;
}
.jobfair_box:hover .img_wrap img{
    transform:scale(1.3);
}
.jobfair_box .detail_body{
    width: 95%;
    margin: auto;
    margin-top: -20px;
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 10px;
    border: 1px solid #dddddd;
}
.jobfair_box .detail_body .job_discription{
    height: 100px;
    overflow: auto;
    border-bottom: 1px solid #dddddd;
}
.jobfair_box .jobfair_detail .btn{
    font-size: 14px;
}
.jobfair_box .jobfair_detail h5{
    height: 50px;
}
.user_profile .accordion-button::after {
    display: none !important;
}
.user_profile .accordion-button{
    background-color: transparent !important;
    box-shadow:none !important;
}
.user_profile .accordion-body{
    padding-bottom: 38px;
    position: relative;
}
.user_profile .btn_acordion{
    /*margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;*/
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
} 
.user_profile .avtar_wrap{
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}
.user_profile .avtar_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uploaddocument_box{
    border: 1px dashed #dddddd;
    border-radius: 15px;
    padding: 20px;
}
.uploaddocument_box .upload_body{
    background-color: #F5F5F5;
    padding: 20px;
    width: 100%;
    height: 170px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.uploaddocument_box i{
    font-size: 60px;
}


/*appliyed jop*/
.appyted-grid .job-social{
    display: flex;
    align-items: center;
    gap: 10px;
}
.appyted-grid .job-social a{
    background-color: #edf1fc;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appyted-grid{
    border: 1px solid #e6e4e4;
    padding: 30px;
}
.applyiedjob_sidebar .title_job{
        color: #fff;
    background-color: #4b6cb7;
    padding: 10px 16px;
}
.applyed_jobmenu{
    border: 1px solid #e6e4e4;
}
.applyed_jobmenu li+li{
    border-top: 1px solid #e6e4e4;
}
.applyed_jobmenu li a{
    display: block;
    padding: 10px 15px;
}
.applyed_jobmenu li a i{
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.appytedgrid_main{
    border: 1px solid #e6e4e4;
    padding: 30px;
}
.appytedgrid_main h6{
    color: #4b6cb7;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.appytedgrid_main .search_card{
    background-color: #edf1fc;
    border-radius: 2px;
    padding: 18px;
}

.appytedgrid_main .select_primary{
    color: #fff !important;
    background-color: #4b6cb7 !important;
    padding: 5px;
    border-radius: 6px;
}


/*Candidate Dashboard*/
.candidat_menu_list li a{
    border-radius: 8px;
    border: none;
    box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
    overflow: hidden;
    padding: 15px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.candidat_menu_list li:nth-child(n+2){
    margin-top: 15px;
}
.candidate_profile .profile_avtar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*overflow: hidden;*/
    position: relative;
}
.candidate_profile .profile_avtar img{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
}
.progress-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(
    orange 0deg,
    orange 0deg,
    #e0e0e0 0deg,
    #e0e0e0 360deg
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.progress-circle .progress-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: #4b6cb7;
    width: fit-content;
    margin: auto;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 10px;
    min-width: 40px;
}
.candidate_profile p,
.candidate_profile span{
    font-size: 14px;
}
.candidateprofile_detail{
    background-color: #fdf0e9;    
    padding: 18px;
    border-radius: 14px;
    font-size: 14px;
}
.custom_check{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    border: 1px solid #dee2e6;
}
.custom_check input{
    width: 100%;
    height: 100%;
}
.custom_check .customchek_mark{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #008a00;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.custom_check input:checked ~ .customchek_mark{
    opacity: 1;
    visibility: visible;
    display: block;
}
.candidateprofile_detail table td{
    padding: 6px 0;
}
.candidateview_profile li{
    font-size: 13px;
}
.candidateview_profile li+li{
    border-left: 1px solid #dee2e6;
    margin-left: 10px;
    padding-left: 10px;
}
.candidateview_educaitontable th{ 
    font-size: 12px;
    font-weight: 500;
}


.grievance_chatmodal .modal-body{
    background-color: #f8f9fa;
}

.grievance_chatmodal .chat_item{
    background-color: #ffff;
    padding: 11px !important;
    border-radius: 10px;
    box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
}

.grievance_chatmodal .text_dis{
    font-size: 17px !important;
}
.grievance_chatmodal .msg_time{
    font-size: 14px;
}