@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&display=swap);
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

:root {
  --border-width: 2px;
  --main-clr: #35ffce;
  --secondary-clr: #111;
  --background-clr: white;
  --text-clr-light: white;
  --text-clr-dark: #111;
  --btn-border-clr: var(--main-clr);
  --active-drag-clr: #f45;
  --checker-rect: rgba(0, 0, 0, 0.1); }

.dark-theme {
  --main-clr: #111;
  --secondary-clr: #35ffce;
  --background-clr: rgb(34, 34, 34);
  --text-clr-light: #111;
  --text-clr-dark: white;
  --btn-border-clr: white;
  --checker-rect: rgba(255, 255, 255, 0.1); }

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

*::-moz-selection {
  color: var(--secondary-clr);
  background: var(--main-clr); }

*::selection {
  color: var(--secondary-clr);
  background: var(--main-clr); }

body {
  overflow: hidden; }

hr {
  border: none;
  border-top: 1px dashed var(--text-clr-light);
  opacity: 0.4;
  margin: 24px 0 10px; }

#svg-element {
  overflow: visible;
  width: 100%;
  height: 100%; }

#svg-container {
  position: relative;
  background-color: var(--background-clr); }

#svg-control {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute; }
  #svg-control:hover #control-path {
    stroke: var(--active-drag-clr);
    opacity: 0.6; }
  #svg-control:hover .control-point {
    opacity: 1;
    fill: var(--active-drag-clr); }
  #svg-control.show {
    outline: 1px solid var(--checker-rect); }

#scale-wrap {
  margin: auto; }

#control-path {
  fill: none;
  stroke: var(--text-clr-dark);
  opacity: 0.15; }

.control-point {
  opacity: 1;
  fill: var(--secondary-clr); }

