:root {
  --md-primary-fg-color:        #306CB5;
  --inkcolor:        #306CB5;
  --md-primary-fg-color--light: #306CB5;
  --md-primary-fg-color--dark:  #90030C;
  --md-accent-fg-color: black;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Nunito', sans-serif;
  display: flex;
}

.md-header__title {
    height: 3.4rem;
}
.md-main__inner {
  margin-top: 0;
  padding-top: 0;
}
.md-header[data-md-state=shadow]{
    box-shadow: none;
}
.md-nav__link {
  line-height: 1.7em;
}


.inkbeagle-logo, .inkbeagle-search {
  align-self: flex-start;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  vertical-align: middle;
  /*top: 2.4rem;*/
  width: 12.1rem;
}

.inkbeagle-logo {
  height: inherit;
  padding: 0 !important;
}
.inkbeagle-search {
  height: inherit;
  /*background: red;*/
  padding: 0 !important;
}
.md-header__title {
  line-height: 3.5rem;
}
.md-header__button.md-logo img, .md-header__button.md-logo svg {
    height: 1.5rem;
    width:  1.5rem;
    top: 0.05rem;
}
.md-header__title {
  display: inline-block;
  color: white;
  font-size: 1.2rem;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0 0.7rem;
  position: relative;
  font-weight: 600;
}
.md-header__title a.site-title, .md-header__title a.site-title:hover, .md-header__title a.site-title:link, .md-header__title a.site-title:visited {
  color: white;
  display: flex;
}


@media screen and (max-width: 76.1875em){
  .md-nav--primary .md-nav__title .md-logo {
      width: 100%;
      height: 100%;
      justify-content: center;
      display: flex;
      left: -0.3rem;
      margin: 0;
      padding: 0;
  }
}
.md-nav__title .md-nav__button.md-logo img, .md-nav__title .md-nav__button.md-logo {
  margin: auto;
}
.md-footer {
  background-color: unset;
  color: #000;
}

html {
    font-size: 13.5pt !important;
}
body {
  color: #666;
  background: ##f8f8f8;
  font-size: unset;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.md-typeset {
  font-size: 1rem;
}
.md-nav {
  font-size: 0.9rem;
}
.md-grid {
  max-width: 77rem;
}

#inkbeagle-nav {
  height: inherit;
  width: inherit;
  overflow-y: scroll;
  display: block;
  position: absolute;
}

.md-logo > img {
  display: inline-block !important;
  position: relative;
  cursor: pointer !important;
  top: -0.3em;
}
.md-header__button.md-logo {
  cursor: pointer !important;
}
.inkbeagle-logo-name {
  display: inline-block;
  color: white;
  font-size: 1.3em;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0 0em;
  position: relative;
}

ul.navbar-nav:first-child .nav-link {
  padding-left: 0;
  padding-right: 1.5em;
}


.md-typeset img {
  max-width: -webkit-fill-available;
  mix-blend-mode: multiply;
}




.fa-1x {
font-size: 1.25em;
}

:target {
scroll-margin-top: calc(74px + 3rem);
}

.md-typeset h1 {
font-weight: 500;
margin-top: 0;
margin-bottom: 0rem;
color: #444;
padding-bottom: 0.3em;
/*border-bottom: 1px solid rgb(216, 222, 228);*/
}

.md-typeset h2 {
margin-top: 3rem;
margin-bottom: 0rem;
font-weight: 500;
color: #444;
/*border-bottom: 1px solid rgb(216, 222, 228);*/
}
.md-typeset h1+h2 {
  margin-top: 2rem;
}
.md-typeset h3 {
margin-top: 3rem;
margin-bottom: 0rem;
font-weight: 500;
}
.md-typeset h2+h3{
  margin-top: 2rem;
}

.md-typeset h4 {
margin-top: 2rem;
margin-bottom: 0rem;
font-weight: 500;
}

nav a {
  text-decoration: none !important;
}

