/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/************
 * defaults
 ************/
/**
 * Base elements
 */
html {
  background: #e6ecf3;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-heigth: 1.4rem;
  color: #646464;
  padding: 2rem;
}

h1 {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #596B8C;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

h1 em, h2 em, h3 em {
  color: #5893df;
}

a {
  color: #5893df;
  text-decoration: none;
}

a:hover {
  color: #4d80c2;
  text-decoration: none;
}

p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  padding: 0;
  margin: 2rem 0;
  border: 0;
  border-bottom: 0.06rem solid #596B8C;
  background: #596B8C;
  height: 0;
}

dl dt {
  display: block;
  font-weight: 600;
  float: left;
  clear: left;
  line-height: 1.2rem;
  padding: 0.56rem 0;
  width: 15rem;
  margin-bottom: 1rem;
}

dl dd {
  display: block;
  margin-left: 15rem;
  line-height: 1.2rem;
  padding: 0.56rem 0;
  margin-bottom: 1rem;
}

dl::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.input.switch {
  position: relative;
  width: 6rem;
  height: 2.2rem;
  overflow: hidden;
  border: 0.06rem solid #cccccc;
  border-radius: 1.1rem;
}

.input.switch input[type=checkbox] {
  display: none;
}

.input.switch label {
  display: block;
  width: 9rem;
  height: 100%;
  cursor: pointer;
  transition: margin 100ms ease-in-out;
  margin-left: -50%;
}

.input.switch input:checked ~ label {
  margin-left: 0;
}

.input.switch label span {
  display: block;
  float: left;
  width: 3rem;
  text-align: center;
  padding: 0.56rem 0;
  line-height: 1.2rem;
}

.input.switch label span.on {
  color: #3c763d;
  background-color: #d6e9c6;
  border-radius: 1rem 0 0 1rem;
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  width: 3rem;
  padding-left: 0.5rem;
}

.input.switch label span.off {
  color: #d83945;
  background-color: #fbdbde;
  border-radius: 0 1rem 1rem 0;
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  width: 3rem;
  padding-right: 0.5rem;
}

.input.switch label span.handle {
  background-color: #ffffff;
  width: 2rem;
  height: 1.2rem;
}

.input.dateinput {
  display: flex;
  min-width: 25rem;
}

.input.dateinput span.select {
  display: block;
  margin-right: 1rem;
}

.input.dateinput span.select:last-child {
  margin-right: 0;
}

.input.checkboxlist {
  border: 0.06rem solid #cccccc;
  background: #ffffff;
}

.input.checkboxlist ul li {
  padding: 0.5rem 0.8rem;
}

.input.checkboxlist ul li {
  line-height: 1rem;
}

.input.checkboxlist ul li label {
  color: #2b2b2b;
}

.input.checkboxlist ul li input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0.12rem;
  border: 0.06rem solid #cccccc;
  width: 1.36rem;
  height: 1.36rem;
  box-sizing: border-box;
  text-align: center;
  margin-right: 0.5rem;
  /* line-height: 1.36rem; */
  vertical-align: middle;
  cursor: pointer;
}

.input.checkboxlist ul li input[type=checkbox]:focus {
  outline: 0;
}

.input.checkboxlist ul li input[type=checkbox]::before {
  content: "";
  font-family: icomoon;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1rem;
}

.input.checkboxlist ul li input[type=checkbox]:checked::before {
  content: "\ed71";
}

.input.combobox .search {
  position: relative;
}

.input.combobox .search .results {
  position: absolute;
  left: 0;
  right: 0;
  height: 20rem;
  background: #ffffff;
  overflow-y: scroll;
  padding: 2rem;
  border: 0.06rem solid #cccccc;
  z-index: 100;
}

