.select2-results *:focus {
    outline: 0;
}

span.select2-container {
    height: auto;
}

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

span.select2-dropdown,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    text-indent: 5px;
}

span.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected],
span.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
    color: var(--paletteColor2);
}