@charset "UTF-8";
/* Normalize css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * SILEX VARIABLES
 * Core configuration values for Silex
 * Colors are now managed in theme-base.scss
 * /!\ Some values duplicated in grapesjs/index.ts => keep in sync
 */
:root {
  --primaryColor: #333333;
  --secondaryColor: #ddd;
  --tertiaryColor: #8873FE;
  --quaternaryColor: #A291FF;
  --darkerPrimaryColor: #292929;
  --lighterPrimaryColor: #575757;
  --gjs-primary-color: #333333 !important;
  --gjs-secondary-color: #ddd !important;
  --gjs-tertiary-color: #8873FE !important;
  --gjs-quaternary-color: #A291FF !important;
  --viewsPanelWidth: 25%;
  --viewsProjectPanelWidth: 13%;
  --footerHeight: 30px;
}

/* stylelint-disable */
/* 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-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-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.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-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, 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;
}

.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-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, 0.4);
}

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.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;
}

/*

    Name:       Hopscotch
    Author:     Jan T. Sott

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/
.cm-s-hopscotch.CodeMirror {
  background: #322931;
  color: #d5d3d5;
}

.cm-s-hopscotch div.CodeMirror-selected {
  background: #433b42 !important;
}

.cm-s-hopscotch .CodeMirror-gutters {
  background: #322931;
  border-right: 0px;
}

.cm-s-hopscotch .CodeMirror-linenumber {
  color: #797379;
}

.cm-s-hopscotch .CodeMirror-cursor {
  border-left: 1px solid #989498 !important;
}

.cm-s-hopscotch span.cm-comment {
  color: #b33508;
}

.cm-s-hopscotch span.cm-atom {
  color: #c85e7c;
}

.cm-s-hopscotch span.cm-number {
  color: #c85e7c;
}

.cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {
  color: #8fc13e;
}

.cm-s-hopscotch span.cm-keyword {
  color: #dd464c;
}

.cm-s-hopscotch span.cm-string {
  color: #fdcc59;
}

.cm-s-hopscotch span.cm-variable {
  color: #8fc13e;
}

.cm-s-hopscotch span.cm-variable-2 {
  color: #1290bf;
}

.cm-s-hopscotch span.cm-def {
  color: #fd8b19;
}

.cm-s-hopscotch span.cm-error {
  background: #dd464c;
  color: #989498;
}

.cm-s-hopscotch span.cm-bracket {
  color: #d5d3d5;
}

.cm-s-hopscotch span.cm-tag {
  color: #dd464c;
}

.cm-s-hopscotch span.cm-link {
  color: #c85e7c;
}

.cm-s-hopscotch .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.cm-s-hopscotch .CodeMirror-activeline-background {
  background: #302020;
}

/* Class names prefixes */
/*
  New Pattern Color System
  With this should be easier to overwrite colors
  not only in SCSS but even CSS
*/
/* Dark theme */
/* Light: #573454 Dark: #3b2639 -moz-linear-gradient(top, #fca99b 0%, #6e2842 100%) */
/* l: #d8d7db */
/* darken($mainColor, 4%) - #383838 */
/* #515151 */
/* Color Helpers */
/* Canvas */
/* Components / Inputs */
/* b1b1b1 */
/* #252525 */
/* Class manager */
/* File uploader */
/* Commands */
/* Fonts */
/* Tools */
.gjs-is__grab, .gjs-is__grab * {
  cursor: grab !important;
}
.gjs-is__grabbing, .gjs-is__grabbing * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: grabbing !important;
}

:root {
  --gjs-main-color: #444;
  --gjs-primary-color: #444;
  --gjs-secondary-color: #ddd;
  --gjs-tertiary-color: #804f7b;
  --gjs-quaternary-color: #d278c9;
  --gjs-font-color: #ddd;
  --gjs-font-color-active: #f8f8f8;
  --gjs-main-dark-color: rgba(0, 0, 0, 0.2);
  --gjs-secondary-dark-color: rgba(0, 0, 0, 0.1);
  --gjs-main-light-color: rgba(255, 255, 255, 0.1);
  --gjs-secondary-light-color: rgba(255, 255, 255, 0.7);
  --gjs-soft-light-color: rgba(255, 255, 255, 0.015);
  --gjs-color-blue: #3b97e3;
  --gjs-color-red: #dd3636;
  --gjs-color-yellow: #ffca6f;
  --gjs-color-green: #62c462;
  --gjs-left-width: 15%;
  --gjs-color-highlight: #71b7f1;
  --gjs-color-warn: #ffca6f;
  --gjs-handle-margin: -5px;
  --gjs-light-border: rgba(255, 255, 255, 0.05);
  --gjs-arrow-color: rgba(255, 255, 255, 0.7);
  --gjs-dark-text-shadow: rgba(0, 0, 0, 0.2);
  --gjs-color-input-padding: 22px;
  --gjs-input-padding: 5px;
  --gjs-padding-elem-classmanager: 5px 6px;
  --gjs-upload-padding: 150px 10px;
  --gjs-animation-duration: 0.2s;
  --gjs-main-font: Helvetica, sans-serif;
  --gjs-font-size: 0.75rem;
  --gjs-placeholder-background-color: var(--gjs-color-green);
  --gjs-canvas-top: 40px;
  --gjs-flex-item-gap: 5px;
}

.gjs-bg-main, .gjs-off-prv, .gjs-sm-colorp-c {
  background-color: var(--gjs-main-color);
}

.gjs-color-main, .gjs-off-prv, .gjs-sm-stack #gjs-sm-add {
  color: var(--gjs-font-color);
  fill: var(--gjs-font-color);
}
.gjs-color-active {
  color: var(--gjs-font-color-active);
  fill: var(--gjs-font-color-active);
}
.gjs-color-warn {
  color: var(--gjs-color-warn);
  fill: var(--gjs-color-warn);
}
.gjs-color-hl {
  color: var(--gjs-color-highlight);
  fill: var(--gjs-color-highlight);
}

.gjs-invis-invis, .gjs-clm-tags #gjs-clm-new,
.gjs-no-app {
  background-color: transparent;
  border: none;
  color: inherit;
}

.gjs-no-app {
  height: 10px;
}

.opac50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.gjs-checker-bg, .gjs-field-colorp-c,
.checker-bg,
.gjs-sm-layer-preview {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
}

