.loading {
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: red; /*[{plugin-background-color}]*/
    left: 0;
    top: 0;
}