/* Bootstrap-select
-------------------------------------------------------- */
.bootstrap-select .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bootstrap-select .dropdown-item {
  font-size: 15px;
}

.bootstrap-select .dropdown-item:hover {
  font-weight: 500;
  color: black;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: white;
  background-color: #1257a5;
  background: linear-gradient(225deg, #1257a5 0, #113363 100%);
  font-weight: 600;
}

.bootstrap-select .dropdown-header {
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

.bootstrap-select .bs-searchbox {
  margin-bottom: 6px;
}

.bootstrap-select .dropdown-divider {
  margin: 0;
  margin-top: 8px;
}

.bootstrap-select .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bootstrap-select .btn-select.dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}

#update-modal-body .bootstrap-select .dropdown-toggle .filter-option {
  color: #495057;
}

.bootstrap-select .dropdown-toggle {
  border: 1px solid #ced4da;
  text-transform: none;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
}

#filter-certificates-form .bootstrap-select.form-control {
  background: none;
}

.modal-content{
  overflow-y: visible;
  max-height: inherit;
}