.input.combobox .search .addall {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

.input.combobox .search .addall::before {
  font-family: icomoon;
  content: "\ec81";
  display: block;
  border-radius: 0.75rem;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #5893df;
  color: #ffffff;
  text-align: center;
}

.input.combobox > ul {
  border: 0.06rem solid #cccccc;
  margin-bottom: 1rem;
  padding: 1rem;
  height: auto;
  min-height: 1rem;
}

.input.combobox ul li {
  float: left;
  background: #f2fbff;
  padding: 0.4rem;
  margin: 0 1rem 1rem 0;
  cursor: pointer;
}

.input.combobox ul li .tag.inactive {
  -webkit-text-decoration: line-through solid #ff0000;
          text-decoration: line-through solid #ff0000;
}

.input.combobox ul li.selected {
  opacity: 0.2;
}

.input.combobox ul::after {
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
  clear: both;
}

.input.combobox span.tag {
  color: #218892;
  background: #a2e6ed;
  margin: -0.4rem;
  padding: 0.5rem 1rem;
}

/**********************************
 * Custom elements
 **********************************/
#loading {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  padding: 2rem;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 10000;
  transition: opacity 200ms ease-in-out 50ms;
  pointer-events: none;
}
#loading .loading-ring {
  display: block;
  position: absolute;
}
#loading .loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5893df transparent transparent transparent;
}
#loading .loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#loading .loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#loading .loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

