﻿.gridjs-tr.row-last {
    background-color: #ffdddd !important;
}

.gridjs-tr.row-normal {
    background-color: #ddffdd !important;
}

/* Penggunaan selektor :has() dan .gridjs-table memastikan spesifisitas tinggi */
/*.gridjs-table tbody tr:has(.indicator-last-contract) {
    background-color: #ffcccc !important;
    background: #ffcccc !important;
}*/
/* Warnai seluruh row yg punya indicator-last-contract */
.gridjs-table tbody tr:has(.indicator-last-contract) td {
    background-color: #ffcccc !important;
}

    /* KEMBALIKAN warna tombol di kolom action */
    .gridjs-table tbody tr:has(.indicator-last-contract) td button {
        background-color: inherit !important;
        color: inherit !important;
        opacity: 1 !important;
    }

        /* Kembalikan warna ICON font bootstrap */
        .gridjs-table tbody tr:has(.indicator-last-contract) td button i {
            color: inherit !important;
        }