.ag-theme-quartz {
    --ag-font-size: .82rem !important;
}

.ag-row-even {
  background-color:#ffffff85 !important;
}

.ag-row-odd {
  background-color:#ecffed1f !important;
}

.base-group-header {
    background-color: #c7f2f8 !important;
  }
  
  .base-col-header {
    background-color: rgb(220 252 255) !important;
  }


.displayed-variable-group-header {
    background-color: #c5f8ea !important;
  }

.data-display-col-header {
  background-color: rgb(235 255 246) !important;
}

.displayed-variable-group-header .ag-header-group-cell-label {
    /*justify-content: center;*/
    color: #08403e;
  }