a {
text-decoration: underline;
cursor: pointer !important;
/*color: var(--inkcolor);*/
color: #666;
/*white-space: nowrap;*/
}
a:hover {
color: var(--inkcolor);
}
.md-nav__link:focus, .md-nav__link:hover {
color: var(--inkcolor);
}
a.md-tabs__link {
  color: white !important;
}

blockquote {
font-style: italic;
padding-left: 2rem;
padding-right: 2rem;
margin-top: 3rem;
margin-bottom: 3rem;
}

code {
color: inherit;
background-color: #f0f0f0;
padding: 0.05rem 0.4rem;
border-radius: 4px;
}

a > code {
background: none;
padding: 0;
}

/* ol ol, ol ul, ul ol, ul ul {
margin-bottom: 1rem;
} */

table {
margin: 2rem 0;
}

p {
  margin: 1rem 0;
}

.inkbeagle-header {
height: 114px;
z-index: 1053;
background-color: var(--inkcolor);
}

@media (min-width: 768px) {
@supports ((position: sticky)
      or (position: -webkit-sticky)
      or (position: -moz-sticky)
      or (position: -ms-sticky)
      or (position: -o-sticky)) {
  .inkbeagle-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0px;
  height: 74px;
  }
}
}

.inkbeagle-header .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.inkbeagle-header .nav-item:hover .nav-link {
color: rgba(255, 255, 255, 0.75);
}
.inkbeagle-header .active .nav-link {
color: #fff;
}

.inkbeagle-sidebar {
padding: 0;
padding-bottom: 1em;
top: calc(74px + 3rem);
max-height: calc(100vh - 74px - 3em - 6em - 3em);
}
.inkbeagle-sidebar.toc {
  order: 2;
}
.inkbeagle-sidebar.nav {
  order: 0;
}

@media (min-width: 768px) {
.inkbeagle-sidebar {
  border-bottom: none;
}

@supports ((position: sticky)
      or (position: -webkit-sticky)
      or (position: -moz-sticky)
      or (position: -ms-sticky)
      or (position: -o-sticky)) {
  .inkbeagle-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  /*overflow-y: auto;*/
  }
}
}

.inkbeagle-content {
order: 1;
padding-top: 3em;
}

@media (min-width: 768px) {
  .inkbeagle-content {}

  @supports ((position: sticky)
        or (position: -webkit-sticky)
        or (position: -moz-sticky)
        or (position: -ms-sticky)
        or (position: -o-sticky)) {
    .inkbeagle-content {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 74px;
    }
  }
}

.inkbeagle-toc {
padding-top: 3em;
order: 2;
}

@media (min-width: 768px) {
  @supports ((position: sticky)
        or (position: -webkit-sticky)
        or (position: -moz-sticky)
        or (position: -ms-sticky)
        or (position: -o-sticky)) {
    .inkbeagle-toc {
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      top: 74px;
      max-height: calc(100vh - 74px);
      display: block;
    }
  }
}

/* Sidebar */

.inkbeagle-searchbox {
padding: 1rem;
background-color: #eee;
border-bottom: 1px solid #ccc;
position: relative;
}

.navbar {
  padding: 0 !important;
}

.navbar-toggler {
margin-left: 1rem;
border: none;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.inkbeagle-navigation {
padding: 0;
}
#inkbeagle-toc {
  display: block;
  overflow-y: auto;
  position: absolute;
  height: inherit;
  width: inherit;
}
.section {
  min-height: calc(100vh - 74px - 3em - 6em - 3em);
}


@media (min-width: 768px) {
.inkbeagle-navigation {
  display: block !important;
  overflow-y: auto;
  border: none;
}
}

.inkbeagle-navigation .nav {
padding: 0;
}

.inkbeagle-navigation .nav-item {
padding: 0;
}

.inkbeagle-navigation .nav .nav-link {
background-color: #f8f9fa;
color: #aaa;
padding: 0.5rem 1rem;
border-bottom: 1px solid #eee;
}

.inkbeagle-navigation .nav .nav-link:hover,
.inkbeagle-navigation .nav .active .nav-link {
color: #222;
}

.inkbeagle-navigation .nav .nav .nav-link {
background-color: #fff;
color: #888;
padding-left: 2rem;
}

