#navbar {
  position: sticky;
  z-index: 1030;
  margin-right: 0;
  margin-left: 0;
  top: 20vh;
  height: 6vh;
  background-color: #171725;
}

.nav-item {
  height: 100%;
}

.nav-tabs {
  border : unset !important;
  height : 42px !important;
  font-family: "";
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px;
  background-color: #0D2B56 !important;
  color:white;
  font-size:12px;
  font-weight: 700;
  font-family: "proxima-nova";
  font-style: normal;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0D2B56 !important;
  border-color: #fff #fff #fff !important;
  background-color: white !important;
}

.nav-tabs .nav-link {
  border-top-left-radius:0rem !important;
  border-top-right-radius:0rem !important
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span{
  border-bottom: 2px solid #BD3039;
}

.nav-pills .nav-link {
  background-color: #171725;
  border-radius: 0;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #5a5a64;
  line-height: 1.6;
}

.nav-pills .nav-link.active {
  color: #0D2B56;
  background-color: #171725;
  border-bottom: 2px solid #f26a16;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.nav-pills .nav-link.active a {
  background-color: #171725;
}

.nav li a {
  color: rgb(110, 110, 110);
  background-color: #171725;
}

.nav li a:hover {
  color: rgb(110, 110, 110);
  background-color: #171725;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active img {
  visibility: hidden;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link img {
  visibility: visible;
}

/*# sourceMappingURL=navbar.css.map */
