.searchmask-wrapper {
	margin-bottom: 2rem;
	min-height: 233px;
	position: relative;
	z-index: 20;
}

.container .promo-plugin-content-wrapper .searchmask-wrapper {
	margin-bottom: 4rem;
}

.searchmask-wrapper[class^='cruisecompass_searchmask_'],
.searchmask-wrapper[class*=' cruisecompass_searchmask_'] {

}
.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-wrapper,
	.searchmask-style .bg-white {
		background-color: transparent !important;
	}
}
*/
@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;
}
.searchmask-dropdown {
	position: absolute;
	z-index: 100;
}