.table-selectable tbody tr {
    cursor: pointer;
}
.table-selectable tbody tr:hover {
    background-color: #e7f3ff !important;
}
.table-selectable tbody tr.selected {
    background-color: #cfe2ff !important;
    border-left: 3px solid #0d6efd;
}