.dropzone-preview {
  z-index: 99999;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease; }
  .dropzone-preview .info {
    z-index: 99999;
    padding: 100px;
    border: var(--text-clr-dark) solid var(--border-width);
    transform: translate(-50%, -50%);
    background-color: var(--text-clr-light);
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .dropzone-preview .overlay {
    background: var(--main-clr);
    width: 100%;
    height: 100%;
    opacity: 0.8; }
  .dropzone-preview .caption {
    color: var(--text-clr-dark);
    line-height: 1.3; }
  .dropzone-preview .icon {
    display: inline-block;
    width: 230px;
    height: 176px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMyIiBoZWlnaHQ9IjE3OCIgdmlld0JveD0iMCAwIDIzMiAxNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSIyMzAiIGhlaWdodD0iMTQyIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtZGFzaGFycmF5PSI0IDQiLz4KPHJlY3QgeD0iMTE4IiB5PSI3MCIgd2lkdGg9Ijc2IiBoZWlnaHQ9Ijg3IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxyZWN0IHg9IjExMiIgeT0iODciIHdpZHRoPSI2NyIgaGVpZ2h0PSIzNyIgZmlsbD0iIzUzRkZDMSIvPgo8cGF0aCBkPSJNMTI5Ljk2IDExMy4yNzZDMTI4LjYxMSAxMTMuMjc2IDEyNy40MzggMTEzLjA1NCAxMjYuNDQxIDExMi42MDlDMTI1LjQ0NSAxMTIuMTY0IDEyNC42NCAxMTEuNTU5IDEyNC4wMjYgMTEwLjc5MkwxMjYuMDI3IDEwOC41ODRDMTI2LjYxIDEwOS4yMjggMTI3LjI0NiAxMDkuNzAzIDEyNy45MzYgMTEwLjAxQzEyOC42NDIgMTEwLjMxNyAxMjkuMzU1IDExMC40NyAxMzAuMDc1IDExMC40N0MxMzAuOTAzIDExMC40NyAxMzEuNTMyIDExMC4yODYgMTMxLjk2MSAxMDkuOTE4QzEzMi4zOTEgMTA5LjU1IDEzMi42MDUgMTA5LjAyMSAxMzIuNjA1IDEwOC4zMzFDMTMyLjYwNSAxMDcuNzY0IDEzMi40MzcgMTA3LjMzNCAxMzIuMDk5IDEwNy4wNDNDMTMxLjc3NyAxMDYuNzUyIDEzMS4yMjUgMTA2LjU0NSAxMzAuNDQzIDEwNi40MjJMMTI4Ljc2NCAxMDYuMTQ2QzEyNy4zMjMgMTA1LjkwMSAxMjYuMjggMTA1LjM3MiAxMjUuNjM2IDEwNC41NTlDMTI0Ljk5MiAxMDMuNzMxIDEyNC42NyAxMDIuNzI3IDEyNC42NyAxMDEuNTQ2QzEyNC42NyA5OS45OTczIDEyNS4xNzYgOTguODAxMyAxMjYuMTg4IDk3Ljk1OEMxMjcuMiA5Ny4wOTkzIDEyOC42MTkgOTYuNjcgMTMwLjQ0MyA5Ni42N0MxMzEuNjg1IDk2LjY3IDEzMi43NjYgOTYuODYxNyAxMzMuNjg2IDk3LjI0NUMxMzQuNjA2IDk3LjYyODMgMTM1LjM1IDk4LjE0OTcgMTM1LjkxNyA5OC44MDlMMTMzLjk2MiAxMDAuOTk0QzEzMy41MzMgMTAwLjUxOSAxMzMuMDI3IDEwMC4xNTEgMTMyLjQ0NCA5OS44OUMxMzEuODYyIDk5LjYxNCAxMzEuMjAyIDk5LjQ3NiAxMzAuNDY2IDk5LjQ3NkMxMjguOTE4IDk5LjQ3NiAxMjguMTQzIDEwMC4xMTIgMTI4LjE0MyAxMDEuMzg1QzEyOC4xNDMgMTAxLjkzNyAxMjguMzEyIDEwMi4zNTEgMTI4LjY0OSAxMDIuNjI3QzEyOS4wMDIgMTAyLjkwMyAxMjkuNTY5IDEwMy4xMSAxMzAuMzUxIDEwMy4yNDhMMTMyLjAzIDEwMy41NDdDMTMzLjMzNCAxMDMuNzc3IDEzNC4zMzggMTA0LjI2OCAxMzUuMDQzIDEwNS4wMTlDMTM1Ljc0OSAxMDUuNzcgMTM2LjEwMSAxMDYuNzgyIDEzNi4xMDEgMTA4LjA1NUMxMzYuMTAxIDEwOC44MDYgMTM1Ljk3MSAxMDkuNTA0IDEzNS43MSAxMTAuMTQ4QzEzNS40NSAxMTAuNzc3IDEzNS4wNTkgMTExLjMyOSAxMzQuNTM3IDExMS44MDRDMTM0LjAxNiAxMTIuMjY0IDEzMy4zNzIgMTEyLjYyNCAxMzIuNjA1IDExMi44ODVDMTMxLjg1NCAxMTMuMTQ2IDEzMC45NzIgMTEzLjI3NiAxMjkuOTYgMTEzLjI3NlpNMTQxLjU2NiAxMTNMMTM3LjMxMSA5Ni45NDZIMTQxLjE1MkwxNDMuMDM4IDEwNS4xMTFMMTQzLjk4MSAxMDkuNzM0SDE0NC4xNjVMMTQ1LjEzMSAxMDUuMTExTDE0Ny4wNCA5Ni45NDZIMTUwLjY5N0wxNDYuNDQyIDExM0gxNDEuNTY2Wk0xNjAuMzQ5IDExMC43MjNIMTYwLjE0MkMxNjAuMDA0IDExMS4wNiAxNTkuODM1IDExMS4zODIgMTU5LjYzNiAxMTEuNjg5QzE1OS40MzYgMTExLjk5NiAxNTkuMTkxIDExMi4yNzIgMTU4LjkgMTEyLjUxN0MxNTguNjA4IDExMi43NDcgMTU4LjI2MyAxMTIuOTMxIDE1Ny44NjUgMTEzLjA2OUMxNTcuNDgxIDExMy4yMDcgMTU3LjA0NCAxMTMuMjc2IDE1Ni41NTQgMTEzLjI3NkMxNTUuNzcyIDExMy4yNzYgMTU1LjA3NCAxMTMuMDkyIDE1NC40NjEgMTEyLjcyNEMxNTMuODYzIDExMi4zNTYgMTUzLjM1NyAxMTEuODE5IDE1Mi45NDMgMTExLjExNEMxNTIuNTI5IDExMC40MDkgMTUyLjIxNCAxMDkuNTUgMTUyIDEwOC41MzhDMTUxLjggMTA3LjUyNiAxNTEuNzAxIDEwNi4zODQgMTUxLjcwMSAxMDUuMTExQzE1MS43MDEgMTAyLjM4MiAxNTIuMTk5IDEwMC4yOTYgMTUzLjE5NiA5OC44NTVDMTU0LjE5MiA5Ny4zOTgzIDE1NS43MzMgOTYuNjcgMTU3LjgxOSA5Ni42N0MxNTguNjQ3IDk2LjY3IDE1OS4zNzUgOTYuNzg1IDE2MC4wMDQgOTcuMDE1QzE2MC42MzIgOTcuMjI5NyAxNjEuMTY5IDk3LjU0NCAxNjEuNjE0IDk3Ljk1OEMxNjIuMDc0IDk4LjM1NjcgMTYyLjQ0OSA5OC44Mzk3IDE2Mi43NDEgOTkuNDA3QzE2My4wMzIgOTkuOTc0MyAxNjMuMjYyIDEwMC42MDMgMTYzLjQzMSAxMDEuMjkzTDE2MC4yMTEgMTAyLjA3NUMxNjAuMTE5IDEwMS43MzggMTYwLjAxMSAxMDEuNDE2IDE1OS44ODkgMTAxLjEwOUMxNTkuNzgxIDEwMC43ODcgMTU5LjYzNiAxMDAuNTAzIDE1OS40NTIgMTAwLjI1OEMxNTkuMjY4IDEwMC4wMTMgMTU5LjAzOCA5OS44MjEgMTU4Ljc2MiA5OS42ODNDMTU4LjQ4NiA5OS41Mjk3IDE1OC4xNDggOTkuNDUzIDE1Ny43NSA5OS40NTNDMTU2Ljg3NiA5OS40NTMgMTU2LjI1NSA5OS44MTMzIDE1NS44ODcgMTAwLjUzNEMxNTUuNTM0IDEwMS4yNTUgMTU1LjM1OCAxMDIuMjY3IDE1NS4zNTggMTAzLjU3VjEwNi4xOTJDMTU1LjM1OCAxMDcuNDk1IDE1NS41NDkgMTA4LjUzOCAxNTUuOTMzIDEwOS4zMkMxNTYuMzMxIDExMC4xMDIgMTU3LjAyOSAxMTAuNDkzIDE1OC4wMjYgMTEwLjQ5M0MxNTguODA4IDExMC40OTMgMTU5LjM5IDExMC4yNjMgMTU5Ljc3NCAxMDkuODAzQzE2MC4xNTcgMTA5LjM0MyAxNjAuMzQ5IDEwOC43NTMgMTYwLjM0OSAxMDguMDMyVjEwNi44NTlIMTU3LjYxMlYxMDQuNDIxSDE2My40MzFWMTEzSDE2MC4zNDlWMTEwLjcyM1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yMTIuNTUzIDE3Ni4xOTdIMTg2LjExOFYxNzAuMzk1TDE3My4zMjYgMTU5LjEzN0MxNzEuMzc3IDE1Ny40MjIgMTcwLjg3OSAxNTQuNTYyIDE3Mi4xMDEgMTUyLjI3MkMxNzMuNjk2IDE0OS4yODEgMTc3LjYwNSAxNDguMzc0IDE4MC4zMTYgMTUwLjQwOEwxNzkuODcyIDE0MC4yMDRDMTc5Ljc2IDEzNy42MzIgMTgxLjcyMiAxMzUuNDQyIDE4NC4yOSAxMzUuMjcxQzE4Ny4wMjQgMTM1LjA4OSAxODkuMzQyIDEzNy4yNTcgMTg5LjM0MiAxMzkuOTk4VjEzOC4xNThDMTg5LjM0MiAxMzUuMzA5IDE5MS42NTEgMTMzIDE5NC41IDEzM0MxOTcuMzQ5IDEzMyAxOTkuNjU4IDEzNS4zMDkgMTk5LjY1OCAxMzguMTU4VjEzOC44MDNDMTk5LjY1OCAxMzUuOTU0IDIwMS45NjcgMTMzLjY0NSAyMDQuODE2IDEzMy42NDVDMjA3LjY2NCAxMzMuNjQ1IDIwOS45NzQgMTM1Ljk1NCAyMDkuOTc0IDEzOC44MDNWMTQxLjM4MkMyMDkuOTc0IDEzOC44ODkgMjExLjk5NCAxMzYuODY4IDIxNC40ODcgMTM2Ljg2OEMyMTYuOTc5IDEzNi44NjggMjE5IDEzOC44ODkgMjE5IDE0MS4zODJWMTYwLjU4MkMyMTkgMTYzLjc4MyAyMTcuMDUxIDE2Ni42NjEgMjE0LjA4IDE2Ny44NUMyMTMuMTU3IDE2OC4yMTkgMjEyLjU1MyAxNjkuMTEyIDIxMi41NTMgMTcwLjEwNVYxNzYuMTk3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE4Ni4xMTggMTc2LjE5N0gyMTIuNTUzVjE3MC4xMDVDMjEyLjU1MyAxNjkuMTEyIDIxMy4xNTcgMTY4LjIxOSAyMTQuMDggMTY3Ljg1VjE2Ny44NUMyMTcuMDUxIDE2Ni42NjEgMjE5IDE2My43ODMgMjE5IDE2MC41ODJWMTQxLjM4MkMyMTkgMTM4Ljg4OSAyMTYuOTc5IDEzNi44NjggMjE0LjQ4NyAxMzYuODY4VjEzNi44NjhDMjExLjk5NCAxMzYuODY4IDIwOS45NzQgMTM4Ljg4OSAyMDkuOTc0IDE0MS4zODJWMTQzLjk2MVYxMzguODAzQzIwOS45NzQgMTM1Ljk1NCAyMDcuNjY0IDEzMy42NDUgMjA0LjgxNiAxMzMuNjQ1VjEzMy42NDVDMjAxLjk2NyAxMzMuNjQ1IDE5OS42NTggMTM1Ljk1NCAxOTkuNjU4IDEzOC44MDNWMTQyLjY3MVYxMzguMTU4QzE5OS42NTggMTM1LjMwOSAxOTcuMzQ5IDEzMyAxOTQuNSAxMzNWMTMzQzE5MS42NTEgMTMzIDE4OS4zNDIgMTM1LjMwOSAxODkuMzQyIDEzOC4xNThWMTQyLjY3MVYxMzkuOTk4QzE4OS4zNDIgMTM3LjI1NyAxODcuMDI0IDEzNS4wODkgMTg0LjI5IDEzNS4yNzFWMTM1LjI3MUMxODEuNzIyIDEzNS40NDIgMTc5Ljc2IDEzNy42MzIgMTc5Ljg3MiAxNDAuMjA0TDE4MC4zMTYgMTUwLjQwOFYxNTAuNDA4QzE3Ny42MDUgMTQ4LjM3NCAxNzMuNjk2IDE0OS4yODEgMTcyLjEwMSAxNTIuMjcyVjE1Mi4yNzJDMTcwLjg3OSAxNTQuNTYyIDE3MS4zNzcgMTU3LjQyMiAxNzMuMzI2IDE1OS4xMzdMMTg2LjExOCAxNzAuMzk1VjE3Ni4xOTdaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTE5MS45MjEgMTUxLjA1M1YxNjAuMDc5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTE5OS42NTggMTUxLjA1M1YxNjAuMDc5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTIwNy4zOTUgMTUxLjA1M1YxNjAuMDc5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
    background-size: cover;
    background-repeat: no-repeat; }
  .dropzone-preview.show {
    opacity: 1; }

.actions {
  z-index: 9999;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  max-width: 380px; }
  .actions a {
    color: var(--main-clr); }

.content-block {
  cursor: default;
  background: var(--secondary-clr);
  padding: 24px;
  margin-bottom: 8px;
  color: var(--text-clr-light);
  font-size: 14px;
  overflow: hidden;
  position: relative; }
  .content-block ul {
    padding-left: 24px;
    margin: 0;
    list-style: none; }
    .content-block ul li:before {
      position: absolute;
      content: "\2022";
      color: var(--main-clr);
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -24px; }
  .content-block p {
    margin-top: 8px;
    margin-bottom: 16px;
    line-height: 1.4; }
  .content-block h3 {
    font-size: 14px;
    opacity: 0.4;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .content-block.hide {
    opacity: 0;
    height: 0;
    padding: 0 24px;
    margin-bottom: 0; }

.action-buttons {
  display: flex; }

.close-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 8px;
  opacity: 0.4;
  transition: all 0.1s ease; }
  .close-btn:after {
    pointer-events: none;
    content: "";
    width: 16px;
    height: 3px;
    background: var(--text-clr-light);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .close-btn:hover {
    opacity: 1; }

#show-settings {
  margin-right: 8px; }

#show-info {
  text-transform: lowercase;
  margin-right: 8px; }

