<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.select2-container .select2-selection--multiple--custom .select2-search--inline {
  width: calc(100% - 20px);
}
  
.select2-container .select2-selection--multiple--custom .select2-search--inline .select2-search__field {
  width: 100% !important;
}
  
.select2-container--custom-selection {
  outline: 0 none;
  display: block;
}

.select2-container--default .select2-selection--custom {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  cursor: default;
  outline: 0 none;
}

.select2-container--default.select2-container--disabled .select2-selection--custom {
  background-color: transparent;
}

.select2-container--classic .select2-selection--custom {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  cursor: default;
  outline: 0 none;
}

.select2-container--classic .select2-selection--custom:focus {
  border: 0 none;
}

.select2-container--classic.select2-container--disabled .select2-selection--custom {
  background-color: transparent;
}

/* .select2-selection--multiple {
  max-height: 40px;
} */
  
  # sourceMappingURL=select2.customSelectionAdapter.css.map</pre></body></html>