/* .card, .btn, .form-control {
    border-radius: 0;
 } */
/* .table-hover tbody tr:hover td {
    background: aqua;
} */
.table-hover thead tr:hover th, .table-hover tbody tr:hover td {
    background-color:aqua;
}