.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);
}
