/* NoteSmart V99: satu tombol CETAK/PDF khusus halaman laporan. */
#ns-v99-report-print-button{
  position:fixed!important;
  right:16px!important;
  bottom:calc(92px + env(safe-area-inset-bottom, 0px))!important;
  z-index:2147483600!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:48px!important;
  min-width:132px!important;
  max-width:calc(100vw - 32px)!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:999px!important;
  background:#1f5138!important;
  color:#fff!important;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  box-shadow:0 12px 30px rgba(15,23,42,.25)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
  animation:none!important;
  transition:filter .16s ease, transform .12s ease!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  -webkit-tap-highlight-color:transparent!important;
  touch-action:manipulation!important;
}
#ns-v99-report-print-button svg{width:19px!important;height:19px!important;flex:0 0 auto!important;}
#ns-v99-report-print-button:active{transform:translateY(1px)!important;filter:brightness(.96)!important;}
body.ns-v99-report-page{padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px))!important;}
@media (min-width:768px){
  #ns-v99-report-print-button{right:26px!important;bottom:26px!important;}
  body.ns-v99-report-page{padding-bottom:0!important;}
}
@media (max-width:420px){
  #ns-v99-report-print-button{right:14px!important;bottom:calc(88px + env(safe-area-inset-bottom, 0px))!important;min-height:46px!important;min-width:120px!important;padding:0 14px!important;font-size:13px!important;}
}
@media print{
  #ns-v99-report-print-button{display:none!important;}
}
