.searchmask-wrapper {
	margin-bottom: 2rem;
	min-height: 100px;
}
.searchmask-style {
	box-shadow: 0 .5rem 1rem rgba( 0, 0, 0, .15 ) !important;
	position: relative;
	z-index: 20;
	margin-bottom: 2rem;
	min-height: 100px;
}
.searchmask-style[data-layout="ypsilon-searchmask"] {
	min-height: 132px !important;
}
.promo-plugin-content-wrapper.open,
.promo-plugin-content-wrapper:first-of-type .open.searchmask-style[data-layout="ypsilon-searchmask"] {
	z-index: 30 !important;
}
@supports ( backdrop-filter: blur( 9px ) ) {
	.searchmask-style::before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		backdrop-filter: blur( 10px );
		-webkit-backdrop-filter: blur( 10px );
		background-color: rgba( 255, 255, 255, .65 );
	}
	.searchmask-style .bg-white {
		background-color: transparent !important;
	}
	.searchmask-wrapper * {
		position: relative;
	}
}
@supports not ( backdrop-filter: blur( 9px ) ) {
	.searchmask-style {
		background-color: #fff;
	}
}
.searchmask-style-has-style > .searchmask-loader {
	content: '';
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 35%;
	left: 50%;
}
.dropdown-trigger {
	cursor: pointer;
}
.dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.searchmask .searchmask-item .bootstrap-select .dropdown-toggle .filter-option-inner,
.searchmask .searchmask-item .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	width: 100%;
	color: var( --text-color );
}
.searchmask .searchmask-item .bootstrap-select .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
}
.searchmask-dropdown {
	position: absolute;
	z-index: 1;
}
.autocomplete-wrapper ul {
	padding-left: 0 !important;
}
