#__show_loading_el__ {
    user-select: none;
    color: #d4d4d4;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    line-height: 100vh;
    background: #000000c4;
    font-size: 30px;
    display: none;
}
