@charset "UTF-8";
@font-face {
  font-family: "Stabile-Regular";
  src: url("../fonts/Stabile-Regular.ttf");
}
@font-face {
  font-family: "BraahOne-Regular";
  src: url("../fonts/BraahOne-Regular.ttf");
}
@font-face {
  font-family: "PottaOne-Regular";
  src: url("../fonts/PottaOne-Regular.ttf");
}
@font-face {
  font-family: "Gluten";
  src: url("../fonts/gluten/Gluten-SemiBold.ttf");
}
@font-face {
  font-family: "Impact";
  src: url("../fonts/UTM-Impact.ttf");
}
@font-face {
  font-family: "Americana-Regular";
  src: url("../fonts/utm-american/UTM Americana.ttf");
}
/*variable*/
/*Color*/
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes skew-x-shaking {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes skew-x-shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pad0 {
  padding: 0;
}

p {
  margin-bottom: 0.5rem;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Stabile-Regular";
  font-size: 1rem;
  color: #d53688;
  background-color: #f5f0ec;
}
body .swal2-popup {
  font-family: Arial, Helvetica, sans-serif;
}
.content-layout.default .banner-pc {
  width: 100%;
}
.content-layout .request-access-wrapper {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(40, 34, 31);
}
.content-layout .request-access-wrapper .request-access-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-layout .request-access-wrapper .content {
  text-align: center;
}
.content-layout .request-access-wrapper .request-access-label {
  margin-bottom: 1rem;
  text-align: left;
}
.content-layout .request-access-wrapper .btn-request-access {
  height: fit-content;
  display: block;
  position: relative;
}
.content-layout .request-access-wrapper .btn-request-access .bg-btn-img {
  width: 100%;
}
.content-layout .request-access-wrapper .btn-request-access .btn-request-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-layout .request-access-wrapper .btn-request-access .btn-request-text {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #29221f;
  font-size: 1.75rem;
}
@media (max-width: 540px) {
  .content-layout .request-access-wrapper .btn-request-access .btn-request-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .content-layout .request-access-wrapper .btn-request-access .btn-request-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 380px) {
  .content-layout .request-access-wrapper .btn-request-access .btn-request-text {
    font-size: 1.25rem;
  }
}
.content-layout.show-request-permission .request-access-wrapper {
  display: block;
}
.content-layout .btn-get-que {
  position: absolute;
  color: #d53688;
  font-size: 1rem;
  border: 1px solid #f1c284;
  padding: 0.25rem 1rem;
  top: 1%;
  left: 1%;
}
.content-layout.view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/dazzle-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .content-layout.view {
    background-image: url("../images/dazzle-banner-bg-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.content-layout.view .logo-img {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 30%;
  max-width: 20vw;
}
@media (max-width: 576px) {
  .content-layout.view .logo-img {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .content-layout.view .logo-img {
    width: 40%;
  }
}
@media (max-width: 380px) {
  .content-layout.view .logo-img {
    top: 0.5rem;
    width: 30%;
  }
}
.content-layout.view .label-gieoque-img {
  position: absolute;
  top: 5%;
  max-width: 70%;
  max-height: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: none;
}
.content-layout.view .box-notification {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
  display: none;
}
.content-layout.view .box-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 60%;
}
.content-layout.view .box-container .box-que-img {
  display: none;
  margin: 0 auto;
  max-height: 100%;
}
.content-layout.view .box-container .box-que-img.has-animation {
  -webkit-animation: tilt-shaking 0.3s infinite;
  -moz-animation: tilt-shaking 0.3s infinite;
  -ms-animation: tilt-shaking 0.3s infinite;
  -o-animation: tilt-shaking 0.3s infinite;
  animation: tilt-shaking 0.3s infinite;
}
.content-layout.view .box-container .btn-start {
  height: fit-content;
  display: block;
  position: relative;
}
.content-layout.view .box-container .btn-start .bg-btn-img {
  width: 100%;
}
.content-layout.view .box-container .btn-start .btn-start-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-layout.view .box-container .btn-start .btn-start-text {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #29221f;
  font-size: 1.75rem;
}
@media (max-width: 540px) {
  .content-layout.view .box-container .btn-start .btn-start-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .content-layout.view .box-container .btn-start .btn-start-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 380px) {
  .content-layout.view .box-container .btn-start .btn-start-text {
    font-size: 1.25rem;
  }
}
.content-layout.view .box-dazzle-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  .content-layout.view .box-dazzle-container {
    margin-top: 10%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .content-layout.view .box-dazzle-container {
    margin-top: 12vh;
  }
}
.content-layout.view .box-dazzle-container .box-start-left {
  width: 48%;
  text-align: center;
}
@media (max-width: 768px) {
  .content-layout.view .box-dazzle-container .box-start-left {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .content-layout.view .box-dazzle-container .box-start-left {
    margin-bottom: 2rem;
  }
}
@media (max-width: 360px) {
  .content-layout.view .box-dazzle-container .box-start-left {
    margin-bottom: 0.5rem;
  }
}
.content-layout.view .box-dazzle-container .box-start-left .dazzle-img-text {
  width: 80%;
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  .content-layout.view .box-dazzle-container .box-start-left .dazzle-img-text {
    width: 55%;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 576px) {
  .content-layout.view .box-dazzle-container .box-start-left .dazzle-img-text {
    width: 80%;
  }
}
.content-layout.view .box-dazzle-container .box-start-right {
  width: 50%;
}
@media (max-width: 768px) {
  .content-layout.view .box-dazzle-container .box-start-right {
    width: 100%;
    text-align: center;
  }
}
.content-layout.view .box-dazzle-container .box-start-right .dazzle-box-img {
  width: 100%;
}
@media (max-width: 768px) {
  .content-layout.view .box-dazzle-container .box-start-right .dazzle-box-img {
    margin: 0 auto;
    max-height: 62vh;
    object-fit: contain;
    -o-object-fit: contain;
  }
}
.content-layout.view .box-dazzle-container .box-game-ready {
  display: none;
  text-align: center;
  position: relative;
}
.content-layout.view .box-dazzle-container .box-game-ready .dazzle-img-text {
  width: 60%;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .content-layout.view .box-dazzle-container .box-game-ready .dazzle-img-text {
    width: 84%;
  }
}
.content-layout.view .box-dazzle-container .box-game-ready .dazzle-box-img {
  width: 100%;
  max-height: 62vh;
  object-fit: contain;
  -o-object-fit: contain;
}
.content-layout.view .box-dazzle-container .box-game-ready .dazzle-box-img.has-animation {
  -webkit-animation: tilt-shaking 0.3s infinite;
  -moz-animation: tilt-shaking 0.3s infinite;
  -ms-animation: tilt-shaking 0.3s infinite;
  -o-animation: tilt-shaking 0.3s infinite;
  animation: tilt-shaking 0.3s infinite;
}
.content-layout.view .box-dazzle-container .btn-start-dazzle {
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  padding: 0.5rem 2rem 0.35rem;
  font-size: 1.5rem;
  font-family: "Impact";
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff49a1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 2px solid #fff;
}
@media (max-width: 576px) {
  .content-layout.view .box-dazzle-container .btn-start-dazzle {
    font-size: 1.55rem;
  }
}
@media (max-width: 375px) {
  .content-layout.view .box-dazzle-container .btn-start-dazzle {
    font-size: 1rem;
    padding: 0.4rem 1.5rem 0.3rem;
  }
}
.content-layout.view:has(.box-container.ready) .logo-img {
  display: none;
}
.content-layout.view:has(.box-container.ready) .label-gieoque-img {
  display: block;
}
.content-layout.view:has(.box-container.ready) .box-container .box-que-img {
  display: block;
}
.content-layout.view:has(.box-container.ready) .box-container .btn-start {
  display: none;
}
.content-layout.view:has(.box-dazzle-container.ready) .logo-img {
  display: none;
}
.content-layout.view:has(.box-dazzle-container.ready) .box-dazzle-container {
  margin-top: 5%;
  height: 90%;
}
.content-layout.view:has(.box-dazzle-container.ready) .box-dazzle-container .box-start-left {
  display: none;
}
.content-layout.view:has(.box-dazzle-container.ready) .box-dazzle-container .box-start-right {
  display: none;
}
.content-layout.view:has(.box-dazzle-container.ready) .box-dazzle-container .box-game-ready {
  display: block;
}
.content-layout .xemque-ribbon-img {
  position: absolute;
  z-index: 1;
}
.content-layout .xemque-ribbon-img.top {
  right: 0;
  top: 0;
  max-height: 45%;
  max-width: 40%;
}
.content-layout .xemque-ribbon-img.bottom {
  bottom: 0;
  left: 0;
  max-width: 30%;
  max-height: 20%;
}
@media (max-width: 678px) {
  .content-layout .xemque-ribbon-img.bottom {
    max-width: 34%;
  }
}
@media (max-width: 440px) {
  .content-layout .xemque-ribbon-img.bottom {
    max-width: 60%;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-ribbon-img.bottom {
    max-width: 38%;
  }
}
.content-layout .xemque-card-img {
  position: absolute;
  z-index: 0;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  max-width: max-content;
  height: 86%;
  object-fit: contain;
  -o-object-fit: contain;
}
@media (max-width: 768px) {
  .content-layout .xemque-card-img {
    height: 90%;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-card-img {
    bottom: unset;
    max-width: 100%;
    top: 5%;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-card-img {
    top: 6%;
  }
}
.content-layout .xemque-wrapper {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-layout .xemque-wrapper .xemque-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-layout .xemque-wrapper .view-award-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-layout .xemque-wrapper .update-information-container {
  display: none;
}
.content-layout .xemque-header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4vw;
  letter-spacing: -2px;
  word-spacing: -4px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .content-layout .xemque-header {
    font-size: 5vw;
    letter-spacing: -1px;
  }
}
@media (max-width: 678px) {
  .content-layout .xemque-header {
    font-size: 6vw;
  }
}
@media (max-width: 576px) {
  .content-layout .xemque-header {
    font-size: 6.8vw;
  }
}
@media (max-width: 540px) {
  .content-layout .xemque-header {
    font-size: 5.7vw;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-header {
    font-size: 8vw;
  }
}
.content-layout .xemque-header .xemque-title-top {
  color: #d53688;
  word-spacing: -5px;
  background-image: url("../images/bg-text.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "PottaOne-Regular";
  -webkit-filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0 -0.005em 0 #28221f) drop-shadow(0.01em 0.025em 0 #28221f) drop-shadow(0.015em 0.03em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em rgba(241, 208, 160, 0.2509803922));
  filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0 -0.005em 0 #28221f) drop-shadow(0.01em 0.025em 0 #28221f) drop-shadow(0.015em 0.03em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em rgba(241, 208, 160, 0.2509803922));
}
.content-layout .xemque-header .xemque-title-bottom {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  font-family: "Gluten";
  color: #f1c284;
  background-image: url("../images/bg-yellow-dots.jpg");
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 90%;
  -webkit-filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em rgba(241, 208, 160, 0.2509803922));
  filter: drop-shadow(-0.015em -0.015em 0 #28221f) drop-shadow(0.02em 0.035em 0 #28221f) drop-shadow(0.01em 0.08em 0.01em rgba(241, 208, 160, 0.2509803922));
}
.content-layout .xemque-content {
  font-size: 1.6rem;
  text-align: justify;
  text-align-last: center;
  line-height: 1.2;
  margin-bottom: 1rem;
  min-height: 25vh;
}
@media (max-width: 540px) {
  .content-layout .xemque-content {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .content-layout .xemque-content {
    min-height: 20vh;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-content {
    font-size: 1.35rem;
  }
}
.content-layout .xemque-content .xemque-text {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 1.5px solid #d53688;
  border-bottom: 1.5px solid #d53688;
}
@media (max-width: 540px) {
  .content-layout .xemque-content .xemque-text {
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
  }
}
.content-layout .xemque-footer {
  text-align: center;
}
.content-layout .xemque-btn {
  display: block;
  position: relative;
}
.content-layout .xemque-btn.animation-btn {
  -webkit-animation: skew-x-shake 2s infinite 2s;
  -moz-animation: skew-x-shake 2s infinite 2s;
  -ms-animation: skew-x-shake 2s infinite 2s;
  -o-animation: skew-x-shake 2s infinite 2s;
  animation: skew-x-shake 2s infinite 2s;
}
.content-layout .xemque-btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
.content-layout .xemque-btn .bg-btn-img {
  width: 100%;
}
.content-layout .xemque-btn .xemque-btn-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-layout .xemque-btn .xemque-btn-text {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #29221f;
  font-size: 1.75rem;
}
@media (max-width: 540px) {
  .content-layout .xemque-btn .xemque-btn-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .content-layout .xemque-btn .xemque-btn-text {
    font-size: 1.35rem;
  }
}
@media (max-width: 380px) {
  .content-layout .xemque-btn .xemque-btn-text {
    font-size: 1.25rem;
  }
}
.content-layout .xemque-btn.btn-yellow .xemque-btn-text {
  color: #f1c284;
  color: #f1c284;
}
.content-layout .voucher-box .voucher-logo {
  padding-bottom: 1rem;
  border-bottom: 1.5px solid #d53688;
  margin-bottom: 0.75rem;
  text-align: center;
  min-height: 250px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 440px) {
  .content-layout .voucher-box .voucher-logo {
    min-height: 220px;
  }
}
.content-layout .voucher-box .voucher-logo .voucher-logo-brand {
  width: 80%;
  max-height: 250px;
  object-fit: contain;
  -o-object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 440px) {
  .content-layout .voucher-box .voucher-logo .voucher-logo-brand {
    max-height: 220px;
    width: 90%;
  }
}
.content-layout .voucher-box .voucher-text {
  text-align: justify;
  text-align-last: center;
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid #d53688;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.content-layout .voucher-box .voucher-banner {
  margin-top: 30%;
  padding: 0.5rem 0;
  border-bottom: 1.5px solid #d53688;
  border-top: 1.5px solid #d53688;
  margin-bottom: 2rem;
}
.content-layout .voucher-box .voucher-banner .voucher-banner-img {
  width: 106%;
  margin-left: -3%;
  max-width: unset;
}

.content-award {
  position: relative;
  width: 100%;
  height: 100vh;
}
.content-award .logo-img {
  z-index: 11;
  position: absolute;
  left: 5%;
  top: 2%;
  width: 30%;
  max-width: 200px;
}
.content-award .award-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.content-award .award-container .bg-award-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.content-award .award-container .view-award-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
.content-award .award-container .view-award-container .label-award-img {
  width: 75%;
  max-height: 25vh;
  object-fit: contain;
  -o-object-fit: contain;
  margin: 0 auto 1rem;
}
.content-award .award-container .view-award-container .content-award-img {
  width: 80%;
  max-height: 60vh;
  object-fit: contain;
  -o-object-fit: contain;
  margin: 0 auto 1rem;
}
.content-award .award-container .view-award-container .content-award-img.voucher-img {
  margin-left: -5%;
}
@media (min-width: 540px) {
  .content-award .award-container .view-award-container .content-award-img.voucher-img {
    margin-left: -20px;
  }
}
.content-award .award-container .information-container {
  display: none;
}
.content-award .award-container .notice {
  display: block;
  color: #fff;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}
.content-award .award-container .voucher-container {
  position: relative;
}
.content-award .award-container .voucher-container .voucher-code {
  position: absolute;
  font-size: 20px;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  color: #5f4bc0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4823529412);
  border-radius: 10px;
  padding: 5px 10px;
}
.content-award .award-container .voucher-container .voucher-code .voucher-detail {
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #5f4bc0;
  font-family: Arial, Helvetica, sans-serif;
}
.content-award .award-container .voucher-container .voucher-code .btn-copy {
  width: 20px;
  height: 20px;
  background: url("../images/dazzle/copy-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.content-award .award-container .voucher-container .voucher-code .btn-shop img {
  margin-top: 5px;
}
.content-award .award-container .voucher-container .arrow-img {
  width: 100px;
  position: absolute;
  bottom: 80px;
  left: 10%;
  transform: translateX(-50%);
  animation: arrowFade 0.9s infinite ease-in-out;
}
@media (min-width: 540px) {
  .content-award .award-container .voucher-container .arrow-img {
    left: 50%;
    margin-left: -200px;
    transform: translateX(-50%);
  }
}
@keyframes arrowFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* HTML: <div class="loader"></div> */
.loading-container {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.loading-container .loading-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(40, 34, 31, 0.45);
}
.loading-container .loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transform-origin: 50% 116.5%;
  animation: loading-color 2s infinite linear;
}
.loading-container .loader:before {
  content: "";
  min-width: 233%;
  height: 233%;
  background: radial-gradient(farthest-side, #eb008b 90%, rgba(0, 0, 0, 0)) top, radial-gradient(farthest-side, #652c8f 90%, rgba(0, 0, 0, 0)) left, radial-gradient(farthest-side, #ed3024 90%, rgba(0, 0, 0, 0)) bottom, radial-gradient(farthest-side, #73bd44 90%, rgba(0, 0, 0, 0)) right;
  background-size: 43% 43%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-direction: reverse;
}

@keyframes loading-color {
  100% {
    transform: rotate(360deg);
  }
}
.btn-register {
  background: #fff;
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.5rem;
  border-radius: 15px;
}

.btn-register:hover {
  background: #d13986;
  color: #fff;
}

.submit-content {
  width: 100%;
  height: 100vh;
  background: url("../images/dazzle/form_bg.png") no-repeat center center/cover;
  overflow: hidden;
  position: relative;
}
.submit-content .top-title {
  display: block;
  padding-top: 1rem;
  padding-right: 2rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 540px) {
  .submit-content .top-title {
    width: 500px;
  }
}
.submit-content .sub-title {
  width: 200px;
  display: block;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.submit-content .submit-form-container {
  width: 100%;
  margin-top: 50px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column; /* xếp theo cột */
  gap: 10px;
  color: #ff258e;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.submit-content .submit-form-container .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
  text-align: center;
  background: #fff;
  padding: 4px 15px;
  border: 1px solid #5f4bc0;
  border-radius: 15px;
  width: 280px;
}
.submit-content .submit-form-container .form-group label {
  font-size: 1rem;
  margin-bottom: 0;
}
.submit-content .submit-form-container .form-group input {
  font-size: 1rem;
  border: none;
  outline: none;
  border-bottom: 0.5px dashed #ff49a1;
  margin-bottom: 5px;
}
.submit-content .submit-form-container .submit-btn {
  margin: 10px auto;
  display: block;
  background: #ff49a1;
  color: #fff;
  padding: 4px 30px;
  border: none;
  border-radius: 15px;
  font-size: 1.1rem;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.submit-content .submit-form-container #alert-information {
  font-size: 1rem;
  display: inline;
  margin-bottom: 10px;
  width: 280px;
  text-align: center;
  padding: 3px;
  background: #f45246;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  visibility: hidden;
}

/*# sourceMappingURL=styles.css.map */
