/* src/styles.css */
html,
body {
  overflow: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media print {
  html,
  body {
    overflow: visible !important;
    height: auto !important;
  }
  .header,
  .custom-sidebar,
  .sidebar-overlay,
  .notification-banner,
  .toast-container {
    display: none !important;
  }
  .pdf-viewer-wrapper,
  ngx-extended-pdf-viewer {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
