@charset "UTF-8";
.Vlt-btn, .Vlt-btn-group .Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button {
  -ms-flex-align: center;
      align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 48px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 2.4rem;
  margin: 8px 0;
  min-height: 40px;
  min-width: 40px;
  outline: none;
  padding: 8px 14px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: nowrap;
}

.Vlt-btn:focus, div.code-toolbar > .toolbar .toolbar-item button:focus {
  outline: none;
}

.Vlt-btn:active, div.code-toolbar > .toolbar .toolbar-item button:active {
  outline: none;
}

.Vlt-btn svg, .Vlt-btn-group .Vlt-btn svg, div.code-toolbar > .toolbar .toolbar-item button svg {
  display: inline-block;
  fill: #ffffff;
  height: 18px;
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
  width: 18px;
}

.vlt-btn--large .Vlt-btn svg, .vlt-btn--large div.code-toolbar > .toolbar .toolbar-item button svg, div.code-toolbar > .toolbar .toolbar-item .vlt-btn--large button svg {
  margin-right: 10px;
}

.Vlt-btn--block {
  width: 100%;
}

.Vlt-btn + .Vlt-btn {
  margin-left: 8px;
}

.Vlt-btn--nomargin {
  margin: 0;
}

.Vlt-btn--app, div.code-toolbar > .toolbar .toolbar-item button {
  border-radius: 6px;
}

.Vlt-btn--small.Vlt-btn--app, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--small {
  border-radius: 5px;
}

.Vlt-btn--small, .Vlt-btn-group--small .Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button {
  font-size: 1.2rem;
  line-height: 1.6rem;
  min-height: 32px;
  min-width: 32px;
  padding: 8px 12px;
}

.Vlt-btn--small svg, .Vlt-btn-group--small .Vlt-btn svg, div.code-toolbar > .toolbar .toolbar-item button svg {
  height: 16px;
  width: 16px;
}

.Vlt-btn--large, .Vlt-btn-group--large .Vlt-btn {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 8px 0 16px;
  min-height: 48px;
  min-width: 48px;
  padding: 12px 24px;
}

.Vlt-btn--large svg, .Vlt-btn-group--large .Vlt-btn svg {
  height: 20px;
  margin-right: 14px;
  margin-top: -3px;
  width: 20px;
}

.Vlt-btn--large svg span, .Vlt-btn-group--large .Vlt-btn svg span {
  margin-left: 8px;
}

.Vlt-btn--icon svg, .Vlt-btn-group--icon .Vlt-btn svg {
  margin-left: -10px;
  margin-right: -10px;
}

.Vlt-btn--icon-right svg {
  margin-left: 8px;
  margin-right: 0;
}

.Vlt-btn--large.Vlt-btn--icon-right svg {
  margin-left: 14px;
}

.Vlt-btn--primary {
  background: #871fff;
  color: #ffffff;
}

.Vlt-btn--primary svg {
  fill: #ffffff;
}

.Vlt-btn--primary:hover, .Vlt-btn--primary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #6d00eb;
}

.Vlt-btn--primary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--primary {
  background: #6100d2;
}

.Vlt-btn--outline.Vlt-btn--primary {
  color: #871fff;
}

.Vlt-btn--outline.Vlt-btn--primary svg {
  fill: #871fff;
}

.Vlt-btn--outline.Vlt-btn--primary:hover, .Vlt-btn--outline.Vlt-btn--primary:not(.Vlt-btn--no-focus):focus {
  background: rgba(135, 31, 255, 0.1);
}

.Vlt-btn--outline.Vlt-btn--primary:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--primary {
  background: rgba(135, 31, 255, 0.2);
}

.Vlt-btn--secondary {
  background: #131415;
  color: #ffffff;
}

.Vlt-btn--secondary svg {
  fill: #ffffff;
}

.Vlt-btn--secondary:hover, .Vlt-btn--secondary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #43474b;
}

.Vlt-btn--secondary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--secondary {
  background: #5c6165;
}

.Vlt-btn--outline.Vlt-btn--secondary {
  color: #131415;
}

.Vlt-btn--outline.Vlt-btn--secondary svg {
  fill: #131415;
}

