*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pixter-Display";
}

html,
body {
  min-height: 100%;
  min-width: 100%;
  font-family: sans-serif;
}

html {
  background: #000;
}

.done_modal {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(7, 11, 16, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: modalFadeIn 0.3s ease;
          animation: modalFadeIn 0.3s ease;
}
.done_modal img {
  width: 72px;
  height: 72px;
}
.done_modal p {
  color: #FFF;
  text-align: center;
  font-family: Orbit;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .done_modal p {
    font-size: 18px;
  }
}

@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 0 24px;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/front_decor.png");
  background-size: 100% 100%;
  background-position: center;
  z-index: 9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.qr_code {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  z-index: 10;
  bottom: 48px;
  left: 48px;
  width: 200px;
  word-break: break-all;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .qr_code {
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
  }
}
.qr_code img {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .qr_code img {
    width: 100%;
    max-width: 400px;
  }
}

.wallet_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.wallet_container .wallet_link {
  color: #FF00AE;
  font-family: Orbit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-decoration-line: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wallet_container .copy_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.wallet_container .copy_address .wallet_address {
  color: #FFF;
  font-family: Orbit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.wallet_container .copy_address .copy_button {
  border: none;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H27V27L1 27V1Z' fill='%23FF00AE' stroke='%23FFF1FD' stroke-width='2'/%3E%3Cpath d='M16.19 9.83201C16.0204 8.73837 15.2328 8 14.046 8H10.1963C8.85607 8 8.01416 8.95192 8.01416 10.2966V13.9225C8.01416 15.1475 8.71435 16.0503 9.86235 16.1926' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.804 11.7864H13.9555C12.6147 11.7864 11.7734 12.7358 11.7734 14.0798V17.7057C11.7734 19.0498 12.6102 19.9991 13.9555 19.9991H17.8033C19.1494 19.9991 19.9861 19.0498 19.9861 17.7057V14.0798C19.9861 12.7358 19.1494 11.7864 17.804 11.7864Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.wallet_container .copy_address .copy_button.active {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H27V27L1 27V1Z' fill='%23FF00AE' stroke='%23FFF1FD' stroke-width='2'/%3E%3Cpath d='M8 13.8L12.6923 18L20 10' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.wallet_container .copy_address .copy_button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.wallet_container .copy_address .copy_button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 80px 0;
}
.form_container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 480px;
  width: 100%;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .form_container form {
    max-width: 360px;
  }
}
.form_container form .input_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.form_container form .input_wrapper .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
}
.form_container form .input_wrapper .form_group::before {
  position: absolute;
  pointer-events: none;
  content: "";
  padding: 1.5px;
  height: 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(99.57deg, #3B72FF 0%, #FF3B3B 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.form_container form .input_wrapper .form_group label {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: Orbit, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form_container form .input_wrapper .form_group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px 14px 10px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(128.86%, #181818));
  background: linear-gradient(90deg, #000 0%, #181818 128.86%);
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.5);
  font-family: Orbit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-box-shadow: 0px 4.13px 0px 0px #000;
          box-shadow: 0px 4.13px 0px 0px #000;
}
.form_container form .input_wrapper .form_group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Orbit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form_container form .input_wrapper .form_group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Orbit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form_container form .input_wrapper .form_group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Orbit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form_container form .input_wrapper .form_group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Orbit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form_container form .input_wrapper .form_group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Orbit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.form_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form_header {
    gap: 32px;
  }
}
.form_header img {
  max-width: 384px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form_header img {
    max-width: 256px;
  }
}
.form_header h2 {
  color: var(--Milk-White, #FFF1FD);
  text-align: center;
  text-shadow: 0px 4.13px 0px #000;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #5C0187;
  font-family: Paladins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1024px) {
  .form_header h2 {
    font-size: 24px;
  }
}

.submit_btn {
  background: none;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='264' height='40' viewBox='0 0 264 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40241 39L14.5001 1H262.598L249.5 39L1.40241 39Z' fill='%23FF00AE' stroke='%23FFF1FD' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 264px;
  height: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: var(--Milk-White, #FFF1FD);
  text-align: center;
  font-family: Orbit, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 96.98%;
  letter-spacing: 0.8px;
}
.submit_btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.submit_btn:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}