/* ColReorder Styles - Enhanced for better visibility */
table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 202;
    border: 2px solid #3c8dbc !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    cursor: grabbing !important;
}

div.DTCR_pointer {
    width: 3px;
    background-color: #3c8dbc;
    z-index: 201;
    box-shadow: 0 0 8px rgba(60, 141, 188, 0.8);
}

/* Make column headers show grab cursor to indicate draggability */
table.dataTable thead th {
    cursor: grab;
}

table.dataTable thead th:active {
    cursor: grabbing;
}

/* Highlight effect when hovering over draggable headers */
table.dataTable thead th:hover {
    background-color: rgba(60, 141, 188, 0.1);
}
