.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, .06) !important;
	border: 0 none !important;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: "!";
	visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
}

.selectize-control .dropdown-header {
	position: relative;
	padding: 10px 8px;
	border-bottom: var(--components-border);
	background: #f8f8f8;
	border-radius: 3px 3px 0 0;
}

.selectize-control .dropdown-header-close {
	position: absolute;
	line-height: 20px;
	right: 8px;
	top: 50%;
	font-size: 20px !important;
	color: #303030;
	margin-top: -12px;
	opacity: .4;
}

	.selectize-control .dropdown-header-close:hover {
		color: #000;
	}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
	display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	min-width: 0;
	flex-grow: 1;
	flex-basis: 0;
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
}

	.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
		border-right: 0 none;
	}

	.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
		display: none;
	}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
}

.selectize-dropdown .optgroup {
	padding: 0;
	border-top: var(--components-border);
	cursor: default;
}

	.selectize-dropdown .optgroup:first-child {
		border-top: none;
		padding-top: 0;
		margin-top: 5px;
	}

.selectize-dropdown .optgroup-header {
	font-family: OpenSansSemiBold, sans-serif;
	text-transform: uppercase;
	word-spacing: 0.25em;
	letter-spacing: 0.05em;
}

	.selectize-dropdown .optgroup-header > .highlight {
		pointer-events: none;
	}

.selectize-control.plugin-remove_button .item {
	padding-right: 0 !important;
}

	.selectize-control.plugin-remove_button .item .remove {
		position: absolute;
		top: 5.5px;
		right: -2px;
		line-height: 12px;
		font-size: 16px;
		color: inherit;
		text-decoration: none;
		padding: 0 6px;
		border-bottom: solid 1px transparent;
		box-sizing: border-box;
		opacity: 0.35;
	}

		.selectize-control.plugin-remove_button .item .remove:hover {
		}

	.selectize-control.plugin-remove_button .item.active .remove {
	}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
	background: none;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
	display: none;
}

.selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 23px;
}

.selectize-control {
	position: relative;
	box-sizing: border-box;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
	font-family: OpenSans, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	color: #666666;
	cursor: default;
}

	.selectize-input input[disabled] {
		display: none;
	}

.selectize-input, .selectize-control.single .selectize-input.input-active {
	display: inline-block;
	cursor: text;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.selectize-input {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #666666;
	overflow: hidden;
	padding: 4px 7px 5px 7px;
	white-space: normal;
	box-sizing: border-box;
	border: var(--components-border);
	border-radius: 3px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07);
	z-index: 1;
	background-color: #ffffff;
}

	.selectize-input:hover, .selectize-input:focus {
		border: var(--components-border-dark);
		box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	}

.selectize-control.multi .selectize-input.has-items {
	padding: 1px 3px 2px 3px;
}

.selectize-input:not(.has-items) > input {
	margin-left: 3px;
}

.selectize-input.full {
	background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
	cursor: default !important;
}

.selectize-input.focus {
}

.selectize-input.dropdown-active {
}

.selectize-input > * {
	display: inline-block;
	zoom: 1;
}

.selectize-control.multi .selectize-input > div {
	position: relative;
	line-height: 18px;
	color: #333333;
	padding: 2px 5px;
	padding-right: 17px !important;
	margin: 2px 2px 0 0;
	vertical-align: top;
	background-color: rgba(147, 216, 240, 0.5);
	border-radius: 2px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

	.selectize-control.multi .selectize-input > div.active {
		/*background-color: rgba(226, 188, 71, 0.5);*/
	}

	.selectize-control.multi .selectize-input > div:hover {
		background-color: rgba(123, 182, 201, 0.5);
	}

	.selectize-control.multi .selectize-input > div:hover .remove {
		opacity: 1;
	}

	.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
		padding-right: 7px !important;
	}

.selectize-input > input {
	height: 22px;
	vertical-align: bottom;
	padding: 0;
	border: none !important;
	box-shadow: none !important;
}

.disabled .selectize-input > input {
	display: none;
}

.selectize-input > input::-ms-clear {
	display: none;
}

.selectize-input > input:focus {
	outline: none !important;
}

.selectize-input > input[placeholder] {
	margin-left: 5px;
	cursor: text;
}

.selectize-input.has-items > input {
	margin: 0 2px;
}

.selectize-input::after {
	content: ' ';
	display: block;
	position: relative;
	clear: left;
	top: 3px;
}

.selectize-input.dropdown-active::before {
	content: ' ';
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	position: absolute;
	background: #f0f0f0;
}

.selectize-dropdown {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	margin: -1px 0 0 0;
	background: #fff;
	border: var(--components-border-dark);
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: var(--components-box-shadow-hover);
	z-index: 10000;
}

	.selectize-dropdown [data-selectable] {
		cursor: pointer;
		overflow: hidden;
	}

		.selectize-dropdown [data-selectable] .highlight {
			font-family: OpenSansSemiBold, sans-serif;
			color: #333333;
			background-color: rgba(147, 216, 240, 0.35);
			border-radius: 2px;
		}

	.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
		padding: 5px 8px;
	}

	.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
		cursor: inherit;
	}

	.selectize-dropdown [data-selectable].option {
		opacity: 1;
		cursor: pointer;
	}

	.selectize-dropdown .optgroup:first-child .optgroup-header {
		padding-top: 0;
		border-top: none;
	}

	.selectize-dropdown .optgroup-header {
		color: #303030;
		cursor: default;
	}

	.selectize-dropdown .active {
		color: #333333;
		background-color: rgba(147, 216, 240, 0.2);
	}

		.selectize-dropdown .active.create {
			color: #495c68;
		}

	.selectize-dropdown .create {
		color: rgba(48, 48, 48, .5);
	}

	.selectize-dropdown .option:last-of-type {
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}

.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 315px;
	overflow-scrolling: touch;
}

	.selectize-dropdown-content .option[data-lvl='2']:before {
		content: '-';
		display: inline-block;
		margin-right: 5px;
	}

	.selectize-dropdown-content .option.selected {
		font-family: OpenSansSemiBold, sans-serif;
		color: #333333;
		background-color: rgba(147, 216, 240, 0.35);
	}

		.selectize-dropdown-content .option.selected:before {
			content: '*';
			display: inline-block;
			margin-right: 5px;
		}

.selectize-dropdown .spinner {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px 8px;
}

	.selectize-dropdown .spinner:after {
		content: ' ';
		display: block;
		width: 24px;
		height: 24px;
		margin: 3px;
		border-radius: 50%;
		border: 5px solid #d0d0d0;
		border-color: #d0d0d0 transparent #d0d0d0 transparent;
		animation: lds-dual-ring 1.2s linear infinite;
	}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	cursor: pointer;
}

	.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
		cursor: text;
	}

.selectize-input.not-full {
	padding: 3px 0 2px 2px;
}

.selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: gray transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent gray transparent;
}

.selectize-control.rtl {
	text-align: right;
}

	.selectize-control.rtl.single .selectize-input:after {
		left: 15px;
		right: auto;
	}

	.selectize-control.rtl .selectize-input > input {
		margin: 0 4px 0 -2px !important;
	}

.selectize-control .selectize-input.disabled {
}
