.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;
}
.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;
	}
}
@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;
}
/*
@media ( max-width: 768px ) {
	.searchmask-wrapper {
		min-height: 365px !important;
	}
}
@media ( min-width: 768px ) and ( max-width: 1200px ) {
	.searchmask-wrapper {
		min-height: 270px !important;
	}
}
*/
.bootstrap-tagsinput .badge {
	font-size: 12px;
	line-height: 12px !important;
}
.dropdown-toggle {
	height: 20px;
	text-align: start;
}
.dropdown-item {
	padding-left: 4px !important;
}
.badge {
	cursor: default;
}
.tags-outer-wrapper input {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.tooltip {
	border-radius: 5px !important;
	line-height: 13px !important;
	padding: 4px 0 5px 0 !important;
}
.tooltip-inner {
	max-width: 400px !important;
	padding: 4px 8px 6px 8px !important;
	color: #000 !important;
	background-color: #F4F4F4 !important;
}
.bs-tooltip-auto {
	background-color: #FFF;
}
#ulAteo {
	list-style-type: none;
	font-size: 13px;
	min-width: 70px;
	background-color: #F8F8F8;
	text-align: start;
	color: 0;
	padding: 0;
	line-height: 14px;
	margin-top: 4px;
	margin-left: -8px;
	margin-right: -3px;
	border-radius: 5px;
}
.del-icons-background {
	background-size: contain;
	background-repeat: no-repeat;
}
.del-icons {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.del-icons:before {
	content: '\00a0';
}
.del-icons.del-icons-squared {
	width: 1em;
}
.del-icon {
	background-image: url(../del.png);
}
.del-icon.del-icon-squared {
	background-image: url(../del.png);
}
