<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #aaa;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #BF1A20;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #aaa;
}

.select2-dropdown {
    border-color: #aaa;
    border: 0 none;
}

    .select2-dropdown input:focus {
        outline: none;
    }

.select2-selection {
    outline: none;
}

.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active &gt; a {
    background-color: #BF1A20;
}

.select2-container .select2-selection--single {
    height: 2.25rem;
    line-height: 2.25rem;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    border-bottom: #666 solid 2px;
}

.select2-container li {
    color: #999;
}
</pre></body></html>