.gjs-no-user-select, .gjs-grabbing,
.gjs-grabbing *, .gjs-rte-toolbar, .gjs-layer-name {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gjs-no-pointer-events, .gjs-resizer-c, .gjs-margin-v-el,
.gjs-padding-v-el,
.gjs-fixedmargin-v-el,
.gjs-fixedpadding-v-el {
  pointer-events: none;
}

.no-select, .gjs-clm-tags #gjs-clm-close, .gjs-com-no-select,
.gjs-com-no-select img, .gjs-category-title, .gjs-layer-title, .gjs-block-category .gjs-title, .gjs-sm-sector-title, .gjs-trait-category .gjs-title {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clear {
  clear: both;
}

.gjs-category-open, .gjs-block-category.gjs-open, .gjs-sm-sector.gjs-sm-open, .gjs-trait-category.gjs-open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.gjs-category-title, .gjs-layer-title, .gjs-block-category .gjs-title, .gjs-sm-sector-title, .gjs-trait-category .gjs-title {
  font-weight: lighter;
  background-color: var(--gjs-secondary-dark-color);
  letter-spacing: 1px;
  padding: 9px 10px 9px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: left;
  position: relative;
  cursor: pointer;
}

.btn-cl, .gjs-am-close, .gjs-mdl-btn-close {
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 25px;
  cursor: pointer;
}
.btn-cl:hover, .gjs-am-close:hover, .gjs-mdl-btn-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gjs-traits-label {
  border-bottom: 1px solid var(--gjs-main-dark-color);
  font-weight: lighter;
  margin-bottom: 5px;
  padding: 10px;
  text-align: left;
}
.gjs-label-wrp {
  width: 30%;
  min-width: 30%;
}
.gjs-field-wrp {
  flex-grow: 1;
}
.gjs-traits-c, .gjs-traits-cs {
  display: flex;
  flex-direction: column;
}
.gjs-trait-categories {
  display: flex;
  flex-direction: column;
}
.gjs-trait-category {
  width: 100%;
}
.gjs-trait-category .gjs-caret-icon {
  margin-right: 5px;
}

.gjs-trt-header {
  font-weight: lighter;
  padding: 10px;
}

.gjs-trt-trait {
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px;
  font-weight: lighter;
  align-items: center;
  text-align: left;
  gap: 5px;
}
.gjs-trt-traits {
  font-size: var(--gjs-font-size);
}
.gjs-trt-trait .gjs-label {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gjs-guide-info {
  position: absolute;
}
.gjs-guide-info__content {
  position: absolute;
  height: 100%;
  display: flex;
  width: 100%;
  padding: 5px;
}
.gjs-guide-info__line {
  position: relative;
  margin: auto;
}
.gjs-guide-info__line::before, .gjs-guide-info__line::after {
  content: "";
  display: block;
  position: absolute;
  background-color: inherit;
}
.gjs-guide-info__y {
  padding: 0 5px;
}
.gjs-guide-info__y .gjs-guide-info__content {
  justify-content: center;
}
.gjs-guide-info__y .gjs-guide-info__line {
  width: 100%;
  height: 1px;
}
.gjs-guide-info__y .gjs-guide-info__line::before, .gjs-guide-info__y .gjs-guide-info__line::after {
  width: 1px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.gjs-guide-info__y .gjs-guide-info__line::after {
  left: auto;
  right: 0;
}
.gjs-guide-info__x {
  padding: 5px 0;
}
.gjs-guide-info__x .gjs-guide-info__content {
  align-items: center;
}
.gjs-guide-info__x .gjs-guide-info__line {
  height: 100%;
  width: 1px;
}
.gjs-guide-info__x .gjs-guide-info__line::before, .gjs-guide-info__x .gjs-guide-info__line::after {
  width: 10px;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transform: translateX(-50%);
}
.gjs-guide-info__x .gjs-guide-info__line::after {
  top: auto;
  bottom: 0;
}
.gjs-badge {
  white-space: nowrap;
}
.gjs-badge__icon {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.gjs-badge__icon svg {
  fill: currentColor;
}
.gjs-badge__name {
  display: inline-block;
  vertical-align: middle;
}
.gjs-frame-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.gjs-frame-wrapper--anim {
  transition: width 0.35s ease, height 0.35s ease;
}
.gjs-frame-wrapper__top {
  transform: translateY(-100%) translateX(-50%);
  display: flex;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
}
.gjs-frame-wrapper__top-r {
  margin-left: auto;
}
.gjs-frame-wrapper__left {
  position: absolute;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  height: 100%;
  top: 50%;
}
.gjs-frame-wrapper__bottom {
  position: absolute;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
  width: 100%;
  left: 50%;
}
.gjs-frame-wrapper__right {
  position: absolute;
  right: 0;
  transform: translateX(100%) translateY(-50%);
  height: 100%;
  top: 50%;
}
.gjs-frame-wrapper__icon {
  width: 24px;
  cursor: pointer;
}
.gjs-frame-wrapper__icon > svg {
  fill: currentColor;
}

.gjs-padding-v-top, .gjs-fixedpadding-v-top {
  width: 100%;
  top: 0;
  left: 0;
}
.gjs-padding-v-right, .gjs-fixedpadding-v-right {
  right: 0;
}
.gjs-padding-v-bottom, .gjs-fixedpadding-v-bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}
.gjs-padding-v-left, .gjs-fixedpadding-v-left {
  left: 0;
}

.gjs-cv-canvas {
  box-sizing: border-box;
  width: calc(100% - var(--gjs-left-width));
  height: calc(100% - var(--gjs-canvas-top));
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0;
  top: var(--gjs-canvas-top);
}
.gjs-cv-canvas-bg {
  background-color: rgba(0, 0, 0, 0.15);
}
.gjs-cv-canvas.gjs-cui {
  width: 100%;
  height: 100%;
  top: 0;
}
.gjs-cv-canvas.gjs-is__grab .gjs-cv-canvas__frames, .gjs-cv-canvas.gjs-is__grabbing .gjs-cv-canvas__frames {
  pointer-events: none;
}
.gjs-cv-canvas__frames {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gjs-cv-canvas__spots {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.gjs-cv-canvas .gjs-ghost {
  display: none;
  pointer-events: none;
  background-color: #5b5b5b;
  border: 2px dashed #ccc;
  position: absolute;
  z-index: 10;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.gjs-cv-canvas .gjs-highlighter,
.gjs-cv-canvas .gjs-highlighter-sel {
  position: absolute;
  outline: 1px solid var(--gjs-color-blue);
  outline-offset: -1px;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.gjs-cv-canvas .gjs-highlighter-warning {
  outline: 3px solid var(--gjs-color-yellow);
}
.gjs-cv-canvas .gjs-highlighter-sel {
  outline: 2px solid var(--gjs-color-blue);
  outline-offset: -2px;
}
.gjs-cv-canvas #gjs-tools,
.gjs-cv-canvas .gjs-tools {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  z-index: 1;
}
.gjs-cv-canvas {
  /* Always place the tools above the highlighter */
}
.gjs-cv-canvas #gjs-tools {
  z-index: 2;
}
.gjs-cv-canvas {
  /* This simulate body behaviour */
}

.gjs-cv-canvas * {
  box-sizing: border-box;
}

.gjs-frame {
  outline: medium none;
  height: 100%;
  width: 100%;
  border: none;
  margin: auto;
  display: block;
  transition: width 0.35s ease, height 0.35s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gjs-toolbar {
  position: absolute;
  background-color: var(--gjs-color-blue);
  white-space: nowrap;
  color: white;
  z-index: 10;
  top: 0;
  left: 0;
}

.gjs-toolbar-item {
  width: 26px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}
.gjs-toolbar-item svg {
  fill: currentColor;
  vertical-align: middle;
}

.gjs-resizer-c {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.gjs-margin-v-el,
.gjs-padding-v-el,
.gjs-fixedmargin-v-el,
.gjs-fixedpadding-v-el {
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  background-color: yellow;
}

.gjs-fixedmargin-v-el,
.gjs-fixedpadding-v-el {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.gjs-padding-v-el,
.gjs-fixedpadding-v-el {
  background-color: navy;
}

.gjs-resizer-h {
  pointer-events: all;
  position: absolute;
  border: 3px solid var(--gjs-color-blue);
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: var(--gjs-handle-margin);
}

.gjs-resizer-h-tl {
  top: 0;
  left: 0;
  cursor: nwse-resize;
}

.gjs-resizer-h-tr {
  top: 0;
  right: 0;
  cursor: nesw-resize;
}

.gjs-resizer-h-tc {
  top: 0;
  margin: var(--gjs-handle-margin) auto;
  left: 0;
  right: 0;
  cursor: ns-resize;
}

.gjs-resizer-h-cl {
  left: 0;
  margin: auto var(--gjs-handle-margin);
  top: 0;
  bottom: 0;
  cursor: ew-resize;
}

.gjs-resizer-h-cr {
  margin: auto var(--gjs-handle-margin);
  top: 0;
  bottom: 0;
  right: 0;
  cursor: ew-resize;
}

.gjs-resizer-h-bl {
  bottom: 0;
  left: 0;
  cursor: nesw-resize;
}

.gjs-resizer-h-bc {
  bottom: 0;
  margin: var(--gjs-handle-margin) auto;
  left: 0;
  right: 0;
  cursor: ns-resize;
}

.gjs-resizer-h-br {
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
}

.gjs-pn-panel .gjs-resizer-h {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  opacity: 0;
  transition: opacity 0.25s;
}
.gjs-pn-panel .gjs-resizer-h:hover {
  opacity: 1;
}
.gjs-pn-panel .gjs-resizer-h-tc,
.gjs-pn-panel .gjs-resizer-h-bc {
  margin: 0 auto;
  width: 100%;
}
.gjs-pn-panel .gjs-resizer-h-cr,
.gjs-pn-panel .gjs-resizer-h-cl {
  margin: auto 0;
  height: 100%;
}

.gjs-resizing .gjs-highlighter,
.gjs-resizing .gjs-badge {
  display: none !important;
}

.gjs-resizing-tl * {
  cursor: nwse-resize !important;
}

.gjs-resizing-tr * {
  cursor: nesw-resize !important;
}

.gjs-resizing-tc * {
  cursor: ns-resize !important;
}

.gjs-resizing-cl * {
  cursor: ew-resize !important;
}

.gjs-resizing-cr * {
  cursor: ew-resize !important;
}

.gjs-resizing-bl * {
  cursor: nesw-resize !important;
}

.gjs-resizing-bc * {
  cursor: ns-resize !important;
}

.gjs-resizing-br * {
  cursor: nwse-resize !important;
}

.no-dots,
.ui-resizable-handle {
  border: none !important;
  margin: 0 !important;
  outline: none !important;
}

.gjs-com-dashed * {
  outline: 1px dashed #888;
  outline-offset: -2px;
  box-sizing: border-box;
}

.gjs-com-badge,
.gjs-badge {
  pointer-events: none;
  background-color: var(--gjs-color-blue);
  color: #fff;
  padding: 2px 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  outline: none;
  display: none;
}

.gjs-badge-warning {
  background-color: var(--gjs-color-yellow);
}

.gjs-placeholder,
.gjs-com-placeholder,
.gjs-placeholder {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: none;
}

.gjs-placeholder,
.gjs-placeholder {
  border-style: solid !important;
  outline: none;
  box-sizing: border-box;
  transition: top var(--gjs-animation-duration), left var(--gjs-animation-duration), width var(--gjs-animation-duration), height var(--gjs-animation-duration);
}

.gjs-placeholder.horizontal,
.gjs-com-placeholder.horizontal,
.gjs-placeholder.horizontal {
  border-color: transparent var(--gjs-placeholder-background-color);
  border-width: 3px 5px;
  margin: -3px 0 0;
}

.gjs-placeholder.vertical,
.gjs-com-placeholder.vertical,
.gjs-placeholder.vertical {
  border-color: var(--gjs-placeholder-background-color) transparent;
  border-width: 5px 3px;
  margin: 0 0 0 -3px;
}

.gjs-placeholder-int,
.gjs-com-placeholder-int,
.gjs-placeholder-int {
  background-color: var(--gjs-placeholder-background-color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  padding: 1.5px;
  outline: none;
}

.gjs-pn-panel {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  z-index: 3;
}
.gjs-pn-panel .icon-undo,
.gjs-pn-panel .icon-redo {
  font-size: 20px;
  height: 30px;
  width: 25px;
}
.gjs-pn-commands {
  width: calc(100% - var(--gjs-left-width));
  left: 0;
  top: 0;
  box-shadow: 0 0 5px var(--gjs-main-dark-color);
}
.gjs-pn-options {
  right: var(--gjs-left-width);
  top: 0;
}
.gjs-pn-views {
  border-bottom: 2px solid var(--gjs-main-dark-color);
  right: 0;
  width: var(--gjs-left-width);
  z-index: 4;
}
.gjs-pn-views-container {
  height: 100%;
  padding: 42px 0 0;
  right: 0;
  width: var(--gjs-left-width);
  overflow: auto;
  box-shadow: 0 0 5px var(--gjs-main-dark-color);
}
.gjs-pn-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.gjs-pn-btn {
  box-sizing: border-box;
  min-height: 30px;
  min-width: 30px;
  line-height: 21px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 2px;
  padding: 4px;
  position: relative;
  cursor: pointer;
}
.gjs-pn-btn.gjs-pn-active {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
}
.gjs-pn-btn svg {
  fill: currentColor;
}

/********* Input style **********/
.gjs-label {
  line-height: 18px;
}
.gjs-fields {
  display: flex;
}
.gjs-select {
  padding: 0;
  width: 100%;
}
.gjs-select select {
  padding-right: 10px;
}
.gjs-select:-moz-focusring, .gjs-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--gjs-secondary-light-color);
}
.gjs-input:focus, .gjs-button:focus, .gjs-btn-prim:focus, .gjs-select:focus, .gjs-select select:focus {
  outline: none;
}
.gjs-field input,
.gjs-field select,
.gjs-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: var(--gjs-input-padding);
  z-index: 1;
}
.gjs-field input:focus,
.gjs-field select:focus,
.gjs-field textarea:focus {
  outline: none;
}
.gjs-field input[type=number] {
  -moz-appearance: textfield;
}
.gjs-field input[type=number]::-webkit-outer-spin-button, .gjs-field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gjs-field-range {
  flex: 9 1 auto;
}
.gjs-field-integer input {
  padding-right: 30px;
}

.gjs-select option,
.gjs-field-select option,
.gjs-clm-select option,
.gjs-sm-select option,
.gjs-fields option,
.gjs-sm-unit option {
  background-color: var(--gjs-main-color);
  color: var(--gjs-font-color);
}

.gjs-field {
  background-color: var(--gjs-main-dark-color);
  border: none;
  box-shadow: none;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.gjs-field textarea {
  resize: vertical;
}
.gjs-field .gjs-sel-arrow {
  height: 100%;
  width: 9px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.gjs-field .gjs-d-s-arrow {
  bottom: 0;
  top: 0;
  margin: auto;
  right: var(--gjs-input-padding);
  border-top: 4px solid var(--gjs-arrow-color);
  position: absolute;
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 4px solid transparent;
  cursor: pointer;
}
.gjs-field-arrows {
  position: absolute;
  cursor: ns-resize;
  margin: auto;
  height: 20px;
  width: 9px;
  z-index: 10;
  bottom: 0;
  right: calc(var(--gjs-input-padding) - 2px);
  top: 0;
}
.gjs-field-color, .gjs-field-radio {
  width: 100%;
}

.gjs-field-color input {
  padding-right: var(--gjs-color-input-padding);
  box-sizing: border-box;
}

.gjs-field-colorp {
  border-left: 1px solid var(--gjs-main-dark-color);
  box-sizing: border-box;
  height: 100%;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--gjs-color-input-padding);
  z-index: 10;
}
.gjs-field-colorp .gjs-checker-bg, .gjs-field-colorp .gjs-field-colorp-c {
  height: 100%;
  width: 100%;
  border-radius: 1px;
}

.gjs-field-colorp-c {
  height: 100%;
  position: relative;
  width: 100%;
}

.gjs-field-color-picker {
  background-color: var(--gjs-font-color);
  cursor: pointer;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 1px var(--gjs-main-dark-color);
  border-radius: 1px;
  position: absolute;
  top: 0;
}

/* ??? */
.gjs-field-checkbox {
  padding: 0;
  width: 17px;
  height: 17px;
  display: block;
  cursor: pointer;
}
.gjs-field-checkbox input {
  display: none;
}
.gjs-field-checkbox input:checked + .gjs-chk-icon {
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 0 2px 2px 0;
  border-style: solid;
}

.gjs-radio-item {
  flex: 1 1 auto;
  text-align: center;
  border-left: 1px solid var(--gjs-dark-text-shadow);
}
.gjs-radio-item:first-child {
  border: none;
}
.gjs-radio-item:hover {
  background: var(--gjs-main-dark-color);
}
.gjs-radio-item input {
  display: none;
}
.gjs-radio-item input:checked + .gjs-radio-item-label {
  background-color: rgba(255, 255, 255, 0.2);
}
.gjs-radio-items {
  display: flex;
}

.gjs-radio-item-label {
  cursor: pointer;
  display: block;
  padding: var(--gjs-input-padding);
}

.gjs-field-units {
  position: absolute;
  margin: auto;
  right: 10px;
  bottom: 0;
  top: 0;
}

.gjs-field-unit {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 10px;
  color: var(--gjs-arrow-color);
  cursor: pointer;
}

.gjs-input-unit {
  text-align: center;
}

.gjs-field-arrow-u,
.gjs-field-arrow-d {
  position: absolute;
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--gjs-arrow-color);
  bottom: 4px;
  cursor: pointer;
}

.gjs-field-arrow-u {
  border-bottom: 4px solid var(--gjs-arrow-color);
  border-top: none;
  top: 4px;
}

.gjs-field-select {
  padding: 0;
}

.gjs-field-range {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.gjs-field-range input {
  margin: 0;
  height: 100%;
}
.gjs-field-range input:focus {
  outline: none;
}
.gjs-field-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  height: 10px;
  width: 10px;
  border: 1px solid var(--gjs-main-dark-color);
  border-radius: 100%;
  background-color: var(--gjs-font-color);
  cursor: pointer;
}
.gjs-field-range input::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: 1px solid var(--gjs-main-dark-color);
  border-radius: 100%;
  background-color: var(--gjs-font-color);
  cursor: pointer;
}
.gjs-field-range input::-ms-thumb {
  height: 10px;
  width: 10px;
  border: 1px solid var(--gjs-main-dark-color);
  border-radius: 100%;
  background-color: var(--gjs-font-color);
  cursor: pointer;
}
.gjs-field-range input {
  /* -moz-range-progress */
}
.gjs-field-range input::-moz-range-track {
  background-color: var(--gjs-main-dark-color);
  border-radius: 1px;
  margin-top: 3px;
  height: 3px;
}
.gjs-field-range input::-webkit-slider-runnable-track {
  background-color: var(--gjs-main-dark-color);
  border-radius: 1px;
  margin-top: 3px;
  height: 3px;
}
.gjs-field-range input::-ms-track {
  background-color: var(--gjs-main-dark-color);
  border-radius: 1px;
  margin-top: 3px;
  height: 3px;
}

.gjs-btn-prim {
  color: inherit;
  background-color: var(--gjs-main-light-color);
  border-radius: 2px;
  padding: 3px 6px;
  padding: var(--gjs-input-padding);
  cursor: pointer;
  border: none;
}
.gjs-btn-prim:active {
  background-color: var(--gjs-main-light-color);
}
.gjs-btn--full {
  width: 100%;
}

.gjs-chk-icon {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  display: block;
  height: 14px;
  margin: 0 5px;
  width: 6px;
}

.gjs-add-trasp {
  background: none;
  border: none;
  color: var(--gjs-font-color);
  cursor: pointer;
  font-size: 1em;
  border-radius: 2px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.gjs-add-trasp:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gjs-add-trasp:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.gjs-devices-c {
  display: flex;
  align-items: center;
  padding: 2px 3px 3px 3px;
}
.gjs-devices-c .gjs-device-label {
  flex-grow: 2;
  text-align: left;
  margin-right: 10px;
}
.gjs-devices-c .gjs-select {
  flex-grow: 20;
}
.gjs-devices-c .gjs-add-trasp {
  flex-grow: 1;
  margin-left: 5px;
}

.gjs-sm-clear {
  cursor: pointer;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-left: 3px;
}
.gjs-sm-header {
  font-weight: lighter;
  padding: 10px;
}
.gjs-sm-sector {
  clear: both;
  font-weight: lighter;
  text-align: left;
}
.gjs-sm-sector-title {
  display: flex;
  align-items: center;
}
.gjs-sm-sector-caret {
  width: 17px;
  height: 17px;
  min-width: 17px;
  transform: rotate(-90deg);
}
.gjs-sm-sector-label {
  margin-left: 5px;
}
.gjs-sm-sector.gjs-sm-open .gjs-sm-sector-caret {
  transform: none;
}
.gjs-sm-properties {
  font-size: var(--gjs-font-size);
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
}
.gjs-sm-label {
  margin: 5px 5px 3px 0;
  display: flex;
  align-items: center;
}

.gjs-sm-close-btn, .gjs-sm-preview-file-close {
  display: block;
  font-size: 23px;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gjs-sm-close-btn:hover, .gjs-sm-preview-file-close:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ------------------Field-------------------- */
.gjs-sm-field, .gjs-clm-field, .gjs-clm-select {
  width: 100%;
  position: relative;
}
.gjs-sm-field input, .gjs-clm-field input, .gjs-clm-select input,
.gjs-sm-field select,
.gjs-clm-field select,
.gjs-clm-select select {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  width: 100%;
}
.gjs-sm-field input, .gjs-clm-field input, .gjs-clm-select input {
  box-sizing: border-box;
}
.gjs-sm-field select, .gjs-clm-field select, .gjs-clm-select select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gjs-sm-field select::-ms-expand, .gjs-clm-field select::-ms-expand, .gjs-clm-select select::-ms-expand {
  display: none;
}
.gjs-sm-field select:-moz-focusring, .gjs-clm-field select:-moz-focusring, .gjs-clm-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--gjs-secondary-light-color);
}
.gjs-sm-field input:focus, .gjs-clm-field input:focus, .gjs-clm-select input:focus,
.gjs-sm-field select:focus,
.gjs-clm-field select:focus,
.gjs-clm-select select:focus {
  outline: none;
}
.gjs-sm-field .gjs-sm-unit, .gjs-clm-field .gjs-sm-unit, .gjs-clm-select .gjs-sm-unit {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 10px;
  color: var(--gjs-secondary-light-color);
  cursor: pointer;
}
.gjs-sm-field .gjs-clm-sel-arrow, .gjs-clm-field .gjs-clm-sel-arrow, .gjs-clm-select .gjs-clm-sel-arrow,
.gjs-sm-field .gjs-sm-int-arrows,
.gjs-clm-field .gjs-sm-int-arrows,
.gjs-clm-select .gjs-sm-int-arrows,
.gjs-sm-field .gjs-sm-sel-arrow,
.gjs-clm-field .gjs-sm-sel-arrow,
.gjs-clm-select .gjs-sm-sel-arrow {
  height: 100%;
  width: 9px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: ns-resize;
}
.gjs-sm-field .gjs-sm-sel-arrow, .gjs-clm-field .gjs-sm-sel-arrow, .gjs-clm-select .gjs-sm-sel-arrow {
  cursor: pointer;
}
.gjs-sm-field .gjs-clm-d-s-arrow, .gjs-clm-field .gjs-clm-d-s-arrow, .gjs-clm-select .gjs-clm-d-s-arrow,
.gjs-sm-field .gjs-sm-d-arrow,
.gjs-clm-field .gjs-sm-d-arrow,
.gjs-clm-select .gjs-sm-d-arrow,
.gjs-sm-field .gjs-sm-d-s-arrow,
.gjs-clm-field .gjs-sm-d-s-arrow,
.gjs-clm-select .gjs-sm-d-s-arrow,
.gjs-sm-field .gjs-sm-u-arrow,
.gjs-clm-field .gjs-sm-u-arrow,
.gjs-clm-select .gjs-sm-u-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 4px solid transparent;
  cursor: pointer;
}
.gjs-sm-field .gjs-sm-u-arrow, .gjs-clm-field .gjs-sm-u-arrow, .gjs-clm-select .gjs-sm-u-arrow {
  border-bottom: 4px solid var(--gjs-secondary-light-color);
  top: 4px;
}
.gjs-sm-field .gjs-clm-d-s-arrow, .gjs-clm-field .gjs-clm-d-s-arrow, .gjs-clm-select .gjs-clm-d-s-arrow,
.gjs-sm-field .gjs-sm-d-arrow,
.gjs-clm-field .gjs-sm-d-arrow,
.gjs-clm-select .gjs-sm-d-arrow,
.gjs-sm-field .gjs-sm-d-s-arrow,
.gjs-clm-field .gjs-sm-d-s-arrow,
.gjs-clm-select .gjs-sm-d-s-arrow {
  border-top: 4px solid var(--gjs-secondary-light-color);
  bottom: 4px;
}
.gjs-sm-field .gjs-clm-d-s-arrow, .gjs-clm-field .gjs-clm-d-s-arrow, .gjs-clm-select .gjs-clm-d-s-arrow,
.gjs-sm-field .gjs-sm-d-s-arrow,
.gjs-clm-field .gjs-sm-d-s-arrow,
.gjs-clm-select .gjs-sm-d-s-arrow {
  bottom: 7px;
}
.gjs-sm-field.gjs-sm-color, .gjs-sm-color.gjs-clm-field, .gjs-sm-field.gjs-sm-input, .gjs-sm-input.gjs-clm-field, .gjs-sm-field.gjs-sm-integer, .gjs-sm-integer.gjs-clm-field, .gjs-sm-field.gjs-sm-list, .gjs-sm-list.gjs-clm-field, .gjs-sm-field.gjs-sm-select, .gjs-sm-select.gjs-clm-field, .gjs-clm-select {
  background-color: var(--gjs-main-dark-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 var(--gjs-main-light-color);
  color: var(--gjs-secondary-light-color);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 5px;
}
.gjs-sm-field.gjs-sm-composite, .gjs-sm-composite.gjs-clm-field, .gjs-sm-composite.gjs-clm-select {
  border-radius: 2px;
}
.gjs-sm-field.gjs-sm-select, .gjs-sm-select.gjs-clm-field, .gjs-clm-select {
  padding: 0;
}
.gjs-sm-field.gjs-sm-select select, .gjs-sm-select.gjs-clm-field select, .gjs-clm-select select {
  height: 20px;
}
.gjs-sm-field.gjs-sm-select option, .gjs-sm-select.gjs-clm-field option, .gjs-clm-select option {
  padding: 3px 0;
}
.gjs-sm-field.gjs-sm-composite, .gjs-sm-composite.gjs-clm-field, .gjs-sm-composite.gjs-clm-select {
  background-color: var(--gjs-secondary-dark-color);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.gjs-sm-field.gjs-sm-list, .gjs-sm-list.gjs-clm-field, .gjs-sm-list.gjs-clm-select {
  width: auto;
  padding: 0;
  overflow: hidden;
  float: left;
}
.gjs-sm-field.gjs-sm-list input, .gjs-sm-list.gjs-clm-field input, .gjs-sm-list.gjs-clm-select input {
  display: none;
}
.gjs-sm-field.gjs-sm-list label, .gjs-sm-list.gjs-clm-field label, .gjs-sm-list.gjs-clm-select label {
  cursor: pointer;
  padding: 5px;
  display: block;
}
.gjs-sm-field.gjs-sm-list .gjs-sm-radio:checked + label, .gjs-sm-list.gjs-clm-field .gjs-sm-radio:checked + label, .gjs-sm-list.gjs-clm-select .gjs-sm-radio:checked + label {
  background-color: rgba(255, 255, 255, 0.2);
}
.gjs-sm-field.gjs-sm-list .gjs-sm-icon, .gjs-sm-list.gjs-clm-field .gjs-sm-icon, .gjs-sm-list.gjs-clm-select .gjs-sm-icon {
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: none;
  line-height: normal;
}
.gjs-sm-field.gjs-sm-integer select, .gjs-sm-integer.gjs-clm-field select, .gjs-sm-integer.gjs-clm-select select {
  width: auto;
  padding: 0;
}

/* ------------------END Field-------------------- */
.gjs-sm-list .gjs-sm-el {
  float: left;
  border-left: 1px solid var(--gjs-main-dark-color);
}
.gjs-sm-list .gjs-sm-el:first-child {
  border: none;
}
.gjs-sm-list .gjs-sm-el:hover {
  background: var(--gjs-main-dark-color);
}

/* ------------------Property-------------------- */
.gjs-sm-slider .gjs-field-integer {
  flex: 1 1 65px;
}

.gjs-sm-property {
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin-bottom: 5px;
  padding: 0 5px;
}
.gjs-sm-property--full, .gjs-sm-property.gjs-sm-composite, .gjs-sm-property.gjs-sm-file, .gjs-sm-property.gjs-sm-list, .gjs-sm-property.gjs-sm-stack, .gjs-sm-property.gjs-sm-slider, .gjs-sm-property.gjs-sm-color {
  width: 100%;
}
.gjs-sm-property .gjs-sm-btn {
  background-color: color-mix(in srgb, var(--gjs-main-dark-color), white 13%);
  border-radius: 2px;
  box-shadow: 1px 1px 0 color-mix(in srgb, var(--gjs-main-dark-color), white 2%), 1px 1px 0 color-mix(in srgb, var(--gjs-main-dark-color), white 17%) inset;
  padding: 5px;
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
  cursor: pointer;
  color: var(--gjs-font-color);
  box-sizing: border-box;
  text-shadow: -1px -1px 0 var(--gjs-main-dark-color);
  border: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.gjs-sm-property .gjs-sm-btn-c {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.gjs-sm-property__text-shadow .gjs-sm-layer-preview-cnt::after {
  color: #000;
  content: "T";
  font-weight: 900;
  line-height: 17px;
  padding: 0 4px;
}

.gjs-sm-preview-file {
  background-color: var(--gjs-light-border);
  border-radius: 2px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--gjs-light-border), black 1%);
  padding: 3px 20px;
}
.gjs-sm-preview-file-cnt {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
}
.gjs-sm-preview-file-close {
  top: -5px;
  width: 14px;
  height: 14px;
}

.gjs-sm-layers {
  margin-top: 5px;
  padding: 1px 3px;
  min-height: 30px;
}

.gjs-sm-layer {
  background-color: rgba(255, 255, 255, 0.055);
  border-radius: 2px;
  margin: 2px 0;
  padding: 7px;
  position: relative;
}
.gjs-sm-layer.gjs-sm-active {
  background-color: rgba(255, 255, 255, 0.12);
}
.gjs-sm-layer .gjs-sm-label-wrp {
  display: flex;
  align-items: center;
}
.gjs-sm-layer #gjs-sm-move {
  height: 14px;
  width: 14px;
  min-width: 14px;
  cursor: grab;
}
.gjs-sm-layer #gjs-sm-label {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 5px;
}
.gjs-sm-layer-preview {
  height: 15px;
  width: 15px;
  min-width: 15px;
  margin-right: 5px;
  border-radius: 2px;
}
.gjs-sm-layer-preview-cnt {
  border-radius: 2px;
  background-color: white;
  height: 100%;
  width: 100%;
  background-size: cover !important;
}
.gjs-sm-layer #gjs-sm-close-layer {
  display: block;
  cursor: pointer;
  height: 14px;
  width: 14px;
  min-width: 14px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gjs-sm-layer #gjs-sm-close-layer:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* ------------------END Property-------------------- */
.gjs-sm-stack .gjs-sm-properties {
  padding: 5px 0 0;
}

.gjs-sm-stack #gjs-sm-add {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: -17px;
  opacity: 0.75;
  padding: 0;
  width: 18px;
  height: 18px;
}
.gjs-sm-stack #gjs-sm-add:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gjs-sm-colorp-c {
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 2px;
}
.gjs-sm-colorp-c .gjs-field-colorp-c,
.gjs-sm-colorp-c .gjs-checker-bg {
  height: 100%;
  width: 100%;
  border-radius: 1px;
}

.gjs-sm-color-picker {
  background-color: var(--gjs-font-color);
  cursor: pointer;
  height: 16px;
  width: 100%;
  margin-top: -16px;
  box-shadow: 0 0 1px var(--gjs-main-dark-color);
  border-radius: 1px;
}

.gjs-sm-btn-upload #gjs-sm-upload {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.gjs-sm-btn-upload #gjs-sm-label {
  padding: 2px 0;
}

.gjs-sm-layer > #gjs-sm-move {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: move;
  font-size: 12px;
  float: left;
  margin: 0 5px 0 0;
}
.gjs-sm-layer > #gjs-sm-move:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.gjs-blocks-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gjs-block-categories {
  display: flex;
  flex-direction: column;
}

.gjs-block-category {
  width: 100%;
}
.gjs-block-category .gjs-caret-icon {
  margin-right: 5px;
}

.gjs-block {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 45%;
  min-width: 45px;
  padding: 1em;
  box-sizing: border-box;
  min-height: 90px;
  cursor: all-scroll;
  font-size: 11px;
  font-weight: lighter;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 10px 2.5% 5px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease 0s;
  transition-property: box-shadow, color;
}
.gjs-block:hover {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}
.gjs-block svg {
  fill: currentColor;
}
.gjs-block__media {
  margin-bottom: 10px;
  pointer-events: none;
}

.gjs-block-svg {
  width: 54px;
  fill: currentColor;
}

.gjs-block-svg-path {
  fill: currentColor;
}

.gjs-block.fa {
  font-size: 2em;
  line-height: 2em;
  padding: 11px;
}

.gjs-block-label {
  line-height: normal;
  font-size: 0.65rem;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.gjs-block.gjs-bdrag {
  width: auto;
  padding: 0;
}

.gjs-selected-parent {
  border: 1px solid var(--gjs-color-yellow);
}
.gjs-opac50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gjs-layer {
  font-weight: lighter;
  text-align: left;
  position: relative;
  font-size: var(--gjs-font-size);
  display: grid;
}
.gjs-layer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1px solid var(--gjs-main-dark-color);
  background-color: var(--gjs-secondary-dark-color);
  gap: var(--gjs-flex-item-gap);
  cursor: pointer;
}
.gjs-layer-item-left, .gjs-layer-item-right {
  display: flex;
  align-items: center;
  gap: var(--gjs-flex-item-gap);
}
.gjs-layer-item-left {
  width: 100%;
}
.gjs-layer-hidden {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.gjs-layer-vis {
  box-sizing: content-box;
  cursor: pointer;
  z-index: 1;
}
.gjs-layer-vis-on, .gjs-layer-vis-off {
  display: flex;
  width: 13px;
  height: 13px;
}
.gjs-layer-vis-off {
  display: none;
}
.gjs-layer-vis.gjs-layer-off .gjs-layer-vis-on {
  display: none;
}
.gjs-layer-vis.gjs-layer-off .gjs-layer-vis-off {
  display: flex;
}
.gjs-layer-caret {
  width: 15px;
  height: 15px;
  cursor: pointer;
  box-sizing: content-box;
  transform: rotate(90deg);
  display: flex;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gjs-layer-caret:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gjs-layer.open > .gjs-layer-item .gjs-layer-caret {
  transform: rotate(180deg);
}
.gjs-layer-title {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border-bottom: none;
}
.gjs-layer-title-inn {
  align-items: center;
  position: relative;
  display: flex;
  gap: var(--gjs-flex-item-gap);
}
.gjs-layer-title-c {
  width: 100%;
}
.gjs-layer__icon {
  display: block;
  width: 100%;
  max-width: 15px;
  max-height: 15px;
  padding-left: 5px;
}
.gjs-layer__icon svg {
  fill: currentColor;
}
.gjs-layer-name {
  display: inline-block;
  box-sizing: content-box;
  overflow: hidden;
  white-space: nowrap;
  max-width: 170px;
  height: auto;
}
.gjs-layer-name--no-edit {
  text-overflow: ellipsis;
}
.gjs-layer > .gjs-layer-children {
  display: none;
}
.gjs-layer.open > .gjs-layer-children {
  display: block;
}
.gjs-layer-no-chld > .gjs-layer-title-inn > .gjs-layer-caret {
  visibility: hidden;
}
.gjs-layer-move {
  display: flex;
  width: 13px;
  height: 13px;
  box-sizing: content-box;
  cursor: move;
}
.gjs-layer.gjs-hovered .gjs-layer-item {
  background-color: var(--gjs-soft-light-color);
}
.gjs-layer.gjs-selected .gjs-layer-item {
  background-color: var(--gjs-main-light-color);
}

.gjs-layers {
  position: relative;
  height: 100%;
}
.gjs-layers #gjs-placeholder {
  width: 100%;
  position: absolute;
}
.gjs-layers #gjs-placeholder #gjs-plh-int {
  height: 100%;
  padding: 1px;
}
.gjs-layers #gjs-placeholder #gjs-plh-int.gjs-insert {
  background-color: var(--gjs-color-green);
}

