/*
*
* Select 2
* --------------------------------------------------
*/
.select2 {
	width:100% !important;
}


.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:60px;
	user-select:none;
	-webkit-user-select:none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display:block;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position:relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-left:20px;
	padding-right: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:20px;
	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;
	margin-top:5px;
	padding:0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

.select2-dropdown {
	background-color:#fff;
	border:1px solid #333;
	border-radius:2px;
	box-sizing:border-box;
	display:block;
	position:absolute;
	left:-100000px;
	width:100%;
	z-index:12;
}

.select2-results {
	display:block;
}

.select2-results__options {
	list-style:none;
	margin:0;
	padding:0;
}

.select2-results__option {
	padding:2px 10px;
	font-size:14px;
	transition:.3s;
	user-select:none;
	-webkit-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:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.select2-search--dropdown {
	display:block;
	padding:4px;
}

.select2-search--dropdown .select2-search__field {
	width:100%;
	padding:4px;
	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:#fff;
	filter:alpha(opacity=0);
}

.select2-hidden-accessible {
	border:0 !important;
	clip:rect(0 0 0 0) !important;
	height:1px !important;
	margin:-1px !important;
	overflow:hidden !important;
	padding:0 !important;
	position:absolute !important;
	width:1px !important;
}

.select2 + .form-validation {
	z-index:14;
}

.select2-container--bootstrap {
	display:block;
}

.select2-container--bootstrap .select2-selection {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	border-radius:3px;
	color:#888;
	font-size:14px;
	font-weight:300;
	line-height:24px;
	font-style:;
	outline:0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	border-radius:3px;
	color:#888;
	font-size:14px;
	font-weight:300;
	line-height:24px;
}

.select2-container--bootstrap .select2-search__field {
	outline:0;
	font-size:14px;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
	color:#888;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
	color:#888;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
	color:#888;
	opacity:1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
	color:#888;
}

.select2-container--bootstrap .select2-results__option[role=group] {
	padding:0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
	color:#e0e0e2;
	cursor:not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color:#f5f5f5;
	color:#262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	color:#181d26;
	background-color:#f0f0f0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
	padding:10px 20px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
	padding-left:0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
	margin-left:-15px;
	padding-left:30px;
}

.select2-container--bootstrap .select2-results__group {
	color:#e0e0e2;
	display:block;
	padding:10px 15px;
	font-weight:700;
	font-size:16px;
	line-height:1.875;
	white-space:nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-color:#ececee;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color:transparent transparent #ececee transparent;
	border-width:0 5px 5px 5px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
	border-top-right-radius:0;
	border-top-left-radius:0;
}

.select2-container--bootstrap .select2-selection__clear {
	color:#333;
	cursor:pointer;
	float:right;
	font-weight:400;
	margin-right:10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
	color:var(--primary);
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
	border-color:#ccc;
	box-shadow:none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
	cursor:not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color:#f8f8f8;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
	display:none;
}

.select2-container--bootstrap .select2-dropdown {
	border-color:#ececee;
	overflow-x:hidden;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
	max-height:200px;
	overflow-y:auto;
}

.select2-container--bootstrap .select2-selection--single {
	text-align:left;
	height:60px;
	line-height:60px;
	padding:0 15px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	position:absolute;
	bottom:0;
	right:15px;
	top:0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	content:'\f078';
	font:400 16px/1 "Font Awesome 6 Pro";
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color:#888;
	padding:0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color:#e0e0e2;
}

.select2-container--bootstrap .select2-selection--multiple {
	min-height:50px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
	box-sizing:border-box;
	display:block;
	line-height:24px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
	color:#e0e0e2;
	float:left;
	margin-top:5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color:#888;
	background:#000;
	border:1px solid #000;
	border-radius:3px;
	cursor:default;
	float:left;
	margin:0;
	padding:0 15px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	background:transparent;
	padding:0 15px;
	height:48px;
	line-height:24px;
	margin-top:0;
	min-width:5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
	color:#333;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	margin-right:10px / 2;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
	color:var(--primary);
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top:10px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
	padding-left:27px;
	padding-right:15px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right:0;
	padding-left:0;
	text-align:right;
	/* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float:left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left:15px;
	right:auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
	margin-left:0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float:right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left:0;
	margin-right:15px/2;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left:2px;
	margin-right:auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
	border-color:#8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	border-color:#66512c;
}

.has-warning.select2-drop-active {
	border-color:#66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color:#66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
	border-color:#a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	border-color:#843534;
}

.has-error.select2-drop-active {
	border-color:#843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color:#843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
	border-color:#3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	border-color:#2b542c;
}

.has-success.select2-drop-active {
	border-color:#2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color:#2b542c;
}

.input-group .select2-container--bootstrap {
	display:table;
	table-layout:fixed;
	position:relative;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
	order-bottom-left-radius:0;
	border-top-left-radius:0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
	order-bottom-right-radius:0;
	border-top-right-radius:0;
}

.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
	vertical-align:top;
}

.form-input.select2-hidden-accessible {
	position:absolute !important;
	width:1px !important;
}

.form-inline .select2-container--bootstrap {
	display:inline-block;
}

.form-wrap_icon .select2.select2-container--bootstrap .select2-selection--single {
	padding-left:60px;
}