@import url("../assets/e2231535/css/all.min.css");
html,
body {
  font-weight: 600 !important;
  /* font-size: 11.5px !important; */
  font-family: "Figtree", sans-serif !important;
  height: 100%;
}

.select2-selection{
  border-bottom: 2px solid #1e8c5f !important;
  box-shadow: none;

}
.select2-selection:focus-visible{
  border-bottom: 2px solid rgb(109, 241, 193) !important;
}
.select2{
  width: 100% !important;
}

.alert{
  max-height: 120px;
  overflow: auto;
  padding: 10px;
}

.navbar,
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}

/* .container-fluid{
  visibility: hidden;
}
#load{
  margin-top: 25%;
} */

/* a.btn {
  height: 30px;
  padding: 3px 15px;
} */

/*
 * START: Assessment center design
 */
.list_header_tutorial{
  background: #1e8c5f !important;
  font-size: 1.15em;
}
.list_header_tutorial > th{
  color: #fff !important;
  border: none !important;
}
.list_header_tutorial > th > a{
  color: #fff !important;
  
}
tr.filter_tutorial > td{
  padding-top: 0px;
  padding-bottom: 12px;
  border: none !important;
}
tr.filter_tutorial{
  background: rgb(0 0 0 / 25%) !important
}
.card{
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 10px;
}
/* input, .form-control, .card, .btn, .alert, .nav-link, .dropdown-toggle, .modal-content{
  border-radius: 0px !important;
} */
.popover-header{
  background: #1e8c5f !important;
  color: #fff !important;
}
td > a{
  font-weight: 500 !important;
  color: #024f82 !important;
}
.dropdown-menu.show {
  /* border-radius: 0px !important; */
  border: 1px solid #024f82 !important;
  background: #fff !important;
}
.dropdown_menu_a, .dropdown-item{
  padding:8px;
}
.left_pane {
  background: #fff !important;
  color: #024f82 !important;
  box-shadow: none !important;
}
.sidebar {
  box-shadow: none !important;
}
.sidebar-sticky > ul > li > a {
  color: #024f82 !important;
  padding: 1rem;
}
.sidebar-sticky > ul > li.nav-item.active {
  background: #024f82;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 3px;
}
.sidebar-sticky > ul > li.nav-item.active > a {
  color: #fff !important;
}

.right_pane_nav_top {
  background: #f7f7f7 !important;
  /*background: green !important;*/
  height: 90px !important;
  padding-top: 25px;
}
.right_pane {
  height: 90vh !important;
  background: #f7f7f7 !important;
  overflow-y: auto;
}
.ac_button_menu {
  border: 1px solid #a7a7a7;
  background: #fff;
  width: 23%;
  height: 85px;
  padding: 25px 5px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 12px; */
  /* margin-bottom: 1rem; */
  list-style: none;
  /* background-color: transparent; */
  border-radius: 5px;
  font-weight: 900;
  /* height: 45px !important; */
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  /* color: #6c757d; */
  content: ">";
}
.grid-view {
  overflow-y: auto;
}
.table-bordered {
  border: 1px solid #dee2e6;
  background: #fff;
}

.table th,
.table td {
  /* padding: 1.3rem; */
  vertical-align: middle;
}

table.detail-view > tbody > tr > th {
  width: 25%;
}

ul.pagination > li {
  background: #1e8c5f;
  border: 1px solid gray;
  padding: 0px 7.5px;
  margin: 5px;
 /* border: 1px solid green;*/
  border-radius: 1px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  color: #fff;
  height: 24px !important;
}

ul.pagination > li.active {
  background: #999;
  padding: 0px 7.5px;
  margin: 5px;
  /* border: 1px solid #a7a7a7; */
  border-radius: 1px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  color: #fff;
  height: 24px !important;
}

ul.pagination > li > a, ul.pagination > li > span:focus{
  color: #fff !important;
  padding: 0px 7.5px;
}

ul.pagination > li > a, ul.pagination > li > span {
  color: #999;
  padding: 0px 7.5px;
  text-decoration: none;
  background: transparent !important;
  border: none !important;
  height: 24px !important;
}
a {
  /* color: #024f82; */
  text-decoration: none;
  background-color: transparent;
}

