/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a svg {
  text-decoration: inherit;
  height:0.8em;
  width:0.8em;
  margin-left:0.2em;
  fill:currentColor;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

details summary {
  display: list-item;
  cursor: pointer;
}

details summary:hover {
  text-decoration: underline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-size: 16px;
  background: #fafafa;
}

#root * {
  box-sizing: border-box;
}

#root {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  scrollbar-gutter: stable both-edges;
}

#root > header {
  text-align: center;
  margin: 2rem 0;
  font-size: 3rem;
  font-weight: bold;
}

#root > main {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#root > main > aside {
  flex: 1;
  padding: 1rem 0 2rem 0;
  white-space: nowrap;
  border-bottom: 1px solid #eeeeee;
}

#root > main > aside > nav {
  background-color: #f7f7f7;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0 1rem;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#root > main > aside > nav ul {
  padding: 0 0 0 1rem;
}

#root > main > aside > nav ul li {
  margin: 0.5rem 0 0;
  color: #777777;
}

#root > main > aside > nav ul li a {
  font-weight: normal;
  text-decoration: none;
}

#root > main > article {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1rem 1rem 2rem;
}

#root > main > article > section {
  overflow: hidden;
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #eeeeee;
}

#root > main > article > section:last-child {
  border-bottom: unset;
}

#root > main > article > section:first-of-type {
  padding-top: 0;
}

#root footer {
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
  margin: 4rem auto 0;
  padding: 4rem 0 3rem;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

#root footer img {
  max-width: auto;
}

.footer_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 6rem;
  padding: 0 1rem;
  display: grid;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }
}

.footer_column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  /*
grid-area: span 1 / span 1 / span 1 / span 1;
*/
}

.footer_link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

#root .footer_link-wrapper a {
  opacity: 0.5;
  color: #000;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: opacity 0.2s;
}
#root .footer_link-wrapper a:hover {
  opacity: 1;
}

.footer_text-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.footer_bottom {
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  display: flex;
  position: relative;
}

.footer_gradient-line {
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
  background: linear-gradient(
    270deg,
    rgba(110, 221, 255, 0.25) 0%,
    rgba(113, 118, 255, 0.5) 25%,
    #bf6eff 50%,
    rgba(110, 116, 255, 0.5) 75%,
    rgba(113, 221, 255, 0.25) 100%
  );
}

.footer_bottom_legal-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

#root .footer_legal-link {
  opacity: 0.5;
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.text-size-small {
  font-size: 0.875rem;
}
.text-color-grey {
  color: gray;
}

@media only screen and (min-width: 991px) {
  #root > main {
    flex-direction: row;
  }

  #root > main > aside {
    flex: 0 0 16rem;
    padding: 1rem 1rem 0 0;
    border-bottom: none;
    border-right: 1px solid #eeeeee;
  }

  #root > main > aside > nav {
    position: sticky;
    top: 1rem;
  }

  #root > main > article {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1280px) {
  #root > main,
  #root .footer-container {
    max-width: 116rem;
    padding: 0 8rem;
  }

  #root > main > aside > nav {
    margin: 0 1rem 0 0;
  }

  .footer_component {
    padding: 0;
  }
}

#root h1,
#root h2,
#root h3,
#root h4 {
  margin: 1em 0 0.2em;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}

.summary-as-title {
  font-size: 1.17em;
  font-weight: bold;
}

#root p {
  margin: 0.5em 0;
}

#root a,
#root a:visited {
  color: #0071f2;
  transition: color ease-in-out 100ms;
}

#root a:hover {
  color: #0065d9 !important;
}

#root p {
  line-height: 1.5;
  text-align: justify;
}

#root hr {
  border: none;
  border-top: 1px solid #eeeeee;
  margin: 2rem 0;
}

#root pre {
  font-size: 14px;
  line-height: 1.5;
  overflow: auto;
  margin: 1em 0px;
}

#root img {
  max-width: 100%;
}

code {
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 2px;
  background: #eeeeee;
  white-space: pre;
}

#root blockquote {
  border-left: solid #e3e3e3 8px;
  margin: 32px 0;
  padding: 0 0 0 16px;
}

#root table th {
  padding: 1rem 0;
  text-align: left;
}

#root table td {
  border-top: 1px solid #eeeeee;
  padding: 0.8rem 0.5rem;
}

#root table td code {
  white-space: normal;
}

#root table td p {
  min-width: 20rem;
  padding: 0;
  margin: 0;
}

#root table td:first-of-type {
  padding-left: 0;
}

#root table td:last-of-type {
  padding-right: 0;
}

#root .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -77px;
  height: 154px;
  width: 154px;
  font-size: 16px;
  border: 12px solid #e8eff9;
  border-left: 12px solid #0071f2;
  border-radius: 50%;
  transform: translateZ(0);
  animation: website-spin 1.1s infinite linear;
}

@keyframes website-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#configurator textarea {
  height: 320px;
  margin: 32px 0 0 0;
}

#configurator form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}

#configurator form label {
  align-self: stretch;
  display: block;
  margin: 8px 0 0 0;
  cursor: pointer;
}

#configurator form .label-like {
  align-self: stretch;
  display: block;
  margin: 12px 0 8px;
}

