/**************************************/
/**************** Root ****************/
/**************************************/
:root {
  --documentation: white;
  --navbar: white;
}

/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
  border: none;
  background: #161616;
  width: 21rem;
}

.sidebar ul li h2, h4 {
  color: #39af96;
}

.sidebar h4 {
    margin-left: 30px;
}

.sidebar ul li ul li a {
  color: #e4e4e4;
  font-size: 0.85rem;
}

.documentation>ul:first-of-type li a {
    color: #1a2f2b;
}

.documentation {
    padding-left: 23rem;
}

nav {
    background: #1F1F1F !important;
}

.internal-autocomplete-result {
    background: #1F1F1F !important;
    right: 17%;
    overflow: hidden;
    overflow-y: scroll;
}

.internal-autocomplete-result ul li .page-title {
    color: #39af96;
}

.internal-autocomplete-result ul li .heading {
    color: #8c8c8c;
}
