.filter {
    display: flex;
    gap: 20px;
}

.filter > .search input {
    border: unset !important;
    background-color: var(--link-text-alternate) !important;
}

.filter .end {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

/* Select2 */
.container.main-content .filter li::before {
    display: none;
}

.theme-select ul.select2-selection__rendered:before {
    color: var(--dark-blue);
}

body .select2-container--default .select2-selection--multiple {
    border: unset;
    cursor: pointer;
}

.theme-select .select2-container--default .select2-selection--multiple {
    background-color: var(--uel-grey);
}

body .select2-dropdown.theme-select .select2-results > .select2-results__options {
    overflow-y: scroll;
}

.grey .select2-container--default .select2-selection--multiple {
    background-color: var(--link-text-alternate);
}

.select2-results {
    padding: 20px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected] {
    position: relative;
    color: var(--btn-background);
}

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

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid var(--btn-background);
    border-radius: 7px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 14px;
    border-radius: 4px;
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: var(--btn-background);
}

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

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

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.select2-container--default .select2-selection--multiple ::placeholder {
    color: #054055;
}

ul.select2-selection__rendered {
    padding-right: 30px !important;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: unset;
}

/* Filter Dropdown Input */
ul.select2-selection__rendered:after {
    position: absolute;
    right: 10px;
    top: 10%;
    filter: invert(1);
}

ul.select2-selection__rendered:before {
    position: absolute;
    top: 10px;
    left: 15px;
}

.select2-selection__choice {
    display: none !important;
}