html {
  scroll-behavior: smooth;
}

#userAddress {
  width: 23rem;
  margin-bottom: 0;
}

#faucetSpinner {
  padding-bottom: 0;
  margin-left: 1rem;
}

#useFaucetButton {
  border:  none;
}

.disabled {
  cursor: not-allowed !important;
}

body {
  color: #3D3652;
  font-family: 'DM Sans', sans-serif;
}

#zero-open {
 background-image: url('/images/gradient.png');
 background-size: cover;
 background-position: center top;
 background-repeat: no-repeat;
}

.zero-intro {
  margin-top: 4rem;
  padding-bottom: 5rem;
  max-width: 30rem;
}

#zero-logo {
  width:  8rem;
  height: 8rem;
  margin-bottom: 2rem;
}

#zero-open-button {
  display: inline-block;
  margin-top: 2.5rem;
}

#use-faucet-call {
  font-size: 0.9rem;
  font-weight: 900 !important;
  margin-right: 2rem;
}

.bold-header {
  font-weight: 900;
}

.navbar-brand {
  padding-bottom: 0.5rem;
}

.purple-button {
  color: white;
  background-color: #8656ef;
  padding-top: 0.6rem;
  padding-bottom:  0.6rem;
  padding-left:  1.2rem;
  padding-right:  1.2rem;
  border-radius: 0.3rem;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.purple-button:hover {
  color: white;
  background-color: #9F72FF;
}

#zero-container {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

#zero-container p {
  font-size: 1.3rem;
}

#zero-nav {
  color:  white;
  background-color: #11152d;
  min-height: 5rem;
}

#zero-nav-list {
  margin-bottom:  0;
  padding-left: 0;
}

#zero-nav-toggler {
  border-color: rgb(255,255,255);
}

#zero-nav-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item {
  list-style: none !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.zero-nav-link {
  color: white !important;
  font-weight: bold;
  font-size: 0.9rem;
}

.zero-nav-link:hover {
  color: #8656ef;
}

.logo {
  color: white;
  text-decoration: none;
}

.logo:hover {
  color: white;
  text-decoration: none;
}

#piggy-image {
  width:  20rem;
}

#multicurrency {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.note-image {
  height:  8.75rem;
  width:  16.875rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.lrg-note-image {
  height: 8.8rem !important;
  width: 17.5rem !important;
}

#dollar-note {
  filter: brightness(90%);
}

#backingChart {
  margin-bottom: 0.5rem;
  max-height: 80vh;
}

@media screen and (max-width: 767px) {
  #dollar-note {
    display: inline-block !important;
  }
}

@media screen and (max-width: 680px) {
  p {
    font-size: 1rem !important;
  }

  #userAddress {
    width: 15rem;
  }

  .note-image {
    margin-left:  0;
  }

  #piggy-image {
    width: 50%;
  }

  .lrg-note-image {
    display: none !important;
  }

  #dollar-note {
    display:  none !important;
  }

  #bank-notes {
    margin-top: 1rem;
  }

  #multicurrency {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

  #donate-call {
    margin-right: 2.2rem;
    margin-bottom: 0.2rem;
    height: ;
  }

  .recaptcha-popup:before {
    display: none !important;
   }

  .recaptcha-popup {
    left: 0rem !important;
    top: 0rem !important;
  }

  .image-select-wrapper {
    max-width: calc((90vw - 1.6rem)/4) !important;
    max-height: calc((90vw - 1.6rem)/4) !important;
  }

  #incorrect-answers {
    margin-left: 0 !important;
  }

  .zero-feature {
    margin-left: 1rem !important;
  }

  #footer {
    display: block !important;
  }

  #social-links {
    text-align: center !important;
  }
}

@media screen and (max-width: 991px) {
  #use-faucet-call {
    display: none;
  }

  .zero-feature {
    padding-left: 0 !important;
  }

  .features-header {
    height: 2rem !important;
  }

  .zero-feature {
    margin-bottom: 2rem;
  }

  #zero-features {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1067px) {
  #dollar-note {
    display: none;
  }
}


@media screen and (max-width: 1150px) {
  .features-header {
    height: 4.5rem;
  }
}

#white-paper {
  background-color: #808080;
  height: 100%;
  padding-bottom: 6rem;
}

.page {
  background-color: white;
  height: 52.625rem;
  width:  37rem;
  margin-top: 2rem;
}

#rocket-img {
  position: fixed;
  animation: fly 5s linear;
  width: 15rem;
}

@-webkit-keyframes fly {
  from {
    top: 100%;
  }
  to {
    top: -100%;
  }
}

#moon-img {
  position: fixed;
  animation: appear 10s linear;
  width: 35rem;
}

