.button-right {
  float: right;
  margin: 10px !important;
}
.clear {
  clear: both;
}
.ag-theme-material {
  --ag-cell-horizontal-padding: 0;
  --ag-row-group-indent-size: 1;
  /* Bold burgundy headers for all grids */
  /* Center-aligned headers */
}
.ag-theme-material .ag-header-cell-label {
  font-weight: bold;
  color: #6B0F1A;
}
.ag-theme-material .ag-header-cell-center .ag-header-cell-label {
  justify-content: center;
}
