/* Globals */

@import url(vian-colors.css);
@import url(vian-corp.css);
/*@import url(highlights/monokai.css);
@import url(highlights/rouge-github.css);*/
@import url(highlights/rouge-github.css);
@import url(license.css);

@import url('https://fonts.googleapis.com/css?family=Work+Sans');

/* @font-face {
    font-family: Work Sans;
    src: url('../fonts/worksans-variablefont_wght-webfont.woff');
} */

:root {
    --sidebar-width: 200px;
    --inline-code: #ececec; 
        color: #494949;
    --my-black: #272822;
    --my-black: #404040;
    --core-color: #000000;
    --heading-color: #000000; 
    --text-color: #000000;
    --link-color: #6471aa;
}

*{ box-sizing: border-box; }

html { font-size: 62.5%; }

body {
  font-display: swap; 
  /* font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
  font-family: 'Work Sans', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 1.5rem;
  color: var(--text-color);
  line-height: 1.5rem;
  box-sizing: border-box;
  margin: 0px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.img-inline {
   margin: 0;
   padding: 0;
   border: 1px solid gray;
}

iframe {
    display: block;
    height: calc(100vh - 90px);
    width: 100%;
    border: none;
}

table {
   display: block;
   overflow-y: auto; 
   max-width: 100%;
   border: none;
   border-collapse: collapse;
   margin-bottom: 20px;
   margin-left: 20px;
}

th,
tr:nth-child(even) {
    background-color: #f8f8f8;
}

table::-webkit-scrollbar {
   height: 10px;
}

table th {
   border: 1px solid #e5e5e5;	
   padding: 5px;
}

td {
   overflow-wrap: break-word;
} 

tr td {
   border: 1px solid #e5e5e5;	
   padding: 5px;
}

div+table {
    margin-top: 30px;
}

#hero {
    background-color: var(--core-color);
    margin-left: 28px;
    padding-top: 20px;
    color: white;
    font-size: 3.6rem;
    font-weight: 500;
}

#hE-platform,
#solutions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: white;
    font-size: 2.2rem;
    height: 35px;
    border-bottom: 3px solid transparent; 
    cursor: pointer;
}
#hE-platform {
    margin-left: 150px;
}

#solutions {
    justify-content: left;
}

#hE-platform.active,
#solutions.active {
    border-bottom: 3px solid white;
}

#solutions-parent {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

#solutions-list {
    background-color: white;
    width: 237px;
    z-index: 20;
    border-radius: 3px;
    position: absolute;
    top: 44px;
    left: 0px;
    padding: 10px;
    display: none;
}

#solutions:hover + #solutions-list {
    display: block;
}

#solutions-list:hover {
    display: block;
}

.solutions-item {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    color: black;
    padding: 5px;
}

.solutions-item:hover {
    background-color: #eee;
    border-radius: 3px;
}

#lp-top {
    width: 500px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;

}

#lp-blurb {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

#lp-1,
#lp-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.lp-item {
    margin: 40px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    width: 360px;
    color: #4f5a66;
    font-size: 1.8rem;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
}

.lp-head-parent {
    border: none;
}

#lp-title {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--text-color);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.lp-head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--text-color);
    margin-bottom: 30px;
    padding-bottom: 5px;
    border: 1px solid #c0c0c0; 
    border-radius: 12px;
    height: 64px;
    width: 300px;
    cursor: pointer;
}

.lp-icon {
    box-shadow: unset;
    margin-top: 2px;
}

.lp-subhead {
    font-weight: 400;
}

.lp-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lp-button {
    height: 35px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    font-size: 1.9rem;
    cursor: pointer;
    background-color: white;
    margin-bottom: 10px;
    margin-left: 24px;
    text-align: center;
    color: black;
    font-weight: 500;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-button-text {
    vertical-align: center;
}

#try-it-free,
#try-it-free-lp {
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 10px;
}

#main-header {
    font-size: 1.4rem;
    background-color: var(--core-color);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 30;
}

#header1 {
    height: 80px;
    padding-left: 30px;
    padding-top: 30px;
    display: flex;
    width: 100%;
    background-color: black; 
    position: relative;
}

#header-lp {
    height: 30px;
    width: 100%;
    background-color: black;
}

/* #logos {
    display: flex;
    align-items: center;
    width: 100%;
} */

#logo {
    margin: 0px;
    cursor: pointer;
    display: flex;
}

#logo-img {
    height: 46px;
    width: 46px;
    background-color: white;
}

#vianai-logo-img {
    margin-left: auto;
    margin-right: 45px;
    height: 24px;
    width: 134px;
    margin-top: 11px;
}

#head-space { flex: 1 1 auto; }

#header2 {
    height: 115px;
    display: flex;
    align-items: center; 
    width: 100%;
    margin-top: 15px;
}