@-webkit-keyframes appear {
  from {
    top: -30%;
    right: -30%;
    transform: scale(0.3)
  }
  to {
    top: 20%;
    right: 100%;
    transform: scale(1)
  }
}

#roadmap-img {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#roadmap-title {
  margin-top: 2rem;
  background: -webkit-linear-gradient(left,#5fbfff 0%,#b090f5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  display: inline;
}

#roadmap {
  margin-top: 5rem;
  min-height: calc(100vh - 8.1rem);
}

.zero-features-img {
  height: 8rem;
  margin-bottom: 1rem;
}

#zero-features {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.zero-feature {
  margin-left: 2rem;
}

.fa-clipboard {
  cursor: copy;
}

#zero-trustline {
  margin-top: -6.5rem;
  margin-bottom: 6.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

#xumm-community-logo {
  height: 1.5rem;
  padding-bottom: 0.4rem;
  cursor: pointer;
}

#footer {
  color: white;
  font-size: 0.75rem;
  background-color: #1F1A30;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#donate-call {
  height: 2.4rem;
}

.recaptcha {
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  color: #000;
  font-family: Roboto,helvetica,arial,sans-serif;
  width: 19rem;
  height: 4.8rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
}

#recaptcha-form {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  margin-left: 1.5rem;
}

#captcha-logo {
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}

.cha-cha-cha {
  font-size: 0.5rem;
}

.wrapper {
  position: relative;
}

#modal-spacer {
  margin-bottom: 18rem;
}

#captcha-check-box {
  border-radius: 0.1rem;
  background-color: #fff;
  border: 0.1rem solid #c1c1c1;
  font-size: 0.01rem;
}

#completed-captcha-tick {
  transition: visibility 0.5s linear 0.5s, opacity 0.5s linear 0.5s;
}

.conditional-check {
  height: 1.8rem;
  width: 1.8rem;
  z-index: 1;
  position: absolute;
  bottom: 1.5rem;
  left: 1.25rem;
}

#form-check-label {
  margin-left: 2rem;
}

.recaptcha-popup {
  padding: 0.5rem;
  position: absolute;
  left: 3.5rem;
  top: -6.75rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  max-width: 90vw;
  transition: visibility 0.5s linear 0.5s, opacity 0.5s;
  z-index: -1;
}

.near-front {
  z-index: 500000000 !important;
}

.recaptcha-popup:before {
 content: "";
 vertical-align: middle;
 margin: auto;
 position: absolute;
 display: block;
 top: 8.7rem;
 left: -0.37rem;
 width: 12px;
 height: 12px;
 transform: rotate(-45deg);
 border: 1px solid;
 border-color: #ccc transparent transparent #ccc;
 background-color: white;
}

.image-select-instructions {
  font-family: Roboto,helvetica,arial,sans-serif;
  background-color: #1A73E8;
  color: white;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.7rem;
  margin-left: 0.1rem;
  margin-right: 0.03rem;
}

.small-text {
  font-size: 0.9rem !important;
  margin-bottom: 0;
}

#image-target {
  font-size: 2rem;
  margin-bottom: 0;
}

.image-select-wrapper {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  overflow: hidden;
}

.recaptcha-image {
  position: relative;
  width: 400%;
  transition: visibility 0.5s linear 0.5s, opacity 0.5s;
}

.image-select-tile {
  position: relative;
}

.submit-recaptcha {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#submit-recaptcha-button {
  width: 7rem;
  border-radius: 0.1rem;
}

.selected-tile .image-select-wrapper {
  transform: scale(0.8);
}

.captcha-check {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.selected-tile .captcha-check {
  display: block;
}

.blue-out {
  color: CornflowerBlue;
}

#incorrect-answers {
  color: red;
  font-size: 0.75rem;
  padding-top: 1rem;
  margin-left: 6rem;
  text-align: center;
}

.footer-icon {
  margin-right: 1rem;
  color: white;
}

#faq {
  margin-bottom: 3rem;
}

#faq-link {
  margin-bottom: 6rem;
}

#faqAccordion {
  margin-top: 2rem;
}

.accordion-header {
  background-color: #563D7C;
  padding: 1rem;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 0.05rem;
}

.accordion-button {
  width: 100%;
}

.first-accordion-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last-accordion-header {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-body {
  width: 100%;
  padding: 1rem;
  border-left-style: solid;
  border-right-style: solid;
}

.last-accordion-body {
  border-bottom-style: solid;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.accordion-item a {
  color: white;
  text-decoration: none;
}

#terms {
  margin-top: 5rem;
  min-height: calc(100vh - 8.1rem);
}

ol {
  counter-reset: item;
  margin-bottom: 3rem;
}

.terms-list li {
  display: block;
  margin-top: 1rem;
}

.terms-list li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bolder;
}

#phone-number {
  color: #3D3652;
}
