/* admon icons */
i.fa[title='Note:'] {
  font-family: inherit;
}

i.fa[title='Important:'] {
  font-family: inherit;
}

i.fa[title='Warning:'] {
  font-family: inherit;
}

/* icons for pdfs and archive */
.fa-file-pdf {
  color: #0e7774;
}

.fa-file-archive {
  color: #0e7774;
}

.fa-github:before {
  content: "\f09b";
  color: #0e7774;
}

.fa-user-edit:before {
  content: "\f4ff";
  color: #0e7774;
}

/* HACK to fix twitter link */
#twitter-link {
  float: right;
  border-bottom-style: solid;
  /* border-bottom-color: #33ba78; */
  border-bottom-width: 2px;
}

.edit-this-page {
  visibility: hidden;
}

/* Navbar colors */
.navbar-brand .navbar-item:first-child .navbar-brand .navbar-item:first-child a {
  background-color: #686565;
}

/* navigation buttons top nav */
.navbar .button {
  border: none;
  background-color: #e9644e;
}

.nav-panel-explore .context {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navbar-end .navbar-link:hover, .navbar-end > a.navbar-item:hover {
    background-color: #ff6a52;
    color: #fff;
  }
}

.nav-container {
  width: max-content;
}

@media screen and (min-width: 1024px) {
  .navbar-dropdown a.navbar-item:hover {
    background-color: #414141;
    color: white;
    text-decoration: none;
  }
}

/* Nav menu */
.nav-menu {
  background-color: #efefef;
  line-height: 22px;
  padding: 0.25rem 0.5rem;
}

.nav-menu a {
  color: #686565;
  /* font-weight: 500; */
}

.navbar-link {
  background-color: #414141;
}

.navbar-link:hover {
  background-color: #33ba78;
}

/* Dropdown menu border color */
div#topbar-nav {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #414141;
}
/* Dropdown menu border hover */
/* div#topbar-nav :hover {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #414141;
} */

/* Brand border color */
.navbar-brand {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #414141;

}

/* navbar background color */
.navbar {
  background-color: #414141;
}

/* margin hack: we need this margin to prevent logo from covering
 bottom navbar border on lower resolutions screens */
a.navbar-logo {
  margin-bottom: 4px;
}

/* Tool bar */
.toolbar a {
  color: #414141;
}

.toolbar .edit-this-page a {
  color: #414141;
}

.toolbar {
  background-color: #efefef;
}

/* left nav panel */
.nav-panel-menu {
  background-color: #efefef;
}

.panels {
  background-color: #EFEFEF;
}

/* Left Nav Link styles  */
.is-current-page>.nav-link, .is-current-page>.nav-text {
  font-weight: 700;
  color: #fff;
  background-color: #0e7774;
  padding-left: 6px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.8;
}

/* Link hover */
a:hover {
  color: #414141;
  text-decoration: underline;
}

.toc-link.is-active-link {
  font-weight: 600;
  color: #414141;
}

.doc a, .doc a:visited {
  color: #0e7774;
  
}

.doc pre.highlight code, .doc pre:not(.highlight) {
background-color: #0a322c;
  border-radius: 12px;
}

/* Plain links in paragraphs and body */
.doc a.bare {
  color:  #0e7774;
  font-weight: 500;
}

.doc a.bare :hover {
  color: #0e7774;
}

/* TOC links and heading links */
.doc a, .doc a:visited {
  color: #0e7774;
}

.doc a:hover {
  color: #0e7774;
}

.doc .listingblock pre:not(.highlight), .doc .literalblock pre, .doc pre.highlight code {
  background: #414141;
  -webkit-box-shadow: inset 0 0 1.75px #e1e1e1;
  box-shadow: inset 0 0 1.75px #e1e1e1;
  display: block;
  overflow-x: auto;
  padding: .75rem;
  color: #bfcbfb;
  border-radius: 0;
}

.logo {
  width: 97px;
  height: 50px;
  margin-left: 45px;
  top: 4px;
  position: sticky;
  padding: 0;
  z-index: 12;
}

