/* assets/custom.css */

.modal-dialog.modal-xxl { /* Cílíme na element s oběma třídami */
    max-width: 90% !important; /* Přidáme !important */
     width: 90% !important;  /* Můžete zkusit přidat i explicitní šířku */
     margin-left: auto !important;  /* Pro vycentrování, pokud je třeba */
     margin-right: auto !important;
}