@charset "UTF-8";
.taxonomy-children-container > div select {
    margin: 10px 0 !important;
}
.taxonomy-children-container > div label {display: none !important;}
.taxonomy-children-container > div {
    margin-bottom: 0 !important;
}
select.form-select {
    border-radius: 15px;
    padding: 5px 15px;
    min-height: 40px;
}
.custom-select2 {
  font-size: 0.9em;
}
.custom-select2 .select2-selection__choice span {
  padding: 0 !important;
}
.custom-select2 .select2-selection__choice {
  background: #b9ceff !important;
  border: 1px solid #9ca8ccf2 !important;
}
.custom-select2 .select2-selection::after {
  content: "̬";
  display: block;
  color: #44569d;
  position: absolute;
  bottom: 6px;
  right: 7px;
  font-size: 2.2em;
}
.custom-select2 .select2-selection__choice span {
  display: inline !important;
}
.custom-select2 .select2-container--classic .select2-selection--multiple,
.custom-select2 .select2-container--classic .select2-selection--single,
.custom-select2 .select2-container--default .select2-selection--multiple,
.custom-select2 .select2-container--default .select2-selection--single {
  border: 0 !important;
  border-radius: 8px !important;
}
.custom-select2 .select2-selection__arrow {
  display: none;
}

.select2-container--classic .select2-results__option--selected,
.select2-container--classic input.select2-search__field,
.select2-container--default .select2-results__option--selected,
.select2-container--default input.select2-search__field {
  display: none;
}

/*# sourceMappingURL=custom.search.css.map */
