img {
	-webkit-user-drag: none;
	user-select: none;
}

#nextolive-popup-overlay {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(15, 23, 42, 0.72);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

#nextolive-popup-overlay[hidden] {
	display: none !important;
}

#nextolive-popup {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	max-width: 480px;
	width: 100%;
	padding: 28px 28px 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f172a;
}

#nextolive-popup h2 {
	margin: 0 0 8px;
	font-size: 22px;
	color: #0b5f8f;
}

#nextolive-popup .popup-intro {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #334155;
}

#nextolive-popup .popup-intro a {
	color: #0b5f8f;
	font-weight: bold;
}

#nextolive-popup label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px;
	color: #1e293b;
}

#nextolive-popup input,
#nextolive-popup textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 10px 12px;
	margin: 0 0 14px;
	font-size: 14px;
	font-family: inherit;
}

#nextolive-popup textarea {
	min-height: 90px;
	resize: vertical;
}

#nextolive-popup .popup-actions {
	display: flex;
	gap: 10px;
	margin-top: 6px;
}

#nextolive-popup button {
	border: 0;
	border-radius: 6px;
	padding: 11px 18px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	font-family: inherit;
}

#nextolive-popup .btn-submit {
	background: #0b5f8f;
	color: #ffffff;
	flex: 1;
}

#nextolive-popup .btn-submit:hover {
	background: #094d74;
}

#nextolive-popup .btn-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

#nextolive-popup .btn-skip {
	background: #e2e8f0;
	color: #334155;
}

#nextolive-popup .btn-skip:hover {
	background: #cbd5e1;
}

#nextolive-popup .popup-message {
	display: none;
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 13px;
}

#nextolive-popup .popup-message.error {
	display: block;
	background: #fee2e2;
	color: #991b1b;
}

#nextolive-popup .popup-message.success {
	display: block;
	background: #dcfce7;
	color: #166534;
}

#footer .footer-nav {
	text-align: center;
	padding: 0 0 14px;
}

#footer .footer-nav a {
	color: #fde989;
	display: inline-block;
	float: none;
	height: auto;
	margin: 0 12px;
	text-indent: 0;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#footer .footer-nav a:hover {
	color: #ffffff;
}

#footer .footer-brand a#nextolive-link {
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	color: #fde989;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

#footer .footer-brand a#nextolive-link:hover {
	color: #ffffff;
}
