.selection-box {
  position: absolute;
  background-color: rgba(52, 120, 246, 0.2);
  border: 1px solid rgba(52, 120, 246, 0.6);
  pointer-events: none;
  z-index: 1000;
  border-radius: 2px;
}
