.select2 {
  font-family: Gilroy,sans-serif;
  width: 100%;
  color: #203b54;
  font-size: 14px;
  font-weight: 500;
}
.django-select2 {
  width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  padding-right: 0.64em;
  padding-left: 0.64em;
}
.select2-container .select2-selection--single {
  height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
.select2-container {

  z-index: 2000;
}

.filter__content {
  overflow: inherit;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #203b54;
}
span.select2-container--open {
  z-index: 5000;
}
.select2-selection__clear {
  right: 5%
}
