.loading-mask-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    z-index: 99;
    &.global {
        position: fixed;
        width: 100vw;
        height: 100vh;
    }
}

.loading-snip-base {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
