html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@page print {
  size: 8.27in 11.69in;
  margin: 0.5in 0.5in 0.5in 0.5in;
  mso-header-margin: 0.5in;
  mso-footer-margin: 0.5in;
  mso-paper-source: 0;
}
.print {
  page: print;
}
.fprint {
  display: none;
}
@media print {
  .fprint {
    display: block;
  }
  .print-mt {
  }
}
.filterTab .Mui-selected {
  background: #4caf50 !important;
  border-radius: 8px !important;
  color: #fff !important;
  border: 0 !important;
}
#filterDialog {
  display: none;
}
