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

.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 {
	background-color: #fff;
	border: 1px solid #ced4da !important;
	box-sizing: border-box !important;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0 10px 10px !important;
	outline: none !important;
	padding: 6px 10px;
	width: calc(100% - 20px) !important;
}

.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,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");
	background-size: 8px;
	border-radius: 10em;
	height: 20px;
	margin-right: 25px;
	margin-top: -10px;
	opacity: .25;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
}

.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:focus, .frm-fluent-form .choices[data-type*=select-one] .choices__button:hover {
	opacity: 1;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button:focus {
	box-shadow: 0 0 0 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 {
	border: 5px solid transparent;
	border-top-color: #495057;
	content: "";
	height: 0;
	margin-top: -2.5px;
	pointer-events: none;
	position: absolute;
	right: 11.5px;
	top: 50%;
	width: 0;
}

.frm-fluent-form .choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #495057;
	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 {
	left: 0;
	margin-left: 25px;
	margin-right: 0;
	right: auto;
}

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

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

.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:focus, .frm-fluent-form .choices[data-type*=select-multiple] .choices__button:hover {
	background-color: transparent;
	opacity: 1;
}

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

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

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

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

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

.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 {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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-left: 24px;
	padding-right: 12px;
}

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

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

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

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

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

.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 {
	background-color: #fff;
	border: 1px solid #80bdff;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	height: auto;
	margin-top: -1px;
	max-height: 180px;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: -moz-max-content;
	width: max-content;
	will-change: visibility;
	word-break: break-all;
	z-index: 3;
}

.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 {
	border-radius: .25rem .25rem 0 0;
	bottom: 100%;
	margin-bottom: -1px;
	margin-top: 0;
	top: auto;
}

.frm-fluent-form .choices__list--dropdown .choices__list {
	-webkit-overflow-scrolling: touch;
	max-height: 300px;
	overflow: auto;
	position: relative;
	will-change: scroll-position;
}

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

[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 {
		padding-left: 100px;
		padding-right: 10px;
		text-align: right;
	}
	
	[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item--selectable:after {
		left: 10px;
		right: auto;
	}
}

.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;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

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

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

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

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

.choices__list {
	max-width: 100%;
}

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

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