.detail-view-ac7 {
  background: #fff;
  border-radius: 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.detail-view-ac7-title {
  padding: 30px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.detail-view-ac7 > tbody > tr > th,
table.detail-view-ac7 > tbody > tr > td {
  height: 45px;
  padding: 0px 45px;
}

table.detail-view-ac7 > tbody > tr > td > div {
  border: 1px solid #ddd;
  padding: 7px 15px;
  border-radius: 3px;
  width: 100%;
  min-height: 35px;
  background: #f7f7f7;
  margin-bottom: 0px;
}

.table th, .table td {
  padding: 0.65rem !important;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom:2px solid #1e8c5f !important;
  border-radius: 0.25rem;
}
.input-group-text:focus-visible{
  border-bottom: 2px solid rgb(109, 241, 193) !important;
}

@media (max-width: 544px) {
  .ac_button_menu {
    border: 1px solid #a7a7a7;
    background: #fff;
    width: 22%;
    height: 70px;
    padding: 10px 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    /*color:pink;*/
  }
  .logout_div {
    position: absolute;
  }
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .ac_button_menu {
    border: 1px solid #a7a7a7;
    background: #fff;
    width: 23%;
    height: 80px;
    padding: 17px 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    /*color: red;*/
  }
  .logout_div {
    position: absolute;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .ac_button_menu {
    border: 1px solid #a7a7a7;
    background: #fff;
    width: 23%;
    height: 70px;
    padding: 20px 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    /*color:blue;*/
  }
  .logout_div {
    position: relative;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .ac_button_menu {
    border: 1px solid #a7a7a7;
    background: #fff;
    width: 23%;
    height: 70px;
    padding: 20px 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    /*color:yellow;*/
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .ac_button_menu {
    border: 1px solid #a7a7a7;
    background: #fff;
    width: 23%;
    height: 70px;
    padding: 20px 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 7px;
    font-size: 17px;
    /*color:orange;*/
  }
}

/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width: 1100px) {
  .ac_button_menu {
    border: 1px solid #a7a7a7;
    background: #fff;
    width: 23%;
    height: 85px;
    padding: 25px 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    /*color:green;*/
  }
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/*
 * END: Assessment center design
 */
 .kv-verdict .label {
  margin: 5px !important;
  display: inline-block;
  padding: .25em .4em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem;
}
body.blank {
  display: flex;
  padding: 40px 0;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

body.blank .wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: -40px auto;
  padding: 15px;
}

body.blank .wrap > div {
  width: 100%;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\f15d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

a.desc:after {
  content: "\f882";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.sort-numerical a.asc:after {
  content: "\f162";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.sort-numerical a.desc:after {
  content: "\f887";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.sort-ordinal a.asc:after {
  content: "\f884";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.sort-ordinal a.desc:after {
  content: "\f161";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

/*.pagination li{
    padding-right:10px;
}*/

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary, #w1-error-0, #w1-danger-0 {
  /* color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  background-color: #ffe6e6;
  border: 1px solid #dc4141;
  color: black;
  border-radius: 1rem;
  padding: 2%;
  */
}

.error-summary li {
  font-weight: normal;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

#processing_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/**Dashboard UI**/
body {
  font-size: 1rem !important;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: 3.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 1rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(191, 11, 11, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/*
 * Utilities
 */

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Help Block class color
 */
.help-block {
  color: #e13434;
}
.admin-icon-green {
  color: green;
}

.summary {
  /*float: left;*/
  padding-top: 10px;
}
.pagination {
  margin-bottom: 0px;
  margin-top: 0px;
}

.control-label {
  color: #024f82;
}

th {
  color: #024f82;
}

.grid-view {
  overflow-y: visible;
  /* background-color: #FFF; */
  /* min-height: 70vh; */
}

/* .accounts-form,
.users-form, 
.candidates-form, 
.schedule-form, 
.meterorders-form, 
.meters-form, 
.assessments-form, 
.assessment-schedule-form,  
.email-template-form,  
.test-security-form,  
.template-form,
.test-norm-form,
.test-norm-create,
.rbac-form,
.template-view{
    width: 100%;
    padding: 40px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
} */

.color_green {
  color: green !important;
}
.color_red {
  color: red !important;
}

.sub_link {
  margin-top: -15px;
  padding-bottom: 20px;
  font-size: 12px;
}

a {
  text-decoration: none !important;
}

.card-header {
  background-color: #f7f7f7 !important;
} 

.btn-link {
  font-weight: bold;
  color: #000;
  text-decoration: none !important;
}

.floating-help-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 9%;
  right: 40px;
  background-color: #024f82;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}
a.floating-help-icon:hover {
  color: #fff;
  background-color: #024f82;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 12px;
}


#main-admin-container #sidebar ul > li > a {
  color: #1e8c5f;
  padding: 10px !important;
  display: block;
  font-size: 1em !important;
  margin: 0 10px !important; 
}
.sk-fading-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.form-group:not(
  .field-loginform-username, 
  .field-loginform-password, 
  .field-loginform, 
  .button-no-custom-style,
  .field-accounts-file){
  /* padding: .8rem !important;
  background: #fff !important;
  box-shadow: 1px 2px 5px 3px #eee !important;
  border-radius: 5px !important;
  border: 1px solid gainsboro !important; */
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  border-bottom: 0px solid transparent  ;
  border-left: 0px solid transparent;
}

/* .form-group{
  background-color:#f7f7f7;
  padding: 10px;
  border-radius: 2px;
} */

.form-group > label, .alert_div > strong{
  font-size: 1.1em !important;
  font-weight: bold;
  /*color: #1f8c5e; */
  color: #1e1d1d; 
}

.form-control{
    /* border: 0px solid transparent !important; */
    /* border-bottom: 2px solid  #1e8c5f !important; */
}

.with-border{
    border: 1px solid #d7d5d5 !important;
}

.form-control.with-border{
    border: 1px solid #d7d5d5 !important;
}

.form-control:focus-visible{
  box-shadow: none;
  /* border-bottom: 2px solid rgb(109, 241, 193) !important; */
}

.navbar{
  background: #ffffff !important;
}
#shortcut-nav{
  background-color: #bfbfbf;
  display: inline-block;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 25px;
  padding: 10px; 
  border-radius: none;
}
#nav-shortcut-links{
  color: white;
  margin-right: 50px;
}
#nav-shortcut-links:hover{
  color: rgb(93, 93, 103);
}

#main-admin-container #content{
  background: #f1f1f1 !important;
}
nav > ol.breadcrumb{
  background: #ffffff;
  padding: 15px;
  border-radius: 0px;
  font-size: 1.2em;
}
button#dLabel{
  border-radius: 0px;
  font-size: 1.5em;
  padding-left: 5px;
  padding-right: 2px;
}
button#dLabel:hover{
  border:none !important;
  border-bottom: 1.5px solid #a7a7a7;
  padding-left: 5px;
  padding-right: 2px;
}

#main-admin-container .breadcrumb{
  margin: 0 !important;
}

/* Video Interview */
.main{
    width:100%;
    overflow-x: auto;
}
.left{
    display:table-cell;
    min-width:300px;
    width:300px;    
}
.timeline{
    position: relative;
    min-height: 50px;
    width: 750px;
    padding: 20px 0;
}
.timeline .timeline-body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fff;
    padding: 20px 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 6px
}
.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}
.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}
.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}
.timeline-footer {
    background: #ffff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px;
}
.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c;
}
video{
    width: 100%;
    height: 200px;
}
.fa.fa-repeat:before{
    content: "\f01e";
}
.blink{
    color : rgb(214, 17, 17);
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink{
    to{
      visibility: hidden;
    }
}
@-webkit-keyframes blink{
    to{
      visibility: hidden;
    }
}
/* Video Interview */

/*Back button*/
.btn-secondary {
  color: #fff;
  border-color: #044986;
  background-color: #044986;
}

/*Parent Account Select*/
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  content: url('https://cdn-icons-png.flaticon.com/512/54/54785.png');
  margin-top: 0.8rem;
  margin-bottom: -10rem;
  width: 0.8rem;
  height: 0.8rem;
  -moz-appearance: none;
  appearance: none;
  border-color: #fff;
  word-wrap: normal;
  box-shadow: none !important;
}
.select2-container--krajee-bs4 .select2-selection:focus-visible {
  border-bottom: 2px solid rgb(109, 241, 193) !important;
  box-shadow: none !important;
}

