﻿.loading-mask {
    width: 100%;
    height: 100vh;
    display: none;
    background-color: rgb(0 0 0 / 26%);
    position: fixed;
    top: 0;
}

    .loading-mask.active {
        display: flex !important;
    }