.navDiv[data-v-cd5d6852] {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.navDiv .overflowDiv[data-v-cd5d6852] {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.navDiv .overflowDiv .outDiv[data-v-cd5d6852] {
  display: inline-block;
  height: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  position: relative;
}
.navDiv .overflowDiv .outDiv .navItem[data-v-cd5d6852] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  outline: none;
}
.navDiv .overflowDiv .outDiv .navItem:hover .word[data-v-cd5d6852],
.navDiv .overflowDiv .outDiv .navItem:hover .downIcon[data-v-cd5d6852] {
  color: #ffffff;
}
.navDiv .overflowDiv .outDiv .navItem .word[data-v-cd5d6852] {
  font-size: var(--font-size-h5);
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.navDiv .overflowDiv .outDiv .navItem .word[data-v-cd5d6852]::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.navDiv .overflowDiv .outDiv .navItem .word[data-v-cd5d6852]:hover::before {
  width: 100%;
  left: 0;
}
.navDiv .overflowDiv .outDiv .navItem .word-active[data-v-cd5d6852] {
  color: #ffffff;
}
.navDiv .overflowDiv .outDiv .navItem .word-active[data-v-cd5d6852]:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.navDiv .overflowDiv .outDiv .navItem .downIcon[data-v-cd5d6852] {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size-button-mini);
}

