﻿.axamit-modal-progress {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 12;
    padding: 6px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.64);
}
