/* Deprecated, find a way to use MudBlazor as a base for new modals */
.modal-dialog {
    padding-top: 3.8rem;
}

.b10Modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