#mobile-menu-clickable,
#header3,
#open-lp,
#close-lp,
#open-h3,
#close-h3 { display: none; }

.header-btn {
    background-color: var(--core-color);
    color: #fff;
    font-weight: 500;
    align-self: center;
    display: flex;
    align-items: center;
    margin-left: 48px;
    border: 1px solid transparent;
    padding: 3px;
}

.header-btn:hover {
    border: 1px solid white;
    border-radius: 3px;
    cursor: pointer;
}

.header-btn:focus {
    background-color: #333;
    border: 1px solid #5c5c5c; 
}

.header-btn-text {
    margin-left: 5px;
    font-size: 1.8rem;
    color: white;

}

.rn-text {
    color: white;
}

#tutorial-img-wrapper {
    padding-bottom: 2px;
}

.img-wrapper {
    font-weight: normal;
}

#tutorials-text {
    padding: 0px;
}

#main-content li a i {
    color: var(--purple-6);
}

#main-contents {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--link-color); 
}

#app-top {
    display: flex;
    position: relative;
    width: 100%;
}

#body-top {
    display: flex;
    flex-direction: column;
    /* overflow: auto; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

#main-content > ol > li > ol > li {
    list-style-type: upper-alpha;
} 

#main-content > ol > li > ol > li > ol > li {
    list-style-type: lower-roman;
} 

#main-content > ol > li > ol > li > ol > li ol > li {
    list-style-type: upper-alpha;
} 

ul > li {
    list-style-type: disc;
}

ul > li > ul > li {
    list-style-type: circle;
}   

ul > li > ul > li > ul > li {
    list-style-type: square;
}

ul > li > ul > li > ul > li > ul > li {
    list-style-type: disc;
}

#main-parent {
    display: flex;
    position: relative;
}

#sidebar {
    background-color: white; 
    height: calc(100vh - 210px);
    top: 210px;
    width: 280px;
    display: flex;
    border: 1px solid #e5e5e5;
    border-top: none;
    position: sticky;
}

#legal-sidebar {
    background-color: white; 
    height: calc(100vh - 180px);
    width: 280px;
    display: flex;
    border: 1px solid #e5e5e5;
    border-top: none;
    position: sticky;
    top: 180px;
}

#sidebar a,
#legal-sidebar a {
    color: var(--text-color);
}

/* Secondary sidebars */

#sidebar-app-flow,
#sidebar-tutorials {
    display: none;
}

.app-flow-icon-wrapper {
    background: rgb(54,21,71);
    background: linear-gradient(144deg, rgba(54,21,71,1) 0%, rgba(250,250,250,1) 100%);
    display: flex;
    justify-content: center;
    padding: 3px 0;
}

#app-flow-tree,
#app-flow-mtn {
    font-size: 36px;
    color: var(--purple-8);
}


#sidebar-app-flow.active,
#sidebar-tutorials.active {
    display: block;
}

.sidebar-header-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebar-header-text {
    color: var(--purple-8);
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
}

.sidebar-container {
    margin: 20px;
    font-size: 1.4rem;
}

.sidebar-link, 
.sidebar-no-child {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    display: block;
}

.sidebar-link.active {
    background-color: var(--purple-1);
    border-right: 3px solid var(--purple-6); 
}

.sidebar-link:hover {
    background-color: var(--purple-1);
}
.sidebar-no-child {
    padding-top: 10px;
    color: var(--purple-6);
}

.second-level-w-children > ul { display: none; }
.second-level-w-children.noactive > ul { display: none; }

.second-level-w-children > ul { display: block; }

.second-level-w-children.active > a > .angles-r {display: none;}
.second-level-w-children.noactive > a > .angles-d {display: none;}

.second-level-w-children.active > a > .a-text { font-weight: 900; padding: 3px 0px; color: white; background-color: black; border-radius: 3px; line-height: 1.8rem; margin-left: 5px; }
.second-level-w-children.active:has(#third-level-active) > a > .a-text { font-weight: unset; padding: unset; color: unset; background-color: unset; border-radius: unset; line-height: unset;}
.second-level-w-children.active #third-level-active > a > .a-text { font-weight: 900; padding: 3px 0px; color: white; background-color: black; border-radius: 3px; line-height: 1.8rem; }

.second-level-wo-children.active > a > .a-text { font-weight: 900; padding: 3px 0; color: white; background-color: black; border-radius: 3px; line-height: 1.8rem; }
.second-level-wo-children > a {margin-left: 3px;}

.third-level a { margin-left: 10px; }

.second-level-w-children.active > a {margin-left: -5px;}
.second-level-w-children.noactive > a {margin-left: 7px;}
.second-level-w-children.noactive > a > .a-text {margin-left: 3px;}



.angles-r {
    color: #ccc;
    margin-left: -13px;
    margin-right: 2px;
}

.angles-d {
    color: #ccc;
    margin-left: -12px;
}

.sidebar-2 {
    padding-left: 20px;
}

/* Main stuff */

#main {
    display: flex;
    width: 100%;
}

