/**
 * advertise.css
 *
 * @since 0.1.9
 * @package Ozarms
 *
 */


#listing-form-error-message {
	display: none;
}

#listing-form-error-message ul {
	border-top: 3px solid var(--e-global-color-secondary);
	padding: 1rem 2rem 1rem 3.5rem;
	margin: 0;
	background-color: var(--e-global-color-9ce55e1);
	color: var(--e-global-color-text);
	position: relative;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

#listing-form-error-message ul::before {
	font-family: WooCommerce;
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
	color: var(--e-global-color-secondary);
	content: "\e016";
}

#listing-form-error-message ul::after {
	content: " ";
	display: table;
	clear: both;
}

#listing-form-error-message ul li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

#overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background: rgba(255, 255, 255, 0.5); /* Transparent white */
	z-index: 2; /* Higher z-index to block clicks */
}

.elementor-form-waiting {
	pointer-events: none;
	opacity: 0.3 !important;
}



