<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select-search {
    position: relative;
}

.select-search.inline-block {
    display: inline-block;
}

.select2-results__option {
    font-size: var(--typo-xxs);
    padding: 5px 10px;
}

.select2-dropdown{
    border-color: #D4D9DF;
}

.select2-container--default .select2-selection--single {
    position: relative;
    height: 50px;
    font-size: var(--typo-xxs);
    color: var(--color-default);
    border: 1px solid #D4D9DF;
    border-radius: var(--rounded-xs);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 20px;
    color: var(--color-default);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    width: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: 'FontAwesome';
    content: '\f107';
    font-weight: normal;
    font-size: 18px;
    position: relative;
    text-align: center;
    line-height: 55px;
    display: block;
    color: var(--color-default);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: '\f106';
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option {
    padding-left: 20px;
}

.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: #D4D9DF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--color-primary);
}




</pre></body></html>