﻿.select2-results__options[aria-multiselectable="true"] {
	column-count: 2;
	max-height: 300px;
	overflow-y: auto;
	max-height: 1000px !important;
}

.select2-results__option input[type="checkbox"] {
	margin-right: 6px;
	width: 16px;
	height: 16px;
	accent-color: #0d6efd;
	cursor: pointer;
}

.select2-selection--multiple .select2-selection__choice {
	background-color: #3c8dbc;
	border-color: #367fa9;
}

.select2-container .select2-search__field {
	width: 100% !important;
}

.select2-selection--multiple .select2-search__field {
	display: none;
}

.select2-selection--multiple {
	min-height: 42px;
}

.select2-selection__choice {
	color: #fff;
	background-color: #428bca !important;
	border-color: #357ebd !important;
	flex-direction: row-reverse;
}

.select2-selection__choice__remove {
	position: relative !important;
	font-weight: lighter !important;
}

.select2-selection--multiple .select2-selection__choice {
	display: inline-flex !important;
	align-items: center !important;
	padding-left: 5px !important;
}

.select2-selection--multiple .select2-selection__choice__remove {
	margin-left: auto !important;
	color: white !important;
	border-right: 0px !important;
	background-color: unset !important;
}

.select2-container--default {
	background-color: white !important;
}

.select2-results__option--highlighted {
	color: #5897fb;
}

.select2-container--default .select2-results__option--selected {
	background-color: white;
}

.select2-container .select2-selection--multiple {
	min-height: 34px;
}