#gjs-clm-add-tag,
.gjs-clm-tags-btn {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  padding: 3px;
  margin-right: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.gjs-clm-tags-btn svg {
  fill: currentColor;
  display: block;
}
.gjs-clm-header {
  display: flex;
  align-items: center;
  margin: 7px 0;
}
.gjs-clm-header-status {
  flex-shrink: 1;
  margin-left: auto;
}
.gjs-clm-tag {
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 3px;
  margin: 0 3px 3px 0;
  padding: 5px;
  cursor: default;
}
.gjs-clm-tag-status, .gjs-clm-tag-close {
  width: 12px;
  height: 12px;
  flex-shrink: 1;
}
.gjs-clm-tag-status svg, .gjs-clm-tag-close svg {
  vertical-align: middle;
  fill: currentColor;
}
.gjs-clm-sels-info {
  margin: 7px 0;
  text-align: left;
}
.gjs-clm-sel-id {
  font-size: 0.9em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gjs-clm-label-sel {
  float: left;
  padding-right: 5px;
}

.gjs-clm-tags {
  font-size: var(--gjs-font-size);
  padding: 10px 5px;
}
.gjs-clm-tags #gjs-clm-sel {
  padding: 7px 0;
  float: left;
}
.gjs-clm-tags #gjs-clm-sel {
  font-style: italic;
  margin-left: 5px;
}
.gjs-clm-tags #gjs-clm-tags-field {
  clear: both;
  padding: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.gjs-clm-tags #gjs-clm-tags-c {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  overflow: hidden;
}
.gjs-clm-tags #gjs-clm-new {
  color: var(--gjs-font-color);
  padding: var(--gjs-padding-elem-classmanager);
  display: none;
}
.gjs-clm-tags #gjs-clm-close {
  opacity: 0.85;
  filter: alpha(opacity=85);
  font-size: 20px;
  line-height: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}
