.uk-form-danger .select2-selection {
	border: 1px solid #f0506e;
}
.uk-form-success .select2-selection {
	border: 1px solid #32d296;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px !important;
	padding-right: 20px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px !important;
	padding-left: 20px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-results__option[aria-selected=false][role=option] .wrap:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #000000;
	content: "\f0c8";
	width: 25px;
	height: 25px;
	padding-right: 10px;
}

.select2-results__option[aria-selected=true][role=option] .wrap:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #000000;
	content: "\f14a";
	width: 25px;
	height: 25px;
	padding-right: 10px;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 0px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',
		endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}