
.navhighlight[data-v-44c9f052]:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 6px;
  background: radial-gradient(#ffffff, rgb(0, 82, 168), rgba(27, 241, 248, 0));
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

