<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loading-bar,
.loading-background{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.loading-bar {
	position: fixed;
	z-index: 10002;
	background: url(/images/common/loading.gif) no-repeat center;
	background-size: 50px 50px;
}

.loading-background {
	position: fixed;
	z-index: 10001;
	background-color: #000;
	opacity: 0.3;
}</pre></body></html>