.cm-s-eclipse span.cm-meta { color: #FF1717; font-weight: bold; }
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #C9058B; }
.cm-s-eclipse span.cm-atom { color: #DB0087; }
.cm-s-eclipse span.cm-number { color: #C01E02;}
.cm-s-eclipse span.cm-def { color: #00f; }
.cm-s-eclipse span.cm-variable { color: black; }
.cm-s-eclipse span.cm-variable-2 { color: #0000C0; }
.cm-s-eclipse span.cm-variable-3, .cm-s-eclipse span.cm-type { color: #0000C0; }
.cm-s-eclipse span.cm-property { color: black; }
.cm-s-eclipse span.cm-operator { color: #971414; }
.cm-s-eclipse span.cm-comment { color: #1E1CA0; font-style: italic }
.cm-s-eclipse span.cm-string { color: #2A00FF;}
.cm-s-eclipse span.cm-string-2 { color: #f50; }
.cm-s-eclipse span.cm-qualifier { color: #555; }
.cm-s-eclipse span.cm-builtin { color: #30a; }
.cm-s-eclipse span.cm-bracket { color: #cc7; }
.cm-s-eclipse span.cm-tag { color: #170; }
.cm-s-eclipse span.cm-attribute { color: #00c; }
.cm-s-eclipse span.cm-link { color: #219; }
.cm-s-eclipse span.cm-error { color: #f00; }

.cm-s-eclipse .CodeMirror-activeline-background { background: #F7F1BC; }
.cm-s-eclipse .CodeMirror-matchingbracket { background-color: yellow; color:black !important; }
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
  box-sizing: border-box;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}
/* From CodeMirror docs */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(//themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

section,
article {
    display: block;
    padding: 0;
}

body {
    background: #f8f8f8;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

p {
    margin-top: 0;
}

h2,
h3,
h1 {
    font-weight: normal;
    margin-bottom: .7em;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;
}

article>h2:first-child,
section:first-child>h2 {
    margin-top: 0;
}

#nav h1 {
    margin-right: 12px;
    margin-top: 0;
    margin-bottom: 2px;
    color: #d30707;
    letter-spacing: .5px;
}

a,
a:visited,
a:link,
.quasilink {
    color: #A21313;
    text-decoration: none;
}

em {
    padding-right: 2px;
}

.quasilink {
    cursor: pointer;
}

article {
    max-width: 700px;
    margin: 0 0 0 160px;
    border-left: 2px solid #E30808;
    border-right: 1px solid #ddd;
    padding: 30px 50px 100px 50px;
    background: white;
    z-index: 2;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nav {
    position: fixed;
    padding-top: 30px;
    max-height: 100%;
    box-sizing: -moz-border-box;
    box-sizing: border-box;
    overflow-y: auto;
    left: 0;
    right: none;
    width: 160px;
    text-align: right;
    z-index: 1;
}

@media screen and (min-width: 1000px) {
    article {
        margin: 0 auto;
    }

    #nav {
        right: 50%;
        width: auto;
        border-right: 349px solid transparent;
    }
}

#nav ul {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}

#nav li {
    display: block;
    margin-bottom: 4px;
}

#nav li ul {
    font-size: 80%;
    margin-bottom: 0;
    display: none;
}

#nav li.active ul {
    display: block;
}

#nav li li a {
    padding-right: 20px;
    display: inline-block;
}

#nav ul a {
    color: black;
    padding: 0 7px 1px 11px;
}

#nav ul a.active,
#nav ul a:hover {
    border-bottom: 1px solid #E30808;
    margin-bottom: -1px;
    color: #E30808;
}

#logo {
    border: 0;
    margin-right: 12px;
    margin-bottom: 25px;
}

section {
    border-top: 1px solid #E30808;
    margin: 1.5em 0;
}

section.first {
    border: none;
    margin-top: 0;
}

#demo {
    position: relative;
}

#demolist {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 25;
}

.yinyang {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 120px;
}

.actions {
    margin: 1em 0 0;
    min-height: 100px;
    position: relative;
}

.actionspicture {
    pointer-events: none;
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
}

.actionlink {
    pointer-events: auto;
    font-family: arial;
    font-size: 80%;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 1;
    height: 1em;
    margin: auto;
}

.actionlink.download {
    color: white;
    right: 50%;
    margin-right: 13px;
    text-shadow: -1px 1px 3px #b00, -1px -1px 3px #b00, 1px 0px 3px #b00;
}

.actionlink.fund {
    color: #b00;
    left: 50%;
    margin-left: 15px;
}

.actionlink:hover {
    text-decoration: underline;
}

.actionlink a {
    color: inherit;
}

.actionsleft {
    float: left;
}

.actionsright {
    float: right;
    text-align: right;
}

@media screen and (max-width: 800px) {
    .actions {
        padding-top: 120px;
    }

    .actionsleft,
    .actionsright {
        float: none;
        text-align: left;
        margin-bottom: 1em;
    }
}

th {
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
}

#features ul {
    list-style: none;
    margin: 0 0 1em;
    padding: 0 0 0 1.2em;
}

#features li:before {
    content: "-";
    width: 1em;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: -1em;
}

.rel {
    margin-bottom: 0;
}

.rel-note {
    margin-top: 0;
    color: #555;
}

pre {
    padding-left: 15px;
    border-left: 2px solid #ddd;
}

code {
    padding: 0 2px;
}

strong {
    text-decoration: underline;
    font-weight: normal;
}

.field {
    border: 1px solid #A21313;
}html {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}

.application {
    display: grid;
    height: 100%;
    grid-template-columns: 80px auto;
    grid-template-rows: 60px auto;
}

.logozone {
    grid-column: 1;
    grid-row: 1;
    background-color: #2b3373;
    color: #343232;
    text-align: center;
    line-height: 4rem;
    font-weight: bold;
    font-size: 1.8rem;
}

.actionzone {
    grid-column: 1;
    grid-row: 2;
    background-color: #2b3373;
}

.dynamic-button {
    width: auto;
    margin: 10px;
    padding: 4px;
    height: 1.5rem;
    text-align: center;
    color: #fff;
    opacity: 0.3;
    background-color: #0069d9;
    border-color: #0069d9;
    border-radius: 2px;
    user-select: none;
}

.action-button {
    width: auto;
    margin: 10px;
    padding: 4px;
    height: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
    border-radius: 2px;
    user-select: none;
}

.action-select {
    text-align: center;
}

.export-button {
    width: auto;
    margin: 10px;
    padding: 4px;
    height: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
    border-radius: 2px;
    user-select: none;
}

.export-button:hover {
    background-color: #007bff;
    border-color: #007bff;
}

.action-button:hover {
    background-color: #007bff;
    border-color: #007bff;
}

.dropzone {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    height: auto;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
    padding: 0 0;
    color: #8d97e8;
    border: 4px dashed #8d97e8;
    cursor: default;
    font-size: 20px;
}

.dropzone:hover {
    color: #0069d9;
    border-color: #0062cc;
}

.dropzone input {
    min-width: 300px;
    height: auto;
    text-align: center;
    line-height: 2.5rem;
    font-size: 20px;
    background-color: inherit;
    color: #0069d9;
    border-width: 0px;
}

.editionzone {
    grid-column: 2 3;
    grid-row: 2 3;
    height: calc(100vh - 61px);
    width: calc(100vw - 86px);
}

.CodeMirror {
    height: 100%;
}

.modalwrapper {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(229, 231, 233, 0.83);
}

.faustui {
    margin: 20px 40px 40px 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
}

/* Close Button used to stop the running Faust code */

.closeBtn {
    float: right;
    font-size: 40px;
    color: #0069d9;
    margin: 0px 10px 0px 0px;
}

.closeBtn:hover,
.closeBtn:focus {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.exportui {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    width: 250px;
    /* height: calc(100% - 80px); */
    background-color: white;
    box-shadow: 3px 3px 5px 0px rgba(75, 81, 122, 0.46);
}

.exportui h1 {
    text-align: center;
    color: hsla(220, 66%, 39%, 0.91);
}

#qrDiv {
    display: block;
    min-height: 130px;
}

#loader {
    display: none;
    text-align: center;
    color: hsla(220, 66%, 39%, 0.91);
    font-size: 3em;
}

.configui {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    width: 80%;
    /* height: calc(100% - 80px); */
    background-color: white;
    box-shadow: 3px 3px 5px 0px rgba(75, 81, 122, 0.46);
}

.configui h1 {
    text-align: center;
    color: hsla(220, 66%, 39%, 0.91);
}

.config {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}

.config-element {
    border: none;
    background-color: #9FA8EB;
    padding: 10px;
}

.config-element p {
    font-style: italic;
    font-size: 0.8em;
}

.config-element ul {
    font-style: italic;
    list-style-type: none;
}

.config-element li {
    font-style: italic;
    list-style-type: none;
}.tippy-tooltip.honeybee-theme {
	background-color: yellow;
	border: 2px solid yellow;
}

.tippy-tooltip.honeybee-theme .tippy-content {
	color: black;
}

.tippy-tooltip.honeybee-theme[data-placement=top] .tippy-arrow {
    border-top-color: yellow;
}

.tippy-tooltip.honeybee-theme[data-placement=bottom] .tippy-arrow {
    border-bottom-color: yellow;
}
/* WEBKIT */
text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**/
.faust-group-label {
    font-family: Arial, Verdana, Helvetica, sans;
    font-size: 13px;
    fill: rgba(199, 190, 162, 0.6);
}

.faust-tooltip-text {
    font-family: Arial, Verdana, Helvetica, sans;
    font-size: 13px;
}

.faust-button-label {
    font-family: Arial, Verdana, Helvetica, sans;
    font-size: 13px;
    fill: rgba(122, 219, 255, 0.79);
}

.faust-tgroup-label {
    font-family: Arial, Verdana, Helvetica, sans;
    font-size: 13px;
    fill: rgba(122, 219, 255, 0.79);
}

.faust-label {
    font-family: Arial, Verdana, Helvetica, sans;
    font-size: 14px;
    fill: rgba(248, 187, 208, 0.75);
}

.faust-value-text {
    font-family: Arial, Verdana, Helvetica, sans;
    font-size: 11px;
    font-weight: bold;
    fill: rgb(82, 79, 79);
}

path {
    -webkit-user-select: none;
}

rect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

circle {
    -webkit-user-select: none;
}

text:hover {
    cursor: default;
}

path.faust-vbox {
    fill: white;
    stroke: black;
}

path.faust-rbutton-groove {
    fill: rgb(152, 251, 152);
    stroke: black;
}

path.faust-rbutton-handle {
    fill: grey;
    stroke: black;
}

rect.faust-hslider-handle {
    fill: black;
}

rect.faust-vslider-meter,
rect.faust-hslider-meter {
    fill: #F48FB1;
}

rect.faust-vslider-groove,
rect.faust-hslider-groove {
    /*fill : #FCE4EC;*/
    fill: black;
}

rect.faust-vslider-handle,
rect.faust-hslider-handle {
    fill: rgba(233, 30, 101, 0.63);
    stroke: rgba(233, 30, 101, 0.99);
}

rect.faust-hbargraph-curtain {
    fill: rgb(20, 20, 20);
    stroke: black;
}

/* hbargraph meters cannot be defined via CSS because their widths and
 * heights are dynamic */

rect.faust-hbargraph-meter {
    fill: url(#horizontalBarGraphMeterGradient);
    stroke: black;
}

rect.faust-vbargraph-curtain {
    fill: rgb(20, 20, 20);
    stroke: black;
}

rect.faust-vbargraph-meter {
    fill: url(#verticalBarGraphMeterGradient);
    stroke: black;
}

rect.faust-checkbox-box {
    fill: white;
    stroke: black;
}

path.faust-checkbox-check {
    fill: black;
    stroke: black;
}

rect.faust-nentry-box {
    fill: url(#numericalEntryUpGradient);
    stroke: black;
}

path.faust-nentry-operation {
    stroke: black;
}

rect.faust-button-box {
    fill: url(#buttonUpGradient);
    stroke: black;
}

rect.faust-tgroup-box {
    fill: url(#tabGroupUpGradient);
    stroke: black;
}

circle.faust-rbutton-groove {
    /*fill : rgba(233, 30, 101, 0.63);*/
    fill: url(#rotatingButtonHandleGradient);
    stroke: rgb(233, 30, 101);
}

circle.faust-rbutton-dot {
    fill: pink;
    stroke: black;
}

path.faust-rbutton-meter {
    fill: black;
}

path.faust-rbutton-mgroove {
    fill: #F48FB1;
}

/* as all of the above rectangles could be implemented as paths, we duplicate the definitions for paths */

path.faust-hslider-groove {
    fill: red;
    stroke: black;
}

path.faust-hslider-handle {
    fill: url(#horizontalSliderHandleGradient);
    stroke: black;
}

path.faust-vslider-groove {
    fill: red;
    stroke: black;
}

path.faust-vslider-handle {
    fill: url(#verticalSliderHandleGradient);
    stroke: black;
}

path.faust-hbargraph-curtain {
    fill: rgb(0, 255, 255);
    stroke: black;
}

path.faust-hbargraph-meter {
    fill: grey;
    stroke: black;
}

path.faust-vbargraph-curtain {
    fill: rgb(0, 255, 255);
    stroke: black;
}

path.faust-vbargraph-meter {
    fill: grey;
    stroke: black;
}

path.faust-checkbox-box {
    fill: white;
    stroke: black;
}

path.faust-nentry-box {
    fill: url(#numericalEntryUpGradient);
    stroke: black;
}

path.faust-button-box {
    fill: #B0B0B0;
    stroke: black;
}

/**/.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}