/* Source and licensing information for the line(s) below can be found at https://sso.bkd.jambiprov.go.id/themes/contrib/bootstrap5/css/components/ui-dialog.css. */
/**
 * @file
 * Styles for modal windows.
 */

.ui-dialog--narrow {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .ui-dialog--narrow {
    min-width: 95%;
    max-width: 95%;
  }
}

/* Source and licensing information for the above line(s) can be found at https://sso.bkd.jambiprov.go.id/themes/contrib/bootstrap5/css/components/ui-dialog.css. */