@media (max-width: 929px) {
    .loading-spiner {
        top: 40%;
        left: 45%;
        position: absolute;
    }
}
@media (min-width: 930px) {
    .loading-spiner {
        top: 45%;
        left: 55%;
        position: absolute;
    }
}
.loading-spiner-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 100;
}
.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
    overflow-y: visible !important;
}