.select2-container--krajee-bs4 .select2-selection {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    color: #495057;
    outline: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select.is-valid + .select2-container--krajee-bs4 .select2-selection--single, 
.has-success.select2-container--krajee-bs4 
.select2-dropdown, 
.has-success .select2-container--krajee-bs4 .select2-selection {
  border-color:white;
}
.select2-container--krajee-bs4 .select2-selection:focus-visible {
  box-shadow: none;
}
b, strong, .bold {
  font-weight: bolder;
}
small, .small {
  font-size: 1.0em;
  font-weight: 400;
}
.fa.fa-circle-plus:before{
  content: "\f055";
}
.fa.fa-circle-check:before{
    content: "\f058";
}
.fa.fa-circle-xmark:before{
    content: "\f057";
}
.fa.fa-list-check:before{
    content: "\f0ae";
}
/* Main layout (International) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.grid-view {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.btn-search {
    padding: 12px 16px 8px 16px;
    background-color: white;
    border: 1px solid; /* No specific color specified */
    border-radius: 5px;
}

.search-bar {
    width: 300px;
    padding: 12px 16px 12px 16px;
    font-size: 14px;
    margin-left: 5px;
}

.list-head, .list-foot{
    background-color: #292323/*#1E8C5F*/;
    color: #FFFFFF;
}