.gjs-clm-tags #gjs-clm-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gjs-clm-tags #gjs-clm-checkbox {
  color: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
  cursor: pointer;
  font-size: 9px;
}
.gjs-clm-tags #gjs-clm-tag-label {
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 3px;
  cursor: text;
}

.gjs-mdl-container {
  font-family: var(--gjs-main-font);
  overflow-y: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.gjs-mdl-dialog {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.05);
  animation: gjs-slide-down 0.215s;
  margin: auto;
  max-width: 850px;
  width: 90%;
  border-radius: 3px;
  font-weight: lighter;
  position: relative;
  z-index: 2;
}
.gjs-mdl-title {
  font-size: 1rem;
}
.gjs-mdl-btn-close {
  position: absolute;
  right: 15px;
  top: 5px;
}
.gjs-mdl-active .gjs-mdl-dialog {
  animation: gjs-mdl-slide-down 0.216s;
}
.gjs-mdl-header, .gjs-mdl-content {
  padding: 10px 15px;
  clear: both;
}
.gjs-mdl-header {
  position: relative;
  border-bottom: 1px solid var(--gjs-main-dark-color);
  padding: 15px 15px 7px;
}

.gjs-export-dl::after {
  content: "";
  clear: both;
  display: block;
  margin-bottom: 10px;
}

.gjs-dropzone {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s;
  pointer-events: none;
}

.gjs-dropzone-active .gjs-dropzone {
  display: block;
  opacity: 1;
}

.gjs-am-assets {
  height: 290px;
  overflow: auto;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.gjs-am-assets-header {
  padding: 5px;
}

.gjs-am-add-asset .gjs-am-add-field {
  width: 70%;
  float: left;
}
.gjs-am-add-asset button {
  width: 25%;
  float: right;
}

.gjs-am-preview-cont {
  position: relative;
  height: 70px;
  width: 30%;
  background-color: var(--gjs-main-color);
  border-radius: 2px;
  float: left;
  overflow: hidden;
}

.gjs-am-preview {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.gjs-am-preview-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.gjs-am-dimensions {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 10px;
}

.gjs-am-meta {
  width: 70%;
  float: left;
  font-size: 12px;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
}
.gjs-am-meta > div {
  margin-bottom: 5px;
}

.gjs-am-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
  display: none;
}

.gjs-am-asset {
  border-bottom: 1px solid color-mix(in srgb, var(--gjs-main-dark-color), black 3%);
  padding: 5px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.gjs-am-asset:hover .gjs-am-close {
  display: block;
}

.gjs-am-highlight {
  background-color: var(--gjs-main-light-color);
}

.gjs-am-assets-cont {
  background-color: var(--gjs-secondary-dark-color);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
  width: 45%;
  float: right;
  height: 325px;
  overflow: hidden;
}

.gjs-am-file-uploader {
  width: 55%;
  float: left;
}
.gjs-am-file-uploader > form {
  background-color: var(--gjs-secondary-dark-color);
  border: 2px dashed;
  border-radius: 3px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.gjs-am-file-uploader > form.gjs-am-hover {
  border: 2px solid var(--gjs-color-green);
  color: color-mix(in srgb, var(--gjs-color-green), white 5%);
}
.gjs-am-file-uploader > form.gjs-am-disabled {
  border-color: red;
}
.gjs-am-file-uploader > form #gjs-am-uploadFile {
  opacity: 0;
  filter: alpha(opacity=0);
  padding: var(--gjs-upload-padding);
  width: 100%;
  box-sizing: border-box;
}
.gjs-am-file-uploader #gjs-am-title {
  position: absolute;
  padding: var(--gjs-upload-padding);
  width: 100%;
}

.gjs-cm-editor-c {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.gjs-cm-editor-c .CodeMirror {
  height: 450px;
}

.gjs-cm-editor {
  font-size: 12px;
}
.gjs-cm-editor#gjs-cm-htmlmixed {
  padding-right: 10px;
  border-right: 1px solid var(--gjs-main-dark-color);
}
.gjs-cm-editor#gjs-cm-htmlmixed #gjs-cm-title {
  color: #a97d44;
}
.gjs-cm-editor#gjs-cm-css {
  padding-left: 10px;
}
.gjs-cm-editor#gjs-cm-css #gjs-cm-title {
  color: #ddca7e;
}
.gjs-cm-editor #gjs-cm-title {
  background-color: var(--gjs-main-dark-color);
  font-size: 12px;
  padding: 5px 10px 3px;
  text-align: right;
}

.gjs-rte-toolbar {
  position: absolute;
  z-index: 10;
}
.gjs-rte-toolbar-ui {
  border: 1px solid var(--gjs-main-dark-color);
  border-radius: 3px;
}
.gjs-rte-actionbar {
  display: flex;
}
.gjs-rte-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 25px;
  border-right: 1px solid var(--gjs-main-dark-color);
  text-align: center;
  cursor: pointer;
  outline: none;
}
.gjs-rte-action:last-child {
  border-right: none;
}
.gjs-rte-action:hover {
  background-color: var(--gjs-main-light-color);
}
.gjs-rte-active {
  background-color: var(--gjs-main-light-color);
}
.gjs-rte-disabled {
  color: var(--gjs-main-light-color);
  cursor: not-allowed;
}
.gjs-rte-disabled:hover {
  background-color: unset;
}

/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ececec;
  border: solid 1px #f0c49b;
  padding: 0;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #f0c49b;
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}

.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.gjs-editor-sp {
  border: 1px solid var(--gjs-main-dark-color);
  box-shadow: 0 0 7px var(--gjs-main-dark-color);
  border-radius: 3px;
}

.gjs-editor-sp .sp-hue,
.gjs-editor-sp .sp-slider {
  cursor: row-resize;
}
.gjs-editor-sp .sp-color,
.gjs-editor-sp .sp-dragger {
  cursor: crosshair;
}
.gjs-editor-sp .sp-alpha-inner,
.gjs-editor-sp .sp-alpha-handle {
  cursor: col-resize;
}
.gjs-editor-sp .sp-hue {
  left: 90%;
}
.gjs-editor-sp .sp-color {
  right: 15%;
}
.gjs-editor-sp .sp-picker-container {
  border: none;
}
.gjs-editor-sp .colpick_dark .colpick_color {
  outline: 1px solid var(--gjs-main-dark-color);
}
.gjs-editor-sp .sp-cancel,
.gjs-editor-sp .sp-cancel:hover {
  bottom: -8px;
  color: #777 !important;
  font-size: 25px;
  left: 0;
  position: absolute;
  text-decoration: none;
}
.gjs-editor-sp .sp-alpha-handle {
  background-color: #ccc;
  border: 1px solid #555;
  width: 4px;
}
.gjs-editor-sp .sp-color,
.gjs-editor-sp .sp-hue {
  border: 1px solid #333333;
}
.gjs-editor-sp .sp-slider {
  background-color: #ccc;
  border: 1px solid #555;
  height: 3px;
  left: -4px;
  width: 22px;
}
.gjs-editor-sp .sp-dragger {
  background: transparent;
  box-shadow: 0 0 0 1px #111;
}
.gjs-editor-sp .sp-button-container {
  float: none;
  width: 100%;
  position: relative;
  text-align: right;
}
.gjs-editor-sp .sp-button-container .sp-choose,
.gjs-editor-sp .sp-button-container .sp-choose:hover,
.gjs-editor-sp .sp-button-container .sp-choose:active {
  background: var(--gjs-main-dark-color);
  border-color: var(--gjs-main-dark-color);
  color: var(--gjs-font-color);
  text-shadow: none;
  box-shadow: none;
  padding: 3px 5px;
}
.gjs-editor-sp .sp-palette-container {
  border: none;
  float: none;
  margin: 0;
  padding: 5px 10px 0;
}
.gjs-editor-sp .sp-palette .sp-thumb-el,
.gjs-editor-sp .sp-palette .sp-thumb-el:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.gjs-editor-sp .sp-palette .sp-thumb-el:hover,
.gjs-editor-sp .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: rgba(0, 0, 0, 0.9);
}

.gjs-one-bg {
  background-color: var(--gjs-primary-color);
}
.gjs-one-color {
  color: var(--gjs-primary-color);
}
.gjs-one-color-h:hover {
  color: var(--gjs-primary-color);
}
.gjs-two-bg {
  background-color: var(--gjs-secondary-color);
}
.gjs-two-color {
  color: var(--gjs-secondary-color);
}
.gjs-two-color-h:hover {
  color: var(--gjs-secondary-color);
}
.gjs-three-bg {
  background-color: var(--gjs-tertiary-color);
}
.gjs-three-color {
  color: var(--gjs-tertiary-color);
}
.gjs-three-color-h:hover {
  color: var(--gjs-tertiary-color);
}
.gjs-four-bg {
  background-color: var(--gjs-quaternary-color);
}
.gjs-four-color {
  color: var(--gjs-quaternary-color);
}
.gjs-four-color-h:hover {
  color: var(--gjs-quaternary-color);
}
.gjs-danger-bg {
  background-color: var(--gjs-color-red);
}
.gjs-danger-color {
  color: var(--gjs-color-red);
}
.gjs-danger-color-h:hover {
  color: var(--gjs-color-red);
}

.gjs-bdrag {
  pointer-events: none !important;
  position: absolute !important;
  z-index: 10 !important;
  width: auto;
}

.gjs-drag-helper {
  background-color: var(--gjs-color-blue) !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 10 !important;
  transform: scale(0.3) !important;
  transform-origin: top left !important;
  -webkit-transform-origin: top left !important;
  margin: 15px !important;
  transition: none !important;
  outline: none !important;
}

.gjs-grabbing,
.gjs-grabbing * {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}

.gjs-grabbing {
  overflow: hidden;
}

.gjs-off-prv {
  position: relative;
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}

.gjs-editor-cont ::-webkit-scrollbar-track {
  background: var(--gjs-secondary-dark-color);
}

.gjs-editor-cont ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
}

.gjs-editor-cont ::-webkit-scrollbar {
  width: 8px;
}

