<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overlayer {
	opacity: 0.2;
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	display: none;
}

.error {
	color: #ff0000 !important;
	border-color: #ff0000 !important;
}

.checkbox_wrap &gt; .error {
	display: none;
}

.success {
	color: green !important;
}

.error_div {
	color: #ff0000 !important;
}

.success_div {
	color: green !important;
	display: none;
}</pre></body></html>