.loading {
        align-items: center;
        justify-content: center;
        height: 100vh;
        width: 100vw;
        z-index: 100;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.9) url(../images/dashboard/loading.svg) center center no-repeat;
}
