/* 
@ package symatiqtheme
*/

 html {
  scroll-behavior: smooth;
}  

.menu .menu-item-has-children > a:after {
  display: inline-block;
  margin-right: 20px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 20px; 
}
.sub-menu > li.active {
  text-decoration: none;
  color: #212529;
  background: rgb(0 37 84 / 6%);
  border-left: 3px solid #3c79cf;
}


#menu-toggle {
  color: #000;
  left: 248px;
  top: 72px;
  background: #f5f4f4;
  border: none;
  position: fixed;
  z-index: 2;
  transition: all 0.4s ease-out;
  border-radius: 0 4px 4px 0;
}
#menu-toggle:hover {
  background: #f5f4f4;
}
#menu-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(84 200 232 / 50%);
}

.button-toggled {
  left: 0!important;
}

#wrapper {
  padding-left: 250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 53.61px;

}

#wrapper.toggled {
  padding-left: 0px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 250px;
    height: 100%;
    /*margin-left: -250px;*/
    /* overflow-y: scroll; */
    overflow-x: hidden;
    /* background: #F5F4F4; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}


#wrapper.toggled #sidebar-wrapper {
  width: 0px;
}


#page-content-wrapper {
  width: auto;
  position: absolute;
  padding: 50px;
}


#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
  width:100%;
}




/* Sidebar Styles */
.menu {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}


.menu li {
  text-indent: 10px;
  line-height: 40px;
}


.menu li a {
  display: block;
  text-decoration: none;
  color: #999999;
}


.menu li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}


.menu li a:active, .menu li a:focus {
  text-decoration: none;
}


.menu>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.menu>.sidebar-brand a {
  color: #999999;
}


.menu>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.doc-body{
    padding: 4% 1.5em 0 1.5em;
    max-width: 65em;
    margin: 0 auto;
}

pre {
  white-space: pre-wrap;
  padding: 1rem;
  background: #f5f4f4;
  border-radius: 5px;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    padding: 5em 0 0 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.doc-body > h3 {
      margin-top: 3rem;
}
.doc-body > h4 {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}

/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: rgb(0 37 84 / 6%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* icon 3 ends */

.menu {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 3rem;
}

.sub-menu {
  list-style-type: none;
  padding-left: 1rem;
}

 .sub-menu > li {
  border-left: 3px solid rgb(0 37 84 / 6%);
} 
.sub-menu > li > a {
  text-decoration: none;
    color: #212529;
    padding: 0;
    text-transform: capitalize;
    font-size: .8rem;
}

.sub-menu > li:hover {
  text-decoration: none;
  color: #212529;
  background: rgb(0 37 84 / 6%);
}



.menu > li  {
    text-indent: 20px;
    line-height: 40px;
}

.menu > li > a {
    display: block;
    text-decoration: none;
    color: #212529;
    padding: 0;
    text-transform: capitalize;
}

.menu > li > a:hover {
    text-decoration: none;
    color: #212529;
    background: rgb(0 37 84 / 2%);
}

.menu > li:hover  {
  background: transparent;
}

.menu >.current-menu-item > a {
    text-decoration: none;
    color: #212529;
    background: rgb(0 37 84 / 6%);
}

 /* .sub-menu >.current-menu-item {
  text-decoration: none;
  color: #212529;
  background: rgb(84 200 232 / 45%);
  border-left: 5px solid #54c8e8;
}  */


.menu .menu-item-object-documentation a:active,
.menu .menu-item-object-documentation a:focus {
    text-decoration: none;
}

.menu > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.menu > .sidebar-brand a {
    color: #999999;
}

.menu > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


.inner-body-wrapper {
    margin-top: 72px;
    flex-grow:1; 
}


.wrapper {
    display: block;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.size-full {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

td > p {
  margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 575px) {

  .doc-body {
      padding-left: 15px!important;
      padding-right: 15px;
  }
  #menu-toggle {
    left: 0;
    top: 50px;
  }
  .button-toggled {
    left: 250px!important;
  }

} /* 320 */

@media (max-width: 768px) {

  #wrapper {
    margin-top: 3rem;
  }

  .doc-body{
    padding-left: 30px;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  
  #wrapper {
      margin-top: 3rem;
    } 
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}/* min-width:768px */

@media all and (min-width:0px) and (max-width: 319px) {

  #menu-toggle {
      left: 0;
      top: 50px;
  }
  .button-toggled {
    left: 250px!important;
  } 

  .doc-body > h1 {
    font-size: 1.7em;
  }
  .doc-body > h3 {
    font-size: 1.3em;
  }
}/* min-width:0 and max-width: 319 */


@media (min-width:1000px)  {
 /* #menu-toggle {
   display: none;
 } */
}
