/* NAVY THEME — override aman untuk tabel ini saja */

/* Header Card */
.header-navy {
    background-color: #0a2342 !important;
    color: #ffffff !important;
}

/* Header Tabel */
.table-navy thead th {
    background-color: #0a2342 !important;
    color: #ffffff !important;
}

/* Baris ganjil */
.table-navy tbody tr:nth-of-type(odd) td {
    background-color: #112e51 !important;
    color: #ffffff !important;
}

/* Baris genap */
.table-navy tbody tr:nth-of-type(even) td {
    background-color: #1b3b63 !important;
    color: #ffffff !important;
}

/* Hover */
.table-navy tbody tr:hover td {
    background-color: #2d4d78 !important;
    color: #ffffff !important;
}

/* Border */
.table-navy td,
.table-navy th {
    border-color: #0a2342 !important;
}