.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}
.error_group,.error_candidate {
    color: red;
}
.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}
/* joblist list page*/
.joblist.card{
    border-radius: 10px;
    position: relative;
}
.joblist.card:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
.joblist.card .card-footerend {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
}
.joblist.card .card-footerend_first {
    margin-bottom: 15px;
}
.joblist.card .card-footerend .card-text-jobmain{
    display: flex;
    justify-content: flex-start;
    align-items: center;
     margin-bottom: 5px;
}
.joblist.card .card-footerend .card-text-jobmain .card-location {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: 10px;
   
}
.joblist.card .card-feature-job{
   position: absolute;
    background: #FFD400;
    color: #000000;
    margin: auto;
    font-weight: 700;
    padding: 4px 14px;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
    top: -12px;
    left: 25px;
}
.joblist.card .card-feature-job.urgent_red{
   position: absolute;
    background: red;
    color: #FFFFFF;
    margin: auto;
    font-weight: 700;
    padding: 4px 14px;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
    top: -12px;
    left: 25px;
}
.joblist.card .card-feature-job.urgent_green{
   position: absolute;
    background: green;
    color: #FFFFFF;
    margin: auto;
    font-weight: 700;
    padding: 4px 14px;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
    top: -12px;
    left: 25px;
}
.joblist.card .card-footerend .card-text-jobmain .flag-icon {
      background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
}
.joblist .card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.joblist .card-body .card-details{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.joblist .card-footerlinks a {
    font-size: 14px;
    margin-right: 20px;
    color: #2D3A9B;
}
.joblist .card-text {
    font-size: 13px;
    /*margin-bottom: 10px;*/
}
 
.joblist .card-text .last_reward{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    font-size: 12px;
}
.joblist .card-text .last_reward div{
    width: 50%;
    margin-right: 4px;
}
.joblist .card-text .reward.main-inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
   /* padding: 5px;*/
}
.joblist .card-title {
    font-size: 24px;
}
.joblist .card-footerend .btn{
    font-size: 16px;
}
.joblist .discount{
        background: #f2f2f2;
        width:240px;
        border-radius: 10px;
        padding-bottom: 10px;
        position: relative;
}

.joblist .discount.contract{
        background: #D3DDF2;
       
}
.joblist .discount.contract .discount-title {
    background: #008FD6;
    }
.joblist .discount.contract .card-text .reward.main-inner .top_reward {
    background: #A9C5F7;
}

.joblist .discount .discount-title{
    background: #2D3A9B;
    padding: 5px;
    color: #fff;
    margin-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    font-size: 18px;
}
.joblist .discount .card-text {
    text-align: center;
}
.discount .dimand_img{
    position: absolute;
    right: -20px;
    top: -10px;
}
/*.joblist .dimand_main{
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
    margin-left: 10px;
    border-radius: 10px;
}*/
.joblist .discount .card-text .reward.main-inner .top_reward {
    background: #9CA2F0;
    width: 100%; 
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.joblist .discount .plus_main_reward{
    width: 25%;
}
.joblist .discount .card-text p {
    margin: 0;
    font-size: 14px;
}
.joblist .discount .card-text span {
        font-size: 18px;
        font-weight: 700;
}
#nav-tabContent .table-striped tbody tr{
    background-color:white !important;
}
.jobview-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.activity .jobview-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin-left: 25px;   
    margin-top: 15px;

}
.activity .jobview-main .job_last_part{
    align-self: flex-start;
}
.activity .jobview-main .jobmain_part{
    margin:0px; 
}
.activity .jobview-main .job_middle_part{
    margin:0px; 
}
.activity .jobview-main .job_last_part{
    margin:0px; 
}
.jobview-main .jobmain_part{
    margin:15px 0px;
}
.activity .jobview-main .jobmain_part div{
    padding: 0;
}
.activity .jobview-main .job_middle_part div{
    padding: 0;
}
.activity .jobview-main .job_last_part div{
    padding: 0;
}
.jobview-main .jobmain_part div {
    margin: 10px;
    padding: 5px 0;
}
.jobview-main .job_middle_part{
    margin:15px 0px;
}
.jobview-main .job_middle_part div {
    margin: 10px;
    padding: 5px 0;
}
.jobview-main .job_last_part{
    margin:15px 0px;
}
.jobview-main .job_last_part div {
    margin: 10px;
    padding: 5px 0;
}
.card-body.login{
    padding-top: 0;
}
.jobListpage{
    /*margin-top: 5px;*/
    justify-content: space-between;
    align-items: center;
}
.jobListpage .filter-main{
    display: flex;
    gap: 5px;
}
.jobListpage .form-control#job_status {
    width: 88px;
}
.jobListpage .form-control{
    width: 108px;
    font-size: 12px !important;padding: 0 0 0 5px;

}
.jobListpage .job_nature_search{
    width: 70px;
}
.jobListpage #job_search{
     width: 101px;
}
.jobListpage .filter_search{
    display: flex;
    justify-content: center;
}
.jobListpage .filter_search .reset{
    margin-left: 5px;
    }
