body{
  /* GWS STYLING */
  /* background color for body */
  /* --mui-palette-background-default: #F9FAFA; */
}

:root {
  --brandable-background-bgcolor: #F9FAFA;
}

/* side navigation colors */
.brandable.sidenav  {
  /* background color */
  --mui-palette-background-paper: #000;
  /* header background color*/
  --brandable-sidenav-header: #262626;
  /* selected nav item */
  --brandable-sidenav-active-item: #262626;
  --brandable-sidenav-active-selected: #81bb26;
}