﻿.mud-overlay-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1300;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 40px 10px rgba(0,0,0,0.5); 
}

.mud-progress-circular {
    color: var(--color-red-800, #BD120A);
}
