<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loading-indicator {
    height: 80px;
    width: 80px;
    background: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #128293;
    opacity: 0.6;
    filter: alpha(opacity=60);
}</pre></body></html>