﻿.blazored-modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    overflow: visible;
    z-index: 1050;
}

.blazored-modal {
    position: relative;
    z-index: 1060;
    background: white;
    border-radius: 8px;
    padding: 1rem;
    min-width: 300px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.blazored-modal-background {
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
}
