.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 24px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #121212;
  margin-top: 10px;
  border: none;
  color: #ffffff;
}

.select2-container .select2-selection--multiple {
  min-height: 45.6px;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border-color: #778088;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  vertical-align: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}

.select2-dropdown {
  border: none;
  border-radius: 1.5rem;
}

.select2-selection__choice__display {
  font-size: 0.6875rem;
  line-height: 20px;
  font-weight: 500;
}

.select2-container,
.select2-selection {
  min-height: 18px;
}

.select2-search__field::placeholder,
.select2-search__field textarea {
  font-size: 0.875rem;
  color: #212529;
  line-height: 20px;
  padding-left: 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0 8px !important;
  min-width: 24px;
  border-radius: 1.5rem;
  font-size: 0.6875rem;
  line-height: 20px;
  font-weight: 500;
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0;
}

.select2-selection__choice__remove {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  padding: 0;
  margin: inherit;
  height: 100%;
  right: 40px;
}

.select2-selection__clear span {
  display: inline-block;
  width: 16px;
  background-image: url("/public/img/icons/eb-icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  opacity: 0.6;
}

.select2-selection__clear span:before {
  content: "";
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 4.8rem;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: inherit;
  margin-top: 11px;
  height: 27px;
  font-size: 13px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 14px;
  padding: 0.5rem;
  border-radius: 0.375rem;
  margin: 0.3rem 0.5rem 0 0.5rem;
}

.select2-selection--multiple[aria-expanded=true]:before {
  transform: rotate(180deg);
}
.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 0.5rem;
  width: 24px;
  height: 24px;
  background-image: url("/public/img/icons/chevron-down.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  padding-left: 1rem;
  opacity: 0.6;
  cursor: pointer;
}

.select2-selection {
  overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0168FF;
  color: white;
  border-radius: 0.375rem;
  margin: 0.2rem 0.5rem 0 0.5rem;
}

.select2-container--open .select2-dropdown {
  top: -1px;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #778088;
  border-radius: 6px;
  background-color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.select2-results__option:hover:before {
  border: 2px solid white !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: inherit;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected:before {
  content: "";
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon fill='%23007bff' points='18.9 5.8 18.5 6.1 18.5 6.1 18.8 5.8 18.5 5.4 9 15 5.5 11.5 3.7 13.3 9 18.6 20.3 7.2 18.9 5.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ibc-select {
  width: 100%;
}
.ibc-select__selection {
  border-radius: 0.375rem;
}
.ibc-select__selection .select2-selection__choice__remove {
  display: none;
}

.select2-results__option--highlighted {
  background-color: #d5dee5;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--open {
  box-shadow: none;
  transition: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple[aria-owns],
.select2-container--default.select2-container--focus .select2-selection--multiple [aria-owns],
.select2-container--open[aria-owns],
.select2-container--open [aria-owns] {
  border: 1px solid #0168FF !important;
}

.select2-dropdown.ibc-select__dropdown.select2-dropdown--below {
  box-shadow: none;
  transition: none;
  border: 1px solid #0168FF !important;
  border-top: none;
  min-height: 55px;
  padding-bottom: 8px;
}

.select2-container--open {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.select2-results__options::-webkit-scrollbar {
  width: 20px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #6c8ca5;
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-dropdown,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single,
.select2-container--classic .select2-selection--multiple {
  border-radius: 1.5rem;
}

.select2-container--default .select2-selection--multiple {
  padding-left: 0.5rem !important;
  border-color: #778088;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: Ibercaja, sans-serif;
}

/*# sourceMappingURL=ebro.css.map */