.list-head {
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0 0;
}

.list-foot {
    border-radius: 0 0 16px 16px;
}

.table {
    font-size: 12px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #EEF8F4;
}

/* ul.pagination li.active {
    background: white;
    color: #1E8C5F !important;
} */

ul.pagination > li.active{
    background: white;
    border-radius: 3px;
}
ul.pagination > li.active > a{
    color: #1E8C5F !important;
}

ul.pagination > li{
    border: none !important;
}

ul.pagination > li > a, ul.pagination > li > span{
    font-size: 12px;
    color: white;
}

.table-bordered thead th {
    text-align: center;
}

.table-bordered tbody {
    text-align: center;
}

td:has(> input[name="selection[]"]) {
    text-align: left;
}

th:has(> a[data-sort="name"]) {
    text-align: left;
}
.page-title{
    font-size: 30px;
    font-weight: 600 !important;
}

.section-title{
    font-weight: 700;
    font-size: 20px;
}

.form-group label{
    font-weight: normal !important;
}

.form-group .form-control, .input-group-text, .select2, #pell-wrap-w1{
    border: 1px solid #ced4da !important;
}

.select2-selection{
    border: none !important;
}

.sp-file-input{
    display: none;
}

.form-group .input-group input.date-input, .bootstrap-timepicker .form-control {
    border-top: 1px solid #ced4da !important;
    border-left: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-right: none !important;
}

.btn-success, .bg-success{
    background: #1E8C5F !important;
}

.btn{
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    padding: 8px 30px !important;
    /* min-width: 200px; */
}

.btn:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
    /* color: white !important; */
}

.page-button{
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    padding: 8px 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}

.page-button:hover{
    background-color: #1E8C5F !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

hr{
    /* border-top: 2px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; */
}

.table thead th:first-child{
    border-top-left-radius: 5px;
}

.table thead th:last-child{
    border-top-right-radius: 5px;
}

.table th, .table td{
    font-size: 14px !important;
}

.table th{
    color: #fff !important;
    font-weight: 600;
}

.table td{
    font-weight: 400;
}

/* .nav-pills .nav-link{
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
} */

/* .nav-pills .nav-link.active{
    background: #fff;
    border: 5px solid #1E8C5F;
    width: 20px;
    height: 30px;
} */
.fs-1 {
    font-size: 2.5rem; /* Adjust size as needed */
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.75rem;
}

.fs-4 {
    font-size: 1.5rem;
}

.fs-5 {
    font-size: 1.25rem;
}

.fs-6 {
    font-size: 1rem;
}

.fs-16{
    font-size: 1.1em;
}

.fs-big{
    font-size: 15px;
}

.fw-400{
    font-weight: 400;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}

.fw-bold {
    font-weight: 700;
}

.fw-bolder {
    font-weight: bolder;
}

.fw-normal {
    font-weight: 400;
}

.fw-light {
    font-weight: 300;
}

.fw-lighter {
    font-weight: lighter;
}

.line{
    width: 200px;
    border-bottom: 5px solid #fff;
}

.line.active {
    border-bottom: 5px solid #1E8C5F;
}

.nav-link-item{
    pointer-events: none;
}

.tab-text{
    max-width: 80px;
    text-align: center;
}

.nav-pills{
    z-index: 0;
}

.icon-container{
    width: 70px;
    height: 70px;
    margin-left: 25%;
    background: #EAEFED;
    border-radius: 50%;
}

#image-container{
    width: 100%;
    height: 150px;
    border: 1px solid #ced4da;
    border-radius: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#img-logo-div{
    width: 100% !important;
}