#main a {
    text-decoration: none;
    color: var(--link-color);
}

#main p {
    line-height: 1.5;
}

#main.active {
    margin-left: 0px;
}

#main img {
    max-width: 100%;
    margin: 1.6rem 0;
    box-shadow: 5px 5px 10px;
    box-shadow: unset;
}

#main .lp-icon { 
    box-shadow: unset; 
    margin-right: 12px;
    padding: 0;
}


/* Search Box */

#search-container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self:first baseline;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 30px;
  width: 332px;
}

#site-search {
  height: 40px;
  width: 332px;
  display: flex;
}

#search-input {
    padding-left: 45px;
    padding-right: 20px;
    font-size: 1.4rem;
    width: 267px;
    border-radius: 5px;
    color: white;
    background-color: black;
    border: 1px solid white;
    background: url('../../images/3.2/icons/icon-search.png') no-repeat left;
}

#search-input::placeholder {
    color: white;
}

#go-button {
    height: 40px;
    width: 40px;
    margin-left: 9px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: var(--text-color);
    color: white;
    font-family: Work Sans;
}

#clear-button {
    display: none;
    height: 40px;
    width: 40px;
    margin-left: 9px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: var(--text-color); 
    color: white;
    font-family: Work Sans;
}

ul#results-container {
    display: none;
    padding: 3px;
    margin-top: -1px;
    margin-left: 5px;
    font-weight: bold;
    background-color: #eee; 
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 8px;
    width: 250px;
    z-index: 20;
}

ul#results-container a {
   font-size: 1.4rem;
   font-weight: normal;
   background-color: transparent;
   color: var(--my-black); 
}

ul#results-container a:hover {
    color: var(--text-color);
    font-weight: bold; 
}

#results-container li {
   background-color: transparent;
   display: block;
   margin-bottom: 5px;
   margin-top: 10px;
   margin-left: 5px;
   font-weight: normal;
}

#main-body {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

#main-content {
    width: 100%;
    padding: 30px;
    position: relative;
    background-color: transparent; 
    overflow-y: auto;
    scroll-margin-top: 90px;
}

#main-toc-parent {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 210px);
    top: 210px;
    position: relative;
    position: sticky;
    width: 280px;
}

#main-toc {
    align-self: flex-start;
    width: 280px;
    height: calc(100vh - 210px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left; 
    padding: 30px 20px 30px 40px;
    overflow-y: auto;
}

#main-footer {
    margin-left: auto;
    padding: 3px;
    padding-left: 10px;
    font-size: 1.4rem;
}

#landing-footer-wrapper {
    top: calc(100vh - 50px);
    height: 50px;
    width: 100%;
    z-index: 10;
    position: absolute;
    background-color: var(--core-color);
    display: flex;
    align-items: center;
}

#landing-footer {
    padding: 3px;
    padding-left: 10px;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-left: auto;
    text-align: right;
    color: white;
}


.alert {
    padding: 1.3rem;
    max-width: 700px;
    margin-bottom: 1.2rem;
    margin-top: 10px;
    margin-left: 30px;
    border-left: 3px solid #5bc0de;
    background-color: #e3edf2;
}

.alert p {
    margin-top: .5rem;
    margin-bottom: 1.2rem;
}

li > .alert:has(p) {
   margin-top: .5em; 
}


/* Body Container */

.top-flex-container {
  width: 90%;
  margin: auto;
  top: 0;

  display: flex;
  flex-direction: column;
}

/* Top Nav */

.topnav-container {
   height: 75px;
   background-color: white;
   z-index: 11;
} 

.topnav-container .topnav-container-fixed {
  margin: 0;
  position: fixed;
  width: 90%;
  border-bottom: 1px solid #c0c0c0;
  background-color: white;

  display: flex;
  align-items: center;
}

.top-logo {
    height: 32px;
    width: 200px;
    margin-right: 75px;
}

.top-links {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 75px;
    display: flex;
    align-items: center;
    justify-self: left;
}

.top-links li {

  margin-right: 50px;
}
.top-links li a {
  line-height: 2.5rem;
  color: #808080;
  font-size: 1.8rem;
  font-weight: 500;
}

.top-links li a:hover {
    background-color: lightgray;
}

/* The container <div> - needed to position the dropdown content */

#sol-label-parent {
    display: none;
    width: 248px; 
}

#cf-label { 
    display: none;
    color: white;
    font-size: 1.8rem;
    margin-left: 30px;
}

