.category-panel > a > i {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #9da1aa !important;
  display: block;
  padding: 0;
}

.category-panel > a > i::after {
  content: none !important;
}

[data-theme="dark"] .category-panel > a > i {
  background: #9da1aa !important;
}
