.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
    margin-top: 3px;
    height: 26px;
}

.select2-selection__choice {
    font-size: 12px;
    background: var(--borderGray) !important;
    color: var(--grayD) !important;
    border-radius: 30px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    max-height: 18px;
}
.select2-selection__choice .select2-selection__choice__remove {
    padding-left: 6px !important;
    height: 18px;
    display: flex;
    align-items: center;
}

.select2-selection__choice .select2-selection__choice__remove:hover {
    background: var(--borderGray) !important;
    color: var(--grayD) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
    display: flex !important;
    align-items: center !important;
}

.select2-selection {
    background: var(--white);
    border: 1px solid var(--grayM) !important;
    border-radius: 30px !important;
    padding-left: 5px;
    display: flex !important;
    align-items: center;
}

.select2-dropdown {
    width: max-content !important;
    margin-left: 10px;
}

.select2-results__options .select2-results__option {
    font-size: 14px;
    color: #212529;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(330deg, #964CE8 0%, #4E60FF 100%) !important;
}

.select2-selection__rendered {
    display: inline-block !important;
}


#select2-categoryCompanyDropdown-container .select2-selection__choice:not(:nth-child(-n+2)) {
    display: none !important;
}
#select2-favoritesFilterCategories-container .select2-selection__choice:not(:nth-child(-n+2)) {
    display: none !important;
}