/********************* MAIN ************************/
.gjs-no-touch-actions {
  touch-action: none;
}
.gjs-disabled {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gjs-editor {
  font-family: var(--gjs-main-font);
  font-size: var(--gjs-font-size);
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.gjs-freezed,
.gjs-freezed {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}

.gjs-hidden {
  display: none;
}

@keyframes gjs-slide-down {
  0% {
    transform: translate(0, -3rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes gjs-slide-up {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -3rem);
    opacity: 0;
  }
}
.cm-s-hopscotch span.cm-error {
  color: #ffffff;
}

/* Theme system */
/**
 * THEME-BASE.SCSS
 * Base theming system for Silex
 *
 * Philosophy:
 * - Leverage GrapesJS variables as much as possible
 * - Only introduce new variables when truly necessary
 * - Provide semantic tokens for Silex-specific UI elements
 * - Keep it minimal and maintainable
 */
:root {
  --gjs-primary-color: #333333;
  --gjs-secondary-color: #ddd;
  --gjs-tertiary-color: #8873FE;
  --gjs-quaternary-color: #A291FF;
  --gjs-primary-darker: #292929;
  --gjs-primary-lighter: #575757;
  --silex-bg-main: var(--gjs-primary-color);
  --silex-bg-darker: var(--gjs-primary-darker);
  --silex-bg-lighter: var(--gjs-primary-lighter);
  --silex-bg-surface: var(--gjs-primary-color);
  --silex-text-primary: var(--gjs-secondary-color);
  --silex-text-secondary: var(--gjs-font-color);
  --silex-text-inverse: #ffffff;
  --silex-border-color: var(--gjs-light-border);
  --silex-border-color-strong: var(--gjs-primary-lighter);
  --silex-shadow-color: rgba(0, 0, 0, 0.2);
  --silex-shadow-sm: 0 0 5px var(--silex-shadow-color);
  --silex-shadow-md: 0 0 10px var(--silex-shadow-color);
  --silex-shadow-lg: 0 0 15px var(--silex-shadow-color);
  --silex-hover-bg: var(--gjs-primary-darker);
  --silex-active-bg: var(--gjs-primary-lighter);
  --silex-focus-outline: var(--gjs-tertiary-color);
  --silex-accent-primary: var(--gjs-tertiary-color);
  --silex-accent-secondary: var(--gjs-quaternary-color);
  --silex-status-info: var(--gjs-color-blue);
  --silex-status-success: var(--gjs-color-green);
  --silex-status-warning: var(--gjs-color-yellow);
  --silex-status-error: var(--gjs-color-red);
  --silex-button-bg: var(--gjs-primary-lighter);
  --silex-button-hover-bg: var(--gjs-primary-darker);
  --silex-input-bg: var(--gjs-primary-darker);
  --silex-badge-bg: #c4c4c4;
  --silex-badge-text: #3d3d3d;
  --silex-top-bar-height: 40px;
  --silex-project-bar-width: 35px;
  --silex-footer-height: 30px;
  --silex-transition-fast: 0.15s;
  --silex-transition-medium: 0.3s;
  --silex-font-family: Ubuntu, sans-serif;
  --silex-z-dialog: 10;
  --silex-z-loader: 11;
}

/**
 * THEME-MODERN.SCSS
 * Modern Dark Theme 2025 for Silex
 *
 * Design Philosophy:
 * - Minimalisme structuré
 * - Beaucoup d'espace visuel
 * - Ombres très douces, jamais fortes
 * - Pas de gradients visibles
 * - Micro-interactions 150–200ms
 * - Haute lisibilité
 * - Harmonie avec les IDE modernes (VS Code, etc.)
 *
 * Palette (Solid & Modern):
 * - Global background: #111111
 * - Surfaces: #1A1A1A, #1D1D1D
 * - Borders: #262626
 * - Primary text: #E5E5E5
 * - Secondary text: #A8A8A8
 * - Accent: #8873FE (purple moderne)
 */
:root {
  --primaryColor: #1A1A1A;
  --gjs-primary-color: #1A1A1A !important;
  --secondaryColor: #E5E5E5;
  --gjs-secondary-color: #E5E5E5 !important;
  --gjs-font-color: #E5E5E5 !important;
  --gjs-font-color-active: #FFFFFF !important;
  --tertiaryColor: #8873FE;
  --gjs-tertiary-color: #8873FE !important;
  --quaternaryColor: #7461E3;
  --gjs-quaternary-color: #7461E3 !important;
  --darkerPrimaryColor: #111111;
  --lighterPrimaryColor: #1D1D1D;
  --gjs-primary-darker: #111111;
  --gjs-primary-lighter: #1D1D1D;
  --gjs-main-color: #1A1A1A;
  --gjs-main-dark-color: rgba(0, 0, 0, 0.3);
  --gjs-secondary-dark-color: rgba(0, 0, 0, 0.15);
  --gjs-main-light-color: rgba(255, 255, 255, 0.08);
  --gjs-secondary-light-color: rgba(255, 255, 255, 0.5);
  --gjs-soft-light-color: rgba(255, 255, 255, 0.02);
  --gjs-color-blue: #6B8AFF;
  --gjs-color-green: #5FD68F;
  --gjs-color-yellow: #FFA94D;
  --gjs-color-red: #FF6B6B;
  --gjs-color-highlight: #8873FE;
  --gjs-color-warn: #FFA94D;
  --silex-bg-main: #1A1A1A;
  --silex-bg-darker: #111111;
  --silex-bg-lighter: #1D1D1D;
  --silex-bg-surface: #1A1A1A;
  --silex-text-primary: #E5E5E5;
  --silex-text-secondary: #A8A8A8;
  --silex-text-inverse: #FFFFFF;
  --silex-border-color: rgba(255, 255, 255, 0.08);
  --silex-border-color-strong: #262626;
  --gjs-light-border: rgba(255, 255, 255, 0.08);
  --silex-shadow-color: rgba(0, 0, 0, 0.4);
  --silex-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
  --silex-shadow-md: 0 2px 8px rgba(0, 0, 0, 0.4);
  --silex-shadow-lg: 0 4px 16px rgba(0, 0, 0, 0.5);
  --silex-hover-bg: #222222;
  --silex-active-bg: #252525;
  --silex-focus-outline: #8873FE;
  --silex-accent-primary: #8873FE;
  --silex-accent-secondary: #7461E3;
  --silex-status-info: #6B8AFF;
  --silex-status-success: #5FD68F;
  --silex-status-warning: #FFA94D;
  --silex-status-error: #FF6B6B;
  --silex-button-bg: #252525;
  --silex-button-hover-bg: #2D2D2D;
  --silex-input-bg: #141414;
  --silex-badge-bg: #2D2D2D;
  --silex-badge-text: #E5E5E5;
  --silex-transition-fast: 0.15s;
  --silex-transition-medium: 0.2s;
  --gjs-animation-duration: 0.18s;
  --gjs-scrollbar-track: #1A1A1A;
  --gjs-scrollbar-thumb: rgba(255, 255, 255, 0.15);
  --gjs-border-color: #262626;
  --gjs-arrow-color: rgba(255, 255, 255, 0.5);
  --gjs-dark-text-shadow: rgba(0, 0, 0, 0.4);
}

.gjs-editor-cont ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.gjs-editor-cont ::-webkit-scrollbar-track {
  background: var(--gjs-scrollbar-track);
}
.gjs-editor-cont ::-webkit-scrollbar-thumb {
  background: var(--gjs-scrollbar-thumb);
  border-radius: 5px;
}
.gjs-editor-cont ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}

button,
.gjs-pn-btn,
.silex-button,
input,
select,
.gjs-block,
.gjs-layer {
  transition: all var(--silex-transition-fast) ease;
}

*:focus-visible {
  outline: 2px solid var(--silex-focus-outline);
  outline-offset: 2px;
  border-radius: 2px;
}

::selection {
  background-color: rgba(136, 115, 254, 0.3);
  color: #FFFFFF;
}

.gjs-pn-btn,
.silex-button {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.gjs-pn-btn:hover,
.silex-button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.gjs-pn-btn:active,
.silex-button:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.gjs-pn-panel,
.silex-dialog-inline {
  backdrop-filter: blur(10px);
}

input[type=text],
input[type=number],
select,
textarea {
  border: 1px solid var(--silex-border-color-strong);
  border-radius: 4px;
}
input[type=text]:hover,
input[type=number]:hover,
select:hover,
textarea:hover {
  border-color: var(--gjs-secondary-light-color);
}
input[type=text]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: var(--silex-accent-primary);
  box-shadow: 0 0 0 3px rgba(136, 115, 254, 0.15);
}

.gjs-pn-panel,
.project-bar__panel-header,
.settings-header {
  border-bottom-color: var(--silex-border-color-strong);
}

.gjs-block {
  border: 1px solid var(--silex-border-color);
  border-radius: 6px;
  background: var(--silex-bg-lighter);
}
.gjs-block:hover {
  border-color: var(--silex-accent-primary);
  background: var(--silex-hover-bg);
}

.gjs-layer.gjs-selected {
  background-color: var(--silex-active-bg);
  border-left: 2px solid var(--silex-accent-primary);
}
.gjs-layer:hover {
  background-color: var(--silex-hover-bg);
}

.gjs-toolbar {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Silex styles imports */
.silex-link-action {
  margin-left: 0.5em;
  color: var(--silex-accent-primary);
  font-size: 0.93em;
  font-weight: 600;
  text-decoration: underline;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: inline;
}

.silex-mono-json {
  background: var(--silex-bg-lighter);
  color: var(--silex-text-secondary);
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 13px;
  font-family: monospace;
}

.silex-workspace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.silex-workspace body {
  font-family: "Ubuntu", sans-serif;
}
.silex-workspace a {
  color: inherit;
}
.silex-workspace h2 {
  font-size: 18px;
  background: var(--silex-bg-lighter);
  border-radius: 8px 8px 0 0;
  padding: 8px;
  margin: 0;
  font-weight: normal;
}
.silex-workspace h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
}
.silex-workspace select,
.silex-workspace input {
  background-color: var(--silex-input-bg);
}
.silex-workspace select.gjs-input-unit {
  height: 100%;
  background-color: transparent;
}
.silex-workspace .gjs-color-warn,
.silex-workspace .gjs-sm-sector .gjs-sm-field input,
.silex-workspace .gjs-clm-tags .gjs-sm-field input,
.silex-workspace .gjs-sm-sector .gjs-clm-field input,
.silex-workspace .gjs-clm-tags .gjs-clm-field input,
.silex-workspace .gjs-sm-sector .gjs-sm-field select,
.silex-workspace .gjs-clm-tags .gjs-sm-field select,
.silex-workspace .gjs-sm-sector .gjs-clm-field select,
.silex-workspace .gjs-clm-tags .gjs-clm-field select {
  color: var(--silex-text-primary);
}

.full-width {
  width: 100%;
}

.silex-workspace .gjs-pn-viewsOptions {
  z-index: 5;
  right: 0;
  left: auto;
}
.silex-workspace .gjs-pn-viewsOptions .viewsOptions__size-btn::before {
  content: "←";
}

.silex-hidden {
  /* do not really hide, because it breaks the code editor init in the site settings + for animation */
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 10px;
  width: 10px;
  overflow: hidden;
}

.silex-capitalize {
  text-transform: capitalize;
}

.settings-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: auto;
  overflow: hidden; /* settings scroll is on .settings-body */
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.settings-dialog .silex-bar .silex-list {
  display: flex;
}
.settings-dialog .settings-content {
  display: flex;
  flex-direction: column;
  background-color: var(--primaryColor);
  overflow: auto;
  width: 920px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.settings-dialog .settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--silex-border-color-strong);
}
.settings-dialog .settings-header h3 {
  margin: 0;
  font-size: 18px;
}
.settings-dialog .settings-close {
  color: inherit;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settings-dialog .settings-body {
  flex: 1;
  padding: 0;
}
.settings-dialog .settings-body .silex-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.settings-dialog .settings-body .silex-sidebar-dialog {
  flex-direction: column;
}
.settings-dialog .settings-body .silex-info-fork {
  margin-top: 10px;
  color: var(--silex-status-warning);
  background: var(--silex-bg-lighter);
  border-radius: 4px;
  padding: 6px 10px;
  font-weight: 500;
  display: inline-block;
}
.settings-dialog .silex-repo-section {
  margin-top: 24px;
  padding: 16px;
  background: var(--silex-bg-lighter);
  border-radius: 8px;
  border: 1px solid var(--silex-border-color);
}
.settings-dialog .silex-repo-section__title {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--silex-text-primary);
}
.settings-dialog .silex-repo-section__help {
  margin: 0 0 16px 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--silex-text-secondary);
}
.settings-dialog .silex-repo-section__help a {
  color: var(--silex-accent-primary);
  text-decoration: underline;
}
.settings-dialog .silex-repo-section__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.settings-dialog .silex-repo-section__empty {
  color: var(--silex-text-secondary);
  font-style: italic;
  margin: 0;
}
.settings-dialog .silex-repo-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.settings-dialog .silex-repo-field__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--silex-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.settings-dialog .silex-repo-field__status {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: none;
}
.settings-dialog .silex-repo-field__status--success {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
.settings-dialog .silex-repo-field__status--failed, .settings-dialog .silex-repo-field__status--error {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.settings-dialog .silex-repo-field__status--running, .settings-dialog .silex-repo-field__status--pending {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}
.settings-dialog .silex-repo-field__status--unknown {
  background: var(--silex-bg-lighter);
  color: var(--silex-text-secondary);
}
.settings-dialog .silex-repo-field__meta {
  font-size: 11px;
  color: var(--silex-text-secondary);
  margin-top: 4px;
}
.settings-dialog .silex-repo-field__meta a {
  color: var(--silex-accent-primary);
}
.settings-dialog .silex-repo-field__input-wrapper {
  display: flex;
  align-items: stretch;
  background: var(--silex-input-bg);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--silex-border-color);
}
.settings-dialog .silex-repo-field__input {
  flex: 1;
  padding: 10px 12px;
  border: none !important;
  background: transparent !important;
  font-family: monospace;
  font-size: 13px;
  color: var(--silex-text-primary);
  min-width: 0;
}
.settings-dialog .silex-repo-field__input:focus {
  outline: none;
}
.settings-dialog .silex-repo-field__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: transparent;
  border: none;
  border-left: 1px solid var(--silex-border-color);
  color: var(--silex-text-secondary);
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
  text-decoration: none;
}
.settings-dialog .silex-repo-field__btn:hover {
  background: var(--silex-hover-bg);
  color: var(--silex-accent-primary);
}
.settings-dialog .silex-repo-field__btn--copied {
  background: var(--silex-status-success, #22c55e) !important;
  color: white !important;
}
.settings-dialog .silex-repo-field__btn svg {
  flex-shrink: 0;
}
.settings-dialog .silex-repo-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}
.settings-dialog .silex-repo-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: var(--silex-bg-main);
  border-radius: 6px;
  border: 1px solid var(--silex-border-color);
}
.settings-dialog .silex-repo-info-item__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--silex-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.settings-dialog .silex-repo-info-item__value {
  font-size: 14px;
  font-weight: 500;
  color: var(--silex-text-primary);
}
.settings-dialog .silex-repo-info-item__action {
  font-size: 12px;
  color: var(--silex-accent-primary);
  text-decoration: underline;
  cursor: pointer;
}
.settings-dialog .silex-repo-info-item__action:hover {
  text-decoration: none;
}
.settings-dialog .silex-repo-info-item__links {
  display: flex;
  gap: 8px;
}
.settings-dialog .silex-repo-fork-notice {
  padding: 16px;
  background: var(--silex-bg-main);
  border: 1px solid var(--silex-border-color);
  border-radius: 8px;
  font-size: 13px;
  color: var(--silex-text-primary);
}
.settings-dialog .silex-repo-fork-notice__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--silex-accent-primary);
}
.settings-dialog .silex-repo-fork-notice__header strong {
  font-size: 14px;
}
.settings-dialog .silex-repo-fork-notice__header svg {
  flex-shrink: 0;
}
.settings-dialog .silex-repo-fork-notice__text {
  margin: 0 0 12px 0;
  line-height: 1.5;
  color: var(--silex-text-secondary);
}
.settings-dialog .silex-repo-fork-notice__text a {
  color: var(--silex-accent-primary);
  font-weight: 500;
}
.settings-dialog .silex-repo-fork-notice__actions {
  display: flex;
  gap: 16px;
}
.settings-dialog .silex-repo-fork-notice__link {
  color: var(--silex-accent-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}
.settings-dialog .silex-repo-fork-notice__link:hover {
  text-decoration: underline;
}
.settings-dialog .silex-repo-fork-notice__contribute {
  margin: 12px 0 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--silex-border-color);
  font-size: 12px;
  color: var(--silex-text-secondary);
  font-style: italic;
}
.settings-dialog .silex-repo-job {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  background: var(--silex-bg-main);
  border-radius: 6px;
  border: 1px solid var(--silex-border-color);
  font-size: 13px;
}
.settings-dialog .silex-repo-job__label {
  color: var(--silex-text-secondary);
}
.settings-dialog .silex-repo-job__status {
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
}
.settings-dialog .silex-repo-job__status--success {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
.settings-dialog .silex-repo-job__status--failed, .settings-dialog .silex-repo-job__status--error {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.settings-dialog .silex-repo-job__status--running, .settings-dialog .silex-repo-job__status--pending {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}
.settings-dialog .silex-repo-job__status--unknown {
  background: var(--silex-bg-lighter);
  color: var(--silex-text-secondary);
}
.settings-dialog .silex-repo-job__date {
  color: var(--silex-text-secondary);
}
.settings-dialog form.silex-form textarea {
  min-height: 250px;
}
.settings-dialog .silex-form__element {
  padding: 10px 5px;
  margin: 10px 0;
  width: 98%;
}
.settings-dialog footer {
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: var(--silex-bg-main);
}
.settings-dialog footer > *:last-child {
  margin-right: 30px;
}
.settings-dialog footer .silex-version {
  float: left;
  padding: 0 15px;
  font-size: small;
}
.settings-dialog .CodeMirror {
  height: 57vh;
}

.silex-sidebar-dialog {
  min-height: 70vh;
}

button.silex-button,
input.silex-button[type=button],
input.silex-button[type=submit] {
  cursor: pointer;
  font-family: inherit;
  color: var(--silex-text-inverse);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--silex-border-color);
  border-radius: 4px;
  box-shadow: var(--silex-shadow-sm);
  background-color: var(--silex-button-bg);
  padding: 5px;
}
button.silex-button:focus,
input.silex-button[type=button]:focus,
input.silex-button[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--silex-focus-outline);
}
button.silex-button:hover,
input.silex-button[type=button]:hover,
input.silex-button[type=submit]:hover {
  background-color: var(--silex-button-hover-bg);
}