body.loading #loading {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.snippet {
  margin-bottom: 1rem;
}
.snippet:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "icomoon";
  src: url(/resources/build/fonts/icomoon.eot?fbb82c25f003f4293b7d7464a354d919);
  src: url(/resources/build/fonts/icomoon.eot?fbb82c25f003f4293b7d7464a354d919#iefix) format("embedded-opentype"), url(/resources/build/fonts/icomoon.svg?353d6f3d7adb26639497090cdfb3a070#icomoon) format("svg"), url(/resources/build/fonts/icomoon.ttf?06256f9f527972ad3942cfdc95a3b120) format("truetype"), url(/resources/build/fonts/icomoon.woff?cc2f5abdf9ba3c57cc207d9c5dc4c817) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeoutup {
  0% {
    opacity: 1;
  }
  99% {
    visibility: visible;
    height: auto;
    margin-bottom: 1rem;
  }
  100% {
    display: none;
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.actions:last-child {
  margin-bottom: 0;
}
.actions > div {
  display: flex;
  gap: 0.5rem;
}
.actions > div::before {
  display: inline-block;
  font-family: icomoon;
  content: "?";
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.actions > .float, .builderui .command > .head > .actions > .remove {
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
}
.actions > .float::before, .builderui .command > .head > .actions > .remove::before {
  border-radius: 0.75rem;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #5893df;
  color: #ffffff;
  text-align: center;
}
.actions > .move-handle {
  cursor: grab;
}
.actions > .move-handle::before {
  content: "\ec71";
}
.actions > .remove::before {
  content: "\ed6d";
  color: #BD3743;
}
.actions > .run::before {
  content: "\ed85";
  color: #4d8d4d;
}
.actions > .stop::before {
  content: "\ed87";
  color: #BD3743;
}
.actions > .load::before {
  content: "\ea88";
  color: #4d8d4d;
}
.actions > .save::before {
  content: "\ea87";
  color: #4d8d4d;
}
.actions > .copy::before {
  content: "\e9c8";
}

.panel {
  padding: 2rem;
  background: #ffffff;
}
.panel.medium {
  width: 40rem;
}
.panel.center {
  margin: 0 auto;
}

.panel-container {
  display: flex;
  gap: 1rem;
  flex-direction: row;
}
.panel-container > .panel-column {
  flex: 0 1 20rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.panel-container > .panel {
  flex: 0 1 20rem;
}
.panel-container.full > .panel {
  height: calc(100vh - 8rem);
  overflow-y: auto;
}

.panel-column.output {
  flex: 0 1 20rem;
}

.panel-column.builder {
  flex: 0 1 40rem;
}

.panel-column.main {
  flex: 1 1 auto;
}

.help {
  display: none;
  padding: 0.25rem 0.5rem;
  border: 1px dashed #5893df;
}
.help *:last-child {
  margin-bottom: 0;
}
.help p {
  margin-bottom: 1.5rem;
}
.help ul {
  margin-bottom: 1.5rem;
}
.help ul li {
  position: relative;
  margin-left: 1rem;
}
.help ul li::before {
  position: absolute;
  font-family: icomoon;
  content: "\edc8";
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  top: 0.25rem;
  left: -1rem;
}

.json textarea {
  font-family: monospace;
  white-space: pre-wrap;
  border: 1px solid #5893df;
  padding: 1rem;
}

.tools .tool {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #4d8d4d;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  cursor: grab;
}
.tools .tool > .name {
  flex: 1 1 auto;
}
.tools .tool.selected > .help {
  display: block;
}

.builderui.empty .commandchain {
  border: 1px dashed #5893df;
  min-height: 2rem;
  padding: 0;
}
.builderui .tool {
  margin-bottom: 0.5rem;
}
.builderui .tool > .name {
  padding: 0.5rem 1rem;
  border: 1px solid #4d8d4d;
  border-radius: 0.25rem;
}
.builderui .tool .help {
  display: none;
}
.builderui .tool .actions {
  display: none;
}
.builderui .command {
  position: relative;
  margin-bottom: 0.5rem;
}
.builderui .command.selected > .head {
  background: #dde9fd;
}
.builderui .command > .head {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1rem;
  border: 1px solid #5893df;
  border-radius: 0.25rem;
  gap: 0.5rem;
  cursor: pointer;
}
.builderui .command > .head > .type {
  flex: 1 1 10rem;
  display: flex;
}
.builderui .command > .head > .variable {
  flex: 0 1 10rem;
  font-family: monospace;
  font-size: 14px;
}
.builderui .command > .head > .context {
  flex: 0 1 10rem;
}
.builderui .command > .head > .actions .remove {
  display: none;
}
.builderui .command > .head:hover > .actions .remove {
  display: block;
}
.builderui .command > .commandchain {
  margin: 0.5rem 0 0 1rem;
}

.configuratorui ul.form li > label {
  display: flex;
  font-weight: 700;
  align-items: center;
  gap: 0.5rem;
}
.configuratorui ul.form li > label .mode-switch {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  cursor: pointer;
  padding: 0.25rem;
  color: #5893df;
  background: #ffffff;
  border: 1px solid #5893df;
  border-radius: 0.25rem;
}
.configuratorui ul.form li > label .mode-switch::before {
  font-family: icomoon;
  content: "\e92d";
  width: 1rem;
  height: 1rem;
}
.configuratorui ul.form li > label .mode-switch::after {
  content: "value";
}
.configuratorui ul.form .mode-value .group .input-value {
  display: block;
}
.configuratorui ul.form .mode-value .group .input-variable {
  display: none;
}
.configuratorui ul.form .mode-variable label .mode-switch {
  color: #ffffff;
  background: #5893df;
}
.configuratorui ul.form .mode-variable label .mode-switch::after {
  content: "variable";
}
.configuratorui ul.form .mode-variable .group .input-value {
  display: none;
}
.configuratorui ul.form .mode-variable .group .input-variable {
  display: block;
}
.configuratorui button {
  display: none;
  gap: 0.5rem;
}
.configuratorui button::before {
  font-family: icomoon;
  content: "\ed71";
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #4d8d4d;
}
.configuratorui.changed button {
  display: flex;
}

.runnerui > .actions > .stop {
  display: none;
}
.runnerui.running > .actions > .run {
  display: none;
}
.runnerui.running > .actions > .stop {
  display: block;
}
.runnerui .user-input {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e6ecf3;
}
.runnerui .user-input.pending {
  display: block;
}
.runnerui .user-input button {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.runnerui .user-input button::before {
  font-family: icomoon;
  content: "\ec09";
  color: #4d8d4d;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.runnerui .log {
  border: 1px solid #5893df;
  cursor: pointer;
  overflow-y: scroll;
  max-height: 80vh;
}
.runnerui .log > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #d0d0d0;
  max-height: 1rem;
  overflow: hidden;
}
.runnerui .log > div > .timestamp {
  flex: 0 1 auto;
  white-space: nowrap;
}
.runnerui .log > div > .content {
  flex: 1 1 60rem;
  font-family: monospace;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  max-width: 60rem;
}
.runnerui .log > div > .actions {
  flex: 0 1 auto;
}
.runnerui .log > div > .actions .toggle::before {
  content: "\edc8";
}
.runnerui .log > div.current, .runnerui .log > div.output, .runnerui .log > div.toggled {
  max-height: none;
  overflow: initial;
  cursor: initial;
}
.runnerui .log > div.current > .actions .toggle::before, .runnerui .log > div.output > .actions .toggle::before, .runnerui .log > div.toggled > .actions .toggle::before {
  transform: rotate(90deg);
}
.runnerui .log > div.output > .content {
  background: rgba(221, 233, 253, 0.5);
  padding: 1rem 2rem;
  border: 1px dashed #5893df;
}

.valuebuilder > .wrapper {
  display: none;
}
.valuebuilder > .editable {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  border: 0.06rem solid #cccccc;
  padding: 0.5rem 0.8rem;
}
.valuebuilder > .editable span {
  display: inline-block;
  min-height: 1.4rem;
  vertical-align: middle;
}
.valuebuilder > .editable span.text {
  padding: 0.2rem 0.5rem;
  border: 1px dashed red;
}
.valuebuilder > .editable span.macro {
  font-family: monospace;
  margin: -0.2rem 0;
  padding: 0.2rem 0.5rem;
  min-height: 1.4rem;
  border-radius: 0.2rem;
  background-color: #4d8d4d;
  color: #ffffff;
}
.valuebuilder > .editable span.macro span.selector::after {
  font-family: icomoon;
  content: "\edc9";
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

::-moz-placeholder {
  color: #dddddd;
}

::placeholder {
  color: #dddddd;
}

button,
input[type=submit],
.button {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  border: 0.06rem solid #d8d8d8;
  background-color: #ffffff;
  color: #646464;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
button:active, button:focus,
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus {
  outline: none;
}
button:hover,
input[type=submit]:hover,
.button:hover {
  background-color: #eeeeee;
}
button.large,
input[type=submit].large,
.button.large {
  display: block;
}
button.small,
input[type=submit].small,
.button.small {
  line-height: 1.2rem;
  padding: 0.25rem 0.5rem;
}
button.cta,
input[type=submit].cta,
.button.cta {
  border-color: #5893df;
  background-color: #5893df;
  color: #ffffff;
}
button.cta:hover,
input[type=submit].cta:hover,
.button.cta:hover {
  border-color: #4d80c2;
  background-color: #4d80c2;
}
button.disabled, button[disabled],
input[type=submit].disabled,
input[type=submit][disabled],
.button.disabled,
.button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
button.dangerous,
input[type=submit].dangerous,
.button.dangerous {
  border-color: #d83945;
  background-color: #d83945;
  color: #ffffff;
}
button.dangerous:hover,
input[type=submit].dangerous:hover,
.button.dangerous:hover {
  border-color: #BD3743;
  background-color: #BD3743;
  color: #ffffff;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  border: 0.06rem solid #cccccc;
  padding: 0rem 0.8rem;
  width: 100%;
  height: 2.32rem;
  box-sizing: border-box;
  color: #2b2b2b;
  background: #ffffff;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #a1a1a1;
  outline: 0;
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
select[disabled] {
  background: #eeeeee;
  outline: 0;
}

input[type=checkbox]:focus {
  border-color: #a1a1a1;
  outline: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="2b2b2b" viewBox="0 0 1024 1024"><path d="M0 288l96-96 416 416 416-416 96 96-511.998 512-512.002-512z"/></svg>') calc(100% - 0.75rem) 0.75rem no-repeat;
  background-size: 1rem;
  padding-right: 2.5rem;
}
select:hover {
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="5893df" viewBox="0 0 1024 1024"><path d="M0 288l96-96 416 416 416-416 96 96-511.998 512-512.002-512z"/></svg>') calc(100% - 0.75rem) 0.75rem no-repeat;
  background-size: 1rem;
}
select option {
  padding: 0;
  line-height: 1.5rem;
}

textarea {
  display: block;
  resize: vertical;
  min-height: 12rem;
  max-height: 36rem;
  padding: 0.5rem 0.8rem;
}

ul.form > li {
  display: flex;
  margin-bottom: 1rem;
}
ul.form > li > label {
  flex: 0 1 15rem;
  display: block;
  line-height: 1.2rem;
  padding: 0.56rem 0;
}
ul.form > li > .group {
  display: block;
}
ul.form > li > .group:nth-child(2) {
  flex: 1 1 auto;
}
ul.form > li.required > label::after {
  content: "*";
  color: #EC5E69;
}
ul.form > li.error label {
  color: #EC5E69;
}
ul.form > li .formelement.error input[type=text] {
  border: 0.06rem solid #EC5E69;
}
ul.form > li .formelement.error span.notification {
  display: block;
  color: #EC5E69;
  padding: 0.5rem 0;
}

ul.form.large > li {
  flex-direction: column;
}
ul.form.large > li > label {
  flex: 0 1 auto;
}

.input.editgroup {
  padding: 0;
}
.input.editgroup > .selection > .category > ul > li {
  position: relative;
  margin-bottom: 1rem;
}
.input.editgroup > .selection > .category > ul > li:last-child {
  margin-bottom: 0;
}
.input.editgroup > .selection > .category > ul > li > a.remove {
  display: none;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
}
.input.editgroup > .selection > .category > ul > li:hover > a.remove {
  display: block;
}
.input.editgroup a.action {
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  gap: 0.5rem;
}
.input.editgroup a.action::before {
  font-family: icomoon;
  content: "";
  display: block;
  border-radius: 0.75rem;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #5893df;
  color: #ffffff;
  text-align: center;
}
.input.editgroup a.action.add {
  padding: 0.5rem 0;
  vertical-align: middle;
}
.input.editgroup a.action.add::before {
  content: "\ed5d";
}
.input.editgroup a.action.remove::before {
  content: "\ed6d";
}

.input.keyvalue li {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.input.keyvalue li:last-child {
  margin-bottom: 0;
}
.input.keyvalue li > input {
  flex: 0 1 auto;
}
.input.keyvalue li > a.remove {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
}
.input.keyvalue li:hover > a.remove {
  display: flex;
}
.input.keyvalue a.action {
  text-align: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  align-items: center;
}
.input.keyvalue a.action::before {
  font-family: icomoon;
  content: "";
  display: block;
  border-radius: 0.75rem;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #5893df;
  color: #ffffff;
  text-align: center;
}
.input.keyvalue a.action.add {
  padding: 0.5rem 0;
}
.input.keyvalue a.action.add::before {
  content: "\ed5d";
}
.input.keyvalue a.action.toggle {
  display: none;
}
.input.keyvalue a.action.toggle::before {
  content: "\eb5f";
}
.input.keyvalue a.action.remove {
  display: none;
}
.input.keyvalue a.action.remove::before {
  content: "\ed6d";
}

.notificationmessages {
  position: fixed;
  z-index: 30000;
  bottom: 3rem;
  max-height: none;
  pointer-events: none;
  left: 0;
  width: 100%;
}
.notificationmessages .message {
  margin: 1rem auto 0 auto;
  max-width: 30rem;
  width: 100%;
  animation: fadeinup 500ms ease-in-out 0s, fadeoutup 200ms ease-in-out 5s;
  animation-fill-mode: forwards;
}
.notificationmessages .message.new {
  display: none;
}

.toaster .message p {
  text-align: left;
}
.toaster .message .notice {
  position: relative;
  padding: 1rem 1rem 1rem 3.5rem;
  background-color: rgba(51, 51, 51, 0.95);
  color: #ffffff;
}
.toaster .message .notice::before {
  position: absolute;
  content: "";
  font-family: icomoon;
  left: 1rem;
  top: 50%;
  margin-top: -0.75rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  vertical-align: middle;
}
.toaster .message.success .notice {
  background-color: rgba(80, 154, 69, 0.95);
}
.toaster .message.success .notice::before {
  content: "\ed71";
}
.toaster .message.error .notice {
  background-color: rgba(216, 57, 69, 0.95);
}
.toaster .message.error .notice::before {
  content: "\ed6c";
}

.tabstrip > .tabs {
  display: flex;
  gap: 1rem;
}
.tabstrip > .tabs > * {
  display: flex;
  padding: 1rem 2rem;
  background: #f0f0f0;
  align-items: center;
  cursor: pointer;
}
.tabstrip > .tabs > *.active {
  background: #ffffff;
}
.tabstrip > .content > [data-tab] {
  display: none;
}
.tabstrip > .content > .active[data-tab] {
  display: block;
}

/*# sourceMappingURL=openai.css.map*/