/* Bazaro24: keep the app viewport fixed while preserving normal page scrolling. */
html,
body {
  touch-action: pan-x pan-y !important;
  -ms-touch-action: pan-x pan-y !important;
}
/* Keep examples and helper placeholders visually secondary to entered values. */
html body input::placeholder,
html body textarea::placeholder {
  font-size: 80% !important;
  opacity: 0.78;
}
