#svgDiv {
  position: fixed;
  left: 0;
  top: 0;
  width: 28vw;
  height: auto;
  z-index: 9999;
  background: transparent;
  transform-origin: center center;
  will-change: transform, left, top;
  user-select: none;
  cursor: default;
  pointer-events: none !important;
}

#svgRoot {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none !important;
}

#cameraGroup {
  pointer-events: none !important;
}

.trackHitPolyline {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 250px;
  stroke: rgba(255, 255, 255, 0.001);
  pointer-events: stroke;
  cursor: grab;
}

.trackPolyline {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none !important;
}