/* Messenger menu count v1.
   Only the Messenger item loses the red badge background. */

#app .shell > .sidebar .menu-dot.messenger-menu-dot,
#app .sidebar .menu-dot.messenger-menu-dot {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

#app .sidebar .menu-dot.messenger-menu-dot::before,
#app .sidebar .menu-dot.messenger-menu-dot::after {
  display: none !important;
  content: none !important;
}
