@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@keyframes marquee2 {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@-webkit-keyframes changeImg1 {
  0% {
    z-index: 1;
  }
  50% {
    z-index: 0;
  }
  100% {
    z-index: 1;
  }
}

@keyframes changeImg1 {
  0% {
    z-index: 1;
  }
  50% {
    z-index: 0;
  }
  100% {
    z-index: 1;
  }
}

@-webkit-keyframes changeImg2 {
  0% {
    z-index: 0;
  }
  50% {
    z-index: 1;
  }
  100% {
    z-index: 0;
  }
}

@keyframes changeImg2 {
  0% {
    z-index: 0;
  }
  50% {
    z-index: 1;
  }
  100% {
    z-index: 0;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
  100% {
    -webkit-transform: translate(-15, 0%);
            transform: translate(-15, 0%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%);
  }
  100% {
    -webkit-transform: translate(-15, 0%);
            transform: translate(-15, 0%);
  }
}

@-webkit-keyframes animateBubble {
  0% {
    top: 80%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 0;
  }
}

@keyframes animateBubble {
  0% {
    top: 80%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 0%;
    opacity: 0;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes upup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes upup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@-webkit-keyframes arrow-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  55% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrow-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  55% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-20px) scale(1.1);
            transform: translateY(-20px) scale(1.1);
    opacity: 0.8;
  }
  75% {
    -webkit-transform: translateY(-30px) scale(1);
            transform: translateY(-30px) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-20px) scale(1.1);
            transform: translateY(-20px) scale(1.1);
    opacity: 0.8;
  }
  75% {
    -webkit-transform: translateY(-30px) scale(1);
            transform: translateY(-30px) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-y: scroll !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

input {
  border-radius: 0;
}

input:focus-visible {
  outline: 0;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button[disabled] {
  cursor: no-drop;
}

button[disabled]:hover {
  background: #999999 !important;
}

canvas {
  max-width: 100%;
  width: 100%;
}

.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-cover {
  background: url(../images/bg.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.main-wrap {
  max-width: 414px;
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/bg_main.jpg);
}

section {
  padding: 25px 12px;
}

.btn-broups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.btn-broups button,
.btn-broups a {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #fff;
  background: #1ccb80;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 12px 22px;
  margin: 0 10px;
}

.result-tip {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #000;
  text-align: center;
}

.big-btn {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #fff;
  width: 200px;
  background: #1ccb80;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px;
}

#Banner {
  position: relative;
}

#Banner .deco {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: upup 2s linear infinite alternate;
          animation: upup 2s linear infinite alternate;
}

#Banner .deco01 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#Banner .deco03 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#Banner .deco04 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#Banner .deco05 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#Banner .deco06 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#Banner .deco07 {
  -webkit-animation: arrow-scroll 1.7s infinite ease;
          animation: arrow-scroll 1.7s infinite ease;
}

#Banner .deco08 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#Test .test-start {
  position: relative;
}

#Test button.start-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#Test .test-qa {
  padding: 0 24px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}

#Test .test-qa .title {
  max-width: 300px;
  margin: auto;
}

#Test .test-wrap {
  max-width: 300px;
  width: 70vw;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 0 10px;
  border: 2px solid #000;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 2.4px 2.4px 7px 2px;
          box-shadow: rgba(0, 0, 0, 0.35) 2.4px 2.4px 7px 2px;
}

#Test .slick-slide {
  padding: 20px;
}

#Test .qa {
  height: 45%;
  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-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}

#Test .qa h4 {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #1ccb80;
}

#Test .qa h3 {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #000;
}

#Test .qa .test-icon {
  position: absolute;
  width: 20px;
  height: 20px;
}

#Test .qa .qa1_01 {
  top: -25px;
  left: -30px;
  -webkit-animation: fadeup 1.5s linear infinite;
          animation: fadeup 1.5s linear infinite;
}

#Test .qa .qa1_02 {
  bottom: -25px;
  right: -30px;
  -webkit-animation: fadeup 1.5s -0.5s linear infinite;
          animation: fadeup 1.5s -0.5s linear infinite;
}

#Test .qa .qa2_01 {
  top: 10px;
  left: -25px;
  -webkit-animation: fadeup 1.5s linear infinite;
          animation: fadeup 1.5s linear infinite;
}

#Test .qa .qa2_02 {
  top: 10px;
  right: -25px;
  -webkit-animation: fadeup 1.5s -0.5s linear infinite;
          animation: fadeup 1.5s -0.5s linear infinite;
}

#Test .qa .qa3_01 {
  top: -25px;
  left: -20px;
  -webkit-animation: fadeup 1.5s linear infinite;
          animation: fadeup 1.5s linear infinite;
}

#Test .qa .qa3_02 {
  bottom: -25px;
  right: -20px;
  -webkit-animation: fadeup 1.5s -0.5s linear infinite;
          animation: fadeup 1.5s -0.5s linear infinite;
}

#Test .qa .qa4_01 {
  top: -20px;
  left: -15px;
  -webkit-animation: fadeup 1.5s linear infinite;
          animation: fadeup 1.5s linear infinite;
}

#Test .qa .qa4_02 {
  bottom: -5px;
  right: -25px;
  -webkit-animation: fadeup 1.5s -0.5s linear infinite;
          animation: fadeup 1.5s -0.5s linear infinite;
}