#version-dropdown {
    margin-left: 30px;
    height: 40px;
    padding-top: 3px;
    padding-left: 3px;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 109px;
}

#dropdown {
  display: none;
}

#dropdown.active {
    margin: 0px;
    display: flex;
}

#dropdown-flat {
  display: none;
}

/* Dropdown Button */

#dropbtn, #dropbtn-flat {
    background-color: var(--core-color);
    background-color: transparent;
    color: white;
    padding: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    min-width: 75px;
    font-weight: 500;
    max-height: 40px;
  }

  #dropbtn-flat {
    min-width: 125px;
  }
  
  .fa-angle-down,.fa-up-right-from-square {
      margin-left: 10px;
  }
 
  /* Dropdown Content (Hidden by Default) */
  #dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-left: 10px;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
  }
  
  /* Links inside the dropdown */
  #dropdown-content a {
    color: black;
    padding: .5rem 1rem;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  #dropdown-content a:hover {
    background-color: #f1f1f1;  
    border-radius: 5px;
    background-color: lightgray; 
}
  
  /* Show the dropdown menu on hover */
  #dropdown:hover #dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  #dropdown:hover #dropbtn {
    background-color: #a1a1a1;
  }

/* Content Row */

.content-row {
    width: 100%;
    display: flex;
    position: relative;
} 

/* Sidebar */

.left-side-bar-container {
  height: 100vh;
  width: 240px;
}

.left-side-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  width: 240px;
}

.left-tree-container {
   max-width: 100%;
   width: 280px;
   padding-right: 5px;
   padding-left: 5px;
   padding-top: 10px;
   overflow-y: auto;
}

.left-tree-container li:has(.fa-house) {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
}

/*
#left-tree > li:nth-child(1) > ul > li > i {
    padding-bottom: 1px;
    vertical-align: bottom; 
}

#left-tree > li:nth-child(1) > ul > li > a {
    font-size: 1.6rem;  
    vertical-align: bottom; 
}
*/

.left-tree-container ul {
    margin: 0;
    padding: 0;
}

.left-tree-text {
    color: var(--text-color);
    font-size: 1.3rem;
    margin-top: 20px;
}

#home-parent {
   display: flex;
   align-items: center;
   cursor: pointer;
   margin-bottom: 20px;
}

#home-text {
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: 400;
}

#sidebar-ctrls {
   width: 100%;
   display: flex;
   font-size: 1.8rem;
   text-align: center;
   padding: 0px 10px;
   justify-content: space-around;
   margin-top: 10px;
   margin-bottom: 20px;
   border-bottom: 6px solid black;
   padding-bottom: 10px;
}

.sb-btn {
   padding: 5px 2px;
   display: flex;
   align-items: center;
   border-bottom: 3px solid transparent; 
   cursor: pointer;
}

.sidbar-btn.active {
    border-bottom: 3px solid black;
}

#sb-user { }

#sb-admin { }

#sb-dev { }

.product {
    margin-left: 20px;
}

.prod-grp {
    display: none;
}

.prod-title {
    display: none;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.role-grp {
    display: none;
}

.role-title {
    font-weight: bold;
    margin-top: 25px;
    margin-left: 5px;
    margin-bottom: 20px;
}

.prod-grp :has(.all) {
    display: block;
}

.all.all.role-title {
    margin-top: 30px;
}

.l2-title {
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.l2-title.active {
    background-color: black; 
    font-weight: bold;
    padding: 4px;
    border-radius: 5px;
    width: fit-content;
}

.l2-title.active a {
    color: white !important;
    font-weight: bold;
}

.l2-list {
    margin-top: 10px;
    margin-bottom: 15px;
}

.l2-list.active {
    display: block;
}

.l3-title {
    margin-left: 30px;
    margin-bottom: 15px;
    background-color: transparent;
    padding: 4px;
    border-radius: 5px;
    width: fit-content;
}

.l3-title.active {
    background-color: black; 
    font-weight: bold;
    padding: 4px;
    border-radius: 5px;
    width: fit-content;
}

.l3-title.active a {
    color: white !important;
}

li.first-level {
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 10px;
}

li.first-level ul li {
    list-style: none;
    margin-top: 12px;
    margin-left: 5px;
    color: #4f5a66;
    font-size: 1.4rem;
    font-weight: 400;
}

li.first-level ul li ul li {
    margin-left: 10px;
}
.first-level .second-level-w-children {
}
.first-level .second-level-wo-children {
    margin-left: 13px;
}

.nav-text ul, ul.nav-text {
    list-style: none;
    padding-left: 0;
}

.nav-text a {
    color: #808080;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.nav-text > li {
}

.nav-text li.active > a {
    background-color: #f0f0f0;
}

.nav-text > li > a {                       /* Top level */
    font-weight: bolder;
}

.nav-text > li > ul > li {               /* Second level, not active */
    padding-top: 1rem;
    margin-left: 1.8rem;
}

.nav-text > li.active > ul > li.active { /* Second level, active */
    padding-top: 1rem;
    margin-left: 1.8rem;
}

.nav-text li > ul > li > ul > li {                /* Third level, not active */
    padding-top: .8rem;
    margin-left: 1.8rem;
}

.nav-text li.active > ul > li.active > ul > li.active {  /* Third level, active */
    padding-top: .8rem;
    margin-left: 1.8rem;
}

.nav-text a:hover {
   background-color: lightgray;
}

.nav-text li a.topnavright {
	list-style: none;
}

/* Code Formatting */

#main code {                        /* Non-p code elements, like table cells */
    background-color: var(--inline-code); 
    color: var(--my-black);
    text-indent: 3px;
}

#main p code,
#main li code {
    background-color: var(--inline-code); 
    border-radius: 3px;
    color: var(--my-black);
    font-family: 'Courier New', Courier, monospace;
    text-indent: 3px;
}

