
body {
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5d6778;
    font-size: 14px !important;
}
button.navbar-toggler {
  border: none !important;
}
.nav-item-single .active {
  background: #d2f4ea;
}
.docs-branding {
    min-height: 50px !important;
}
.docs-logo-wrapper{
    /* position: relative !important; */
    display: inline-block;
}
.site-logo .navbar-brand{
    font-size: inherit !important;
}
.docs-sidebar {
  top: 0px !important;
  height: calc(100% - 0px) !important;
  font-weight: 600;
  /* overflow: hidden !important; */
  padding: 0 0 0px 0px;
  position: absolute;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  background: #E5E7E9;
}
.docs-wrapper{
  float: right;
  right: 0px;
  position: absolute;
  width: 80%;
  height: 100%;
  overflow: hidden;
}
#home-header{
  justify-content: flex-start !important;
  position: fixed;
  right: 5px;
  z-index: 60000;
  position: absolute;
  width: 100%;
}
.docs-content{
  max-height: 99%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 100px;
  right: 0;
  bottom: 0 !important;
  top: 14%;
  max-width: -webkit-fill-available;
}
.docs-article {
    padding: 10px 5px 5px 10px !important;
    font-size: inherit;
}
.docs-nav .section-title {
    font-size: inherit;
    margin-bottom: 6px;
}
.docs-article h3, .docs-article .h3 {
    font-size: inherit;
    color: #464e5b;
    background: var(--bs-link-hover-color);
    color: var(--bs-body-bg);
    padding: 10px;
}

/* .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #abb2bf;
    background: #282c34;
    max-height: 500px;
    overflow: auto;
} */
.docs-code-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    overflow: hidden;
    max-height: 300px;
    min-height: 300px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: inherit !important;
}
.code-sample-div {
  min-height: 300px;
  max-height: 300px;
  overflow: auto;
  background: var(--bs-gray-dark);
  color: aliceblue;
}
.docs-nav {
  overflow: hidden;
  padding: 5px 10px 50px 10px !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 250px;
}
.docs-page{
  display: flex;
  flex-direction: row;
}

.docs-nav button.btn-close {
  top: 20px;
  right: 20px;
  font-size: 14px;
}

.docs-nav .section-items {
    font-size: inherit;
    position: relative;
    width: 100%;
}
.docs-logo-wrapper {
    position: absolute;
    left: 10px !important;
}
.docs-sidebar-toggler {
    top: 0.2rem !important;
    font-size: 16px !important;
}
li.nav-item.active {
    background: aliceblue;
}
.bg-light {
    background-color: var(--bs-gray-400) !important;
}
.docs-article .docs-section {
    border-bottom: none !important;
}
.docs-nav .nav-item.active .nav-link .theme-icon-holder {
    color: #6C3483;
    background: none !important;
}
/* pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  word-break: break-word;
  white-space: pre-line;
  overflow-x: hidden;
}
pre {
  overflow-x: hidden;
} */
/* .hljs {
    white-space: pre-line;
}
.hljs-attr{
    padding-left: 15px;
} */
.docs-top-utilities {
    padding: 0 10px 0 10px;
    display: inline-flex;
    float: right;
    height: 50px;
    width: initial;
}
.docs-top-utilities .download-btn {
    cursor: pointer;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.docs-code-block pre {
    max-height: 300px; 
    min-height: 300px; 
    width: 100%;
}
.download-btn a {
    text-decoration: none !important;
}
a.app-link{
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
.docs-article .docs-section {
    padding: 2px 0 !important;
}

.tree {
    position: relative;
    background: white;
    margin-top: 20px;
    padding: 30px;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
  }
  .tree span {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #a8a8a8;
  }
  .tree .fa-folder-open, .tree .fa-folder {
    color: #212529;
  }
  .tree .fa-html5 {
    color: #f21f10;
  }
  .tree ul {
    padding-left: 5px;
    list-style: none;
  }
  .tree ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tree ul li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    content: '';
    background-color: #666;
  }
  .tree ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #666;
  }
  .tree ul li:last-child:after {
    height: 15px;
  }
  .tree ul a {
    cursor: pointer;
  }
  .tree ul a:hover {
    text-decoration: none;
  }

  #back-to-top {
    background: var(--bs-warning);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 20px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    color: var(--button-color);
    cursor: pointer;
    display: block;
    height: 56px;
    opacity: 1;
    outline: 0;
    position: fixed;
    right: 20px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-transition: bottom .2s,opacity .2s;
    -o-transition: bottom .2s,opacity .2s;
    -moz-transition: bottom .2s,opacity .2s;
    transition: bottom .2s,opacity .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    z-index: 1;
}
/* .child-nav-item {
    display: none;
}
#menu_ul li.open i.toggle {
    transform: rotate(90deg);
} */

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
  }
  
  .dropdown-toggle { outline: 0; }
  
  .nav-flush .nav-link {
    border-radius: 0;
  }
  
  .btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  }
  
  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }
  
  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }
  
  .btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #d2f4ea;
  }
  
  .scrollarea {
    overflow-y: auto;
  }
  
  .fw-semibold { font-weight: 600; }
  .lh-tight { line-height: 1.25; }

 .navbar-toggler-icon {
    display: inline-block;
    width: 1em !important;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.docs-sidebar .btn-close {
  display: none;
}
.agent-panel-header .navbar .container-fluid {
  justify-content: flex-end;
}
/*
pre code {
  font-size: inherit;
  color: inherit;
  white-space: pre-line;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
  white-space: pre-line;
}
*/
code {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(0,0,0,0.04);
    border-radius: 3px;
}
.highlight {
    margin: 0 0 12px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px #e5e5e5 solid;
}
.highlight pre {
    padding: 12px;
    overflow: auto;
    font-size: 16px;
    line-height: 1.45;
}
.highlight pre code {
	display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}
.code-sample-url {
  background: var(--bs-light);
  padding: 10px 5px 10px 5px;
  border-radius: 5px;
}
.code-sample-url pre {
	display: contents;
	white-space: pre-line;
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
  .agent-panel-header .navbar .container-fluid {
    justify-content: space-between;
  }
  .docs-sidebar {
    top: 0px !important;
    height: calc(100% - 0px) !important;
    font-weight: 600;
    padding: 0 0 0px 0px;
    position: fixed;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 80000 !important;
    width: 100% !important;
    display: none;
    border-radius: 0px !important;
  }

  .docs-nav {
    overflow: hidden;
    padding: 5px 10px 50px 10px !important;
    max-width: inherit;
    justify-content: flex-start;
    
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100% !important;
  }

  .docs-wrapper{
      width: 100%;
  }
  .docs-sidebar .btn-close {
    display: block;
  }
}
