table tr {
    cursor: pointer;
}
table tr.active {
    background-color: var(--bs-info);
}