#main pre code {                    /* Code in code fences */
    background-color: #fafafa;
    color: #272822;
    font-family: 'Courier New', Courier, monospace;
    white-space: pre;
    word-wrap: break-word;
    word-break: break-word;
    text-indent: 3px;
    overflow-y: scroll;
}

/* Main */

#main-content {
    background-color: transparent;
    color: var(--text-color);
    line-height: 2rem;
    scroll-margin-top: 90px;
    overflow-y: auto;
}

#main-content a {
    color: var(--link-color); 
}

#main-content h1 {font-size: 30px; line-height: 1.2em; font-weight: 600; margin: 0; padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid lightgray;}              
#main-content h2 {font-size: 24px; line-height: 1.2em; scroll-margin-top: 210px; font-weight: 600; margin: 0; margin-top: 30px; } /* -20px */
#main-content h3 {font-size: 20px; line-height: 1em; scroll-margin-top: 210px; font-weight: 600; margin: 0; margin-top: 24px; }  /* -10px */
#main-content h4 {margin-top: 1rem; margin-bottom: 1rem; font-size: 2rem; line-height: 2.2rem; font-weight: normal;}   /* - 5px */
#main-content h5 {margin-top: 1rem; margin-bottom: 1rem; font-size: 1.8rem; line-height: 2rem; font-weight: normal;}
#main-content h6 {margin-top: 1rem; margin-bottom: 1rem; font-size: 1.6rem; line-height: 1.8rem; font-weight: normal;}

#main-content li {
    margin-bottom: 1rem;
}

#main-content li > p {
    margin-top: .5rem;
    margin-bottom: 0;
}

#main-content li > p:not(:first-child) {
    margin-top: 1rem;
}

#main-content li > ul, #main-content li > ol {
    margin-top: 1rem;
}

#main-content > ul > li > p, #main-content > ol > li > p {
    margin-bottom: .5rem;
}

#main-content li:not(:last-child) > ul {
	padding-bottom: 0rem;
}

#main-content li:not(:last-child) > ol {
	padding-bottom: 0px;
}

#main-content li > ol > li, #main-content li > ul > li {
	margin-top: 0rem;
}

#main-content li > p:not(:first-child) {
	margin-left: 0rem;
}

div.highlight {                     /* parent of code fences, pre code */
    margin: 1rem 0rem;
    max-height: 30rem;
    max-width: calc(100vw - 670px);
    position: relative;
    border-radius: 10px;
    display: inline-block;
    margin-left: 20px;
 }
 
 pre.highlight {
    color: #f4f4f4;
    padding: 5px 10px;
    margin: 1rem 0 1rem 0;
    overflow-y: auto;
 }

.codeheading {
    width: 100%;
    height: 25px;
    background-color: #f5f5f5; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 12px;
    padding-top: 4px;
    font-size: 1.2rem;
    font-family: 'helvetica neue', sans-serif;
    color: #808080;
}

.clipboard {
     padding: 0rem;
 }
 
 div.highlight button {
     display: inline-block;
     color: #adb5bd;
     cursor: pointer;
     -webkit-user-select: auto;
     user-select: auto;
     background: transparent; 
     transition: 2s ease-out;
     border: 1px solid rgba(0, 0, 0, 0);
     padding: 5px 10px;
     position: absolute;
     top: 0;
     right: 0;
     border-radius: 0 0.15rem;
     z-index: 10;
}

.highlight::-webkit-scrollbar {
   height: 10px;
   background-color: #f4f4f4;
}

.highlight::-webkit-scrollbar-thumb {
   background: #808080;
   border-radius: 0;
}

