Make Bootstrap Modal bigger than 'xl'

You can use the style argument of the modal. Something like

dbc.Modal(
    ...,
    style={"max-width": "none", "width": "90%"},
)