
.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-dropdown {
    background-color: #21262b;
    border: 1px solid #21262b;
    border-radius: 3px;
	color: #bcbdbf;
	font-size: 15px;
	padding-left: 2px;
}

.select2-container--default .select2-selection--single {
    background-color: #21262b;
    border: 1px solid #21262b;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bcbdbf;
    line-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #21262b;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #21262b;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #073ed5;
    color: #fff;
}
