tbody tr {
    transition: all 0.3s ease;
    
}

/* Change background and text color on hover */
tbody tr:hover {
    color: #ad1739  !important;
    font-weight: bold; 

}