.list-unstyled li.active ol {
  display: block;
}

.list-unstyled li ol {
  display: none;
}
.list-unstyled li ul {
  display: none;
}

.tablinks .active {
  color: #fff;
}

.tabcontent {
  display: none;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  /* right: auto; */
  width: 100%;

  text-align: center;
}

#sidebar ol li a.active {
  color: #fff;
}

#sidebar ul li a.active {
  color: #fff;
}

ol {
  color: #a2b5c0;
}

html {
  scroll-behavior: smooth;
}

.navList {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.navList::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
