<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pannel-rgpd-deny {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	min-height: 300px;
	background: #f2f2f2;
	z-index: 1000;
	border-radius: 45px;
}

.pannel__content {
	text-align: center;
	color: #212121;
	padding: 20px;
}</pre></body></html>