.vianai-copyright {
	float: right;
	margin-top: 40px;
	font-size: 16px;
	color: var(--text-color);
	margin-bottom: 40px;
}

#apikey-div{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
#apikey-label {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 10px;
    align-self: center;
    padding-bottom: 2px;
}

#apikey-input {
    font-size: 1.6rem;
    padding: 5px;
    padding-top: 6px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    width: 300px;
    align-self: center;
}

#btn-apikey {
    background-color: var(--core-color);
    color: white;
    font-weight: 500;
    align-self: center;
    display: flex;
    align-items: center;
    margin-left: 10px;
    border: 3px solid black;
    border-bottom: 2px solid black;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;

}

#btn-del-apikey {
    background-color: var(--core-color);
    color: white;
    font-weight: 500;
    align-self: center;
    display: flex;
    align-items: center;
    margin-left: 10px;
    border: 3px solid black;
    border-bottom: 2px solid black;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    width: 120px;
    margin-top: 20px;
}

@keyframes tn {
    0%  {border: 3px solid transparent; border-bottom: 3px solid black;} 
    25% {border: 3px solid transparent; border-right: 3px solid black;} 
    50% {border: 3px solid transparent; border-top: 3px solid black;} 
    75% {border: 3px solid transparent; border-left: 3px solid black;} 
    100% {border: 3px solid transparent; border-bottom: 3px solid black;} 
}

.test-notice {
    animation-name: tn;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    border: 1px solid black;
    width: 120px;
    height: 30px;
    padding-top: 2px;
    color: black;
    background-color: #f8f8f8;
    font-size: 1.4rem;
    position: absolute;
}

#tn-sb {
    top: 28px;
    left: 180px;
    padding-top: 4px;
}

#tn-submit {
    top: 155px;
    left: 440px;    
    padding-left: 5px;
}

#err-apikey {
    color: red;
    display: none;
    margin-top: 5px;
    margin-left: 10px;
}

#nofetch-apikey {
    color: red;
    display: none;
    margin-top: 5px;
    margin-left: 10px;
}

/* TOC bar */

#toc-pane {
    position: relative;
    color: #808080; 
    padding-left: 5px;
}

#toc-pane ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#toc-pane::-webkit-scrollbar {
   height: 10px;
}

#toc-pane::-webkit-scrollbar-thumb {
   background: #808080;
}

#toc-top {
    display: block;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-top: 5px;
    font-size: 1.2rem;
}

#toc-icon {
    margin-right: 8px;
    font-size: 1.1rem;
    transform: scaleY(-1); 
}

#toc-title {
    font-weight: bold;
    color: var(--text-color); 
    line-height: 1.5;
    font-size: 11px;
}

#toc-top-text a {
    padding: 3px;
    border-radius: 3px;
}

#toc-icon2 {
    margin-left: 5px;
}

#toc-hr {
    margin-top: 30px;
    margin-left: 28px;
    height: 1px;
    background-color: var(--purple-2);
    border: none; 
}

#topop {
    margin-left: 0px;
}

#topop-ul a {
    text-decoration: none;
}

.toc-entry {
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: -3px;
    padding-right: 3px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: var(--text-color);
}

.toc-h3 {
    padding-left: 40px;
}

#markdown-toc {
    border: 1px solid #aaa;
    padding: 1.5rem;
    display: inline-block;
}

/* Tab Content */

.tab-btn-tabs {
   list-style: none;
   display: flex;
   margin: 0;
   margin-bottom: -1px;
}

.tab-btn-item {
  height: 30px;
  padding: 0px;
  margin: 3px;
  justify-items: center;
  border: solid 1px black;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
}

li.tab-btn-item {
    margin-bottom: 0;
}

.tab-btn-item.active {
    background-color: var(--my-black);
    background-color: black;
    color: #f4f4f4;
}

.tab-btn-link {
    color: var(--my-black); 
    background-color: transparent;
    min-width: 50px;
    margin: 2px;
    height: 24px;
    border: none;
    align-self: center;
}

.tab-btn-item:not(.active):hover {
    color: var(--my-black);
    background-color: #d4d4d4;
}

.tab-btn-item.active > .tab-btn-link {
    color: #f4f4f4;
}

