.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #525252;
  border-radius:0px;
  height: 35px;
  color: var(--global--color-white);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--global--color-white);
  line-height: 35px;
  font-weight: 300;
  font-size: calc(var(--global--font-size-sm) - 4px);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #eb1734;
}