.ag-theme-alpine {
    /* disable all borders */
    --ag-borders: none;
    /* then add back a border between rows */
    --ag-row-border-style: solid;
    --ag-row-border-width: 1px;
    --ag-row-border-color: #D3D3D3;
    --ag-cell-horizontal-border: solid #D3D3D3;
    --ag-header-column-separator-display: block;
    /* background color of grids */
    --ag-background-color: white;
}

.ag-header-cell-label {
  justify-content: center;
}
.bold-text {
  font-weight: bold !important;
 }
.bold-and-highlight {
  font-weight: bold;
  background-color: honeydew;
  color: black;
 }
