﻿.main-loader-backdrop {
    z-index: 1056;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

    .main-loader-backdrop .main-loader {
        font-size: 4rem;
        color: #b6b6b6;
        width: 7rem;
        height: 7rem;
    }
