.select2-container {
	display: block !important;
}

.select2-selection {
}

	.select2-selection.select2-selection--single {
		color: #333 !important;
		background: #fff !important;
		height: auto !important;
		border-radius: 2px !important;
		border: 0 !important;
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1) !important;
		transition-duration: 0.3s !important;
	}

		.select2-selection.select2-selection--single:hover {
			box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15) !important;
		}

		.select2-selection .select2-selection__rendered {
			line-height: 40px !important;
		}

		.select2-selection .select2-selection__arrow {
			height: 40px !important;
		}

.select2-dropdown {
	border: 0;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

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

	.select2-container--default .select2-results > .select2-results__options {
		overflow-x: hidden;
	}

	.select2-dropdown .select2-results__option {
		margin: 0;
		padding: 7px 6px;
		border-bottom: 1px solid rgba(0,0,0,.05);
		color: #333;
		white-space: nowrap;
	}

		.select2-dropdown .select2-results__option--highlighted {
			background: #333 !important;
			color: #ddd !important;
		}

	.select2-search--dropdown .select2-search__field {
		padding: 0 10px;
	}

/*
@media (prefers-color-scheme: dark) {

	.select2-selection.select2-selection--single {
		color: #eee !important;
		background: rgba(255,255,255,0.1) !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #eee !important;
	}

	.select2-dropdown {
		background: #222 !important;
	}

	.select2-dropdown .select2-results__option {
		color: #aaa !important;
	}

	.select2-container--default .select2-results__option[aria-selected="true"] {
		background: #444 !important;
		color: #eee !important;
	}

}
*/
