@import url(../../../css/main.css?v=18);
@import url(pygments.css);
@import url(docutils.css);

@font-face {
    font-family: 'Docs-Icons';
    src: url('Docs-Icons.ttf');
    unicode-range: U+E900-E920
  }

.documentation-article > .wrapper {
      font-family: open sans, Helvetica, Arial, sans-serif, 'Docs-Icons';
  }

.SOZO-header {
  border-bottom: 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
}
.SOZO-header .wrapper {
  max-width: 100%;
}
.SOZO-header .logo {
  width: auto;
  padding: 0.7em 0;
  margin-left: 1em;
}
@media (min-width: 61.1875em) {
  .SOZO-header .logo {
      padding: 1em 0;
  }
}
.SOZO-header .logo img {
  width: 2.5em;
}
@media (min-width: 61.1875em) {
  .SOZO-header .logo img {
      width: 3em;
  }
}
.SOZO-header .mobile-menu {
  padding: 1.25em 1.5em;
}
.SOZO-header .primary-nav {
  -webkit-transition: padding-left 0s cubic-bezier(.215,.61,.355,1) 0s;
  transition: padding-left 0s cubic-bezier(.215,.61,.355,1) 0s;
  float: none;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 47.9375em) {
  .SOZO-header .primary-nav {
      padding-left: 3em;
  }
}
.SOZO-header .primary-nav.active {
  max-height: 30em;
}
.SOZO-header .primary-nav ul {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.SOZO-header .primary-nav ul li {
  float: none;
  display: inline;
}
.SOZO-header .primary-nav ul li a {
  display: inline-block;
}

.SOZO-footer .wrapper {
  max-width: 80em;
}
.SOZO-footer .cols .unit {
  width: 16.66%;
  margin: 0;
  padding: 1em 1em 2em;
}
.saciol-icon-list li:first-child {
  margin-left: 0;
}
.saciol-icon-list li {
  display: inline-block;
  margin: 0.5em;
}
[class*=icon-saciol] {
  width: 30px;
  height: 30px;
}
.footer.saciol-icon-list svg {
  fill: #fff;
}
a:hover .icon-saciol-twitter {
  fill: #55acee!important;
}
a:hover .icon-saciol-github {
  fill: #a879af!important;
}
a:hover .icon-saciol-linkedin {
  fill: #0077b5!important;
}
a:hover .icon-saciol-vimeo {
  fill: #1ab7ea!important;
}
a:hover .icon-saciol-youtube {
  fill: #cd201f!important;
}

.documentation-article > .wrapper.studio {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0;
  font-family: open sans, Helvetica, Arial, sans-serif, 'Docs-Icons';
}

.wrapper.studio #noesis_doc_wrap .noesis_doc_header_menu {
  position: absolute;
  right: max(100% - 1600px, 10px);
}

.wrapper.studio #noesis_doc_wrap div.contents {
  top: 7em;
  left: max((100% / 2) - 450px - 300px, 0px);
  width: 260px;
  padding: 0 30px 0 40px;
  margin: 0 0 1.3em;
}
@media (min-width:1329px) {
  .wrapper.studio #noesis_doc_wrap div.contents {
    left: max((100% / 2) - 450px - 340px, 0px);
    width: 300px;
    padding: 0 40px 0 50px;
  }
}

.wrapper.studio #noesis_doc_wrap .noesis_doc_col_toc {
  display: none;
  float: left;
  width: 300px;
}
@media (min-width:980px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_toc {
      display: block;
  }
}
@media (min-width:1329px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_toc {
      display: block;
      width: 340px;
    }
}

.wrapper.studio #noesis_doc_wrap .noesis_doc_col_content {
  float: left;
  margin-top: 1em;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  max-width: 900px;
}
@media (min-width:540px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_content {
      margin-left: 20px;
      margin-right: 20px;
      width: calc(100% - 40px);
  }
}
@media (min-width:768px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_content {
      margin-left: 40px;
      margin-right: 40px;
      width: calc(100% - 80px);
  }
}
@media (min-width:980px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_content {
      margin-left: 0;
      margin-right: 0;
      width: calc(100% - 340px);
  }
}
@media (min-width:1329px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_content {
      width: calc(100% - 380px);
  }
}

