ul.select2-results__options--nested li {
	padding-left: 1.5em;
}

.select2-borderless + .select2-container--maverick,
.select2-borderless + .select2-container--maverick .select2-selection {
	border:none !important;
	box-shadow: none !important;
}

.select2-selection__placeholder {
	width: auto !important;
}

.select2-selection--multiple .select2-search__field {
	width: auto !important;
}

[name="searchBy"] + .select2.select2-container {
	-ms-flex: 0 !important;
	flex: 0 !important;
}

.select2-dropdown-fixed {
	width: 120px;
}
.select2-container .select2-search--inline .select2-search__field {
	padding: 1px 2px;
}

li.select2-search--inline {
	width: 100% !important;
}

[name=searchBy] + .select2-container--maverick .selection {
	display: flex;
	height: 100%;
}