
.loading-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./loading-bg.png");
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    margin-top: 0;
    top: 0;
    left: 0;
}

.loading-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 0;
    background-size: contain;
    background: url("./loading_42x42.gif") no-repeat;
    background-size: contain;
}