.toc-sidebar .is-active-link::before {
    background-color: #fa4d48;
}
.toc-sidebar-container span{
  font-size:18px;
  font-weight: 600;
}
.toc-sidebar-container{
  border: solid 1px rgba(151, 151, 151, 0.2);
  border-left: solid 2px rgba(151, 151, 151, 0.2);
  padding: 24px 16px;
  margin-bottom: 32px;
}
.toc-list li{
  margin-bottom:0px;
}
.toc-link{
    text-decoration: none;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
}
ol li ol .toc-list-item{
  margin-bottom:0px;
}
/*ol li ol .toc-list-item.is-active-li{
  display:block;
}*/
.toc {
  overflow-y: auto
}
.toc-list-item{
  margin-left:0px !important;
}
.toc>.toc-list {
  overflow: hidden;
  position: relative
}

.toc>.toc-list li {
  list-style: none
}

.toc-list {
  margin: 0;
  padding-left: 0px;
  list-style: none;
}

a.toc-link {
  color: currentColor;
  height: 100%;
  font-size:14px;
}

.is-collapsible {
  max-height: 1000px;
  transition: all 300ms ease-in-out
}

.is-collapsed {
  max-height: 0
}

.is-position-fixed {
  position: fixed !important;
  top: 0
}

.is-active-link {
  font-weight: 700
}

.toc-link::before {
  background-color: #EEE;
  content: ' ';
  display: inline-block;
  height: inherit;
  left: -18px;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

.is-active-link::before {
  background-color: #54BC4B
}
ol li ol .toc-link::before {
  left: -28px;
}
ol li ol {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 60em;
  overflow: hidden;
  padding-left: 10px !important;
}