.table-container {
    transition: all 0.3s ease-in-out;
}

#dataTable thead th {
    position: sticky;
    top: 0;
    background-color: #f3f4f6;
    z-index: 10;
}

#tableBody tr:hover {
    background-color: #f9fafb;
}