/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Popup scheduling frontend styles - minimal styles for debugging */
.instant-popup-scheduling-debug {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 10px;
	border-radius: 4px;
	font-size: 12px;
	z-index: 999999;
	max-width: 300px;
}

.instant-popup-scheduling-debug h4 {
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 14px;
}

.instant-popup-scheduling-debug ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.instant-popup-scheduling-debug li {
	margin: 2px 0;
	font-family: monospace;
}

.instant-popup-scheduling-debug .status-true {
	color: #4CAF50;
}

.instant-popup-scheduling-debug .status-false {
	color: #f44336;
} 

body .instant_popup-front.instant-popup.custom_target{
	display: none !important;
}