﻿.ReportPage .TopActionsContainer {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
  align-items: center;
}
.ReportPage .header-group-separator {
  display: inline-block;
  width: 1px;
  height: 1.125rem;
  background-color: var(--fg-light);
  opacity: 0.3;
  margin: 0 0.625rem;
  align-self: center;
}
.ReportPage .GridToolbarContainer {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

/*# sourceMappingURL=Report.css.map */
