<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.progress-container {
	top:0px;
	width: 100%;
	height: 8px;
	background: #ccc;
	position:fixed;
	z-index:999;
}

.progress-bar {
	height: 8px;
	background: #ff0000;
	width: 0%;
}
</pre></body></html>