.select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 29px !important;
}

li.select2-selection__choice {
  background-color: var(--primary-color) !important;
  border: 1px solid darkgreen !important;
  line-height: 25px !important;
}

.select2-selection__choice__remove {
  color: white !important;
  border-right: 1px solid darkgreen !important;
}

.select2-selection__choice__remove span {
  font-size: 20px;
}

button.select2-selection__clear {
  top: -4px;
  margin: 0 !important;
  margin-right: 5px !important;
}

.select2-selection__clear span {
  font-size: 24px;
}

.select2-selection__choice__remove:hover {
  background-color: #1d6c4a !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin: 0 3px 0 0;
}

.select2-search__field {
  min-height: 25px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 0;
}

.select2-selection.select2-selection--multiple {
  padding: 5px 28px 9px 8px !important;
}

.select2-selection__choice {
  margin-left: 0 !important;
  margin-right: 5px;
  padding-bottom: 4px !important;
}
