/* /Controls/ImageDialog.razor.rz.scp.css */
/* Add this CSS to your main CSS file */
.fullscreen-image[b-ksjr1twc7l] {
  /*max-width: 100vw;*/
  /* Maximum width: full viewport width */
  /*max-height: 100vh;*/
  /* Maximum height: full viewport height */
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/* Center the Close button within the dialog */
.centered-close-button[b-ksjr1twc7l] {
  display: flex;
  justify-content: center;
  width: 100%;
  /* Ensures the div takes up full width of DialogActions */
}
/* /Controls/Notificaton/MessageBoxAdvanced.razor.rz.scp.css */
.mud-dialog-content[b-irwykit7wi] {
  font-size: 16px !important;
}
/* /Controls/Notificaton/MessageBoxSimple.razor.rz.scp.css */
.custom-dialog-content[b-wy5jb4hmy6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  padding: 50px !important;
  width: 100% !important;
}
