.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bs-brand);
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: var(--bs-brand);
}

.select2-container--default .select2-selection--single {
  display: block;
  border-radius: 8px;
  background-color: var(--white);
  color: #5E6267;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border: 1px solid var(--line);
}

.select2-dropdown {
  border: 1px solid var(--line);
}

.select2-search__field{
  height: unset !important;
  border: 1px solid var(--line) !important;
}

.select2-container .select2-selection--single{
  height: unset;
  padding: .20rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: var(--bs-brand);
  color: #fff;
}

.select2-group-right + span .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-group-left + span .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}