.validation-errors-container {
    max-height: 120px;
    overflow-y: auto;
    margin-bottom: 16px;
}

.mud-dialog-width-full {
    height: 800px;
    max-height: 80%;
}

@media (max-width: 959px) {
    .mud-dialog-width-full {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .mud-container {
        padding: 0 !important;
    }
}
