<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inLoading {
    position: relative;
}


    .inLoading .loading {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10;
        background: rgba(255, 255, 255, 0.5);
    }

.loading img {
    position: absolute;
    z-index: 100;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
</pre></body></html>