
.select2-container .select2-selection--single { height: 36px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 20px;
}

.select2-results__option {
    padding: 8px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 16px !important;
    height: 16px !important;
    left: 30% !important;
    top: 35% !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTIgMTIiPgo8cGF0aCBkPSJNMTAuMTkzIDMuOTdhLjc1Ljc1IDAgMCAxIDEuMDYyIDEuMDYyTDYuNTMgOS43NTZhLjc1Ljc1IDAgMCAxLTEuMDYgMEwuNzQ1IDUuMDMyQS43NS43NSAwIDAgMSAxLjgwNyAzLjk3TDYgOC4xNjNsNC4xOTMtNC4xOTN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4KCg==);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 8px;
}

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

.select2-container--default .select2-selection--single {
    border: 1px solid var(--border-input);
    border-radius: 8px;
}

.select2-dropdown {
    border: 2px solid var(--border-input);
}