.custom-forward-drag-select-box {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  border: 1px dashed #2563eb;
  background: rgba(37, 99, 235, 0.14);
  border-radius: 6px;
  box-sizing: border-box;
}

.custom-forward-drag-select-hit {
  outline: 2px solid #2563eb !important;
  outline-offset: 2px !important;
  border-radius: 12px !important;
}

body.custom-forward-drag-selecting,
body.custom-forward-drag-selecting * {
  user-select: none !important;
  -webkit-user-select: none !important;
  cursor: crosshair !important;
}
