.select2-container .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #82878f;
    color: white;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
#toastContainer {
  position: fixed;
  top: 4rem;
  right: 1rem;
  z-index: 1050;
}

.toast {
  margin-bottom: 10px;
}

.toast.bg-danger {
  background-color: #f8d7da !important;
  color: #901010 !important;
}
.toast.bg-warning {
  background-color: #fff3cd !important;
  color: #856404 !important;
}
.toast.bg-info {
  background-color: #d1ecf1 !important;
  color: #17a2b8 !important;
}
.toast.bg-success {
  background-color: #d4edda !important;
  color: #28a745 !important;
}