#image-container img{
    max-height: 140px;
    max-width: 200px;
    display: block;
}

.btn-pdi-green{
    background-color: #1e8c5f !important;
    color: white !important;
}

.btn-pdi-white{
    background-color: transparent !important;
    color: black !important;
    border: 1px solid black !important;
}

.w-7{
    width: 7%;
}

.text-black{
    color: #000000;
}

.page-name {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #d00005;
  font-weight: 700;
}

.kv-editor-container .note-editor, .pell-content[contenteditable="false"]{
    background: #EEF8F4 !important;
}

.pell-actionbar, .kv-editor-container .note-editor .card-header{
    background: #1E8C5F !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#pell-wrap-w1{
    padding: 0 !important;
}

.pell-actionbar .pell-button{
    color: #ffffff !important;
}

.custom-nav-link{
    background-color: #fff !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    color: #000 !important;
    width: 200px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.custom-nav-pills .nav-link.active{
    background-color: #1E8C5F !important;
    color: #fff !important;
}

.custom-separator{
    border: 2px dashed #1E8C5F;
}

nav > ol.breadcrumb{
    background-color: #f1f1f1 !important;
    text-transform: uppercase;
    padding: 5px !important;
}

li.breadcrumb-item a{
    color: #000 !important;
}

#main-user-dropdown .dropdown-toggle::after{
    display: none !important;
}

.settings-dropdown{
    padding: 0;
}

.settings-dropdown::after{
    display: none;
}
.btn-light{
    border: 1px solid gray !important;
    background-color: #292323 !important;
    color: white !important;
}
input[type="checkbox"]:checked {
    accent-color: #d00005 !important;
}
.asterisk{
    color: red;
}
.accordion-btn {
    border: none;
    background-color: transparent;
    font-size: .6em;
    padding-bottom: 7px !important;
}
.thead-success tr th{
    background: #1e8c5f !important;
    color: #fff !important;
    border-right: 1px solid #fff !important;
}

/* New Sidebar */

#main-admin-container #sidebar {
    /* min-width: 350px !important;
    max-width: 350px !important; */
    width: 380px;
    transition: width 0.3s ease;
    background: rgb(87,29,41) !important;
    background: linear-gradient(0deg, rgba(87,29,41,1) 24%, rgba(80,52,52,1) 50%, rgba(39,38,38,1) 81%) !important;
}

#sidebar-container {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.192);
    border-radius: 20px !important;
    backdrop-filter: blur(5px) !important;
    margin: 1em;
    padding-bottom: 1.5em !important;
    padding-top: 1em;
    padding-right: 0 !important;
    min-height: 95vh;
    /* max-height: max-content; */
}

.sidebar-header {
    margin: 10px !important;
}

.sidebar-header button{
    padding: 7px 10px !important;
    background-color: #fff !important;
    color: #D00005 !important;
    margin-top: 1em;
}

.menus{
    font-size: 12px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.sidebar-img {
    margin-right: 1rem;
    /* filter: invert(100%) brightness(2); */
}

#main-admin-container #sidebar ul > li > a i{
    margin-right: 1rem !important;
}

#sidebar-container > ul{
    padding-top: 25px !important;
}

#main-admin-container #sidebar ul > li{
    margin-top: 5px;
    font-size: 12px !important;
}

#main-admin-container #sidebar ul > li > a {
    margin-right: 0 !important;
}

#main-admin-container #sidebar ul ul a,
#main-admin-container #sidebar ul ul li.active a.active{
    background-color: transparent !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 10px !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    margin-right: 20px !important;
    height: auto !important;
}

#main-admin-container #sidebar ul ul a.active::after{
    content: '' !important;
}

.nav > li > a:focus:not(.no-dropdown){
    background-color: transparent !important;
}

#sidebar .sidebar-menu, 
.sp-sidebar-menu, 
#main-admin-container #sidebar ul li.active > a, 
#main-admin-container #sidebar ul li > a.no-dropdown{
    border-radius: 30px !important;
    height: 42px !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
}

#sidebar a.nav-link:hover {
    /* background-color: #1E8C5F !important; */
    background-color: #D00005 !important;
    color: white !important;
    transition: none;
}

