.nav-link.active {
  position: relative;
}

.nav-link.active::after {
  content: none !important;
  display: none !important;
}