.tab-box {
  border: solid 1px var(--my-black);
  padding: 10px;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

/* webkit */

::-webkit-scrollbar {
   width: 10px;      
   height: 10px;
}

::-webkit-scrollbar-thumb {   
  border-radius: 10px;
  background: gray; 
  box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

::-webkit-scrollbar-track {     
  background-color: #000;
  border-radius:10px;
  background: #f0f0f0; 
}

.highlight::-webkit-scrollbar {
    height: 10px;
 }
 
.highlight::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 0px;
 }
 
.highlight::-webkit-scrollbar-track {     
   background: #f0f0f0; 
   border-radius: 0px;
 }
 
.highlight::-webkit-scrollbar-corner {     
   background: #f0f0f0; 
   border-radius: 0px;
 }

/* Font Awesome */
.fa-arrow-right, .fa-angles-right {
   color: blue;
   vertical-align: middle;
   text-decoration: none;
}

.svg-size {
    width: 200;
    height: 32;
}

/* Text above the Swagger-UI */

.api-list {
    margin: 0;
    margin-top: 10px;
    margin-left: 30px;
    line-height: 2.5rem; 
}

/* License file stuff */
.lic-icon-expand,
.lic-icon-collapse.active {
    margin-right: 10px;
    display: inline-block;
}

.lic-icon-expand.active,
.lic-icon-collapse {
    margin-right: 10px;
    display: none;
}

.lic-h5-div {
   display: flex;
   align-items: center;
   cursor: pointer;
   font-size: 1.4rem;
}

.lic-top-div {
    display: flex;
}

h5#lic-heading {
   font-size: 1.4rem;

}

a#lic-link {
    color: var(--purple-6);
}

.license-text {
    display: none;
}

.license-text.active {
    display: inline-block;
    margin-left: 20px;
}

.lic-h5-link {
    display: none;
}

.lic-h5-link.active {
   margin-left: 40px;
   font-size: 1.2rem;
   display: inline;
   color: #0059ff;
   color: var(--purple-6);
}

.lic-p {
    display: none;
}

.lic-p.active {
    margin-left: 40px;
}

/* Condition Tags */

#choice-label {
    margin-left: 5px;
    margin-bottom: 10px;
}

#k3s-choice-box, 
#choice-box {
    display: flex;
    flex-direction: column; 
    margin-left: 20px;
    display: none;
}

#scenario-box,
#registry-box,
#provider-box {
    height: 40px;
    width: 600px;
    padding: 5px;
    background-color: white;
    display: flex;
    margin-bottom: 10px;
}

#registry-box { background-color: white;}

.choice-label,
.choice-button {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 30px;
    width: 85px;
    background-color: white;
    margin-right: 5px;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 3px;
}

.choice-button.active {
    background-color: black;
    color: white;
}

.choice-label {
    cursor: unset;
    height: unset;
    width: unset;
    background-color: unset;
    margin-top: unset;
    border: unset;
}

#scenario-label {
    display: none;
}

#scenario-box {
    width: unset;
    margin-left: 10px;
}

#scenario-intro {
    margin-bottom: 10px;
}

#scenario-box > .choice-button {
    width: unset;
    padding: 5px;
    margin-right: 10px;
} 

#install-scope-box {
    display: flex;
    margin-left: 20px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-evenly;
}

.install-scope-button {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 170px;
    background-color: white;
    margin-right: 5px;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 6px;
}

.install-scope-button.active {
    background-color: black;
    color: white;
}

.cond { display: none; }

.lp-item {
    width: 460px;
}

.api-ctrl {
    display: flex;
}
.api-parent {
    max-width: 800px;
}
.api-tag {
    font-weight: 600;
}

.api-row {
    margin-left: 20px;
}

.api-row1 {
    display: flex;
    padding: 2px 0;
}

.api-endpoint {
    margin-left: 20px;
}

.api-endpoint.active {
    color: blue;
    cursor: pointer;
}

.api-id {
    display: none;
}

.api-method-parent {
    display: flex;
    text-align: center;
}

.api-method {
    color: white;
    font-weight: 600; 
    font-size: 1rem; 
    min-width: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0 5px;
}

.api-inputs {
    margin-left: 100px;
    padding-left: 10px;
    background-color: white; 
    display: flex;
    flex-direction: column;
}

[c-placeholder]:empty:before{
    content: attr(c-placeholder);
    color: #888;
    font-style: italic;
}

[a-placeholder]:empty:before{
    content: attr(a-placeholder);
    color: #888;
    font-style: italic;
}

.api-hostname {
    height: 200px;
    width: 400px;
}

#api-interact-title {
    font-weight: 600;
    margin-bottom: 10px;
}

#api-interact-intro {
    margin-left: 30px;
    margin-bottom: 5px;
    font-style: italic;
}

#api-interact-parent {
    display: flex;
}

#api-domain {
    width: 600px;
    height: 30px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
    padding: 4px 0 0 10px;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: break-word;
    text-overflow: clip;
}

#api-connect-btn {
    background-color: lightgray;
    height: 30px;
    width: 100px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid black;
    text-align: center;
    padding-top: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.api-tryit-parent {
    height: 200px;
    width: 200px;
}

.snyk-attr-report {
    display: flex;
    flex-direction: column;
}

.snyk-license-name-line {
    display: flex;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 10px;
}

