.select2-container {
	position: relative;
	display: inline-block;
	width: 100% !important;
	margin: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

.select2-container .select2-selection--single {
	display: block;
	height: calc(1.47em + 1.625rem + 2px);
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container .select2-selection--multiple {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
	display: block;
	padding: 0;
	border: none;
	font-size: 0.9375rem;
	min-height: 1.4375rem;
	box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.has-error .select2-container {
	outline: 1px dashed red;
}

.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 12;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	color: #262a37;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding-left: 1.1875rem;
	padding-right: 1.1875rem;
	user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid white;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.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: 12;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !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: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: calc(1.47em + 1.625rem + 2px)-0.9375rem/2;
	padding-bottom: calc(1.47em + 1.625rem + 2px)-0.9375rem/2;
	padding-left: 1.1875rem;
	font-size: 0.9375rem;
	line-height: 1;
	color: #262a37;
	padding-right: 1.25rem;
}

.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: #262a37;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	margin-top: -2px;
	border-color: #262a37 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
	background-color: #eef0f2;
	color: #454d64;
}

.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 #262a37 transparent;
	border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	padding: calc(1.47em + 1.625rem + 2px)-1.9375rem/20.25rem 1.4375rem calc(1.47em + 1.625rem + 2px)-1.9375rem/2 0.9375rem;
	list-style: none;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin-bottom: 0.25rem;
	margin-left: 0.25rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #262a37;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 0.25rem;
	cursor: default;
	font-size: 0.9375rem;
	background-color: #0052ff;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
	background-color: #eef0f2;
	color: #454d64;
}

.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--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
	color: #262a37;
}

.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] {
	background-color: #eef0f2;
	color: #454d64;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option:hover {
	background-color: #0052ff;
	color: #fff;
}

.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__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container .select2-selection--single {
	font-size: 0.9375rem;
	line-height: 1.47;
	border: 1px solid #a7a9b2;
	border-radius: 0.25rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 0.8125rem;
	padding-bottom: 0.8125rem;
	padding-left: 1.25rem;
	line-height: 1.47;
}

.select2-container .select2-selection--single:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 82, 255, 0.25);
}

.select2-container .select2-selection--multiple {
	font-size: 0.9375rem;
	line-height: 1.47;
	border: 1px solid #a7a9b2;
	border-radius: 0.25rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 0.8125rem 1.25rem 0;
	margin-bottom: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
	margin-bottom: 0.8125rem;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	line-height: 1;
}

.select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 82, 255, 0.25);
}

.select2-dropdown {
	z-index: 10;
}

.select2-results__option {
	padding: 0.8125rem 1.25rem;
}

.select2-container--open .select2-dropdown--below {
	border: 1px solid #a7a9b2;
	border-top: none;
	border-radius: 0 0 0.25rem 0.25rem;
}

.select2-container--open .select2-dropdown--above {
	border: 1px solid #a7a9b2;
	border-bottom: none;
	border-radius: 0.25rem 0.25rem 0 0;
}

.select2-search--dropdown {
	padding: 0.8125rem 1.25rem;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #a7a9b2;
}

.select2-primary + .select2-container .select2-selection--single,
.select2-primary + .select2-container .select2-selection--multiple {
	border-color: #0052ff;
}

.select2-primary + .select2-container .select2-selection--single:focus,
.select2-primary + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 82, 255, 0.25);
}

.select2-primary + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #0052ff;
}

.select2-container--open .select2-primary.select2-dropdown--below,
.select2-container--open .select2-primary.select2-dropdown--above {
	border-color: #0052ff;
}

.select2-container--open .select2-primary.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-primary.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-primary.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-primary.select2-dropdown--above .select2-results__option:hover {
	background-color: #0052ff;
	color: #fff;
}

.select2-secondary + .select2-container .select2-selection--single,
.select2-secondary + .select2-container .select2-selection--multiple {
	border-color: #1bc773;
}

.select2-secondary + .select2-container .select2-selection--single:focus,
.select2-secondary + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(27, 199, 115, 0.25);
}

.select2-secondary + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #1bc773;
}

.select2-container--open .select2-secondary.select2-dropdown--below,
.select2-container--open .select2-secondary.select2-dropdown--above {
	border-color: #1bc773;
}

