@layer rdg {
  @layer Defaults,
    FocusSink,
    CheckboxInput,
    CheckboxIcon,
    CheckboxLabel,
    Cell,
    HeaderCell,
    SummaryCell,
    EditCell,
    Row,
    HeaderRow,
    SummaryRow,
    GroupedRow,
    Root;

  @layer Root {
  }
}

/* ====== CUSTOM STYLES ====== */
.rdg-row-even {
  background-color:#F5F7F8;
}

.rdg-cell[aria-selected='true'] {
  outline: 2px solid var(--rdg-selection-color) !important;
  outline-offset: -2px;
}