ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

/* Sidebar User name box */
.candidates_user_box h4{
    font-size: 16px;
    font-family: sora, sans-serif;
    color: #000;
    font-weight: 700;
}

/* ul li:hover{
    border-left: 2px solid #616165;
} */
ul li a{
    font-size: 18px;
    color: #6a6a6a !important;
    line-height: 30px;
    font-weight: 400;
    font-family: sora, sans-serif;
    padding-left: 15px;
}
ul li a:hover{
    color: #000000 !important;
    border-left: 2px solid #616165;
}
/* Main Content CSS */


/* Dashboard CSS */
.employer-dashboard-wrapper{
    padding: 20px 15px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.employer-dashboard-wrapper .title{
    font-size: 20px !important;
    margin: 0 0 22px;
    line-height: 30px;
    font-weight: 600;
    font-family: sora, sans-serif;
}
.statistics{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    margin-bottom: 15px;
}
.posted-jobs{
    padding: 15px;
    margin-right: 20px;
    background-color: #d1eaff;
}
.posted-jobs h4{
    font-size: 16px;
    color: #221f1f;
    line-height: 24px;
    font-weight: 400;
    font-family: sora, sans-serif;
}
.shortlist{
    padding: 15px;
    margin-right: 20px;
    background-color: #b9e6ea;
}
.shortlist h4{
    font-size: 16px;
    color: #221f1f;
    line-height: 24px;
    font-weight: 400;
    font-family: sora, sans-serif;
}
.review-count-wrapper{
    padding: 15px;
    margin-right: 20px;
    background-color: #bae5d7;
}
.review-count-wrapper h4{
    font-size: 16px;
    color: #221f1f;
    line-height: 24px;
    font-weight: 400;
    font-family: sora, sans-serif;
}
.views-count-wrapper{
    padding: 15px;
    margin-right: 20px;
    background-color: #c1ebc9;
}
.views-count-wrapper h4{
    font-size: 16px;
    color: #221f1f;
    line-height: 24px;
    font-weight: 400;
    font-family: sora, sans-serif;
}
.jobs-count{
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-family: sora, sans-serif;
}
.no-found {
    font-family: sora, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6a6a6a;
}

/* Profile CSS */
.profile-form-wrapper{
    padding: 20px 15px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.profile-form-wrapper .title{
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
button.cmb-add-group-row.button-secondary {
    background: #27ceb4;
    padding: 5px;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.cmb-th .cmb-group-name{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: sora, sans-serif;
    color: #262626;
}
.form-table > input[type=submit]{
    background-color: #2D5AB2 !important;
    color: #fff;
    font-family: sora, sans-serif;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 2px;
}


/* Submit Job CSS */
.job-submission-form-wrapper{
    background-color: #fff;
    padding: 15px;
    margin: 10px;
}
.cmb-th{
    padding: 5px 0px;
}
.cmb-th label{
    color: #50575e;
    font-weight: 500;
    font-family: sora, sans-serif;
    font-size: 18px;
    line-height: 30px;
}
div#cmb2-metabox-_job_front {
    display: flex;
    flex-wrap: wrap;
}
.cmb-td{
    width: 100%;
    padding: 20px;
}
.cmb-td input{
    width: 100%;
    border-radius: 5px;
    padding: 15px 10px;
    border: 1px solid #EDEDED;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: sora, sans-serif;
    color: #98969E;
}
input.hidden.wp-job-board-file-upload{
    display: none !important;
    visibility: hidden !important;
}
.upload-file-btn{
    background-color: #2D5AB2;
    color: #fff;
    font-family: sora, sans-serif;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 2px;
}
.cmb-td .cmb-multicheck-toggle{
    color: #50575e;
    font-weight: 500;
    font-family: sora, sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.cmb2-checkbox-list li{
    color: #50575e;
    font-weight: 500;
    font-family: sora, sans-serif;
    font-size: 15px !important;
    line-height: 15px !important;
}
input.button-primary {
    background-color: #2D5AB2 !important;
    color: #fff !important;
    font-family: sora, sans-serif;
    padding: 15px 20px !important;
    font-size: 18px !important;
    border-radius: 2px;
    border: none;
}

/* Applicant Jobs CSS */
.box-applicants{
    background-color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}
.box-applicants .widget-title{
    color: #262626;
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    font-family: sora, sans-serif;
}
.search-orderby-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.search-orderby-wrapper > .search-applicants-form {
    width: 70%;
}
.search-orderby-wrapper > .sortby-form{
    width: 30%;
}
.search-applicants-form .input-group input{
    font-size: 16px;
    line-height: 26px;
    padding: 12px 30px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-family: sora, sans-serif;
}
.search-applicants-form .input-group select{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 0px 4px 4px 0px;
    font-family: sora, sans-serif;
}
.sort-applicants-form  .orderby-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sort-applicants-form  .orderby-wrapper .text-sort{
    font-weight: 500;
    color: #262626;
    font-size: 18px;
    line-height: 28px;
    margin-right: 5px;
}
.job-applicants .heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin: 20px 0px;
}
.total-applicants, .approved-applicants, .rejected-applicants {
    margin-right: 15px;
    margin-left: 15px;
}  
.job-applicants .heading .job-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #262626;
}
.total-applicants,.approved-applicants,.rejected-applicants  {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: sora, sans-serif;
    color: #262626;
}
.total-applicants span{
    font-weight: 600;
    color: #0e59b2;
}
.approved-applicants span{
    font-weight: 600;
    color: #0e59b2;
}
.rejected-applicants span{
    font-weight: 600;
    color: #0e59b2;
}

/* Shortlist Candidates */
.search-orderby-wrapper{
    background-color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    justify-content: space-between;
}
.search-candidates-shortlist-form form{
    display: flex;
    flex-wrap: wrap;
}
.search-candidates-shortlist-form form input{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    font-family: sora, sans-serif;
    padding: 12px 30px;
}
.search-candidates-shortlist-form form button{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    font-family: sora, sans-serif;
    padding: 12px 30px;
}
.search-candidates-shortlist-form form button:hover{
    background-color: #0e59b2;
    color: #fff;
}
.sort-candidates-shortlist-form .orderby-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.sort-candidates-shortlist-form .orderby-wrapper span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: sora, sans-serif;
    margin-right: 10px;
}
.not-found{
    color: #6a6a78;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: sora, sans-serif;
}

/* My Jobs CSS */
.search-my-jobs-form form{
    display: flex;
}
.search-my-jobs-form form input{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    font-family: sora, sans-serif;
    padding: 12px 30px;
}
.search-my-jobs-form form button{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    font-family: sora, sans-serif;
    padding: 12px 30px;
}
.search-my-jobs-form form button:hover{
    background-color: #0e59b2;
    color: #fff;
}
.sort-my-jobs-form .orderby-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.sort-my-jobs-form .orderby-wrapper span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: sora, sans-serif;
    margin-right: 10px;
}
.job-table{
    display: inline-block;
    background-color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    width: 100%;
}