.inkbeagle-navigation .nav .nav .nav-link:hover {
color: #222;
}

.inkbeagle-navigation .nav .nav .active .nav-link {
color: #222;
font-weight: bold;
}

.inkbeagle-navigation .nav .nav .nav .nav-link {
color: #888;
padding-left: 3rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
font-size: 0.8rem;
font-weight: normal
}

.inkbeagle-navigation .nav .nav .nav .nav-link:hover {
color: #222;
}

.inkbeagle-navigation .nav .nav .nav .active .nav-link {
color: #222;
font-weight: bold
}

/* TOC */

.inkbeagle-toc {
padding-left: 1rem;
padding-right: 1rem;
}

.inkbeagle-toc .nav {
padding-left: 0;
padding-right: 0;
}

.inkbeagle-toc .nav-item {
}

.inkbeagle-toc .nav-link {
color: #888;
padding: 0.25rem 0.5rem;
}

.inkbeagle-toc .nav-link:hover,
.inkbeagle-toc .active .nav-link {
color: #222;
}

.inkbeagle-toc .nav .nav .nav-link {
padding-left: 1.5rem;
}

.inkbeagle-toc .nav .nav .nav .nav-link {
padding-left: 2.5rem;
}

.inkbeagle-toc .nav .nav .nav .nav .nav-link {
padding-left: 3.5rem;
}

/* Content */

.inkbeagle-content ul p, .inkbeagle-content ol p {
margin: 0;
padding: 0;
padding-top: 2.7em;
}

.lead {
margin-bottom: 3rem;
}

.inkbeagle-content .figure {
margin: 0;
padding: 0;
}

