.loading-root {
    position        : fixed;
    left            : 0;
    top             : 0;
    z-index         : 100;
    width           : 100%;
    height          : 100%;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    align-items     : center;
    background-color: #ffffff;
}

.loading-root img {
    width  : 64px;
    opacity: 0.8;
}

.loading-root div {
    margin-top    : 1rem;
    font-size     : 20px;
    color         : #606060;
    letter-spacing: 3px;
    font-weight   : 500;
    font-family   : sans-serif;
}