.job-table thead tr th{
    color: #0e59b2;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: sora, sans-serif;
    margin-bottom: 10px;
}
.job-applicants, .job-status, .job-actions{
    display: inline-block;
    margin: 10px 10px !important;
}
.job-table-info-content-title a{
    color: #222222 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-family: sora, sans-serif;
}
.job-table-info-content-title a:hover{
    color: #0e59b2 !important;
}
.job-table-info-content-location a{
    color: #6a6a6a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.job-table-info-content-date{
    color: #6a6a6a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.job-table-info-content-date span{
    font-weight: 500;
    color: #000;
}
.job-table-applicants-inner{
    color: #6a6a6a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: sora, sans-serif;
    text-align: center;
}
.job-table-status .publish{
    color: #00d664;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: sora, sans-serif;
}

/* Change Password */
.change-password-form{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}
.change-password-form .form-group label{
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: sora, sans-serif;
}
.change-password-form .form-group input{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    font-family: sora, sans-serif;
    padding: 15px 30px;
}
button.button {
    background-color: #2D5AB2 !important;
    color: #fff !important;
    font-family: sora, sans-serif;
    padding: 15px 20px !important;
    font-size: 18px !important;
    border-radius: 2px;
    border: none;
}

/* Delete Profile CSS */
.conf-messages{
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: sora, sans-serif;
}
.undone-messages{
    color: #222222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: sora, sans-serif;
}
.delete-profile-password{
    color: #6a6a78;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: sora, sans-serif !important;
}
.delete-profile-form input{
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    border: 1px solid #dddddd;
    font-family: sora, sans-serif;
    padding: 15px 30px;
    border-radius: 0px;
    border-bottom: 2px solid #dc3545;
}






