.bootstrap-select .dropdown-toggle .filter-option {
    background-color: #FFF;
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-left: 10px;
    color: #676767;
}

@media (min-width: 768px)
  .modal .modal-sm {
    width: 30%;
  }

.label-custom {
    font-size: 14px;
    color: #666;
  }

p .info-custom {
    font-size: 12px;
    color: #325A7D;
    /* font-kerning: normal; */
  }
div .info-custom {
    font-size: 12px;
    background-color: #CCE8F4;
    border-radius: 8px;
    /* border-color: #CCC; */
    border-width: 2px;
    padding: 8px;
  }

  .h3-custom {
    font-weight: bold;
    font-size: 18px;
  }

  alert-display bg-info {
    background-color: #CCE8F4;
    border-color: #A2B8C5;
    color: #325A7D;

  }

  .btn-custom {
    margin-top: 20px;
  }