.select2-container--default .select2-selection--single {
	border: 1px solid #ccc !important;
	border-radius: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057 !important;
}

.select2-selection__rendered {
	/* line-height: 1.25 !important; */
	/* line-height: 1 !important; */
	line-height: 0.95 !important;
}

.select2-selection {
	height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	/* top: 5px !important;
	right: 15px !important; */
	top: 3px !important;
	right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000 transparent !important;
}

/* NEW COLOR */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/* background-color: #2196F3; */
	background-color: #AA0600 !important;
}

.select2-container--default .select2-search__field:focus {
	/* border: 1px solid #2196F3; */
	/* border: 1px solid #EF5F51 !important; */
	border: 1px solid #c3504c !important;
}