.select2-container--default {
  .select2-selection--single, .select2-selection--multiple {
    border: 1px solid $deep-orange-100;
  }

  .select2-results__option--highlighted[aria-selected] {
    background-color: $deep-orange-900;
  }
}