@charset "UTF-8";

.selectize-dropdown-emptyoptionlabel {
   	text-align: left;
}
.selectize-input, .selectize-input input {
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
}
.selectize-input, 
.selectize-input input, .selectize-input input:focus {
	box-shadow: none !important;
}
.selectize-input, .selectize-input.focus {
	border: 1px solid #5C6F82;
	border-radius: 4px;
}
.selectize-control.single .selectize-input:after {
    border-color: #0066CC transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent #0066CC transparent;
}
.selectize-dropdown-emptyoptionlabel:empty {
	padding: 0 !important;
	margin: 0 !important;
}
.selectize-dropdown {
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
}
.selectize-dropdown-content {
	padding: 10px 20px;
}
.selectize-dropdown-content .option {
	color: #2F475E;
	margin-top: 10px;
   	margin-bottom: 10px;
}
.selectize-dropdown-content .selected {
	background-color: #FFFFFF;
	color: #768594;
}
.selectize-dropdown .active:not(.selected) {
	background: #FFFFFF;
	color: #2F475E;
}


/* SELECTIZE FLOATING LABELS STYLES */
.selectize-floating-label {
	position: absolute !important;
	left: 0.5rem !important;
	top: 0.5rem !important;
	display: inline-block !important;
	padding: 0.1rem 0.3rem !important;
	line-height: 1 !important;
	background-color: #fff !important;
	transition: all 300ms cubic-bezier(0.23,1,0.32,1) !important;
	z-index: 2 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	transform: translateY(0) !important;
}

.selectize-floating-label {
	cursor: pointer !important;
}
.selectize-floating-label--valued {
	cursor: text !important;
	z-index: auto !important;
}
.selectize-floating-label--select {
	cursor: default !important;
}

.selectize-floating-label--valued {
	color: #1A1A1A !important;
	font-weight: 600 !important;
	font-size: 0.8rem !important;
	transform: translateY(-185%) !important;
}
/* FINE FLOATING LABELS STYLES */