
body.initial {
    overflow: hidden;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-layout #loading{
    background: #161d31;
}

#loading > .loading-logo > img {
    width: 88px;
}