.select2-container--open .select2-secondary.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-secondary.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-secondary.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-secondary.select2-dropdown--above .select2-results__option:hover {
	background-color: #1bc773;
	color: #fff;
}

.select2-success + .select2-container .select2-selection--single,
.select2-success + .select2-container .select2-selection--multiple {
	border-color: #00c3aa;
}

.select2-success + .select2-container .select2-selection--single:focus,
.select2-success + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 195, 170, 0.25);
}

.select2-success + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #00c3aa;
}

.select2-container--open .select2-success.select2-dropdown--below,
.select2-container--open .select2-success.select2-dropdown--above {
	border-color: #00c3aa;
}

.select2-container--open .select2-success.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-success.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-success.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-success.select2-dropdown--above .select2-results__option:hover {
	background-color: #00c3aa;
	color: #fff;
}

.select2-info + .select2-container .select2-selection--single,
.select2-info + .select2-container .select2-selection--multiple {
	border-color: #8bd3fb;
}

.select2-info + .select2-container .select2-selection--single:focus,
.select2-info + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(139, 211, 251, 0.25);
}

.select2-info + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #8bd3fb;
}

.select2-container--open .select2-info.select2-dropdown--below,
.select2-container--open .select2-info.select2-dropdown--above {
	border-color: #8bd3fb;
}

.select2-container--open .select2-info.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-info.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-info.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-info.select2-dropdown--above .select2-results__option:hover {
	background-color: #8bd3fb;
	color: #1a2643;
}

.select2-warning + .select2-container .select2-selection--single,
.select2-warning + .select2-container .select2-selection--multiple {
	border-color: #feb006;
}

.select2-warning + .select2-container .select2-selection--single:focus,
.select2-warning + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(254, 176, 6, 0.25);
}

.select2-warning + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #feb006;
}

.select2-container--open .select2-warning.select2-dropdown--below,
.select2-container--open .select2-warning.select2-dropdown--above {
	border-color: #feb006;
}

.select2-container--open .select2-warning.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-warning.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-warning.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-warning.select2-dropdown--above .select2-results__option:hover {
	background-color: #feb006;
	color: #1a2643;
}

.select2-danger + .select2-container .select2-selection--single,
.select2-danger + .select2-container .select2-selection--multiple {
	border-color: #fe355f;
}

.select2-danger + .select2-container .select2-selection--single:focus,
.select2-danger + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(254, 53, 95, 0.25);
}

.select2-danger + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #fe355f;
}

.select2-container--open .select2-danger.select2-dropdown--below,
.select2-container--open .select2-danger.select2-dropdown--above {
	border-color: #fe355f;
}

.select2-container--open .select2-danger.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-danger.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-danger.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-danger.select2-dropdown--above .select2-results__option:hover {
	background-color: #fe355f;
	color: #fff;
}

.select2-light + .select2-container .select2-selection--single,
.select2-light + .select2-container .select2-selection--multiple {
	border-color: #dde3e8;
}

.select2-light + .select2-container .select2-selection--single:focus,
.select2-light + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(221, 227, 232, 0.25);
}

.select2-light + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #dde3e8;
}

.select2-container--open .select2-light.select2-dropdown--below,
.select2-container--open .select2-light.select2-dropdown--above {
	border-color: #dde3e8;
}

.select2-container--open .select2-light.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-light.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-light.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-light.select2-dropdown--above .select2-results__option:hover {
	background-color: #dde3e8;
	color: #1a2643;
}

.select2-dark + .select2-container .select2-selection--single,
.select2-dark + .select2-container .select2-selection--multiple {
	border-color: #1a2643;
}

.select2-dark + .select2-container .select2-selection--single:focus,
.select2-dark + .select2-container .select2-selection--multiple:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(26, 38, 67, 0.25);
}

.select2-dark + .select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #1a2643;
}

.select2-container--open .select2-dark.select2-dropdown--below,
.select2-container--open .select2-dark.select2-dropdown--above {
	border-color: #1a2643;
}

.select2-container--open .select2-dark.select2-dropdown--below .select2-results__option[aria-selected=true], .select2-container--open .select2-dark.select2-dropdown--below .select2-results__option:hover,
.select2-container--open .select2-dark.select2-dropdown--above .select2-results__option[aria-selected=true],
.select2-container--open .select2-dark.select2-dropdown--above .select2-results__option:hover {
	background-color: #1a2643;
	color: #fff;
}

