.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    justify-content: space-around;
    background: #ffffff;
    overflow-x: hidden;
    display:grid;
    grid-template-columns: 100vw;
    background: rgba(0, 0, 0, 0.2);
    z-index:10000;
}

.loading-overlay .loading-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-overlay .loading-progress .MuiCircularProgress-circle {
    stroke: #000000;
}
