/*@import url("../assets/e2231535/css/all.min.css");*/
html,
body {
  font-weight: 600 !important;
  font-size: 11.5px !important;
  font-family: "Manrope", sans-serif;
  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;
}
/* 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 {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* 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: auto;
  /* 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;

}
.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 {
  font-weight: bolder;
}
small, .small {
  font-size: 1.0em;
  font-weight: 400;
}
.fa.fa-circle-plus:before{
  content: "\f055";
}
