.custom-dialog {
    width: 80vw; /* Set width to 80% of the viewport width */
    height: 80vh; /* Set height to 80% of the viewport height */
}

    .custom-dialog .mud-dialog-content {
        height: calc(100% - 64px); /* Adjust content height considering padding/margin */
    }
