.select2-selection__placeholder {
  color: white !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container--default .select2-selection--single {
  background-color: var(--iv-blue);
  border: 1px solid #fff;
  border-radius: 0;
  height: 100%;
  padding: 0.5rem 1rem;
}

.select2-dropdown {
  border-radius: 0 !important;
  border: none;
  box-shadow: 0 0 25px rgb(0 0 0 / 30%);
}

/*
  .select2-results__option:not(:last-child) {
      border-bottom: 1px solid var(--bs-gray-400);
  }*/

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 50px;
}
