/* Select2 krajee */
.select2-container--krajee-bs5 .select2-selection {
  box-shadow: none;
}

.select2-container--krajee-bs5 .select2-selection {
  min-height: 39px;
  padding-right: 35px !important;
}
.select2-container--krajee-bs5 .select2-selection .select2-selection__rendered {
  margin-top: 2px;
  vertical-align: top;
}

.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
  border-color: #ced4da;
  box-shadow: none !important;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: #495057;
}

.select2-container--krajee-bs5 .select2-results__option:hover {
  background-color: #5b73e8;
  color: #fff;
}

.select2-container--krajee-bs5 .select2-results__option[aria-disabled=true] {
  color: rgba(108, 117, 125, 0.5294117647);
}
.select2-container--krajee-bs5 .select2-results__option[aria-disabled=true]:hover {
  background-color: #fff;
}

select.is-valid + .select2-container--krajee-bs5 .select2-selection--single, .has-success.select2-container--krajee-bs5 .select2-dropdown, .has-success .select2-container--krajee-bs5 .select2-selection {
  border-color: #34c38f;
}

.select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #495057;
}

.select2-container--krajee-bs5 .select2-search--dropdown .select2-search__field {
  box-shadow: none;
  background: none;
}

.select2-container--krajee-bs5 .select2-results__group {
  background: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
  padding-left: 3px !important;
}

.select2-container--krajee-bs5 .select2-selection__clear {
  cursor: pointer;
  width: 19px;
  height: 19px;
  display: block;
  overflow: hidden;
  font-size: 0 !important;
  color: transparent !important;
  text-shadow: none !important;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.select2-container--krajee-bs5 .select2-selection__clear::before {
  color: #000;
  line-height: 20px;
  font-size: 20px;
  content: "\e9b8";
  font-family: "unicons-line";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0 !important;
}

.select2-container--krajee-bs5 .select2-selection__choice {
  margin: 4px 2px 0 0 !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
}

.kv-plugin-loading {
  border: 0.2em solid #767a8f;
  border-right-color: transparent;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
  color: transparent !important;
  background: 0 !important;
}

.kv-plugin-loading + select {
  min-width: 10px !important;
  min-height: 39px !important;
  padding: 0 !important;
  margin: -1rem 0 0 0 !important;
}

body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-selection {
  border-color: #343747;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection, body[data-bs-theme=dark] .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
  border-color: #adb9f4 !important;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
  border-color: #adb9f4;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection {
  border-color: #343747 !important;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
  border-color: #343747;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-search--dropdown .select2-search__field {
  border-color: #343747;
  color: var(--bs-body-color);
  background: #313443;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__option[aria-selected] {
  background: 0;
  color: #acb4bc;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
  background: #5b73e8;
  color: #fff;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__option[aria-disabled=true],
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__option[aria-disabled=true]:hover {
  background: 0;
  color: #6c6c6c;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected,
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
  background: rgba(91, 115, 232, 0.2);
  color: #fff;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-results__group {
  color: #fff;
  text-shadow: 0 1px 0 #343747;
  background-color: #2b2e3b;
  border-top: 1px solid #2b2e3b;
  border-bottom: 1px solid #2b2e3b;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 li.select2-results__option {
  color: #fff;
  background-color: #313443;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-selection--single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-selection__clear::before {
  color: #fff;
}
body[data-bs-theme=dark] .select2-selection--multiple .select2-selection__choice {
  color: #e5e5e5;
  background: #272a36;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove {
  color: #e5e5e5;
  transition: color 0.3s ease;
}
body[data-bs-theme=dark] .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
body[data-bs-theme=dark] .kv-plugin-loading {
  border-color: #73778c;
  border-right-color: transparent;
}
body[data-bs-theme=dark] .card-header .select2-container--krajee-bs5 .select2-selection--single,
body[data-bs-theme=dark] .card-footer .select2-container--krajee-bs5 .select2-selection--single {
  background-color: #3c414e;
  border-color: #454a62;
}

body[data-bs-theme=dark] .select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/*# sourceMappingURL=minible-select2.css.map */