.Vlt-btn--outline.Vlt-btn--secondary:hover, .Vlt-btn--outline.Vlt-btn--secondary:not(.Vlt-btn--no-focus):focus {
  background: rgba(19, 20, 21, 0.1);
}

.Vlt-btn--outline.Vlt-btn--secondary:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--secondary {
  background: rgba(19, 20, 21, 0.2);
}

.Vlt-btn--tertiary, .Vlt-btn-group .Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button {
  background: #e1e2e6;
  color: #131415;
}

.Vlt-btn--tertiary svg, .Vlt-btn-group .Vlt-btn svg, div.code-toolbar > .toolbar .toolbar-item button svg {
  fill: #131415;
}

.Vlt-btn--tertiary:hover, .Vlt-btn-group .Vlt-btn:hover, div.code-toolbar > .toolbar .toolbar-item button:hover, .Vlt-btn--tertiary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus, .Vlt-btn-group .Vlt-btn:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus, div.code-toolbar > .toolbar .toolbar-item button:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #d0d2d8;
}

.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn-group .Vlt-btn:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, div.code-toolbar > .toolbar .toolbar-item button:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--tertiary, .Vlt-btn-group .Vlt-btn_active.Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn_active {
  background: #c2c4cc;
}

.Vlt-btn--outline.Vlt-btn--tertiary, .Vlt-btn-group .Vlt-btn--outline.Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--outline {
  color: #e1e2e6;
}

.Vlt-btn--outline.Vlt-btn--tertiary svg, .Vlt-btn-group .Vlt-btn--outline.Vlt-btn svg, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--outline svg {
  fill: #e1e2e6;
}

.Vlt-btn--outline.Vlt-btn--tertiary:hover, .Vlt-btn-group .Vlt-btn--outline.Vlt-btn:hover, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--outline:hover, .Vlt-btn--outline.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):focus, .Vlt-btn-group .Vlt-btn--outline.Vlt-btn:not(.Vlt-btn--no-focus):focus, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--outline:not(.Vlt-btn--no-focus):focus {
  background: rgba(194, 196, 204, 0.1);
}

.Vlt-btn--outline.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):active, .Vlt-btn-group .Vlt-btn--outline.Vlt-btn:not(.Vlt-btn--no-focus):active, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--outline:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--tertiary, .Vlt-btn-group .Vlt-btn--outline.Vlt-btn_active.Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--outline.Vlt-btn_active {
  background: rgba(194, 196, 204, 0.2);
}

.Vlt-btn--destructive {
  background: #e84545;
  color: #ffffff;
}

.Vlt-btn--destructive svg {
  fill: #ffffff;
}

.Vlt-btn--destructive:hover, .Vlt-btn--destructive:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #de1c1c;
}

.Vlt-btn--destructive:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--destructive {
  background: #c81919;
}

.Vlt-btn--outline.Vlt-btn--destructive {
  color: #e84545;
}

.Vlt-btn--outline.Vlt-btn--destructive svg {
  fill: #e84545;
}

.Vlt-btn--outline.Vlt-btn--destructive:hover, .Vlt-btn--outline.Vlt-btn--destructive:not(.Vlt-btn--no-focus):focus {
  background: rgba(232, 69, 69, 0.1);
}

.Vlt-btn--outline.Vlt-btn--destructive:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--destructive {
  background: rgba(232, 69, 69, 0.2);
}

.Vlt-btn--quaternary {
  background: #06ba77;
  color: #ffffff;
}

.Vlt-btn--quaternary svg {
  fill: #ffffff;
}

.Vlt-btn--quaternary:hover, .Vlt-btn--quaternary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #059c64;
}

.Vlt-btn--quaternary:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--quaternary {
  background: #048957;
}

.Vlt-btn--outline.Vlt-btn--quaternary {
  color: #06ba77;
}

.Vlt-btn--outline.Vlt-btn--quaternary svg {
  fill: #06ba77;
}

.Vlt-btn--outline.Vlt-btn--quaternary:hover, .Vlt-btn--outline.Vlt-btn--quaternary:not(.Vlt-btn--no-focus):focus {
  background: rgba(6, 186, 119, 0.1);
}

.Vlt-btn--outline.Vlt-btn--quaternary:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--quaternary {
  background: rgba(6, 186, 119, 0.2);
}

.Vlt-btn--indigo {
  background: #d6219c;
  color: #ffffff;
}

