.rz-grid-table thead tr:first-child th {
    background-color: #e9f1ff;
}

.rz-data-grid {
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px !important;
}

.rz-data-row td {
    border-color: #e9f1ff !important;
}

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
    background-color: white !important;
}