#main-admin-container #sidebar a[aria-expanded="true"], 
#main-admin-container #sidebar ul > li.active > a, 
#main-admin-container #sidebar ul > li > a.sidebar-menu:hover, 
#main-admin-container #sidebar ul > li > a.sp-sidebar-menu:hover{
    background-color: #D00005 !important;
}

#sidebar .sidebar-menu, 
a.nav-link:hover .menus, 
#sidebar .sidebar-menu:hover .menus, 
#main-admin-container #sidebar ul li.active > a .menus, 
#main-admin-container #sidebar ul > li > a.sp-sidebar-menu:hover{
    color: white !important;
}

#sidebar .sidebar-menu[aria-expanded="true"], 
#sidebar .sidebar-menu[aria-expanded="true"] .menus{
    background-color: #D00005;
    color: white !important;
    border-radius: 30px !important;
    /* border-radius: 0 50px 0 0 !important; */
}

#sidebar #sidebar-footer > :nth-child(2) form:hover{
    width: 100% !important;
    margin-right: 10px;
}

.submenu-icon{
    margin-right: 20px;
    background-color: white;
    padding: 7px;
    border-radius: 7px;
}

.sp-sidebar-menu {
    position: relative;
    display: inline-block;
}

#sidebar .sidebar-menu[aria-expanded="true"]::after,
/* #sidebar .sidebar-menu:hover::after, */
#main-admin-container #sidebar .nav-item.active > a::after{
    content: url('../img/sidebar/btn-after.png');
    position: absolute;
    left: 84%;
    z-index: -2;
    top: 55% !important;
    border-top: none !important; 
    display: block !important;
}

/* #main-admin-container #sidebar .nav-item:hover .no-dropdown::after, */
#main-admin-container #sidebar .nav-item.active .no-dropdown::after
{
    content: url('../img/sidebar/btn-after.png');
    position: absolute;
    left: 86%;
    z-index: -2;
    top: -60% !important;
    border-top: none !important; 
    display: block !important;
}

#sidebar #sidebar-footer{
    margin-top: auto;
    margin-left: 10px !important;
    justify-content: flex-end !important;
}

#sidebar #sidebar-footer > div{
    padding: 10px !important;
    padding-bottom: 5px !important;
    display: flex;
    align-items: center;
}

#sidebar #sidebar-footer button{
    border-radius: 20px;
}

#sidebar #sidebar-footer button:hover{
    background-color: #D00005 !important;
}

#main-admin-container #sidebar ul ul a:hover, 
#main-admin-container #sidebar ul > li > a.sp-sidebar-menu:hover{
    background-color: rgba(255, 255, 255, 0.23) !important;
    border-radius: 10px !important;
}

#main-admin-container #sidebar ul ul li.active a.active {
    background-color: rgba(208, 0, 5, 0.7) !important;
    border-radius: 10px !important;
}

/* Sidebar Collapsed */

#main-admin-container #sidebar.collapsed {
    width: 80px;
}

#main-admin-container #sidebar.collapsed .sticky-top {
    top: 0px !important;
}

#sidebar.collapsed #sidebar-container .sidebar-header .brand-logo,
#sidebar.collapsed #sidebar-logout-label,
#sidebar.collapsed #sidebar-bottom-label {
    display: none !important;
}

#sidebar.collapsed ul > li .list-unstyled:not(#three60):not(#via) {
    position: absolute;
    z-index: 999 !important;
    background-color: #D00005 !important;
    width: 250px;
    height: 100vh;
    left: 62px;
    top: -1.3em;
    transition: none;
    padding-top: 20px;
    padding-right: 20px !important;
    margin-top: 0 !important;
}

#main-admin-container #sidebar.collapsed ul > li > a {
    margin-left: 5px !important;
}

#sidebar.collapsed .menu-text-prefix{
    margin-left: 1.7rem;
}

#sidebar.collapsed #sidebar-footer{
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
}

#sidebar.collapsed #sidebar-footer > div {
    justify-content: center;
}

#sidebar.collapsed .sidebar-header {
    justify-content: center !important;
}

#sidebar.collapsed .nav-link span,
#sidebar.collapsed .menus, .dropdown-toggle::after, .sp-sidebar-menu::after{
    display: none !important;
}

