 /* additional styling elements used by Dash*/

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

.right-aligned-header .ag-header-cell-label {
  justify-content: right;
}

.ag-theme-quartz {
  --ag-data-color: #22253d !important;
  --ag-header-foreground-color: rgb(255, 255, 255)!important;
  --ag-header-background-color: #22253d!important;
  --ag-font-size: 17px!important;
  --ag-font-family: 'Kumbh Sans', sans-serif!important;
}

.html-p-bigger {
  font-size: 22px !important;
}

.html-p-bigger-italics {
  font-size: 22px !important;
  font-style: italic !important;
}

.ag-tooltip {
  color: white !important;
  background-color: #22253d !important;
}

.custom-tooltip {
  color: white !important;
  background-color: #22253d !important;
  padding: 10px !important;
  border-radius: 4px !important;
}