/*
 * 72A - Menu roxo limpo
 * Remove o fundo branco da aba ativa e mantém apenas o ponto verde.
 */

#dashboardView .sidebar .nav-item.active,
#dashboardView .sidebar .nav-item.is-active,
#dashboardView .sidebar .nav-item.selected {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

#dashboardView .sidebar .nav-item.active span,
#dashboardView .sidebar .nav-item.is-active span,
#dashboardView .sidebar .nav-item.selected span {
  color: #ffffff !important;
}

#dashboardView .sidebar .nav-item.active::before,
#dashboardView .sidebar .nav-item.is-active::before,
#dashboardView .sidebar .nav-item.selected::before {
  display: none !important;
}

#dashboardView .sidebar .nav-item.active::after,
#dashboardView .sidebar .nav-item.is-active::after,
#dashboardView .sidebar .nav-item.selected::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  transform: translateY(-50%) !important;
  background: #65e6a3 !important;
  box-shadow: 0 0 0 5px rgba(101, 230, 163, 0.16) !important;
}

#dashboardView .sidebar .nav-item {
  position: relative !important;
}
