/* Selection functionality */

/* Selection rectangle */
.selection-rectangle {
    position: absolute;
    border: 2px dashed var(--selection-color);
    background: rgba(26, 35, 50, 0.2);
    pointer-events: none;
    z-index: 9999;
}
/* Selection rectangle */
.selection-rectangle {
    position: absolute;
    border: 2px dashed #60a5fa;
    background: rgba(26, 35, 50, 0.2);
    pointer-events: none;
    z-index: 9999;
}