.ag-theme-alpine .ag-header {
    background-color: #198754 !important;
    color: white !important;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}

.ag-theme-alpine .ag-header-cell-label {
    justify-content: center;
}

.ag-theme-alpine .ag-row {
    border-bottom: 1px solid #eef0f2 !important;
}

.ag-theme-alpine .ag-row-hover {
    background-color: #f1f8f4 !important;
}

.ag-theme-alpine .ag-row:nth-child(even) {
    background-color: #fafbfc;
}
