.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  padding-bottom: 8px;
  padding-top: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bg-1);
  margin-top: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}
.select2-container--default .select2-selection--multiple.select2-selection--multiple {
  border: 1px solid var(--color-gray);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--color-black);
  color: white;
}

.select2-dropdown {
  background-color: #E9E9E9;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: "Roboto", sans-serif;
  margin-top: 1px;
  height: 23px;
  margin-left: 10px;
}/*# sourceMappingURL=index.css.map */