/* Navigation underline fix - must load last */
.topbar .nav-link:not(.active),
.topbar .nav-link:not(.active):hover,
.topbar .nav-link:not(.active):focus,
.topbar .nav-link:not(.active):active,
.topbar .nav-link:not(.active):visited,
.topbar .nav-link:not(.active):link,
.topbar .nav-link *,
.topbar .nav-link:not(.active):hover *,
.topbar .user-profile-nav,
.topbar .user-profile-nav:hover,
.topbar .user-profile-nav:focus,
.topbar .user-profile-nav:active,
.topbar .user-profile-nav *,
.topbar .user-profile-nav:hover *,
.topbar .user-name-nav,
.topbar .user-name-nav:hover {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
  text-decoration-color: transparent !important;
  border-bottom: none !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.topbar .nav-link::after,
.topbar .nav-link::before,
.topbar .user-profile-nav::after,
.topbar .user-profile-nav::before {
  content: none !important;
}