.silex-button.disabled,
.silex-button[disabled] {
  opacity: 0.8;
  cursor: unset;
}

.silex-button.silex-button--primary {
  background-color: var(--silex-button-bg);
}

.silex-button.silex-button--secondary {
  background-color: var(--silex-bg-main);
}

.silex-button--size {
  max-height: 30px;
  margin: 0 10px;
}

.silex-button--small {
  font-size: 0.7em;
  padding: 0 5px;
}

.silex-input {
  appearance: initial;
}

.silex-label {
  display: block;
}

.silex-sidebar-dialog,
.silex-bar {
  display: flex;
  align-items: start;
}
.silex-sidebar-dialog > *,
.silex-bar > * {
  margin: 5px;
}
.silex-sidebar-dialog main,
.silex-bar main {
  width: 99%;
}

ol.silex-list,
ul.silex-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.silex-list > li,
ul.silex-list > li {
  padding: 5px;
  border-bottom: 1px solid var(--silex-border-color-strong);
  margin: 5px;
}
ol.silex-list fieldset,
ul.silex-list fieldset {
  border-color: var(--silex-border-color-strong);
}
ol.silex-list h4,
ul.silex-list h4 {
  display: inline-block;
  padding: 5px;
  padding-bottom: 2px;
  margin: 10px 5px;
  font-weight: normal;
  color: var(--silex-badge-text);
  background-color: var(--silex-badge-bg);
}
ol.silex-list .silex-list__item__body,
ul.silex-list .silex-list__item__body {
  display: flex;
}
ol.silex-list .silex-list__item__footer,
ul.silex-list .silex-list__item__footer {
  display: flex;
  justify-content: flex-end;
}
ol.silex-list .silex-list__item__footer button,
ul.silex-list .silex-list__item__footer button {
  padding: 5px;
  margin: 5px;
  padding-top: 8px;
}

ol.silex-list--menu > li,
ul.silex-list--menu > li {
  padding: 15px;
  margin: 0;
  border: 1px solid transparent;
  border-bottom-color: var(--silex-border-color-strong);
  text-align: center;
  cursor: pointer;
}
ol.silex-list--menu > li:first-child,
ul.silex-list--menu > li:first-child {
  border-top-color: var(--silex-border-color-strong);
}
ol.silex-list--menu > li:hover,
ul.silex-list--menu > li:hover {
  color: var(--silex-accent-primary);
  background-color: var(--silex-hover-bg);
}
ol.silex-list--menu .active,
ul.silex-list--menu .active {
  color: var(--silex-accent-primary);
  background-color: var(--silex-hover-bg);
}

form.silex-form {
  display: flex;
  flex-direction: column;
}
form.silex-form footer {
  text-align: right;
  border-top: 1px solid var(--silex-border-color-strong);
  padding: 20px 0 10px;
  margin: 20px 0 0;
}
form.silex-form button,
form.silex-form input,
form.silex-form optgroup,
form.silex-form select,
form.silex-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--silex-input-bg);
  color: var(--silex-text-primary);
  padding: 5px;
  border: none;
}
form.silex-form input[type=checkbox] {
  margin: 5px;
}
form.silex-form textarea {
  width: 98% !important;
}
form.silex-form .silex-form__element {
  display: inline-flex;
  flex-direction: column;
}

.silex-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #ddd;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  z-index: 11;
  opacity: 1;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}
.silex-loader .silex-loader__text {
  min-width: 0;
  transition: min-width 0.3s ease;
  position: relative;
}
.silex-loader .silex-loader__text progress.silex-loader__progress {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  background-color: #333333;
  outline: 1px solid grey;
  border: none;
  border-radius: 0.125rem;
  transform: translateY(-5px);
  transition: all 0.3s 0.3s ease;
  /* CHROME */
}
.silex-loader .silex-loader__text progress.silex-loader__progress::-webkit-progress-bar {
  background-color: #333333;
}
.silex-loader .silex-loader__text progress.silex-loader__progress::-webkit-progress-value {
  background-color: #ddd;
}
.silex-loader .silex-loader__text progress.silex-loader__progress {
  /* FIREFOX */
}
.silex-loader .silex-loader__text progress.silex-loader__progress::-moz-progress-bar {
  background-color: #ddd;
}
.silex-loader.silex-loader--active .silex-loader__text {
  min-width: 250px;
}
.silex-loader.silex-loader--active .silex-loader__text .silex-loader__progress {
  opacity: 1;
  transform: translateY(10px);
  width: 100%;
  height: 0.25rem;
}

.gjs-pn-footer {
  bottom: 0;
  left: 35px;
  right: var(--viewsPanelWidth);
  box-shadow: var(--silex-shadow-sm);
  height: 30px;
}

.silex-main {
  transition: opacity var(--silex-transition-fast) 0.5s ease;
}

.silex-dialog {
  transition: opacity var(--silex-transition-fast) ease;
}

.silex-dialog-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--silex-transition-fast) ease, visibility var(--silex-transition-medium) 1s ease;
}

.silex-dialog-inline {
  position: absolute;
  background-color: var(--silex-bg-main);
  z-index: var(--silex-z-dialog);
  border-radius: 3px;
  border: 2px solid var(--silex-border-color-strong);
  box-shadow: var(--silex-shadow-md);
  display: flex;
  flex-direction: column;
}
.silex-dialog-inline header {
  padding: 10px;
  border-bottom: 1px solid var(--silex-border-color-strong);
}
.silex-dialog-inline main {
  flex-grow: 1;
  padding: 10px;
  max-height: 50vh;
  overflow-y: auto;
}
.silex-dialog-inline footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid var(--silex-border-color-strong);
}
.silex-dialog-inline a {
  color: var(--silex-accent-secondary);
}
.silex-dialog-inline header > * {
  margin: 0;
}

details.silex-more summary {
  cursor: pointer;
}

details.silex-more,
.silex-help {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid var(--silex-border-color-strong);
  border-radius: 3px;
  background-color: var(--silex-bg-lighter);
  color: var(--silex-text-primary);
  font-size: small;
}
details.silex-more p,
.silex-help p {
  margin: 0;
}
details.silex-more a,
.silex-help a {
  color: var(--silex-accent-secondary);
}
details.silex-more label,
.silex-help label {
  background-color: var(--silex-bg-main);
}

:focus-visible {
  outline: 2px solid var(--silex-focus-outline);
  outline-offset: 2px;
}

.fonts-dialog h2 {
  font-weight: lighter;
  background-color: var(--gjs-secondary-dark-color);
  letter-spacing: 1px;
  padding: 9px 10px 9px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.fonts-dialog .silex-form__element {
  margin-bottom: 80px;
}
.fonts-dialog .variants-toolbar .silex-button {
  padding: 0 !important;
  font-weight: normal;
  background: none;
  border: none;
  font-size: small;
  text-decoration: underline;
  border-radius: 0;
}
.fonts-dialog .silex-button {
  background: none;
  border: none;
  font-weight: normal !important;
  box-shadow: none;
}

.silex-squeeze-left .gjs-cv-canvas {
  left: calc(var(--viewsProjectPanelWidth) + 35px);
  width: auto;
  right: var(--viewsPanelWidth);
}

.gjs-pn-project-bar-panel {
  width: 35px;
  padding: 0;
}
.gjs-pn-project-bar-panel .gjs-pn-buttons {
  flex-direction: column;
  min-height: 100vh;
  justify-content: flex-start;
}
.gjs-pn-project-bar-panel .gjs-pn-buttons .project-bar-spacer {
  flex: 1;
}
.gjs-pn-project-bar-panel .gjs-pn-buttons .gjs-pn-btn {
  margin: 5px 0 5px 0px;
  padding: 5px;
}
.gjs-pn-project-bar-panel .gjs-pn-buttons .gjs-pn-btn.gjs-pn-active {
  background-color: var(--silex-active-bg);
  width: 35px;
  box-shadow: none;
}
.gjs-pn-project-bar-panel .gjs-pn-buttons .gjs-pn-btn.project-bar__dirty {
  background-color: var(--silex-accent-secondary);
  color: var(--silex-text-inverse);
}
.gjs-pn-project-bar-panel .logo {
  background-image: url("../assets/logo-silex-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
}

.viewsOptionsProjectPanel__size-btn {
  z-index: 5;
  right: auto;
  left: 0;
}
.viewsOptionsProjectPanel__size-btn::before {
  content: "→";
}

.gjs-block {
  width: 84px;
}

.gjs-pn-project-bar-container {
  top: 40px;
  width: 13%;
  min-width: 150px;
  height: calc(100% - 40px - 30px);
  background-color: var(--silex-bg-lighter);
}
.gjs-pn-project-bar-container:not(.gjs-hidden) {
  display: flex;
  flex-direction: column;
}
.gjs-pn-project-bar-container .project-bar__panel:not(.gjs-hidden) {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--silex-bg-main);
  overflow: auto;
}
.gjs-pn-project-bar-container .project-bar__panel:not(.gjs-hidden) .gjs-layer {
  background-color: var(--silex-bg-main);
}
.gjs-pn-project-bar-container .project-bar__panel > *:not(header) {
  flex: 1;
  display: initial;
}
.gjs-pn-project-bar-container .project-bar__panel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid var(--silex-border-color-strong);
}
.gjs-pn-project-bar-container .project-bar__panel-header .project-bar__panel-header-title {
  flex: 1 1 auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 0;
  margin: 0;
  font-size: large;
  font-weight: 600;
}
.gjs-pn-project-bar-container .project-bar__panel-header .project-bar__panel-header-button {
  cursor: pointer;
}
.gjs-pn-project-bar-container .project-bar__panel-header .project-bar__panel-header-button span {
  background-color: var(--silex-bg-darker);
  border-radius: 100%;
  display: inline-block;
  line-height: 13px;
}
.gjs-pn-project-bar-container .project-bar__panel-header .project-bar__panel-header-button:hover {
  color: var(--silex-accent-secondary);
}

.page-panel-container .pages__wrapper {
  display: contents !important;
  height: fit-content;
}
.page-panel-container .pages {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.page-panel-container .pages .pages__main {
  flex: 1;
  background-color: var(--silex-bg-main);
  min-height: 20vh;
}
.page-panel-container .pages .pages__page {
  display: flex;
  align-items: center;
  background-color: var(--silex-bg-darker);
  border-bottom: 1px solid var(--silex-border-color);
  cursor: cursor;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.page-panel-container .pages .pages__page:hover {
  background-color: var(--silex-hover-bg);
}
.page-panel-container .pages .pages__page:hover .pages__page-name {
  color: var(--silex-accent-secondary);
}
.page-panel-container .pages .pages__page:active {
  cursor: grabbing;
}
.page-panel-container .pages .pages__page-dragging {
  opacity: 0.4;
  cursor: grabbing !important;
}
.page-panel-container .pages .pages__page-selected {
  background-color: var(--silex-active-bg);
  cursor: default;
}
.page-panel-container .pages .pages__page-selected .pages__page-name {
  color: var(--silex-accent-secondary);
}
.page-panel-container .pages .pages__main.pages__single-page .pages__remove-btn {
  visibility: hidden;
}
.page-panel-container .pages .pages__page-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px;
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-panel-container .pages .pages__icon {
  padding: 6px;
  cursor: pointer;
  font-size: 12px;
}
.page-panel-container .pages .pages__icon:hover {
  color: var(--silex-accent-secondary);
}
.page-panel-container .pages .pages__drag-handle {
  cursor: grab;
  opacity: 0.6;
  flex-shrink: 0;
}
.page-panel-container .pages .pages__drag-handle:hover {
  opacity: 1;
}
.page-panel-container .gjs-pn-buttons {
  flex-direction: column;
}

.gjs-website-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 1;
  min-width: 100px;
  border: 1px solid var(--silex-border-color-strong);
  background-color: var(--silex-bg-darker);
}

.grp-wrapper {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
}

.grp-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}

.grp-handler {
  width: 4px;
  margin-left: -2px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  height: 100%;
}

.grp-handler-close {
  color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  text-align: center;
  width: 15px;
  height: 15px;
  margin-left: -5px;
  line-height: 10px;
  font-size: 21px;
  cursor: pointer;
}

.grp-handler-close-c {
  position: absolute;
  top: -17px;
}

.grp-handler-drag {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: col-resize;
  width: 100%;
  height: 100%;
}

.grp-handler-selected .grp-handler-drag {
  background-color: rgba(255, 255, 255, 0.5);
}

.grp-handler-cp-c {
  display: none;
}

