.table-card table th {
    position: sticky;
    top: 0;
}

.table-card table th,
.table-card table td {
    white-space: nowrap;
}


.table-card tbody tr { transition: background-color .2s ease; }

