.select2-result-custom {
	padding-top: 4px;
	padding-bottom: 3px
}
.select2-result-custom__title {
	color: black;
	font-weight: 700;
	word-wrap: break-word;
	line-height: 1.1;
	margin-bottom: 4px
}

.select2-result-custom__description {
	font-size: 12px;
	color: #38549c;
	margin-top: 4px
}

.select2-result-custom__description i {
	padding-right: 4px
}

.select2-results__option--highlighted .select2-result-custom__title {
	color: white
}

.select2-results__option--highlighted .select2-result-custom__description {
	color: #e8f793
}
