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

.bm-header {
}


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

/*.modalcontainer {
    max-width: 95vw;
    min-width: 450px;
}*/

@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;
}

.blazored-modal {
}

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

.imageviewermodalsize {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.imageviewerbackground {
    background-color: rgba(0,0,0, 0.8) !important;
}
