/* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */
/**
 * Deprecated. Not for use in new websites.
 * https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#break-word
 */
:host {
  display: block;
  border-radius: 2px;
  background-color: rgba(var(--v-bg-secondary, 245, 247, 247, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
:host code {
  display: block;
  box-sizing: border-box;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  text-align: left;
  font-family: "Roboto Mono";
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  white-space: pre-wrap;
  min-height: 22px;
  tab-size: 2px;
  word-break: break-word;
}
:host code:focus-visible {
  outline: none;
}
:host .editor-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border: 1px solid rgba(var(--v-border-divider-secondary, 199, 217, 229, 1));
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  margin-bottom: 12px;
  user-select: none;
}
:host .editor-toolbar vega-input-select {
  width: auto;
  min-width: 161px;
}

:host(.show-line-number) code .v-code-line-number::before {
  content: attr(data-mark);
  width: var(--v-code-line-number-width);
  margin-left: var(--v-code-line-number-ml);
  padding-right: 16px;
  text-align: right;
  user-select: none;
  font-style: normal;
  word-break: keep-all;
  color: rgba(var(--v-text-secondary, 107, 116, 125, 1));
  display: inline-block;
}
:host(.show-line-number) code {
  padding-left: var(--v-code-block-pl);
}

:host::part(select-container) {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
:host::part(selected-box), :host::part(placeholder) {
  font-size: 14px;
  user-select: none;
}
:host::part(toggle-icon-container) {
  width: 12px;
  height: 12px;
  line-height: 12px;
}
:host::part(toggle-icon) {
  width: 12px;
  height: 12px;
}

:host(.readonly) .copy-button-container {
  position: relative;
}
:host(.readonly) .copy-button-container .copy-code-button {
  position: absolute;
  top: 0px;
  right: 0px;
}

:host(.disabled:not(.highlight)) code {
  color: rgba(var(--v-text-input-disabled, 107, 116, 125, 1));
}

:host(.disabled.highlight) {
  opacity: 0.5;
}

:host(.focus:not(.disabled, .readonly)) {
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 2px;
}

:host(.highlight) code {
  color: var(--code-neutral);
}

code .comment,
code .prolog,
code .doctype,
code .cdata {
  color: var(--code-gray);
  font-style: italic;
}
code .namespace {
  color: var(--code-neutral-7);
}
code .string,
code .attr-value,
code .builtin {
  color: var(--code-green);
}
code .punctuation,
code .operator,
code .attr-equals {
  color: var(--code-gray);
}
code .entity,
code .url,
code .symbol,
code .number,
code .boolean,
code .variable,
code .constant,
code .property,
code .regex,
code .inserted {
  color: var(--code-neutral-8);
}
code .atrule,
code .function,
code .attr-name {
  color: var(--code-orange);
}
code .deleted {
  color: var(--code-neutral);
}
code .function-variable {
  color: #ff0000;
}
code .tag,
code .selector,
code .keyword {
  color: var(--code-purple);
}