/* Overlay for printscreen */
.ewapp-svp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999999;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ewapp-svp-overlay-text {
  color:#fff;
  font-size:20px;
  font-family:Arial, sans-serif;
  text-align:center;
  padding:20px;
}

/* Prevent selection as fallback */
body, img, video {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  user-drag: none !important;
}
