.wipe-selection-box {
  border: 2px dashed #ff0000;
  background-color: rgba(255, 0, 0, 0.2);
  position: absolute;
  pointer-events: none; /* So it doesn't interfere with mouse events */
}
