/* Add here all your CSS customizations */
.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}


nav-link:active {
  background-color: rgb(56 14 7);
  /* background-color: rgb(137, 190, 40); */
  ;
  /* background-color: #007bff; */
  color: white;
}

.nav-tabs .nav-link.active {
  background-color: rgb(56 14 7);
  color: white;
}

.nav-tabs .nav-link {
  color: rgb(56 14 7);
}

nav-link:hover {
  background-color: rgb(46, 123, 27);
  color: white;
}

.nav-tabs .nav-link:hover {
  background-color: rgb(126, 20, 20);
  color: white;
}

/* .form-select{
  background-color: rgb(56 14 7);
  color: white;
} */
.form-select:focus {
  border-color: rgb(56 14 7) !important;
  box-shadow: 0 0 0 .25rem rgb(56 14 7 / 39%) !important; 
}

.form-select option:checked,
.form-select option:focus {
    background-color: rgb(56 14 7) !important;
    color: white !important;
}
.form-select ::selection {
  background-color: rgb(56 14 7) !important;
  color: white !important;
}
/* .form-select option {
  background-color: rgb(56 14 7) !important;
  color: white !important;
} */