/*! 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; /*! 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.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 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.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
details html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
details body {
  margin: 0;
}
details main {
  display: block;
}
details h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
details hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
details pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
details a {
  background-color: transparent;
}
details abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
details b,
details strong {
  font-weight: bolder;
}
details code,
details kbd,
details samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
details small {
  font-size: 80%;
}
details sub,
details sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
details sub {
  bottom: -0.25em;
}
details sup {
  top: -0.5em;
}
details img {
  border-style: none;
}
details button,
details input,
details optgroup,
details select,
details textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
details button,
details input { /* 1 */
  overflow: visible;
}
details button,
details select { /* 1 */
  text-transform: none;
}
details button,
details [type=button],
details [type=reset],
details [type=submit] {
  -webkit-appearance: button;
}
details button::-moz-focus-inner,
details [type=button]::-moz-focus-inner,
details [type=reset]::-moz-focus-inner,
details [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
details button:-moz-focusring,
details [type=button]:-moz-focusring,
details [type=reset]:-moz-focusring,
details [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
details fieldset {
  padding: 0.35em 0.75em 0.625em;
}
details legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
details progress {
  vertical-align: baseline;
}
details textarea {
  overflow: auto;
}
details [type=checkbox],
details [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
details [type=number]::-webkit-inner-spin-button,
details [type=number]::-webkit-outer-spin-button {
  height: auto;
}
details [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
details [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
details ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details details {
  display: block;
}
details summary {
  display: list-item;
}
details template {
  display: none;
}
details [hidden] {
  display: none;
}

/*
 * 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;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.428571429;
  scroll-behavior: smooth;
}

body {
  color: #34495e;
  font-size: 0.7rem;
  font-family: Verdana, Geneva, sans-serif;
  background: #fafafa;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4ch;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.2rem;
  font-weight: 600;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 0.8rem;
  font-weight: 600;
}

h4 {
  font-size: 0.7rem;
}

h5 {
  font-size: 0.6rem;
  line-height: 2ch;
}

h6 {
  font-size: 0.5rem;
}

p {
  color: #34495e;
  font-size: 0.7rem;
  line-height: calc(0.7rem * 1.4);
  margin: 0 0 1rem;
}

ul li {
  font-size: 0.8rem;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
}
.m-1 {
  margin: 0.2rem;
}

.mb-1 {
  margin-bottom: 0.2rem;
}

.ml-1 {
  margin-left: 0.2rem;
}

.mr-1 {
  margin-right: 0.2rem;
}

.mt-1 {
  margin-top: 0.2rem;
}

.mx-1 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.my-1 {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.m-2 {
  margin: 0.4rem;
}

.mb-2 {
  margin-bottom: 0.4rem;
}

.ml-2 {
  margin-left: 0.4rem;
}

.mr-2 {
  margin-right: 0.4rem;
}

.mt-2 {
  margin-top: 0.4rem;
}

.mx-2 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.my-2 {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

.m-3 {
  margin: 0.6rem;
}

.mb-3 {
  margin-bottom: 0.6rem;
}

.ml-3 {
  margin-left: 0.6rem;
}

.mr-3 {
  margin-right: 0.6rem;
}

.mt-3 {
  margin-top: 0.6rem;
}

.mx-3 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.my-3 {
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
}

.m-4 {
  margin: 0.8rem;
}

.mb-4 {
  margin-bottom: 0.8rem;
}

.ml-4 {
  margin-left: 0.8rem;
}

.mr-4 {
  margin-right: 0.8rem;
}

.mt-4 {
  margin-top: 0.8rem;
}

.mx-4 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.my-4 {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.p-1 {
  padding: 0.2rem;
}

.pb-1 {
  padding-bottom: 0.2rem;
}

.pl-1 {
  padding-left: 0.2rem;
}

.pr-1 {
  padding-right: 0.2rem;
}

.pt-1 {
  padding-top: 0.2rem;
}

.px-1 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.py-1 {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.p-2 {
  padding: 0.4rem;
}

.pb-2 {
  padding-bottom: 0.4rem;
}

.pl-2 {
  padding-left: 0.4rem;
}

.pr-2 {
  padding-right: 0.4rem;
}

.pt-2 {
  padding-top: 0.4rem;
}

.px-2 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-2 {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}

.p-3 {
  padding: 0.6rem;
}

.pb-3 {
  padding-bottom: 0.6rem;
}

.pl-3 {
  padding-left: 0.6rem;
}

.pr-3 {
  padding-right: 0.6rem;
}

.pt-3 {
  padding-top: 0.6rem;
}

.px-3 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.py-3 {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}

.p-4 {
  padding: 0.8rem;
}

.pb-4 {
  padding-bottom: 0.8rem;
}

.pl-4 {
  padding-left: 0.8rem;
}

.pr-4 {
  padding-right: 0.8rem;
}

.pt-4 {
  padding-top: 0.8rem;
}

.px-4 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.py-4 {
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.text-white {
  color: #ffffff;
}

.flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-separator {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.vertical-separator > div {
  flex: 1;
  width: 0.05rem;
  background: #e6e6e6;
}
.vertical-separator p {
  flex-basis: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7c7c7;
  margin-bottom: 0;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.svg.svg-icon {
  width: 0.8rem;
  height: 0.8rem;
}
.svg.svg-icon-xl {
  width: 1.2rem;
  height: 1.2rem;
}
.svg.primary-color {
  fill: #bc1956;
}
.svg.secondary-color {
  fill: #d14841;
}
.svg.white-color {
  fill: #ffffff;
}
.svg.gray-color-darker {
  fill: #c7c7c7;
}

.btn {
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d14841;
  font-weight: 600;
  padding: 0.4rem 1rem;
  background: #ffffff;
  border: 0.05rem solid #bc1956;
  border-radius: 0.2rem;
  cursor: pointer;
}
.btn.svg-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0.4rem;
  background: #38ada9;
  border: none;
  cursor: pointer;
}
.btn.svg-control:hover {
  background: #329a96;
}

fieldset {
  padding: 1rem;
  border: none;
}
fieldset legend {
  font-weight: 600;
}

.form-group {
  margin-bottom: 0.4rem;
}
.form-group:has(input:disabled) {
  opacity: 0.8;
  pointer-events: none;
}
.form-group.no-margin {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  margin-bottom: 0.2rem;
}
.form-group select {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem 0.4rem;
  background: #ffffff;
  border: 0.05rem solid #b9c9d8;
  border-radius: 0.2rem;
  outline: none;
}
.form-group input:not([type=checkbox]) {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem 0.4rem;
  background: #ffffff;
  border: 0.05rem solid #b9c9d8;
  border-radius: 0.2rem;
  outline: none;
}

#login {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#projects {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#projects #project-form {
  flex-basis: 25%;
  padding: 1.6rem;
}
#projects #projects-list {
  flex-basis: 25%;
  padding: 1.6rem;
}
#projects #projects-list .project {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #34495e;
  text-decoration: none;
  padding: 0.4rem 1rem;
  background: #ffffff;
  border: 0.05rem solid #b9c9d8;
  border-radius: 0.2rem;
  transition: border-color 0.2s;
  cursor: pointer;
}
#projects #projects-list .project:not(#projects #projects-list .project:last-child) {
  margin-bottom: 0.4rem;
}
#projects #projects-list .project:hover {
  border-color: #d14841;
}
#projects #projects-list .project:hover > div svg {
  fill: #d14841;
}
#projects #projects-list .project > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#projects #projects-list .project > div p {
  color: #c7c7c7;
  margin-bottom: 0;
}

#projects-settings {
  position: fixed;
  top: 1.6rem;
  right: 1.6rem;
}
#projects-settings button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  background: #282828;
  border-radius: 50%;
}
#projects-settings button:focus ~ #settings-links {
  display: block;
}
#projects-settings #settings-links {
  position: absolute;
  right: 0;
  display: none;
  list-style: none;
  padding: 0;
  background: #ffffff;
  border: 0.05rem solid #b9c9d8;
  border-radius: 0.2rem;
}
#projects-settings #settings-links:hover {
  display: block;
}
#projects-settings #settings-links li:hover {
  background: #fafafa;
}
#projects-settings #settings-links li a {
  display: block;
  color: #34495e;
  font-size: 0.7rem;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.4rem 1rem;
}

#builder {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#builder #builder-header {
  width: 100%;
  height: 60px;
  min-height: 60px;
  display: flex;
  overflow: hidden;
}
#builder #builder-header #builder-header-brand {
  flex-basis: 300px;
}
#builder #builder-header #builder-header-informations {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
#builder #builder-header #builder-header-informations p {
  margin-bottom: 0;
}
#builder #builder-header #builder-header-controls {
  flex-basis: 150px;
  display: flex;
  align-items: center;
}
#builder #builder-header #builder-header-controls form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#builder #builder-header #builder-header-controls form .form-group label {
  margin-right: 0.4rem;
  margin-bottom: 0;
}
#builder #builder-header #builder-header-user {
  flex-basis: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#builder #builder-body {
  flex: 1;
  display: flex;
  background: #fafafa;
}
#builder #builder-body #builder-sidebar {
  width: 300px;
  min-width: 300px;
  height: calc(100vh - 60px - 30px);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  overflow: hidden;
}
#builder #builder-body #builder-sidebar #builder-sidebar-parameters-form {
  height: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: #ffffff;
  border: 0.05rem solid #b9c9d8;
  box-shadow: 5px 5px 0 #e6e6e6;
  overflow: auto;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] {
  height: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #d65c56;
  box-shadow: 5px 5px 0 #c7c7c7;
  overflow: auto;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div {
  height: 100%;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div:not(:has(form)) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form:has(#tab-siding-simple:checked) .wall-form-tab-content#tab-siding-simple {
  display: block;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form:has(#tab-siding-group:checked) .wall-form-tab-content#tab-siding-group {
  display: block;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form #wall-form-tabs-nav {
  display: flex;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form #wall-form-tabs-nav label {
  color: #ffffff;
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form #wall-form-tabs-nav label:has(input:checked) {
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form #wall-form-tabs-nav label input {
  display: none;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div#builder-sidebar-wall-form .wall-form-tab-content {
  display: none;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div p {
  color: #ffffff;
  text-align: center;
}
#builder #builder-body #builder-sidebar [id*=builder-sidebar-elements-] > div #builder-sidebar-wall-controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 1rem;
  padding-right: 1rem;
}
#builder #builder-body #builder-view {
  width: 100%;
  height: calc(100vh - 60px - 30px);
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
#builder #builder-body #builder-view #builder-view-tabs {
  min-height: 30px;
  max-height: 30px;
  display: flex;
  align-items: center;
}
#builder #builder-body #builder-view #builder-view-tabs .builder-view-tab {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0.05rem solid #b9c9d8;
  cursor: pointer;
}
#builder #builder-body #builder-view #builder-view-tabs .builder-view-tab:last-of-type {
  height: calc(100% + 0.05rem);
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background: #38ada9;
  cursor: pointer;
}
#builder #builder-body #builder-view #builder-view-tabs .builder-view-tab.active {
  background: #ffffff;
}
#builder #builder-body #builder-view #builder-view-tabs .builder-view-tab.active p {
  font-weight: 600;
}
#builder #builder-body #builder-view #builder-view-tabs .builder-view-tab p {
  margin-right: 1.6rem;
  margin-bottom: 0;
}
#builder #builder-body #builder-view #builder-view-tabs .builder-view-tab > button {
  background: none;
  border: none;
  cursor: pointer;
}
#builder #builder-body #builder-view #builder-view-svg {
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(1.6rem * 2);
}
#builder #builder-footer {
  height: 30px;
  display: flex;
}
#builder #builder-footer #builder-footer-informations {
  flex-grow: 1;
}
#builder #builder-footer #builder-footer-version {
  flex-basis: 80px;
}
#builder #builder-footer #builder-footer-version p {
  font-size: 0.6rem;
  margin-bottom: 0;
}

#settings {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#settings #settings-sidings-groups-list {
  flex-basis: 25%;
  padding: 1.6rem;
}
#settings #settings-sidings-groups-list .settings-siding-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #34495e;
  text-decoration: none;
  padding: 0.4rem 1rem;
  background: #ffffff;
  border: 0.05rem solid #b9c9d8;
  border-radius: 0.2rem;
  transition: border-color 0.2s;
  cursor: pointer;
}
#settings #settings-sidings-groups-list .settings-siding-group:not(#settings #settings-sidings-groups-list .settings-siding-group:last-child) {
  margin-bottom: 0.4rem;
}
#settings #settings-sidings-groups-list .settings-siding-group:hover {
  border-color: #d14841;
}
#settings #settings-siding-group-form #settings-siding-group-form-controls {
  padding-left: 1rem;
  padding-right: 1rem;
}

svg {
  width: 100%;
  height: 100%;
}
svg [class$=-battens-insulation] rect {
  stroke: #a6a6a6;
  stroke-width: 1;
  fill: url(#batten-insulation-pattern);
}
svg [class$=-battens-siding] rect {
  stroke: #333;
  stroke-width: 1;
  fill: #dedede;
}
svg .wall-selector:hover {
  fill: rgba(222, 222, 222, 0.3);
}
svg .ruler-horizontal polygon,
svg .ruler-vertical polygon {
  fill: #858585;
}
svg .ruler-horizontal text,
svg .ruler-vertical text {
  font-size: 9px;
  fill: #858585;
}
svg .ruler-horizontal line,
svg .ruler-vertical line {
  stroke: #858585;
}
