@media print {
  body * {
    visibility: hidden;
  }
  #print-root,
  #print-root * {
    visibility: visible;
  }
  #print-root {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .no-print {
    display: none !important;
  }
}
