.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #0275d8;
    color: #ffffff;
    cursor: pointer;
  }