.table.table-striped.table-light.table-hover tbody tr:hover {
    transform: scale(1.1);  /* Increase the size of the row */
    transition: transform 0.3s ease;  /* Smooth transition for scaling */
}


.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
}