#save-result-btn {
  margin-right: 8px; }

#load-svg-btn {
  margin-right: 8px; }

#load-svg-input {
  display: none; }

.range-selector {
  margin-bottom: 32px; }
  .range-selector input {
    width: 100%;
    margin-top: 20px; }
  .range-selector input[type="range"] {
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none; }
  .range-selector input[type="range"]:focus {
    outline: none; }
  .range-selector input[type="range"]::-webkit-slider-runnable-track {
    background: var(--main-clr);
    border: 0.2px solid rgba(0, 1, 1, 0);
    width: 100%;
    height: 4px;
    cursor: pointer; }
  .range-selector input[type="range"]::-webkit-slider-thumb {
    margin-top: -8px;
    width: 32px;
    height: 18px;
    background: #ffffff;
    border-radius: 0;
    border: var(--border-width) solid #000000;
    cursor: pointer;
    -webkit-appearance: none; }
  .range-selector input[type="range"]:focus::-webkit-slider-runnable-track {
    background: var(--main-clr); }
  .range-selector input[type="range"]::-moz-range-track {
    background: var(--main-clr);
    border: 0.2px solid rgba(0, 1, 1, 0);
    width: 100%;
    height: 4px;
    cursor: pointer; }
  .range-selector input[type="range"]::-moz-range-thumb {
    width: 32px;
    height: 18px;
    background: #ffffff;
    border-radius: 0;
    border: var(--border-width) solid #000000;
    cursor: pointer; }
  .range-selector input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 5px 0;
    color: transparent;
    width: 100%;
    height: 4px;
    cursor: pointer; }
  .range-selector input[type="range"]::-ms-fill-lower {
    background: var(--main-clr);
    border: 0.2px solid rgba(0, 1, 1, 0); }
  .range-selector input[type="range"]::-ms-fill-upper {
    background: var(--main-clr);
    border: 0.2px solid rgba(0, 1, 1, 0); }
  .range-selector input[type="range"]::-ms-thumb {
    width: 32px;
    height: 18px;
    background: #ffffff;
    border-radius: 0;
    border: var(--border-width) solid #000000;
    cursor: pointer;
    margin-top: 0px; }
  .range-selector input[type="range"]:focus::-ms-fill-lower {
    background: var(--main-clr); }
  .range-selector input[type="range"]:focus::-ms-fill-upper {
    background: var(--main-clr); }