.grp-handler-selected .grp-handler-cp-c {
  display: block;
}

.grp-handler-cp-wrap {
  width: 15px;
  height: 15px;
  margin-left: -8px;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}

.grp-handler-cp-wrap input[type=color] {
  opacity: 0;
  cursor: pointer;
}

.fa-arrows::before {
  display: block;
  content: "" !important;
  border: 2px solid var(--silex-accent-primary);
  width: 10px;
  height: 10px;
  margin: auto;
  border-color: var(--silex-text-primary);
}

.fa-long-arrow-up::before {
  display: block;
  content: "" !important;
  border: 2px solid var(--silex-accent-primary);
  width: 10px;
  height: 10px;
  margin: auto;
  border-top-color: var(--silex-text-primary);
}

.fa-long-arrow-down::before {
  display: block;
  content: "" !important;
  border: 2px solid var(--silex-accent-primary);
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom-color: var(--silex-text-primary);
}

.fa-long-arrow-left::before {
  display: block;
  content: "" !important;
  border: 2px solid var(--silex-accent-primary);
  width: 10px;
  height: 10px;
  margin: auto;
  border-left-color: var(--silex-text-primary);
}

.fa-long-arrow-right::before {
  display: block;
  content: "" !important;
  border: 2px solid var(--silex-accent-primary);
  width: 10px;
  height: 10px;
  margin: auto;
  border-right-color: var(--silex-text-primary);
}

.gjs-radio-item-label:after {
  display: none !important;
}

.gjs-editor .gjs-notification {
  max-height: initial;
  text-align: left;
}

.gjs-editor .gjs-notification,
.gjs-editor .gjs-notification .gjs-sm-header,
.gjs-editor .gjs-notification .gjs-notification__item,
.gjs-editor .gjs-notification .gjs-notification__group > details,
.gjs-editor .gjs-notification .gjs-notification__group > details > ul,
.gjs-editor .gjs-notification .gjs-notification__group > details > summary,
.gjs-editor .gjs-notification .gjs-notification__group {
  padding: 0;
  margin: 0;
}

.gjs-editor .gjs-notification .gjs-notification__group,
.gjs-editor .gjs-notification .gjs-notification__item {
  margin: 10px 0;
  padding: 10px 0;
}

.gjs-editor .gjs-notification .gjs-notification__group .gjs-notification__item {
  margin-left: 10px;
}

@keyframes pub-blink {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
#publish-dialog .notice {
  margin: 10px 0;
  background-color: var(--gjs-color-warn);
  color: var(--gjs-main-color);
  border-radius: 5px;
  padding: 10px;
}
#publish-dialog progress {
  width: 100%;
  border-radius: 50px;
  border: none;
  height: 5px;
  animation: pub-blink 0.33s infinite alternate;
  background-color: var(--silex-accent-primary);
}
#publish-dialog progress::-webkit-progress-bar {
  background-color: var(--silex-accent-primary);
}
#publish-dialog progress::-moz-progress-bar {
  background-color: var(--silex-accent-primary);
}
#publish-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.95rem;
  transition: 200ms;
}
#publish-dialog header svg {
  width: 1.4rem;
  vertical-align: middle;
  margin-right: 5px;
}
#publish-dialog header button {
  border: solid 2px var(--silex-border-color-strong);
  border-radius: 50px;
  padding: 4px 9px;
  background-color: var(--silex-bg-darker);
  color: var(--silex-text-primary);
}
#publish-dialog header .connector {
  color: var(--silex-accent-secondary);
}
#publish-dialog main {
  max-height: none;
}
#publish-dialog main .buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0.5rem;
  transition: 200ms;
}
#publish-dialog main svg {
  height: 0.9rem;
  margin-left: 5px;
}
#publish-dialog main h3 {
  margin: 0;
}
#publish-dialog main p {
  margin-top: 0;
}
#publish-dialog main details {
  border-radius: 5px;
  border: solid var(--silex-border-color) 2px;
  background-color: var(--silex-bg-darker);
  margin: 10px 0;
  padding: 10px;
  word-break: break-word;
  overflow-y: auto;
  max-height: 200px;
  position: relative;
}
#publish-dialog main details pre {
  word-break: break-word;
}
#publish-dialog main details summary {
  font-size: 0.95rem;
  opacity: 0.7;
}
#publish-dialog main details .logs {
  font-family: monospace;
}
#publish-dialog main details .logs * {
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  list-style: "-";
}
#publish-dialog main details .logs *:hover {
  transition: 200ms;
  background-color: var(--gjs-soft-light-color);
}
#publish-dialog main details:hover {
  transition: 200ms;
  border-color: var(--silex-border-color-strong);
  background-color: var(--silex-hover-bg);
}
#publish-dialog main details * {
  transition: 200ms;
}
#publish-dialog main details[open] summary {
  margin-bottom: 10px;
}
#publish-dialog main .silex-button {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 200ms;
  box-sizing: border-box;
}
#publish-dialog main .silex-button:hover {
  filter: brightness(1.2);
}
#publish-dialog main .silex-button:active {
  filter: brightness(0.8);
}
#publish-dialog main .silex-button--primary {
  background-color: var(--silex-accent-primary);
  color: white;
}
#publish-dialog main .silex-button--secondary {
  background-color: var(--silex-button-bg, #252525);
  color: var(--silex-text-primary, #E5E5E5);
  border: 1px solid var(--silex-border-color-strong, #262626);
}

.gjs-suggest {
  max-height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 7px;
  border-bottom: solid var(--silex-bg-main) 7px;
}

:root {
  --expression-input-dirty-background-color: transparent !important;
  --expression-input-dirty-border-radius: 5px !important;
  --expression-input-active-background-color: var(--gjs-main-light-color) !important;
  --expression-input-active-color: var(--gjs-secondary-color) !important;
  --expression-input-dirty-border-color: var(--expression-input-active-background-color) !important;
}

.property-container::part(property-container) {
  padding: 0 !important;
}

#gjs {
  flex: 1 1 auto;
}

.gjs-one-bg {
  background-color: var(--gjs-primary-color);
}
.gjs-one-color {
  color: var(--gjs-primary-color);
}
.gjs-one-color-h:hover {
  color: var(--gjs-primary-color);
}
.gjs-two-bg {
  background-color: var(--gjs-secondary-color);
}
.gjs-two-color {
  color: var(--gjs-secondary-color);
}
.gjs-two-color-h:hover {
  color: var(--gjs-secondary-color);
}
.gjs-three-bg {
  background-color: var(--gjs-tertiary-color);
}
.gjs-three-color {
  color: var(--gjs-tertiary-color);
}
.gjs-three-color-h:hover {
  color: var(--gjs-tertiary-color);
}
.gjs-four-bg {
  background-color: var(--gjs-quaternary-color);
}
.gjs-four-color {
  color: var(--gjs-quaternary-color);
}
.gjs-four-color-h:hover {
  color: var(--gjs-quaternary-color);
}

.gjs-cv-canvas,
.gjs-pn-panel,
.gjs-pn-commands {
  left: 35px;
}

.gjs-pn-project-bar-panel,
.gjs-pn-views,
.gjs-pn-options,
.gjs-pn-views-container {
  left: auto;
}

.gjs-cv-canvas {
  width: calc(100% - var(--viewsPanelWidth) - 35px);
}

.gjs-pn-devices-c {
  display: flex;
}
.gjs-pn-devices-c .gjs-device-label {
  display: none;
}

.gjs-editor {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
}

.gjs-mdl-header {
  background-color: var(--silex-bg-main);
  color: var(--silex-text-primary);
  padding: 20px;
  border-bottom: 1px solid var(--silex-border-color-strong);
}
.gjs-mdl-header .gjs-mdl-btn-close {
  top: 15px;
}

.gjs-toolbar {
  background-color: var(--silex-accent-primary);
}

.gjs-resizer-h {
  border-color: var(--silex-accent-primary);
}

.gjs-com-badge,
.gjs-com-badge-red,
.gjs-badge {
  background-color: var(--silex-accent-primary);
}

.gjs-cv-canvas .gjs-highlighter,
.gjs-cv-canvas .gjs-highlighter-sel {
  outline: 1px solid var(--silex-accent-primary);
}

.gjs-cv-canvas {
  height: calc(100% - var(--gjs-canvas-top) - var(--footerHeight));
}

.gjs-pn-buttons {
  justify-content: unset;
}

.gjs-pn-views-container, .gjs-pn-views {
  width: var(--viewsPanelWidth);
}

.gjs-pn-project-bar-container {
  width: var(--viewsProjectPanelWidth);
}

.gjs-pn-options {
  right: var(--viewsPanelWidth);
}

.top-style-section {
  position: sticky;
  top: -1px; /* Fixes a visual gap on the top */
  border-bottom: solid var(--silex-border-color-strong) 1px;
  background-color: var(--silex-bg-main);
  box-shadow: var(--silex-shadow-lg);
  z-index: 999;
}

.gjs-clm-label-sel {
  opacity: 0.5;
}

.gjs-clm-sels-info {
  padding: 7px 0;
  margin: 0;
  overflow-x: scroll;
}

.gjs-clm-sel-rule {
  word-break: break-all;
}

#gjs-clm-tags-field.gjs-field {
  margin: 0;
}

.gjs-field.gjs-field-integer {
  width: 100%;
}

.gjs-clm-tags {
  padding-top: 7px;
  padding-bottom: 0;
}

#gjs-clm-up {
  margin-top: 0;
}

.gjs-sm-icon[title]:not([title=""])::after {
  content: "?";
  margin-left: 0.5em;
  padding: 0.1em 0.3em;
  transition: background 0.5s;
  font-size: x-small;
}

.gjs-sm-icon[title]:not([title=""]):hover::after {
  background: var(--gjs-main-dark-color);
}

/*
*/
.gjs-editor-cont .fa {
  font-weight: 400;
}

.fa-square-o:before {
  content: "\f0c8";
}

.fa-trash-o:before {
  content: "\f1f8";
}

.fa-map-o:before {
  content: "\f279";
}

.fa-youtube-play:before {
  content: "\f04b";
}

/* Fix: open close chevrons: FA5 has the tags in different order ?!!? */
.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-cog:before {
  font-weight: 900;
}

.fa-paint-brush:before {
  font-weight: 900;
}

.fa-arrows-alt:before {
  content: "\f065";
  font-weight: 900;
}

.fa-caret-down:before {
  content: "\f0d7";
  font-weight: 900;
}

.fa-caret-right:before {
  content: "\f0da";
  font-weight: 900;
}

.fa-trash:before {
  content: "\f2ed";
  font-weight: 900;
}

.fa-list:before {
  content: "\f03a";
  font-weight: 900;
}

.fa-sign-out:before {
  content: "\f08b";
  font-weight: 900;
}

.fa-diamond:before {
  content: "\f3a5";
  font-weight: 900;
}

.fa-rotate-left:before {
  content: "\f2ea";
  font-weight: 900;
}

.fa-rotate-right:before {
  content: "\f2f9";
  font-weight: 900;
}

.gjs-rte-actionbar .gjs-rte-action svg,
.actionbar .action svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.gjs-sm-sector .gjs-sm-sector-label {
  margin-right: 0.3em;
}

.fa-grip-vertical:before {
  content: "\f58e";
  font-weight: 900;
}

.gjs-sm-sector .gjs-sm-sector-title::before,
.gjs-sm-sector .gjs-sm-sector-title::after {
  content: "o";
  display: none;
  margin-left: 0.4em;
  order: 5;
}

.gjs-sm-sector:has(.gjs-sm-label.gjs-four-color) .gjs-sm-sector-title::before {
  display: block;
  color: var(--gjs-quaternary-color);
}

.gjs-sm-sector:has(.gjs-sm-label.gjs-color-warn) .gjs-sm-sector-title::after {
  display: block;
  color: var(--gjs-color-warn);
}

.gjs-field .gjs-sel-arrow {
  z-index: 999;
}

/**
 * PANELS.SCSS
 * Unified styling for all left-side panels (Blocks, Pages, Symbols, Layers)
 * Ensures consistent look and behavior across all project panels
 */
.gjs-pn-project-bar-container .project-bar__panel .project-bar__panel-header {
  background-color: var(--silex-bg-lighter);
  border-bottom: 1px solid var(--silex-border-color-strong);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.gjs-pn-project-bar-container .project-bar__panel .project-bar__panel-header .project-bar__panel-header-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--silex-text-primary);
  letter-spacing: 0.02em;
}
.gjs-pn-project-bar-container .project-bar__panel .project-bar__panel-header .project-bar__panel-header-button {
  opacity: 0.7;
  transition: opacity var(--silex-transition-fast);
}
.gjs-pn-project-bar-container .project-bar__panel .project-bar__panel-header .project-bar__panel-header-button:hover {
  opacity: 1;
  color: var(--silex-accent-primary);
}
.gjs-pn-project-bar-container .project-bar__panel > main, .gjs-pn-project-bar-container .project-bar__panel > .gjs-blocks-c, .gjs-pn-project-bar-container .project-bar__panel > *:not(header) {
  background-color: var(--silex-bg-main);
  padding: 8px;
}

.gjs-blocks-c .gjs-block-category {
  margin-bottom: 8px;
}
.gjs-blocks-c .gjs-block-category .gjs-title {
  padding: 8px 12px;
  background-color: var(--silex-bg-lighter);
  border: 1px solid var(--silex-border-color);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--silex-text-secondary);
  cursor: pointer;
  transition: all var(--silex-transition-fast);
}
.gjs-blocks-c .gjs-block-category .gjs-title:hover {
  background-color: var(--silex-hover-bg);
  color: var(--silex-text-primary);
  border-color: var(--silex-accent-primary);
}
.gjs-blocks-c .gjs-block-category .gjs-blocks-c {
  padding: 8px 0;
}
.gjs-blocks-c .gjs-block {
  margin: 6px;
  padding: 12px;
  background-color: var(--silex-bg-lighter);
  border: 1px solid var(--silex-border-color);
  border-radius: 6px;
  transition: all var(--silex-transition-fast);
}
.gjs-blocks-c .gjs-block:hover {
  background-color: var(--silex-hover-bg);
  border-color: var(--silex-accent-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.gjs-blocks-c .gjs-block .gjs-block-label {
  font-size: 11px;
  color: var(--silex-text-secondary);
  margin-top: 8px;
}
.gjs-blocks-c .gjs-block {
  /* symbols */
}
.gjs-blocks-c .gjs-block.symbols__symbol-selected {
  border-color: var(--silex-accent-primary);
}

.page-panel-container .pages .pages__main {
  padding: 4px;
}
.page-panel-container .pages .pages__page {
  margin: 2px 0;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: var(--silex-bg-darker);
  border: 1px solid transparent;
}
.page-panel-container .pages .pages__page:hover {
  background-color: var(--silex-hover-bg);
  border-color: var(--silex-border-color);
}
.page-panel-container .pages .pages__page.pages__page-selected {
  background-color: var(--silex-active-bg);
  border-color: var(--silex-accent-primary);
  border-left-width: 3px;
}
.page-panel-container .pages .pages__page-name {
  font-size: 13px;
  color: var(--silex-text-primary);
}
.page-panel-container .pages .pages__icon {
  opacity: 0.6;
  transition: opacity var(--silex-transition-fast);
}
.page-panel-container .pages .pages__icon:hover {
  opacity: 1;
  color: var(--silex-accent-primary);
}
.page-panel-container .pages__collection-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--silex-border-color-strong);
}
.page-panel-container .pages__collection-section h3 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--silex-text-secondary);
  margin-bottom: 8px;
}

