:root {
    --ahb-main-color: #004274;
    --ahb-alt-color: #00335a;
    --ahb-accent-color: #2cace2;
}

.select2-selection__choice__remove { border: 0; }

select.select[multiple] + .select2.select2-container .select2-search.select2-search--inline {
    margin-top: -21px;
    padding-left: 6px;
}

.select2-results__option--selected {
    background: #e6f4ff;
}