/* Heading colors in article */
h1.page {
  color: #3b3b3b;
  background-color: #25bbbf3b;
}

.doc h2 {
  color: #0e7774;
}

.doc h3 {
  color: #0e7774;
}

.nav-menu h3.title {
  padding: 0.5rem 0 0.125em;
  background-color: #efefef;
}
/* Text legibility */
html, body {
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Poppins', sans-serif;
}

/* Font for side toc
.article-aside {
  font-family: 'Montserrat', sans-serif;
}
 */

/* color for pre literal boxes code should use [source, language]*/
pre {
  color: #90EBCC;
  border-radius: 12px;
}

/* Language Selection */

img.langIcon.english {
  width: 27px;
  margin-right: 6px;
}

img.langIcon.spanish {
  width: 27px;
  margin-right: 6px;
}

img.langIcon.czech {
  width: 27px;
  margin-right: 6px;
}

img.langIcon.china {
  width: 27px;
  margin-right: 6px;
}

img.langIcon.japan {
  width: 27px;
  margin-right: 6px;
}

img.langIcon.korea {
  width: 27px;
  margin-right: 6px;
}

#zh_CN {
  cursor: pointer;
}

#en {
  cursor: pointer;
}

#es {
  cursor: pointer;
}

#cs {
  cursor: pointer;
}

#ja {
  cursor: pointer;
}

#ko {
  cursor: pointer;
}
/* asciidoc button unset parenthesis and weight */
.doc b.button::before {
  content: unset;
}

.doc b.button::after {
  content: unset;
}

.doc b.button {
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #c0c2c4;
}

.sidebar .toc-menu a:hover {
  color: #414141;
  background-color: #EFEFEF;
  text-decoration: underline;
}

.sidebar .toc-menu a {
  color: #414141;
  max-width: fit-content;
}

.sidebar.toc .toc-menu a {
  padding-top: 10px;
}

.toc.sidebar .toc-menu {
  position: fixed;
}

.toc .toc-menu a {
  border-left: unset;
}

.toc .toc-menu h3 {
  font-weight: 600;
}

.breadcrumbs li::after {
  content: "/";
  padding: 0 .5rem;
  color: #0e7774;
}

nav.pagination a {
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  color: #0e7774;
  border: 0.2rem solid #dedfe0;
  padding: 1.5rem;
  width: 100%;
  font-style: italic;
}

nav.pagination a {
  color: #0e7774;
  border-color: #dedfe0;
}

nav.pagination a :hover {
  color: #0e7774;
  border-color: #c0c2c4;
}

nav.pagination a::after, nav.pagination a::before {
  color: #0e7774;
  top: unset;
}

nav.pagination span::before {
  color: #0e7774;
  font-size: .75em;
  padding-bottom: .1em;
}

/* Table */
td, p {
  color:#414141;
}

table {
  word-wrap: inherit;
}

tr:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #c0c2c4;
}

.doc .admonitionblock .title, .doc .exampleblock .title, .doc .imageblock .title, .doc .listingblock .title, .doc .literalblock .title, .doc .openblock .title, .doc .tableblock caption {
  color: white;
  font-size: .88889rem;
  font-weight: 500;
  font-style: italic;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: .01em;
  padding-bottom: .075rem;
  text-align: left;
}

.doc table.tableblock thead th {
  border-bottom: 2.5px solid #c0c2c4;
  padding: .5rem;
  background: #dedfe0;
  border-right: solid 0.5px #c0c2c4;
  border-top: solid 0.5px #c0c2c4;
  border-left: solid 0.5px #c0c2c4;
}

.doc table.tableblock>:not(thead) th,
.doc table.tableblock td {
  border-left: solid 1px #c0c2c4;
  border-right: solid 1px #c0c2c4;
  padding: .5rem;
}

tr:nth-child(even) {
  background: #f0f0f0;
}

.doc .admonitionblock>table {
  border-collapse: unset;
}

.doc p code {
  font-family: "Roboto Mono", "RobotoMono", "DejaVu Sans Mono", "DejaVuSansMono", "Menlo", "Andale Mono", monospace;
  border-bottom: 1px solid #c0c2c4;
  color: #414141;
  font-weight: 600;
  background-color: unset;
  border-radius: unset;
}

