/*
Theme Name: jobo - Job Board WordPress Theme
Author: ScriptsBundle
Version: 1.2.4
Designed and Development by: ScriptsBundle
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - GENERAL CSS
    2.0 - BREADCRUMB CSS
    3.0 - SEARCH BREADCRUMB
    4.0 - SPINNER CSS
    5.0 - PAGINATION CSS
    6.0 - NAVIGATION
        7.0 - HEADER 2
        8.0 - TOP SEARCH HOME 2
        9.0 - SEARCH BAR ON SCROLL
        10.0 - HOME 3 SLIDER
    11.0 -  HEADER 4 TRANSPARENT
    12.0 - MAIN SECTION HOME 1
        13.0 - INDEX 5 MAIN SECTION
        14.0 - CATEGORY TABS
        15.0 - EMPLOYEE SECTION
    16.0 - FACTS COUNTER
        17.0 - CATEGORIES
        18.0 - CATEGORY PAGE 1
        19.0 - CATEGORY SECTION 2
        20.0 - TESTIMONIALS 1
        21.0 - TESTIMONIAL CSS
        22.0 - TESTIMONIAL 2 CSS
        23.0 - APP DOWNLOAD
        24.0 - FEATURED JOBS
        25.0 - COUNTER SECTION
        26.0 - SINGLE JOB POST CS
        27.0 - COMPANIES DETAILS
        28.0 - USER DASHBOARD CSS
        29.0 - USER PROFILE CSS
        30.0 - USER RESUME CSS
        31.0 - MEDIA QUERIES
        32.0 - All Company CSS
        33.0 - Company DashBoard CSS
        34.0 - COMPANY FOLLOWERS
        35.0 - BLOG POST CSS
        36.0 - SINGLE BLOG PAGE CSS
        37.0 - RESUME 1 CSS
        38.0 - RESUME 2 CSS
        39.0 - RESUME 3 CSS
        40.0 - POST JOB CSS
        41.0 - POST JOB WIZARD CSS
        42.0 - TEAM SECTION CSS
        43.0 - ACCORDIAN CSS
        44.0 - 404 CSS
        45.0 - COMING SOON CSS
        46.0 - COMING SOON 2 CSS
        47.0 - COMING SOON 4 CSS
        48.0 - LOGIN CSS
        49.0 - PRICING CSS
        50.0 - PRICING 2 CSS
        51.0 - PRICING 3 & 4 CSS
        52.0 - CONTACT US PAGES CSS
        53.0 - OTHER PAGES CSS
        54.0 - SKILLS BAR RESUME CSS
        55.0 - FOOTER
        56.0 - MEDIA QUERIES
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
.select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 4px;
  border-color: #eee;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #828282;
  line-height: 45px;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  height: 55px;
  border: 1px solid #ccc;
}
.select2-container--default .select2-selection--multiple {
  height: 55px;
  border: 1px solid #ccc;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  line-height: 35px;
  height: 50px;
}
.dashboard-new .label-warning {
  background-color: #fbf6dd;
  color: #a18d29;
}
.dashboard-new .label-success {
  background-color: #e0f5d7;
  color: #449626;
}
.dashboard-new .label-danger {
  background-color: #ffe6e6;
  color: #ea5252;
}
.dashboard-new .label-default {
  background-color: #d6d6d6;
  color: #777;
}
.dashboard-new .label-primary {
  background-color: #c1d7e9;
  color: #337ab7;
}
.admin-footer p {
  padding-bottom: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
.pagination {
  margin-top: 30px;
  position: relative;
  overflow: hide;
}
.mega-menu.n-admin-header {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  z-index: 0;
}
.mega-menu.n-admin-header .menu-logo {
  min-width: 250px;
}
.dashboard-new
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
}
.dashboard-new {
  padding: 0;
  position: relative;
  background-color: #B5DCF6;
  padding-top: 136px;
}
.dashboard-new.custom_emp {
  padding-top: 14px;
}
.dashboard-new.no-topbar {
  padding-top: 100px;
}
.dashboard-new .menu-avtr-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.dashboard-new .menu-avtr-box .user-img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  max-width: 70px;
  max-height: 70px;
  background-color: #fff;
  border: 3px solid #fff;
}
.dashboard-new .menu-avtr-box .user-text {
  position: relative;
  padding-top: 15px;
}
.dashboard-new .menu-avtr-box .user-text h4 {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.dashboard-new .menu-avtr-box .user-text p {
  margin-bottom: 0;
  color: #fff;
  line-height: 20px;
}
.dashboard-new ul {
  list-style: none;
  padding: 0;
}
.dashboard-new .profile-menu {
  height: 53vh;
  min-height: 53vh;
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  width: 100%;
  position: static;
}
.dashboard-new .profile-menu .accordion {
  width: 100%;
  max-width: 768px;
  background: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  height: auto;
  position: relative;
}
.dashboard-new .profile-menu .accordion .profile-menu-link {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 15px 15px 15px 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #777;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dashboard-new .profile-menu .accordion li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #777;
}
.dashboard-new .profile-menu .accordion li a.active,
.dashboard-new .profile-menu .accordion li a:active {
  color: #E85222;
  font-weight: 500;
}
.dashboard-new .profile-menu .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dashboard-new .profile-menu .accordion li i.fa-angle-down {
  right: 12px;
  left: auto;
  font-size: 20px;
  color: #777;
}
.dashboard-new .profile-menu .accordion li.open i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dashboard-new .profile-menu .accordion li span {
/*  margin-right: 5px;*/
  font-size: 16px;
  color: #e85222;
}
.dashboard-new .profile-menu .accordion li span img {
  height: 20px;
  margin-right: 10px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  width: 18px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  object-fit: scale-down;
}

/**
 * Submenu
 -----------------------------*/
