.spacecadet-modal .modal-content {
  width: 100% !important;
  max-width: unset !important;
  background: #C6C6C6;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spacecadet-modal .modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
}

.spacecadet-modal .overlay-mask {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.25;
  top: 0;
  z-index: 1;
}

.spacecadet-modal .spacecadet-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}

.spacecadet-modal .spacecadet-icon img {
  width: 200px;
}

.spacecadet-modal .close-modal:not(.head-author) {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}

.spacecadet-modal .close-modal:not(.head-author) img {
  width: 24px;
}

.spacecadet-modal .modal-text {
  position: relative;
  z-index: 2;
  font-family: "F37-Bolton", monospace;
}

.spacecadet-modal .head-title {
  color: #FF4F00;
  font-family: "NB-Architekt", sans-serif;
  z-index: 1;
  margin: 0;
}

.spacecadet-modal .head-subtitle {
  color: #000;
}

.spacecadet-modal .desc {
  margin-top: 30px;
  margin-bottom: 80px;
  color: #000;
  max-width: 800px;
}

.spacecadet-modal .code-title {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
  max-width: 800px;
  font-weight: normal;
}

.spacecadet-modal .referral-code {
  border: 1px solid #000;
  border-radius: 4px;
  resize: none;
  color: #000;
}

.spacecadet-modal .sp-subscribe-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spacecadet-modal .sp-subscribe-box input {
  height: 100%;
  border: 1px solid #000;
  height: 60px;
  padding: 0 20px;
  font-size: 1rem;
  outline: none;
}

.spacecadet-modal .btn-subscribe {
  outline: none;
  border: none;
  background: #000;
  width: 175px;
  color: #fff;
  height: 60px;
  font-size: 1rem;
}

.spacecadet-modal .refer-code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spacecadet-modal .refer-code-wrapper .referral-code {
  text-align: center;
  font-size: 1.25rem;
  padding: 20px 20px 0 20px;
  min-width: 300px;
}

.spacecadet-modal .head-author {
  color: #000;
  font-family: "F37-Bolton", monospace;
  margin-top: 0 !important;
  cursor: pointer;
  z-index: 1;
  font-size: 0.9rem;
}

.spacecadet-modal .tooltip {
  position: relative;
  z-index: 9999;
  padding: 7px 10px;
  color: #fff;
  visibility: hidden;
  background: black;
}

.spacecadet-modal .tooltip.show {
  visibility: visible;
}

@media (max-width: 600px) {
  .spacecadet-modal .modal-text {
    padding: 0 10px;
  }
  .spacecadet-modal .head-title {
    letter-spacing: -0.2rem;
    font-size: 3rem;
  }
  .spacecadet-modal .code-title {
    font-size: 1.2rem;
  }
  .spacecadet-modal .referral-code {
    font-size: 1rem !important;
  }
  .spacecadet-modal .desc {
    font-size: 1.2rem;
  }
  .spacecadet-modal .sp-subscribe-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

@media (min-width: 1000px) {
  .spacecadet-modal .refer-code-wrapper .referral-code {
    width: 380px;
    min-width: 380px;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .spacecadet-modal .head-title {
    letter-spacing: -0.2rem;
    font-size: 4rem;
  }
  .spacecadet-modal .desc {
    max-width: 500px;
  }
  .spacecadet-modal .referral-code {
    width: 350px;
  }
}

@media (max-width: 999px) {
  .spacecadet-modal .sp-subscribe-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spacecadet-modal input {
    min-height: 55px;
    width: 100%;
    margin-bottom: 20px;
  }
  .spacecadet-modal .btn-subscribe {
    height: 55px;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .spacecadet-modal:not(.subscribed-modal) .head-title {
    letter-spacing: -0.5rem;
    font-size: 8rem;
  }
  .spacecadet-modal.subscribed-modal .head-title {
    letter-spacing: -0.35rem;
    font-size: 6rem;
  }
  .spacecadet-modal .sp-subscribe-box input {
    width: 350px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .spacecadet-modal .sp-subscribe-box .btn-subscribe {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .spacecadet-modal .head-subtitle {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .spacecadet-modal .desc {
    font-size: 1.8rem;
  }
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}
/*# sourceMappingURL=spacecadet-modal.css.map */