.select2.select2-container:hover,
.select2.select2-container:focus-visible {
  opacity: .7;
}

.select2-dropdown {
  border: none !important;
}

.select2-container .select2-selection {
  text-align: start;
}

.select2-container .select2-selection--single {
  height: 1.8rem !important;

  border: none !important;
  outline: none !important;

  background-color: transparent !important;

  padding: 0;

  display: flex !important;
  align-items: center;

  border-radius: 0.5rem !important;
}

.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
  outline-color: #c084fc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  padding-right: 1.4rem !important;
}

.select2-dropdown .select2-results__option {
  padding: .5rem .8rem;

  color: #475569 !important;
}

.select2-dropdown .select2-results__option--selected {
  background: #c084fc !important;

  color: white !important;

  cursor: default !important;
}

.select2-dropdown .select2-results__option:not(.select2-results__option--selected)[aria-selected="true"] {
  background: #faf5ff !important;
}

.select2-dropdown .select2-results__group {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 600;
  font-size: .75rem;

  color: #581c87;

  text-transform: uppercase;
}

.select2-dropdown .select2-results__options {
  /*padding: 0 .5rem;*/
}

.select2-dropdown .select2-results__option--group:first-of-type {
  margin-top: .5rem;
}

.select2-dropdown .select2-results__option--group {
  margin-bottom: .5rem;
}

.select2-dropdown .select2-results__group {
  padding: 0 .74rem !important;
}

.select2-selection__rendered,
.select2-dropdown .select2-results__option .select2-results__option {
  width: 100%;

  padding: .5rem 1.34rem !important;

  font-size: .875rem;

  display: flex !important;
  justify-content: space-between !important;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;

  padding: .5rem .74rem;

  background: #f1f5f9;
}

.select2-container--default .select2-search--dropdown input:focus-visible {
  outline: none !important;

  border-bottom: 1px solid #e9d5ff !important;
}
