:root {
  --primary-legacy-theme: #321fdb;
  --secondary-legacy-theme: #ced2d8;
  --success-legacy-theme: #2eb85c;
  --info-legacy-theme: #39f;
  --warning-legacy-theme: #f9b115;
  --danger-legacy-theme: #e55353;
  --light-legacy-theme: #ebedef;
  --dark-legacy-theme: #636f83;
}

:root {
  --primary-dark-theme: rgb(69.9468085106, 56, 194);
  --secondary-dark-theme: #4c4f54;
  --success-dark-theme: rgb(69, 161, 99.6666666667);
  --info-dark-theme: rgb(71.4, 153, 234.6);
  --warning-dark-theme: rgb(225, 168.1578947368, 45);
  --danger-dark-theme: rgb(209.2, 102.8, 102.8);
  --light-dark-theme: rgb(108.0654545455, 109.5545454545, 125.9345454545);
  --dark-dark-theme: rgb(13.8, 14.375, 20.7);
}

.select2-container--coreui .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container--coreui .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: calc(1.5em + 0.75rem);
}
.select2-container--coreui .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}
.select2-container--coreui .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #636f83 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
}
.select2-container--coreui .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem);
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid;
  border-radius: 0.25rem;
  color: #768192;
  background: #fff;
  border-color: #d8dbe0;
}
.c-dark-theme .select2-search--dropdown .select2-search__field {
  color: rgba(255, 255, 255, 0.87);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.09);
}

.select2-results__message {
  color: #3c4b64;
}

.select2-container--coreui .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container--coreui .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--coreui .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  color: #768192;
  background-color: #fff;
}
.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  color: rgba(255, 255, 255, 0.87);
  background-color: transparent;
}

.select2-container--coreui .select2-selection--multiple .select2-selection__choice {
  border: 1px solid;
  border-radius: 0.2rem;
  padding: 0;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-top: 0.3em;
  margin-right: 5px;
  color: #5c6873;
}
.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice {
  color: rgba(255, 255, 255, 0.87);
}

.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice {
  border-color: rgb(71.4, 153, 234.6);
}

.c-legacy-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice {
  border-color: #63c2de;
}

.select2-container--coreui .select2-selection--multiple .select2-selection__choice {
  border-color: #39f;
}
.select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove {
  width: 26px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin-right: 0.375rem;
  border-right: 1px solid;
  background: #fff;
}
.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove {
  color: rgb(163.2, 204, 244.8);
  border-color: rgb(71.4, 153, 234.6);
  background: rgba(71.4, 153, 234.6, 0);
}

.c-legacy-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove {
  color: rgb(183.1904761905, 226.9206349206, 239.8095238095);
  border-color: #63c2de;
  background: rgba(99, 194, 222, 0);
}

.select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove {
  color: #99ccff;
  border-color: #39f;
  background: rgba(51, 153, 255, 0);
}
.c-dark-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: rgb(71.4, 153, 234.6);
  background: rgba(71.4, 153, 234.6, 0.1);
}

.c-legacy-theme .select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #63c2de;
  background: rgba(99, 194, 222, 0.1);
}

.select2-container--coreui .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #39f;
  background: rgba(51, 153, 255, 0.1);
}

.select2-container {
  display: block;
  width: 100% !important;
}
.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--coreui {
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container--coreui .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--coreui .select2-selection {
  border: 1px solid;
  border-radius: 0.25rem;
  width: 100%;
  background: #fff;
  border-color: #d8dbe0;
}
.c-dark-theme .select2-container--coreui .select2-selection {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.09);
}

.select2-container--coreui.select2-container--focus .select2-selection {
  border-color: #39f;
  box-shadow: 0 0 0 0.2rem rgba(50, 31, 219, 0.25);
}
.select2-container--coreui.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--coreui.select2-container--disabled .select2-selection, .select2-container--coreui.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  box-shadow: none;
  background-color: #d8dbe0;
  border-color: #d8dbe0;
}
.c-dark-theme .select2-container--coreui.select2-container--disabled .select2-selection, .c-dark-theme .select2-container--coreui.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.09);
}

.select2-container--coreui.select2-container--disabled .select2-search__field, .select2-container--coreui.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}
select.is-invalid ~ .select2-container--coreui .select2-selection {
  border-color: #e55353;
}
select.is-valid ~ .select2-container--coreui .select2-selection {
  border-color: #2eb85c;
}
.select2-container--coreui .select2-dropdown {
  background-color: #fff;
  border-color: #d8dbe0;
}
.c-dark-theme .select2-container--coreui .select2-dropdown {
  background-color: rgb(51.72, 52.6, 62.28);
  border-color: rgba(255, 255, 255, 0.075);
}

.select2-container--coreui .select2-dropdown {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.c-app:not(.c-legacy-theme) .select2-container--coreui .select2-dropdown {
  border: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-app:not(.c-legacy-theme) .select2-container--coreui .select2-dropdown {
    box-shadow: 0 4px 5px 0 rgba(60, 75, 100, .14), 0 1px 10px 0 rgba(60, 75, 100, .12), 0 2px 4px -1px rgba(60, 75, 100, .20);
  }
}
.c-app:not(.c-legacy-theme) .select2-container--coreui .select2-dropdown {
  box-shadow: 0 4px 5px 0 rgba(var(--elevation-base-color), .14), 0 1px 10px 0 rgba(var(--elevation-base-color), .12), 0 2px 4px -1px rgba(var(--elevation-base-color), .20);
}
.select2-container--coreui .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-color: rgb(149, 138.93, 238.57);
}
.c-dark-theme .select2-container--coreui .select2-dropdown.select2-dropdown--above {
  border-color: rgba(255, 255, 255, 0.2);
}

.select2-container--coreui .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: rgb(242.25, 242.25, 242.25);
}
.c-dark-theme .select2-container--coreui .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: rgba(242.25, 242.25, 242.25, 0.05);
}

.select2-container--coreui .select2-results__option--highlighted,
.select2-container--coreui .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #321fdb;
  color: #ebedef;
}
.select2-container--coreui .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--coreui .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}
.select2-container--coreui .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #3c4b64;
}
.select2-container--coreui .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  border-radius: 100%;
  background-color: #3c4b64;
  color: #ebedef;
  float: right;
  margin-right: 0.3em;
}
.select2-container--coreui .select2-selection__clear:hover {
  background-color: #636f83;
}