/* dd lists*/
.doc .dlist dt {
  font-style: italic;
  font-weight: 600;
}
.doc dl, .doc p {
  margin: 0 0 17px 0;
  padding: 0 0 0 5px;
}

.admonitionblock.note {
  border-style: solid;
  border-color: #192072;
}

.doc .admonitionblock.note .icon {
  float: left;
  height: 36px;
  margin-top: 40px;
  margin-left: 1.5rem;
  padding-left: 1rem;
  /* padding-right: 3rem; */
  background-image: url(../img/icon-note.svg);
  background-color: unset;
  background-repeat: no-repeat;
}

.doc .admonitionblock .icon i::after {
  content: attr(title);
  padding-left: 20px;
  color: #414141;
  font-weight: 600;
  font-family: 'Poppins';
}

.doc .admonitionblock .icon i {
  margin-left: 0.5rem;
}

.doc .admonitionblock td.content {
  padding-top: 4.5rem;
}

/* Important block styles */
.admonitionblock.important {
  border-style: solid;
  border-color: #2453ff;
}

.doc .admonitionblock.important .icon {
  float: left;
  height: 36px;
  margin-top: 40px;
  margin-left: 1.5rem;
  padding-left: 1rem;
  background-image: url(../img/important.svg);
  background-color: unset;
  background-repeat: no-repeat;
}

/* Warning block styles */
.admonitionblock.warning {
  border-style: solid;
  border-color: #fe7c3f;
}

.doc .admonitionblock.warning .icon {
  float: left;
  height: 36px;
  margin-top: 40px;
  margin-left: 1.5rem;
  padding-left: 1rem;
  background-image: url(../img/warning.svg);
  background-color: unset;
  background-repeat: no-repeat;
}

/* List style */

.arabic {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.arabic {
  counter-reset: step-counter;
  margin-bottom: 10px;
}

ol.arabic>li {
  counter-reset: nest;
}

.arabic ol>li:before {
 /* counter-increment: step-counter;
  content: counter(step-counter); */
  margin-right: -26px;
  margin-top: -3px;
  font-size: 100%;
  color: #414141;
  /* background-color: #0C322C; */
  font-weight: bold;
  padding: 5px 12px;
  /* border-radius: 18px; */
  float: left;
}

.doc ol.arabic {
 /* list-style-type: none;*/
  background-color: #EFEFEF;
  padding: 25px;
  padding-left: 70px;
  padding-right: 50px;
  border-left: 0.5rem solid #dedfe0;
}

ul {
  list-style-type: disc;
}

.ulist li::before {
  content: none;
  padding: 1px 3px;
  font-size: 50%;
}

.doc .olist li,
.doc .ulist li {
  margin-bottom: 3rem;
  margin-top: 16px;
}

.olist p {
  display: flow-root;
}

.title {
  color: white;
  font-weight: 500;
  padding-left: 15px;
  background-color: #3b3b3b;
  font-family: 'Poppins';
  padding-top: 10px;
  padding-bottom: 10px;
}

/* toc formatting */
ul.sectlevel1 {
  background-color: white;
}

.doc .olist li, .doc .ulist li {
  margin-bottom: 2rem;
  margin-top: 16px;
}
.doc .admonitionblock .title {
 color: white; 
 margin-bottom: 20px;
 padding-bottom: 10px;
 font-weight: 600;
}

.doc {
  max-width: 56rem;
}

.doc .listingblock pre:not(.highlight) {
  color: #c7f1e3;
}

::marker {
  color: #0e7774;
  font-size: large;
  font-weight: 500;
}

ul.sectlevel1 {
  background-color: white;
  line-height: 1.5;
}

.doc {
  line-height: 1.3;
}
.currentrel {
  color: #ff6a52;
  font-size: large;
}

div#toctitle {
  margin-bottom: 1.2rem;
}

.x-logo {
  width: 20px;
  margin-top: 21px;
  margin-right: 34px;
  margin-left: 20px;
}