.bg-main{
    background: url('../img/hire1cover.jpg');
    background-repeat: no-repeat;
/*    background-size: 100% 100%;
*/}

.bg-main .logo.login img {
    height: 68px;
    width: 175px;
}
.bg-main .logo.login{
    text-align: center;
    margin-bottom:0;
}
.btn-primary {
    
    background: #9CA2F0;
    border: 1px solid #9CA2F0;
    background-color: #9CA2F0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #65699b;
    border-color: #65699b;
     box-shadow: 0 0 0 0.2rem rgba(101,105,155,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9CA2F0;
    border-color: #9CA2F0;
}
.btn-primary.focus, .btn-primary:focus{
    box-shadow: none;
}
.btn-red{
    background: red;
    border: 1px solid red;
    background-color: red;
}
.btn-red:hover {
    color: #fff;
    background-color: red;
    border-color: red;
     box-shadow: none;
}
.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}
.btn-red.focus, .btn-red:focus{
    box-shadow: none;
}
.bg-main .card-mainpart{
/*    background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
  opacity: 0.8*/
}


a {
    color: #9CA2F0;
    text-decoration: none;
    background-color: transparent;
}
.page-link{
     color: #9CA2F0; 
}
.page-item.active .page-link{
     background-color: #9CA2F0;
      border: 1px solid #9CA2F0
}
.sidebar .nav-link.active .nav-icon{
        color: #9CA2F0;
}
#myModal .form-group{
    margin-bottom: 5px;
}
.btn-link.forget{
    margin-left:34px;
    padding:0; 
}
.changeLan{
        width: 150px;
    margin-right: 14px;
    height: 33px;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}