#configurator form .label-like input:not([type="checkbox"]),
#configurator form .label-like select,
#configurator form label input:not([type="checkbox"]),
#configurator form label select {
  display: block;
  width: 100%;
  margin: 5px 0 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#configurator form .label-like input[type="checkbox"],
#configurator form label input[type="checkbox"] {
  margin: 8px 8px 0 0;
  cursor: pointer;
}

#configurator form .label-offset {
  margin-top: -8px;
  margin-bottom: 14px;
}

#configurator form button[type="submit"] {
  margin: 32px 0 0 0;
  border-radius: 40px;
  background: #0071f2;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 40px;
  transition: all 0.2s ease;
  border: none;
}

#configurator form button[type="submit"]:hover {
  background-color: #0065d9;
}

#configurator form button[type="submit"]:focus {
  border-color: #0071f2;
  box-shadow: inset 0 0 0 2px #0071f2, inset 0 0 0 4px #ffffff;
  outline: solid transparent;
}

#configurator textarea {
  width: 100%;
  overflow: auto;
  font-size: 12px;
  white-space: normal;
  word-break: break-all;
  text-align: justify;
  text-justify: distribute;
  font-family: monospace, monospace;
}

#configurator .hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#configurator .advanced-fieldset {
  flex: 1 1 0%;
  height: 25vh;
  overflow: auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

#configurator legend {
  padding: 0 2px;
}

.info-tip-container {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.info-tip-container .icon-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 1.5em;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: help;
  background-color: #f5f5f5;
  transition: background 0.2s ease-in-out;
}

.info-tip-container .tooltip {
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  background-color: black;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  width: 420px;
  white-space: normal;
  word-wrap: break-word;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  z-index: 10;
}

/*
  https://unpkg.com/browse/highlight.js@11.3.1/styles/default.css
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

.hljs {
  background: #f0f0f0;
  color: #444444;
}

.hljs-comment {
  color: #888888;
}

.hljs-punctuation,
.hljs-tag {
  color: #444444aa;
}

.hljs-tag .hljs-attr,
.hljs-tag .hljs-name {
  color: #444444;
}

.hljs-attribute,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-name,
.hljs-selector-tag {
  font-weight: 700;
}

.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type {
  color: #880000;
}

.hljs-section,
.hljs-title {
  color: #880000;
  font-weight: 700;
}

.hljs-link,
.hljs-operator,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable {
  color: #bc6060;
}

.hljs-literal {
  color: #78a960;
}

.hljs-addition,
.hljs-built_in,
.hljs-bullet,
.hljs-code {
  color: #397300;
}

.hljs-meta {
  color: #1f7199;
}

.hljs-meta .hljs-string {
  color: #4d99bf;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

/* Card */

.card {
  border: 1px solid #dddddd;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 4%);
  padding: 1rem;
  background-color: #ffffff;
}

.card-content {
  margin-top: 0.5rem;
}

/* Switch */

.switch-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.switch-container {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.switch-track {
  width: 40px;
  height: 24px;
  background-color: #cccccc;
  border-radius: 9999px;
  padding: 3px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.switch-track.active {
  background-color: #3b82f6;
}

.switch-thumb {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 9999px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 10%);
  transition: transform 0.3s ease;
}

.switch-thumb.active {
  transform: translateX(16px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Label */

.label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

/* Alert */

.alert {
  border-left: 4px solid #facc15;
  background-color: #fef3c7;
  color: #92400e;
  padding: 1rem;
  border-radius: 0 8px 8px 0;
  margin: 1rem 0;
}

.alert-title {
  font-weight: bold;
  margin-bottom: 4px;
}

.alert-description {
  font-size: 14px;
}

/* Select */

.relative {
  position: relative;
}

.select-trigger {
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
}

.select-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-top: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 5%);
}

.select-item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

.select-item:hover {
  background-color: #f3f4f6;
}

.gtm-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 6px;
  max-width: 500px;
  font-family: sans-serif;
}

.gtm-toggle-button {
  padding: 0.4rem 0.8rem;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.gtm-toggle-button.enabled {
  background-color: #16a34a;
}

.gtm-toggle-button.disabled {
  background-color: #6b7280;
}

.gtm-reload-button {
  background-color: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.4rem 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.gtm-reload-button:hover {
  background-color: #1d4ed8;
}

.debug-bar {
  background-color: #eeeeee;
  color: #111111;
  padding: 1rem;
  font-family: sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 3px solid #dddddd;
  margin: 4rem 10px;
  border-radius: 15px;
}

.debug-bar__section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.debug-bar__button {
  background-color: #0070f3;
  color: white !important;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}

#root .debug-bar__button:hover {
  background-color: #0059c1;
  color: white !important;
}

.debug-bar__code {
  font-family: monospace;
  background: #dddddd;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #999999;
  width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.gcm-wrapper {
  max-width: 700px;
  margin: 2rem auto;
  font-family: Arial, sans-serif;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background-color: #fafafa;
}

.gcm-wrapper h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.gcm-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.gcm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gcm-row label {
  font-weight: 500;
}

.gcm-row select,
.gcm-row input[type="checkbox"] {
  font-size: 1rem;
  padding: 0.25rem;
}
