.chart-wrap {
  position: relative;
  overflow: hidden;
}

.chart-wrap canvas {
  cursor: grab;
  touch-action: pan-y;
}

.chart-wrap canvas:active {
  cursor: grabbing;
}

.chart-pan-hint {
  position: absolute;
  right: 10px;
  bottom: 7px;
  padding: 3px 7px;
  border-radius: 7px;
  background: #07101daa;
  color: #71849d;
  font-size: 9px;
  pointer-events: none;
}

.auth-light .chart-pan-hint {
  background: #ffffffd9;
  color: #6f8092;
}