.dropdown-toggle::after{
    margin-top: auto !important;
    height: auto !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

#main-admin-container #sidebar.collapsed .nav-item:hover .no-dropdown::after,
#main-admin-container #sidebar.collapsed .nav-item.active .no-dropdown::after,
#sidebar.collapsed .sidebar-menu:hover::after,
#main-admin-container #sidebar.collapsed .nav-item.active > a::after,
#sidebar.collapsed .sidebar-menu[aria-expanded="true"]::after{
    content: '';
}

#sidebar.collapsed ul, #sidebar.collapsed .slimScrollDiv{
    overflow: visible !important;
}

#sidebar.collapsed ul > li > a.active-link::after {
    content: url('../img/sidebar/btn-after-collapse-new.png') !important;
    position: absolute;
    left: 16px;
    z-index: -2;
    top: 55% !important;
    border-top: none !important; 
    display: block !important;
}

#sidebar.collapsed .sidebar-img, #sidebar.collapsed a.sidebar-menu.dropdown-toggle {
    margin-right: 0 !important;
}

/* #main-admin-container #sidebar.collapsed ul > li > a {
    padding-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} */

#main-admin-container #sidebar.collapsed ul ul li.active a.active {
    background-color: rgba(255, 255, 255, 0.23) !important;
}

#sidebar.collapsed .nav > li {
    /* position: static !important; */
    width: 100% !important;
}

#sidebar.collapsed .sidebar-menu[aria-expanded="true"]::after,
#sidebar.collapsed .sidebar-menu:hover::after,
#main-admin-container #sidebar.collapsed .nav-item.active > a::after{
    content: url('../img/sidebar/btn-after-collapse-crop.png');
    position: absolute;
    left: 16px;
    z-index: -2;
    top: 55% !important;
    border-top: none !important; 
    display: block !important;
}

#main-admin-container #sidebar.collapsed .nav-item:hover .no-dropdown::after,
#main-admin-container #sidebar.collapsed .nav-item.active .no-dropdown::after{
    content: url('../img/sidebar/btn-after-collapse-crop.png');
    position: absolute;
    left: 22px;
    z-index: -2;
    top: -65% !important;
    border-top: none !important;
    display: block !important;
}

#main-admin-container #sidebar.collapsed ul ul a{
    margin: 10px 20px !important;
    width: 90% !important;
}

/* End Sidebar */

.btn-success{
    /* background-color: #d00005 !important; */
    background: linear-gradient(90deg, #D00005 0%, #4B080A 100%) !important;
    box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35) !important;
    border-color: #d00005 !important;
}
.btn-success:hover{
    color: white !important;
}
.rows-per-page{
    background-color: white;
    color: black;
}
.bg-red{
    background-color: #d00005;
    color: white;
}
.bg-red-datepicker{
  background-color: #d00005 !important;
  color: white;
}
.fa.fa-file-text::before {
    content: "\f15c";
}
.default-font-size{
    font-size: 11.5px;
}
.text-red{
    color: #d00005;
}
input[type="radio"]:checked {
    accent-color: #d00005; /* Change to your desired color */
}
.text-black{
    color: #292323 !important;
}
.dropdown-item:hover,
.thead-dark tr th{
    background: #292323 !important;
    color: #fff !important;
    border-right: 1px solid #fff !important;
}
.popover-header{
    background: #292323 !important;
    color: #fff !important;
}
.pell-button-selected,
.pell-actionbar, .kv-editor-container .note-editor .card-header{
    background: #292323 !important;
}
.cancelBtn {
    background-color: #22af60 !important;
}
.applyBtn {
    background-color: #3198db !important;
}
.introjs-tooltiptext{
    font-size: 13px;
    text-align: justify;
}
span.select2{
    border-radius: 0.25rem !important;
}
.error-summary{
    background-color: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.btn-outline-dark{
    color: black !important;
}
.datepicker table tr th{
    color: #d00005;
}
.datepicker .datepicker-switch{
    color: #d00005;
}
/*
.datepicker table tr td.today{
    color: #d00005;
}
*/
.datepicker .prev, .datepicker .next{
    color: #d00005;
}

.popover-custom {
    max-width: 500px !important; 
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.candidate-report-dropdown{
    width: 100%;
    padding: 10px;
    border: none;
    text-align: left;
    background-color: transparent;
}
.candidate-report-dropdown:hover{
    background-color: black !important;
    color: white !important;
}
/* Main layout (International) */