.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.loading .content {
    width: 300px;
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    /*border: 1px solid #ccc;*/
}