.Vlt-btn--indigo svg {
  fill: #ffffff;
}

.Vlt-btn--indigo:hover, .Vlt-btn--indigo:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #bb1d89;
}

.Vlt-btn--indigo:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--indigo {
  background: #aa1a7c;
}

.Vlt-btn--outline.Vlt-btn--indigo {
  color: #d6219c;
}

.Vlt-btn--outline.Vlt-btn--indigo svg {
  fill: #d6219c;
}

.Vlt-btn--outline.Vlt-btn--indigo:hover, .Vlt-btn--outline.Vlt-btn--indigo:not(.Vlt-btn--no-focus):focus {
  background: rgba(214, 33, 156, 0.1);
}

.Vlt-btn--outline.Vlt-btn--indigo:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--indigo {
  background: rgba(214, 33, 156, 0.2);
}

.Vlt-btn--orange {
  background: #fa7454;
  color: #ffffff;
}

.Vlt-btn--orange svg {
  fill: #ffffff;
}

.Vlt-btn--orange:hover, .Vlt-btn--orange:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #f95c36;
}

.Vlt-btn--orange:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--orange {
  background: #f94c22;
}

.Vlt-btn--outline.Vlt-btn--orange {
  color: #fa7454;
}

.Vlt-btn--outline.Vlt-btn--orange svg {
  fill: #fa7454;
}

.Vlt-btn--outline.Vlt-btn--orange:hover, .Vlt-btn--outline.Vlt-btn--orange:not(.Vlt-btn--no-focus):focus {
  background: rgba(250, 116, 84, 0.1);
}

.Vlt-btn--outline.Vlt-btn--orange:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--orange {
  background: rgba(250, 116, 84, 0.2);
}

.Vlt-btn--white {
  background: #ffffff;
  color: #131415;
}

.Vlt-btn--white svg {
  fill: #131415;
}

.Vlt-btn--white:hover, .Vlt-btn--white:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus {
  background: #e1e2e6;
}

.Vlt-btn--white:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active, .Vlt-btn_active.Vlt-btn--white {
  background: #c2c4cc;
}

.Vlt-btn--outline.Vlt-btn--white {
  color: #ffffff;
}

.Vlt-btn--outline.Vlt-btn--white svg {
  fill: #ffffff;
}

.Vlt-btn--outline.Vlt-btn--white:hover, .Vlt-btn--outline.Vlt-btn--white:not(.Vlt-btn--no-focus):focus {
  background: rgba(255, 255, 255, 0.1);
}

.Vlt-btn--outline.Vlt-btn--white:not(.Vlt-btn--no-focus):active, .Vlt-btn--outline.Vlt-btn_active.Vlt-btn--white {
  background: rgba(255, 255, 255, 0.2);
}

.Vlt-btn--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px;
}

.Vlt-btn--outline .Vlt-spinner:before, .Vlt-btn--outline .Vlt-spinner:after {
  border-color: currentColor transparent transparent;
}

.Vlt-text-btn,
.Vlt-btn--link {
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0;
  white-space: nowrap;
}

.Vlt-text-btn svg,
.Vlt-btn--link svg {
  fill: #871fff;
}

.Vlt-text-btn:hover,
.Vlt-btn--link:hover {
  text-decoration: underline;
  transform: none;
}

.Vlt-text-btn:active,
.Vlt-btn--link:active {
  box-shadow: none;
}

.Vlt-text-btn:disabled, .Vlt-text-btn.Vlt-btn--disabled, .Vlt-text-btn.Vlt-btn_disabled,
.Vlt-btn--link:disabled,
.Vlt-btn--link.Vlt-btn--disabled,
.Vlt-btn--link.Vlt-btn_disabled {
  background: none !important;
}

.Vlt-btn-group {
  display: -ms-flexbox;
  display: flex;
}

.Vlt-btn-group:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
  min-width: 44px;
  padding-left: 20px;
}

.Vlt-btn-group:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
  min-width: 44px;
  padding-right: 20px;
}

.Vlt-btn-group .Vlt-btn {
  margin-left: 0;
  margin-right: 0;
}

.Vlt-btn-group .Vlt-btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}

.Vlt-btn-group .Vlt-btn:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.Vlt-btn-group .Vlt-btn:not(.Vlt-btn--no-focus):focus {
  z-index: 2;
}

