.text-base {
  font-size: 1.125rem !important;
  color: #8078C5;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0.3rem 1rem;
  border-radius: 9999px;
}

.text-base:hover {
  color: white;
  background-color: #8078C5;
}

.text-active {
  color: white !important;
  background-color: #8078C5;
  padding: 0.3rem 1rem;
  border-radius: 9999px;
}

.underline-base,
.underline-active,
.text-base:hover .underline-base,
.text-base .underline-active {
  display: none;
}