﻿.blazor-modal-container {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 103;
}

.blazor-modal-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 104;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}