﻿.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    padding: 2px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 22px !important;
    }

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    min-height: 2.4rem;
}

.select2-selection__choice__remove [aria-hidden=true] {
    display: none;
}

.select2-selection__choice__remove {
    float: right !important;
    position: relative !important;
}

.select2-selection__choice {
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 2px 2px 5px !important;
}

.select2-selection--single .select2-selection__arrow b {
    margin-left: -6px !important;
    margin-top: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 0 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove::before, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before{
    left:0 !important;
}
/*
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d6ad64 !important;
    background: var(--primary-bg-g) !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d6ad64 !important;
}

.select2-container--classic .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #d6ad64 !important;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #BB8C3C !important;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #BB8C3C !important;
}
*/
.select2-container--default .select2-search--inline .select2-search__fieldselect2-search select2-search--inline {
    margin: 8px 10px !important;
}

.select2-search__field {
    margin-top: 9px !important;
}