<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.csb-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #2a2a2a;
	/*background: rgba(0,0,0, 0.3);*/
	display: block;
}
	.csb-loader span {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		font-size: 16px;
		color: #fee50e;
		text-align: center;
		display: block;
		left: 0;
		right: 0;
	}</pre></body></html>