#ticket_table{
    height:calc(100% - 120px);
    overflow:auto;
}

#ticket_table tbody tr{
    transition: all 0.25s;
    cursor:pointer;
}
#ticket_table tbody tr:hover{
    filter:brightness(90%);
}