.loading {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.loading__box {
    text-align: center;
    width: 150px;
}
.loading-gif{
    width: 30px;
    margin: auto;
}