.Vlt-btn-group--app .Vlt-btn {
  background: #e1e2e6 !important;
  position: relative;
  z-index: 1;
}

.Vlt-btn-group--app .Vlt-btn:before {
  border-radius: 5px;
  bottom: 2px;
  content: '';
  left: 1px;
  position: absolute;
  right: 1px;
  top: 2px;
  transition: background 0.3s;
  z-index: -1;
}

.Vlt-btn-group--app .Vlt-btn:hover:before {
  background: #c2c4cc;
}

.Vlt-btn-group--app .Vlt-btn.Vlt-btn_active {
  color: #ffffff !important;
}

.Vlt-btn-group--app .Vlt-btn.Vlt-btn_active svg {
  fill: #ffffff !important;
}

.Vlt-btn-group--app .Vlt-btn.Vlt-btn_active:before {
  background: #131415;
}

.Vlt-btn-group--app .Vlt-btn:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.Vlt-btn-group--app .Vlt-btn:first-child:before {
  left: 2px;
}

.Vlt-btn-group--app .Vlt-btn:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.Vlt-btn-group--app .Vlt-btn:last-child:before {
  right: 2px;
}

.Vlt-btn-group--small:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
  min-width: 36px;
  padding-left: 16px;
}

.Vlt-btn-group--small:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
  min-width: 36px;
  padding-right: 16px;
}

.Vlt-btn-group--large:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
  min-width: 52px;
  padding-left: 28px;
}

.Vlt-btn-group--large:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
  min-width: 52px;
  padding-right: 28px;
}

.Vlt-btn-group--hover {
  border: 0 !important;
  margin-top: -1px;
  opacity: 0;
  padding: 0 !important;
  position: absolute;
  right: 16px;
  transition: all 0.3s;
  z-index: -1;
}

.Vlt-btn-group--inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.Vlt-btn-on-hover {
  position: relative;
}

.Vlt-btn-on-hover:hover .Vlt-btn-group--hover {
  background-color: transparent;
  opacity: 1;
  z-index: 2;
}

.Vlt-btn-on-hover:not(tr):not(td):not(table) .Vlt-btn-group--hover {
  margin-top: 0px;
  top: -16px;
}

.Vlt-text-link,
.Vlt-text-btn,
.Vlt-btn--link {
  color: #871fff;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.Vlt-text-link:hover,
.Vlt-text-btn:hover,
.Vlt-btn--link:hover {
  color: #441080;
  text-decoration: underline;
}

.Vlt-text-link:active,
.Vlt-text-btn:active,
.Vlt-btn--link:active {
  color: #441080;
}

.Vlt-text-link:visited,
.Vlt-text-btn:visited,
.Vlt-btn--link:visited {
  color: #871fff;
}

.Vlt-text-link:visited:hover,
.Vlt-text-btn:visited:hover,
.Vlt-btn--link:visited:hover {
  color: #441080;
}

.Vlt-text-link.Vlt-black,
.Vlt-black.Vlt-text-btn,
.Vlt-black.Vlt-btn--link {
  color: #131415;
  font-weight: 600;
  position: relative;
}

.Vlt-text-link.Vlt-black:after,
.Vlt-black.Vlt-text-btn:after,
.Vlt-black.Vlt-btn--link:after {
  background-color: #131415;
  bottom: -2px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Vlt-text-link.Vlt-black:hover,
.Vlt-black.Vlt-text-btn:hover,
.Vlt-black.Vlt-btn--link:hover {
  color: #616266;
  text-decoration: none;
}

.Vlt-text-link.Vlt-black:hover:after,
.Vlt-black.Vlt-text-btn:hover:after,
.Vlt-black.Vlt-btn--link:hover:after {
  background-color: #616266;
}

.Vlt-text-link.Vlt-black:active,
.Vlt-black.Vlt-text-btn:active,
.Vlt-black.Vlt-btn--link:active {
  color: #616266;
}

.Vlt-text-link.Vlt-black:visited,
.Vlt-black.Vlt-text-btn:visited,
.Vlt-black.Vlt-btn--link:visited {
  color: #131415;
}

.reset-button, .Vlt-text-btn,
.Vlt-btn--link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
}

.Vlt-btn:disabled, div.code-toolbar > .toolbar .toolbar-item button:disabled, .Vlt-btn--disabled.Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--disabled, .Vlt-btn_disabled.Vlt-btn, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn_disabled, .Vlt-text-btn:disabled, .Vlt-text-btn.Vlt-btn--disabled, .Vlt-text-btn.Vlt-btn_disabled,
.Vlt-btn--link:disabled,
.Vlt-btn--link.Vlt-btn--disabled,
.Vlt-btn--link.Vlt-btn_disabled {
  background: rgba(194, 196, 204, 0.5);
  border: 0;
  box-shadow: none;
  color: #9b9da3;
  pointer-events: none;
}

.Vlt-btn:disabled svg, div.code-toolbar > .toolbar .toolbar-item button:disabled svg, .Vlt-btn--disabled.Vlt-btn svg, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn--disabled svg, .Vlt-btn_disabled.Vlt-btn svg, div.code-toolbar > .toolbar .toolbar-item button.Vlt-btn_disabled svg, .Vlt-text-btn:disabled svg, .Vlt-text-btn.Vlt-btn--disabled svg, .Vlt-text-btn.Vlt-btn_disabled svg, .Vlt-btn--link:disabled svg, .Vlt-btn--link.Vlt-btn--disabled svg, .Vlt-btn--link.Vlt-btn_disabled svg {
  fill: #9b9da3;
}

/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+csharp+bash+ruby+markup-templating+git+java+json+php+python&plugins=line-highlight+line-numbers+toolbar+command-line+keep-markup+copy-to-clipboard */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: linear-gradient(to right, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}

.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
  content: none;
}

pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

div.code-toolbar {
  position: relative;
}

div.code-toolbar > .toolbar {
  position: absolute;
  top: .3em;
  right: .2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar a {
  cursor: pointer;
}

div.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: .8em;
  padding: 0 .5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: .5em;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
  color: inherit;
  text-decoration: none;
}

.command-line-prompt {
  border-right: 1px solid #999;
  display: block;
  float: left;
  font-size: 100%;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.command-line-prompt > span:before {
  color: #999;
  content: ' ';
  display: block;
  padding-right: 0.8em;
}

.command-line-prompt > span[data-user]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] $";
}

.command-line-prompt > span[data-user="root"]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] #";
}

.command-line-prompt > span[data-prompt]:before {
  content: attr(data-prompt);
}

.Vlt-tooltip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

span.Vlt-tooltip {
  margin-left: 4px;
  vertical-align: bottom;
}

.Vlt-tooltip__content a,
.Vlt-tooltip__content a.Vlt-text-link,
.Vlt-tooltip__content a:visited,
.Vlt-tooltip__content a.Vlt-text-link:visited {
  color: #cfa5ff;
  font-weight: 600;
}

.Vlt-tooltip__content a:hover,
.Vlt-tooltip__content a.Vlt-text-link:hover,
.Vlt-tooltip__content a:visited:hover,
.Vlt-tooltip__content a.Vlt-text-link:visited:hover {
  color: #b779ff;
}

.Vlt-tooltip--js {
  z-index: 600;
}

.Vlt-tooltip--js.Vlt-tooltip--large .Vlt-tooltip__content {
  padding: 16px 24px;
}

.tooltip-arrow, .Vlt-tooltip--js[x-placement^='bottom'] .Vlt-tooltip__arrow, .Vlt-tooltip--js[x-placement^='top'] .Vlt-tooltip__arrow, .Vlt-tooltip--js[x-placement^='right'] .Vlt-tooltip__arrow, .Vlt-tooltip--js[x-placement^='left'] .Vlt-tooltip__arrow, div.code-toolbar > .toolbar .toolbar-item button:after {
  border-style: solid;
  position: absolute;
}

.arrow-bottom-mixin, .Vlt-tooltip--js[x-placement^='bottom'] .Vlt-tooltip__arrow {
  border-color: transparent transparent #131415;
  border-width: 0 6px 6px;
  top: 3px;
}

.arrow-top-mixin, .Vlt-tooltip--js[x-placement^='top'] .Vlt-tooltip__arrow, div.code-toolbar > .toolbar .toolbar-item button:after {
  border-color: #131415 transparent transparent;
  border-width: 6px 6px 0px;
  bottom: 3px;
}

