.select2-container--default .selection {
	display: block;
}
.select2-container--default .select2-selection {
	font-size: 0.9375rem;
	color: #666;
	height: 2.5rem;
	border: none;
	background: #fff;
	border-radius: 1.25rem;
}
.select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #666;
	font-family:
		Open Sans,
		sans-serif;
	font-size: 0;
	position: relative;
	display: block;
	height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder:before {
	content: 'Select';
	position: absolute;
	z-index: 1;
	inset: 0;
	font-size: 0.9375rem;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	flex: 1;
	padding: 0 1.5rem;
	color: #666;
	font-family:
		Open Sans,
		sans-serif;
	font-size: 0.9375rem;
	height: 100%;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered:not(:has(.select2-selection__placeholder)) {
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: static;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: '';
	background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.5L6 5.5L11 0.5" stroke="%23666666"/></svg>')
		no-repeat center center;
	background-size: 15px auto;
	height: 30px;
	width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--multiple {
	padding: 0;
	height: auto;
	min-height: 2.5rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:not(:empty) {
	padding: 0.375rem 1.5rem 0.75rem 1.125rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 0.375rem 0 0 0.375rem;
	padding: 0.25rem 0.75rem 0.25rem 1.5rem;
	border-radius: 1.25rem;
	background-color: #fff;
	border-color: #666;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 0.9375rem;
	font-family:
		Open Sans,
		sans-serif;
	color: #666;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #666;
	border: none;
	height: 100%;
	width: 1.875rem;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
	display: block;
	height: 100%;
	max-height: 2.5rem;
	line-height: 1;
	position: relative;
}
.select2-container--default .select2-selection--multiple .select2-search--inline:before {
	content: '';
	background: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.5L-1.23256e-07 3.31976L7 8.5L14 3.31976L14 0.500001L7 5.68024L0 0.5Z" fill="%23666666"/></svg>')
		no-repeat center center;
	background-size: 15px auto;
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	right: 0.3125rem;
	top: 0.3125rem;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
	padding: 0 1.5rem;
	margin: 0;
	font-size: 0.9375rem;
	font-family:
		Open Sans,
		sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 2.5rem;
	height: 100%;
}
.select2-container--default .select2-dropdown {
	border: none;
	border-radius: 0 0 1.25rem 1.25rem;
	box-shadow: 3px 6px 4px #0000000d;
	overflow: hidden;
}
.select2-container--default .select2-dropdown--above {
	border-radius: 1.25rem 1.25rem 0 0;
	box-shadow: -3px -6px 4px #0000000d;
}
.select2-container--default .select2-results__option {
	padding: 0.5rem 1.5rem;
	font-size: 0.9375rem;
	font-family:
		Open Sans,
		sans-serif;
	color: #222;
	line-height: 1.5rem;
}
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected {
	background-color: #222 !important;
	color: #fff !important;
}
.select2-container--default .select2-results__option--disabled {
	display: none;
}
.select2-container--default .select2-search--dropdown {
	padding: 0;
	border-bottom: solid 1px rgb(102, 102, 102);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	padding: 0.375rem 1.5rem;
	font-size: 0.9375rem;
	font-family:
		Open Sans,
		sans-serif;
	outline: none;
	background-color: transparent;
}
.select2-container--default.select2-container--focus--multiple {
	border: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(180deg);
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-search--inline:before {
	transform: rotate(180deg);
}
.nicescroll-cursors {
	background-color: #222c !important;
	border: none !important;
	width: 0.5rem !important;
}
