﻿.ggh-loading-wrap {
    width: 100%;
    position: absolute;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0.7);
    height:100%;
    top: 0;
    left: 0;
}

.ggh-loading-wrap .loading-content {
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    color: white;
}

.ggh-loading-wrap .loading-content img{
    margin-top: 50vh;
}

.ggh-loading-wrap .loading-content span {
    margin-top: 20px;
    /* color: white; */
}

.ggh-loading-wrap.over {
    height: 0;
    width: 0;
}
