@charset "UTF-8";
@font-face {
  font-family: RussoOne-Regular;
  src: url(./RussoOne-Regular.ttf);
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: RussoOne-Regular, "Arial", sans-serif;
  scroll-behavior: smooth;
  background-position: center;
  background-image: url("/event/luckywheel/images/wbg.png?v=0.3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #9934ba !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

body button {
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
}

body button:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body a {
  text-decoration: none;
}

body select {
  border: none;
  outline: none;
}

body input {
  border: none;
  outline: none;
  background: transparent;
}

body input[type="number"]::-webkit-outer-spin-button,
body input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body input[type="number"] {
  -moz-appearance: textfield;
}

body #toast-container {
  margin-top: 10px !important;
}

body .toast-error {
  background-color: rgba(255, 0, 0, 0.7);
}

body .toast-success {
  background-color: rgba(0, 128, 0, 0.7);
}

@-webkit-keyframes center-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes center-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes clockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes clockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes counterclockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes counterclockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes coin-animation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  75% {
    opacity: 0.7;
    -webkit-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
  }
}

@keyframes coin-animation {
  0% {
    opacity: 0.5;
    -webkit-transform: scale3d(0.6, 0.6, 1);
            transform: scale3d(0.6, 0.6, 1);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  75% {
    opacity: 0.7;
    -webkit-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scale3d(1.3, 1.3, 1);
            transform: scale3d(1.3, 1.3, 1);
  }
}

@-webkit-keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.border-animation {
  position: relative;
}

.border-animation::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 16px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#0d6efd), color-stop(#ffb401), color-stop(#0d6efd), to(#ff8a00));
  background: linear-gradient(90deg, #0d6efd, #ffb401, #0d6efd, #ff8a00);
  background-size: 300% 300%;
  -webkit-animation: borderAnimation 3s infinite linear;
          animation: borderAnimation 3s infinite linear;
  z-index: -1;
}

.v-wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

.v-wrapper .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 7vw;
}

.v-wrapper .symbol > img {
  width: 100%;
}

.v-wrapper .symbol.symbol-1 {
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
  -webkit-animation: symbol-animation ease-out 2s infinite;
          animation: symbol-animation ease-out 2s infinite;
}

.v-wrapper .symbol.symbol-2 {
  top: 10%;
  left: 55%;
  -webkit-transform: translate(-55%, -10%);
          transform: translate(-55%, -10%);
  -webkit-animation: symbol-animation ease-out 1.4s infinite;
          animation: symbol-animation ease-out 1.4s infinite;
}

.v-wrapper .symbol.symbol-3 {
  bottom: 0;
  left: 0;
  -webkit-animation: symbol-animation ease-out 1.8s infinite;
          animation: symbol-animation ease-out 1.8s infinite;
}

.v-wrapper .symbol.symbol-4 {
  bottom: 15%;
  left: 60%;
  -webkit-transform: translate(-60%, 0);
          transform: translate(-60%, 0);
  -webkit-animation: symbol-animation ease-out 2.4s infinite;
          animation: symbol-animation ease-out 2.4s infinite;
}

.v-wrapper .v-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 30%;
  padding-top: 5%;
  visibility: hidden;
}

.v-wrapper .v-container.show {
  visibility: visible;
}

.v-wrapper .v-container .coin-overlay {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  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;
  pointer-events: none;
}

