/*
    This is used to hide the System Kind from the
    CatalogIndexPage 'Kind' Dropdown filter.
*/
ul[role='listbox'] li[data-value='system'] {
  display: none;
}

/*
    Remove text decoration (underline) from NotificationsSidebarItem
*/
a.BackstageSidebarItem-root,
a[class*='BackstageSidebarItem-root'],
a[aria-label='Notifications'] {
  text-decoration: none !important;
}

/*
    Opt-in centering for PrimeReact column headers.
    Apply by setting headerClassName="p-column-center" on a Column component.
*/
.p-column-center .p-column-header-content {
  justify-content: center;
}

a[aria-label='Notifications'] .MuiChip-root,
a[aria-label='Notifications'] div[class*='MuiChip-root'],
div[class*='BackstageSidebarItem-secondaryAction'] .MuiChip-root {
  background-color: #ef1541 !important;
  color: #ffffff !important;
}


/*# sourceMappingURL=main.aafa1d8c.css.map*/