:root {
    --backgroundColour: #010204;
    --foregroundColour: #FAFAFA;
    --linkNormalColour: #597AFF;
    --linkActiveColour: #ffde59;
}


body {
    background-color: var(--backgroundColour);
    font-family: 'Space Mono', monospace;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.8em;
    text-transform: none;
    color: var(--foregroundColour);
}

input, button, select, textarea, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    margin: 0;
}

.root-container {
    margin: 0 auto;
    max-width: 900px;
    min-height: 100%;
    position: relative;
}

header {
    margin: 0;
}

header img {
    padding: 16px;
    margin: auto;
    display: block;
    width: 150px;
    height: 150px;
}

header h1 {
    font-variant: small-caps;
    width: 250;
    float: left;
    margin: 0;
    padding: 30px 0 30px 30px;
}

header:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

footer {
    margin: 0;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    font-size: 10px;
    letter-spacing: .18em;
    line-height: 1.8em;
}

a {
    color: var(--linkNormalColour);
}

a:hover {
    color: var(--linkActiveColour);
}

.link {
    color: var(--linkNormalColour);
    cursor: pointer;
    text-decoration: underline;
}

.link:hover {
    color: var(--linkActiveColour);
}

footer a {
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    padding-right: 1em;
    text-decoration: none;
}

footer a:active, a:focus, a:hover {
    outline: 0;
}

h1, h2 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    letter-spacing: -.01em;
    line-height: 1em;
    text-transform: none;
    text-align: center;
}

.main-content {
    padding: 8px;
    padding-bottom: 60px;
}

.sqs-button-wrapper {
    text-align: center;
    display: flex;
}

.sqs-button {
    color: var(--linkNormalColour);
    padding: 25px 46px;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    border-radius: 3px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .24em;
    cursor: pointer;
    margin: auto;
}

.sqs-button:hover {
    background-color: var(--backgroundColour);
    color: var(--linkActiveColour);
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.hidden {
    visibility: hidden;
}

.checkout--disabled {
    pointer-events: none;
    opacity: 0.4;
}

.always-visible {
    pointer-events: all;
    opacity: unset;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: var(--backgroundColour);
    height: 15px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 2px;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/**
 * Construction.ai component styles.
 */

.construction-ai-button {
    overflow: hidden;
    display: inline-block;
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: linear-gradient(#28a0e5,#015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.construction-ai-button span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.construction-ai-checkbox {
    display: table;
    margin-top: 5px;
    margin-bottom: 5px;
}

.construction-ai-picklist {
    display: table;
    margin-top: 5px;
    margin-bottom: 12px;
}

.construction-ai-picklist-option { }

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--backgroundColour);
    color: var(--foregroundColour);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}