.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff!important;
  font-weight: 600;
}

#toc > nav-link {
  color: #333;
}

.selectedSection {
  background-color: #fff!important;
  /*box-shadow: 0 3px 17px rgba(0,0,0,0.2);*/
  border-top: 8px solid #5631ae;
}

nav.sideColor li a {
  color: #333!important;
}

.sidebar-selected {
  border-left: 5px solid #5631ae!important;
}

.navbar-selected {
  background-color: #fff;
  /*box-shadow: 0 3px 17px rgba(0,0,0,0.2);*/
  border-top: 5px solid #5631ae!important;
}

#navbar-doc a {
  color: #000!important;
  text-decoration: none;
  transition: all 0.3s;
}

.pricing-btn {
  border: 1px solid #ccc !important;
  border-radius: .25rem !important;
  padding: 15px !important;
  background-color: #f8f8f8 !important;
  width: 168px !important;
  text-align: center !important;
  color: #00a9f6 !important;
  font-weight: 600 !important;
}

#side a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: bold;
}

.div-side {
  left: 0;
  width: 100%;
  height: 100%;
}

.pricing-selected {
  color: #fff !important;
  background-color: #00a9f6 !important;
  border-color: #0090d6;
}

@media (max-width: 725px) {
  .footer-basic footer a {
    font-size: 10px;
    text-decoration: none;
    opacity: 0.8;
  }
}

@media (max-width: 1000px) {
  .navbar-collapse ul li a {
    font-size: 12px;
  }
}

@media (max-width: 769px) {
  #LogsDiv {
    overflow-x: scroll;
  }
}

@media (max-width: 769px) {
  .home-product-description {
    display: none;
  }
}



