
span{
  font-size: 15px;
  color: #333333;
}




.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;



}

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
  border-left: 3px solid transparent;
  color: #b8c7ce;
}

.sidebar-menu > li > a > .fa {
  width: 20px;
}



.sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #f5f5f5;

}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

.sidebar-menu li.header {
  padding: 5px 20px 5px 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2b;
  background: white;

}






.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
  display: block;
}

.sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;

}

.sidebar-menu .treeview-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
  margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
  padding: 0px 0px 5px 15px;
  font-family: 'Lato', sans-serif;
  display: block;
  font-size: 14px;

  color: #696969;

}

.sidebar-menu .treeview-menu > li > a > .fa {
  width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover {
  color: black;
}

.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  background-color: #f5f5f5;
  overflow: scroll;
  margin-left: 2%;

}

#guide-company{
  margin-top: 10px;
}

#guide-company:hover{
  cursor: pointer;

}

.guide-container{
  display: block;
  left: 20%;
  height: 100%;
  width: 60%;
  overflow-y: auto;
  position: fixed;
}

.about-container{
  display: block;
  float: right;
  height: 100%;
  width: 60%;
  margin-right: 20%;
  padding-bottom: 3%;
  overflow-y:auto;
}

.guide-element-container{
  display: inline-block;
  width: 90%;
  height: auto;
  margin-top: 5%;
  margin-left: 5%;
  background: white;
  box-shadow: 0 4px 16px rgb(0 0 0 / 5%);
  padding: 0 4%;
  padding-top: 2%;
  padding-bottom: 25px;
}

.guide-element-container-title{
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  color: black;
  border-bottom: 3px solid #06d6a0;
}


.guide-element-container-subtitle{
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: black;
  margin-top: 2%;
}

.guide-element-container-text{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: black;
}

/* ------------------ */
/* ------------------ */
/* ------------------ */

.guide-element {
  padding: 0 6%;
  margin-bottom: 40px;
}

.guide-image {
  max-width: 100%;
  max-height: 100%;
  margin: 10px auto;
}

.guide-element-main {
  color: black;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.guide-element-disclaimer {
  color: black;
  font-size: 17px;
  font-weight: bolder;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
}

.guide-element-subsection-title {
  color: #06d6a0;
  font-size: 24px;
  font-weight: bolder;
  font-family: "Rubik", sans-serif;
  margin-top: 15px;
  margin-bottom: 5px;
}

.ge-bullet-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.ge-dash {
  width: 20px;
  height: 0px;
  margin-right: 20px;
  border: 1px solid #1df8bf;
}

.ge-bullet-text {
  color: black;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

/* ------------------ */
/* ------------------ */
/* ------------------ */

.guide-page-title{
  margin-top: 2%;
  text-align: center;
  color: ivory;
  font-family: 'Rubik', sans-serif;
  font-weight: lighter;

}

#api-title{
  /* font-size: 20px;
  color: #545454; */
}

#mission-title{
  /* font-size: 20px;
  color: #545454; */
}

#menu-tos{
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
}

#menu-tos:hover{
  color:black;
}

#menu-privacy{
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
}

#menu-privacy:hover{
  color:black;
}

.fa-circle{
  font-size: 10px;
}

.active-feature{
  color: mediumspringgreen;
}

.upcoming-feature{
  color: deepskyblue;
}

.new-feature{
  color: mediumorchid;
}

.api-feature{
  color: gold;
}

.inf-feature{
  color: red;
}

.company-policy{
  height: 25px;
}

.app-button{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  height: 35px;
  margin-left: 5%;
  border: none;
  border-radius: 3px;
  background: #06d6a0;
  color: white;
  font-family: "Rubik", sans-serif;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);


}

.app-button:hover{
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.fa-sign-in{
  margin-left: 5px;
}

#guide-logos-container{
  display: block;
  /* margin: 10% 0; */
  margin-top: 2%;
  height: auto;
}

.api-container {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.api-logo-image {
  margin-right: 10px;
}

.api-text{
  color: black;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

#guide-end-container{
  border: 2px solid red;
  display: flex;
  height: 50%;
}

#guide-mission-container {
  margin-bottom: 5%;
  padding: 2% 4%;
  width: 42%;
  overflow: hidden;
}

#guide-api-cont{
  height: auto;
  margin-bottom: 5%;
  padding: 2% 4%;
  width: 42%;
  overflow: hidden;
}

#about-container{
  display: none;
}

#about-logo{
  border-radius: 50px;
  height: 7%;
  width: 7%;
  align-items: center;
  background-color: #06d6a0;
  text-align: center;
  margin-left: 45%;
}

.fa-leaf{
  font-size: 30px;
  color: white;
  padding-top: 13px;
}

.guide-about-container {
  width: 90%;
  height: auto;
  margin-top: 5%;
  margin-left: 5%;
  background-color: white;
  box-shadow: 0 4px 16px rgb(0 0 0 / 5%);
  padding-top: 2%;
  overflow-y: auto;
  padding-right: 4%;
}

.guide-about-element {
  padding: 0 6%;
  margin-bottom: 20px;
}

.guide-about-container-subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: black;
  margin-top: 2%;
}


#changelog-container {
  display: inline-block;
  left: 80%;
  height: 100%;
  width: 20%;
  position: fixed;
  overflow-y: auto;
}

.guide-changelog-container {
  width: 90%;
  height: auto;
  margin-top: 5%;
  margin-left: 5%;
  background: white;
  box-shadow: 0 4px 16px rgb(0 0 0 / 5%);
  padding-top: 2%;
  padding-bottom: 5px;
}

.guide-changelog-container:first-child {
  margin-top: 15%;
}

.guide-changelog-container-text {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin-left: 6%;
  margin-right: 4%;
  margin-top: 2%;
  line-height: 175%;
}

.guide-changelog-container-subtext {
  margin-left: 6%;
  margin-right: 4%;
  margin-top: 2%;
  color: #06d6a0;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Rubik", sans-serif;
}

#guide-changelog-link-container{
  margin-top: 20%;
}

#changelog-link {
  color: black;
}

#changelog-link:hover{
  color: #06d6a0;
  cursor: pointer;
  text-decoration: none;
}

.changelog-circle{
  transform: translate(-20%,-20%);
}
