.sidebar-menu-wrapper {
  padding: 0.9375rem;
}
.sidebar-menu__item {
  margin: 0.1875rem 0;
}
.sidebar-menu__item.active .sidebar-menu__link {
  background-color: rgba(255, 255, 255, 0.1);
  color: #4582ff;
  border-color: #4582ff;
  z-index: 1;
}
.sidebar-menu__item.sidebar-dropdown {
  position: relative;
}
.sidebar-menu__item.sidebar-dropdown::after {
  position: absolute;
  content: "\f078";
  top: 15px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f1f1f1;
  font-size: 0.6875rem;
  line-height: 1;
  z-index: -1;
}
.sidebar-menu__item.sidebar-dropdown .sidebar-menu__link.side-menu--open {
  background-color: rgba(255, 255, 255, 0.1);
  color: #4582ff;
  border-color: #4582ff;
}
.sidebar-menu__link {
  padding: 0.625rem 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #d6d6d6;
  font-size: 0.875rem;
  border-left: 3px solid transparent;
}
.sidebar-menu__link:hover {
  color: #4582ff;
}
.sidebar-menu__link i {
  font-size: 1.375rem;
  margin-right: 8px;
}
.sidebar-menu__header {
  padding: 0 0.9375rem;
  color: #9c9c9c;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 1;
}
.sidebar-menu__header::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #4582ff;
  opacity: 0.8;
  z-index: -1;
}
.sidebar-menu .sidebar-menu__item ~ .sidebar-menu__header {
  margin-top: 1.875rem;
}
.sidebar-menu .sidebar-menu__header ~ .sidebar-menu__item.active {
  margin-top: 0.9375rem;
}
.sidebar-submenu {
  display: none;
}
.sidebar-submenu ul {
  padding-left: 2.75rem;
}
.sidebar-submenu ul li {
  position: relative;
}
.sidebar-submenu ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 5px;
  height: 1px;
  background-color: #d6d6d6;
}
.sidebar-submenu ul li a {
  padding: 0.3125rem 0;
  color: #d6d6d6;
  font-size: 0.875rem;
}
.sidebar-submenu ul li a:hover {
  color: #4582ff;
}
.sidebar-open-btn {
  background-color: transparent;
  color: #fff;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: none;
}
@media (max-width: 991px) {
  .sidebar-open-btn {
    display: inline-block;
  }
}

.sidebar-menu__link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu-open-btn {
  padding: 0.375rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: none;
}
@media (max-width: 991px) {
  .sidebar-menu-open-btn {
    display: inline-block;
  }
}

.doc-navbar {
  background-color: #002046;
}
.doc-navbar .navbar-brand img {
  max-width: 120px;
}
@media (max-width: 1199px) {
  .doc-navbar .navbar-collapse {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .doc-navbar .navbar-collapse {
    margin-top: 1.25rem;
  }
}
.doc-navbar .navbar-toggler {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .doc-navbar .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.doc-navbar .nav-item .nav-link {
  color: #fff;
}
.doc-navbar .nav-item .nav-link:hover {
  color: #4582ff;
}
.documentation-section p,
.documentation-section span,
.documentation-section li,
.documentation-section a {
  font-size: 0.875rem;
}

.documentation-menu-wrapper {
  position: sticky;
  top: 50px;
}
@media (max-width: 991px) {
  .documentation-menu-wrapper {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -255px;
    width: 250px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 1.25rem;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.documentation-menu-wrapper.open {
  left: 0;
}
.documentation-menu-wrapper .sidebar-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: hsl(var(--base));
  color: #fff;
  display: none;
}
@media (max-width: 991px) {
  .documentation-menu-wrapper .sidebar-close-btn {
    display: inline-block;
  }
}

.sidebar-menu .menu li.has_child {
  margin-bottom: 16px;
}
.sidebar-menu .menu li.has_child > a {
  font-family: "Maven Pro", sans-serif;
  color: #0c0d0f;
  position: relative;
}
.sidebar-menu .menu li.has_child > a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -14px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background-color: #21252d;
}
.sidebar-menu .menu li a {
  color: #464646;
}
.sidebar-menu .menu li a:hover {
  color: hsl(var(--base));
}
.sidebar-menu .drp-menu {
  margin-top: 0.3125rem;
  padding-left: 0.9375rem;
  border-left: 1px solid #cacaca;
}
.sidebar-menu .drp-menu li.active {
  position: relative;
}
.sidebar-menu .drp-menu li.active::before {
  position: absolute;
  content: "";
  top: 9px;
  left: -17px;
  width: 3px;
  height: 50%;
  background-color: hsl(var(--base));
}
.sidebar-menu .drp-menu li.active > a {
  color: hsl(var(--base));
}
.sidebar-menu .drp-menu li a {
  padding: 0.1875rem 0;
}

.doc-body {
  padding-left: 1.875rem;
  border-left: 1px solid #cacaca;
}
@media (max-width: 991px) {
  .doc-body {
    padding-left: 0;
    border-left: none;
  }
}
.doc-section + .doc-section {
  margin-top: 3rem;
}

.doc-section {
  display: flex;
  flex-wrap: wrap;
}
.doc-section .doc-content {
  width: 60%;
}
@media (max-width: 767px) {
  .doc-section .doc-content {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.doc-section .doc-content section {
  background-color: transparent;
}
.doc-section p:not(:last-child) {
  margin-bottom: 1rem;
}
.doc-section h1,
.doc-section h2,
.doc-section h3,
.doc-section h4,
.doc-section h5,
.doc-section h6 {
  margin-bottom: 15px;
}
.doc-section ul {
  margin-bottom: 1.875rem;
}
.doc-section .doc-code {
  width: 40%;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .doc-section .doc-code {
    width: 100%;
    padding-left: 0;
  }
}
.doc-section .doc-code .doc-code-inner {
  position: sticky;
  top: 50px;
}
.doc-section .table {
  background-color: #fff;
}
.doc-section .table thead tr {
  border: none;
}
.doc-section .table th {
  white-space: nowrap;
  font-size: 0.8125rem;
  padding: 0.5rem 0.9375rem;
  background-color: #1c3147;
  color: #fff;
}
.doc-section .table th:first-child {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
}
.doc-section .table th:last-child {
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
}
.doc-section .table tbody {
  font-size: 0.875rem;
}
.doc-section .table tbody tr:nth-child(even) {
  background-color: #f5fafd;
}
.doc-section .table tbody td {
  padding: 0.625rem 0.9375rem;
}

.code-block {
  position: relative;
}
.code-block .clipboard-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1c3147;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 4px 12px;
}
.code-block-header {
  padding: 0.5rem 1.25rem;
  background-color: #314459;
  color: #fff;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.hljs {
  display: block;
  padding: 0.5em;
  color: #abb2bf;
  background: #1c3147;
  overflow-x: auto;
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.hljs-link {
  text-decoration: underline;
}