.gjs-layer-wrapper .gjs-layer {
  padding: 6px 8px;
  margin: 1px 0;
  border-radius: 3px;
  transition: background-color var(--silex-transition-fast);
}
.gjs-layer-wrapper .gjs-layer:hover {
  background-color: var(--silex-hover-bg);
}
.gjs-layer-wrapper .gjs-layer.gjs-selected {
  background-color: var(--silex-active-bg);
  border-left: 3px solid var(--silex-accent-primary);
}
.gjs-layer-wrapper .gjs-layer .gjs-layer-title {
  font-size: 12px;
  color: var(--silex-text-primary);
}
.gjs-layer-wrapper .gjs-layer .gjs-layer-count {
  font-size: 10px;
  color: var(--silex-text-secondary);
}

.symbols-panel .symbol-item {
  padding: 10px 12px;
  margin: 4px 0;
  background-color: var(--silex-bg-lighter);
  border: 1px solid var(--silex-border-color);
  border-radius: 4px;
  transition: all var(--silex-transition-fast);
}
.symbols-panel .symbol-item:hover {
  background-color: var(--silex-hover-bg);
  border-color: var(--silex-accent-primary);
}
.symbols-panel .symbol-item.selected {
  background-color: var(--silex-active-bg);
  border-color: var(--silex-accent-primary);
  border-left-width: 3px;
}

.gjs-pn-project-bar-container .project-bar__panel ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.gjs-pn-project-bar-container .project-bar__panel ::-webkit-scrollbar-track {
  background: var(--silex-bg-main);
}
.gjs-pn-project-bar-container .project-bar__panel ::-webkit-scrollbar-thumb {
  background: var(--silex-border-color-strong);
  border-radius: 4px;
}
.gjs-pn-project-bar-container .project-bar__panel ::-webkit-scrollbar-thumb:hover {
  background: var(--silex-accent-secondary);
}

/**
 * DIALOGS.SCSS
 * Unified styling for all dialogs (Settings, Fonts, modals)
 * Ensures consistent modern look across all popup interfaces
 *
 * Note: There is also a dialog.scss file for inline dialogs.
 * This file handles modal/fullscreen dialogs.
 */
.gjs-mdl-dialog {
  background-color: var(--silex-bg-main);
  border: 1px solid var(--silex-border-color-strong);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

.gjs-mdl-header {
  background-color: var(--silex-bg-lighter);
  color: var(--silex-text-primary);
  padding: 20px 24px;
  border-bottom: 1px solid var(--silex-border-color-strong);
  border-radius: 8px 8px 0 0;
}
.gjs-mdl-header .gjs-mdl-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.gjs-mdl-header .gjs-mdl-btn-close {
  color: var(--silex-text-secondary);
  opacity: 0.7;
  transition: all var(--silex-transition-fast);
}
.gjs-mdl-header .gjs-mdl-btn-close:hover {
  opacity: 1;
  color: var(--silex-accent-primary);
  transform: scale(1.1);
}

.gjs-mdl-content {
  background-color: var(--silex-bg-main);
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
}
.gjs-mdl-content::-webkit-scrollbar {
  width: 10px;
}
.gjs-mdl-content::-webkit-scrollbar-track {
  background: var(--silex-bg-darker);
}
.gjs-mdl-content::-webkit-scrollbar-thumb {
  background: var(--silex-border-color-strong);
  border-radius: 5px;
}
.gjs-mdl-content::-webkit-scrollbar-thumb:hover {
  background: var(--silex-accent-secondary);
}

.gjs-mdl-dialog-fonts .gjs-mdl-content,
.fonts-dialog .gjs-mdl-content {
  min-height: 400px;
  max-height: 70vh;
}
.gjs-mdl-dialog-fonts::after,
.fonts-dialog::after {
  content: "";
  display: block;
  height: 60px;
  background-color: var(--silex-bg-lighter);
  border-top: 1px solid var(--silex-border-color-strong);
}

.gjs-fonts-c .font-item,
[class*=fonts] .font-item {
  padding: 12px 16px;
  margin: 6px 0;
  background-color: var(--silex-bg-lighter);
  border: 1px solid var(--silex-border-color);
  border-radius: 6px;
  transition: all var(--silex-transition-fast);
}
.gjs-fonts-c .font-item:hover,
[class*=fonts] .font-item:hover {
  background-color: var(--silex-hover-bg);
  border-color: var(--silex-accent-primary);
}
.gjs-fonts-c .font-item .font-name,
[class*=fonts] .font-item .font-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--silex-text-primary);
  margin-bottom: 4px;
}
.gjs-fonts-c .font-item .font-preview,
[class*=fonts] .font-item .font-preview {
  font-size: 12px;
  color: var(--silex-text-secondary);
}

.gjs-mdl-dialog input[type=text],
.gjs-mdl-dialog input[type=email],
.gjs-mdl-dialog input[type=url],
.gjs-mdl-dialog input[type=number],
.gjs-mdl-dialog select,
.gjs-mdl-dialog textarea,
.settings-dialog input[type=text],
.settings-dialog input[type=email],
.settings-dialog input[type=url],
.settings-dialog input[type=number],
.settings-dialog select,
.settings-dialog textarea,
.silex-dialog-inline input[type=text],
.silex-dialog-inline input[type=email],
.silex-dialog-inline input[type=url],
.silex-dialog-inline input[type=number],
.silex-dialog-inline select,
.silex-dialog-inline textarea {
  background-color: var(--silex-input-bg);
  border: 1px solid var(--silex-border-color-strong);
  color: var(--silex-text-primary);
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: all var(--silex-transition-fast);
}
.gjs-mdl-dialog input[type=text]:hover,
.gjs-mdl-dialog input[type=email]:hover,
.gjs-mdl-dialog input[type=url]:hover,
.gjs-mdl-dialog input[type=number]:hover,
.gjs-mdl-dialog select:hover,
.gjs-mdl-dialog textarea:hover,
.settings-dialog input[type=text]:hover,
.settings-dialog input[type=email]:hover,
.settings-dialog input[type=url]:hover,
.settings-dialog input[type=number]:hover,
.settings-dialog select:hover,
.settings-dialog textarea:hover,
.silex-dialog-inline input[type=text]:hover,
.silex-dialog-inline input[type=email]:hover,
.silex-dialog-inline input[type=url]:hover,
.silex-dialog-inline input[type=number]:hover,
.silex-dialog-inline select:hover,
.silex-dialog-inline textarea:hover {
  border-color: var(--gjs-secondary-light-color);
}
.gjs-mdl-dialog input[type=text]:focus,
.gjs-mdl-dialog input[type=email]:focus,
.gjs-mdl-dialog input[type=url]:focus,
.gjs-mdl-dialog input[type=number]:focus,
.gjs-mdl-dialog select:focus,
.gjs-mdl-dialog textarea:focus,
.settings-dialog input[type=text]:focus,
.settings-dialog input[type=email]:focus,
.settings-dialog input[type=url]:focus,
.settings-dialog input[type=number]:focus,
.settings-dialog select:focus,
.settings-dialog textarea:focus,
.silex-dialog-inline input[type=text]:focus,
.silex-dialog-inline input[type=email]:focus,
.silex-dialog-inline input[type=url]:focus,
.silex-dialog-inline input[type=number]:focus,
.silex-dialog-inline select:focus,
.silex-dialog-inline textarea:focus {
  border-color: var(--silex-accent-primary);
  box-shadow: 0 0 0 3px rgba(136, 115, 254, 0.15);
  outline: none;
}
.gjs-mdl-dialog input[type=text]::placeholder,
.gjs-mdl-dialog input[type=email]::placeholder,
.gjs-mdl-dialog input[type=url]::placeholder,
.gjs-mdl-dialog input[type=number]::placeholder,
.gjs-mdl-dialog select::placeholder,
.gjs-mdl-dialog textarea::placeholder,
.settings-dialog input[type=text]::placeholder,
.settings-dialog input[type=email]::placeholder,
.settings-dialog input[type=url]::placeholder,
.settings-dialog input[type=number]::placeholder,
.settings-dialog select::placeholder,
.settings-dialog textarea::placeholder,
.silex-dialog-inline input[type=text]::placeholder,
.silex-dialog-inline input[type=email]::placeholder,
.silex-dialog-inline input[type=url]::placeholder,
.silex-dialog-inline input[type=number]::placeholder,
.silex-dialog-inline select::placeholder,
.silex-dialog-inline textarea::placeholder {
  color: var(--silex-text-secondary);
  opacity: 0.6;
}
.gjs-mdl-dialog label,
.settings-dialog label,
.silex-dialog-inline label {
  font-size: 13px;
  font-weight: 600;
  color: var(--silex-text-primary);
  margin-bottom: 6px;
  display: block;
}
.gjs-mdl-dialog .form-group,
.settings-dialog .form-group,
.silex-dialog-inline .form-group {
  margin-bottom: 16px;
}
.gjs-mdl-dialog button,
.gjs-mdl-dialog .silex-button,
.settings-dialog button,
.settings-dialog .silex-button,
.silex-dialog-inline button,
.silex-dialog-inline .silex-button {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--silex-transition-fast);
}
.gjs-mdl-dialog button.primary, .gjs-mdl-dialog button.silex-button--primary,
.gjs-mdl-dialog .silex-button.primary,
.gjs-mdl-dialog .silex-button.silex-button--primary,
.settings-dialog button.primary,
.settings-dialog button.silex-button--primary,
.settings-dialog .silex-button.primary,
.settings-dialog .silex-button.silex-button--primary,
.silex-dialog-inline button.primary,
.silex-dialog-inline button.silex-button--primary,
.silex-dialog-inline .silex-button.primary,
.silex-dialog-inline .silex-button.silex-button--primary {
  background-color: var(--silex-accent-primary);
  color: var(--silex-bg-darker);
  border: none;
}
.gjs-mdl-dialog button.primary:hover, .gjs-mdl-dialog button.silex-button--primary:hover,
.gjs-mdl-dialog .silex-button.primary:hover,
.gjs-mdl-dialog .silex-button.silex-button--primary:hover,
.settings-dialog button.primary:hover,
.settings-dialog button.silex-button--primary:hover,
.settings-dialog .silex-button.primary:hover,
.settings-dialog .silex-button.silex-button--primary:hover,
.silex-dialog-inline button.primary:hover,
.silex-dialog-inline button.silex-button--primary:hover,
.silex-dialog-inline .silex-button.primary:hover,
.silex-dialog-inline .silex-button.silex-button--primary:hover {
  background-color: var(--silex-accent-secondary);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(136, 115, 254, 0.3);
}
.gjs-mdl-dialog button.secondary, .gjs-mdl-dialog button.silex-button--secondary,
.gjs-mdl-dialog .silex-button.secondary,
.gjs-mdl-dialog .silex-button.silex-button--secondary,
.settings-dialog button.secondary,
.settings-dialog button.silex-button--secondary,
.settings-dialog .silex-button.secondary,
.settings-dialog .silex-button.silex-button--secondary,
.silex-dialog-inline button.secondary,
.silex-dialog-inline button.silex-button--secondary,
.silex-dialog-inline .silex-button.secondary,
.silex-dialog-inline .silex-button.silex-button--secondary {
  background-color: var(--silex-button-bg);
  color: var(--silex-text-primary);
  border: 1px solid var(--silex-border-color-strong);
}
.gjs-mdl-dialog button.secondary:hover, .gjs-mdl-dialog button.silex-button--secondary:hover,
.gjs-mdl-dialog .silex-button.secondary:hover,
.gjs-mdl-dialog .silex-button.silex-button--secondary:hover,
.settings-dialog button.secondary:hover,
.settings-dialog button.silex-button--secondary:hover,
.settings-dialog .silex-button.secondary:hover,
.settings-dialog .silex-button.silex-button--secondary:hover,
.silex-dialog-inline button.secondary:hover,
.silex-dialog-inline button.silex-button--secondary:hover,
.silex-dialog-inline .silex-button.secondary:hover,
.silex-dialog-inline .silex-button.silex-button--secondary:hover {
  background-color: var(--silex-button-hover-bg);
}

.gjs-mdl-dialog {
  animation: dialogFadeIn 0.2s ease;
}

@keyframes dialogFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.gjs-mdl-container {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

/* ubuntu-cyrillic-ext-400-normal */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./files/ubuntu-cyrillic-ext-400-normal.woff2) format("woff2"), url(./files/ubuntu-cyrillic-ext-400-normal.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* ubuntu-cyrillic-400-normal */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./files/ubuntu-cyrillic-400-normal.woff2) format("woff2"), url(./files/ubuntu-cyrillic-400-normal.woff) format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* ubuntu-greek-ext-400-normal */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./files/ubuntu-greek-ext-400-normal.woff2) format("woff2"), url(./files/ubuntu-greek-ext-400-normal.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* ubuntu-greek-400-normal */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./files/ubuntu-greek-400-normal.woff2) format("woff2"), url(./files/ubuntu-greek-400-normal.woff) format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* ubuntu-latin-ext-400-normal */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./files/ubuntu-latin-ext-400-normal.woff2) format("woff2"), url(./files/ubuntu-latin-ext-400-normal.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* ubuntu-latin-400-normal */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./files/ubuntu-latin-400-normal.woff2) format("woff2"), url(./files/ubuntu-latin-400-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.container-png::before {
  content: " ";
  background-image: url("../assets/container.png");
  height: 30px;
  width: 30px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