.card-header.edit_job{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.candidate-header{
        display: flex;
    justify-content: end;

}
.form-group.radio .radio-main {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100px;
}
span.badge.badge-info.paid {
    background-color: green;
    padding: 5px 10px;
}
span.badge.badge-info.unpaid {
    background-color: red;
    padding: 5px 10px;
}
/* Activity page*/

.barchart-Wrapper {
display: table;
position: relative;
margin: 0px 0 40px 0;
height: 150px;
}
.barChart-Container {
display: table-cell;
width: 100%;
height: 100%;
padding-left: 15px;
}
.barchart {
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
}
.barchart-Col {
position: relative;
vertical-align: bottom;
display: table-cell;
height: 100%;
}
.barchart-Col + .barchart-Col {
border-left: 4px solid transparent;
}
.barchart-Bar {
position: relative;
height: 0;
transition: height 0.5s 2s;
width: 66px;
margin: auto;

}
.barchart-Bar span{
    /*position: absolute;
    top: -25px;
    left: 26px;*/
    font-weight: 700;
    font-size: 18px;
}
.barchart-Bar:after {
content: attr(attr-height);
color: white;
position: absolute;
text-align: center;
width: 100%;
}
.barchart-BarFooter {
position: absolute;
text-align: center;
height: 10%;
width: 100%;margin-top: 13px;
}
.barchart-BarFooter h3 {
    color: black;
    font-size: 16px;
}
.barchart-TimeCol {
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
.barchart-Time {
height: 25%;
vertical-align: middle;
position: relative;
}  .barchart-Time:after {
      border-bottom: 3px solid black;
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      top: 0em;
    }
    .barchart-TimeText {
      position: absolute;
      top: -8px;
      z-index: 1;
      background: white;
      padding-right: 5px;
      color: #4d4d4d;
      font-size: 15px;
      font-family: 'Avenir Medium';
    }
    .html-bar {
      background-color: #0D98CE;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .css-bar {
      background-color: #0ECCB1;
      width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .js-bar {
      background-color: #11CC39;
      width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .python-bar {
      background-color: #E8BB00;
      width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .laravel-bar {
      background-color: red;
      width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .java-bar {
      background-color: #E26E05;
      width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.card-body.activity {
    margin-bottom: 0;
    padding: 30px;
}
.activity .jobview-main .jobview-main,
.activity .jobview-main .job_middle_part,
.activity .jobview-main .job_last_part{
    margin-bottom:0 ;
}
.active_jobtitle{
    margin: 50px 0 50px 0;
    margin-left: 55px;
}
.joblist .card-footerlinks .job_active_vendors,
.joblist .card-footerlinks .total_candidate,
.joblist .card-footerlinks .uniqueView {
    color: #BABABA;
    border: solid 1px;
    border-radius: 4px;
    padding: 6px 10px 10px 10px;
    border-color: #BABABA;
    font-size: 14px;
    margin-right: 5px;
    color: #2D3A9B;
    text-decoration: none;
    background: white;
}
.joblist .card-footerlinks .job_active_vendors:active,
.joblist .card-footerlinks .total_candidate:active,
.joblist .card-footerlinks .uniqueView:active{
    background: none;
    color: #BABABA;
}
.joblist .card-footerlinks .job_total_candidates {
    font-size: 16px;
    font-weight: 700;
    color: #9CA2F0;
}
#all_comments .list-group-item {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column;
}
#all_comments .list-group-item label{
    font-weight: 600;
}
.joblist .card-footerlinks a {
    border: solid 1px;
    border-radius: 4px;
    padding: 6px 10px 10px 10px;
    border-color: #BABABA;
    font-size: 14px;
    margin-right: 5px;
    color: #2D3A9B;
    text-decoration: none;
}
.activevendorModal .vendorlistmodal{
    list-style: none;
    border: 1px solid darkgray;
    margin: 0 15px;
    border-radius: 5px;
}
.activevendorModal .vendorlistmodal li{
       padding: 15px 15px;
    border-bottom: 1px solid gray;
}
.activevendorModal .vendorlistmodal li div{
    /*color: #46BA77;*/
    font-size: 16px;
}
.totalCandidateModal .candidatelistmodal {
    list-style: none;
    border: 1px solid darkgray;
    /*margin: 0 15px;*/
    border-radius: 5px;
}

.totalCandidateModal .candidatelistmodal  li{
    padding: 15px 15px;
    border-bottom: 1px solid gray;
}
.totalCandidateModal .candidatelistmodal li.candidatelist{
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
.totalCandidateModal .candidatelistmodal li.candidatelist .candidatename{
    /*color: #46BA77;*/
    font-size: 16px;
}
.uniqueViewModal .uniqueviewlistmodal{
    list-style: none;
    border: 1px solid darkgray;
   /* margin: 0 15px;*/
    border-radius: 5px;
}
.uniqueViewModal .uniqueviewlistmodal li{
    padding: 15px 15px;
    border-bottom: 1px solid gray;
}
.uniqueViewModal .uniqueviewlistmodal li.uniqueviewlist{
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
.uniqueViewModal .uniqueviewlistmodal li.uniqueviewlist .vendorname{
    /*color: #46BA77;*/
    font-size: 16px;
}
.card-body.detailForm .row{
    padding-bottom: 40px;
}
.tox-notification.tox-notification--in.tox-notification--warning {
    display: none;
}
.row.vendorlist{
    display: flex;
    justify-content: space-between;
}
.row.jobListpage.candidate form{
    display: flex;
    flex-direction: row;
}
.row.jobListpage.activity form{
    display: flex;
    flex-direction: row;
}
.profile .dropdown .dropdown-toggle{
    border-radius: 100px;
    border: 1px solid gray;
    background: none;
    padding: 6px;

}
.profile .dropdown .dropdown-toggle:focus,
.profile .dropdown .dropdown-toggle:active{
     border-radius: 100px;
    border: 1px solid gray;
    background: none;
    padding: 6px;
    outline: none;
}
.bluetext{
    color: transparent;
    text-shadow: 0 0 8px #000;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.start_date_field{
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 5px;
}
.card-body.client_main .row .col-md-3 {
    padding: 3px;
}
.client_main .card .card-body {
    padding: 10px;
    cursor: pointer;
}

.card-body.client_main .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-body.client_main .statuscount {
    border: 1px solid #CFCFEF;
    padding: 5px 10px;
    border-radius: 100%;
    margin: 0;
    font-size: 9px;
    background: #CFCFEF;
    font-weight: 700;
}

.card-body.client_main .card-title{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 3px;
}
.card-body.client_main .card-date{
    font-style: italic;
    margin-bottom: 15px;
}
.clientfilterform{
    
    justify-content: space-between;
    align-items: center;
}
.filter-options{
    display: flex;
     justify-content: space-between;
    align-items: center;
}
.card-bottom.dragview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-bottom.dragview p {
    margin:0;
}
#nav-candidatepipeline .card-body.client_main {
    padding: 0;
}
.client_main.jobpipeline{
        padding: 0;
}
.col-md-3  .card .card-body:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.161);
}
  .row_client_pipeline{
   overflow-x: auto;
    display: flex;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #CECECE #F0F3F5;
    display: flex; 
    flex-wrap: nowrap; 
}
  .client_main .row_client_pipeline::-webkit-scrollbar {
  width: 12px;
}

  .client_main .row_client_pipeline::-webkit-scrollbar-track {
  background: white;
}

.client_main .row_client_pipeline::-webkit-scrollbar-thumb {
  background-color: #CECECE;
  border-radius: 20px;
  border: 3px solid white;
}
.row_client_pipeline .col-md-3 {
    padding: 0 3px;
}
#nav-candidatepipeline{
    background: #E4E5E6;
    border: none;
    padding: 0;
}
.clientshow .tab-pane, .clientshow.tab-content {
    background: #E4E5E6;
}
.clientshow .nav-client-jobs{
    background: #E4E5E6;
    padding:0; 
}
.clientshow .nav-client-description{
    background: #E4E5E6;
    padding:0; 
}
.clientshow{
    border: none;
}
.clientshow .container-client .clientdetails div {
    /*margin: 10px;
    padding: 5px 0;*/
    background: white;
}
/*
.container-client{
   margin-left: 15px; 
}*/

.clientshow .container-client .clientdetails .clientdetails_other div {
    margin: 0 30px;
    padding: 0px 0 5px 0;
    font-size: 14px;

}
.clientdetails_name h5 {
    padding: 10px 30px;
    background: #DEDEDE;
    margin: 0;
    color:#666666;
}
.clientdetailform .clientDiscussForm .client_discsuss_note{
   color:#747474;
}
.clientdetailform .clientDiscussForm .btn-primary.green{
    background: #20B75D;
    color: white;
    border: none;
    border-radius: 0;
    margin-top: 10px;
}
.clientdetailform .clientDiscussForm .btn-primary.green:hover{
    border:none;
    box-shadow:none;
}
.clientshow .container-client .clientdetails .clientdetails_other {
    /*padding: 15px 0px;*/  
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    
}
.clientshow .container-client .clientdetails .clientdetails_other div:first-child {
    margin-top: 10px;
}
.clientshow .container-client .clientdetails .clientdetails_other div:last-child {
    margin-bottom: 10px;
} 
.clientshow .container-client .clientdetails .clientdetails_other divlabel{
    font-style: italic;
}
.clientdetailform .clientDiscussForm .textarea{
    width: 100%;
    height: 150px;
    border-radius:none;
    border: none;
}
.clientdetailform .clientDiscussForm .textarea:focus,
.clientdetailform .clientDiscussForm .textarea:focus-visible{
    border: none;  
    outline: none;
}
.container-client .notes {
    margin-top: 30px;color: #747474;
}
.container-client .notes .notemain .desc{
    margin-bottom: 20px; 
}
.container-client .notes .notemain hr{
    margin: 5px 0px;
}
.clientjobs .alljobs .card .view-vacancy{
    background: white;
    color:#65699b;
}
.clientjobs .alljobs .card {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid grey;
    border-radius: unset;
    cursor: pointer;
}
.clientjobs .alljobs .card:hover{
background: #2E4CFF;
color:white;
}
.clientjobs .alljobs .card .view-vacancy:hover{
    font-weight: 600;
    background: #2E4CFF;
    color:#FFF;
    border: 1px solid #FFF;
    box-shadow: 0 0 0.2rem 0 #FFF;
    font-size: 12px;
}
.clientjobs .alljobs .activevacancyheader h5{
    padding: 0.75rem 1.25rem;
    background: #DEDEDE;
    margin: 0;
    color:#666666;
}
.clientjobs .jobcandidate{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 50%;
    
}
.table-responsive .clientjobs {
    margin: 40px 0;
}
.clientjobs .jobcandidate .buttonlines {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;  /*  margin-top: 20px;*/
}
.clientjobs .jobcandidate .buttonlines .blockbtn {
    align-items: start;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: 190px;
}
.clientshow .container-clientjobs .clientjobs .jobcandidate .buttonlines{
    width: 100%;
}
.clientshow .container-clientjobs .clientjobs .jobcandidate .buttonlines .blockbtn .red{
    height: auto;
}
.buttonlines .blockbtn div {
    font-size: 12px;
}
.clientjobs .jobcandidate .buttonlines .blockbtn a {
    border-radius: 10px;
    color: white;
    padding: 5px 0px;
    font-size: 11px;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
}
/*.clientjobs .jobcandidate .buttonlines .blockbtn button a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    width: 100%;
}*/

.clientjobs .jobcandidate .buttonlines .blockbtn a,button{
    outline:none;
}

.clientjobs .jobcandidate .buttonlines .blockbtn .blue{
background: #2E4CFF;
border: 1px solid #2E4CFF;
    
}
.clientview .jobcandidate .buttonlines .blockbtn button{
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
    color: white;
    width: 80px;
}
.clientjobs .jobcandidate .buttonlines .blockbtn .yellow{
    background:#C9A302;
    border: 1px solid #C9A302;

}

.clientjobs .jobcandidate .buttonlines .blockbtn .pantone1{
    background:#059DC6;
    border: 1px solid #059DC6;

}
.clientjobs .jobcandidate .buttonlines .blockbtn .pantone{
    background:#07A599;
    border: 1px solid #07A599;

}
.clientjobs .jobcandidate .buttonlines .blockbtn .green{
    background:#00AD52;
    border: 1px solid #00AD52;

}
.clientjobs .jobcandidate .buttonlines .blockbtn .orange{
    background:#EA7424;
    border: 1px solid #EA7424;
 
}
.clientjobs .jobcandidate .buttonlines .blockbtn .pink{
    background:#D128BD;
    border: 1px solid #D128BD;
}

.clientjobs .jobcandidate .buttonlines .blockbtn .red,
.clientjobs .jobcandidate .buttonlines .blockbtn .purple,
.clientjobs .jobcandidate .buttonlines .blockbtn .violet
{
    height: 45px;
}
.clientjobs .jobcandidate .buttonlines .blockbtn .gray{
    background:#848484;
    border: 1px solid #848484;
 
}

.clientjobs .jobcandidate .buttonlines .blockbtn .purple{
    background:#953BC4;
    border: 1px solid #953BC4;
 
}

.clientjobs .jobcandidate .buttonlines .blockbtn .violet{
    background:#4023AD;
    border: 1px solid #4023AD;
 
}


.clientjobs .jobcandidate .buttonlines .blockbtn .red{
    background:#EA2D2D;
    border: 1px solid #EA2D2D;

}
.clientjobs .card.active {
    background: #2E4CFF;
    color:white;
}
.clientjobs .card.active a{
 color:white;   text-decoration: none;
}
.clientjobs .card:hover a{
     color:white;   text-decoration: none;
}
.jobcandidate .table-responsive .canddiatelist h4{
        background: #D8D8D8;
    margin: 0;
    padding: 10px;
}
/*scroll design client view page */

/* Works on Firefox */
.clientjobs .clientdetails_other{
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #CECECE #D8D8D8;
    height: 90vh;
}

.client_main  .row_client_pipeline .body-with-scroll{
/*    max-height: 316.375px;
*/    height: calc(100vh - 222px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #CECECE #F0F3F5;
}
.card.jobrow{
    margin: 0;
}
.client_main.jobpipeline .row_client_pipeline .body-with-scroll{
     height: calc(100vh - 250px);
}
.dragdrop-page .client_main  .row_client_pipeline .body-with-scroll{
   height: calc(100vh - 258px);
}

@media (min-width: 1400px){
.dragdrop-page .client_main  .row_client_pipeline .body-with-scroll{
   height: calc(100vh - 268px);
}


}
.dragdrop-page .card-body.client_main {
    padding: 0;
}
.row-scroll-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    max-width: 100%;
}

.client_main .row_client_pipeline .col-md-3 .card.top{
    border:none;
    margin-bottom: 0;
}

.jobshow_title.jobpage {
    display: flex;
    justify-content: space-between;
}
.jobshow_title.jobpage .btn.btn-primary {
padding:9px;
margin: 0;
}


.tab-content .client_main .card-bottom.dragview p {
   font-size: 12px;
}
 .client_main .row_client_pipeline .col-md-3 {
    max-width: 200px; padding: 0;    
    border-right: 1px dotted grey;
    border-spacing: 54px;

}
.card.dragdrop-page{
    margin-bottom: 0;
}
.jobrow .col-lg-4{
    
    text-align: right;
}
.clientjobs .greybar{
    background: #E4E5E6;
  /*  border-radius: 10px;   */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
        margin: 0 15px;
    width: 200px;
}
.clientjobs .greybar div{
    background: #B7B7B7;
    /*border-radius: 10px;*/ 
     border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.clientjobs .client_activity .status,
.clientjobs .canddiate_vacancies .status{
    display: flex;
    justify-content: start;
        margin-bottom: 10px;
}
.status div{
   /* width: 183px;*/
    text-align: center;
}
.clientjobs .client_activity_main h3,
.clientjobs .canddiate_vacancies_main h3{
    text-align: center;
    margin: 30px 0;
}
.main_title.page.dashobard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}
.main_title.page.dashobard .filterdropdowns{
    display: flex;
}
.dashobard .dashobardtitle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashobard .dashobardtitle div{
    background: #C6C6C6;
    margin-left: 10px;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 12px;
}
.dashboard .clientjobs .jobcandidate .buttonlines .blockbtn{
    align-items:start;    margin-right: 65px;
}
.dashboard .clientjobs .jobcandidate .buttonlines .blockbtn a{
    border-radius: 5px;
    width: 85px;
    padding: 3px 8px;
    font-size: 14px;
}
.dashboard .clientjobs .jobcandidate .buttonlines{
        justify-content: start;

}
.dashobard .active-jobs{
      border-bottom: 1px solid #B7B7B7;    
      padding: 10px 0 5px 0;
}
.card-text.dragview{
    font-size: 11px;
}
.jobpipeline .row_client_pipeline .card-title{
    margin-bottom: 0;
}
 
.card-body.client_main.jobpipeline .row_client_pipeline .card-header{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
   
}
.card-body.client_main.jobpipeline .row_client_pipeline .card-header p{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 11px;
}
.joblist .btn-red {
    padding: 6px;
    color: white;
}

.jobpipeline .row_client_pipeline .card-title .day_since_in_current_stage{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.jobpipeline .row_client_pipeline .card-title .day_since_in_current_stage .days{
    border: 1px solid green;
    border-radius: 100px;
    background: green;
    color: #FFFFFF;
    padding: 3px 7px;
    font-size: 10px;
}

.jobpipeline .row_client_pipeline .card-title .day_since_in_current_stage span.dayswords {
    font-size: 10px;
}
.jobtimeline li { 
  display: flex; 
  color: #999;
}

.jobtimeline time { 
  position: relative;
  padding: 0 1.5em;  
   width: 140px;
}

.jobtimeline time::after { 
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   top: 0;
   transform: translateX(50%);
   border-radius: 50%;
   background: #fff;
   border: 1px #ccc solid;
   width: .8em;
   height: .8em;
}


.jobtimeline span {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
}

.jobtimeline span::before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   height: 100%;
   border-left: 1px #ccc solid;
}

.jobtimeline strong {
   display: block;
   font-weight: bolder;
}

.jobtimeline { margin: 1em; width: 50%; }
.jobtimeline, 
.jobtimeline *::before, 
.jobtimeline *::after { box-sizing: border-box; font-family: arial; }
.jobtimeline time.fill::after {
    background: #3482B1;
    padding: 6px;
}
/*
overview dashboard
*/
.dashobardoverview .jobcandidate{
    width: 100%;padding-left: 20px;
}
.dashobardoverview .clientjobs .jobcandidate .buttonlines .blockbtn{
    margin-bottom: 15px;
}
.dashobardoverview .dashobardoverviewtitle{
    display: flex;    align-items: center;   
}
.dashobardoverview .dashobardoverviewtitle h3{
     margin-left: 15px;
}
.dashobardoverview .dashobardoverviewtitle div {
    background: #C6C6C6;
    margin-left: 10px;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 12px;
}
.public .joblist .discount{
    display: none;
}
.dashobardoverview .main_title.page.dashobard{
    margin:0;
    width: 100%;
}
.dashobardoverview .count_fees_display{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dashobardoverview .count_fees_display .fees_display{
    font-size: 12px;
}
.dashobardoverview .count_fees_display .count.top{
    margin-top:10px;

}

.candidatedata .informationleft .candidate_info{
        margin: 4px;
    color: #6F6F6F;
    font-size: 14px;
}
.candidatedata .informationleft .canddiate_education{
    background: #F2F2F2;
      padding-bottom: 10px;margin-top:50px;
}
.candidatedata .informationleft .canddiate_education h3{
     background: #D9D9D9;
     margin-bottom: 15px;
     padding: 8px 12px;color:#7B7B7B;font-size: 20px;
}
.candidatedata .informationleft .canddiate_education .education_information{
    padding: 8px 12px;
    color:#868686;
}
.candidatedata .informationleft .canddiate_education .education_information h5 {
  margin:0;
  padding: 0;
  color:#676767;  
}
.candidatedata .informationleft .canddiate_education .education_information div{
    font-size: 14px;
}
.candidatedata .informationRight .canddiate_skills{
    background: #F2F2F2;
    padding-bottom: 10px;
}
.candidatedata .informationRight .canddiate_skills h3{
     background: #D9D9D9;
     margin-bottom: 15px;
     padding: 8px 12px;
     color:#7B7B7B;font-size: 20px;
}
.candidatedata .informationRight .canddiate_skills .skills_information{
    padding: 10px 12px;
    color: #868686;
    font-size: 14px;
}
 

 
.candidatedata .informationRight .canddiate_experiances{
    background: #F2F2F2;
      padding-bottom: 10px;margin-top:30px;
}
.candidatedata .informationRight .canddiate_experiances h3{
     background: #D9D9D9;
     margin-bottom: 15px;
     padding: 8px 12px;
     color:#7B7B7B;font-size: 20px;
}
.candidatedata .informationRight .canddiate_experiances .experiances_information{
    padding: 8px 12px;
}
.candidatedata .informationRight .canddiate_experiances .experiances_information h5{
    color:#666666;
}

.candidatedata .informationRight .canddiate_experiances .experiances_information .start_end_Date{
    color: #868686;
    font-size: 14px;
}

.candidatedata .informationRight .canddiate_experiances .experiances_information .description{
    color:#666666; font-size: 14px;
}


.newdashboard{
        border: none;
    margin-bottom: 0px !important;
}
.newdashboard .list_of_vacancies .topheader{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #D8D8D8;    padding: 10px 10px;
}
.newdashboard .list_of_vacancies .topheader h4{
    margin:0;
    color:#7E7E7E;
}
.newdashboard .list_of_vacancies .filters{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.newdashboard .list_of_vacancies .filters .status{
    background:#D8D8D8;margin:0;
}
.newdashboard .btn.green{
        height: 25px;
        padding: 1px 10px;
      
}
.newdashboard .vacancies_header{
    color: #7B7B7B;  padding: 11px 5px 6px;
}
.newdashboard  .active-jobs{
    background: white;
    border-bottom: 1px solid #c7c7c7;
    padding: 11px 5px 6px;  color: #8B8B8B;
}

.newdashboard  .btn.btn-grey{
    background:#939393;
    color: #FFFFFF;height: 25px;
    padding: 1px 10px;
}
.newdashboard .companyprofile h4{
background: #D8D8D8;padding: 10px 10px;
margin:0;    color: #7E7E7E;
}
 .companyprofile{
        margin-top: 40px;
}
.newdashboard .row.active-jobs.no-job{
    padding: 25px 7px;
}
.newdashboard .row.active-jobs.no-job div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    
}
.newdashboard .companyprofile .Agency_data{
    background: #FFFFFF;
    padding: 15px 20px;
}
.companyprofile .Agency_data .users{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.newdashboard .companyprofile .company_name,
.newdashboard .companyprofile .users,
.newdashboard .companyprofile .hire1{
    font-size: 20px;
}
.newdashboard .grapical_data .blue,
.newdashboard .grapical_data .light_blue,
.newdashboard .grapical_data .yellow,
.newdashboard .grapical_data .green,
.newdashboard .grapical_data  .orange{
    background: #D8D8D8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 15px;
    width: 40px;
    height: 180px;
}

.newdashboard .blue div{
    background: #2D4CFF !important;
    
}

.newdashboard .light_blue div{
    background: #00A4DB;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.newdashboard .yellow div{
    background: #C9A302;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.newdashboard .orange div{
    background: #EB7324;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.newdashboard .green div{
    background: #00AD53;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.newdashboard .status {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    align-items: center;
}
.newdashboard .grapical_data .bar{

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  //border-top: 6px solid #FFF;
  box-sizing: border-box;
  animation: grow 1.5s ease-out forwards;
  transform-origin: bottom;

}

.newdashboard .grapical_data .barcontainer{
  position: relative;
  width: 50px;

}
.newdashboard .grapical_data .barcontainer div{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.newdashboard .grapical_data{
    /*width: 500px;*/
    /*  height: 400px;*/
    overflow: hidden;
    position: relative;
    /*margin:50px auto;*/
    padding-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.newdashboard .grapical_data .status{
    display: flex;
    flex-direction: column;
}
.newdashboard .grapical_data  .status span{
    padding: 5px 0px;
    font-weight: bold;
}
.newdashboard .active-jobs.more {
    padding-bottom: 25px;padding-left:15px;
}
.cke_notifications_area {
    display: none;
}

.client_main.task_drag_drop .taskheader {
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 7px;
    font-style: italic;
}

.client_main.task_drag_drop .taskheader .task_requested{
    width: 25px;
    height: 25px;
    background-color: #9CA2F0;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.client_main.task_drag_drop .task-title a{
    color:#23282c;
    text-decoration: none;
}

.client_main.task_drag_drop .task-title a:hover,
.client_main.task_drag_drop .task-title a:focus{
    color:#9CA2F0;
    text-decoration: none;
}
.client_main.task_drag_drop .card .card-body{
    padding: 8px;
}
/*.taskViewModal .task_details .task-title:hover,
.taskViewModal .task_details  .task-desc:hover{
    background: #EFF1F4;
   
}*/
.taskViewModal .task_details .task-title{
    margin:5px 0;
     padding: 10px;
     border-radius: 10px;
}
.taskViewModal .task_details  .task-desc{
    margin: 5px 0;
    padding: 15px;
    background: #EFF1F4;
    border-radius: 5px;
}
.taskViewModal .task_details .task-created_information{
    padding-left: 10px;
    font-size: 12px;
    font-style: italic;
}
.taskViewModal #taskViewModalId{
    padding-left: 10px;
}


.taskViewModal #notesList {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Styling for each note container */
.taskViewModal .note-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

/* Styling for the user's avatar/initials */
.taskViewModal .note-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f5c542;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Styling for note details */
.taskViewModal .note-details {
    flex: 1;
}

.taskViewModal .note-details1 {
    display: flex;
    justify-content: start;
    align-items: center;
}
.taskViewModal .note-details .note-author {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #333;
}

.taskViewModal .note-details .note-timestamp {
    font-size: 14px;
    color: gray;
    margin: 0 10px;
}

.taskViewModal .note-details .note-text {
    font-size: 14px;
    color: #555;
    margin: 5px 0 0;
}


.taskViewModal .add-comment {
            display: flex;
            align-items: center;
            margin-top: 15px;
            gap: 10px;
        }
.taskViewModal  .add-comment input {
    flex: 1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
}
.taskViewModal .add-comment button {
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #007bff;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.taskViewModal .add-comment button:hover {
    background-color: #0056b3;
}
.card-body.client_main.task_drag_drop .row_client_pipeline .card .card-body.open-task-modal:hover {
    border-bottom: 3px solid #9CA2F0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #9CA2F0 !important;
    overflow: hidden;
}

.filterdropdowns .filter_search .form-control:disabled, .form-control[readonly]{
    background-color: #ffffff;
}
 .card-title .card-won-date{
    color: red;
    font-weight: bold;
    align-self: baseline;
}