.select .select2-selection__arrow {
    display: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    right: 17px;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 11px 12px;
    color: #000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 1.25;
}

.select2-container .select2-selection--single .select2-selection__clear + .select2-selection__rendered   {
    padding-right: 0;
}

.select2-dropdown {
    border-color: var(--divider-color-2);
    background-color: var(--input-background);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--text-color);
}

.select2-container--default .select2-selection {
    background-color: var(--input-background);
    border-color: var(--divider-color-2);
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--input-background-disabled);
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--select2-selected-background);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--select2-color);
}

.select2-container--default .select2-selection--multiple {
    max-height: 110px;
    overflow-y: scroll;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid var(--divider-color-3);
    background-color: var(--select2-choice-background);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 100%;
    border-right: 1px solid var(--divider-color-3);
    color: var(--select2-choice-remove-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--select2-choice-remove-hover-background);
}
