/*
  SELECT2
*/

.select2-container--default .select2-selection--single {
  background: var(--cc-bg-color);
  border-color: var(--cc-blue-color);
}

input.select2-search__field {
  background: var(--cc-bg-color);
  border-color: var(--cc-blue-color);
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-dropdown {
  background-color: var(--cc-bg-color);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--cc-blue2-color);
}

.select2-container--default .select2-results__option--selected,
.select2-container--default ul[aria-multiselectable="true"] .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--cc-blue-color);
}

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

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  background-color: var(--cc-bg-color);
  border-color: var(--cc-blue-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--cc-grey3-color);
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: var(--cc-blue-color);
  padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  font-size: 1.5em;
  line-height: 1em;
  left: 5px;
}

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

.iconpicker span.select2-selection__rendered,
#select2-icon-results li {
  text-align: center;
}

.iconpicker > span.select2 {
  margin-left: auto;
  margin-right: 10px;
  max-width: 150px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 0.75rem;
}

#select2-status-container {
  text-overflow: unset !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--cc-grey3-color);
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #acacac;
}
