<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../../tool/jquery/plugins/select2/css/select2.min.css");

.select2-results__options {
	background-color: #fff
}

.select2-results__option a:hover {
	text-decoration: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fee7d6;
	color: inherit;
}
.lum-filters-form .lum-form-field &gt; div.lum-last &gt; span.select2-container {
	border: inherit;
	width: inherit;
}</pre></body></html>