.select2-container--bootstrap .select2-selection {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	background-color: #fff;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding: 0.375rem 2.25rem 0.375rem 0.375rem;
	width: 100%;
	min-height: calc(1.5em + 0.75rem + 2px);
}
@media (prefers-reduced-motion: reduce) {
	.select2-container--bootstrap .select2-selection {
		transition: none;
	}
}

.select2-container--bootstrap + .select2-container--bootstrap {
	z-index: 1056;
}
.select2-container--bootstrap .select2-dropdown {
	overflow-y: auto !important;
	max-height: 200px;
	z-index: 1056;
}
.select2-container--bootstrap .select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: #ffffffe6;
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--bs-border-radius);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--bootstrap .select2-dropdown .select2-search .select2-search__field::placeholder,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field::placeholder {
	color: var(--bs-body-color) !important;
	opacity: 1 !important;
}
@media (prefers-reduced-motion: reduce) {
	.select2-container--bootstrap .select2-dropdown .select2-search .select2-search__field,
	.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field {
		transition: none;
	}
}
.select2-container--bootstrap .select2-dropdown .select2-search .select2-search__field:active,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field:focus {
	outline: none !important;
	box-shadow: none !important;
}

.select2-container--bootstrap .select2-dropdown.select2-dropdown--below,
.select2-container--bootstrap .select2-dropdown.select2-dropdown--above {
	border-width: 1px;
	border-style: solid;
	border-radius: var(--bs-border-radius);
	overflow: hidden;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown--below { top: .35rem; }
.select2-container--bootstrap .select2-dropdown.select2-dropdown--above { bottom: .35rem; }

.select2-container--bootstrap .select2-dropdown .select2-results__options .select2-results__option {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0.35em 0.65em;
	margin-right: 0.375rem;
	margin-bottom: 0.375rem;
	font-size: .875rem;
	color: #212529;
	cursor: auto;
	border: 1px solid #ced4da;
	border-radius: var(--bs-border-radius);
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	margin-right: .35rem;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
	border: 0;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
	display: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search {
	display: block;
	width: 100%;
	height: 1.5rem;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field:hover,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field:active,
.select2-container--bootstrap .select2-selection--multiple .select2-search .select2-search__field:focus {
	display: block;
	width: 100% !important;
	height: 1.5em;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: transparent !important;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	padding-left: 0.375rem;
	font-family: inherit;
	border: none !important;
	outline: none !important;
	transition: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled.select2-container--focus .select2-selection {
	color: #6c757d;
	cursor: not-allowed;
	background-color: #e9ecef;
	border-color: #ced4da;
	box-shadow: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	position: absolute;
	top: 50%;
	right: 2.25rem;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0.25em 0.25em;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
	transform: translateY(-50%);
}
.select2-container--bootstrap .select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__clear > span,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear > span {
	display: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	right: 2.25rem;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--bootstrap .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap .select2--small.select2-selection--multiple .select2-selection__clear {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0.125rem 0.125rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap .select2--small.select2-selection--multiple .select2-selection__clear:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.select2-container--bootstrap .select2--small.select2-selection--multiple .select2-selection__clear {
	right: 2rem;
}
.select2-container--bootstrap .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap .select2--large.select2-selection--multiple .select2-selection__clear {
	width: 1rem;
	height: 1rem;
	padding: 0.5rem 0.5rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.select2-container--bootstrap .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap .select2--large.select2-selection--multiple .select2-selection__clear:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.select2-container--bootstrap .select2--large.select2-selection--multiple .select2-selection__clear {
	right: 1rem;
}
.form-select-sm ~ .select2-container--bootstrap .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0.125rem 0.125rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.form-select-sm ~ .select2-container--bootstrap .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}
.form-select-sm ~ .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	right: 2rem;
}
.form-select-lg ~ .select2-container--bootstrap .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	width: 1rem;
	height: 1rem;
	padding: 0.5rem 0.5rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.form-select-lg ~ .select2-container--bootstrap .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
.form-select-lg ~ .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	right: 1rem;
}

[data-bs-theme=dark] .select2-container--bootstrap .select2-selection,
[data-bs-theme=dark] .select2-container--bootstrap .select2-dropdown {
	background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .select2-container--bootstrap .select2-selection {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.select2-container--bootstrap .select2-selection--single.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm);
	min-height: calc(1.25em + 0.75rem + 2px);
}
.select2-container--bootstrap .select2-selection--single.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
	min-height: calc(1.75em + 0.75rem + 2px);
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-amber,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-amber,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-amber,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-amber .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-amber .select2-search .select2-search__field:focus {
	border-color: var(--bs-amber) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-amber .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-amber .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-amber-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-amber .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-amber) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-amber .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-amber-900) !important;
	border: 1px solid var(--bs-amber) !important;
	background-color: var(--bs-amber-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-aqua,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-aqua,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-aqua,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-aqua .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-aqua .select2-search .select2-search__field:focus {
	border-color: var(--bs-aqua) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-aqua .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-aqua .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-aqua-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-aqua .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-aqua) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-aqua .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-aqua-900) !important;
	border: 1px solid var(--bs-aqua) !important;
	background-color: var(--bs-aqua-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-blue,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-blue,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-blue,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-blue .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-blue .select2-search .select2-search__field:focus {
	border-color: var(--bs-blue) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-blue .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-blue .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-blue-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-blue .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-blue) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-blue .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-blue-900) !important;
	border: 1px solid var(--bs-blue) !important;
	background-color: var(--bs-blue-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-brown,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-brown,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-brown,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-brown .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-brown .select2-search .select2-search__field:focus {
	border-color: var(--bs-brown) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-brown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-brown .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-brown-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-brown .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-brown) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-brown .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-brown-900) !important;
	border: 1px solid var(--bs-brown) !important;
	background-color: var(--bs-brown-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-cyan,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-cyan,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-cyan,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-cyan .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-cyan .select2-search .select2-search__field:focus {
	border-color: var(--bs-cyan) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-cyan .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-cyan .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-cyan-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-cyan .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-cyan) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-cyan .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-cyan-900) !important;
	border: 1px solid var(--bs-cyan) !important;
	background-color: var(--bs-cyan-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-elegant,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-elegant,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-elegant,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-elegant .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-elegant .select2-search .select2-search__field:focus {
	border-color: var(--bs-elegant) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-elegant .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-elegant .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-elegant-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-elegant .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-elegant) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-elegant .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-elegant-900) !important;
	border: 1px solid var(--bs-elegant) !important;
	background-color: var(--bs-elegant-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-green,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-green,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-green,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-green .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-green .select2-search .select2-search__field:focus {
	border-color: var(--bs-green) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-green .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-green .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-green-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-green .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-green) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-green .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-green-900) !important;
	border: 1px solid var(--bs-green) !important;
	background-color: var(--bs-green-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-indigo,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-indigo,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-indigo,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-indigo .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-indigo .select2-search .select2-search__field:focus {
	border-color: var(--bs-indigo) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-indigo .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-indigo .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-indigo-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-indigo .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-indigo) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-indigo .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-indigo-900) !important;
	border: 1px solid var(--bs-indigo) !important;
	background-color: var(--bs-indigo-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-lavender,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-lavender,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lavender,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lavender .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lavender .select2-search .select2-search__field:focus {
	border-color: var(--bs-lavender) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lavender .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lavender .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-lavender-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lavender .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-lavender) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-lavender .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-lavender-900) !important;
	border: 1px solid var(--bs-lavender) !important;
	background-color: var(--bs-lavender-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-lime,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-lime,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lime,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lime .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lime .select2-search .select2-search__field:focus {
	border-color: var(--bs-lime) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lime .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lime .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-lime-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-lime .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-lime) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-lime .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-lime-900) !important;
	border: 1px solid var(--bs-lime) !important;
	background-color: var(--bs-lime-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-maroon,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-maroon,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-maroon,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-maroon .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-maroon .select2-search .select2-search__field:focus {
	border-color: var(--bs-maroon) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-maroon .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-maroon .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-maroon-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-maroon .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-maroon) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-maroon .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-maroon-900) !important;
	border: 1px solid var(--bs-maroon) !important;
	background-color: var(--bs-maroon-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-mint,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-mint,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-mint,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-mint .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-mint .select2-search .select2-search__field:focus {
	border-color: var(--bs-mint) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-mint .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-mint .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-mint-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-mint .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-mint) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-mint .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-mint-900) !important;
	border: 1px solid var(--bs-mint) !important;
	background-color: var(--bs-mint-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-orange,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-orange,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-orange,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-orange .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-orange .select2-search .select2-search__field:focus {
	border-color: var(--bs-orange) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-orange .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-orange .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-orange-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-orange .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-orange) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-orange .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-orange-900) !important;
	border: 1px solid var(--bs-orange) !important;
	background-color: var(--bs-orange-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-pink,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-pink,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-pink,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-pink .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-pink .select2-search .select2-search__field:focus {
	border-color: var(--bs-pink) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-pink .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-pink .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-pink-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-pink .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-pink) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-pink .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-pink-900) !important;
	border: 1px solid var(--bs-pink) !important;
	background-color: var(--bs-pink-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-purple,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-purple,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-purple,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-purple .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-purple .select2-search .select2-search__field:focus {
	border-color: var(--bs-purple) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-purple .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-purple .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-purple-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-purple .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-purple) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-purple .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-purple-900) !important;
	border: 1px solid var(--bs-purple) !important;
	background-color: var(--bs-purple-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-red,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-red,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-red,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-red .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-red .select2-search .select2-search__field:focus {
	border-color: var(--bs-red) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-red .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-red .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-red-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-red .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-red) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-red .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-red-900) !important;
	border: 1px solid var(--bs-red) !important;
	background-color: var(--bs-red-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-tangelo,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-tangelo,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-tangelo,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-tangelo .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-tangelo .select2-search .select2-search__field:focus {
	border-color: var(--bs-tangelo) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-tangelo .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-tangelo .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-tangelo-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-tangelo .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-tangelo) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-tangelo .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-tangelo-900) !important;
	border: 1px solid var(--bs-tangelo) !important;
	background-color: var(--bs-tangelo-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-teal,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-teal,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-teal,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-teal .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-teal .select2-search .select2-search__field:focus {
	border-color: var(--bs-teal) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-teal .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-teal .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-teal-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-teal .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-teal) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-teal .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-teal-900) !important;
	border: 1px solid var(--bs-teal) !important;
	background-color: var(--bs-teal-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-yellow,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-yellow,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-yellow,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-yellow .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-yellow .select2-search .select2-search__field:focus {
	border-color: var(--bs-yellow) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-yellow .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-yellow .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-yellow-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-yellow .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-yellow) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-yellow .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-yellow-900) !important;
	border: 1px solid var(--bs-yellow) !important;
	background-color: var(--bs-yellow-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-primary,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-primary,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-primary,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-primary .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-primary .select2-search .select2-search__field:focus {
	border-color: var(--bs-primary) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-primary .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-primary .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-primary-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-primary .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-primary) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-primary .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-primary-900) !important;
	border: 1px solid var(--bs-primary) !important;
	background-color: var(--bs-primary-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-secondary,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-secondary,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-secondary,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-secondary .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-secondary .select2-search .select2-search__field:focus {
	border-color: var(--bs-secondary) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-secondary .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-secondary .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-secondary-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-secondary .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-secondary) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-secondary .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-secondary-900) !important;
	border: 1px solid var(--bs-secondary) !important;
	background-color: var(--bs-secondary-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-info,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-info,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-info,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-info .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-info .select2-search .select2-search__field:focus {
	border-color: var(--bs-info) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-info .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-info .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-info-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-info .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-info) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-info .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-info-900) !important;
	border: 1px solid var(--bs-info) !important;
	background-color: var(--bs-info-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-warning,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-warning,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-warning,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-warning .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-warning .select2-search .select2-search__field:focus {
	border-color: var(--bs-warning) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-warning .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-warning .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-warning-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-warning .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-warning) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-warning .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-warning-900) !important;
	border: 1px solid var(--bs-warning) !important;
	background-color: var(--bs-warning-bg-subtle) !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection.form-select-danger,
.select2-container--bootstrap.select2-container--open .select2-selection.form-select-danger,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-danger,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-danger .select2-search__field:active,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-danger .select2-search .select2-search__field:focus {
	border-color: var(--bs-danger) !important;
	box-shadow: 0 0 .25rem .125rem rgba(0, 0, 0, .1) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-danger .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap .select2-dropdown.select2-dropdown-danger .select2-results__options .select2-results__option.select2-results__option--selected:hover {
	color: var(--bs-body-color) !important;
	background-color: var(--bs-danger-bg-subtle) !important;
}
.select2-container--bootstrap .select2-dropdown.select2-dropdown-danger .select2-results__options .select2-results__option.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--bs-danger) !important;
}
.select2-container--bootstrap .select2-selection--multiple.form-select-danger .select2-selection__rendered .select2-selection__choice {
	color: var(--bs-danger-900) !important;
	border: 1px solid var(--bs-danger) !important;
	background-color: var(--bs-danger-bg-subtle) !important;
}
