@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap");
html {
  background-color: #ffffff;
  color: #383838;
}

body {
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zilla Slab", serif !important;
}

::-moz-selection {
  background: #444444;
  color: #dddddd;
}

::selection {
  background: #444444;
  color: #dddddd;
}

#documenter_sidebar #documenter_logo {
  background-image: url("../images/logo.png");
  background-size: 100% auto;
}

a {
  color: #0000ff;
}

.btn {
  border-radius: 3px;
}

.btn-primary {
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#0044CC', GradientType=0);
  border-color: #0044cc #0044cc #bfbfbf;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border-color: #0088cc #0088cc #bfbfbf;
  background-color: #0044cc;
}

hr {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ffffff;
}

ul {
  margin-top: 10px;
  margin-bottom: 25px;
}

#documenter_content p {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

#documenter_sidebar,
#documenter_sidebar ul a {
  background-color: #f7d1260f;
  color: #222222;
}

#documenter_sidebar ul a {
  -webkit-text-shadow: 1px 1px 0px #eeeeee;
  -moz-text-shadow: 1px 1px 0px #eeeeee;
  text-shadow: 1px 1px 0px #eeeeee;
}

#documenter_sidebar ul a {
  /* border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #aaaaaa; */
  color: #222222;
}

/* #documenter_sidebar ul a:hover {
  background: #444444;
  color: #dddddd;
  border-top: 1px solid #444444;
} */

/* #documenter_sidebar ul a.current {
  background: #444444;
  color: #dddddd;
  border-top: 1px solid #444444;
} */

#documenter_copyright {
  display: block !important;
  visibility: visible !important;
}

#documenter_content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #5694e0;
  margin-bottom: 5px;
}

.mw_100 {
  max-width: 100% !important;
}

#documenter_content .gap {
  margin-bottom: 20px !important;
}

#documenter_content h4.bg {
  background: #5694e0;
  color: #fff;
  padding: 10px;
}

#documenter_sidebar ul a {
  text-shadow: none !important;
}

#documenter_sidebar ul li.ss {
  background: #259cf1;
  color: #fff;
  border: 0;
  text-shadow: none;
  padding: 10px 15px 10px 0;
}

/* custom */

.tab-btn {
  border: none;
  padding: 10px;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  background: #ae1c9a;
  border-radius: 4px;
  color: #2e2e2e;
}

#documenter_sidebar {
  overflow-y: scroll;
  width: 300px;
}
#documenter_sidebar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#documenter_sidebar::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border: 1px solid #d8d5d5;
  padding: 3px;
  border-radius: 10px;
}

/* Handle */
#documenter_sidebar::-webkit-scrollbar-thumb {
  background: #ae1c9a;
  border-radius: 10px;
}

#documenter_content {
  left: 350px;
}

.tab-btn #documenter_nav {
  display: none;
}

.tab-btn.active #documenter_nav {
  display: block;
}

.tab-contents .tab-pane {
  display: none;
  animation: tabFade 1s;
}

.tab-contents .tab-pane.active {
  display: block;
}

@keyframes tabFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.txt-h {
  background-color: #222222;
  color: #fff;
}
.inline {
  display: inline;
}
.red {
  color: red;
}

#documenter_sidebar ul li.ss {
  text-align: left !important;
  padding-left: 20px;
  background: #2e2e2e;
}

#documenter_sidebar ul li a {
  text-align: left !important;
  padding-left: 20px;
  border: none;
  /* background: #ae1c9a; */
  /* border-bottom: 1px solid #2e2e2e; */
  border-radius: 2px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
}

/* #documenter_sidebar ul li a:hover {
  border: 0;
  border-bottom: 1px solid #2e2e2e;
  background-color: #2e2e2e;
} */

.tab-links {
  margin-top: 40px;
}

.logo {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

p,
li {
  font-size: 16px;
  line-height: 32px;
}
