.bg-primary { background-color: #AC2757 !important;  }
.bg-primary-light { background-color: #F0F2F8 !important;  }
.color-primary { color: #AC2757 !important; }
.color-secondary { color: #2F3A53 !important; }
.color-lgiht-gray { color: #cdcdcd; }
.color-gray { color: #9D9D9D; }
.fw-700 {  font-family: "Calibre Medium" !important; }
.fs-20 { font-size: 20px !important; }
.fs-22 { font-size: 22px !important; }
.fs-18 { font-size: 18px !important; }
.fs-17 { font-size: 17px !important; }
.fs-16 { font-size: 16px !important; }
.fs-15 { font-size: 15px !important; }
.fs-14 { font-size: 14px !important; }
.end-0 { right: 0; }
.top-0 { top: 0; }
.border-top { border-top: 1px solid rgba(0,0,0,0.125) !important; }
img.img-responsive { max-width: 100%; }
.lh-1 { line-height: 1; }
 
.profile-social .social-media-links li {     display: inline-block; margin-right: 1px;   }
.profile-social .social-media-links li a { display: flex; height: 17px; width: 17px; background: #ac2757; align-items: center; justify-content: center; border-radius: 3px; color: #fff; font-size: 13px !important; }

.profile-links li { position: relative; padding: 0px 10px; margin: 3px 0;}
.profile-links li:before { content: "";    height: 14px; width: 2px; background: #98a4cc; position: absolute; left: 0; top: 0px; }
.profile-links li a { display: inline-block !important; vertical-align: middle; }
.profile-links li:first-child { padding-left: 0; }
.profile-links li:first-child:before  { display: none; }
.profile-links .review-star { margin-right: 5px; }
.profile-links .review-star span { margin-right:1px ; }

.label-btn {font-size: 16px;border: 1px solid #c7bebe;background: #fff;padding:5px 12px 1px;border-radius: 5px;margin:3px 3px 3px;font-weight: bold;display: inline-flex; letter-spacing: 0.5px; white-space: nowrap; }

ul.ui-autocomplete.ui-menu { width: 250px; font-size: 13px; }
table.tablesorter thead tr .header { background-image: url('../images/rdarup.png'); background-repeat: no-repeat; background-position: center right 12px; cursor: pointer; text-align: left !important; }
table.tablesorter thead tr .headerSortUp { background-image: url('../images/rdarup.png'); }
table.tablesorter thead tr .headerSortDown { background-image: url('../images/rdardn.png'); }
.acli_form ul,
.acli_form ul li { margin-bottom: 0px !important; }
.SubmitNow1 { background-color: #8091BF; border: 0 none; color: #ffffff; cursor: pointer; font: bold 12px/20px arial; padding: 5px 5px; text-transform: uppercase; }
.SubmitNow1:hover { background-color: #811517; }
.shadetabs li a:visited { color: #ffffff; }
.table-secondary>td { vertical-align: top; }

.inner-content-wrap h3 { position: relative;  }
.inner-content-wrap { display: flex; flex-direction: column; justify-content: space-between; }
.number-text  {  cursor: pointer; display: inline-block;  color:  #AC2757;}

.hover-content {  z-index: 12; padding: 12px 0px 30px; text-align: left;    margin-bottom: auto;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;   }

 

.hover-content h5 { font-family: "Calibre medium";  color: #2F3A53;  border-bottom: 1px solid #c7bebe;     margin-bottom:2px  }

.hover-content ol {list-style: none;  counter-reset: my-awesome-counter; padding: 0; }
.hover-content ol li { counter-increment: my-awesome-counter; border-bottom: 1px solid #c7bebe; color: #AC2757;  font-family: "Calibre medium";     font-weight: normal; padding: 10px 0 5px; line-height: normal; }
.hover-content ol li::before { content: counter(my-awesome-counter) ". "; color: #2F3A53; font-weight: bold; }
.hover-content ol li span { color: #2F3A53;  }
.hover-content .btn-wrap { text-align: center; } 
.hover-content .btn-wrap a.btn {     padding: 6px 10px 2px; text-transform: uppercase; }

.inner-content-inner {    }

.title-collapse:before {
    content: "\f078";
    float: right;
    font: normal normal normal 14px / 1.25rem FontAwesome;
}
.open .title-collapse:before {
   transform: rotateX(180deg);
}
 

@media (max-width: 991px) {
	#listtable .table-secondary { display: flex; flex-direction: column; margin-bottom: 30px;
        border: 1px solid #dee2e6;}
	.custom-control.custom-checkbox {     margin-left: 0 !important; }
	 
	.check-main, .date-wrap, .action-btn-wrap { display: flex; align-items: center; }
	.check-main span, .date-wrap span {  margin-right: 15px;  }
	.exclude_candidate { margin-right: 15px; }

	.check-main { border-top: 0 !important; padding-top: 0 !important; }
	.action-btn-wrap .btn-wrap  { display: flex; }
	.table-responsive { overflow: hidden; } 
	.table-responsive .table, .table-responsive .table tbody { display: block; }
	.hover-content { padding: 12px 0px 10px; }
}


@media (max-width: 420px) {
	 
	.exclude_candidate { margin-right: 15px; }
	.action-btn-wrap {  flex-wrap: wrap; align-items: flex-start;}

	 
}

/** newly added code on 2024-05-24 ***/

.filter-by .smartselect .ss-toolbar {
    position: relative;
    left: 0;
    margin-left: 0;
}
.filter-by .smartselect .ss-toolbar .btn-group {
    flex-direction: column-reverse;
    display: flex;
}

.filter-by .smartselect .ss-toolbar .btn-group .dropdown-menu {
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
h2.sub-heading {
   background: #2F3A53;
   font-size: 20px;
   line-height: 26px;
   padding: 12px 0 6px;
}
.normal {
   font-size: 16px;
}
.tbl-action .custom-control {
   margin-left: 0;
} 
.fa-chevron-down:before {
   content: "\f078 ";
   color: #AC2757;
}
.fa-question-circle:before {
   content: "\f059  ";
   color: #AC2757;
}
@media (max-width: 767px) {
   .status-card .ranking-text,
   .status-card .title {
      text-align: center;
   }
}
.tooltipdiv {
   position: relative;
}
.tooltiptext {
   top: 100%;
   position: absolute;
   background-color: #FFF;
   z-index: 10;
   padding: 20px;
   box-shadow: 0 0 10px rgba(0,0,0,.1);
   left: 0;
   width: 20rem;
   font-weight: normal;
   text-align: left;
   width: 228px;
}
.approve-firms .navbar-light {
   background-color: transparent;
}
.approve-firms .navbar-light .navbar-nav .nav-item:not(.active) a {
   background-color: #e3e7f3;
}
.filter-by .nav-link:before {
    content: "\f068";
    float: right;
    background: #ac2757;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 100%;
    color: #FFF;
    text-align: center;
    font: normal normal normal 10px / 1.125rem FontAwesome;
}

.filter-by .nav-link.collapsed:before {
    content: "\f078";
}
.filter-by .nav-link:before {
   content: "\f068";
}

#clspaging_clscandidatefirmnotification_numofrecsperpage {
    border-radius: 5px;
    background-color: #f0f0f0;
    border-color: #e3e7f3;
    font-size: 1rem;
    padding: 2px 0;
}


.candidate-firm-tabs .nav-item {
    padding: 0;
}

.list-style li {
    list-style: disc;
    margin: 10px 0;
}

.list-style ul {
    padding-left: 20px;
}

.list-style li a {
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

.candidate-firm-tabs .nav-item .nav-link {
    width: 100%;
    border: 1px solid #e3e7f3;
    background: #e3e7f3;
    padding: .25rem 1rem;
    border-radius: 0;
    color: #AC2757;
    font-size: 15px;
    font-weight: 600;
    height: 3.25rem;
    outline: none;
}

.navbar-toggler {
   outline: none !important;
}

.candidate-firm-tabs {
    border-bottom: 1px solid #2F3A53 !important;
}

.candidate-firm-tabs .nav-item .nav-link.active {
    background-color: #FFF;
    border-color: #000;
    border-bottom-color: #FFF;
}


.filter-by .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid;
    background-color: transparent;
    box-shadow: none;
}

body .filter-by .smartselect .btn-default {
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0;
    padding: 5px 0;
    background-image: linear-gradient(0deg, #e3e7f3, #e3e7f3) !important;
}

body .filter-by .smartselect .dropdown-menu .ss-label {
    font-size: 13px;
}

.filter-by .smartselect .btn-default .ss-label {font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 90%;font-family: "Calibre Regular";}

.filter-by .smartselect .btn-default .ss-label * {
    font-family: inherit;
}

.filter-by .smartselect .btn-default:after {
    top: 5px;
}

@media (max-width: 767px) {
   .candidate-firm-tabs .nav-item {
      min-width: 33.33%
   }
   .candidate-firm-tabs .nav-item .nav-link {
      font-size: 18px;
      border: none;
      padding: .25rem .5rem;
   }
   .approve-button .btn {
       font-size: 14px;
       padding: 10px;
   }
}

.smartselect {
  -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
        user-select: none;
}

.smartselect button,
.smartselect button:hover,
.smartselect button:active {
  outline: 0;
}

/* select button */
.smartselect > button {
 min-width: 25%;
 width:100%;
}

.smartselect .ss-caret:hover, .smartselect .ss-icon:hover {
  
}

/* fix .caret.pull-right */
.smartselect .ss-caret.caret.pull-right {
 margin-top: 8px;
 margin-left: 5px;
}
.smartselect > button > .ss-caret {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  opacity: 0;
}

/* hide different levels */
.smartselect .ss-hide.ss-hide-0,
.smartselect .ss-hide.ss-hide-1,
.smartselect .ss-hide.ss-hide-2,
.smartselect .ss-hide.ss-hide-3,
.smartselect .ss-hide.ss-hide-4,
.smartselect .ss-hide.ss-hide-5 {
  display: none;
}

/* level indention */
.smartselect .ss-group > a,
.smartselect .data-level-1.ss-nogrp > a {
  padding-left: 50px;
 background: #ffffff !important;
 padding-top: 5px;
 padding-bottom: 5px;
 border-bottom: solid 1px #8c8c8c; 
 display: block;
}
.smartselect .ss-group > a,
.smartselect .data-level-1.ss-nogrp > a:hover{
 background: #e5e4e4;
}
.smartselect .data-level-1 > a,
.smartselect .data-level-2.ss-nogrp > a {
  padding-left: 70px;
 background: #e1e1e1;
 padding-top: 5px;
 padding-bottom: 5px;
}
.smartselect .data-level-1 > a,
.smartselect .data-level-2.ss-nogrp > a:hover{
 background: #d3d2d2;
 color: transparent!important;
 font-size: inherit!important;
}
.smartselect .data-level-2 > a,
.smartselect .data-level-3.ss-nogrp > a {
  padding-left: 90px;
 padding-top: 5px;
 padding-bottom: 5px;
 background: #eeeeee;
 display: block;
}
.smartselect .data-level-3 > a,
.smartselect .data-level-4.ss-nogrp > a {
  padding-left: 110px;
 padding-top: 5px;
 padding-bottom: 5px;
 background: #ffffff;
 display: block;
}
.smartselect .data-level-3 > a,
.smartselect .data-level-4.ss-nogrp > a:hover{
  background: #f8f8f8;
}
.smartselect .data-level-4 > a,
.smartselect .data-level-5.ss-nogrp > a {
  padding-left: 130px;
 background: #eeeeee;
 display: block;
}
.smartselect .data-level-5 > a {
  padding-left: 150px;
}

/* select button */
.smartselect .ss-select-label {
  font-size: 15px;
}

/* optgroup */
.smartselect .ss-group .ss-label {
  font-size: 15px;
  font-weight: 600;
  font-family:verdana;
}
/*
.smartselect .ss-toolbar button {
  margin-bottom: 0 !important;
  margin-top: -1px !important;
}
*/
/* folder open/collapse */
.smartselect .ss-folder {
  font-size: 14px;
  padding-right: 34px;
  /*padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;*/
}
.smartselect .ss-folder:hover {
  color: red;
  cursor: pointer;
}
.smartselect .open .ss-folder.ss-open,
.smartselect .ss-folder.ss-close {
  display: inline;
 color: #2c4c92;
}
.smartselect .open .ss-folder.ss-close,
.smartselect .ss-folder.ss-open {
  display: none;
}

/* checker */
.smartselect .ss-checker,
.smartselect .ss-checkno {
  width: 20px;
  padding-right: 6px;
  margin-left: -20px;
 color: #2c4c92;
}

.smartselect .ss-checker,
.smartselect .active .ss-checkno {
 display: none;
}

.smartselect .active .ss-checker,
.smartselect .ss-checkno {
  display: inline;
}

/* toolbar */
.smartselect .ss-toolbar {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 100%;
  margin-left: 5px;
}

/* show toolbar at left */
.smartselect .ss-toolbar.left {
  left: auto;
  right: 100%;
  margin-right: 3px;
}

.smartselect .ss-label {
  cursor: default !important;
  white-space:initial;
  font-size: 10px;
}

/* toolbar button icon */
.smartselect .ss-toolbar button {
  padding: 5px;
}

/* inputbox in toolbar */
.smartselect .ss-toolbar li > div {
  padding: 4px 20px 4px 20px;
}

/* alias */
.smartselect .ss-alias .ss-icon {
  margin-right: 10px;
}
.smartselect .ss-alias {
 position: relative;
}
.smartselect .ss-alias .ss-caret {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
}
.smartselect .ss-alias .ss-label {
  padding-right: 30px;
}

/*
* disabled
*/
.smartselect .dropdown-menu > .disabled > a {
 background-color: transparent;
 text-decoration: line-through;
}

.smartselect .disabled .ss-checker {
 display: none;
}

.smartselect {
  width:45%;
}

.ss-label{
  color:#111111;
  white-space: normal;
  font-family:verdana;
}

.dropdown-toggle span {
  white-space: normal;
  word-break: break-all;
  text-align:left;
  float:left;
}
.ss-folder{
  color:black;
}
.ss-checkno {
  color:black;
}
.dropdown-menu{
  /*padding: 5px 0 5px 4%;*/
  width:100%;
}

.fa-plus-circle{
  padding-right: 27px !important;
}
.fa-minus-circle{
  padding-right: 27px !important;
}
/*my change*/
.smartselect .btn-default, .open > .btn-default.dropdown-toggle{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
  width: 100%!important;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  color: #616163;
  background-color: #e8e8ea;
  /*border: 1px solid #cccccc;*/
  border-radius: 4px;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 90%, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff 90%, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff 90%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFffffff', endColorstr='#FFffffff', GradientType=0);
  border:1px solid;
}
.smartselect .btn-default:hover{
 border: 1px solid;
}
.smartselect > .dropdown-menu{
 margin: -2px 0 0!important;
 padding: 0px 0!important;
}
.smartselect > .dropdown-menu li{
 background: #ffffff;
}
.smartselect .btn:hover, .smartselect .btn:focus, .smartselect .btn.focus{
 background-image: -webkit-linear-gradient(#ffffff, #ffffff 90%, #ffffff)!important;
 background-image: -o-linear-gradient(#ffffff, #ffffff 90%, #ffffff)!important;
 background-image: linear-gradient(#ffffff, #ffffff 90%, #ffffff)!important;
 background-repeat: no-repeat;
 border: 1px solid;
}
.smartselect .btn-default.dropdown-toggle{
background-image: -webkit-linear-gradient(#ffffff, #ffffff 90%, #ffffff)!important;
 background-image: -o-linear-gradient(#ffffff, #ffffff 90%, #ffffff)!important;
 background-image: linear-gradient(#ffffff, #ffffff 90%, #ffffff)!important;
 background-repeat: no-repeat;
}
.open > .dropdown-menu{
  position: absolute!important;
  z-index: 999999;
  border: solid 1px #8d8c8e;
  height: 337px;
  overflow: scroll;
  overflow-x: hidden;
}
.form-select_custom{
    overflow: visible;
}
.smartselect > .dropdown-menu li {
  background: #ffffff;
  display: inline-block;
  /* height: 60px; */
  width: 100%;
}
.smartselect{
 width: 100% !important;
}
/*for select div*/
.dropdown-toggle-copy{
 height: auto; padding: 10px; text-align: left;
}
.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropup, .dropdown {
  position: relative;
}
.open>.dropdown-menu {
  display: block;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smartselect .btn-default, .open > .btn-default.dropdown-toggle{
  height: 40px;
  line-height: 30px;
  box-sizing: border-box;
  max-width: 348px;
}
.smartselect .btn:hover, .smartselect .btn:focus, .smartselect .btn.focus{
  height: 40px;
  line-height: 30px;
  border: none;
}
.smartselect > .dropdown-menu li, .smartselect > .dropdown-menu li > li{
  font-size: 12px;
}
.smartselect > .dropdown-menu li > li a:hover{
  font-size: 12px;
  font-weight: normal;
}
.smartselect .data-level-1 > a, .smartselect .data-level-2.ss-nogrp > a{
  font-size: 12px;  
}
.smartselect .data-level-2 > a, .smartselect .data-level-3.ss-nogrp > a{
  font-size: 12px;  
}
.smartselect .data-level-1 > a, .smartselect .data-level-2.ss-nogrp > a:hover{
  font-size: 12px;
  font-weight: normal; 
}
.smartselect .data-level-3 > a, .smartselect .data-level-4.ss-nogrp > a{
  font-size: 12px;  
}
.smartselect .data-level-3 > a, .smartselect .data-level-4.ss-nogrp > a:hover{
  font-size: 12px;
  font-weight: normal; 
  text-decoration: none;
}
.smartselect .btn:hover, .smartselect .btn:focus, .smartselect .btn.focus {
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  border:1px solid #D3D2D2;
}
.btn{
  border:none;
}
.open > .dropdown-menu {
  height:auto !important;
  max-height:337px;
}


.sidebar-job-search .input-group .form-control {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
}

.sidebar-job-search .input-group .input-group-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sidebar-job-search .input-group .input-group-btn .btn {
    padding: 0;
    border: none;
}

.sidebar-job-search .input-group, .sidebar-job-search .form-group {
    margin-top: 15px;
    clear: both;
}

.sidebar-job-search .form-group .smartselect .btn-default {
    padding: 12px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    background: none !important;
    height: 40px;
    width: 100% !important;
    position: static;
    max-height: none;
}

.sidebar-job-search .form-group .smartselect .btn-default .ss-label {
    display: block;
    font-size: 12px;
    position: static;
    line-height: normal;
    width: 100%;
}

.sidebar-job-search ul.token-input-list-facebook {background: no-repeat;width: 100% !important;}

.sidebar-job-search ul.token-input-list-facebook li input {
    background: none;
    margin: 0;
    padding: 0;
    border-color: #000;
}