#Test .qa .qa5_01 {
  top: -25px;
  left: 5px;
  -webkit-animation: fadeup 1.5s linear infinite;
          animation: fadeup 1.5s linear infinite;
}

#Test .qa .qa5_02 {
  bottom: 0px;
  right: 25px;
  -webkit-animation: fadeup 1.5s -0.5s linear infinite;
          animation: fadeup 1.5s -0.5s linear infinite;
}

#Test .qa .qa6_01 {
  top: -25px;
  left: -25px;
  -webkit-animation: fadeup 1.5s linear infinite;
          animation: fadeup 1.5s linear infinite;
}

#Test .qa .qa6_02 {
  bottom: -20px;
  right: -25px;
  -webkit-animation: fadeup 1.5s -0.5s linear infinite;
          animation: fadeup 1.5s -0.5s linear infinite;
}

#Test .result-info {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#Test .result-info .big-btn {
  font-size: 20px;
}

#Test .result-info input {
  border: 0;
  border-bottom: 3px solid #1ccb80;
}

#Test .ans-group {
  width: 100%;
  height: 55%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Test .ans-group button {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}

#Test .result-wrap {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-in-out forwards;
          animation: fadeIn 0.8s ease-in-out forwards;
}

#Scanner .title {
  max-width: 180px;
  margin: auto;
}

#Scanner .scanner-btns {
  margin: 20px 0;
}

#Scanner .scanner-btns button {
  width: 100%;
  border-radius: 50px;
  padding: 12px 0;
  background: #999999;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#Scanner .scanner-btns button.active {
  outline: 1px solid #000;
  background: #1ccb80;
}

#Scanner .scanner-selector-wrap {
  position: relative;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 6px;
  margin: 20px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 2.4px 2.4px 7px 2px;
          box-shadow: rgba(0, 0, 0, 0.35) 2.4px 2.4px 7px 2px;
  overflow: hidden;
}

#Scanner .scanner-selector-wrap .top {
  position: absolute;
  width: 100%;
  text-align: end;
  padding: 4px 8px;
  background: #232323;
}

#Scanner .scanner-selector-wrap .top img {
  max-width: 80px;
}

#Scanner .scanner-selector-wrap .bottom {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 12px;
}

#Scanner .scanner-selector-wrap .bottom p {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #000;
}

#Scanner .scanner-selector-wrap .bottom .select-wrap {
  margin-top: 20px;
}

#Scanner .scanner-selector-wrap .bottom .ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

#Scanner .scanner-selector-wrap .bottom span {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #000;
  position: relative;
  display: inline-block;
  padding: 4px 16px;
  background: #1ccb80;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

#Scanner .scanner-selector-wrap .bottom span::after {
  content: "x";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: #fff;
  background: #000;
  top: -8px;
  right: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
}

#Scanner .scanner-selector-wrap .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Scanner button {
  background: #1ccb80;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#Scanner button:disabled {
  background: #999999;
}

#Scanner .coupon-result {
  width: 100%;
}

#Scanner .coupon-result .bottom {
  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;
}

#Scanner .coupon-result p {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #000;
}

#Scanner .coupon-result h4 {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 150px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #1ccb80;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#Scanner .coupon-result button {
  background: #1ccb80;
}

#Scanner .tip {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
  margin: 20px 0;
}

#Scanner .finish-wrap .bottom p {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #1ccb80;
  text-align: center;
  margin: 80px 0;
}

#Sponsor .main-brand {
  position: relative;
}

#Sponsor .main-brand a {
  position: absolute;
  max-width: 120px;
  width: 30vw;
  max-height: 50px;
  height: 10vw;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#qr-reader {
  max-width: 500px;
  width: 100%;
  background: #000;
}

#qr-reader video {
  width: 100% !important;
  height: 100%;
}

img[alt="Info icon"] {
  display: none;
}

#qr-reader__scan_region {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#html5-qrcode-button-camera-start,
#html5-qrcode-button-camera-stop,
#html5-qrcode-button-camera-permission {
  padding: 6px 16px;
  background: #1ccb80 !important;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #000;
}

#alertModal {
  border: 1.5px solid #000;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 2.4px 2.4px 7px 2px;
          box-shadow: rgba(0, 0, 0, 0.35) 2.4px 2.4px 7px 2px;
}

#alertModal .modal-dialog {
  max-width: 300px;
  margin: auto;
}

#alertModal .modal-header {
  padding: 4px 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: #000;
}

#alertModal button {
  max-width: 80px;
}

#alertModal .modal-body {
  font-family: 'Arial', 'noto sans tc', '微軟正黑體', 'sans-serif';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #1ccb80;
  text-align: center;
  padding: 70px 0;
  font-size: 20px;
}

#alertModal .text-pwd-wrap {
  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;
}

#alertModal .text-pwd-wrap input {
  margin: 20px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #1ccb80;
}

#alertModal .text-pwd-wrap button {
  max-width: 100%;
  color: #fff;
  padding: 6px 22px;
  background: #1ccb80;
  border-radius: 50px;
}

.loader {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #fff;
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .main-wrap {
    max-width: 100%;
  }
  #qr-reader video {
    height: auto;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  #qr-shaded-region {
    border-width: 8vw 15vw !important;
  }
  #Test {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Test .test-slick {
    display: -ms-grid;
    display: grid;
  }
}
/*# sourceMappingURL=style.css.map */