/* select2 4.1 renders the multi-select remove control as a real <button>.
   The bootstrap4 theme (1.5.x) was written for select2 4.0's <span> form, so
   the native button chrome leaks through. Reset it back to a flat glyph. */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  background: transparent;
  border: 0;
  padding: 0 4px;
  line-height: inherit;
  cursor: pointer;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:focus {
  outline: 0;
  box-shadow: none;
}

/*# sourceMappingURL=select2-bootstrap4-overrides.css.3765ec60a060.map */
