html.dash-cursor-hide-native,
html.dash-cursor-hide-native *,
html.dash-cursor-hide-native *:hover,
html.dash-cursor-hide-native *:active,
html.dash-cursor-hide-native *:focus {
  cursor: none !important;
}

.dash-cursor-line {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147483647;
  pointer-events: none;
  opacity: 1;
  will-change: transform, background-color, box-shadow, opacity;
  transition: opacity 120ms linear, background-color 120ms linear;
  transform: translate3d(-9999px, -9999px, 0);
}

@media (pointer: coarse) {
  .dash-cursor-line {
    display: none !important;
  }
}