.arrow-right-mixin, .Vlt-tooltip--js[x-placement^='right'] .Vlt-tooltip__arrow {
  border-color: transparent #131415 transparent transparent;
  border-width: 6px 6px 6px 0;
  left: 3px;
}

.arrow-left-mixin, .Vlt-tooltip--js[x-placement^='left'] .Vlt-tooltip__arrow {
  border-color: transparent transparent transparent #131415;
  border-width: 6px 0px 6px 6px;
  right: 3px;
}

.tooltip-bottom-mixin, .Vlt-tooltip--js[x-placement^='bottom'] .Vlt-tooltip__content {
  margin-top: 9px;
  text-align: center;
}

.tooltip-top-mixin, .Vlt-tooltip--js[x-placement^='top'] .Vlt-tooltip__content {
  margin-bottom: 9px;
  text-align: center;
}

.tooltip-right-mixin, .Vlt-tooltip--js[x-placement^='right'] .Vlt-tooltip__content {
  margin-left: 9px;
  text-align: left;
}

.tooltip-left-mixin, .Vlt-tooltip--js[x-placement^='left'] .Vlt-tooltip__content {
  margin-right: 9px;
  text-align: left;
}

.Vlt-tooltip__content {
  background: #131415;
  border-radius: 6px;
  color: #ffffff;
  cursor: default;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1rem;
  max-width: 300px;
  padding: 6px 12px;
  transition: display 0.2s;
  white-space: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 600;
}

/**
 * Overrides of prism.css to make the styles suited to Vonage
 */
.pre-nowrap pre[class*='language-'] {
  white-space: pre;
}

pre[class*="language-"] {
  -webkit-font-smoothing: antialiased;
  background: #f3f3f5;
  border: 0;
  border-radius: 8px;
  font-size: 1.5rem;
  margin: 0 0 16px;
  text-shadow: none;
  white-space: pre-wrap;
}

pre[class*='language-'] code {
  color: #131415;
  display: block;
  font-family: monospace, monospace;
  text-shadow: none;
}

pre[class*='language-'] code span {
  font-size: 100%;
}

pre[class*='language-'] code em {
  font-style: italic;
}

pre[class*='language-'] code::-moz-selection {
  background: rgba(102, 159, 196, 0.5);
}

pre[class*='language-'] code::selection {
  background: rgba(102, 159, 196, 0.5);
}

pre[class*='language-'] code::moz-selection {
  background: rgba(102, 159, 196, 0.5);
}

pre[class*='language-'] .token.atrule, pre[class*='language-'] .token.keyword {
  color: #ab197d;
}

pre[class*='language-'] .token.selector, pre[class*='language-'] .token.tag {
  color: #616266;
}

pre[class*='language-'] .token.attr-name {
  color: #669fc4;
}

pre[class*='language-'] .token.comment {
  color: #a6a9b5;
}

pre[class*='language-'] .token code.language-url, pre[class*='language-'] .token.function, pre[class*='language-'] .token.url {
  color: #4d7793;
}

pre[class*='language-'] .token.boolean, pre[class*='language-'] .token.builtin, pre[class*='language-'] .token.class-name, pre[class*='language-'] .token.constant, pre[class*='language-'] .token.namespace {
  color: #669fc4;
}

pre[class*='language-'] .token.operator {
  background: none;
}

pre[class*='language-'] .token.number {
  color: #e84545;
}

pre[class*='language-'] .token.parameter, pre[class*='language-'] .token.symbol {
  color: #e84545;
}

pre[class*='language-'] .token.attr-value, pre[class*='language-'] .token.macro, pre[class*='language-'] .token.string, pre[class*='language-'] .token.stripe, pre[class*='language-'] .token.value {
  color: #2d966f;
}

pre[class*='language-'] .token.variable {
  color: #fa7454;
}

pre[class*='language-'] .token.macro .keyword {
  color: #173630;
}

pre[class*='language-'] .token.publishable-key, pre[class*='language-'] .token.secret-key, pre[class*='language-'] .token.token-tooltip {
  background: #e1e2e6;
  border-radius: 3px;
  margin: -2px;
  padding: 2px;
}

