[data-project-table-selection-scroll] {
    position: relative;
}

.project-table-selection-marquee {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    border: 1px solid rgba(121, 184, 255, 0.42);
    border-radius: 14px;
    background: rgba(74, 114, 210, 0.14);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 0 1px rgba(74, 114, 210, 0.08);
    pointer-events: none;
}

body.project-table-selection-dragging [data-project-table-selection-scroll],
body.project-table-selection-dragging [data-project-table-selection-scroll] * {
    user-select: none;
}

.project-table-selection-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    min-height: 38px;
    padding: 0;
    border: 1px solid rgba(131, 148, 195, 0.16);
    border-radius: 11px;
    background: rgba(88, 96, 128, 0.28);
    color: #f2f5ff;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        background 160ms ease,
        color 160ms ease;
}

.project-table-selection-action:hover,
.project-table-selection-action:focus-visible {
    border-color: rgba(100, 145, 217, 0.28);
    background: rgba(97, 106, 139, 0.34);
    color: #ffffff;
    outline: none;
}

.project-table-selection-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.project-table-selection-action-icon svg,
.project-table-selection-action-icon svg * {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.project-table-selection-action-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
