

.nav-link.rounded-pill.active {
  background-color: #003da5;
}
.nav-link.rounded-pill.active a{
  color: white;
}
.nav-link.rounded-pill.active svg{
  fill: white;
}

.container.offcanvas {
  margin-top: 24px;
}

.nav-link.rounded-pill {
  font-size: 15px;
  line-height: 20px;
  width: 160px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-pills.nav-search .nav-item {
  margin-right: 24px;
  margin-bottom: 15px;
  color: #003da5;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: none;
}
.noDataSpan {
  font-style: normal;
  font-weight: 700;
  font-size: 133px;
  color: #C5D3EA;
}
@media (max-width: 767px) {
  .noDataSpan {
    font-size: 15vw;
  }
}

