
/*# sourceMappingURL=custom.min.css.map */

#globalOverlayLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.2rem;
}

#globalOverlayLoader .spinner-grow {
    width: 3rem;
    height: 3rem;
}

#overlayLoaderMessage {
    margin-top: 1rem;
    color: #212529;
    font-weight: 500;
}
