
.underbar-effect a:hover {
  background-color: transparent !important;
}
.underbar-effect a:focus {
  background-color: transparent !important;
}
.underbar-effect a {
  background-color: transparent !important;
}

.underbar {
  position: absolute;
  border-bottom: 5px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}

.underbar-effect a,
.underbar {
  transition: all .35s ease-in-out;
}