.v-wrapper .v-container .coin-overlay > img {
  width: 25%;
  -webkit-animation: coin-animation infinite ease-in-out 7s;
          animation: coin-animation infinite ease-in-out 7s;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.v-wrapper .v-container .roulette-wrapper {
  width: 33vw;
  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;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}

.v-wrapper .v-container .roulette-wrapper .wheel {
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.v-wrapper .v-container .roulette-wrapper .wheel-border {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  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;
}

.v-wrapper .v-container .roulette-wrapper .wheel-border > img {
  width: 100%;
}

.v-wrapper .v-container .roulette-wrapper .wheel-border.rotate > img {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.v-wrapper .v-container .roulette-wrapper .wheel-logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}

.v-wrapper .v-container .roulette-wrapper .back {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.v-wrapper .v-container .roulette-wrapper .back.spin {
  -webkit-animation: counterclockwise 1.4s linear infinite;
          animation: counterclockwise 1.4s linear infinite;
  /* 🔄 Add this */
}

.v-wrapper .v-container .roulette-wrapper .effect {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

.v-wrapper .v-container .roulette-wrapper .effect.spin {
  -webkit-animation: clockwise 1.4s linear infinite;
          animation: clockwise 1.4s linear infinite;
  /* 🔄 Add this */
}

.v-wrapper .v-container .roulette-wrapper .pointer {
  width: 13%;
  position: absolute;
  top: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.v-wrapper .v-container .roulette-wrapper .centre {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-wrapper .v-container .roulette-wrapper .centre:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.v-wrapper .v-container .roulette-wrapper .centre > img {
  width: 100%;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: -20%;
  z-index: 4;
  width: 100%;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button {
  width: calc((100%) / 2);
  position: relative;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button {
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button > img {
  width: 100%;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button:disabled {
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:first-of-type {
  margin-right: 10px;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:first-of-type > img {
  width: 100%;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:first-of-type > span {
  color: #fff;
  position: absolute;
  left: 70%;
  top: 51%;
  -webkit-transform: translate(-70%, -51%);
          transform: translate(-70%, -51%);
  font-size: 1.2rem;
  font-weight: bold;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:last-of-type > img {
  width: 100%;
}

.v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:last-of-type > span {
  color: #fff;
  position: absolute;
  left: 33%;
  top: 51%;
  -webkit-transform: translate(-33%, -51%);
          transform: translate(-33%, -51%);
  font-size: 1.2rem;
  font-weight: bold;
}

.v-wrapper .v-container .stage-wrapper {
  width: 30vw;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-wrapper .v-container .stage-wrapper > img {
  width: 100%;
  pointer-events: none;
}

.v-wrapper .v-container .operation-wrapper {
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 8vh;
}

.v-wrapper .v-container .operation-wrapper.disabled {
  pointer-events: none;
}

.v-wrapper .v-container .operation-wrapper > div.operation-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-wrapper .v-container .operation-wrapper > div.operation-bg > img {
  width: 100%;
}

.v-wrapper .v-container .operation-wrapper > div.operation-switch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  position: absolute;
  top: auto;
  bottom: 35px;
  padding: 0 10%;
}

.v-wrapper .v-container .operation-wrapper > div.operation-switch > button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-wrapper .v-container .operation-wrapper > div.operation-switch > button > img {
  width: 100%;
}

.v-wrapper .v-container .operation-wrapper > div.operation-switch > button.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 5% 10px 5%;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div {
  width: 70%;
  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;
  margin-right: 10px;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 10px;
  text-shadow: 0.1em 0.1em 0.2em black;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2) {
  color: #ffcd00;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 2px;
  margin-right: 3px;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.2em black;
  padding-bottom: 2px;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type::before {
  content: "/ ";
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:last-of-type {
  width: 100%;
  height: 5px;
  border-radius: 8px;
  background: #fff;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:last-of-type > div {
  border-radius: inherit;
  background: #ffcd00;
  width: 20%;
  height: 5px;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > a {
  width: calc(30% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > a > img {
  width: 100%;
}

.v-wrapper .v-container .operation-wrapper > div.operation-progress > a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.v-wrapper .function-overlay {
  width: 20vw;
  height: 80vh;
  border-radius: 8px;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
}

.v-wrapper .function-overlay .function-wrapper {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.v-wrapper .function-overlay .function-wrapper .day-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;
  position: relative;
  background-image: url(../../luckywheel/images/day-frame.png?v=0.1);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 8% 40px 8%;
  visibility: hidden;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper.show {
  visibility: visible;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > img {
  width: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 6);
  position: relative;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li > img {
  width: 100%;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li:last-of-type {
  width: 100%;
  margin-top: 5px;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li:last-of-type > img:first-of-type {
  width: calc((100% - 10px) / 6);
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li:last-of-type > img:last-of-type {
  width: 100%;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li.checked::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../../event/luckywheel/images/checked.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -3px;
  right: -5px;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li.checked:last-of-type::after {
  top: 0;
  left: 0;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > a {
  width: 80%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > a > img {
  width: 100%;
}

.v-wrapper .function-overlay .function-wrapper .day-wrapper > a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper {
  margin-top: 30px;
  width: 100%;
  height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../../luckywheel/images/record-frame.png?v=0.1);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 85px 11% 55px 11%;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button {
  width: calc(100% / 2);
  padding: 16px 0;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button > span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button.active {
  position: relative;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button.active::after {
  content: "";
  background-image: url(../../luckywheel/images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button.active > span {
  color: #ffda00;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container {
  width: 100%;
  display: block;
  overflow-y: scroll;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: transparent;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list,
.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list {
  width: 100%;
  display: none;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list.show,
.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list.show {
  display: block;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li,
.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li > span,
.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li > span {
  width: 50%;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li > span:first-of-type,
.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li > span:first-of-type {
  color: #fdfffd;
  font-size: 14px;
}

.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li > span:last-of-type,
.v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li > span:last-of-type {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

#prizeModal {
  background: rgba(0, 0, 0, 0.85);
}

#prizeModal .modal-content {
  border: none;
  position: relative;
  background: transparent;
}

#prizeModal .modal-content > i {
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

#prizeModal .modal-content > i:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#prizeModal .modal-content > .modal-body {
  padding: 0;
  position: relative;
}

#prizeModal .modal-content > .modal-body .modal-close {
  position: absolute;
  right: -25px;
  top: -25px;
  display: none;
}

#prizeModal .modal-content > .modal-body .modal-close > img {
  width: 40px;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > img.coin {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > img.coin.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > img.modal-top {
  width: 100%;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > img.modal-bot {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > button.prize-close {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > span {
  color: #efe53c;
  font-size: 1.3em;
  font-weight: bold;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding-top: 0;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > div > span {
  color: #efe53c;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  font-family: RussoOne-Regular, "Arial", sans-serif;
}

#prizeModal .modal-content > .modal-body > .prize-wrapper > div > span.full {
  width: 100%;
  font-size: 2rem;
  margin-top: 10px;
  color: #faee0c;
}

@media (max-width: 1550px) {
  .v-wrapper .v-container .roulette-wrapper,
  .v-wrapper .v-container .stage-wrapper,
  .v-wrapper .v-container .operation-wrapper {
    width: 35vw;
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch {
    margin-top: 6vh;
  }
}

@media (max-width: 1400px) {
  .v-wrapper .v-container .roulette-wrapper,
  .v-wrapper .v-container .stage-wrapper,
  .v-wrapper .v-container .operation-wrapper {
    width: 38vw;
  }
  .v-wrapper .function-overlay .function-wrapper .function-logo > img {
    width: 85%;
  }
}

@media (max-width: 1350px) {
  .v-wrapper .v-container .roulette-wrapper,
  .v-wrapper .v-container .stage-wrapper,
  .v-wrapper .v-container .operation-wrapper {
    width: 39vw;
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch {
    margin-top: 6vh;
  }
}

@media (max-width: 1250px) {
  .v-wrapper .v-container .roulette-wrapper,
  .v-wrapper .v-container .stage-wrapper,
  .v-wrapper .v-container .operation-wrapper {
    width: 45vw;
  }
  .v-wrapper .function-overlay {
    width: 25vw;
  }
  .v-wrapper .function-overlay .function-wrapper .function-logo > img {
    width: 70%;
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch {
    margin-top: 5vh;
  }
}

@media (max-width: 1100px) {
  .v-wrapper .v-container .roulette-wrapper,
  .v-wrapper .v-container .stage-wrapper,
  .v-wrapper .v-container .operation-wrapper {
    width: 47vw;
  }
  .v-wrapper .v-container .roulette-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type,
  .v-wrapper .v-container .stage-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type,
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type {
    font-size: 1rem;
  }
  .v-wrapper .v-container .roulette-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2),
  .v-wrapper .v-container .stage-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2),
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2) {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .v-wrapper .v-container .roulette-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type,
  .v-wrapper .v-container .stage-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type,
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .v-wrapper .function-overlay {
    width: 25vw;
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch {
    margin-top: 5vh;
  }
}

@media (max-width: 900px) {
  .v-wrapper .v-container .roulette-wrapper,
  .v-wrapper .v-container .stage-wrapper,
  .v-wrapper .v-container .operation-wrapper {
    width: 53vw;
  }
  .v-wrapper .v-container .roulette-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type,
  .v-wrapper .v-container .stage-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type,
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type {
    font-size: 1rem;
  }
  .v-wrapper .v-container .roulette-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2),
  .v-wrapper .v-container .stage-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2),
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2) {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .v-wrapper .v-container .roulette-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type,
  .v-wrapper .v-container .stage-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type,
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .v-wrapper .function-overlay {
    width: 30vw;
    right: 2%;
    top: 50%;
    -webkit-transform: translate(-2%, -50%);
            transform: translate(-2%, -50%);
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch {
    margin-top: 5vh;
  }
}

@media (max-width: 576px) {
  body {
    background-image: url("/event/luckywheel/images/mbg.png?v=0.1");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #9934ba !important;
  }
  .v-wrapper {
    overflow: visible;
    height: auto;
    padding-top: 30px;
  }
  .v-wrapper .symbol {
    display: none;
  }
  .v-wrapper .v-container {
    padding-right: 0;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 10vh;
  }
  .v-wrapper .v-container .roulette-wrapper .pointer {
    width: 13%;
    position: absolute;
    top: -2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
  }
  .v-wrapper .v-container .roulette-wrapper .centre {
    width: 32%;
  }
  .v-wrapper .v-container .roulette-wrapper .centre > img {
    width: 100%;
  }
  .v-wrapper .v-container .coin-overlay {
    top: 5vh;
    width: 100%;
  }
  .v-wrapper .v-container .coin-overlay > img {
    width: calc(100% / 3);
  }
  .v-wrapper .v-container .roulette-wrapper {
    width: 90vw;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: -20%;
    z-index: 4;
    width: 100%;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button {
    width: calc((100%) / 2);
    position: relative;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button::before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button {
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button > img {
    width: 100%;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-header .button > button:disabled {
    -webkit-filter: grayscale(1) !important;
            filter: grayscale(1) !important;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:first-of-type > img {
    width: 100%;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:first-of-type > span {
    color: #fff;
    position: absolute;
    left: 70%;
    top: 51%;
    -webkit-transform: translate(-70%, -51%);
            transform: translate(-70%, -51%);
    font-size: 1.2rem;
    font-weight: bold;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:last-of-type > img {
    width: 100%;
  }
  .v-wrapper .v-container .roulette-wrapper .roulette-ticket > div.roulette-ticket-body > div:last-of-type > span {
    color: #fff;
    position: absolute;
    left: 33%;
    top: 51%;
    -webkit-transform: translate(-33%, -51%);
            transform: translate(-33%, -51%);
    font-size: 1.2rem;
    font-weight: bold;
  }
  .v-wrapper .v-container .stage-wrapper {
    width: 90vw;
  }
  .v-wrapper .v-container .operation-wrapper {
    width: 96vw;
    margin-top: 18vh;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-switch {
    padding: 0 2%;
    top: auto;
    bottom: 15px;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress {
    padding: 0 2% 5px 2%;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div {
    width: 75%;
    margin-right: 5px;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type {
    font-size: 12px;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2) {
    font-size: 12px;
    padding-bottom: 0;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type {
    font-size: 12px;
    padding-bottom: 0;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > a {
    width: calc(25% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > a > img {
    width: 100%;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .v-wrapper .function-overlay {
    width: 100%;
    height: auto;
    padding: 0 8%;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 30px 0 15px 0;
  }
  .v-wrapper .function-overlay .function-wrapper {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .v-wrapper .function-overlay .function-wrapper .day-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;
    position: relative;
    background-image: url(../../luckywheel/images/day-frame.png?v=0.1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 45px 8% 40px 8%;
    visibility: hidden;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper.show {
    visibility: visible;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > img {
    width: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 6);
    position: relative;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li > img {
    width: 100%;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li:last-of-type {
    width: 100%;
    margin-top: 5px;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li:last-of-type > img:first-of-type {
    width: calc((100% - 10px) / 6);
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li:last-of-type > img:last-of-type {
    width: 100%;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li.checked::after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../../event/luckywheel/images/checked.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -3px;
    right: -5px;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > ul > li.checked:last-of-type::after {
    top: 0;
    left: 0;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > a {
    width: 80%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > a > img {
    width: 100%;
  }
  .v-wrapper .function-overlay .function-wrapper .day-wrapper > a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper {
    margin-top: 30px;
    width: 100%;
    height: 55vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background-image: url(../../luckywheel/images/record-frame.png?v=0.1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 85px 11% 55px 11%;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch {
    width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button {
    width: calc(100% / 2);
    padding: 13px 0;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button > span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-switch > button.active > span {
    color: #ffda00;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container {
    width: 100%;
    display: block;
    overflow-y: scroll;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: transparent;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list,
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list {
    width: 100%;
    display: none;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list.show,
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list.show {
    display: block;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li,
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 5px;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li > span,
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li > span {
    width: 50%;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li > span:first-of-type,
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li > span:first-of-type {
    color: #fdfffd;
    font-size: 14px;
  }
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .ticket-record-list > li > span:last-of-type,
  .v-wrapper .function-overlay .function-wrapper .record-wrapper .record-container .reward-record-list > li > span:last-of-type {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
  }
  #prizeModal .modal-content {
    border: none;
    position: relative;
    background: transparent;
  }
  #prizeModal .modal-content > i {
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #prizeModal .modal-content > i:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  #prizeModal .modal-content > .modal-body {
    padding: 0;
  }
  #prizeModal .modal-content > .modal-body .modal-close {
    position: absolute;
    right: -0;
    top: -25px;
  }
  #prizeModal .modal-content > .modal-body .modal-close > img {
    width: 30px;
  }
  #prizeModal .modal-content > .modal-body > .prize-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #prizeModal .modal-content > .modal-body > .prize-wrapper > img {
    width: 100%;
  }
  #prizeModal .modal-content > .modal-body > .prize-wrapper > span {
    color: #efe53c;
    font-size: 1.3em;
    font-weight: bold;
  }
  #prizeModal .modal-content > .modal-body > .prize-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 78%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    padding-top: 20px;
  }
  #prizeModal .modal-content > .modal-body > .prize-wrapper > div > span {
    color: #efe53c;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
  }
  #prizeModal .modal-content > .modal-body > .prize-wrapper > div > span.full {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 10px;
    color: #faee0c;
  }
}

@media (max-width: 430px) {
  .v-wrapper .v-container .operation-wrapper {
    width: 96vw;
    margin-top: 18vh;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-switch {
    padding: 0 2%;
    top: auto;
    bottom: 10px;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress {
    padding: 0 2% 5px 2%;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div {
    width: 75%;
    margin-right: 5px;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:first-of-type {
    font-size: 12px;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:nth-of-type(2) {
    font-size: 12px;
    padding-bottom: 0;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > div > div:first-of-type > span:last-of-type {
    font-size: 12px;
    padding-bottom: 0;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > a {
    width: calc(25% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > a > img {
    width: 100%;
  }
  .v-wrapper .v-container .operation-wrapper > div.operation-progress > a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .v-wrapper .function-overlay {
    width: 100%;
    height: auto;
    padding: 0 8%;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 30px 0 15px 0;
  }
  .v-wrapper .function-overlay .function-wrapper {
    height: auto;
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch {
    margin-top: 5.8vh;
  }
  .v-wrapper .function-overlay .function-wrapper .function-switch > button:first-of-type {
    margin-bottom: 3px;
  }
}

@-webkit-keyframes breathe-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes breathe-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes symbol-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes symbol-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@-webkit-keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  10% {
    -webkit-transform: rotate(-12deg) translate(0, -10%);
            transform: rotate(-12deg) translate(0, -10%);
  }
  20% {
    -webkit-transform: rotate(12deg) translate(0, -30%);
            transform: rotate(12deg) translate(0, -30%);
  }
  28% {
    -webkit-transform: rotate(-10deg) translate(0, -60%);
            transform: rotate(-10deg) translate(0, -60%);
  }
  36% {
    -webkit-transform: rotate(10deg) translate(0, -80%);
            transform: rotate(10deg) translate(0, -80%);
  }
  42% {
    -webkit-transform: rotate(-8deg) translate(0, -90%);
            transform: rotate(-8deg) translate(0, -90%);
  }
  48% {
    -webkit-transform: rotate(8deg) translate(0, -100%);
            transform: rotate(8deg) translate(0, -100%);
  }
  52% {
    -webkit-transform: rotate(-4deg) translate(0, -85%);
            transform: rotate(-4deg) translate(0, -85%);
  }
  56% {
    -webkit-transform: rotate(4deg) translate(0, -55%);
            transform: rotate(4deg) translate(0, -55%);
  }
  60% {
    -webkit-transform: rotate(0deg) translate(0, -45%);
            transform: rotate(0deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  10% {
    -webkit-transform: rotate(-12deg) translate(0, -10%);
            transform: rotate(-12deg) translate(0, -10%);
  }
  20% {
    -webkit-transform: rotate(12deg) translate(0, -30%);
            transform: rotate(12deg) translate(0, -30%);
  }
  28% {
    -webkit-transform: rotate(-10deg) translate(0, -60%);
            transform: rotate(-10deg) translate(0, -60%);
  }
  36% {
    -webkit-transform: rotate(10deg) translate(0, -80%);
            transform: rotate(10deg) translate(0, -80%);
  }
  42% {
    -webkit-transform: rotate(-8deg) translate(0, -90%);
            transform: rotate(-8deg) translate(0, -90%);
  }
  48% {
    -webkit-transform: rotate(8deg) translate(0, -100%);
            transform: rotate(8deg) translate(0, -100%);
  }
  52% {
    -webkit-transform: rotate(-4deg) translate(0, -85%);
            transform: rotate(-4deg) translate(0, -85%);
  }
  56% {
    -webkit-transform: rotate(4deg) translate(0, -55%);
            transform: rotate(4deg) translate(0, -55%);
  }
  60% {
    -webkit-transform: rotate(0deg) translate(0, -45%);
            transform: rotate(0deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@-webkit-keyframes slider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4000px);
            transform: translateY(-4000px);
  }
}

@keyframes slider {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4000px);
            transform: translateY(-4000px);
  }
}

.border-animation {
  position: relative;
  padding: 1px 1px;
  margin-left: 2px;
}

.border-animation::before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-radius: 8px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#ecf00e), color-stop(#f056e7), color-stop(#f1f519), to(#e5a05b));
  background: linear-gradient(90deg, #ecf00e, #f056e7, #f1f519, #e5a05b);
  background-size: 300% 300%;
  -webkit-animation: borderAnimation 3s infinite linear;
          animation: borderAnimation 3s infinite linear;
  z-index: -1;
}
/*# sourceMappingURL=index.css.map */