.nfsf-nf-ss {
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.nfsf-nf-ss > select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.nfsf-nf-ss__btn {
	width: 100%;
	max-width: 100%;
	text-align: left;
	box-sizing: border-box;
	min-height: 38px;
	padding: 8px 32px 8px 10px;
	background: #fff;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.nfsf-nf-ss.is-open .nfsf-nf-ss__btn {
	border-color: #2271b1;
}
.nfsf-nf-ss__panel {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100050;
	margin-top: 2px;
	background: #fff;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	max-height: 280px;
	display: flex;
	flex-direction: column;
}
.nfsf-nf-ss__q {
	width: calc(100% - 16px) !important;
	margin: 8px !important;
	box-sizing: border-box !important;
}
.nfsf-nf-ss__list {
	overflow: auto;
	max-height: 220px;
}
.nfsf-nf-ss__opt {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	background: #fff;
	padding: 8px 12px;
	cursor: pointer;
}
.nfsf-nf-ss__opt:hover,
.nfsf-nf-ss__opt.is-selected {
	background: #f0f6fc;
}
.nfsf-nf-ss__empty {
	padding: 10px 12px;
	color: #646970;
}
.nf-form-cont .select2-search--dropdown,
.apollo-redesign-form-page .select2-search--dropdown,
.apollo-viewer-form-page .select2-search--dropdown,
body.apollo-redesign-form-shell .select2-search--dropdown,
body.apollo-viewer-form-shell .select2-search--dropdown {
	display: block !important;
}
