<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dpui-loading {
	background-color: rgba(0,0,0,0.5);
}
.dpui-loading-inner {
	height: 300px;
	width: 450px;
	background-color: rgba(206,36,62,1);
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.dpui-loading-gif {
	width: 450px;
	height: 250px;
	font-size: 100px;
	color: white;
	background-image: url('dpLoading-2.x-skin-grey.gif');
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}
.dpui-loading-gif i, .dpui-loading-gif span, .dpui-loading-gif div, .dpui-loading-gif p,.dpui-loading-gif img {
	display: none;
}
.dpui-loading-text {
	width: 450px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #ffffff;
}</pre></body></html>