.select2-container {
	 box-sizing: border-box;
	 display: inline-block;
	 margin: 0;
	 position: relative;
	 vertical-align:middle
}

.select2-container .select2-selection--single {
	 box-sizing: border-box;
	 cursor: pointer;
	 display: block;
	 height: 28px;
	 user-select: none;
	 -webkit-user-select:none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	 display: block;
	 padding-left: 8px;
	 padding-right: 20px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
	 position: relative;
	 color: transparent
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	 padding-right: 8px;
	 padding-left:20px
}

.select2-container .select2-selection--multiple {
	 box-sizing: border-box;
	 cursor: pointer;
	 display: block;
	 min-height: 32px;
	 user-select: none;
	 -webkit-user-select:none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	 display: inline-block;
	 overflow: hidden;
	 padding-left: 8px;
	 text-overflow: ellipsis;
	 white-space:nowrap
}

.select2-container .select2-search--inline {
	 float:left
}

.select2-container .select2-search--inline .select2-search__field {
	 box-sizing: border-box;
	 border: none;
	 font-size: 100%;
	 margin-top: 5px;
	 padding:0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	 -webkit-appearance:none
}

.select2-dropdown {
	 background-color: var(--bs-body-bg-soft);
	 border: 1px solid var(--bs-border-color);
	 border-radius: 4px;
	 box-sizing: border-box;
	 display: block;
	 position: absolute;
	 left: -100000px;
	 width: 100%;
	 z-index:1051
}

.select2-results {
	 display:block
}

.select2-results__options {
	list-style: none;
	margin: 0 0.5rem 0.5rem 0.5rem;
	padding:0
}

.select2-results__option {
	 padding: 6px;
	 user-select: none;
	 -webkit-user-select:none
}

.select2-results__option[aria-selected] {
	cursor:pointer
}

.select2-container--open .select2-dropdown {
	left:0
}


.select2-search--dropdown {
	 display: block;
}

.select2-search--dropdown .select2-search__field {
	 padding: 4px;
	 width: 100%;
	 box-sizing:border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	 -webkit-appearance:none
}

.select2-search--dropdown.select2-search--hide {
	 display:none
}

.select2-close-mask {
	 border: 0;
	 margin: 0;
	 padding: 0;
	 display: block;
	 position: fixed;
	 left: 0;
	 top: 0;
	 min-height: 100%;
	 min-width: 100%;
	 height: auto;
	 width: auto;
	 opacity: 0;
	 z-index: 99;
	 background-color: var(--bs-body-bg-soft);
	 filter:alpha(opacity=0)
}

.select2-hidden-accessible {
	 border: 0 !important;
	 clip: rect(0 0 0 0) !important;
	 -webkit-clip-path: inset(50%) !important;
	 clip-path: inset(50%) !important;
	 height: 1px !important;
	 overflow: hidden !important;
	 padding: 0 !important;
	 position: absolute !important;
	 width: 1px !important;
	 white-space:nowrap !important
}

.select2-container--default .select2-selection--single {
	 background-color: var(--bs-body-bg);
	 border: 1px solid var(--bs-border-color);
	 border-radius:4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	 color: #444;
	 line-height:28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	 cursor: pointer;
	 float: right;
	 font-weight:bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	 color:#999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	 height: 26px;
	 position: absolute;
	 top: 1px;
	 right: 1px;
	 width:20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	 border-color: var(--bs-gray-400) transparent transparent transparent;
	 border-style: solid;
	 border-width: 5px 4px 0 4px;
	 height: 0;
	 left: 50%;
	 margin-left: -4px;
	 margin-top: -2px;
	 position: absolute;
	 top: 50%;
	 width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	 float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	 left: 1px;
	 right:auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	 background-color: var(--bs-body-bg-soft);
	 cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	 display:none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	 border-color: transparent transparent var(--bs-gray-400) transparent;
	 border-width:0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	 background-color: var(--bs-body-bg-soft);
	 border: 1px solid var(--bs-border-color);
	 border-radius: 4px;
	 cursor:text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	 box-sizing: border-box;
	 list-style: none;
	 margin: 0;
	 padding: 0 5px;
	 width:100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	 list-style:none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	 cursor: pointer;
	 float: right;
	 font-weight: bold;
	 margin-top: 5px;
	 margin-right: 10px;
	 padding:1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	 background-color: var(--bs-body-bg);
	 border: 1px solid var(--bs-border-color);
	 border-radius: 4px;
	 cursor: default;
	 float: left;
	 margin-right: 5px;
	 margin-top: 5px;
	 padding:0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	 color: var(--bs-gray-400);
	 cursor: pointer;
	 display: inline-block;
	 font-weight: bold;
	 margin-right:2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	 color: var(--bs-gray-400)
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	 float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	 margin-left: 5px;
	 margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	 margin-left: 2px;
	 margin-right:auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	 border: solid black 1px;
	 outline:0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	 background-color: var(--bs-body-bg);
	 cursor:default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	 display:none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	 border-top-left-radius: 0;
	 border-top-right-radius:0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	 border-bottom-left-radius: 0;
	 border-bottom-right-radius:0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	 border:1px solid var(--bs-border-color)
}

