/* Customization, themes, and templates */
.color-scheme-chooser {
  display: flex;
}
.color-scheme-chooser button {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    padding: 0.75rem 0 0.5rem !important;
  }
html[data-color-scheme="system"] .dropdown button.show-with-system-color-scheme {
  color: var(--purple-600);
}
html[data-color-scheme="light"] .dropdown button.show-with-light-color-scheme {
  color: var(--purple-600);
}
html[data-color-scheme="dark"] .dropdown button.show-with-dark-color-scheme {
  color: var(--purple-400);
}
.customization {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid var(--light-gray);
  position: relative;
}
.customization.customization--landing-page {
    border-top: none;
  }
.customization nav {
    display: flex;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
.customization nav a {
    border: 1px solid var(--medium-purple);
    border-radius: 1rem;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
.customization nav a.active {
    background-color: var(--medium-purple);
  }
.customization nav a:hover,.customization nav a.inactive:hover {
    background-color: var(--lightest-gray);
  }
.customization nav a.inactive {
    background-color: var(--light-gray);
    color: var(--dark-gray);
  }
.customization main {
    position: absolute;
    inset: 0;
    overflow: auto;
    padding: 1rem;
  }
.customization header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.customization h2 {
    margin-bottom: 0;
  }
.customization p {
    margin-bottom: 1rem;
    color: var(--dark-gray);
  }
.customization .arrow {
    display: flex;
    align-items: center;
  }
.customization .flow {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    overflow: hidden;
    overflow-x: auto;
  }
:is(.customization .flow) > div {
      display: flex;
    }
.customization div.iframe {
    width: 274px;
    height: 280px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid var(--light-gray);
    z-index: -1;
    margin-bottom: 0.25rem;
  }
.inactive:is(.customization div.iframe) {
      opacity: 0.5;
    }
:is(.customization div.iframe) iframe {
      transform: scale(0.4);
      transform-origin: top left;
      border: none;
      width: 680px;
      height: 700px;
    }
.customization a {
    text-decoration: none;
    color: black;
  }
.customization b {
    font-size: 0.875rem;
    font-weight: 500;
  }
.customization .description {
    color: var(--dark-gray);
    display: block;
    font-size: 0.8rem;
    max-width: 274px;
  }
.customization div.custom-template {
    position: relative;
    padding-top: 25px;
    line-height: 0.9rem;
  }
:is(.customization div.custom-template):not(.no-hover):hover div.iframe {
        border-color: rgb(0 0 255 / 0.3);
      }
:is(.customization div.custom-template) .custom-template-type {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }
:is(:is(.customization div.custom-template) .custom-template-type) div.badge {
        font-size: 0.75rem;
        text-wrap: nowrap;
      }
:is(.customization div.custom-template.custom-template-email) .iframe {
      background-color: var(--window-gray);
    }
:is(.customization div.custom-template.custom-template-email) p {
      color: var(--gray-700);
      font-size: 6px;
      line-height: 1.5;
      margin: 0;
      padding: 0 0.5rem;
    }
:is(:is(.customization div.custom-template.custom-template-email) p):first-child {
        font-size: 8px;
        padding-top: 0.25rem;
        padding-bottom: 0.125rem;
      }
:is(:is(.customization div.custom-template.custom-template-email) p):last-of-type {
        padding-bottom: 0.5rem;
      }
:is(.customization div.custom-template.custom-template-web) .iframe {
      background-color: var(--window-gray);
    }
:is(.customization div.custom-template.custom-template-web) .web-container {
      align-items: center;
      display: flex;
      gap: 2px;
      padding: 0.25rem calc(0.5rem + 19px) 0.25rem 0.5rem;
    }
:is(.customization div.custom-template.custom-template-web) .web-button {
      background-color: var(--gray-700);
      border-radius: 5px;
      display: block;
      height: 5px;
      width: 5px;
    }
:is(.customization div.custom-template.custom-template-web) .web-search {
      background-color: white;
      border-radius: 5px;
      height: 7px;
      justify-self: center;
      margin: auto;
      width: 50%;
      font-size: 0.3rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.customization .inactive-overlay {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 0.25rem 0.25rem 0 0;
    font-size: 0.825rem;
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: start;
    line-height: 17px;
    background: var(--light-purple);
    border: 1px solid var(--medium-purple);
  }
:is(.customization .inactive-overlay) svg {
      margin-top: 2px;
    }
.customization div.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
  }
:is(.customization div.overlay) a {
      display: block;
      flex: 1;
    }
:is(.dark-mode .customization) nav a {
    border: 1px solid var(--dark-purple);
  }
:is(.dark-mode .customization) nav a.active {
    background-color: var(--dark-purple);
  }
:is(.dark-mode .customization) nav a.inactive {
    background-color: var(--dark-gray);
    color: var(--medium-gray);
  }
:is(.dark-mode .customization) nav a:hover {
    background-color: var(--dark-purple);
  }
:is(.dark-mode .customization) nav a.inactive:hover {
    background-color: var(--gray-500);
  }
:is(.dark-mode .customization) .inactive-overlay {
    border: 1px solid var(--dark-gray);
    background: var(--gray-700);
  }
.design {
  display: flex;
  flex: 1;
}
.design .design-content {
    flex: 1;
    overflow: auto;
    padding: 1rem;
  }
.design section {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
  }
.design .design-legend {
    margin: 1rem 0;
  }
:is(.design .design-legend) thead th {
      background-color: transparent;
      border-color: transparent;
      color: black;
      font-weight: bold;
      text-align: left;
    }
:is(.design .design-legend) th {
      border-color: transparent;
      color: var(--dark-gray);
      font-weight: normal;
      text-align: right;
    }
:is(.design .design-legend) td {
      border-color: transparent;
    }
.design ul {
    margin-bottom: 2rem;
  }
.design .design-icon-list {
    padding-left: 0;
  }
:is(.design .design-icon-list) li {
      align-items: center;
      display: flex;
      gap: 0.5rem;
      padding: 0.25rem 0;
    }
:is(.design .design-icon-list) ::marker {
      font-size: 0;
    }
:is(.design .design-icon-list) svg {
      font-size: 1.125rem;
    }
:is(.design .design-icon-list) .name {
      background-color: var(--gray-100);
      border-radius: 2px;
      padding: 0 0.25rem;
    }
:is(.design .design-icon-list) .style {
      font-size: 0.875rem;
    }
.design .code-example {
    margin: 1rem 0;
    width: 100%;
  }
.liquid-variable-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.liquid-variable-list ul {
    display: flex;
    gap: 0.25rem 0.5rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
.liquid-variable-list ::marker {
    font-size: 0;
  }
.liquid-variable-list h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
.liquid-variable-list h3 + p {
    font-size: 0.875rem;
    margin: -0.25rem 0 0.5rem;
  }
.liquid-variable-list .example {
    align-items: flex-start;
    background-color: var(--yellow-50);
    border: 1px solid var(--yellow-200);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 0.25rem;
    padding: 0.5rem;
  }
:is(.liquid-variable-list .example) code {
      background-color: var(--yellow-200);
    }
.liquid-variable-list-intro {
  background-color: var(--gray-100);
  border-radius: 0.25rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.liquid-variable {
  background-color: #f8f9fa;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.8rem;
}
.liquid-variable.missing {
    color: #b91c1c;
  }
.hint .liquid-variable {
    border-color: transparent;
  }
.theme-uploads label {
    margin-top: 0.5rem !important;
  }
.theme-chooser {
  margin: 2rem 0;
}
.theme-chooser .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.3rem;
  }
:is(.theme-chooser .header) label {
      margin: 0;
    }
:is(.theme-chooser .header) button {
      background-color: inherit;
      border: 0;
      cursor: pointer;
      font-size: 0.875rem;
    }
:is(:is(.theme-chooser .header) button) svg {
        color: var(--scampi-300);
      }
:is(:is(.theme-chooser .header) button):hover svg {
          color: var(--scampi-700);
        }
.theme-chooser .choices {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
:is(.theme-chooser .choices) > div {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-shrink: 1;
      position: relative;
    }
.pattern-upload:is(:is(.theme-chooser .choices) > div) {
        display: none;
      }
.pattern-upload:is(:is(.theme-chooser .choices) > div) .choice {
          background-size: cover;
        }
:is(.theme-chooser .choices) .choice {
      align-items: center;
      background-color: var(--custom-background-color);
      background-image: var(--background-image);
      background-size: 30%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      border: 2px solid var(--custom-background-color);
      border-radius: 0.5rem;
      cursor: pointer;
      display: flex;
      justify-content: center;
      height: 100%;
      min-height: 60px;
      padding: 0;
    }
:is(:is(.theme-chooser .choices) .choice):hover {
        outline: 3px solid var(--gray-200);
      }
.selected:is(:is(.theme-chooser .choices) .choice) {
        border-color: var(--scampi-700);
      }
.pattern:is(:is(.theme-chooser .choices) .choice) {
        padding: 0.5rem;
      }
.upload:is(:is(.theme-chooser .choices) .choice) {
        background-color: var(--gray-100);
      }
:is(.theme-chooser .choices) .icon {
      align-items: center;
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      justify-content: center;
      position: absolute;
      inset: 0;
      z-index: 1;
    }
:is(:is(.theme-chooser .choices) .icon) svg {
        font-size: 1rem;
        opacity: 0.2;
      }
:is(.theme-chooser .choices) .remove-upload {
      align-items: center;
      background-color: inherit;
      border: 0;
      cursor: pointer;
      display: flex;
      font-size: 0.875rem;
      gap: 0.25rem;
      justify-content: center;
      position: absolute;
      bottom: -1.5rem;
      width: 100%;
      z-index: 1;
    }
:is(:is(.theme-chooser .choices) .remove-upload):hover svg {
        color: var(--red-500);
      }
.theme-color-chooser .adjust-color-fields {
    align-items: flex-start;
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
:is(.adjusting-colors .theme-color-chooser) .adjust-color-fields {
    display: flex;
  }
:is(.adjusting-colors .theme-color-chooser) .adjust-colors {
    display: none;
  }
.banner-input {
  display: none;
}
.pattern-upload:is(.with-upload .choices > div) {
    display: flex;
  }

/*# sourceMappingURL=/assets/application-customization-eb77e784.css.map */