.highlight {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

.hljs {
padding: 2rem;
}

.nohighlight pre {
padding: 2rem;
background-color: #f0f0f0;
}

.inkbeagle-content .anchorjs-link {
text-decoration: none;
}

/* Footer */

.inkbeagle-footer {
  background-color: #000000;
}

.footer-text,
.footer-link,
.footer-title {
  color: rgba(255, 255, 255, 0.5);
}
.footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.below {
  background-color: #23272b;
}

.below-text,
.below-link,
.below-title {
  color: rgba(255, 255, 255, 0.25);
}
.below-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

/*.md-content {
  margin-top: 72px;
}
.md-sidebar {
  top: 150px !important;
}*/




html .md-typeset .admonition>:nth-child(2), html .md-typeset details>:nth-child(2) {
      margin-top: .6rem;
}
.md-typeset .admonition, .md-typeset details {
    font-size: 0.85rem;
    /*box-shadow: var(--md-shadow-z1) !important;*/
    box-shadow: unset;
    border: unset !important;
}
.md-typeset .admonition {
  background-color: white !important;
}


.md-typeset .admonition > p.admonition-title, .md-typeset details > summary {
  color: #333 !important;
}
.md-typeset .admonition, .md-typeset details > p {
  color: #666 !important;
}


.md-nav--primary .md-nav__title, .md-nav--secondary .md-nav__title {
  box-shadow: unset !important;
  background: unset !important;
}

.md-typeset pre code {
  background: #efefef;
  mix-blend-mode: multiply;
  /*border: 1px solid #ddd !important;*/
  box-shadow: 0px 0px 10px white !important;
  border-radius: 0.25em !important;
}

.md-typeset code {
  mix-blend-mode: multiply;
  background: #eee;
  line-height: 1.5em;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 0.85em;
  padding: 0 0.5em;
}



/*---------*/
/* blob */
/*---------*/
.hero {
  height: calc(10vh);
  min-height: calc(6rem);
  width: calc(100vw);
  background: url('../img/icon/bg.png');
  background-size: 104% 100%;
  background-position: 0 -2% 0 0;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
  left: -2rem;
  margin-bottom: 5em;
}







/*---------------------*/
/*   Component icons   */
/*---------------------*/
img.comp_icon {
  height: 1.75rem;
  padding-left: 0.7em;
  top: 0.05em;
  /*background-color: #aaa;*/
  position: relative;
}
* > img.comp_icon {
  /*filter: grayscale();*/
}
*:hover > img.comp_icon {
  filter: unset;
}



/*-----------------------*/
/*   Component imgages   */
/*-----------------------*/
img.component {
  display: block;
  width: 50%;
  margin: 4em auto 4em auto !important;
}
@media only screen and (max-width:1000px){
  img.component {
    width: 90%;
  }
}
img.ghcanvas {
  display: block;
  margin: 4em auto 4em auto !important;
}




body * {
  cursor: default;
}




/* additional layouting */
.md-content__inner {
padding-top: 0rem;
}
.md-content {
margin-top: 95px;
}
.md-sidebar__inner {
margin-top: 80px;
}
.md-nav.md-nav--secondary {
padding-top: 0.675rem;
}


@media only screen and (max-height: 500px) {
  .md-content {
      margin-top: 40px;
  }
  .md-sidebar__inner {
    margin-top: 25px;
  }
}



.md-container {
    margin-left: 2rem;
    margin-right: 2rem;
}
@media only screen and (max-width: 1220px) {
  .md-content {
      margin-top: 40px;
  }
  .md-sidebar__inner {
    margin-top: 25px;
  }
}



.md-footer__title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.md-footer__direction {
  font-size: 0.8rem;
  margin-top: -1.5rem;
}
.md-footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.md-typeset .admonition-title:before, .md-typeset summary:before {
  top: 0.5rem;
}


.md-sidebar__scrollwrap {
  overflow-y: unset !important;
  /*background-color: red;*/
}



::selection {
  background: #bbd3f0 !important;
}


/* ------------------- */
/*   top navigation    */
/* ------------------- */

.inkTabs {
  font-family: 'Nunito', sans-serif;
}

.inkTabs > ul {
  margin: 0 3rem 0 0;
  padding: 0;
}
.inkTabs > ul > li {
  display: inline-block;
}
.inkTabs > ul > li > a {
  color: white;
  padding: 0.5em;
  margin: 0 0.7em;
  vertical-align: top;
  position: relative;
  font-size: 0.9rem;
  top: -0em;
}

.inkTabs > ul > li > a:hover ~ .inkTabs > ul > li > a {
    background-color: red;
    color: white;
}



@media screen and (max-width: 850px){
  .inkTabs {
    display: none;
  }
}




.md-search {
  margin-right: 0.5rem;
}

.md-typeset ol li, .md-typeset ul li {
    margin-bottom: 0;
}



















/* -------------------- */
/*   component index    */
/* -------------------- */

.component-index {
  /*margin-bottom: 2rem;*/
}
@media only screen and (min-width: 800px){
  .component-index{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;  
  }
}
@media only screen and (min-width: 550px) and (max-width: 800px){
  .component-index{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;  
  }
}
.component-index h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.component-index > .col {
  margin-bottom: 3rem;
}

.md-typeset span.comp {
  display: block;
  width: 100%;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-size: 95%;
}
.md-typeset span.comp a {
  text-decoration: none;
}
.md-typeset span.comp img {
  display: inline-block;
  height: 1.5em !important;
  width: 1.5em !important;
  margin-right: 1em;
  position: relative;
  top: 0.4em;
}
.md-typeset span.separator {
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin: 0.9em auto 0.6em;
  display: block;
}





a.download, a.download:hover, a.download:link, a.download:visited {
  background: var(--md-primary-fg-color);
  padding: 0.7em 1.3em;
  text-decoration: none;
  font-weight: 400;
  border-radius: 0.5em;
  margin-top: 3em;
  margin-bottom: 3em;
  display: inline-block;
  color: white;

}









details {
    /*mix-blend-mode: multiply;*/
}





a.download:hover {
  opacity: 0.85 !important;
}




.md-header__button.md-logo :-webkit-any(img,svg) {
  height: 1.7rem;
}

/*.md-typeset .admonition, .md-typeset details {
  box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 5%), 0 0.025rem 0.05rem rgb(0 0 0 / 5%) !important;
}*/





/* */