.wrapper.studio #noesis_doc_wrap .noesis_doc_col_empty {
  display: none;
  float: left;
  width: calc(100% - 1240px);
  min-width: 40px;
  max-width: 340px;
}
@media (min-width:980px) {
  .wrapper.studio #noesis_doc_wrap .noesis_doc_col_empty {
      display: block;
  }
}

/* ----------------------- Scrollbar ----------------------- */

/* Targets Chrome, Safari, Edge, and Opera (Entire Page and All Containers) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #e0e0e0; 
    border-radius: 4px;
}

/* Darkens the thumb slightly when hovering anywhere over the element */
*:hover::-webkit-scrollbar-thumb,
html:hover::-webkit-scrollbar-thumb,
body:hover::-webkit-scrollbar-thumb {
    background: #a0a0a0; 
}

/* Individual thumb hover for an extra active state cue */
::-webkit-scrollbar-thumb:hover {
    background: #888888 !important;
}

/* Completely remove the line/arrow buttons */
::-webkit-scrollbar-button {
  display: none;
}

/* Targets Firefox (Entire Page and All Containers) */
html, body, * {
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
}

/* ----------------------- Table of contents ----------------------- */

#noesis_doc_wrap div.contents a.active-toc {
    color: #2fa6e2 !important;
    background-color: #eaf5fb !important;
    border-radius: 2px;
    
    transition: background-color 0.2s ease, color 0.2s ease;
}

#noesis_doc_wrap div.contents a.active-toc:before {
    display: none; 
}

/* ----------------------- Doc icons ----------------------- */

span.icon-dp { color: #64748b; } 
span.icon-p  { color: transparent; -webkit-text-stroke: 1px #64748b; } 
span.icon-f  { color: #a855f7; } 
span.icon-r  { color: #f59e0b; }
span.icon-n  { color: transparent; -webkit-text-stroke: 1px #f59e0b; }
span.icon-d  { color: #fcd34d; }

/* ----------------------- Cards ----------------------- */

#noesis_doc_wrap .docs-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 2em 0;
}

#noesis_doc_wrap .docs-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
}

#noesis_doc_wrap .docs-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    border-color: #2FA6E2; 
}

/* Modern Card Header */
#noesis_doc_wrap .docs-card > p:first-child {
    margin-bottom: 8px;
}

#noesis_doc_wrap .docs-card > p:first-child strong {
    display: block;
    color: #0f172a; 
    font-size: 1.2em;
    font-weight: 700;
}

/* Description Text */
#noesis_doc_wrap .docs-card p:nth-child(2) {
    margin-bottom: 24px;
    line-height: 1.6;
    color: #475569;
    font-size: 0.95em;
}

/* Push the first button down to align all buttons at the bottom */
#noesis_doc_wrap .docs-card p:nth-child(3) {
    margin-top: auto;
}

/* Tighter spacing between multiple buttons */
#noesis_doc_wrap .docs-card p:nth-child(n+3) {
    margin-bottom: 10px; 
}

#noesis_doc_wrap .docs-card p:last-child {
    margin-bottom: 0;
}

/* Modern Button Links */
#noesis_doc_wrap .docs-card a {
    display: block;
    padding: 12px 16px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95em;
    color: #124C7A !important; 
    text-decoration: none !important;
    transition: all 0.2s ease;
    line-height: 1.4;
    white-space: nowrap; /* Prevents text from ever wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

#noesis_doc_wrap .docs-card a:hover {
    background-color: #eaf5fb;
    border-color: #2FA6E2;
    color: #0f172a !important;
}

@media (min-width: 47.9375em) {
  #noesis_doc_wrap .docs-card {
    padding: 16px 24px;
  }
  #noesis_doc_wrap .docs-card > p:first-child strong {
    font-size: 1.4em;
  }
}