.select2-container--default .select2-search--inline .select2-search__field {
	 background: transparent;
	 border: none;
	 outline: 0;
	 box-shadow: none;
	 -webkit-appearance:textfield
}

.select2-container--default .select2-results > .select2-results__options {
	 max-height: 200px;
	 overflow-y:auto
}

.select2-container--default .select2-results__option[role=group] {
	 padding:0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	 color: var(--bs-gray-400)
}

.select2-container--default .select2-results__option[aria-selected=true] {
	 background-color:var(--bs-body-bg)
}

.select2-container--default .select2-results__option .select2-results__option {
	 padding-left:1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	 padding-left:0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	 margin-left: -1em;
	 padding-left:2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	 margin-left: -2em;
	 padding-left:3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	 margin-left: -3em;
	 padding-left:4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	 margin-left: -4em;
	 padding-left:5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	 margin-left: -5em;
	 padding-left:6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	 background-color: var(--bs-body-bg);
	 color: var(--bs-gray-400)
}

.select2-container--default .select2-results__group {
	 cursor: default;
	 display: block;
	 padding:6px
}

.select2-container--classic .select2-selection--single {
	 background-color: var(--bs-body-bg-soft);
	 border: 1px solid var(--bs-border-color);
	 border-radius: 4px;
	 outline: 0;
	 background-image: -webkit-linear-gradient(top, var(--bs-white) 50%, #eee 100%);
	 background-image: -o-linear-gradient(top, var(--bs-white) 50%, #eee 100%);
	 background-image: linear-gradient(to bottom, var(--bs-white) 50%, #eee 100%);
	 background-repeat: repeat-x;
	 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--bs-white)FFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	 border: 1px solid var(--bs-gray-400);
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	 color: #444;
	 line-height:28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	 cursor: pointer;
	 float: right;
	 font-weight: bold;
	 margin-right:10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	 color:#999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	 background-color: var(--bs-body-bg-soft);
	 border: none;
	 border-left: 1px solid var(--bs-border-color);
	 border-top-right-radius: 4px;
	 border-bottom-right-radius: 4px;
	 height: 26px;
	 position: absolute;
	 top: 1px;
	 right: 1px;
	 width: 20px;
	 background-image: -webkit-linear-gradient(top, var(--bs-body-bg-soft) 50%, var(--bs-body-bg) 100%);
	 background-image: -o-linear-gradient(top, var(--bs-body-bg-soft) 50%, var(--bs-body-bg) 100%);
	 background-image: linear-gradient(to bottom, var(--bs-body-bg-soft) 50%, var(--bs-body-bg) 100%);
	 background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	 border-color: var(--bs-gray-400) transparent transparent transparent;
	 border-style: solid;
	 border-width: 5px 4px 0 4px;
	 height: 0;
	 left: 50%;
	 margin-left: -4px;
	 margin-top: -2px;
	 position: absolute;
	 top: 50%;
	 width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	 float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	 border: none;
	 border-right: 1px solid var(--bs-border-color);
	 border-radius: 0;
	 border-top-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	 left: 1px;
	 right:auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	 border:1px solid var(--bs-gray-400)
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	 background: transparent;
	 border:none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	 border-color: transparent transparent var(--bs-gray-400) transparent;
	 border-width:0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	 border-top: none;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
	 background-image: -webkit-linear-gradient(top, var(--bs-body-bg-soft) 0%, var(--bs-body-bg) 50%);
	 background-image: -o-linear-gradient(top, var(--bs-body-bg-soft) 0%, var(--bs-body-bg) 50%);
	 background-image: linear-gradient(to bottom, var(--bs-body-bg-soft) 0%, var(--bs-body-bg) 50%);
	 background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	 border-bottom: none;
	 border-bottom-left-radius: 0;
	 border-bottom-right-radius: 0;
	 background-image: -webkit-linear-gradient(top, var(--bs-body-bg) 50%, var(--bs-body-bg-soft) 100%);
	 background-image: -o-linear-gradient(top, var(--bs-body-bg) 50%, var(--bs-body-bg-soft) 100%);
	 background-image: linear-gradient(to bottom, var(--bs-body-bg) 50%, var(--bs-body-bg-soft) 100%);
	 background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	 background-color: var(--bs-body-bg-soft);
	 border: 1px solid var(--bs-border-color);
	 border-radius: 4px;
	 cursor: text;
	 outline:0
}

.select2-container--classic .select2-selection--multiple:focus {
	 border:1px solid var(--bs-gray-400)
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	 list-style: none;
	 margin: 0;
	 padding:0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	 display:none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	 background-color: var(--bs-body-bg);
	 border: 1px solid var(--bs-border-color);
	 border-radius: 4px;
	 cursor: default;
	 float: left;
	 margin-right: 5px;
	 margin-top: 5px;
	 padding:0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	 color: #888;
	 cursor: pointer;
	 display: inline-block;
	 font-weight: bold;
	 margin-right:2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	 color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	 float: right;
	 margin-left: 5px;
	 margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	 margin-left: 2px;
	 margin-right:auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	 border:1px solid var(--bs-primary)
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	 border-top: none;
	 border-top-left-radius: 0;
	 border-top-right-radius:0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	 border-bottom: none;
	 border-bottom-left-radius: 0;
	 border-bottom-right-radius:0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	 border: 1px solid var(--bs-border-color);
	 outline:0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	 outline: 0;
	 box-shadow:none
}

.select2-container--classic .select2-dropdown {
	 background-color: var(--bs-body-bg-soft);
	 border:1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	 border-bottom:none
}

.select2-container--classic .select2-dropdown--below {
	 border-top:none
}

.select2-container--classic .select2-results > .select2-results__options {
	 max-height: 200px;
	 overflow-y:auto
}

.select2-container--classic .select2-results__option[role=group] {
	 padding:0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	 color:grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	 background-color: var(--bs-body-bg-soft);
	 color: var(--bs-body-color)
}

.select2-container--classic .select2-results__group {
	 cursor: default;
	 display: block;
	 padding:6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	 border-color: var(--bs-primary)
}

.select2-container--bootstrap-5 {
	 display:block
}

.select2-container--bootstrap-5 :focus {
	 outline:0
}

.select2-container--bootstrap-5 .select2-selection {
	 width: 100%;
	 min-height: 38px;
	 padding: 0.5rem 2.25rem 0.5rem 1rem;
	 -moz-padding-start: calc(0.75rem - 3px);
	 font-family: inherit;
	 font-size: 0.875rem;
	 font-weight: 400;
	 line-height: 1.45;
	 color: var(--bs-dark);
	 background-color: var(--bs-body-bg);
	 border: 1px solid var(--bs-border-color);
	 border-radius: var(--bs-border-radius);
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance:none
}
.form-select-select2-lg .select2-container--bootstrap-5 .select2-selection {
	border: 2px solid var(--bs-border-color);
	min-height: calc(1.75em + 1.125rem + calc(var(--bs-border-width) * 2));
	padding: 0.6875rem 2.25rem 0.6875rem 1rem;
	font-size: 0.875rem;
	border-radius: var(--bs-border-radius-lg);
}

@media (prefers-reduced-motion: reduce) {
	 .select2-container--bootstrap-5 .select2-selection {
		  transition:none
	 }
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
	border-color:var(--bs-primary);
}

.select2-container--bootstrap-5 .select2-search {
	 width:100%
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
	position: absolute;
	top: 50%;
	right: .5rem;
	width: 1.5rem;
	 height: 1.5rem;
	 padding: .25em;
	 overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
	 background: var(--bs-body-bg-soft) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23bac2ca'%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.625rem auto no-repeat !important;
	 transform: translateY(-50%);
	 border: 0;
	 box-shadow: 0;
	 border-radius: 50rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .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='%23bac2ca'%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.625rem auto no-repeat
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span {
	 display:none
}

.select2-container--bootstrap-5 .select2-dropdown {
	border-color: var(--bs-border-color);
	border-radius:var(--bs-border-radius);
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below,
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
	box-shadow: 0 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
	padding: .5rem;
	border-radius: var(--bs-border-radius);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
	display: block;
	width: 100%;
	padding: 0.5rem 1rem;
	font-family: var(--bs-font-sans-serif);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	background-clip: padding-box;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  		transition:none
	}
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 1px var(--bs-primary) inset;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
	max-height: 15rem;
	overflow-y:auto
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
	padding: .5rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: var(--bs-border-radius) !important
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
	color: var(--bs-gray-500);
	font-size: .8125rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
	color: var(--bs-body-color);
   background-color:var(--bs-light)
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
	color: var(--bs-gray-500)
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
	padding:0
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
	padding: .375rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--bs-gray-500)
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
	padding:.375rem .75rem
}
.select2-container--bootstrap-5 .select2-selection--single {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bac2ca' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: .75rem;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	padding: 0;
	font-weight: 400;
	line-height: 1.45;
	color: var(--bs-body-color);
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	font-weight: 400;
	line-height: 1.45;
	color: var(--bs-gray-500);
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
	display:none
}
.select2-container--bootstrap-5 .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-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: .35em .65em;
	margin-right: .375rem;
	margin-bottom: .375rem;
	font-size: 1rem;
	color: var(--bs-gray-500);
	cursor: auto;
	border: 1px solid var(--bs-border-color);
	border-radius:.25rem
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	width: .75rem;
	height: .75rem;
	padding: .25em;
	margin-right: .25rem;
	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-5 .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-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
	display:none
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
	display: block;
	width: 100%;
	height:1.5em
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
	width: 100%;
	height: 1.5em;
	margin-top: 0;
	margin-left: 0;
	font-family: inherit;
	line-height: 1.5;
	background-color:transparent
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
	right:.75rem
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
	color: var(--bs-gray-500);
	cursor: not-allowed;
	background-color: var(--bs-light);
	border-color: var(--bs-border-color);
	box-shadow:none
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
	display:none
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
	cursor:not-allowed
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	display:none
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
	padding-bottom:0
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
	display:none
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
	border-top-right-radius: 0;
	border-bottom-right-radius:0
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
	border-top-right-radius: 0;
	border-bottom-right-radius:0
}
.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection, .input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection {
	border-top-left-radius: 0;
	border-bottom-left-radius:0
}
.input-group .select2-container--bootstrap-5 {
	flex-grow:1
}
.input-group .select2-container--bootstrap-5 .select2-selection {
	height:100%
}
.is-invalid + .select2-container--bootstrap-5 .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
	border-color:var(--bs-danger)
}
.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, .is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection, form.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
	border-color:var(--bs-danger)
}
.select2-container--bootstrap-5 .select2--small.select2-selection {
	min-height: calc(1.5em + 0.5rem + 2px);
	padding: .375rem .75rem;
	font-size: .875rem
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
	width: .75rem;
	height: .75rem;
	padding: .25rem;
	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
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .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.75rem auto no-repeat
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
	padding: .375rem .75rem;
	font-size:.875rem
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
	padding:.25rem
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
	padding: .375rem .75rem
}
.select2-container--bootstrap-5 .select2--small.select2-selection--single {
	padding: .375rem 2.25rem .375rem .75rem
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered:not(:empty) {
	padding-bottom:.25rem
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	padding: .375rem .75rem;
	font-size: .875rem;
}
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	width: .75rem;
	height: .75rem;
	padding: .25rem;
	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
}
.select2-container--bootstrap-5 .select2--small.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-5 .select2--small.select2-selection--multiple .select2-selection__clear {
	right:.5rem
}
.select2-container--bootstrap-5 .select2--large.select2-selection {
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 0.875rem
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear, .select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
	width: 0.75rem;
	height: 0.75rem;
	padding: .25rem;
	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
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover, .select2-container--bootstrap-5 .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/0.75rem auto no-repeat
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
	padding: .5rem;
}
.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
	padding:.5rem 1rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--single {
	padding: 0.5rem 2.25rem 0.5rem 1rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered:not(:empty) {
	padding-bottom:.5rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	padding: .35em .65em;
	font-size: 0.875rem;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	width: 0.75rem;
	height: 0.75rem;
	padding: .25rem;
	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
}
.select2-container--bootstrap-5 .select2--large.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-5 .select2--large.select2-selection--multiple .select2-selection__clear {
	right: 1rem;
}