/* _content/Utilities.Mvvm/Modal.razor.rz.scp.css */
.ea-modal[b-beaphfx4w5] {
    display: flex;
    z-index:1000;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* For overlay effect */
}

.ea-modal-content[b-beaphfx4w5] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 95%;
    overflow-y: hidden;
}
