* {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  print-color-adjust: exact !important;
}

body {
  page-break-before: always !important;
  overflow: visible !important;
}

html, body, .flow-documentation {
  height: 100% !important;
}

@page {
  size: landscape;
}

.md-chat-widget-wrapper {
  display: none;
}

app-print-document > div > div > icon {
  display: none;
}