pre[class*='language-'] .token.publishable-key.enabled, pre[class*='language-'] .token.secret-key.enabled, pre[class*='language-'] .token.token-tooltip.enabled {
  background: #e1e2e6;
}

pre[class*='language-'] .command-line-prompt > span:before,
pre[class*='language-'] .line-numbers-rows > span:before {
  color: #c2c4cc;
}

pre[class*='language-'] .language-bash .token.option,
pre[class*='language-'] .language-css .property {
  color: #e84545;
}

pre[class*='language-'] .language-html .token.punctuation,
pre[class*='language-'] .language-markup .token.punctuation {
  color: #9b9da3;
}

pre[class*='language-'] .language-html .token.attr-value,
pre[class*='language-'] .language-markup .token.attr-value {
  color: #fa7454;
}

pre[class*='language-'] .language-html .token.attr-value > .punctuation:not(:first-child),
pre[class*='language-'] .language-markup .token.attr-value > .punctuation:not(:first-child) {
  color: #c85e43;
}

pre[class*='language-'] .language-html .token.namespace,
pre[class*='language-'] .language-markup .token.namespace {
  color: #4d7793;
}

pre[class*='language-'] .language-php .token.operator {
  background: none;
  color: #ab197d;
}

pre[class*='language-'].Vlt-prism--dark {
  background: #131415;
  color: #c2c4cc;
}

pre[class*='language-'].Vlt-prism--dark code {
  background-color: #131415;
  color: #c2c4cc;
}

pre[class*='language-'].Vlt-prism--dark .token.comment, pre[class*='language-'].Vlt-prism--dark .token.prolog, pre[class*='language-'].Vlt-prism--dark .token.doctype, pre[class*='language-'].Vlt-prism--dark .token.cdata {
  color: #7a7b80;
}

pre[class*='language-'].Vlt-prism--dark .token .namespace {
  opacity: 0.7;
}

pre[class*='language-'].Vlt-prism--dark .token.property, pre[class*='language-'].Vlt-prism--dark .token.keyword, pre[class*='language-'].Vlt-prism--dark .token.tag {
  color: #80c7f5;
}

pre[class*='language-'].Vlt-prism--dark .token.class-name {
  color: #fff8c0;
  text-decoration: underline;
}

pre[class*='language-'].Vlt-prism--dark .token.boolean, pre[class*='language-'].Vlt-prism--dark .token.constant {
  color: #06ba77;
}

pre[class*='language-'].Vlt-prism--dark .token.symbol, pre[class*='language-'].Vlt-prism--dark .token.deleted {
  color: #e84545;
}

pre[class*='language-'].Vlt-prism--dark .token.number {
  color: #d6219c;
}

pre[class*='language-'].Vlt-prism--dark .token.selector, pre[class*='language-'].Vlt-prism--dark .token.attr-name, pre[class*='language-'].Vlt-prism--dark .token.string, pre[class*='language-'].Vlt-prism--dark .token.char, pre[class*='language-'].Vlt-prism--dark .token.builtin, pre[class*='language-'].Vlt-prism--dark .token.inserted {
  color: #86d8b9;
}

pre[class*='language-'].Vlt-prism--dark .token.variable {
  color: #eb90ce;
}

pre[class*='language-'].Vlt-prism--dark .token.operator, pre[class*='language-'].Vlt-prism--dark .token.punctuation {
  background: none;
  color: #c2c4cc;
}

pre[class*='language-'].Vlt-prism--dark .token.entity {
  color: #fff8c0;
}

pre[class*='language-'].Vlt-prism--dark .token.url {
  color: #80c7f5;
}

pre[class*='language-'].Vlt-prism--dark .token.atrule, pre[class*='language-'].Vlt-prism--dark .token.attr-value {
  color: #fff8c0;
}

pre[class*='language-'].Vlt-prism--dark .token.function {
  color: #fcac98;
}

pre[class*='language-'].Vlt-prism--dark .token.regex {
  color: #9d7005;
}

pre[class*='language-'].Vlt-prism--dark .token.important {
  color: #fa7454;
}

pre[class*='language-'].Vlt-prism--dark .command-line-prompt > span:before,
pre[class*='language-'].Vlt-prism--dark .line-numbers-rows > span:before {
  color: #9b9da3;
}

