/*
    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;
}

/*
    Make the notification badge/chip red with white text
*/
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.c9933854.css.map*/