.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
	{
	background-color: var(--primary);
}

.select2-container--default .select2-results__option--selected {
	background-color: var(--info);
}

.select2-container--default .select2-selection--single {
	border: 1px solid #CCC;
}

.select2-container .select2-selection--single {
	height: calc(1.5em + .75rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	height: 36px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
}