.checkbox-block {
  display: flex;
  flex-direction: column;
  padding: 0 0 10px; }
  .checkbox-block input[type="checkbox"] {
    display: none; }
    .checkbox-block input[type="checkbox"] + label {
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      padding: 0; }
    .checkbox-block input[type="checkbox"] + label:before {
      content: "";
      position: relative;
      margin-right: 18px;
      display: inline-block;
      width: 24px;
      height: 24px;
      background: white;
      border: var(--border-width) solid var(--text-clr-light); }
  .checkbox-block input[type="checkbox"]:checked + label:before {
    background: var(--main-clr); }
  .checkbox-block input[type="checkbox"]:checked + label:after {
    content: "";
    width: 20px;
    height: var(--border-width);
    background: var(--secondary-clr);
    display: inline-block;
    position: absolute;
    bottom: 11px;
    left: 2px;
    transform: rotate(-45deg); }

.switcher {
  z-index: 999;
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .switcher input[type="checkbox"] {
    display: none; }
    .switcher input[type="checkbox"] + label {
      text-transform: uppercase;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      padding: 0;
      color: var(--secondary-clr); }
    .switcher input[type="checkbox"] + label:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -42px;
      display: inline-block;
      width: 14px;
      height: 20px;
      background: white;
      border: var(--border-width) solid var(--secondary-clr);
      transition: all 0.08s ease-in-out; }
    .switcher input[type="checkbox"] + label:before {
      content: "";
      position: absolute;
      left: -42px;
      margin-right: 10px;
      display: inline-block;
      width: 32px;
      height: 20px;
      background: var(--main-clr);
      border: var(--border-width) solid var(--secondary-clr); }
  .switcher input[type="checkbox"]:checked + label:after {
    left: -24px; }

