pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: a11y-dark
  Author: @ericwbailey
  Maintainer: @ericwbailey

  Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
*/.hljs{background:#2b2b2b;color:#f8f8f2}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#ffa07a}.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#f5ab35}.hljs-attribute{color:gold}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#abe338}.hljs-title,.hljs-section{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-string,.hljs-symbol,.hljs-type,.hljs-quote{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}:root{--themeColor: #4ca85e;--themeColorLight: #78d98b;--themeColorDark: #428f52;--bodyBG: #111111;--codeBG: #090909;--borderGray: #2d2d2d;--dangerColor: #8f2525;--dangerColorDark: #551919}*{box-sizing:border-box;padding:0;margin:0}#app{height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:.2fr 1.8fr;gap:0px 0px;grid-template-areas:"header" "main"}body{font-family:Roboto,sans-serif;background-color:var(--bodyBG);color:#e7e7e7}main{grid-area:main;overflow:hidden auto;font-weight:lighter;font-size:1.2rem;display:flex;flex-direction:column;justify-content:flex-start!important}header{display:flex;flex:1 1 auto;justify-content:space-between;grid-area:header}header div{display:flex;flex:1 1 auto}header div:nth-child(1){padding:8px 8px 8px 14px;flex-direction:column;font-size:1.8rem;justify-content:center}header div:nth-child(1) span:nth-child(1){font-size:1.8rem;font-weight:700;color:var(--themeColor)}header div:nth-child(1) span:nth-child(2){font-size:1.2rem;font-weight:lighter;font-style:italic}header div:nth-child(2){padding:8px;justify-content:center;align-items:center}header div:nth-last-child(1){padding:8px 14px 8px 8px;justify-content:flex-end;align-items:center;font-weight:lighter}main{display:flex;flex:1 1 none;justify-content:center;flex-direction:column}a,a:hover{color:var(--themeColor)}button{background-color:var(--themeColorDark);color:#fff;border:3px solid var(--themeColorDark);border-radius:12px;padding:8px;transition-duration:60ms}button:hover{background-color:var(--themeColor);border-color:var(--themeColor)}button.danger{background-color:var(--codeBG);color:#fff;border:none;border-radius:12px;padding:8px;transition-duration:60ms}button.danger:hover{background-color:var(--dangerColor);border-color:var(--dangerColor)}.flowItem{display:flex;flex-direction:column;border:1px solid var(--borderGray);border-radius:4px;padding:12px 18px}.flowItem>*:not(:nth-last-child(1)){margin-bottom:8px}.flowItem .inputGroup{display:flex;flex-grow:1;align-items:center}.flowItem span,.flowItem input,.flowItem select{font-size:.9rem!important;width:100%}.flowItem input{border-radius:4px;padding:2px 12px}.flowItem span{max-width:20%}.itemHeader[data-v-b6fefb08]{display:flex;justify-content:space-between;background-color:#0c0c0c;background:linear-gradient(0deg,#505050,#727272);position:relative;top:-22px;margin-bottom:-10px;padding:4px 10px;border-radius:8px}.itemHeader button[data-v-b6fefb08]{padding:0 8px;border-radius:4px;color:#727272;cursor:pointer}.itemHeader button[data-v-b6fefb08]:hover{padding:0 8px;border-radius:4px;color:#fff}.itemHeader div.left[data-v-b6fefb08]{padding:0 8px;border-radius:4px;font-size:.9rem;font-weight:700}.itemHeader div.right[data-v-b6fefb08]{display:flex;padding:2px}.example{background-color:var(--codeBG)}.example div:nth-child(1){padding:7px;display:flex;overflow:auto}.example div:nth-child(1) button{margin-right:2px;border-radius:3px;padding:2px 6px}.example div:not(:nth-child(1)){height:50%;padding:12px;display:flex;flex-direction:column;overflow:auto}.example div:not(:nth-last-child(1)){border-bottom:1px solid var(--borderGray)}.example div pre .hljs{overflow-x:visible!important}.csvTable td,.csvTable th{padding:8px;border:1px solid var(--bodyBG);background-color:var(--bodyBG);border-radius:12px;transition-duration:80ms}.csvTable tr:hover td,.csvTable tr:hover th{border:1px solid #282828;background-color:#282828}.example div pre,.hljs{background-color:#0000}.savedFlows{color:#fff5;padding:11px;font-style:italic}.container[data-v-d51a45c6]{display:grid;grid-template-columns:.5fr 1.3fr 1.2fr;grid-template-rows:1fr;gap:0px 0px;grid-auto-flow:row;grid-template-areas:"flows setup example";height:100%}.container .pane[data-v-d51a45c6]{border:.5px solid var(--borderGray);border-left:0px}.flows[data-v-d51a45c6]{grid-area:flows;background-color:var(--codeBG)}.flows div[data-v-d51a45c6]{height:100%}.setup[data-v-d51a45c6]{grid-area:setup;display:flex;flex-direction:column;padding:18px;height:100%;overflow:hidden auto}.example[data-v-d51a45c6]{grid-area:example;display:flex;flex-direction:column;overflow:auto;max-height:100%;font-size:.98rem}.example div[data-v-d51a45c6]{overflow:auto}.setup[data-v-d51a45c6],input[data-v-d51a45c6],button[data-v-d51a45c6]{font-size:1.2rem}.setup[data-v-d51a45c6]>*{margin-bottom:18px}.setup[data-v-d51a45c6]>*:nth-last-child(2){margin-bottom:48px}.setup.pane>div[data-v-d51a45c6]{display:flex}.checkboxBox[data-v-d51a45c6]{font-size:.9rem}.checkboxBox[data-v-d51a45c6]>*{margin-right:8px}.step[data-v-d51a45c6]{font-weight:700;font-size:1.8rem;margin-top:18px;color:var(--themeColor)}