.dashboard-new .profile-menu .submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dashboard-new .profile-menu .submenu li {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fafafa;
}
.dashboard-new .profile-menu .submenu li:last-child {
  border-bottom: 1px solid #fff;
}
.dashboard-new .profile-menu .accordion li .submenu a {
  display: block;
  text-decoration: none;
  color: #777;
  padding: 12px;
  padding-left: 35px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dashboard-new .profile-menu .accordion li .submenu a.active {
  color: #E85222;
}
.dashboard-new .profile-menu .submenu a:hover {
  background: #f5f5f5;
}
/*MAIN PROFILE CARD*/
.dashboard-new .main-profile-card {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}
.dashboard-new .contact-box {
  position: relative;
  padding: 30px 20px;
}
.dashboard-new .contact-box .top-box {
  width: 100%;
  display: inline-block;
  padding: 7px 20px;
  position: relative;
}
.dashboard-new .contact-box .top-box i {
  width: 40px;
  height: 40px;
  font-size: 17px;
  border-radius: 50%;
  background: rgba(3, 169, 244, 0.1);
  color: #03a9f4;
  text-align: center;
  line-height: 35px;
}
.dashboard-new .contact-box .contact-action {
  display: inline-block;
  float: right;
}
.dashboard-new .contact-box .contact-img {
  max-width: 100px;
  display: table;
  margin: 0 auto;
  position: relative;
}
.dashboard-new .contact-box .contact-img img {
  width: 100px;
  height: 100px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  background-color: #fff;
  border-radius: 10px;
}
.dashboard-new .contact-box .contact-caption {
  text-align: center;
  padding-bottom: 0;
}
.dashboard-new .contact-box .contact-caption a {
  color: #243658;
}
.dashboard-new .contact-box .contact-caption a:hover {
  color: #E85222;
}
.dashboard-new .contact-box .contact-caption h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
/*   text-transform: uppercase; */
  color: #243658;
}
.dashboard-new .contact-box .contact-caption span {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
  color: #243658;
}
.dashboard-new .contact-box .contact-caption span i {
  font-size: 16px;
  margin-right: 5px;
}
.dashboard-new .contact-box .contact-caption span.follow-user a {
  color: #fff;
}
.dashboard-new .main-profile-card .social-links {
  text-align: center;
  margin-bottom: 20px;
}
.dashboard-new .main-profile-card .social-links li a img {
  width: 30px;
}
.progress-bar {
  position: relative;
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
}
.progress-bar > span {
  display: block;
  height: 100%;
  width: 0;
  background: #1684c0;
}
.progress-bar > span.profile10 {
  background-color: #ff0000;
}
.progress-bar > span.profile33 {
  background-color: #ffcc4d;
}
.progress-bar > span.profile66 {
  background-color: #1684c0;
}
.progress-bar > span.profile100 {
  background-color: #58b95a;
}
.progress-bar-review .progress-title {
  display: table-cell;
}
.progress {
  border-radius: 4px;
  background-color: #e1e1e1;
  height: 8px;
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .progress {
    margin: 0;
  }
}
.progress .progress-bar {
  border-radius: 4px;
}
.progress-bar-section .progress-bar-title {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  color: #777;
}
.progress-bar-section .progress-bar-title h5 {
  text-align: left;
  float: left;
  margin: 0;
}
.progress-bar-section .progress-bar-title .progress-percentage {
  text-align: right;
  float: right;
}
.candidate-dashboard .main-profile-card .resume-detail h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
}
.candidate-dashboard .main-profile-card .resume-detail {
  padding: 30px 20px;
  padding-top: 0;
}
.candidate-dashboard .main-profile-card .resume-detail ul {
  margin-bottom: 0;
}
.candidate-dashboard .main-profile-card .resume-detail ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.candidate-dashboard .main-profile-card .resume-detail ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.candidate-dashboard .main-profile-card .resume-detail ul li i {
  margin-right: 10px;
}
.candidate-dashboard .candidate-resume-page .main-body .resume-box {
  background-color: #fff;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 30px;
}
.notification-area {
  position: relative;
  padding: 0 20px;
}
.notification-area h4 {
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #243658;
}
.notification-area .notif-box {
  position: relative;
  overflow: hidden;
}
.notification-area .notif-box ul {
  margin-bottom: 0;
}
.notification-area .notif-box li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.notification-area .notif-box li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
  color: #777;
}
.notification-area .notif-box li .notif-single {
  margin-bottom: 10px;
}
.notification-area .notif-box li .notif-single a {
  font-weight: 600;
  color: #243658;
}
.notification-area .notif-box li .notif-timing i {
  margin-right: 5px;
}
/*NOTIFICATION BAR*/
.notification-box {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 30px;
  padding-top: 80px;
}
.dashboard-new .main-body .notification-box span {
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}
.dashboard-new .main-body .notification-box h4 {
  margin-top: 20px;
  font-size: 16px;
  color: #243658;
  font-weight: 400;
  font-family: "poppins", sans-serif;
}
.dashboard-new .main-body .notification-box .btn-default {
  float: none;
}
/*NEW DASHBOARD MAIN BODY*/
.dashboard-new .main-body {
  background-color: #fff;
  margin-top: 10px;
  padding: 30px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.dashboard-new .main-body.change-password {
  padding: 10px;
}
.dashboard-new .main-body.change-password .dashboard-heading {
  font-size: 16px;
  font-weight: 500;
}
.dashboard-new .main-body .dashboard-edit-profile {
  position: relative;
  overflow: visible;
}
/* .dashboard-new .main-body .dashboard-edit-profile:nth-child(2) {
    margin-top: 20px;
} */
.dashboard-new.candidate-dashboard .main-body.n-candidate-detail {
  margin-top: 0;
}
.dashboard-new.candidate-dashboard .main-body.n-candidate-detail .n-candidate-meta {
  box-shadow: none;
  padding: 0;
}
.dashboard-new.candidate-dashboard .main-body.n-candidate-detail .n-candidate-meta h4 {
  font-family: "Poppins", sans-serif;
}
.dashboard-new .main-body .add-location-wrapper #dvMap,
.dashboard-new .main-body .dashboard-location #dvMap {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.dashboard-new .dashboard-stats {
  position: relative;
  overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box {
  margin-bottom: 30px;
  position: relative;
  background-color: #32ac79;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*background: #56CCF2;
    background: -webkit-linear-gradient(to top, #2F80ED, #56CCF2);
    background: linear-gradient(to top, #2F80ED, #56CCF2); */
  padding: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box.blue {
  background-color: #8675ff;
}
.dashboard-new .dashboard-stats .stat-box-meta {
  position: relative;
  overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text {
  width: 80%;
  float: left;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text h4 {
  color: #fff;
  margin: 0;
  font-weight: 500;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text h3 {
  color: #fff;
  margin: 0;
}
.dashboard-new .dashboard-stats .stat-box p {
  margin-bottom: 0;
  color: #fff;
  position: relative;
}
.dashboard-new .dashboard-stats .stat-box p a {
  color: #fff;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-icon {
  width: 20%;
  float: left;
}
.dashboard-new .dashboard-job-stats h4 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #243658;
  font-family: "poppins", sans-serif;
}
.dashboard-new .dashboard-job-stats a h5 {
  color: #E85222;
  font-family: "poppins", sans-serif;
}
.dashboard-new .dashboard-job-stats span.align-button {
  display: inline-block;
}
.dashboard-new .dashboard-job-stats span.btn-right {
  float: right;
}
.dashboard-new .main-body .label {
  font-weight: 500;
  font-size: 12px;
  padding: 5px;
  border-radius: 0;
}
.dashboard-new .dashboard-job-filters label,
.modal-popup .modal-content label {
  font-weight: 500;
  font-size: 14px;
}
.dashboard-new .dashboard-job-stats-table tr td {
  padding: 15px 10px;
  border: none;
  color: #777;
  font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr th {
  border-top: none;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr:first-child {
  background-color: transparent;
}
.dashboard-new .dashboard-job-stats-table tr td:first-child {
  width: 500px;
  font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr td:first-child a {
  font-size: 16px;
}
.dashboard-new .main-body .dashboard-heading {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 20px;
  color: #243658;
  font-family: "Poppins", sans-serif;
}
.dashboard-new .main-body label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  color: #243658;
}
.dashboard-new .main-body label > img {
  width: 20px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  margin-right: 5px;
  margin-top: -5px;
}
.dashboard-new .main-body label.info-text {
  padding-left: 25px;
}
.dashboard-new .main-body label span {
  color: #fb236a;
}
.dashboard-new .main-body input,
.dashboard-new .main-body .file-input {
  height: 50px;
  color: #999;
}
.dashboard-new .main-body input::placeholder {
    color: #ccc;
}
.dashboard-new .main-body input.n-btn-flat {
  color: #ffff;
}
.dashboard-new .main-body .form-group {
  position: relative;
}
.dashboard-new .main-body .form-group a.image-preview img {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 183px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
  z-index: 2;
  cursor: pointer;
}
/*.dashboard-new .main-body .file-input ~ a.image-preview img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
}*/
.dashboard-new .main-body .form-group a.image-preview.empty-image {
  display: none;
}
.dashboard-new .main-body input::placeholder,
.dashboard-new .main-body .file-input::placeholder {
  color: #999;
}
.dashboard-new .main-body .jqte {
  border-radius: 2px;
}
.dashboard-new .main-body .jqte .jqte_toolbar {
  border-radius: 2px 2px 0 0;
}
.dashboard-new .main-body .jqte .jqte_editor {
  border-radius: 0 0 2px 2px;
}
.dashboard-new .main-body .screened_cand_disabled {
  margin-top: 10px;
}
.dashboard-new .main-body form .dashboard-heading {
  margin: 20px 0 30px 0;
}
.dashboard-new .main-body form .form-group {
  margin-bottom: 25px;
}
.dashboard-new .main-body form .dashboard-location .form-group {
  margin-bottom: 0px;
}
.dashboard-new .main-body form .dashboard-location .form-group input::placeholder {
  color: #555;
}
.dashboard-new .main-body form#change_password input.change_password {
  padding: 13px 20px;
  float: right;
}
.dashboard-new .select2-container .select2-selection--multiple {
  height: auto;
  padding: 0 10px;
  border-radius: 0;
  border: 1px solid #eee;
  border-radius: 6px;
}
.dashboard-new .select2-container .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px;
  color: #ccc;
  border-color: #eee;
  background-color: #eee;
}
.dashboard-new .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.dashboard-new .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ccc;
}
.dashboard-new
  .select2-container
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
}
.dashboard-new
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
}
.dashboard-new
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
.dashboard-new form .main-body .datepicker-here-canidate.end-hide {
  margin-bottom: 10px;
}
.dashboard-new form .main-body .company-search-toggle {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dashboard-new form .main-body .company-search-toggle .can-toggle {
  float: right;
}
.company-search-toggle .toggle .btn-default {
  background-color: #fff;
  box-shadow: none;
  padding: 5px 10px;
}
.company-search-toggle .toggle .btn-primary {
  padding: 5px 10px;
}
.dashboard-new form .main-body .dashboard-social-links {
/*  background-color: #f5f5f5;*/
  position: relative;
  overflow: hidden;
  /*margin-bottom: 20px;
  padding: 30px 0;*/
}
.dashboard-new form .main-body .dashboard-social-links .dashboard-heading {
  margin-top: 0;
}
.dashboard-new form .main-body .input-group .form-control {
  height: 50px;
  padding: 0 12px;
}
.dashboard-new form .main-body .file-caption-main .file-caption {
  padding-right: 50px;
}
.dashboard-new form .main-body .input-group .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
.dashboard-new form .main-body .input-group .file-caption-icon {
  line-height: 50px;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn.btn-file {
  background-color: #f5f5f5;
  color: #242424;
  border-color: #ddd;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn.btn-default {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  float: none;
}
.dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
  margin-top: 10px;
  padding: 13px 60px;
}
.dashboard-new .main-body .dashboard-edit-profile .company-upgrage-account {
  text-align: center;
}
.dashboard-new .main-body .dashboard-edit-profile .btn-custom {
  margin-top: 10px;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px;
  background-color: #c1c1c1;
  color: #555;
}
.dashboard-new .main-body .dashboard-edit-profile .cand_disable_acount {
  margin-left: 0px;
}
/*DASHBOARD POSTED JOBS*/
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list:last-child {
  border-bottom: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.header-title {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  background-color: #243658;
  color: #fff;
}
.dashboard-new .main-body .dashboard-posted-jobs .header-title {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  background-color: #243658;
  color: #fff;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.header-title li {
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.cand-resumes-access {
  margin-top: 10px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title {
  width: 40%;
  vertical-align: middle;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title a {
  font-size: 18px;
  font-weight: 500;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a {
  font-size: 16px;
  font-weight: 500;
  color: #E85222;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta p {
  margin-bottom: 0;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-title
  .job-class {
  position: relative;
  overflow: hidden;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-title
  .job-class
  a:before {
  content: "-";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  top: 0;
  left: 0;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-title
  .job-class
  a:first-child:before {
  content: normal;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-title
  .job-class
  a:first-child {
  padding-left: 0;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-title
  .job-class
  a {
  padding: 0 10px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-applicants {
  width: 10%;
  color: #777;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-status {
  width: 12%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #243658;
  background-color: #B5DCF6;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label.label-pending {
  background-color: #fad873;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label.label-re-pending {
  background-color: #e0d1a6;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label.label-approved {
  background-color: #74e156;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label.label-declined {
  background-color: #b1b2b3;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label.label-retracted {
  background-color: #f5878e;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label.label-filed {
  background-color: #A79ECD;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-expiration {
  width: 15%;
  color: #777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action {
  width: 20%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action li {
  padding: 0;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-action
  li
  i {
  font-size: 22px;
  vertical-align: middle;
  background-color: #eee;
  padding: 5px;
  border-radius: 4px;
  color: #999;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label {
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-warning {
  background-color: transparent;
  border: none;
  color: #f0ad4e;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-info {
  background-color: transparent;
  border: none;
  color: #5bc0de;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-success {
  background-color: transparent;
  border: none;
  color: #5cb85c;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-danger {
  background-color: transparent;
  border: none;
  color: #d9534f;
}
.dashboard-new .main-body .pagination-box {
  margin-top: 30px;
}
/*RESUME ON JOB*/
.dashboard-new .main-body .resume-on-jobs.posted-job-list {
  margin: 0 10px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list.header-title {
  margin: 0;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list.header-title .list-inline {
  margin: 0 10px 0 5px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-title {
  width: 30%;
  color: #777;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-details {
  width: 30%;
  color: #777;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-employer {
  width: 15%;
  text-align: center;
  color: #777;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-frequency {
  width: 15%;
  text-align: center;
  color: #777;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action {
  width: 10%;
  text-align: center;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action .btn-custom {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0 5px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action .btn-custom:active {
  box-shadow: none;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action .btn-custom:focus {
  outline: none;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action .btn-custom img {
  width: 20px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action .btn-custom[disabled] img {
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.dashboard-new .main-body .dashboard-posted-jobs.all-companies .posted-job-list ul.list-inline li.posted-job-title {
  width: 40%;
}
.dashboard-new .main-body .dashboard-posted-jobs.all-companies .posted-job-list ul.list-inline li.posted-job-status {
  width: 25%;
  text-align: center;
}
.dashboard-new .main-body .dashboard-posted-jobs.all-companies .posted-job-list ul.list-inline li.posted-job-action {
  width: 35%;
  text-align: center;
}
.dashboard-new .main-body .dashboard-posted-jobs.all-companies .posted-job-list ul.list-inline li.posted-job-action .list-inline {
  justify-content: center;
}
.dashboard-new .main-body .dashboard-posted-jobs.all-companies .posted-job-list ul.list-inline li.posted-job-action a img {
  width: 20px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.dashboard-new .main-body .dropzone .dz-remove {
  cursor: pointer;
}
.dashboard-new .main-body .dropzone .dz-make-default {
  background-image: linear-gradient(to bottom,#fafafa,#eee);
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 6px;
  width: 100%;
  cursor: pointer;
}
.dashboard-new .main-body .dropzone .dz-make-default:hover {
  color: #666;
}
.dashboard-new .main-body .dropzone .dz-make-default.dz-default {
  background-image: linear-gradient(to bottom,#E85222,#E85222);
  border: 1px solid #E85222;
  color: #ffff;
  cursor: auto;
}
/*MODAL CSS*/
.resume-action-modal {
  padding-right: 0;
}
.resume-action-modal .modal-dialog {
  max-width: 600px;
}
.resume-action-modal input {
  color: #999;
  height: 45px;
  border-radius: 3px;
}
.resume-action-modal input::placeholder {
  color: #999;
}
.resume-action-modal .modal-content {
  border-radius: 15px;
  border: 0;
}
.resume-action-modal .modal-content .can-toggle {
  text-align: right;
}
.resume-action-modal .modal-header {
  border-radius: 15px 15px 0 0;
  padding: 15px 20px;
  background-color: #243658;
}
.resume-action-modal .modal-header h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#view_application_cover_letter_modal .modal-header h4 {
  text-align: center;
}
.resume-action-modal .modal-header .close {
  color: #fff;
  opacity: 0.6;
  margin-top: 1px;
  font-size: 28px;
}
.resume-action-modal .form-group {
  position: relative;
  overflow: hidden;
  clear: both;
}
.resume-action-modal .form-group label {
  color: #243658;
  font-size: 16px;
  font-weight: 500;
}
.resume-action-modal .form-group .toggle.btn-sm {
  min-width: 80px;
  min-height: 30px;
}
.resume-action-modal .form-group .select2-container {
  width: 100% !important;
}
.resume-action-modal .modal-content .modal-body {
  padding: 30px 20px;
}
.resume-action-modal .modal-content .modal-body .company-search-toggle {
  margin: 20px 0 10px 0;
  position: relative;
  overflow: hidden;
}
/*.resume-action-modal .modal-content .modal-body .company-search-toggle .toggle-group label {
        width:auto;
        margin-bottom:0;
}*/
.resume-action-modal .modal-content .modal-body textarea:focus {
  box-shadow: none;
  border-color: #ccc;
}
.resume-action-modal .modal-content .modal-body .application_cover_message {
  padding: 0 20px;
}
.resume-action-modal .modal-content .modal-footer .btn-default {
  margin-top: 0;
}
.resume-action-modal .modal-content .modal-footer {
  border-top: none;
  padding: 0px;
  padding-top: 0;
}
.resume-action-modal .modal-content .modal-footer .n-btn-flat {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 15px 15px;
}
.resume-action-modal .modal-content .modal-footer .n-btn-flat img {
  width: 24px;
  margin-right: 10px;
}
.resume-action-modal .modal-content .modal-footer .n-btn-flat:before {
  border-radius: 0 0 15px 15px;
}
.resume-action-modal .select2-container .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.resume-action-modal .modal-body .form-group .jqte {
  border-radius: 8px;
}
.resume-action-modal .modal-body .form-group.terms-box {
  text-align: center;
  font-weight: 500;
  color: #243658;
  margin-bottom: 0;
}
.resume-action-modal .modal-body .form-group.terms-box input.form-control {
  height: 20px;
}
.resume-action-modal .modal-body .form-group.terms-box a {
  color: #E85222;
}
.resume-action-modal .modal-footer button:disabled {
  background-color: #b1b2b3;
  border: 1px solid #b1b2b3;
}
#term_condition_modal.resume-action-modal .modal-dialog {
  display: flex;
  align-items: center;
  max-width: 900px;
  min-height: calc(100% - 60px);
}
#term_condition_modal .modal-header {
  background-color: #9c9d9d;
  text-align: center;
}
#term_condition_modal .modal-header .close {
  color: #eee;
}
#term_condition_modal .modal-content .modal-body {
  padding: 30px 20px;
  height: 400px;
  overflow-Y: scroll;
}
#term_condition_modal .modal-footer {
  padding: 10px;
} 
#view_application_cover_letter_modal .modal-body {
  padding: 30px 0;
}
.resume-action-modal .n-modal-candidate-avatar-main {
  display: flex;
  gap: 30px;
  padding: 0 20px 30px 20px;
}
.resume-action-modal .n-modal-candidate-avatar-main .n-modal-candidate-detail h4 {
  font-size: 22px;
  color: #777;
  font-family: "Poppins", sans-serif;
}
.resume-action-modal .n-modal-candidate-avatar-main .n-modal-candidate-detail p {
  margin-bottom: 0;
}
.resume-action-modal .n-modal-candidate-avatar-main .n-modal-candidate-detail p img {
  width: 20px;
  margin-right: 10px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
#view_application_cover_letter_modal .modal-body .profile_completed {
  width: 100%;
  border-radius: 0;
}
#view_application_cover_letter_modal .modal-body .profile_completed.disabled,
#view_application_cover_letter_modal .modal-footer a.disabled {
  background-color: #868786;
  border: 1px solid #868786;
}


.dashboard-new .main-body .dashboard-email-templates .email-template-id {
  width: 5%;
}

.dashboard-new
  .main-body
  .dashboard-job-stats.dashboard-email-templates
  .posted-job-list
  ul.list-inline
  li.posted-job-expiration {
  width: 25%;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.dashboard-email-templates
  .posted-job-list
  ul.list-inline
  li.posted-job-action {
  width: 12%;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.dashboard-email-templates
  .posted-job-list
  ul.list-inline
  li.posted-job-title {
  width: 56%;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.followers
  .posted-job-list
  ul.list-inline
  li.posted-job-title {
  width: 40%;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.followers
  .posted-job-list
  ul.list-inline
  li.posted-job-expiration {
  width: 40%;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.followers
  .posted-job-list
  ul.list-inline
  li.posted-job-action {
  width: 10%;
}
.dashboard-table {
  position: relative;
  width: 100%;
}
.dashboard-table thead tr th {
  color: #fff;
  width: auto !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  border-top: 1px solid #f5f5f5;
  border-bottom: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.dashboard-table tbody tr td {
  color: #999;
  width: auto !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border-top: 1px solid #f5f5f5;
  border-bottom: none;
  padding: 20px 10px;
  vertical-align: middle;
}
.dashboard-table tbody tr td a.job-title {
  font-size: 18px;
  font-weight: 500;
}
.n-btn-custom {
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  background-color: #242424;
  border: 1px solid #242424;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.n-btn-custom.btn-small {
  padding: 6px 10px;
}
/*MY PACKAGE*/
.dashboard-new .main-body .dashboard-job-stats.my-package-detail {
  position: relative;
  overflow: hidden;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail .package-id {
  width: 5%;
  font-weight: 500;
  color: #777;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.my-package-detail
  ul.list-inline
  li.package-title {
  width: 68%;
  vertical-align: middle;
  font-weight: 500;
  color: #777;
}
.dashboard-new
  .main-body
  .dashboard-job-stats.my-package-detail
  ul.list-inline
  li.package-action {
  width: 25%;
  vertical-align: middle;
  font-weight: 500;
  color: #777;
}
/*CANDIDATE DASHBOARD*/
.candidate-dashboard .candidate-resume-page .main-body .resume-box {
  background-color: #fff;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 30px;
}
.candidate-dashboard .contact-box .contact-img img {
  border-radius: 50%;
}
.candidate-dashboard
  .main-body
  .jobs-applied.posted-job-list
  ul.list-inline
  li.posted-job-title
  .posted-job-title-img {
  float: left;
  margin-right: 15px;
}
.candidate-dashboard
  .main-body
  .jobs-applied.posted-job-list
  ul.list-inline
  li.posted-job-title
  .posted-job-title-img
  img {
  width: 50px;
  height: 50px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}
.candidate-dashboard
  .main-body
  .jobs-applied.posted-job-list
  ul.list-inline
  li.resume-id {
  width: 6%;
}
.candidate-dashboard
  .main-body
  .jobs-applied.posted-job-list
  ul.list-inline
  li.posted-job-expiration {
  width: 17%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-status {
  width: 15%;
}
.candidate-dashboard
  .main-body
  .jobs-applied.posted-job-list
  ul.list-inline
  li.posted-job-title {
  width: 60%;
}
/*CANDIDATE DASHBOARD SAVED JOBS*/
.candidate-dashboard
  .main-body
  .jobs-saved.posted-job-list
  ul.list-inline
  li.posted-job-title
  .posted-job-title-img {
  float: left;
  margin-right: 15px;
}
.candidate-dashboard
  .main-body
  .jobs-saved.posted-job-list
  ul.list-inline
  li.posted-job-title
  .posted-job-title-img
  img {
  width: 50px;
  height: 50px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.resume-id {
  width: 4%;
}
.candidate-dashboard .main-body .applied-jobs.posted-job-list ul.list-inline li.posted-job-expiration {
  width: 17%;
  text-align: center;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-expiration {
  width: 30%;
  text-align: center;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-expiration span {
  display: block;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-status {
  width: 26%;
  text-align: center;
}
.candidate-dashboard .main-body .applied-jobs.posted-job-list ul.list-inline li.posted-job-status {
  width: 26%;
  text-align: center;
}
.candidate-dashboard .main-body .applied-jobs.posted-job-list ul.list-inline li.posted-job-title {
  width: 40%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title {
  width: 50%;
}
.candidate-dashboard .main-body .applied-jobs.posted-job-list ul.list-inline li.posted-job-action {
  width: 17%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-action {
  width: 20%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button img {
  width: 30px; 
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button.disabled,
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button[disabled] {
  cursor: not-allowed;
}
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button.disabled img,
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button[disabled] img {
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.candidate-dashboard .main-body .posted-job-list ul.list-inline li.posted-job-action button.re_apply_job img {
  width: 40px;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list .posted-job-action .btn,
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn.unfollow_comp {
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid #777;
  background-color: #242424;
  padding: 6px 15px;
  color: #fff;
}
.candidate-dashboard
  .main-body
  .jobs-saved.posted-job-list
  .posted-job-action
  .btn:hover,
.dashboard-new
  .main-body
  .resume-on-jobs.posted-job-list
  .posted-job-action
  .btn.unfollow_comp:hover {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
  opacity: 0.9;
}
/*CANDIDATE RESUME*/
.candidate-resume-page {
  position: relative;
}
.candidate-resume-page .main-profile-card {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  border-radius: 3px;
}
.candidate-resume-page .contact-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
  border-radius: 3px;
  padding-bottom: 0;
}
.candidate-resume-page .contact-box .top-box {
  width: 100%;
  display: inline-block;
  padding: 7px 20px;
  position: relative;
}
.candidate-resume-page .contact-box .top-box i {
  width: 40px;
  height: 40px;
  font-size: 17px;
  border-radius: 50%;
  background: rgba(3, 169, 244, 0.1);
  color: #03a9f4;
  text-align: center;
  line-height: 35px;
}
.candidate-resume-page .contact-box .contact-action {
  display: inline-block;
  float: right;
}
.candidate-resume-page .contact-box .contact-img {
  max-width: 100px;
  margin: 0 auto;
  position: relative;
  margin-top: -80px;
  background: url(../images/profile-bg.png) no-repeat scroll center center /
    cover;
}
.candidate-resume-page .contact-box .contact-img img {
  width: 100px;
  padding: 8px;
}
.candidate-resume-page .contact-box .contact-caption {
  text-align: center;
  padding-bottom: 0;
}
.candidate-resume-page .contact-box .contact-caption h4 {
  margin-bottom: 5px;
  font-weight: 6500;
}
.candidate-resume-page .contact-box .contact-caption span {
  display: block;
  margin-bottom: 10px;
}
.candidate-resume-page .contact-box .contact-caption span i {
  font-size: 16px;
  margin-right: 5px;
}
.candidate-resume-page .contact-box .contact-caption span.follow-user a {
  color: #fff;
}
.candidate-resume-page .main-profile-card .social-links {
  text-align: center;
  margin-bottom: 20px;
}
.candidate-resume-page .main-profile-card .social-links li a img {
  width: 30px;
}
.candidate-resume-page .contact-box a.btn-custom {
  font-size: 12px;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
}
.candidate-resume-page .main-profile-card .resume-detail h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
  font-size: 16px;
}
.candidate-resume-page .main-profile-card .resume-detail {
  padding: 30px 20px;
}
.candidate-resume-page .main-profile-card .resume-detail ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.candidate-resume-page .main-profile-card .resume-detail ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.candidate-resume-page .main-profile-card .resume-detail ul li i {
  margin-right: 5px;
}
.candidate-resume-page .main-profile-card .resume-detail ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.candidate-resume-page .main-profile-card .resume-detail ul li img {
  margin-right: 10px;
  width: 35px;
  float: left;
}
.candidate-resume-page
  .main-profile-card
  .resume-detail
  ul
  li
  .resume-detail-meta {
  padding-left: 50px;
}
.candidate-resume-page
  .main-profile-card
  .resume-detail
  ul
  li
  .resume-detail-meta
  small {
  display: block;
  text-transform: uppercase;
  color: #828282;
}
.candidate-resume-page
  .main-profile-card
  .resume-detail
  ul
  li
  .resume-detail-meta
  strong {
  font-size: 14px;
}
.candidate-resume-page .candidate-contact-form {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.candidate-resume-page .candidate-contact-form h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}
.candidate-resume-page .candidate-contact-form input {
  height: 45px;
  border-radius: 3px;
}
.candidate-resume-page .main-body {
  position: relative;
  background-color: #fff;
}
.candidate-resume-page .main-body .company-detail-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f3f8fe;
  padding-bottom: 20px;
  padding: 20px;
}
.candidate-resume-page .main-body .company-detail-box .company-logo {
  float: left;
}
.candidate-resume-page .main-body .company-detail-box .company-logo img {
  max-width: 100px;
  margin-right: 20px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 5px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta p {
  margin-bottom: 0;
}
.candidate-resume-page .main-body .company-detail-box .company-meta p i {
  margin-right: 5px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta .tagline {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn i {
  margin-right: 5px;
}
.candidate-resume-page .main-body .company-detail-box .social-links {
  position: absolute;
  right: 0;
  bottom: 0;
}
.candidate-resume-page .main-body .company-detail-box .social-links li img {
  width: 30px;
}
.company-main .short-detail {
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.company-main .short-detail li {
  color: #828282;
  width: 33%;
  float: left;
  margin-bottom: 35px;
}
.company-main .short-detail li small {
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.company-main .short-detail li strong {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #242424;
}
.company-main .short-detail .short-detail-icon {
  float: left;
  margin-right: 15px;
}
.company-main .short-detail .short-detail-icon i {
  font-size: 34px;
}
.main-body .skills {
  position: relative;
  overflow: hidden;
}
.main-body .skills h5 {
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  float: left;
  margin-right: 20px;
  text-transform: capitalize;
}
.main-body .skills h5 i {
  margin-right: 5px;
}
.main-body .skills a:first-child {
  margin-left: 0;
}
.main-body .skills .skills-tags a {
  color: #828282;
  margin-left: 10px;
}
.candidate-resume-page .main-body .resume-box {
  padding: 0;
  margin-bottom: 30px;
  border-radius: 3px;
}
.candidate-resume-page .main-body h4 {
  margin: 0;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
.candidate-resume-page .main-body .resume-box .timeline-box img.heading-icon {
  width: 25px;
  float: left;
  margin-right: 10px;
}
.candidate-resume-page .main-body .resume-box .timeline-box ul.skills-box {
  list-style: none;
  padding-left: 20px;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li i {
  margin-right: 5px;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li {
  width: 32%;
}
/*TIME RESUME PAGE*/
.candidate-resume-page .main-body .timeline-box {
  position: relative;
}
.candidate-resume-page .main-body .timeline-box ul.education {
  list-style: none;
  position: relative;
  padding: 0 0 0 50px;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}
.candidate-resume-page .main-body .timeline-box ul.education li {
  position: relative;
  padding-bottom: 20px;
  margin-left: 50px;
  background-color: #fff;
  display: inline-block;
  padding-top: 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/*.candidate-resume-page .main-body .timeline-box ul.education li:hover {
        -webkit-box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
        -moz-box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
        box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
*/
.candidate-resume-page .main-body .timeline-box ul.education li:first-child {
  margin-top: 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li:last-child {
  margin-bottom: 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li > span {
  width: 4px;
  height: 100%;
  background: #eee;
  left: -30px;
  position: absolute;
  top: 10px;
}
.candidate-resume-page
  .main-body
  .timeline-box
  ul.education
  li:last-child
  span {
  background: none;
}
.candidate-resume-page .main-body .timeline-box ul.education li > span:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 90%;
  border: 3px solid #fff;
  position: absolute;
  left: -5px;
  top: 0;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
}
.candidate-resume-page .main-body .timeline-box ul.education li .date {
  font-weight: 500;
}
.candidate-resume-page .main-body .timeline-box ul.education li .lead {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #242424;
  margin-top: 5px;
}
.candidate-resume-page .main-body .timeline-box ul.education li .lead span {
  font-size: 14px;
  font-weight: 500;
  color: #828282;
  margin-left: 15px;
}
.candidate-resume-page .main-body .timeline-box div .type {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.candidate-resume-page .main-body .timeline-box div .type span {
  margin-right: 30px;
  font-weight: 400;
  color: #242424;
}
.candidate-resume-page .main-body .timeline-box div .type span strong {
  margin-right: 5px;
  text-transform: uppercase;
}
.candidate-resume-page .main-body .timeline-box span.number {
  height: 100%;
}
.candidate-resume-page .main-body .timeline-box p {
  margin-bottom: 0;
}
.candidate-resume-page .main-body .resume-box ul li,
.candidate-resume-page .main-body .resume-box ol li {
  color: #828282;
  padding: 5px 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li .info {
  line-height: 30px;
  font-size: 14px;
  color: #828282;
}
/*COMPANY PUBLIC PROFILE*/
.related-ads {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  border-radius: 3px;
}
.candidate-resume-page .related-ads {
  padding: 0;
  box-shadow: none;
}
.job-lists .posted-job-list {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #f5f5f5;
}
.job-lists .posted-job-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.job-lists .posted-job-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-lists .posted-job-list ul li.posted-job-title {
  width: 78%;
  vertical-align: middle;
}
.job-lists .posted-job-list ul li.posted-job-title a.job-title {
  font-weight: 500;
  font-size: 16px;
  display: block;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img img {
  width: 50px;
  height: 50px;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
  float: left;
  margin-right: 15px;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
  margin-left: 70px;
}
.job-lists .posted-job-list ul li.posted-job-title p {
  margin-bottom: 0;
  display: inline;
}
.job-lists .posted-job-list ul li.posted-job-title p a {
  color: #828282;
}
.job-lists .posted-job-list ul li.posted-job-title p span {
  text-transform: capitalize;
  font-weight: 500;
}
.job-lists .posted-job-list ul li.posted-type {
  width: 20%;
  text-align: right;
}
.job-lists .label {
  text-transform: uppercase;
  padding: 5px 10px;
  border: none;
  color: #777;
  line-height: 30px;
}
.job-lists .label.label-full-time {
  background-color: transparent;
  color: #d3b940;
  border: 1px solid #d3b940;
}
.job-lists .label.label-part-time {
  background-color: transparent;
  color: #ff5a00;
  border: 1px solid #ff5a00;
}
.job-lists .label.label-internee {
  background-color: transparent;
  color: #9d27b3;
  border: 1px solid #9d27b3;
}
.job-lists .label.label-remote {
  background-color: transparent;
  color: #46af4a;
  border: 1px solid #46af4a;
}
/*LISTING STYLE 2*/
.all-jobs-list-box.style-2 .search-premium-job {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.all-jobs-list-box.style-2 .search-premium-job .job-lists:last-child {
  margin-bottom: 0;
}
.all-jobs-list-box.style-2 .search-premium-job .job-lists,
.all-jobs-list-box.style-2 .search-premium-job .job-lists .posted-job-list,
.all-jobs-list-box.style-2
  .search-premium-job
  .job-lists
  .posted-job-list-meta {
  background-color: #f2fcf0;
}
.all-jobs-list-box.style-2 .search-premium-job h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
}
.all-jobs-list-box.style-2 .job-lists {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title {
  width: 100%;
  padding: 0;
}
.all-jobs-list-box.style-2
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  .posted-job-title-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.all-jobs-list-box.style-2
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  .posted-job-title-meta {
  margin-left: 0;
}
.all-jobs-list-box.style-2 .job-lists .label {
  border-radius: 20px;
  font-weight: 500;
}
.all-jobs-list-box.style-2
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  a.job-title {
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul.job-class-tags-2 {
  margin-top: 5px;
}
.all-jobs-list-box.style-2
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  .posted-job-title-img
  img {
  width: 60px;
  height: 60px;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0;
  padding: 20px 25px;
}
.all-jobs-list-box.style-2 .posted-job-list-meta {
  background-color: #fff;
  padding: 15px 20px;
}
.all-jobs-list-box.style-2 .posted-job-list-meta span {
  color: #828282;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  a.job-title {
  margin-right: 10px;
  display: inline;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p {
  display: block;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p.search-cat
  a {
  color: #828282;
  margin-right: 5px;
  position: relative;
  margin: 0 14px;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p.search-cat
  a:first-child {
  margin-left: 0;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p.search-cat
  a:last-child {
  margin-right: 0;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p.search-cat
  a:last-child:after {
  content: "";
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p.search-cat
  a::after {
  color: #828282;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: -16px;
}
.all-jobs-list-box.style-2.style-3
  .job-lists
  .posted-job-list
  ul
  li.posted-job-title
  p
  i {
  margin-right: 5px;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta .job-lists .label {
  font-size: 10px;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span:first-child {
  border-right: 1px solid #f5f5f5;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
  color: #828282;
  padding: 15px 20px;
  float: left;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
  margin-right: 5px;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.job-lists .posted-job-list ul li.posted-job-title p a i {
  font-size: 10px;
}
.job-lists .posted-job-list ul li.posted-job-title p i.ti-angle-right {
  font-size: 10px;
}
/*JOB SINGLE PAGE*/
.single-job-section-2 .single-job-detail-box {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}
.single-job-section-2 .single-job-detail-box .job-detail-2 {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.single-job-section-2 .single-job-detail-box .job-detail-2 h2 {
  font-size: 20px;
  font-weight: 500;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul {
  margin-bottom: 0;
  padding: 0;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li {
  display: inline;
  margin-right: 15px;
  font-size: 14px;
  color: #777;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li:last-child {
  margin-right: 0;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li i {
  margin-right: 5px;
}
.single-job-section-2 .single-job-detail-box .apply-job {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  float: right;
}
.single-job-section-2 .single-job-detail-box .apply-job a {
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.single-job-section-2 .single-job-detail-box .apply-job a i {
  margin: 0;
}
.single-job-section-2 .single-job-detail {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.single-job-section-2 h4 {
  font-weight: 500;
}
.single-job-section-2 ul {
  list-style: disc;
  padding-left: 30px;
}
.single-job-section-2 ul li {
  color: #828282;
  line-height: 34px;
}
.single-job-section-2 ul li strong {
  color: #242424;
}
.single-job-section-2 ul li strong a {
}
.single-job-section-2 ul li strong a {
  color: #828282;
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  margin: 0 14px;
}
.single-job-section-2 ol {
  list-style: decimal;
  padding-left: 30px;
}
.single-job-section-2 ol li {
  color: #828282;
  line-height: 34px;
}
.single-job-section-2 .job-detail-widget {
  padding: 30px 20px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 3px;
}
.single-job-section-2 .job-detail-widget h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
}
.single-job-section-2 .job-detail-widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.single-job-section-2 .job-detail-widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .job-detail-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.single-job-section-2 .contact-box {
  position: relative;
  background-color: #fff;
  padding: 10px 20px 30px 20px;
  border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .contact-box .contact-img {
  max-width: 100px;
  display: table;
  margin: 0 auto;
  position: relative;
}
.single-job-section-2 .contact-box .contact-img img {
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.single-job-section-2 .contact-box .contact-caption {
  text-align: center;
  padding-bottom: 0;
}
.single-job-section-2 .contact-box .contact-caption h4 {
  margin-bottom: 5px;
  font-weight: 500;
}
.single-job-section-2 .contact-box .contact-caption span {
  display: block;
  margin-bottom: 10px;
}
.single-job-section-2 .main-profile-card .social-links {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 0;
}
.single-job-section-2 .contact-box a.btn-custom {
  font-size: 12px;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
}
.single-job-section-2 .social-links li a img {
  width: 30px;
}
.single-job-section-2 .social-links {
  text-align: center;
  margin-bottom: 10px;
}
.job-single-style {
  background-color: #fff;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 3px;
}
.single-job-section-2 .job-single-style .single-job-detail-box {
  box-shadow: none;
  margin-bottom: 0;
}
.single-job-section-2 .job-single-style .job-detail-widget {
  box-shadow: none;
}
.single-job-section-2 .job-single-style .single-job-detail {
  box-shadow: none;
  border-right: 1px solid #f5f5f5;
  padding-top: 0;
}
.single-job-section-2.job-single-style-white {
  background-color: #fff;
}
.single-job-section-2.job-single-style-white .job-detail-widget,
.single-job-section-2.job-single-style-white .single-job-detail {
  padding: 0;
  box-shadow: none;
}
.single-job-section-2.job-single-style-white .single-job-detail-box {
  box-shadow: none;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .contact-box {
  border-radius: 3px;
}
.single-job-section-2 .single-job-detail .job-details {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-job-section-2 .single-job-detail .job-details strong {
  margin-right: 10px;
}
.single-job-section-2 .single-job-detail .job-details .nopadding {
  margin: 10px 0;
  color: #828282;
}
.job-filters {
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.job-filters .form-group {
  margin-bottom: 0;
}
.categories-list-page .job-lists .posted-job-list {
  padding: 20px;
}
.categories-list-page .job-lists .posted-job-list:last-child {
  margin-bottom: 0;
}
.categories-list-page .job-filters {
  box-shadow: none;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 3px;
}
.categories-list-page .job-filters h4 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.categories-list-page.light-blue .job-filters {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-bottom: none;
  margin-bottom: 30px;
}
.categories-list-page.light-blue .all-jobs-list-box .job-box {
  padding: 30px 20px;
}
.categories-list-page.light-blue .all-jobs-list-box {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}
.categories-list-page .pagination-box {
  margin-top: 20px;
  clear: both;
}
.categories-list-page .widget {
  padding: 20px;
}
.categories-list-page .widget .form-group {
  margin-bottom: 30px;
}
.categories-list-page input.form-control {
  height: 40px;
}
.categories-list-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.categories-list-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single {
  height: 40px;
}
.job-filters .job-filter-selected {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.job-filter-selected form {
  float: left;
}
.job-filters .job-filter-selected span {
  padding: 3px 10px;
  background-color: transparent;
  border-radius: 3px;
  margin-right: 10px;
  border: 1px solid #bbb;
  color: #bbb;
  float: left;
  font-size: 12px;
}
.job-filters .job-filter-selected span i {
  color: #bbb;
  margin-left: 5px;
}
.job-filters .job-filter-selected h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.job-filters .job-filter-selected h4 a {
  font-size: 12px;
  padding: 5px 0;
}
.categories-list-page .alphabets {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.categories-list-page .alphabets a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 0 2px;
}
.categories-list-page .alphabets a.active {
  background-color: transparent;
  font-size: 16px;
  line-height: 59px;
  border-radius: 3px;
}
.menu-dashboard {
  display: none;
}
.alert {
  border-radius: 3px;
}
.alert.alert-style-1 {
  padding-left: 70px;
  position: relative;
  border: 1px solid #5bc0de;
}
.alert.alert-style-1 i {
  height: 100%;
  left: 0;
  margin: 0;
  padding-top: 13px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  color: #fff;
}
.alert.alert-style-1.alert-success i {
  color: #8bc34a;
  background: #f7f7f7;
}
.alert.alert-style-1.alert-info i {
  color: #fff;
  background: #5bc0de;
}
.alert.alert-style-1.alert-danger i {
  color: #f33923;
  background: #f7f7f7;
}
.alert.alert-style-1.alert-warning i {
  color: #f8b32d;
  background: #f7f7f7;
}
.alert-dismissable .close,
.alert-dismissible .close {
  top: 0;
}
.dashboard-new .dashboard-job-filters .form-group .a-btn {
  padding: 15px 20px;
  position: absolute;
  right: 15px;
  top: 24px;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
}
.dashboard-new .dashboard-job-filters .form-group .a-btn.no-top {
  top: 0;
}
/*INVOICE*/
.dashboard-new .main-body .order-invoice {
  padding: 20px;
}
.dashboard-new .main-body .order-invoice .order-invoice-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.order-invoice-company img {
  margin-bottom: 35px;
}
.order-invoice-to {
  text-align: right;
}
.order-invoice-to h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  color: #ccc;
}
.order-invoice-to address {
  padding-left: 100px;
  color: #777;
}
.order-invoice-to p {
  margin-bottom: 0;
  width: 100%;
}
.order-invoice-company address {
  padding-right: 100px;
  color: #777;
}
.order-invoice-company {
  margin-bottom: 0;
  width: 100%;
}
.order-invoice .order-invoice-items {
  margin-bottom: 70px;
}
.order-invoice .order-invoice-items tr td {
  padding: 20px 10px;
}
.order-invoice-footer {
  position: relative;
  overflow: hidden;
}
.order-invoice-footer .order-invoice-footer-total {
  margin-top: 50px;
}
.order-invoice-footer
  .order-invoice-footer-total
  .order-invoice-footer-total-amount {
  font-size: 30px;
  color: #5cb85c;
  line-height: 30px;
  font-weight: 700;
  float: right;
}
.order-invoice-footer-notes-heading {
  margin-top: 0;
  color: #777;
}
/*ADD MORE BUTTONS*/
/*.dashboard-new .main-body .dashboard-edit-profile .ad-more-btn {
  position: absolute;
  right: 14px;
  bottom: 20px;
  width: auto;
}*/
.dashboard-new .main-body .dashboard-edit-profile .ad-more-btn {
  padding: 0 15px;
  text-align: right;
}
.add-more-fields {
  width: 300px;
  background-color: #74e056;
  border: 1px solid #74e056;
  color: #243658;
  font-weight: 500;
}
.add-more-fields:hover,
.add-more-fields:active,
.add-more-fields:focus,
.add-more-fields:active:hover {
  background-color: #74e056;
  border: 1px solid #74e056;
  color: #243658;
  box-shadow: none;
  outline: none;
}
.dashboard-new .main-body .dashboard-edit-profile .ad-more-btn > button span {
  margin-right: 5px;
  font-size: 12px;
}
.dashboard-new .main-body .dashboard-edit-profile .remove-btn > button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.dashboard-new .main-body .dashboard-edit-profile .remove-btn > button img {
  width: 24px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.dashboard-new .main-body .dashboard-edit-profile .remove-btn > button[disabled] img {
  filter: invert(38%) sepia(0%) saturate(638%) hue-rotate(158deg) brightness(83%) contrast(97%);
}
.dashboard-new .input-action-btn {
  text-align: right;
}
.dashboard-new .input-action-btn .cand_person_save {
  margin-top: 0;
  float: unset;
}
.dashboard-new .input-action-btn .remove-btn {
  display: inline;
  margin-left: 24px;
}
.dashboard-new #cand-skills-sec .input-action-btn {
  margin-top: 15px;
}
.dashboard-new #cand-skills-sec .input-action-btn .remove-btn {
  margin-left: 5px;
}
.dashboard-new .input-action-btn .remove-btn > button {
  margin-left: 6px;
}
.dashboard-new .input-action-btn .remove-btn .icheckbox_minimal {
  border-radius: 2px;
}
.dashboard-new
  .main-body
  .dashboard-edit-profile
  .ad_more_box
  #professional_fields
  .remove-btn {
  bottom: 0;
}
.dashboard-new .main-body .dashboard-edit-profile .ad_more_box .form-group {
  position: relative;
  overflow: hidden;
}
/*.dashboard-new .main-body .dashboard-edit-profile .ad_more_box .removeclass_edu {
    position: relative;
    background-color: #f9f9f9;
    padding: 30px;
    margin-top: 20px;
}
.dashboard-new .main-body .dashboard-edit-profile .ad_more_box .ad-more-btn {
    right: 45px;
    bottom: 30px;
}*/
.dashboard-new .main-body .dashboard-edit-profile .ad-more-btn .btn,
.dashboard-new .main-body .dashboard-edit-profile .remove-btn .btn {
  border-radius: 3px;
}
.dashboard-new .main-body .ad_more_box {
  position: relative;
}
.ad-more-box-single {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
}
.ad-more-box-single:first-child {
  margin-bottom: 50px;
}
/*HOW IT WORKS*/
.how-it-works {
  position: relative;
  overflow: hidden;
}
.how-it-works .work-points {
  position: relative;
  overflow: hidden;
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 36%;
}
.how-it-works .work-points .h-i-w-content-box h3 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
  position: absolute;
  right: -50px;
  top: 60px;
}
.how-it-works .work-points .h-i-w-content-box p {
  margin-bottom: 0;
  line-height: 26px;
}
/*HOW IT WORKS STYLE 2*/
.how-it-works.style-2 {
  padding-bottom: 60px;
  text-align: left;
}
.how-it-works.style-2 .h-i-w-box {
  background: url(../images/how-it-works.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 40px 0;
  width: 100%;
  float: left;
}
.how-it-works.style-2 .h-i-w-content-box {
  background-color: rgba(251, 251, 251, 0.8);
  padding: 30px;
}
.how-it-works.style-2 .work-points .h-i-w-content-box h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.how-it-works.style-2 .Heading-title {
  margin-bottom: 30px;
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
  width: 60px;
}
/*LISTING PAGE */
.categories-list-page .all-jobs-list-box {
  position: relative;
  overflow: hidden;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 2px #e74c3c;
  border-radius: 3px;
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 2px #3498db;
  border-radius: 3px;
}
.transparent-job-detial {
  position: relative;
  padding: 240px 0 20px;
}
.transparent-job-detial.breadcrumb-overlay::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.transparent-job-detial .job-detail-meta ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.transparent-job-detial .job-detail-meta ul li {
  display: inline;
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
}
.transparent-job-detial .job-detail-meta ul li a {
  color: #fff;
}
.transparent-job-detial .job-detail-meta ul li i {
  margin-right: 5px;
}
.transparent-job-detial .apply-job {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  float: right;
}
.transparent-job-detial .apply-job a {
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.transparent-job-detial .apply-job a i {
  margin: 0;
}
.transparent-job-detial .apply-job a.bookmark {
  margin-bottom: 0;
}
.transparent-job-detial ul.job-class-tags-2 {
  margin: 0;
}
.transparent-job-detial .job-detail-2 {
  margin-bottom: 20px;
}
.transparent-job-detial ul.job-class-tags-2 li a.job-class-tags-anchor {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.single-job-cat {
  position: relative;
  margin-top: 15px;
}
.single-job-cat a {
  color: #828282;
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  margin: 0 14px;
}
.transparent-job-detial .single-job-cat a {
  color: #fff;
}
.single-job-cat a:first-child {
  margin-left: 0;
}
.single-job-cat a:last-child {
  margin-right: 0;
}
.single-job-cat a:last-child:after {
  content: "";
}
.single-job-cat a::after {
  color: #828282;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: -16px;
  font-size: 14px;
}
.transparent-job-detial .single-job-cat a::after {
  color: #fff;
}
.o-job-detail-page {
  position: relative;
  padding: 70px 0;
}
.o-job-detail-page .o-job-meta {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.o-job-detail-page .o-job-meta ul.job-class-tags-2 {
  margin-top: 0;
}
.o-job-detail-page .o-job-title h1 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.o-job-detail-page .o-single-job-detail h1,
.o-job-detail-page .o-single-job-detail h2,
.o-job-detail-page .o-single-job-detail h3,
.o-job-detail-page .o-single-job-detail h4,
.related-ads h4 {
  font-weight: 500;
}
.o-job-detail-page .o-job-detail-meta ul {
  list-style: none;
  padding-left: 0;
}
.o-job-detail-page .o-job-detail-meta ul li {
  color: #777;
  font-size: 13px;
  margin-right: 10px;
}
.o-job-detail-page .o-job-detail-meta ul li a {
  color: #777;
}
.o-job-detail-page .o-job-detail-meta ul li:last-child {
  margin-right: 0;
}
.o-job-detail-page .o-job-detail-meta ul li i {
  margin-right: 5px;
}
.o-job-detail-page .o-job-title a.label {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 50px;
  margin-left: 10px;
  text-transform: uppercase;
}
.o-job-detail-page .o-job-title a.label.part-time {
  background-color: #ff5a00;
}
.o-job-detail-page .o-single-job-detail {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.o-job-detail-page .o-single-job-detail ul,
.o-job-detail-page .o-single-job-detail ol {
  margin-bottom: 20px;
}
.o-job-detail-page .o-single-job-detail h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}
.o-job-detail-page .o-single-job-detail p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}
.o-job-detail-page .o-single-job-detail ul li,
.o-job-detail-page .o-single-job-detail ol li {
  color: #777;
  line-height: 34px;
}
.o-job-detail-page .o-job-single-sidebar {
  position: relative;
}
.o-job-detail-page .o-job-single-sidebar .widget {
  padding: 0;
  margin-top: 30px;
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons {
  padding: 20px;
  box-shadow: none;
  padding: 0;
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider {
  padding: 20px 0;
  position: relative;
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider hr {
  width: 100%;
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider small {
  font-size: 16px;
  position: absolute;
  background-color: #fff;
  left: 40%;
  padding: 10px;
  border-radius: 10px;
  z-index: 9;
  text-transform: uppercase;
  top: 20px;
  color: #777;
}
.o-single-job-short-detail {
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.o-single-job-short-detail .short-detail {
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.o-single-job-short-detail .short-detail li {
  color: #828282;
  width: 33%;
  float: left;
  margin-bottom: 30px;
}
.o-single-job-short-detail .short-detail li small {
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.o-single-job-short-detail .short-detail li strong {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #242424;
}
.o-single-job-short-detail .short-detail .short-detail-icon {
  float: left;
  margin-right: 20px;
}
.o-single-job-short-detail .short-detail .short-detail-icon i {
  font-size: 34px;
}
.o-job-detail-page .o-single-job-detail #map-contact {
  margin-top: 20px;
}
.o-job-detail-page .skills {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
}
.o-job-detail-page .skills h5 {
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.o-job-detail-page .skills h5 i {
  margin-right: 5px;
}
.o-job-detail-page .skills .skills-tags a {
  color: #828282;
  margin-left: 10px;
}
.o-job-detail-page .skills a:first-child {
  margin-left: 0;
}
.o-job-detail-page .related-ads {
  padding: 0;
  box-shadow: none;
}
aside .app-deadline {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
aside .app-deadline small {
  width: 100%;
  display: block;
  color: #fff;
}
aside .app-deadline strong {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
}
aside .apply-buttons .btn-theme {
  background-color: transparent;
  font-size: 14px;
}
aside .apply-buttons .btn-theme:hover {
  background-color: #2088cb;
  color: #fff;
}
aside .apply-buttons .btn-linkedIn {
  background-color: #0077b5;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
}
aside .apply-buttons .btn-linkedIn i {
  border-right: 1px solid #2088cb;
  padding: 10px 15px;
  line-height: 50px;
  font-size: 20px;
  vertical-align: middle;
}
aside .apply-buttons .btn-linkedIn span {
  padding: 10px 15px;
  font-weight: 500;
}
aside .app-deadline .short-detail-icon {
  float: left;
  margin-right: 20px;
}
aside .app-deadline .short-detail-icon i {
  font-size: 34px;
  color: #fff;
}
aside .app-deadline .ab-iocn {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
}
aside .app-deadline .ab-iocn i {
  font-size: 44px;
  color: #fff;
  opacity: 0.2;
}
aside .widget .contact-box {
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}
aside .widget .contact-box .contact-img {
  margin: 0 auto;
  display: table;
}
aside .widget .contact-box .contact-img img {
  width: 100px;
  /*box-shadow:0px 2px 22px 0px rgba(0,0,0,0.05); */
}
aside .widget .contact-box .contact-caption h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 20px;
}
aside .widget .contact-box .contact-caption a i {
  margin-right: 5px;
}
aside .widget .contact-box .social-links img {
  width: 30px;
}
aside .widget .contact-box .social-links li {
  border-bottom: none;
  padding: 0;
}
aside .widget .contact-box .social-links {
  margin: 20px 0;
  background-color: #f5f5f5;
  padding: 20px 0;
}
aside .widget .contact-box .company-short-detail {
  margin-bottom: 20px;
}
aside .widget .contact-box .view-profile {
  text-transform: uppercase;
  font-weight: 500;
}
/* candidate short details */
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-list
  ul.list-inline
  li.posted-job-action
  i {
  font-size: 20px;
}
#short-detail-modal .n-modal-candidate-avatar {
  float: left;
}
#short-detail-modal .n-modal-candidate-avatar img {
  max-width: 100px;
}
#short-detail-modal .n-modal-candidate-detail {
  margin-left: 120px;
  margin-bottom: 30px;
}
#short-detail-modal .n-modal-candidate-detail h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
#short-detail-modal .n-modal-candidate-detail p {
  margin-bottom: 0;
}
#short-detail-modal .n-modal-candidate-detail p i {
  font-size: 18px;
  margin-right: 5px;
}
#short-detail-modal .n-modal-candidate-detail .btn {
  padding: 8px 15px;
  background-color: #242424;
  color: #fff;
  margin-top: 10px;
  border: 1px solid #242424;
}
#short-detail-modal .n-modal-candidate-cover h5 {
  font-size: 18px;
  margin-top: 0;
}
#short-detail-modal .modal-header {
  background-color: #242424;
}
#short-detail-modal .modal-header h4 {
  color: #fff;
}
#short-detail-modal .modal-header .close {
  color: #fff;
  opacity: 0.5;
}
.dashboard-new .dashboard-job-stats h4 span {
  color: #fb236a;
  font-weight: 600;
}
.n-candidate-detail .locked-profile {
  position: relative;
}
.n-candidate-detail .locked-profile i {
  font-size: 20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-img {
  float: left;
  margin-right: 15px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-img img {
  width: 50px;
	height: 50px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-meta a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.dashboard-new
  .main-body
  .dashboard-posted-jobs
  .posted-job-action
  .label.label-success {
  background-color: transparent;
  border: none;
  color: #5cb85c;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-action li i {
  font-size: 22px;
  vertical-align: middle;
  background-color: #eee;
  padding: 5px;
  border-radius: 4px;
  color: #999;
}
/* added new css  */
.dashboard-edit-profile .accordion-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  position: relative;
  color: #243658;
}
.dashboard-edit-profile .accordion-button:not(.collapsed)::before {
  content: "−";
  position: absolute;
  top: -16px;
  right: 0;
  font-size: 40px;
  color: #e85222;
}
.dashboard-edit-profile .accordion-button.collapsed::before {
  content: "+";
  position: absolute;
  top: -13px;
  right: 0;
  font-size: 40px;
  color: #e85222;
}
.dashboard-new .main-body.change-password .accordion-button:not(.collapsed)::before {
  top: -7px;
  right: 0px;
  font-size: 26px;
}
.dashboard-new .main-body.change-password .accordion-button.collapsed::before {
  top: -7px;
  right: 0px;
  font-size: 26px;
}
.dashboard-edit-profile .accordion-button img {
  width: 16px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  margin-left: 5px;
}
.info-tooltip-outer img {
  width: 16px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  margin-left: 5px;
}
.info-tooltip-outer {
  position: relative;
  display: inline-block;
}
.info-tooltip-outer .info-tooltip-text {
  visibility: hidden;
  background-color: #E85222;
  color: #ffff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 2;
  bottom: 70%;
  left: calc(100% + 0px);
  font-size: 16px;
  width: max-content;
}
.info-tooltip-outer:hover .info-tooltip-text {
  visibility: visible;
}
.dashboard-edit-profile #profileSpecialization {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: "poppins", sans-serif;
}
.dashboard-edit-profile .profile-specialization-wrapper,
.dashboard-edit-profile .profile-skills-wrapper,
.dashboard-edit-profile .add-resume-wrapper,
.dashboard-edit-profile .certificate-wrapper,
.dashboard-edit-profile .reference-letter-wrapper,
.dashboard-edit-profile .educational-doc-wrapper,
.dashboard-edit-profile .education-detail-wrapper,
.dashboard-edit-profile .profile-certificate-wrapper,
.dashboard-edit-profile .job-experience-wrapper,
.dashboard-edit-profile .add-portfolio-wrapper,
.dashboard-edit-profile .add-location-wrapper,
.dashboard-edit-profile .profile-more-features-wrapper,
.dashboard-edit-profile .profile-change-password-wrapper,
.dashboard-edit-profile .profile-social-links-wrapper {
  margin-top: 30px;
  transition: 0.5s ease-in-out;
}
.candidate-dashboard #cand-specialization-sec .profile-specialization-main,
.candidate-dashboard #cand-skills-sec .dashboard-heading,
.candidate-dashboard #cand-resume-sec .dashboard-heading,
.candidate-dashboard #cand-certificate-sec .dashboard-heading,
.candidate-dashboard #cand-reference-letter-sec .dashboard-heading,
.candidate-dashboard #cand-education-docs-sec .dashboard-heading,
.candidate-dashboard #cand-edu-details-sec .dashboard-heading,
.candidate-dashboard #cand-certification-sec .dashboard-heading,
.candidate-dashboard #employment-history .dashboard-heading,
.candidate-dashboard #cand-personal-info-sec .dashboard-heading,
.candidate-dashboard #cand-scheduled-hours-sec .dashboard-heading,
.candidate-dashboard #cand-portfolio .dashboard-heading,
.candidate-dashboard #cand-social-links .dashboard-heading,
.candidate-dashboard #candidate-add-location .dashboard-heading,
.candidate-dashboard .change-password .dashboard-heading,
.candidate-dashboard #cand-current-professional-prefrences .dashboard-heading,
.candidate-dashboard #cand-current-professional-info .dashboard-heading,
.candidate-dashboard #cand-current-contact-info .dashboard-heading {
  margin-bottom: 0;
}
.dashboard-edit-profile .profile-change-password-wrapper {
  margin-top: 15px;
}
.dashboard-edit-profile .ad-more-box-single .dashboard-heading {
  margin-bottom: 20px !important;
}
.candidate-dashboard .submit-info-buttons-box {
  position: fixed;
  bottom: 20px;
  right: 16%;
  z-index: 3;
}
.candidate-dashboard .submit-info-buttons-box .cand_person_save {
  padding: 12px 40px;
  font-size: 14px;
  margin-top: 0;
}
.candidate-dashboard .submit-info-buttons-box .cand_person_save[disabled] {
  background-color: #777;
  border-color: #777; 
}
.candidate-dashboard .submit-info-buttons-box .cand_person_save[disabled]:before {
  content: none;
}
.candidate-dashboard .submit-info-buttons-box .cand_person_save img {
  filter: invert(0);
  margin-right: 10px;
}
#sb-emp-profile .submit-info-buttons-box {
  position: unset;
  z-index: 3;
}
.emp_dashboard .submit-info-buttons-box #emp-main-save-btn {
  padding: 12px 40px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 30px;
}
.emp_dashboard .submit-info-buttons-box #emp-main-save-btn[disabled] {
  background-color: #777;
  border-color: #777;
}
.emp_dashboard .submit-info-buttons-box #emp-main-save-btn img {
  filter: invert(0);
  margin-right: 10px;
}
.emp_dashboard .submit-info-buttons-box .save_company {
  padding: 12px 40px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 30px;
}
.emp_dashboard .submit-info-buttons-box .save_company[disabled] {
  background-color: #777;
  border-color: #777;
}
.emp_dashboard .submit-info-buttons-box .save_company img {
  filter: invert(0);
  margin-right: 10px;
}
#emp-company-password-sec {
  margin-top: 20px;
/*  margin-bottom: 100px;*/
}
.emp_dashboard #emp-company-password-sec {
  margin-top: 10px;
}
.jobo-emp-profile-status {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 10px;
  padding: 5px 10px;
  gap: 10px;
  margin-bottom: 10px;
}
.jobo-emp-profile-status .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #243658;
  font-family: "Poppins", sans-serif;
}
.jobo-emp-profile-status span {
  font-size: 14px;
  color: #243658;
  padding: 4px 8px;
  font-weight: 600;
}
.jobo-emp-profile-status span.active {
  background-color: #74e156;
}
.jobo-emp-profile-status span.in_active {
  background-color: #b1b2b3;
}
.profile-menu .comp-emp-profile {
  padding: 15px;
}
.profile-menu .comp-emp-profile .select2-container {
  height: 45px;
}
.profile-menu .comp-emp-profile .select2-container .selection {
  display: block;
  height: 45px;
}
.profile-menu .comp-emp-profile .select2-container .select2-selection--single {
  height: 45px;
}
.profile-menu .comp-emp-profile .select2-container .select2-selection {
  margin-right: 0;
}
.profile-menu
  .comp-emp-profile
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  font-size: 14px;
  color: #777;
}
.profile-menu
  .comp-emp-profile
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  right: 5px;
}
.profile-menu .locked-profile span {
  font-weight: 600;
}
.profile-menu .selected-emp-profile {
  padding: 15px 20px 5px 20px;
}
.profile-menu .selected-emp-profile button {
  position: relative;
  padding: 15px 20px;
  width: 100%;
  background-color: rgba(232, 82, 34, 0.27);
  border: none;
  border-radius: 50px;
  text-align: left;
}
.profile-menu .selected-emp-profile button i {
  position: absolute;
  top: 20px;
  right: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: #e85222;
}
.profile-menu .selected-emp-profile button span {
  font-size: 20px;
  font-weight: 600;
  color: #e85222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 20px;
}
#emp-profile-modal {
  z-index: 9999;
}
#emp-profile-modal .modal-content {
  width: 100%;
  border-radius: 25px;
}
#emp-profile-modal .modal-dialog {
  max-width: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#emp-profile-modal .modal-header {
  padding: 15px 25px;
  border-bottom: 0;
}
#emp-profile-modal .modal-header .modal-title {
  font-size: 20px;
  color: #777;
  font-family: "Poppins";
  font-weight: 400;
}
#emp-profile-modal .modal-header .modal-title img {
  width: 40px;
  margin-right: 5px;
}
#emp-profile-modal .modal-header .close {
  font-size: 36px;
  font-weight: 400;
  color: #777;
  opacity: 1;
}
#emp-profile-modal .modal-body {
  padding: 0 15px 25px;
}
#emp-profile-modal .emp-profile-list ul {
  list-style-type: none;
}
#emp-profile-modal .emp-profile-list {
  height: 200px;
  overflow: auto;
}
#emp-profile-modal .emp-profile-list ul li span {
  position: relative;
  display: block;
  padding: 8px 16px;
  font-size: 22px;
  border-radius: 4px;
  cursor: pointer;
}
#emp-profile-modal .emp-profile-list ul li span:hover {
  background-color: rgba(232, 82, 34, 0.27);
}
#emp-profile-modal .emp-profile-list ul li.active span {
  background-color: rgba(232, 82, 34, 0.27);
}
#emp-profile-modal .emp-profile-list ul li.active span::before {
  content: "\f00c";
  position: absolute;
  top: 12px;
  right: 20px;
  color: #32ac79;
  font: normal normal normal 26px/1 FontAwesome;
}
#emp-profile-modal .add-new-profile {
  padding: 20px 14px;
  border-bottom: 1px solid #e5e5e5;
}
#emp-profile-modal .add-new-profile a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #e85222;
}
#emp-profile-modal .add-new-profile a i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: -4px;
}
#emp-profile-modal .edit-profile-box {
  border-bottom: 1px solid #e5e5e5;
}
#emp-profile-modal .edit-profile-box p {
  font-size: 16px;
  color: #777;
  padding: 20px 14px;
  margin-bottom: 0;
}
#emp-profile-modal .edit-profile-box p span {
  font-weight: 500;
  color: #000;
}
#emp-profile-modal .edit-profile-box ul {
  list-style-type: none;
}
#emp-profile-modal .edit-profile-box ul li {
  padding: 20px 14px;
  padding-top: 0;
}
#emp-profile-modal .edit-profile-box ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #e85222;
}
#emp-profile-modal .edit-profile-box ul li a i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: -4px;
}
#emp-profile-modal .terms-privacy-box {
  padding: 20px 14px;
  padding-bottom: 0;
}
#emp-profile-modal .terms-privacy-box a:hover {
  color: #777;
}
#emp-profile-modal .terms-privacy-box a span {
  margin-right: 15px;
  position: relative;
  color: #777;
}
#emp-profile-modal .terms-privacy-box a span:first-child::before {
  content: ".";
  position: absolute;
  top: -3px;
  right: -8px;
  color: #777;
}
.page-template-page-dashboard {
  background-color: #B5DCF6;
}
.dashboard-new .main-body#cand-skills-sec {
  overflow: visible;
}
.my-feed-jobs .n-search-main {
  padding: 15px;
  background-color: #ffff;
}
.cand-tab-heading {
  font-size: 16px;
  font-weight: 600;
  color: #243658;
  font-family: "poppins", sans-serif;
  padding-left: 10px;
}
.my-feed-jobs .n-search-main .heading-area {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
}
.my-feed-jobs .jobo-single-job-box {
  border: 1px solid #eee;
}
/*.jobo-single-job-box:nth-child(2n+1) {
  border: 1px solid #f1f1f1;
}*/
.my-feed-jobs .jobo-single-job-box:hover {
  border: 1px solid #1f3053;
}
.cand-default-cv {
  padding-bottom: 50px;
}
.cand-default-cv-wrapper {
  padding: 20px 10px;
  background-color: #ffff;
}
.cand-default-cv-wrapper .default-cv-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cand-default-cv-wrapper .default-cv-content h4 {
  color: #777;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}
.cand-default-cv-wrapper .default-cv-download {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 350px;
}
.cand-default-cv-wrapper .default-cv-download .default-cv {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 4px 10px;
  background-color: #e1e1e1;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.cand-default-cv-wrapper .default-cv-download .default-cv-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.cand-default-cv-wrapper .default-cv-download .default-cv-icon img {
  width: 30px;
}
.cand-default-cv-wrapper .default-cv-download .default-cv-icon .cv-file-size {
  font-size: 10px;
  color: #777;
  line-height: 10px;
  text-align: center;
}
.cand-default-cv-wrapper .default-cv-download .default-cv .default-cv-name {
  color: #777;
  font-size: 14px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cand-default-cv-wrapper .default-cv-manage {
  width: 350px;
}
.cand-default-cv-wrapper .default-cv-manage .default-cv-manage-btn {
  width: 100%;
}
.dashboard-job-content .main-body,
.dashboard-saved-job-wrapper .main-body {
  padding: 30px 10px;
  border-radius: 4px;
}
.dashboard-job-content .dashboard-job-filters .searchform input,
.dashboard-saved-job-wrapper .dashboard-job-filters .searchform input {
  border: 1px solid #ccc;
  color: #777;
}
.dashboard-job-content .dashboard-job-filters .searchform input::placeholder,
.dashboard-saved-job-wrapper .dashboard-job-filters .searchform input::placeholder {
  color: #777;
  opacity: 1;
}
.dashboard-job-content .dashboard-job-filters .form-group .a-btn.search_aplied_job,
.dashboard-saved-job-wrapper .dashboard-job-filters .form-group .a-btn.search_job {
  background-color: transparent;
  padding: 0;
  top: 15px;
  right: 25px;
}
#sav_job_search .form-group .a-btn.search_job {
  background-color: transparent;
  padding: 0;
  top: 30px;
  right: 15px;
}
.dashboard-job-content .dashboard-job-filters .search_aplied_job img,
.dashboard-saved-job-wrapper .dashboard-job-filters .search_job img {
  width: 30px;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.retract-job-modal {
  padding-right: 0;
}
.retract-job-modal .modal-header {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background-color: #243658;
  border-bottom: 0;
}
.retract-job-modal .modal-header .close {
  color: #fff;
  opacity: 0.6;
  padding-top: 3px;
}
.retract-job-modal .modal-header .modal-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.retract-job-modal .modal-body {
  padding: 20px;
}
.retract-job-modal .modal-body label {
  font-weight: 500;
  margin-bottom: 10px;
}
.retract-job-modal .modal-body #retractReason {
  padding: 20px;
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}
.retract-job-modal .modal-body #retractReason:focus-visible {
  outline: none;
}
.retract-job-modal .modal-footer {
  border-top: none;
  padding: 20px;
  padding-top: 0;
  border-top: 0;
}
.retract-job-modal .modal-footer #confirmRetract {
  width: 100%;
}
.dashboard-new .main-body .hint-text {
  font-size: 12px;
  color: #777;
}
.dashboard-followed-employers-wrapper.jobo-employers-filters-section {
  margin-top: 0;
  padding-bottom: 50px;
}
.dashboard-followed-employers-wrapper .main-body {
  padding: 10px;
  border-radius: 4px;
}
.dashboard-followed-employers-wrapper .dashboard-job-filters .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}
.dashboard-followed-employers-wrapper .dashboard-job-filters .searchform input {
  border: 1px solid #ccc;
  color: #ccc;
} 
.dashboard-followed-employers-wrapper .dashboard-job-filters .searchform input::placeholder {
  color: #ccc;
}
.dashboard-followed-employers-wrapper .dashboard-job-filters .searchform .search_company.a-btn {
  background-color: transparent;
  padding: 0;
  top: 43px;
  right: 24px;
}
.dashboard-followed-employers-wrapper .dashboard-job-filters .searchform .search_company img {
  width: 30px;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.dashboard-followed-employers-wrapper .main-body h3 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.dashboard-followed-employers-wrapper.jobo-employers-filters-section #jobo-filter-buttons {
  border: 1px solid #ccc;
  border-width: 1px 0 1px 0;
}
.dashboard-followed-employers-wrapper.jobo-employers-filters-section #jobo-filter-buttons button {
  padding: 0 7px;
  color: #ccc;
}
.dashboard-followed-employers-wrapper.jobo-employers-filters-section #jobo-character-lists {
  margin-top: 60px;
}
.dashbaord-job-alert-wrapper .cand-tab-heading {
  padding-left: 0;
}
.dashbaord-job-alert-wrapper .alert-create-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 10px 0 0 0;
}
.dashbaord-job-alert-wrapper .alert-create-box h2 {
  margin: 0;
  color: #243658;
  font-family: "poppins", sans-serif;
}
.dashbaord-job-alert-wrapper .alert-create-box h2 span {
  color: #E85222;
}
.dashbaord-job-alert-wrapper .alert-create-box .notification-box {
  padding: 0;
}
.dashbaord-job-alert-wrapper .alert-create-box .notification-box .n-btn-flat {
  padding: 13px 45px;
}
.dashbaord-job-alert-wrapper .mail-hint-txt {
  color: #243658;
  margin-bottom: 5px;
}
.dashbaord-job-alert-wrapper .main-body {
  padding: 0;
  margin-top: 0;
}
.candidate-dashboard .pagination-box {
  margin-bottom: 20px;
}
.candidate-current-plan .my-package-detail > h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #243658;
  margin-bottom: 10px;
  font-family: "poppins", sans-serif;
}
.candidate-current-plan .my-package-detail .current-plan-img {
  width: 200px;
  margin: 0 auto;
}
.candidate-current-plan .my-package-detail .current-plan-img img {
  width: 100%;
  border-radius: 10px;
}
.candidate-current-plan .my-package-detail .validation-date {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #243658;
  margin-top: 10px;
  font-family: "poppins", sans-serif;
}
.candidate-current-plan .my-package-detail .upgrade-plan-box {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 500px;
  background-color: #49baeb;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  margin: 10px auto;
}
.candidate-current-plan .my-package-detail .upgrade-plan-box img {
  width: 90px;
}
.candidate-current-plan .my-package-detail .upgrade-plan-box h4 {
  font-size: 26px;
  text-align: center;
  color: #ffff;
  font-weight: 600;
  margin-bottom: 0;
}
.candidate-current-plan .upgrade-btn-box {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
}
.candidate-current-plan .upgrade-btn-box a.n-btn-flat {
  font-size: 20px;
  width: 100%;
}
.jobo-faqs-section.dashboard-faqs {
  padding: 100px 0 40px 0;
  background-color: #ffff;
}
.jobo-faqs-section.dashboard-faqs .heading-title {
  margin-bottom: 0;
}
.jobo-faqs-section.dashboard-faqs .heading-title h3 {
  margin: 0;
  padding-bottom: 5px;
  color: #243658;
  border-bottom: 1px solid #ccc;
  font-family: "poppins", sans-serif;
}
.jobo-faqs-section.dashboard-faqs .jobo-panel-group .jobo-panel-default {
  border-bottom: 1px solid #ccc;
}
.jobo-faqs-section.dashboard-faqs .jobo-panel-title > a {
  padding: 15px 0;
  color: #243658;
}
.jobo-faqs-section.dashboard-faqs .more-less {
  background-color: transparent;
}
.jobo-faqs-section.dashboard-faqs .more-less img {
  width: 22px;
  filter: invert(35%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.jobo-faqs-section.dashboard-faqs .jobo-panel-body {
  margin-bottom: 20px;
  color: #243658;
}
.dashboard-my-orders-wrapper .cand-tab-heading {
  padding-left: 0;
}
.dashboard-my-orders-wrapper .main-body {
  padding: 0;
  background-color: transparent;
}
.dashboard-my-orders-wrapper .dashboard-job-filters input.form-control {
  border: 1px solid #ccc;
  color: #777;
}
.dashboard-my-orders-wrapper .dashboard-job-filters input.form-control::placeholder {
  color: #777;
  opacity: 1;
}
.dashboard-my-orders-wrapper .dashboard-job-filters .a-btn.search_order {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 24px;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 0;
}
.dashboard-my-orders-wrapper .dashboard-job-filters .search_order img {
  width: 30px;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.dashboard-my-orders-wrapper .dashboard-job-filters .buy-again-order-btn {
  float: right;
  padding: 13px 40px;
  margin-bottom: 20px;
}
.dashboard-my-orders-wrapper .dashboard-job-filters label {
  padding-left: 10px;
  margin-bottom: 5px;
}
.dashboard-my-orders-wrapper .dashboard-job-filters .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}
.dashboard-my-orders-wrapper .dashboard-job-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: #777;
}
.dashboard-my-orders-wrapper .dashboard-job-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.dashboard-my-orders-wrapper .dashboard-job-filters .button-cover-wrapper {
  height: 50px;
  margin-bottom: 30px;
}
.dashboard-my-orders-wrapper .main-body .buy-again-last-order-btn {
  position: absolute;
  right: 0;
}
.dashboard-my-orders-wrapper .dashboard-posted-jobs {
  background-color: #ffff;
  padding-bottom: 100px;
}
.dashboard-my-orders-wrapper .my-orders .posted-job-list {
  margin: 0 10px;
}
.dashboard-my-orders-wrapper .my-orders .posted-job-list.header-title {
  margin: 0;
}
.dashboard-my-orders-wrapper .my-orders .posted-job-list.header-title .order-title {
  padding-left: 15px;
}
.dashboard-my-orders-wrapper .my-orders .order-title {
  width: 35%;
}
.dashboard-my-orders-wrapper .my-orders .order-title .plan-name-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-my-orders-wrapper .my-orders .order-title .plan-name-box img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}
.dashboard-my-orders-wrapper .my-orders .order-title .plan-name-box span {
  font-size: 14px;
  color: #777;
}
.dashboard-my-orders-wrapper .my-orders .order-date {
  width: 15%;
  text-align: center;
}
.dashboard-my-orders-wrapper .my-orders .order-date span {
  font-size: 14px;
  color: #777;
}
.dashboard-my-orders-wrapper .my-orders .order-status {
  width: 15%;
  text-align: center;
}
.dashboard-my-orders-wrapper .my-orders .order-status .status {
  padding: 4px 8px;
  max-width: 110px;
  margin: 0 auto;
  font-size: 14px;
  color: #777;
}
.dashboard-my-orders-wrapper .my-orders .order-status .status.pending {
  background-color: #fad873;
}
.dashboard-my-orders-wrapper .my-orders .order-status .status.success {
  background-color: #74e156;
}
.dashboard-my-orders-wrapper .my-orders .order-status .status.cancel {
  background-color: #b1b2b3;
}
.dashboard-my-orders-wrapper .my-orders .order-status .status.failed {
  background-color: #b1b2b3;
}
.dashboard-my-orders-wrapper .my-orders .posted-job-list.header-title .order-action {
  padding-right: 15px;
}
.dashboard-my-orders-wrapper .my-orders .order-action {
  width: 35%;
  text-align: center;
}
.dashboard-my-orders-wrapper .dashboard-posted-jobs.my-orders .order-action .list-inline {
  display: block;
}
.dashboard-my-orders-wrapper .my-orders .order-action .list-inline li {
  display: inline-block;
  margin: 10px;
}
.dashboard-my-orders-wrapper .my-orders .order-action .list-inline li a {
  font-size: 14px;
  font-weight: 600;
  color: #243658;
}
.dashboard-my-orders-wrapper .my-orders .order-action .list-inline li a span {
  color: #E85222;
  font-size: 12px;
  margin-left: 5px;
}
.dashboard-my-orders-wrapper .buy-order-again {
  margin-top: 20px;
}
.dashboard-my-orders-wrapper .buy-order-again .posted-job-list.header-title {
  margin: 0;
}
.dashboard-my-orders-wrapper .buy-order-again .posted-job-list {
  margin: 0 10px;
}
.dashboard-my-orders-wrapper .buy-order-again .posted-job-list.header-title .order-title {
  padding-left: 15px;
}
.dashboard-my-orders-wrapper .buy-order-again .order-title {
  width: 70%;
}
.dashboard-my-orders-wrapper .buy-order-again .plan-name-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-my-orders-wrapper .buy-order-again .plan-name-box img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}
.dashboard-my-orders-wrapper .buy-order-again .plan-name-box span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #243658;
  margin-bottom: 5px;
}
.dashboard-my-orders-wrapper .buy-order-again .plan-name-box a {
  font-size: 18px;
  font-weight: 600;
  color: #E85222;
}
.dashboard-my-orders-wrapper .buy-order-again .posted-job-list.header-title .order-action {
  padding-right: 15px;
}
.dashboard-my-orders-wrapper .buy-order-again .order-action {
  width: 30%;
  text-align: center;
}
.dashboard-order-detail-wrapper .cand-tab-heading {
  padding-left: 0;
}
.dashboard-order-detail-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 10px;
  font-family: "poppins", sans-serif;
}
.dashboard-order-detail-wrapper .order-detail-box,
.dashboard-order-detail-wrapper .order-cost-detail {
  background-color: #ffff;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 8px;
}
.dashboard-order-detail-wrapper .order-detail-box + h4,
.dashboard-order-detail-wrapper .order-cost-detail + h4 {
  margin-top: 20px;
}
.dashboard-order-detail-wrapper .order-detail-box ul li {
  margin-bottom: 10px;
}
.dashboard-order-detail-wrapper .order-detail-box ul li:last-child {
  margin-bottom: 0;
}
.dashboard-order-detail-wrapper .order-detail-box ul li strong,
.dashboard-order-detail-wrapper .order-cost-detail ul li strong {
  font-size: 18px;
}
.dashboard-order-detail-wrapper .order-detail-box ul li strong + span {
  margin-left: 10px;
}
.dashboard-order-detail-wrapper .order-detail-box ul li span,
.dashboard-order-detail-wrapper .order-cost-detail ul li span {
  font-size: 18px;
  font-weight: 500;
}
.dashboard-order-detail-wrapper .order-cost-detail ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.dashboard-order-detail-wrapper .order-cost-detail ul li:first-child {
  margin-bottom: 15px;
  border-bottom: 0;
}
.dashboard-order-detail-wrapper .order-cost-detail ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.dashboard-order-detail-wrapper a.download-invoice-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #E85222;
  margin-bottom: 10px;
  padding-left: 10px;
}
/* Employer job status filters css start */
.dashboard-job-filters .filters-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 20px 0;
}
.dashboard-job-filters .filters-grid .form-group {
  position: relative;
  margin-bottom: 0;
}
.dashboard-job-filters .filters-grid .form-group label {
  margin: 0 0 0 10px;
}
.dashboard-job-filters .filters-grid .form-group input {
  border: 1px solid #ccc;
  color: #999;
}
.dashboard-job-filters .filters-grid .form-group input::placeholder {
  color: #999; 
}
.dashboard-new .dashboard-job-filters .filters-grid .form-group .submit_emp_active_job_form {
  background-color: transparent;
  padding: 0;
  top: 30px;
  right: 10px;
}
.dashboard-job-filters .filters-grid .form-group .submit_emp_active_job_form img {
  width: 30px;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
} 
.dashboard-job-filters .filters-grid .form-group .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}
.dashboard-job-filters .filters-grid .form-group .n-btn-flat {
  display: block;
  margin-top: 20px;
  padding: 13px 10px;
}
/* Employer job status filters css end */

/* Employer followers table css start */
.emp-followers-content-wrapper {
  padding-top: 20px;
}
.emp-followers-content-wrapper .dashboard-job-filters .form-group label {
  font-size: 16px;
  color: #243658;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0 0 5px 15px;
}
.emp-followers-content-wrapper .dashboard-job-filters .form-group input {
  border: 1px solid #ccc;
  color: #999;
}
.emp-followers-content-wrapper .dashboard-job-filters .form-group input::placeholder {
  color: #999;
}
.emp-followers-content-wrapper .dashboard-job-filters .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}
.emp-followers-content-wrapper > h4 {
  color: #243658;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin: 0 0 10px 15px;
}
.emp-followers-content-wrapper > h4 span {
  color: #E85222;
}
.emp-followers-content-wrapper .main-body {
  padding: 0;
  background-color: transparent;
}
.emp-followers-content-wrapper .dashboard-job-stats h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0 0 5px 15px;
}
.emp-followers-content-wrapper .dashboard-posted-jobs {
  background-color: #ffff;
}
.dashboard-new .emp-followers-content-wrapper .main-body .posted-job-list.header-title {
  padding: 20px 15px;
}
.emp-followers-content-wrapper .posted-job-list li {
  text-align: center;
}
.emp-followers-content-wrapper .posted-job-list li.posted-job-title {
  text-align: left;
}
.dashboard-new .emp-followers-content-wrapper .main-body .posted-job-list.resume-on-jobs {
  margin: 0;
  padding: 20px 15px;
}
.emp-followers-content-wrapper .posted-job-list li.posted-job-title span,
.emp-followers-content-wrapper .posted-job-list li.posted-job-title small {
  display: block;
  color: #777;
}
.dashboard-new .emp-followers-content-wrapper .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-action {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emp-followers-content-wrapper .posted-job-list li.posted-job-action a {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0 10px;
}
.emp-followers-content-wrapper .posted-job-list li.posted-job-action a img {
  width: 26px;
  height: 20px;
  object-fit: scale-down;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.emp-followers-content-wrapper .posted-job-list li.posted-job-action a.follower_default_cv img,
.emp-followers-content-wrapper .posted-job-list li.posted-job-action a.profile_completed img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
/* Employer followers table css end */

/* Employer all jobs table css start */
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list.header-title {
  padding: 5px 10px;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li {
  text-align: center;
  color: #777;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title {
  width: 20%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title {
  text-align: left;
  padding-left: 30px;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status {
  width: 12%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span {
  width: 100%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Active {
  background-color: #74e156;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Draft {
  background-color: #fad873;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Inactive {
  background-color: #f5878e;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Expired {
  background-color: #b1b2b3;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Archived {
  background-color: #e0d1a6;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Pending {
  background-color: #b0ebff;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status span.label-Vault {
  background-color: #7690c9;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-views {
  width: 6%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-promo,
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-publish,
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-closing,
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-expiration {
  width: 10%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-applicants {
  width: 8%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action {
  width: 14%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title a {
  font-size: 16px;
  color: #777;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-promo img {
  height: 22px;
  filter: invert(42%) sepia(92%) saturate(334%) hue-rotate(166deg) brightness(89%) contrast(93%);
  margin: 0 2px;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .list-inline {
  justify-content: center;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action img {
  width: 26px;
  height: 22px;
  object-fit: scale-down;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .addon_job img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
/* Vault job css */
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list.header-title {
  padding: 10px;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li,
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li.posted-job-title a {
  color: #999;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li.posted-job-title {
  width: 30%;
  padding-left: 20px;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li.posted-job-type {
  width: 20%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li.posted-job-created {
  width: 20%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li.posted-job-published-number {
  width: 15%;
}
.dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list ul.list-inline li.posted-job-action {
  width: 15%;
}
/* Employer all jobs table css end */

/* Dashboard status tabs css start */
.jb-dashboard-job-status-tabs ul {
  display: flex;
  gap: 1px;
}
.jb-dashboard-job-status-tabs ul li {
  flex: 1;
}
.jb-dashboard-job-status-tabs ul li button {
  width: 100%;
  height: 100%;
  padding: 4px;
  color: #e85222;
  background-color: #f9d0c3;
  font-weight: 600;
  border: 0;
  border-radius: 0;
}
.jb-dashboard-job-status-tabs ul li button.active {
  color: #243658;
  background-color: #B5DCF6;
}
.jb-dashboard-job-status-tabs ul li button span {
  color: #565655;
  margin-left: 2px;
}
/* Dashboard status tabs css end */
.emp-email-template-box .main-body {
  padding: 20px;
}
.emp-email-template-box .main-body .dashboard-heading {
  font-size: 16px;
  margin-bottom: 15px;
}
.emp-email-template-box .main-body form label {
  margin-bottom: 5px;
  margin-left: 15px;
}
.emp-email-template-box .main-body form input.form-control {
  border: 1px solid #ccc;
  color: #999;
}
.emp-email-template-box .main-body form input.form-control::placeholder,
.emp-email-template-box .main-body form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
}
.emp-email-template-box .main-body form .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}
.emp-email-template-box .main-body form .jqte_editor > table {
  background-color: #ffff !important;
}
.emp-email-template-box .main-body form .jqte_editor > table tbody tr td.wrapper {
  border: 1px solid #ccc;
}
.emp-email-template-box .main-body form .jqte_editor > table tbody tr td.wrapper * {
  color: #ccc; 
}
.emp-email-template-box .main-body form #temp_save {
  background-color: transparent;
  border: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.emp-email-template-box .main-body form #temp_save img {
  width: 24px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.emp-email-template-box .main-body form #temp_save[disabled] img {
  filter: invert(38%) sepia(0%) saturate(638%) hue-rotate(158deg) brightness(83%) contrast(97%);
}
.emp-email-template-box .main-body form #temp_save::before {
  content: none;
}
.emp-email-list-wrapper .main-body {
  padding: 20px;
}
.emp-email-list-wrapper .main-body h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.dashboard-new .emp-email-list-wrapper .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-title {
  width: 29%;
  text-align: left;
  text-transform: capitalize;
}
.emp-email-list-wrapper .main-body .posted-job-list .email-template-type {
  width: 15%;
}
.dashboard-new .emp-email-list-wrapper .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-expiration {
  width: 28%;
}
.dashboard-new .emp-email-list-wrapper .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-action {
  width: 28%;
}
.dashboard-new .emp-email-list-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title a,
.emp-email-list-wrapper .main-body .posted-job-list ul li,
.emp-email-list-wrapper .main-body .posted-job-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.emp-email-list-wrapper .main-body .posted-job-list ul {
  justify-content: center;
}
.emp-email-list-wrapper .main-body .posted-job-list ul li {
  text-align: center;
}
.emp-email-list-wrapper .main-body .posted-job-list .posted-job-action ul li a {
  padding: 0;
}
.emp-email-list-wrapper .main-body .posted-job-list .posted-job-action ul li {
  margin: 0 10px;
}
.emp-email-list-wrapper .main-body .posted-job-list .posted-job-action ul li img {
  width: 20px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.emp-email-list-wrapper .main-body .posted-job-list .posted-job-action ul li a[disabled] img {
  filter: invert(38%) sepia(0%) saturate(638%) hue-rotate(158deg) brightness(83%) contrast(97%);
}
.emp-save-resumes-wrapper {
  padding: 20px 0px;
}
.emp-save-resumes-wrapper .dashboard-job-filters .form-group label {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px 10px;
  color: #243658;
  font-family: "Poppins", sans-serif;
}
.emp-save-resumes-wrapper .dashboard-job-filters .form-group input {
  color: #ccc;
  border: 1px solid #ccc;
}
.emp-save-resumes-wrapper .dashboard-job-filters .form-group input::placeholder {
  color: #ccc;
}
.emp-save-resumes-wrapper .dashboard-job-filters .form-group .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}
.emp-save-resumes-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
}
.emp-save-resumes-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent transparent;
}
.emp-save-resumes-wrapper .main-body {
  padding: 0;
  background-color: transparent;
}
.emp-save-resumes-wrapper .main-body .dashboard-posted-jobs {
  background-color: #ffff;
}
.emp-save-resumes-wrapper .main-body .dashboard-job-stats h4 {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px 10px;
  font-family: "Poppins", sans-serif;
}
.dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list.header-title ul.list-inline li.posted-job-title {
  padding-left: 5px;
}
.dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title {
  width: 40%;
  padding-left: 15px;
}
.dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-expiration {
  width: 40%;
  text-align: center;
}
.dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action {
  width: 20%;
  text-align: center;
}
.emp-save-resumes-wrapper .dashboard-posted-jobs .posted-job-title-content {
  display: flex;
  align-items: center;
}
.emp-save-resumes-wrapper .dashboard-posted-jobs .posted-job-title-content .posted-job-title-img {
  float: unset;
}
.emp-save-resumes-wrapper .dashboard-posted-jobs .posted-job-title-content .posted-job-title-img img {
  border-radius: 50%;
}
.dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a,
.dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a:hover {
  color: #ccc;
}
.emp-save-resumes-wrapper .dashboard-posted-jobs ul.list-inline li.posted-job-action a {
  padding: 0;
}
.emp-save-resumes-wrapper .dashboard-posted-jobs ul.list-inline li.posted-job-action a img {
  width: 20px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.emp-save-resumes-wrapper .dashboard-posted-jobs ul.list-inline li.posted-job-action a[disabled] img {
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.employer-current-plan .my-package-detail > h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #243658;
  margin-bottom: 10px;
  font-family: "poppins", sans-serif;
}
.employer-current-plan .my-package-detail .current-plan-img {
  width: 200px;
  margin: 0 auto;
}
.employer-current-plan .my-package-detail .current-plan-img img {
  width: 100%;
  border-radius: 10px;
}
.employer-current-plan .my-package-detail .validation-date {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #243658;
  margin-top: 10px;
  font-family: "poppins", sans-serif;
}
.employer-current-plan .my-package-detail .upgrade-plan-box {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 500px;
  background-color: #49baeb;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  margin: 30px auto 20px;
}
.employer-current-plan .my-package-detail .validation-date ~ .upgrade-plan-box {
  margin-top: 0;
}
.employer-current-plan .my-package-detail .upgrade-plan-box img {
  width: 90px;
}
.employer-current-plan .my-package-detail .upgrade-plan-box h4 {
  font-size: 24px;
  text-align: center;
  color: #ffff;
  font-weight: 600;
  margin-bottom: 0;
}
.employer-current-plan .upgrade-btn-box {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
}
.employer-current-plan .upgrade-btn-box a.n-btn-flat {
  font-size: 20px;
  width: 100%;
}
.dashboard-new.emp_dashboard .my-reports-main-wrapper {
  padding: 80px 20px;
  background-color: #ffff;
}
.dashboard-new.emp_dashboard .my-reports-main-wrapper h2 {
  margin: 0;
  text-align: center;
  padding: 30px;
  background-color: #B5DCF6;
  font-family: "Poppins", sans-serif;
}
.emp_verificaiton_alert_wrapper .main-body .alert {
  margin-bottom: 0;
}
.emp_verificaiton_alert_wrapper .main-body .alert h4 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.n-jobpost label span {
  color: #fb236a;
}

/* custom css */
.app-label-in-review {
  background-color: #c4b9a7;
  border-color : #c4b9a7;
}
.app-label-declined {
  background-color: #b1b2b3;
    border-color : #b1b2b3;
}
.app-label-shortlist {
  background-color: #b0ebff;
    border-color : #b0ebff;
}
.app-label-interview {
  background-color: #f7af6c;
    border-color : #f7af6c;
}

.app-label-retract {
  background-color: #f5878e;
    border-color : #f5878e;
}


.app-label-retract {
  background-color: #f5878e;
  border-color : #f5878e;
}


.app-label-retract {
  background-color: #f5878e;
  border-color : #f5878e;
}


.app-label-approved {
background-color: #74e156;
border-color: #74e156;
}



.app-label-re-apply {
  background-color: #fad873;
    border-color : #fad873;
}

a.app_status {
  color: white;
  padding: 4px 20px;
  margin-top: 4px;
  display: block;
  text-align: center;
}
.dashboard-job-stats .jobs-saved li.posted-job-status span.label-Active {
  background-color: #74e156 !important;
}
.dashboard-job-stats .jobs-saved li.posted-job-status span.label-Draft {
  background-color: #fad873 !important;
}
.dashboard-job-stats .jobs-saved li.posted-job-status span.label-Inactive {
  background-color: #f5878e !important;
}
.dashboard-job-stats .jobs-saved li.posted-job-status span.label-Expired {
  background-color: #b1b2b3 !important;
}
.dashboard-job-stats .jobs-saved li.posted-job-status span.label-Archived {
  background-color: #e0d1a6 !important;
}
.dashboard-job-stats .jobs-saved li.posted-job-status span.label-Pending {
  background-color: #e0d1a6 !important;
}

.n-single-job .alert-vault,
.n-jobpost .alert-vault {
  background-color: #7690c9;
  border-color: #7690c9;
  color: #243658;
}

.n-single-job .alert-draft,
.n-jobpost .alert-draft {
  background-color: #fad873;
  border-color: #fad873;
  color: #243658;
}

.n-single-job .alert-expired,
.n-jobpost .alert-expired {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  color: #243658;
}

.n-single-job .alert-active,
.n-jobpost .alert-active {
  background-color: #74e156;
  border-color: #74e156;
  color: #243658;
}

.n-single-job .alert-inactive,
.n-jobpost .alert-inactive {
  background-color: #f5878e;
  border-color: #f5878e;
  color: #243658;
}

.n-single-job .alert-pending,
.n-jobpost .alert-pending {
  background-color: #b0ebff;
  border-color: #b0ebff;
  color: #243658;
}

.n-single-job .alert-archive,
.n-jobpost .alert-archive {
  background-color: #e0d1a6;
  border-color: #e0d1a6;
  color: #243658;
}

/*MEDIA QUERIES*/
@media (min-width: 1367px) and (max-width: 1920px) {
  .dashboard-new .profile-menu {
    width: 100%;
  }
  .dashboard-new .main-body.dashbord-height-fix {
    min-height: 600px;
  }
  .o-job-detail-page .o-job-title h1 {
    font-size: 30px;
  }
  .o-job-detail-page .o-job-detail-meta ul li {
    font-size: 16px;
  }
  .o-single-job-short-detail .short-detail li strong {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-new .menu-avtr-box .user-img {
    max-width: 50px;
    max-height: 50px;
  }
  .dashboard-new .menu-avtr-box .user-text {
    padding-top: 4px;
  }
  .candidate-dashboard .submit-info-buttons-box {
    right: 15%;
  }
  .dashboard-my-orders-wrapper .my-orders .order-date {
    width: 20%;
  }
  .dashboard-my-orders-wrapper .my-orders .order-status {
    width: 20%;
  }
  .dashboard-my-orders-wrapper .my-orders .order-action {
    width: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-new .menu-avtr-box {
    padding: 8px;
  }
  .dashboard-new .menu-avtr-box .user-img {
    max-width: 40px;
    max-height: 40px;
  }
  .dashboard-new .menu-avtr-box .user-text {
    padding-top: 0px;
  }
  .candidate-dashboard .submit-info-buttons-box {
    right: 13%;
  }
  #profileMoreFeatures .info-tooltip-outer .info-tooltip-text {
    bottom: 40%;
    left: calc(100% + 10px);
  }
  .cand-default-cv-wrapper .default-cv-manage {
    width: 260px;
  }
  .dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-title {
    width: 28%;
  }
  .dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.alert-action {
    width: 12%;
    text-align: center;
  }
  .dashboard-my-orders-wrapper .my-orders .order-title .plan-name-box img {
    width: 70px;
    height: 70px;
  }
  .dashboard-my-orders-wrapper .my-orders .order-date {
    width: 17%;
  }
  .dashboard-my-orders-wrapper .my-orders .order-status {
    width: 20%;
  }
  .dashboard-my-orders-wrapper .my-orders .order-action {
    width: 28%;
  }
  /*.dashboard-new.emp_dashboard .main-body {
    padding: 0;
  }*/
  .dashboard-new.emp_dashboard .employer-current-plan .main-body {
    padding: 30px;
  }
}
@media (min-width: 320px) and (max-width: 1199.98px) {
  .candidate-dashboard .submit-info-buttons-box {
    position: unset;
  }
  .candidate-dashboard .submit-info-buttons-box .cand_person_save {
    margin-bottom: 20px;
  }
  .emp-email-template-box {
    margin-top: 30px;
  }
  .emp-email-list-wrapper {
    margin-top: 30px;
  }
  .emp-email-template-box .main-body {
    margin-bottom: 120px;
  }
  .emp-save-resumes-wrapper {
    padding: 20px 0px;
  } 
  .dashboard-new.emp_dashboard .employer-current-plan .main-body {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .o-job-detail-page .o-job-detail-meta {
    margin-top: 10px;
  }
  .o-job-detail-page .o-job-title h1 {
    display: block;
  }
  .candidate-resume-page .main-body .company-detail-box .company-meta a.btn,
  .candidate-resume-page .main-body .company-detail-box .social-links {
    position: relative;
    margin-top: 10px;
  }
  .company-main .short-detail li {
    width: 50%;
  }
  .dashboard-new .profile-menu {
    width: 240px;
  }
  .dashboard-posted-jobs {
    overflow-x: auto;
  }
  .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
    padding: 20px 0;
    width: 1400px;
  }
  .dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    width: 1000px;
  }
  .dashboard-my-orders-wrapper .dashboard-posted-jobs.my-orders .posted-job-list {
    margin: 0;
    padding: 20px 10px;
  }
  .dashboard-my-orders-wrapper .my-orders .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
  .dashboard-new .main-body .resume-on-jobs.posted-job-list {
    margin: 0;
    padding: 20px 10px 20px 15px;
  }
  .dashboard-new .main-body .resume-on-jobs.posted-job-list.header-title .list-inline {
    margin: 0;
  }
  .dashboard-my-orders-wrapper .dashboard-posted-jobs.buy-order-again .posted-job-list {
    margin: 0;
    padding: 20px 10px;
  }
  .dashboard-my-orders-wrapper .buy-order-again .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
  .dashboard-new .emp-email-list-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    padding: 15px 10px;
  }
  .dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list.header-title ul.list-inline li.posted-job-title {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mega-menu.n-admin-header .menu-logo {
    min-width: auto;
  }
  /* .dashboard-new .profile-menu {
        position: fixed;
        left: -220px;
        min-height: auto;
        height: 100vh;
        z-index: 9999;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease- 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        overflow:visible;
    } */
  .dashboard-new .profile-menu.position {
    left: 0;
    top: 0;
    z-index: 9999;
  }
  /* .menu-dashboard {
        position: absolute;
        right: -50px;
        top: 170px;
        padding: 15px;
        border-radius: 0;
        border: 1px solid #F1F1F1;
        text-align: center;
        background: no-repeat center 5px #fff;
        border-left: 0;
        z-index: 9;
        box-shadow: 20px 0px 40px 0px rgba(0,0,0,0.03);
        display: block;
    } */
  .menu-dashboard i {
    font-size: 20px;
  }
  .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
    padding: 20px 0;
    width: 1400px;
  }
  .dashboard-new .main-body .dashboard-email-templates .dashboard-posted-jobs
    .posted-job-list {
    padding: 20px 0;
    width: 900px;
  }
  .dashboard-my-orders-wrapper .dashboard-email-templates .dashboard-posted-jobs.my-orders .posted-job-list {
    margin: 0;
    padding: 20px 10px;
    width: 1000px;
  }
  .dashboard-my-orders-wrapper .my-orders .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
  .dashboard-my-orders-wrapper .my-orders .dashboard-email-templates .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
  .dashboard-new .main-body .followers .dashboard-posted-jobs .posted-job-list {
    padding: 20px 0;
    width: 900px;
  }
  .dashboard-new .main-body .followers .resume-on-jobs.posted-job-list {
    margin: 0;
    padding: 20px 10px 20px 15px;
    width: 1000px;
  }
  .dashboard-new .emp-followers-content-wrapper .main-body .posted-job-list.header-title {
    padding: 20px 15px;
    width: 1000px;
  }
  .dashboard-new .main-body .followers .resume-on-jobs.posted-job-list.header-title {
    padding: 20px 10px;
  }
  .dashboard-new .main-body .resume-on-jobs.posted-job-list.header-title .list-inline {
    margin: 0;
  }
  .dashboard-my-orders-wrapper .dashboard-email-templates .dashboard-posted-jobs.buy-order-again .posted-job-list {
    margin: 0;
    padding: 20px 10px;
    width: 1000px;
  }
  .dashboard-my-orders-wrapper .dashboard-email-templates .buy-order-again .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
  .dashboard-new .emp-email-list-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    padding: 15px 10px;
    width: 950px;
  }
  .dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    width: 1000px;
    margin: 0;
    padding: 15px 10px;
  }
  .dashboard-posted-jobs {
    overflow-x: auto;
  }
  .categories-list-page .alphabets a {
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal;
  }
  .categories-list-page .alphabets a.active {
    line-height: normal;
  }
  .how-it-works .work-points .h-i-w-content-box .process-arrow {
    display: none;
  }
  .how-it-works .work-points .h-i-w-content-box h3 {
    margin: 15px 0;
  }
  .h-i-w-content-box {
    margin-bottom: 20px;
  }
  .footer-dark.footer-black .footer_block {
    margin-top: 20px;
  }
  .dashboard-new.dashboard-transparent-header .profile-menu {
    position: fixed;
    z-index: 999;
  }
  .dashboard-new.dashboard-transparent-header .main-body {
    margin-top: 20px;
  }
  .o-job-detail-page .o-job-title h1 {
    font-size: 24px;
  }
  .o-job-detail-page .o-job-detail-meta {
    margin-top: 20px;
  }
  .o-job-detail-page .o-job-detail-meta ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .o-single-job-short-detail .short-detail li {
    width: 50%;
  }
  .dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list.header-title ul.list-inline li.posted-job-title {
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .cand-default-cv-wrapper .default-cv-content {
    flex-direction: column;
  }
  .cand-default-cv-wrapper .default-cv-content h4 {
    margin: 0;
  }
  .dashboard-my-orders-wrapper .dashboard-job-filters .buy-again-order-btn {
    float: unset;
    width: 100%;
    margin-top: 20px;
  }
  .resume-action-modal .modal-dialog {
    margin: 30px auto;
  }
  .resume-action-modal .modal-content {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .dashboard-my-orders-wrapper .dashboard-job-filters .button-cover-wrapper {
    margin: 30px 0;
  }
  .dashboard-my-orders-wrapper .main-body .buy-again-last-order-btn {
    top: 80px;
    width: 100%;
  }
  .dashboard-new .main-body .file-input ~ a.image-preview {
    right: 78px;
  }
  .dashboard-new .emp-all-jobs-wrapper .main-body .dashboard-jobs-vault .posted-job-list.header-title ul.list-inline li.posted-job-title {
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .dashboard-new .profile-menu {
    position: fixed;
    left: -270px;
    min-height: auto;
    height: 44vh;
    width: 270px;
    z-index: 9999;
    top: 258px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: visible;
  }
  .dashboard-new .profile-menu.position {
    left: 0;
    z-index: 9999;
    top: 0;
    /*top: -270px;*/
    /*position: absolute;*/
  }
  .menu-dashboard {
    position: absolute;
    right: -50px;
    top: 15px;
    padding: 15px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    background: no-repeat center 5px #fff;
    border-left: 0;
    z-index: 9;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    display: block;
  }
  .dashboard-new .profile-menu .accordion li a {
    padding: 10px;
    font-size: 14px;
  }
  .dashboard-new .profile-menu .accordion .profile-menu-link {
    font-size: 14px;
    padding: 10px;
  }
  .menu-dashboard i {
    font-size: 20px;
  }
  .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
    padding: 20px 0;
    width: 1200px;
  }
  .dashboard-new .main-body .dashboard-email-templates .dashboard-posted-jobs .posted-job-list {
    padding: 20px 0;
    width: 700px;
  }
  .dashboard-my-orders-wrapper .dashboard-email-templates .dashboard-posted-jobs.my-orders .posted-job-list {
    margin: 0;
    padding: 20px 10px;
    width: 1000px;
  }
  .dashboard-my-orders-wrapper .my-orders .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
  .dashboard-new .main-body .followers .dashboard-posted-jobs .posted-job-list {
    padding: 20px 0;
    width: 700px;
  }
  .dashboard-new .main-body .followers .resume-on-jobs.posted-job-list {
    margin: 0;
    padding: 20px 10px 20px 15px;
    width: 900px;
  }
  .dashboard-new .emp-followers-content-wrapper .main-body .posted-job-list.header-title {
    padding: 20px 15px;
    width: 900px;
  }
  .dashboard-new .main-body .followers .resume-on-jobs.posted-job-list.header-title {
    padding: 20px 10px;
  }
  .dashboard-new .emp-email-list-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    padding: 15px 10px;
    width: 720px;
  }
  .dashboard-new .emp-save-resumes-wrapper .main-body {
    padding: 0;
    margin-top: 0;
  }
  .dashboard-new .emp-save-resumes-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    width: 1000px;
    margin: 0;
    padding: 15px 10px;
  }
  .dashboard-new .main-body .resume-on-jobs.posted-job-list.header-title .list-inline {
    margin: 0;
  }
  .dashboard-new
    .main-body
    .dashboard-posted-jobs
    .posted-job-list.jobs-applied {
    padding: 20px 0;
    width: 700px;
  }
  .dashboard-new
    .main-body
    .dashboard-job-stats.followers
    .posted-job-list
    ul.list-inline
    li.posted-job-title {
    width: 45%;
  }
  .dashboard-new
    .main-body
    .dashboard-job-stats.followers
    .posted-job-list
    ul.list-inline
    li.posted-job-action {
    width: 16%;
  }
  .dashboard-new .emp-followers-content-wrapper .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-title {
    width: 55%;
  }
  .dashboard-posted-jobs {
    overflow-x: auto;
  }
  .candidate-resume-page .main-body .resume-box {
    margin-bottom: 0;
  }
  .related-ads {
    padding: 20px;
  }
  .job-lists .posted-job-list ul li.posted-job-title {
    width: 100%;
  }
  .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
    display: none;
  }
  .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .job-lists .posted-job-list ul li.posted-type,
  .job-lists .posted-job-list ul li.save-job {
    width: 100%;
    text-align: start;
  }
  .job-lists .posted-job-list ul li a.save-job {
    display: inline-block;
    margin-right: 10px;
  }
  .candidate-resume-page .main-body .timeline-box ul.education {
    padding: 0;
  }
  .candidate-resume-page .main-body .timeline-box ul.education li {
    margin-top: 0;
  }
  .single-job-section-2 .single-job-detail-box,
  .single-job-section-2 .single-job-detail {
    padding: 20px;
  }
  .single-job-section-2 .single-job-detail-box .job-detail-2 h2 {
    font-size: 20px;
  }
  .single-job-section-2 .single-job-detail-box .job-detail-meta ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 0;
  }
  .single-job-section-2 .single-job-detail-box .apply-job {
    float: none;
  }
  .single-job-section-2 .single-job-detail-box .apply-job a {
    display: block;
    margin-bottom: 10px !important;
  }
  .single-job-section-2 ul,
  .single-job-section-2 ol {
    padding-left: 15px;
  }
  .dashboard-new .main-body .order-invoice {
    padding: 0;
  }
  .order-invoice-to address {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .order-invoice-to {
    text-align: left;
    margin-bottom: 30px;
  }
  .order-invoice-company address {
    padding-right: 0;
  }
  .categories-list-page .alphabets a {
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal;
  }
  .categories-list-page .alphabets a.active {
    line-height: normal;
  }
  .job-filters .job-filter-selected span {
    margin-bottom: 10px;
  }
  .mega-menu.desktopTopFixed section {
    padding: 10px 5px;
  }
  .candidate-resume-page .main-body {
    padding: 0;
  }
  .candidate-resume-page .main-body .timeline-box div .type span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .how-it-works .work-points .h-i-w-content-box .process-arrow {
    display: none;
  }
  .how-it-works .work-points .h-i-w-content-box h3 {
    margin: 15px 0;
  }
  .h-i-w-content-box {
    margin-bottom: 20px;
  }
  .job-lists .posted-job-list {
    padding: 20px;
  }
  .all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
    padding: 10px;
  }
  .transparent-job-detial .apply-job a,
  .transparent-job-detial .apply-job a.bookmark {
    display: block !important;
    margin-bottom: 5px;
  }
  .transparent-job-detial .apply-job {
    float: none;
  }
  .transparent-job-detial .job-detail-meta ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .job-breadcrumb h3,
  .job-breadcrumb h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .dashboard-new.dashboard-transparent-header .profile-menu {
    position: fixed;
    z-index: 999;
  }
  .dashboard-new.dashboard-transparent-header .main-body {
    margin-top: 20px;
  }
  .o-job-detail-page .o-job-title h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .o-job-detail-page .o-job-title a.label.part-time {
    line-height: 30px;
  }
  .o-job-detail-page .o-job-detail-meta {
    margin-top: 20px;
  }
  .o-job-detail-page .o-job-detail-meta ul li {
    display: block;
    margin-bottom: 10px;
  }
  .o-single-job-short-detail .short-detail li {
    width: 100%;
  }
  .o-job-detail-page .o-job-single-sidebar {
    margin-top: 20px;
  }
  .candidate-resume-page .main-body .resume-box .timeline-box .skills-box li {
    width: 100%;
  }
  .candidate-resume-page .main-body .company-detail-box .company-logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  .candidate-resume-page .main-body .company-detail-box .company-logo img {
    margin: 0;
  }
  .candidate-resume-page .main-body .company-detail-box .company-meta a.btn,
  .candidate-resume-page .main-body .company-detail-box .social-links {
    position: relative;
    margin-top: 10px;
    text-align: center;
  }
  .candidate-resume-page .main-body .company-detail-box .company-meta {
    text-align: center;
  }
  .company-main .short-detail li {
    width: 100%;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative;
  }
  .dashboard-new {
    padding-top: 20px;
  }
  .dashboard-new .select2-container .select2-selection--multiple {
    height: auto;
    min-height: 55px;
  }
  .dashboard-new #your_current_location {
    bottom: 13px;
  }
  .dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
/*    float: right;*/
  }
  .dashboard-new .main-body .dashboard-edit-profile .btn-custom {
    float: left;
    position: absolute;
    top: 64px;
  }
  .dashboard-new .main-body {
    padding: 15px;
  }
  .dashboard-my-orders-wrapper .main-body {
    padding: 0;
  }
  .dashbaord-job-alert-wrapper .main-body {
    padding: 0;
  }
  .dashboard-new .dashboard-job-stats span.btn-right {
    float: none;
  }
  .dashboard-new .profile-menu .accordion {
    height: 400px;
  }
  #emp-profile-modal .emp-profile-list ul li span {
    font-size: 20px;
  }
  #emp-profile-modal .emp-profile-list ul li.active span::before {
    top: 10px;
  }
  .info-tooltip-outer .info-tooltip-text {
    bottom: 100%;
    left: unset;
    right: calc(100% - 15px);
  }
  #cand-personal-info-sec .info-tooltip-outer .info-tooltip-text {
    left: 0;
    z-index: 2;
  }
  #profileMoreFeatures .info-tooltip-outer .info-tooltip-text {
    bottom: -6%;
    left: calc(100% + 10px);
  }
  .dashboard-my-orders-wrapper .dashboard-email-templates .dashboard-posted-jobs.buy-order-again .posted-job-list {
    margin: 0;
    padding: 20px 10px;
    width: 750px;
  }
  .dashboard-my-orders-wrapper .dashboard-email-templates .buy-order-again .posted-job-list.header-title .order-title {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .dashboard-new .profile-menu {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1022.98px) {
  .dashboard-new {
    padding-top: 192px;
  }
  .menu-dashboard {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-new .profile-menu {
    width: 100%;
  }
  .dashboard-new {
    padding-top: 199px !important;
  }
  .theiaStickySidebar {
    padding: 0 14px;
  }
  .info-tooltip-outer .info-tooltip-text {
    bottom: 100%;
    left: unset;
    right: calc(100% - 15px);
  }
  #cand-personal-info-sec .info-tooltip-outer .info-tooltip-text {
    left: 0;
    z-index: 2;
  }
  #profileMoreFeatures .info-tooltip-outer .info-tooltip-text {
    bottom: -6%;
    left: calc(100% + 10px);
  }
  #empProfilePersonalInfo .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  #emp-company-potential-sec .info-tooltip-outer .info-tooltip-text,
  #emp-company-spec-heading .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  .cand-default-cv-wrapper .default-cv-manage {
    width: 320px;
  }
  #emp-personal-info-sec .emp_save {
    margin-bottom: 10px;
  }
  .dashboard-job-filters .filters-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
  .jb-dashboard-job-status-tabs ul {
    flex-wrap: wrap;
  }
  .jb-dashboard-job-status-tabs ul li {
    width: calc(25% - 1px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dashboard-new {
    padding-top: 198px;
  }
  .dashboard-new .profile-menu {
    top: 192px;
    height: 53vh;
    width: 270px;
    position: fixed;
    left: -270px;
    z-index: 999;
    transition: 0.5s ease-in-out;
  }
  .dashboard-new .menu-dashboard {
    position: absolute;
    right: -51px;
    top: 45px;
    padding: 15px;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    background: no-repeat center 5px #fff;
    border-left: 0;
    z-index: 9;
    box-shadow: 20px 0px 40px 0px rgba(0, 0, 0, 0.03);
    display: block;
  }
  .dashboard-new .profile-menu .accordion {
    height: 435px;
  }
  .info-tooltip-outer .info-tooltip-text {
    bottom: 100%;
    left: unset;
    right: calc(100% - 15px);
  }
  #cand-personal-info-sec .info-tooltip-outer .info-tooltip-text {
    left: 0;
    z-index: 2;
  }
  #profileMoreFeatures .info-tooltip-outer .info-tooltip-text {
    bottom: -6%;
    left: calc(100% + 10px);
  }
  #empProfilePersonalInfo .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  #emp-company-potential-sec .info-tooltip-outer .info-tooltip-text,
  #emp-company-spec-heading .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  #emp-personal-info-sec .emp_save {
    margin-bottom: 10px;
  }
  .dashboard-job-filters .filters-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #emp-personal-info-sec .emp_save {
    margin-bottom: 25px;
  }
  #empProfilePersonalInfo .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  #emp-company-potential-sec .info-tooltip-outer .info-tooltip-text,
  #emp-company-spec-heading .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  .dashboard-job-filters .filters-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
  .jb-dashboard-job-status-tabs ul {
    flex-wrap: wrap;
  }
  .jb-dashboard-job-status-tabs ul li {
    flex: unset;
    width: calc(33.3% - 1px);
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  #emp-profile-modal .emp-profile-list ul li span {
    font-size: 18px;
  }
  #emp-profile-modal .emp-profile-list ul li.active span::before {
    font-size: 18px;
  }
  .profile-menu .selected-emp-profile button span {
    font-size: 16px;
  }
  .profile-menu .selected-emp-profile button {
    padding: 12px 16px;
  }
  .profile-menu .selected-emp-profile button i {
    font-size: 16px;
    top: 16px;
    right: 14px;
  }
  #emp-profile-modal .modal-dialog {
    margin: auto 20px;
  }
  .dashboard-new .main-body .make_me_screened_cand {
    margin-bottom: 10px;
    width: 100%;
  }
  .dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
    width: 100%;
  }
  .dashboard-edit-profile .accordion-button {
    padding-right: 20px;
  }
  .cand-default-cv-wrapper .default-cv-manage {
    width: 100%;
  }
  .cand-default-cv-wrapper .default-cv-download {
    width: 100%;
  }
  .candidate-current-plan .my-package-detail .upgrade-plan-box {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .candidate-current-plan .my-package-detail .upgrade-plan-box img {
    width: 40px;
  }
  .candidate-current-plan .my-package-detail .upgrade-plan-box h4 {
    font-size: 24px; 
  }
  #emp-personal-info-sec .emp_save {
    margin-bottom: 25px;
  }
  #empProfilePersonalInfo .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  #emp-company-potential-sec .info-tooltip-outer .info-tooltip-text,
  #emp-company-spec-heading .info-tooltip-outer .info-tooltip-text {
    left: 0;
  }
  .dashboard-job-filters .filters-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 20px;
  }
  .dashboard-job-filters .filters-grid .form-group .n-btn-flat {
    margin-top: 5px;
  }
  .jb-dashboard-job-status-tabs ul {
    flex-wrap: wrap;
  }
  .jb-dashboard-job-status-tabs ul li {
    flex: unset;
    width: calc(50% - 1px);
  }
  .employer-current-plan .my-package-detail .upgrade-plan-box {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .employer-current-plan .my-package-detail .upgrade-plan-box img {
    width: 40px;
  }
  .employer-current-plan .my-package-detail .upgrade-plan-box h4 {
    font-size: 24px;
  }
}
.dashboard-new .jqte_editor ul {
  list-style-type: disc;
}