.primary-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 16px;
  height: 54px;
  background: white;
  color: var(--secondary-clr);
  transition: all 0.05s ease-in-out;
  border: var(--border-width) solid var(--secondary-clr);
  color: #111; }
  .primary-btn:focus {
    outline: none; }
  .primary-btn:hover {
    background: var(--secondary-clr) !important;
    color: var(--main-clr) !important; }
    .primary-btn:hover svg {
      fill: var(--main-clr) !important; }
  .primary-btn.active {
    background: var(--main-clr);
    border: var(--border-width) solid var(--main-clr);
    color: var(--text-clr-dark); }
    .primary-btn.active:hover {
      background: var(--main-clr) !important;
      border: var(--border-width) solid var(--text-clr-dark) !important;
      color: var(--secondary-clr) !important; }

.secondary-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 16px;
  height: 54px;
  background: white;
  color: var(--secondary-clr);
  transition: all 0.05s ease-in-out;
  border: var(--border-width) solid var(--main-clr);
  color: #111; }
  .secondary-btn:focus {
    outline: none; }
  .secondary-btn:hover {
    background: var(--secondary-clr) !important;
    color: var(--main-clr) !important; }
    .secondary-btn:hover svg {
      fill: var(--main-clr) !important; }
  .secondary-btn.active {
    background: var(--main-clr);
    border: var(--border-width) solid var(--main-clr);
    color: var(--text-clr-dark); }
    .secondary-btn.active > svg {
      fill: var(--text-clr-dark); }
    .secondary-btn.active:hover {
      background: var(--main-clr) !important;
      border: var(--border-width) solid var(--text-clr-dark) !important;
      color: var(--secondary-clr) !important; }
      .secondary-btn.active:hover > svg {
        fill: var(--text-clr-dark) !important; }

