﻿.wrd-loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #00000073;
    width: 100%;
    z-index: 10;
    display: none;
}

.position-static {
    position: static
}

.wrd-loading.active {
    display: flex;
}

.wrd-loading img {
    height: 60px;
    margin: auto;
}
