/*=====  End of Choices  ======*/

/*# sourceMappingURL=choices.css.map*/

/*===============================
=            Choices            =
===============================*/
.frm-fluent-form .choices {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	font-size: 16px;
}

.frm-fluent-form .choices:focus {
	outline: none;
}

.frm-fluent-form .choices:last-child {
	margin-bottom: 0;
}

.frm-fluent-form .choices.is-open {
	overflow: initial;
}

.frm-fluent-form .choices.is-disabled .choices__inner, .frm-fluent-form .choices.is-disabled .choices__input {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.frm-fluent-form .choices.is-disabled .choices__item {
	cursor: not-allowed;
}

.frm-fluent-form .choices [hidden] {
	display: none !important;
}

.frm-fluent-form .choices[data-type*=select-one] {
	cursor: pointer;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__input {
	border: 1px solid #ced4da !important;
	outline: none !important;
	display: block;
	width: calc(100% - 20px) !important;
	margin: 10px 0 10px 10px !important;
	box-sizing: border-box !important;
	background-color: #fff;
	line-height: 1.6;
	font-size: 16px;
	padding: 6px 10px;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__input:focus {
	border: 1px solid #00bcd4;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
	padding: 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: .25;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button.nitro-lazy {
	background-image: none !important;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button:hover, .frm-fluent-form .choices[data-type*=select-one] .choices__button:focus {
	opacity: 1;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button:focus {
	box-shadow: 0px 0px 0px 2px #00bcd4;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
	display: none;
}

.frm-fluent-form .choices[data-type*=select-one]:after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #495057 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}

.frm-fluent-form .choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #495057 transparent;
	margin-top: -7.5px;
}

.frm-fluent-form .choices[data-type*=select-one][dir=rtl]:after {
	left: 11.5px;
	right: auto;
}

.frm-fluent-form .choices[data-type*=select-one][dir=rtl] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__inner {
	cursor: text;
	padding: 0px 10px;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__button {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 8px;
	padding: 0px 20px 0px 10px;
	border-left: 1px solid #fff;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: 1;
	border-radius: 0;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__button.nitro-lazy {
	background-image: none !important;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__button:hover, .frm-fluent-form .choices[data-type*=select-multiple] .choices__button:focus {
	opacity: 1;
	background-color: transparent;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
	border: none;
	font-size: 16px;
	line-height: 1.6;
	background: transparent;
	padding: 6px 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
	width: 100%;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input:focus {
	box-shadow: none;
	border: none;
	outline: none;
}

.frm-fluent-form .choices[data-type*=select-multiple]:after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #495057 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}

.frm-fluent-form .choices[data-type*=select-multiple].is-open:after {
	border-color: transparent transparent #495057 transparent;
	margin-top: -7.5px;
}

.frm-fluent-form .choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: .25rem;
	font-size: 14px;
	min-height: auto;
	overflow: hidden;
	background: white;
}

.is-focused .frm-fluent-form .choices__inner, .is-open .frm-fluent-form .choices__inner {
	border-color: #80bdff;
}

.is-open .frm-fluent-form .choices__inner {
	border-radius: .25rem .25rem 0 0;
}

.is-flipped.is-open .frm-fluent-form .choices__inner {
	border-radius: 0 0 .25rem .25rem;
}

.frm-fluent-form .choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.frm-fluent-form .choices__list--single {
	display: inline-block;
	padding: 6px 24px 6px 12px;
	width: 100%;
}

[dir=rtl] .frm-fluent-form .choices__list--single {
	padding-right: 12px;
	padding-left: 24px;
}

.frm-fluent-form .choices__list--single .choices__item {
	width: 100%;
	line-height: 1.65;
	font-size: 16px;
}

.frm-fluent-form .choices__list--multiple {
	display: inline;
}

.frm-fluent-form .choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 3px;
	background-color: teal;
	border: 1px solid teal;
	color: #fff;
	word-break: break-all;
	box-sizing: border-box;
}

.frm-fluent-form .choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px;
}

[dir=rtl] .frm-fluent-form .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 5px;
}

.frm-fluent-form .choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}

.is-disabled .frm-fluent-form .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191;
}

.frm-fluent-form .choices__list--dropdown {
	max-height: inherit;
}

.frm-fluent-form .choices__list--dropdown.is-active {
	visibility: visible;
}

.is-open .frm-fluent-form .choices__list--dropdown {
	border-color: #80bdff;
}

.is-flipped .frm-fluent-form .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0;
}

.frm-fluent-form .choices__list--dropdown .choices__list {
	max-height: 200px;
}

.frm-fluent-form .choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}

[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item {
	text-align: right;
}

@media (max-width: 640px) {
	.frm-fluent-form .choices__list--dropdown .choices__item {
		padding: 16px;
	}
}

@media (min-width: 640px) {
	.frm-fluent-form .choices__list--dropdown .choices__item--selectable {
		padding-right: 100px;
	}
	
	.frm-fluent-form .choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px;
	}
	
	[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item--selectable:after {
		right: auto;
		left: 10px;
	}
}

.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5;
}

.frm-fluent-form .choices__item {
	cursor: default;
}

.frm-fluent-form .choices__item--selectable {
	cursor: pointer;
}

.frm-fluent-form .choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .5;
}

.frm-fluent-form .choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}

.frm-fluent-form .choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.frm-fluent-form .choices__button:focus {
	outline: none;
}

.frm-fluent-form .choices__placeholder {
	color: #495057;
	font-size: 16px;
	line-height: 1.65;
}

.choices__list.choices__list--dropdown.is-active {
	display: block !important;
}

.choices__list.choices__list--dropdown {
	display: none;
}
