.modalsize {
    max-width: 95vw;
    min-width: 30vw;
    /* background-color: blue !important; */
    max-height: 80vh;
    overflow-y: auto;
}

.bm-header {
}

.bm-content .modalsize {
    overflow-y:auto;
}

.modalcontent {
    /*overflow: auto;*/
}

.modalcontainer {
    max-width: 90vw;
    min-width: 400px;
}

@media (max-width: 768px) {
    .modalcontainer {
        min-width: 70vw;
    }
}

.blazored-modal-focus-trap .loadingmodalsize {
    /*overflow-y: hidden !important;*/
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.bm-container  {
    background-color: rgba(100,100,100,0.3) !important;
    background: blue;
}
