@charset "UTF-8";
body {
  background-color: #1291F0;
  background-image: url("../images/pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 100vh;
}

.wrap .logo {
  position: relative;
  margin: auto;
  width: 200px;
}

.form-wrap input {
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.1843137255);
  height: 40px;
}
.form-wrap input::-moz-placeholder {
  color: #fff;
}
.form-wrap input::placeholder {
  color: #fff;
}
.form-wrap .verify-wrong {
  color: #ffdd62;
}
.form-wrap .verify-btn.gray-btn {
  border: solid 1px #9ca0a3;
  background: #c6cdd4 !important;
  color: #4c6370;
  width: 100px;
  min-width: 100px;
}
.form-wrap .verify-btn.gray-btn:hover1 {
  transition: 0.3s;
  color: #4c6370;
  opacity: 1;
}
.form-wrap .verify-btn {
  color: #1291F0;
  background: #fff;
  padding: 5px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  width: 100px;
  min-width: 100px;
  height: 40px;
}
.form-wrap .verify-btn:hover {
  transition: 0.3s;
  color: #1291F0;
  opacity: 0.8;
}
.form-wrap .submit-btn {
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  background: linear-gradient(45deg, #E19F3D, #FF9900);
  height: 40px;
}

.statement-wrap, .form-wrap {
  max-width: 400px;
  text-align: justify;
  text-justify: auto;
}

.app-wrap {
  height: calc(100vh - 30px);
  overflow: hidden;
  max-width: 400px;
  margin: auto;
}
.app-wrap .dapp-name {
  color: #000;
}
.app-wrap .dapp-name-info {
  font-size: 15px !important;
}
.app-header {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 30px;
}
.app-main {
  background: #fff;
  height: 100vh;
  border-radius: 15px 15px 0px 0px;
  padding: 20px;
}
.app-main .dapp-img {
  width: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.app-ad {
  width: 100%;
}
.color-gray {
  color: #939393;
}

@font-face {
  font-family: "Cubic11";
  src: url("../font/Cubic_11.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "粉圓體";
  src: url("../font/jf-openhuninn-2.1.ttf") format("truetype");
  font-weight: 900;
  font-style: bold;
}
body {
  margin: 0;
}
body * {
  box-sizing: border-box;
}

.wrap {
  max-width: 500px;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 30px);
  text-align: center;
}
.wrap .logo {
  max-width: 200px;
  margin: 30px 0px 0px 0px;
}
.wrap .container {
  max-width: 90%;
  margin: auto;
  border-radius: 10px;
}

.container-input {
  max-width: 500px;
  width: 100%;
}
.container-input .label {
  box-shadow: inset 0px 0px 10px rgba(56, 28, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  width: 165px;
  height: 67px;
  margin: 0px auto 20px auto;
  position: relative;
  background-image: url("../images/label-bg.png");
  background-size: cover;
  overflow: hidden;
}
.container-input .label img {
  position: relative;
  width: 24%;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.container-input .label .name {
  position: absolute;
  width: 65%;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  text-align: left;
  font-size: 28px;
  white-space: nowrap;
}
.container-input .name-input {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  border: solid 1px #ffffff;
  background: rgba(255, 255, 255, 0.2823529412);
  height: 40px;
  font-size: 18px;
  color: #fff !important;
}
.container-input .name-input::-moz-placeholder {
  color: #ffffff;
  font-size: 18px;
}
.container-input .name-input::placeholder {
  color: #ffffff;
  font-size: 18px;
}
.container-input .name-input:focus {
  border: solid 1px #ffffff;
  background: none;
  color: #fff;
}
.container-input .input-note {
  font-size: 18px;
  color: #ffcece;
  text-align: center;
  margin: 5px 0px 15px 0px;
}
.container-input .input-note span {
  font-weight: 900;
  padding: 0px 5px;
  display: inline-block;
}

.submit-button {
  border: none;
  outline: none;
  width: 90%;
  background: linear-gradient(45deg, #E19F3D, #FF9900);
  color: #fff;
  height: 40px;
  padding: 5px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
}

.submit-button.lock-btn {
  background: linear-gradient(45deg, #c4c4c4, #b6b6b6) !important;
}

button:hover {
  cursor: pointer;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  padding: 3px 0px;
  background: rgba(13, 107, 239, 0.662745098);
  color: #fff;
}

.printer-wrap {
  text-align: center;
  position: relative;
  z-index: 999;
}

.printer-wrap.printering {
  position: relative;
  transition: 0.3s;
  top: -30%;
}
.printer-wrap.printering::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(8, 18, 40, 0.9333333333);
  z-index: -1;
}

.containerBoxPrinter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sheet-in {
  width: 209px;
  height: 77px;
  border-radius: 15px 15px 0 0;
  background: #35494C;
  border: solid 4px #939393;
  border-bottom: 0px;
  margin: auto;
}

.boxPrinter {
  width: 300px;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
}

.boxPrinter:nth-child(1) {
  height: 60px;
  background: #576c77;
  border: solid 4px #939393;
  border-bottom: 0px;
  border-radius: 20px 20px 0 0;
}

.boxPrinter:nth-child(2) {
  height: 70px;
  background: linear-gradient(to bottom, #6E808A 20%, #A5B1B8 20%);
  border: solid 4px #939393;
  border-top: 2px;
  border-bottom: 0px;
}

.boxPrinter:nth-child(3) {
  height: 25px;
  background: #A5B1B8;
  border: solid 4px #939393;
  border-top: 0px;
  border-radius: 0 0 20px 20px;
  z-index: 0;
  margin-top: -1px;
}

#led {
  width: 20px;
  height: 20px;
  background: #ff1f1f;
  border: solid 4px #313131;
  position: absolute;
  right: 0;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 50%;
}

.sheetOut {
  width: 188px;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.sheetOut.one {
  border-radius: 7px 7px 0 0;
  background: #fff;
  border: solid 9px #35494C;
  border-bottom: 0px;
  height: 12px;
  bottom: 0;
}

.sheetOut.two {
  background: #35494C;
  height: 21px;
  top: 0;
}

input {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border: none;
  outline: none;
}

#sheet {
  width: 170px;
  height: 150px;
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: 3s;
  transform: translateY(-100px);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#sheet.mymove {
  animation: mymove 10s;
  animation-fill-mode: forwards;
}

#text {
  font-size: 12px;
  width: 100%;
  height: 0px;
  max-height: 75%;
  overflow: hidden;
  transform: scale(-1, -1);
  word-wrap: break-word;
  transition: 3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #4b4b4b;
  background: #eeeeee;
  border-radius: 5px;
  border-left-width: 3px;
  font-family: "Cubic11", sans-serif;
  font-weight: 900;
}

@keyframes mymove {
  0% {
    top: 0px;
  }
  45% {
    transform: rotate(0deg);
  }
  50% {
    top: 150px;
    transform: rotate(-180deg);
    z-index: 1;
  }
  51% {
    z-index: 2;
  }
  60% {
    top: -200px;
    transform: rotate(-180deg);
    z-index: 2;
  }
  90% {
    top: -180px;
    transform: rotate(0deg);
    z-index: 2;
  }
  95% {
    z-index: 1;
  }
  100% {
    top: 0;
  }
}
.fs-24 {
  font-size: 24px !important;
  letter-spacing: -1px;
}

.fs-25 {
  font-size: 25px !important;
  letter-spacing: -1px;
}

.fs-27 {
  font-size: 26px !important;
}

#label-name {
  font-family: "Cubic11", sans-serif;
}

.font-btns {
  width: 100%;
  border: solid 1px #ffffff;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.2823529412);
}
.font-btns .btn-outline-primary {
  background: none;
}
.font-btns .btn-check:checked + .btn, .font-btns .btn.active, .font-btns .btn.show, .font-btns .btn:first-child:active, .font-btns :not(.btn-check) + .btn:active {
  background: #fff;
  color: #0E7BEF;
}
.font-btns .btn {
  border-width: 2;
  border-width: 2px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  color: #fff;
  border-radius: 5px !important;
  border: none;
}
.font-btns .btn:hover {
  color: #fff;
}
.font-btns .font-btn-1 {
  border-left-width: 3px;
  font-family: "Cubic11", sans-serif !important;
  font-weight: 900;
}
.font-btns .font-btn-2 {
  font-family: "微軟正黑體";
  font-weight: 600;
}
.font-btns .font-btn-3 {
  font-size: 20px;
  line-height: 22px;
  font-family: "粉圓體";
  font-weight: 900;
}

.font-en-1 {
  font-family: "Cubic11", sans-serif !important;
  font-weight: 900;
}

.font-en-2 {
  font-family: Arial !important;
  font-weight: 400;
}

.font-en-3 {
  font-family: "粉圓體" !important;
  font-weight: 900;
  letter-spacing: -5;
}

.font-ch-1 {
  font-family: "Cubic11", sans-serif !important;
  font-weight: 900;
}

.font-ch-2 {
  font-family: Arial !important;
  font-weight: 400;
}

.font-ch-3 {
  font-family: "粉圓體" !important;
  font-weight: 900;
}

.hidden {
  transition: 1s;
  opacity: 0;
}

.offcanvas-bottom {
  border-radius: 20px 20px 0px 0px !important;
  background: #F6FAFD;
  height: auto;
}
.offcanvas-bottom .offcanvas-body {
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-size: 14px;
}
.offcanvas-bottom .offcanvas-body .submit-info {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.offcanvas-bottom .offcanvas-body .submit-info .info {
  width: 70%;
}
.offcanvas-bottom .blue-btn {
  border: none;
  background: linear-gradient(90deg, #005BF9 0%, #008FF6 100%);
  color: #fff;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  height: 35px;
}

.exchange-text {
  line-height: 32px;
  animation: text-opacity 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes text-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.vending-wrap {
  max-width: 500px;
  margin: auto;
  background-image: url("../images/header-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 30px);
  text-align: center;
}
.vending-wrap .logo {
  width: 200px;
  margin: 30px 0px 0px 0px;
}
.vending-wrap .container {
  background-image: url("../images/vendering-pattern.svg");
  background-size: cover;
  border: solid 8px red;
  animation: blink 10s infinite;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  max-width: 90%;
  margin: auto;
  border-radius: 10px;
  position: relative;
}
.vending-wrap .container::after {
  content: "";
  position: absolute;
  left: 0px;
  background-color: #005BF9;
  background-image: url("../images/logo-w.svg");
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 90%;
  width: 240px;
  height: 110px;
  z-index: 1;
  bottom: 25px;
}

@keyframes blink {
  0% {
    border-color: #ff5c46;
  }
  20% {
    border-color: #3ce956;
  }
  40% {
    border-color: #fff066;
  }
  60% {
    border-color: #4bfae5;
  }
  80% {
    border-color: #ffb151;
  }
  100% {
    border-color: #e88cf7;
  }
}
.vending-machine {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vending-machine.vending-info::after {
  content: "請點擊掉落禮物";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  height: 80px;
  color: #fff;
  position: absolute;
  bottom: -95px;
  font-weight: 600;
  font-size: 25px;
  animation: text-opacity 3s;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.products::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: #bbbbbb;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  top: 50%;
  transform: translateY(-100%);
}
.products::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: #bbbbbb;
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  bottom: 0px;
}

.product {
  width: calc(20% - 10px);
  min-width: calc(20% - 5px);
  margin-bottom: 20px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  z-index: 999;
  transform: translateY(10px);
}
.product img {
  width: 90%;
}

.product:hover {
  transform: translateY(-10px);
  transition: 1s;
}

.cart-window {
  left: 65px;
  bottom: 20px;
  width: 160px;
  height: 90px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  top: -5px;
  position: relative;
  z-index: 999;
}

#cart {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item {
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  position: absolute;
  transition: top 1s ease;
  cursor: pointer;
  transform: rotate(-7deg);
}

.cart-item.get {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transition: 0s;
  transform: translate(-50%, -50%) !important;
}
.cart-item.get::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#cart.get-gift-bg {
  position: fixed !important;
  top: 0px !important;
  right: 0px;
  bottom: 0px;
  left: 0px !important;
  z-index: 999 !important;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template: "gift-bg";
  place-content: center;
  place-items: center;
  margin: 0;
  background-image: radial-gradient(circle, #0086ce, #00aeff);
  height: 100vh;
}
#cart.get-gift-bg::before {
  content: "";
  width: 150vh;
  height: 150vh;
  opacity: 0.4;
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.224) 0deg 15deg, transparent 15deg 30deg);
  -webkit-mask-image: radial-gradient(hsl(0, 0%, 0%), hsla(0, 0%, 0%, 0) 100%);
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
.offcanvas-bottom {
  border-radius: 20px 20px 0px 0px !important;
  background: #F6FAFD;
  height: auto;
}
.offcanvas-bottom .offcanvas-body {
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-size: 14px;
}
.offcanvas-bottom .offcanvas-body .submit-info {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.offcanvas-bottom .offcanvas-body .submit-info .info {
  width: 70%;
}
.offcanvas-bottom .blue-btn {
  border: none;
  background: linear-gradient(90deg, #005BF9 0%, #008FF6 100%);
  color: #fff;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  height: 35px;
}

.vanding-text {
  position: fixed;
  top: -90px;
  width: 300px;
  line-height: 32px;
  animation: text-opacity 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes text-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 25, 66, 0.9294117647);
  z-index: 999;
}

.loader {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #FFF;
  left: -100px;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 115px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 130px 0 white, 115px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 145px 0 white, 130px 0 white, 115px 0 white, 100px 0 white;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 145px 0 white, 130px 0 white, 115px 0 white;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 145px 0 white, 130px 0 white;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 145px 0 white;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}
a {
  text-decoration: none;
}

.exchange-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(6, 25, 66, 0.9294117647);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.exchange-wrap .exchange-icon {
  max-width: 250px;
}
.exchange-wrap .exchange-logo {
  position: absolute;
  bottom: 10px;
}

.footer {
  position: relative;
  text-align: center;
  width: 100%;
  bottom: 0px;
  padding: 3px 0px;
  background: rgba(4, 93, 218, 0.9450980392);
  color: #fff;
}/*# sourceMappingURL=main.css.map */