pre[class*='language-'].Vlt-prism--dark .language-css .token.string,
pre[class*='language-'].Vlt-prism--dark .style .token.string {
  color: #06ba77;
}

pre[class*='language-'].Vlt-prism--dark + div.toolbar .toolbar-item button:before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill%3D%22%23C2C4CC%22%20d%3D%22M1.5%2018H16.5C17.3295%2018%2018%2017.3295%2018%2016.5V1.5C18%200.672%2017.3295%200%2016.5%200H1.5C0.6705%200%200%200.672%200%201.5V16.5C0%2017.3295%200.6705%2018%201.5%2018Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23C2C4CC%22%20d%3D%22M6%2024H22.5C23.3295%2024%2024%2023.3295%2024%2022.5V6H21V21H6V24Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

pre[class*='language-'].Vlt-prism--dark + div.toolbar .toolbar-item button:hover:before {
  background-color: #616266;
}

pre[class*='language-'].Vlt-prism--dark + div.toolbar .toolbar-item button:active:before, pre[class*='language-'].Vlt-prism--dark + div.toolbar .toolbar-item button:focus:before {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill%3D%22%23131415%22%20d%3D%22M1.5%2018H16.5C17.3295%2018%2018%2017.3295%2018%2016.5V1.5C18%200.672%2017.3295%200%2016.5%200H1.5C0.6705%200%200%200.672%200%201.5V16.5C0%2017.3295%200.6705%2018%201.5%2018Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23131415%22%20d%3D%22M6%2024H22.5C23.3295%2024%2024%2023.3295%2024%2022.5V6H21V21H6V24Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

pre[class*='language-'].Vlt-prism--copy-disabled + div.toolbar .toolbar-item button {
  display: none;
}

div.code-toolbar > .toolbar {
  opacity: 1;
  right: 4px;
  top: 4px;
}

div.code-toolbar > .toolbar .toolbar-item button {
  background-color: transparent;
  box-shadow: none;
  font-family: 'spezia', sans-serif;
  margin: 0;
  min-height: 0;
  padding: 8px;
  text-indent: -9999px;
  transition: none;
}

div.code-toolbar > .toolbar .toolbar-item button:before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill%3D%22%23131415%22%20d%3D%22M1.5%2018H16.5C17.3295%2018%2018%2017.3295%2018%2016.5V1.5C18%200.672%2017.3295%200%2016.5%200H1.5C0.6705%200%200%200.672%200%201.5V16.5C0%2017.3295%200.6705%2018%201.5%2018Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23131415%22%20d%3D%22M6%2024H22.5C23.3295%2024%2024%2023.3295%2024%2022.5V6H21V21H6V24Z%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 16px;
  border-radius: 6px;
  content: '';
  display: inline-block;
  -ms-flex: 0 0 14px;
      flex: 0 0 14px;
  height: 14px;
  line-height: 1;
  margin-left: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
  width: 16px;
}

div.code-toolbar > .toolbar .toolbar-item button:after {
  content: '';
  display: none;
  height: 26px;
  right: 10px;
  width: 10px;
}

div.code-toolbar > .toolbar .toolbar-item button:hover {
  background-color: #131415;
  color: #ffffff;
  margin-right: -4px;
  margin-top: -68px;
  text-indent: 0;
}

div.code-toolbar > .toolbar .toolbar-item button:hover:before {
  background-color: #c2c4cc;
}

div.code-toolbar > .toolbar .toolbar-item button:hover:after {
  display: inline-block;
}

div.code-toolbar > .toolbar .toolbar-item button:active, div.code-toolbar > .toolbar .toolbar-item button:focus {
  background-color: #131415 !important;
}

div.code-toolbar > .toolbar .toolbar-item button:active:before, div.code-toolbar > .toolbar .toolbar-item button:focus:before {
  background-color: #131415;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1.5%2018H16.5C17.3295%2018%2018%2017.3295%2018%2016.5V1.5C18%200.672%2017.3295%200%2016.5%200H1.5C0.6705%200%200%200.672%200%201.5V16.5C0%2017.3295%200.6705%2018%201.5%2018Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6%2024H22.5C23.3295%2024%2024%2023.3295%2024%2022.5V6H21V21H6V24Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.command-line-prompt {
  border-right: 1px solid #9b9da3;
  display: block;
  float: left;
  font-size: 100% !important;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
