.nav-full-width {
  border-right: 1px solid #007BFF;
  padding-right: 0px;
  font-size: 1.15em;
  font-weight: 400;
  flex-direction: column;
  margin-top: -20px;
}

.nav-full-width .nav-link {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.nav-full-width a {
  width: 100%;
}

.nav-tabs .nav-link {
  background-color: transparent;
}