@page 
{ 
    /* size: A4 landscape;
    margin:0;  */
}
*{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;   
}
.docs-wrapper{
    width: 100% !important;
}
pre{
    text-decoration: none;
    unicode-bidi: unset;
}
table {
    border:1px solid #a8a8a8;
    border-collapse: collapse;
}
table tr, table tr td {
    border:1px solid #d4d4d4;
}
.docs-logo-wrapper{
    display: inline-block;
}

.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;
}

.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;
}
.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;
}
.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;
}

.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;
  }
.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;
  }
  
  .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;
}
.menu-title{
    font-weight: bolder;
}