body {
  background-color: #fff;
}

#primaryContainer {
  max-width: 420px;
  margin: auto;
}

.newThingLogo {
  width: 200px;
  height: 50px;
  background-image: url("/assets/images/nt-logo-white@3x.png");
  background-size: 200px 50px;
}

.pageContainer {
  justify-content: center;
  gap: 20px;
}

.statusBg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.theme-nood .statusBg {
  background-image: url("/assets/images/nood/status-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pageContainer.noJS {
  height: auto !important;
}

.ntFooterLoader {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.arFooter {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.arFooter .footerText {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.theme-nood .arFooter .footerText {
  font-family: "ND Medium", sans-serif;
  color: #000000;
}

.brandHeader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}

.loadingText {
  font-family: "NT Bold", sans-serif;
  font-size: 26px;
  color: #000;
  text-align: center;
  line-height: 140%;
}
.loadingText a {
  color: #7b53ff;
}
.theme-nood .loadingText {
  font-family: "ND Bold", sans-serif;
}

.qrContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

#qrCodeImage {
  display: none;
}

.interstitialImg.qrCode {
  width: 100%;
  margin-bottom: 22px;
}

.interstitialTitle {
  margin-top: 10px;
  width: 100%;
  font-family: "NT Bold", sans-serif;
  font-size: 30px;
  color: #000;
  text-align: left;
  line-height: 140%;
}
.interstitialTitle a {
  color: #7b53ff;
}
.theme-nood .interstitialTitle {
  font-family: "ND Bold", sans-serif;
}

.interstitialDescription {
  width: 100%;
  font-family: "NT Regular", sans-serif;
  font-size: 15px;
  color: #000;
  text-align: left;
  line-height: 140%;
}
.interstitialDescription a {
  color: #000;
}
.theme-nood .interstitialDescription {
  font-family: "ND Regular", sans-serif;
}

.interstitialBorder {
  margin-top: 24px;
  width: 100%;
  height: 10px;
  background-color: #808080;
}
.theme-nood .interstitialBorder {
  background-color: #fbca4e;
}

.greenBorder {
  background-color: #30ffc1;
}

.yellowBorder {
  background-color: #fed702;
}

.darkGreenBorder {
  background-color: #027981;
}

#brandLogo {
  display: none;
}
.theme-nood #brandLogo {
  content: url("/assets/images/nood/logo.svg");
  width: 60px;
  height: 30px;
  display: block;
}

.theme-nood #accessRequiredIcon {
  content: url("/assets/images/nood/access-required.svg");
}

.theme-nood #expiredIcon {
  content: url("/assets/images/nood/expired.svg");
}

.theme-nood #unsupportedIcon {
  content: url("/assets/images/nood/unsupported.svg");
}

/*# sourceMappingURL=status.css.map */