.snyk-right-control.active,
.snyk-down-control {
    display: none;   
    margin-left: -14px;
}

.snyk-down-control.active,
.snyk-right-control {
    display: inline-block;
}

.snyk-license-name {
    font-weight: 600;
    margin-left: 5px;
}

.snyk-license-info {
    display: none;
    margin-left: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.snyk-license-info.active {
    display: block;
}

.snyk-license-urls {
    margin-top: 5px;
}

.snyk-label {
    font-weight: 600;
}

.snyk-license-url {
    margin-left: 20px;
    font-weight: 400;
    color: blue;
}

.snyk-license-urls,
.snyk-license-dependencies {
    margin-top: 5px;
    font-weight: unset;
}
.snyk-license-dependency {
    margin-left: 20px;
}

/* Media Queries */

@media screen and (max-width: 1280px) {
    #main-toc-parent { display: none; }
    div.highlight { max-width: calc(100vw - 385px); }
}
@media screen and (max-width: 1170px) {
    .lp-item { 
        font-size: unset;
        min-width: 284px;
    }
}

@media screen and (max-width: 800px) {
    #lp-blurb > p { text-align: left; }
    #try-it-free,
    #try-it-free-lp { display: none; }
    div.highlight { max-width: calc(100vw - 100px); }
    .lp-item { width: 250px;}
    .lp-head { width: 230px;}
    #lp-top { align-items: unset; margin-top: 0px;}
    #lp-1,
    #lp-2 { flex-direction: column;}

    #header1 { 
        height: 75px;
        margin: 0;
        padding: 20px;
        padding-bottom: 0px;
    }

    #header3 {
        display: flex;
        padding: 5px 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid white;
    }

    #vianai-logo-img {
        margin-top: 0;
        margin-right: 0;
    }

    #hero {
        text-align: unset;
        margin-left: 0;
        padding-top: 15px;
        font-size: 24px;
        height: 50px;
        display: none;
    }

    #hero2 {
        font-size: 2.4rem;
        color: white;
        padding-top: 2px;
        margin-left: auto;
        margin-right: auto;

    }

    .topnav-container-fixed {
        flex-direction: column;
        align-items: center;
        height: 100px;
    }
    .top-logo {
        margin-right: 0;
        padding-top: 5px;
    }
    .top-links {
        margin-left: 50px;
    }
    #main {
        padding-top: 0px;
        margin-top: 100px;
    }
    #main-content h2 {scroll-margin-top:100px;}
    #main-content h3 {scroll-margin-top:100px;}

    #sidebar {
        display: none;
        top: 50px;
        height: calc(100vh - 50px);
    }

    .left-tree-container { 
        height: calc(100vh - 100px); 
        margin-top: 50px;
    }

    #head-space { display: none; }

    #body-top {
       min-width: unset; 
       width: 100%;
    }

    #main-content,
    #main-contents { width: 100%; }

    #main-contents { 
        position: absolute;
        top: 20px;
    }

    #main-content { 
        padding: 10px; 
        padding-top: 0px;
    }

    #header2 {
        display: none;
        flex-direction: column;
        height: unset;
        width: 350px;
        margin-top: 10px;
    }

    .header-btn {
        align-self: flex-start;
        margin-left: 20px;
    }

    #tutorials-btn { margin-left: 22px; }
    #tut-text { margin-left: 10px; }

    #rn-btn { margin-left: 22px;}
    #rn-text { margin-left: 9px; }

    #version-dropdown {
        align-self: flex-start;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #search-container { 
        margin-left: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
 
    #open-lp,
    #close-lp,
    #open-h3-icon,
    #close-h3 {
        color: white;
        margin-top: 5px;
    }

    #open-h3 {
        margin-left: auto;
        margin-right: 20px; 
        margin-top: 2px;
    }
    
    #close-h3 { 
        margin-left: auto;
        margin-right: 15px; 
        margin-top: 10px;
    }

    #open-h3,
    #open-h3-icon,
    #open-lp { display: inline-block; }

    #open-h3:hover,
    #close-h3:hover {
        cursor: pointer;
    }
    
    #open-lp,
    #close-lp {
        margin-top: 10px;
        margin-right: 20px; 
        margin-left: 20px;
        align-self: baseline;

    }
    #close-lp { margin-right: 25px; }

    #head-burger-logo {
        margin-left: 0px;
        display: flex;
    }
        
}

@media print {
    #main-content { 
        padding:0!important;
        margin:0!important;
    }

    div.highlight button,
    #main-toc-parent,
    #sidebar,
    #choice-box,
    #main-header {display: none;}

    #main-header { width: 100%; }
  
    #main pre code {
        color: black;
        font-weight: bold;
    }
    pre.highlight {
        width: 7in;
    }
}
