.toc {
  overflow-y: auto
}

.toc > .toc-list {
  overflow: hidden;
  position: relative
}

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


.toc-list {
  list-style: none;
  text-align: left;
  padding: 8px 12px;
}

a.toc-link:hover{
  color: #fc5531 !important;
}

a.toc-link {
  color: currentColor;
  display: block;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}

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

.is-collapsed {
  max-height: 0
}

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



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

.is-active-link::before {
  background-color: #54BC4B
}
