.select2 {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.125rem 0.5rem;
  background-color: #FFFFFF;
  border: 1px solid #D2DDEC;
  border-radius: 0.25rem;
  color: #12263F;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: #3266ff;
  box-shadow: transparent;
  outline: none;
}

.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -0.25rem -0.25rem 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #EDF2F9;
  font-size: 0.8125000003rem;
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #6E84A3;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #12263F;
}

.select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  margin-top: 4px;
}

.select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
  float: right;
  color: #95aac9;
  cursor: pointer;
  margin-right: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
}

.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  min-height: 38px;
  display: block;
  width: 100%;
  padding: 0 2.25rem 0 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: transparent
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3266ff;
  color: white;
}



/* new */


.choices__item.choices__item--choice.choices__item--selectable {
    padding-left: .5rem;
    border-radius: .375rem;
}

.choices__item.choices__item--choice.choices__item--selectable.is-highlighted {
    background-color: var(--bs-gray-200);
}


.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #212529;
    background-color: #fff;
    border-color: #3266ff;
    outline: 0;
    box-shadow: transparent;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: var(--bs-border-color);
}

.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
}

.select2-dropdown {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    background-color: #fff;
}

.select2-container--default
.select2-results__option[aria-selected=true] {
    background-color: var(--bs-gray-100);
    color: var(--bs-gray);
    opacity: .8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-gray-100);
    color: var(--bs-black);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    display: inline-flex;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-left: .5rem;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0;
}