#loader {
  z-index: 999999;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: white;
  display: flex; }

#loader-spinner {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: var(--secondary-clr);
  margin: auto;
  -webkit-animation-name: transform-animation;
          animation-name: transform-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate; }

@-webkit-keyframes transform-animation {
  from {
    background-color: var(--secondary-clr);
    transform: scale(0.1) rotate(0deg); }
  to {
    background-color: var(--main-clr);
    transform: scale(0.9) rotate(45deg);
    border-radius: 100%; } }

@keyframes transform-animation {
  from {
    background-color: var(--secondary-clr);
    transform: scale(0.1) rotate(0deg); }
  to {
    background-color: var(--main-clr);
    transform: scale(0.9) rotate(45deg);
    border-radius: 100%; } }

#if-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 90%;
  height: 90%;
  background: white;
  border: 8px solid var(--main-clr); }
  #if-mobile .icon {
    width: 100%;
    height: 100%;
    background-size: 60%;
    background-position: center;
    background-image: url(../fonts/text-for-mobile.4d297d.svg); }

#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  font-family: "IBM Plex Mono", monospace;
  background-color: var(--background-clr); }

.links {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 8px; }

.social-media {
  display: inline-block;
  margin-right: 20px;
  display: flex;
  align-items: center;
  text-decoration: none; }
  .social-media span {
    color: var(--main-clr);
    margin: 0 8px;
    font-size: 14px;
    transition: all 0.1s ease; }
  .social-media svg {
    fill: var(--main-clr);
    transform: scale(0.8);
    transition: all 0.1s ease; }
  .social-media:hover span {
    color: white; }
  .social-media:hover svg {
    fill: white; }

.checkerboard-pattern {
  background-image: linear-gradient(45deg, var(--checker-rect) 25%, transparent 25%), linear-gradient(-45deg, var(--checker-rect) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--checker-rect) 75%), linear-gradient(-45deg, transparent 75%, var(--checker-rect) 75%) !important;
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }

