.vui-nav .vui-menu-title {
  display: flex;
  flex: 1;
}
.menu-section-title {
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1.25rem;
  color: rgba(156, 163, 175, 1);
  margin-bottom: 4px;
}

.vui-menu-collapsed .menu-section-title {
  display: none;
}

.dot-badge {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.dot-badge .vui-badge-number {
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  padding: 0 2px;
}
