@charset "UTF-8";

body {
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', 'Noto Sans SC', 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.main-section,
.welcome-main-section {
  text-align: center;
  height: 100%;
  background-color: #d0f5f4 !important;
  background-image: none !important;
  /* background-image: url('/static/img/PMS-bg.png');
  background-repeat: repeat; */
  width: 100%;
  padding-bottom: 20px;
  background-size: 100%;
}

.homepage-main-section,
.welcome-main-section {
  text-align: center;
  height: 100%;
  background: #ffffff;
  width: 100%;
  padding-bottom: 20px;
  background-size: 100%;
}

.main-section.headRoom,
.headRoom.welcome-main-section {
  margin-top: 20px;
}

.main-section.loginPage,
.loginPage.welcome-main-section {
  min-height: 70vh;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-section#page-login,
#page-login.welcome-main-section {
  background-color: #e3f4f4;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e3f4f4),
    color-stop(73%, #daf0f1),
    color-stop(99%, #94d2d0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e3f4f4),
    color-stop(73%, #daf0f1),
    color-stop(99%, #94d2d0)
  );
  background-image: linear-gradient(180deg, #e3f4f4 0%, #daf0f1 73%, #94d2d0 99%);
}

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;
}

#__next {
  text-align: center;
  max-width: 640px;
  margin: auto;
  position: relative;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.countrycode-kv {
  width: 100%;
}

button.pms-btn:focus,
button.pms-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.pms-btn:focus,
button.pms-btn:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.main-section h2,
.welcome-main-section h2 {
  font-size: 25px;
  font-weight: bold;
  color: #00afab;
}

.hamburger-menu-button {
  outline: none;
  border: none;
  padding: 10px;
}

.mobile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.mobile-flex-mainItem {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.modal-background {
  background-color: rgba(212, 212, 212, 0.7);
}

h2 {
  font-size: 25px;
  font-weight: bold;
  color: #00afab;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-22 {
  width: 22px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media (max-width: 599px) {
  .pb-200 {
    padding-bottom: 20px;
  }
}

.mr-10 {
  margin-right: 10px !important;
}

img.main-logo {
  /* width: 220px;
  margin: 30px auto; */
  visibility: hidden;
  width: 60px;
}

.scanner-main-logo {
  width: 100%;
}

img.receipt-img {
  width: 140px;
  padding: 10px;
  margin-top: auto;
}

img.receipt-img-graphic {
  width: 90px;
  padding: 10px;
  margin-top: auto;
}

.img100 {
  width: 100%;
}

.card {
  display: block;
  width: 90%;
  margin: 40px auto 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
}

.card hr {
  border-top: 1px solid #d7af39;
  border-bottom: 1px solid #e7cf88;
}

.card .card-p {
  font-size: 16px;
  line-height: 1.5;
  color: #727272;
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.card .card-p span {
  color: #00afab;
}

.card .card-p.small,
.card .card-p .small {
  font-size: 14px;
  color: #727272;
}

.CS-message {
  text-align: left;
  padding: 20px;
}

img.img-CS {
  width: 250px;
  margin-top: -50px;
}

img.img-textCS {
  width: 150px;
}

.uniSelectStyle {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  margin: 0 auto 140px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-color: #ffffff;
}

.uniSelectStyle p {
  font-size: 18px;
  font-weight: bold;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: left;
  color: #80adac;
  padding: 10px;
}

.uniSelectStyle span {
  padding-right: 15px;
}

.uniSelectStyle span img {
  width: 30px;
}

.uniSelect-list {
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-color: #ffffff;
  margin: 20px auto;
  width: 90%;
  position: absolute;
  top: 231px;
  left: 5%;
}

.uniSelect-list .item {
  height: 52px;
  border-bottom: 1px solid #d7af39;
  width: 100%;
  font-size: 18px;
  text-align: left;
  color: #80adac;
  padding: 10px 20px;
  position: relative;
}

.uniSelect-list .item .flag {
  width: 33px;
}

.uniSelect-list .item:active,
.uniSelect-list .item:hover {
  background-color: rgba(210, 210, 210, 0.25);
}

.uniSelect-list .item:last-of-type {
  border: none;
}

.uniSelect-list .item:first-of-type::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #ffffff transparent;
  /* box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31); */
  position: absolute;
  top: -18px;
  right: 21px;
}

.alertWrapper {
  margin: 20px 10px;
  text-align: left;
}

.alertWrapper p {
  line-height: 20px;
}

.uniFormStyle {
  margin: 20px auto;
  border-radius: 10px;
  /* font-family: 'Noto Sans SC', sans-serif !important; */
  padding: 2% !important;
  padding: none;
  width: 90% !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d0f5f4 !important;
}

.uniFormStyle input::-webkit-input-placeholder {
  letter-spacing: 0.9px;
  color: #80adac;
}

.uniFormStyle input:-ms-input-placeholder {
  letter-spacing: 0.9px;
  color: #80adac;
}

.uniFormStyle input::-ms-input-placeholder {
  letter-spacing: 0.9px;
  color: #80adac;
}

.uniFormStyle input::placeholder {
  letter-spacing: 0.9px;
  color: #80adac;
}

/* .uniFormStyle .inlineItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #d7af39;
} */

/* .uniFormStyle .inlineItem .item {
  border: 0;
} */

/* .uniFormStyle .inlineItem .item.last-name {
  padding-left: 10px;
}

.uniFormStyle .inlineItem span {
  height: 20px;
  display: inline-block;
  margin: 14px 3px;
  color: #d7af39;
} */

.uniFormStyle .item {
  /* height: 52px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7af39; */
  padding: 10px;
  width: 90%;
  text-align: left;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-bottom: none;
  margin: 20px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
}

.uniFormStyle .item:last-of-type {
  border: 0;
}

.uniFormStyle .item input[type='password'] {
  width: calc(100% - 40px);
}

.uniFormStyle .item input[type='text'],
.uniFormStyle .item input[type='email'],
.uniFormStyle .item input[type='date'],
.uniFormStyle .item input[type='number'] {
  width: 100%;
}

.uniFormStyle .item input[type='text']::after,
.uniFormStyle .item input[type='email']::after,
.uniFormStyle .item input[type='date']::after,
.uniFormStyle .item input[type='number']::after {
  content: '';
}

.uniFormStyle .item input[type='number']::-webkit-inner-spin-button,
.uniFormStyle .item input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.uniFormStyle .item input[type='date']:before {
  content: attr(placeholder) !important;
  color: #80adac;
  margin-right: 0.5em;
}

.uniFormStyle .item input[type='date']:focus:before {
  content: ' ';
}

.uniFormStyle .item label {
  letter-spacing: 0.9px;
  text-align: left;
  color: #80adac;
}

.uniFormStyle .item input[type='number'] {
  outline: none;
  border: 0;
  width: calc(100% - 69%);
}

.uniFormStyle .item .otpNumberPad {
  outline: none;
  border: none;
  width: 100%;
}

.uniFormStyle .item input[type='text'],
.uniFormStyle .item input[type='password'],
.uniFormStyle .item input[type='email'],
.uniFormStyle .item input[type='date'],
.uniFormStyle .item textarea {
  outline: none;
  border: 0;
  width: calc(100% - 40px);
}

.uniFormStyle .item input[type='text']:focus,
.uniFormStyle .item input[type='password']:focus,
.uniFormStyle .item input[type='email']:focus,
.uniFormStyle .item input[type='date']:focus,
.uniFormStyle .item textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uniFormStyle .item i img {
  width: 32px;
}

.uniFormStyle .item.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uniFormStyle .item.phone input {
  width: 100%;
}

.uniFormStyle .item.phone .pms-btn.form-btn {
  width: 30%;
}

@media (min-width: 600px) {
  .uniFormStyle .item.phone .pms-btn.form-btn {
    width: 70%;
  }
}

@media (max-width: 568px) and (min-width: 320px) {
  .uniFormStyle .item.phone .pms-btn.form-btn {
    width: 70%;
  }

  .uniFormStyle .item.phone input {
    width: 100%;
  }
}

.receipt-scan-submit {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.receipt-scan-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.receipt-scan-button.disabled label {
  display: block;
  position: relative;
  width: 200px;
  height: 150px;
  border-radius: 25px;
  /* background: linear-gradient(40deg,#ff6ec4,#7873f5); */
  /* background-image: linear-gradient(to bottom, #00c6cd, #098d8a 87%, #10908d); */
  /* box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.receipt-scan-button label {
  display: block;
  position: relative;
  width: 200px;
  height: 150px;
  border-radius: 25px;
  /* background: linear-gradient(40deg,#ff6ec4,#7873f5); */
  /* background-image: linear-gradient(to bottom, #00c6cd, #098d8a 87%, #10908d); */
  /* box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.receipt-upload-name {
  bottom: -35px;
  left: 10px;
  font-size: 0.85rem;
  color: #555;
}

input:hover + label,
input:focus + label {
  transform: scale(1.02);
}

/* Adding an outline to the label on focus */
input:focus + label {
  outline: 1px solid #000;
  outline: -webkit-focus-ring-color auto 2px;
}

.pms-btn {
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00c6cd),
    color-stop(87%, #098d8a),
    to(#10908d)
  );
  background-image: linear-gradient(to bottom, #caa74c, #caa74c 87%, #caa74c);
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0;
}

.pms-btn.disabled {
  background-color: #aaaaaa;
  background-image: none;
  -webkit-box-shadow: 0px 0.5px 3.1px 0.4px rgba(77, 77, 77, 0.42);
  box-shadow: 0px 0.5px 3.1px 0.4px rgba(77, 77, 77, 0.42);
  cursor: not-allowed;
}

.pms-btn.white {
  -webkit-box-shadow: 0px 0.5px 3.1px 0.4px rgba(77, 77, 77, 0.42);
  box-shadow: 0px 0.5px 3.1px 0.4px rgba(77, 77, 77, 0.42);
  border: solid 1.5px #caa74c;
  background: none;
  color: #caa74c;
  background-color: #ffffff;
}

#form-register .pms-submit {
  margin: 20px;
  width: 275px;
}

#form-register .pms-submit img {
  width: 20px;
}

.check-label input[type='checkbox'] {
  display: none;
}

.check-label input[type='checkbox']:checked ~ span {
  top: 0px;
}

.check-label input[type='checkbox']:checked ~ span::before {
  content: '\2713';
  color: #00afab;
}

.check-label p {
  display: inline-block;
  color: #00afab;
  font-size: 14px;
}

.check-label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #00afab;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 8px 20px;
}

.radio-label input[type='radio'] {
  display: none;
}

.radio-label input[type='radio']:checked ~ p {
  font-weight: bold;
  color: #00afab;
}

.radio-label input[type='radio']:checked ~ span {
  top: 3px;
}

.radio-label input[type='radio']:checked ~ span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00afab;
  display: block;
  top: 3px;
  position: relative;
  left: 3px;
}

.radio-label p {
  display: inline-block;
  color: #757575;
  font-size: 14px;
  width: calc(100% - 26px);
  margin-top: 3px;
}

.radio-label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #00afab;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.pms-submit {
  width: 220px;
  font-size: 20px;
  height: 50px;
  border-radius: 25px;
}

.form-btn {
  border-radius: 18px;
  width: 90%;
  height: 36px;
}

.pms-link {
  font-size: 14px;
  text-align: right;
  color: #00afab;
  margin: -10px -5px 10px;
}

.pms-link img.key {
  width: 7px;
}

.countryCodeSelector {
  padding: 10px;
  margin: 0 15px 0 0;
  border-radius: 5px;
  color: white;
  background: #00afab;
  border: none;
  position: relative;
}

.meta-section {
  overflow-y: auto;
  padding: 5px;
}

.meta-section .meta-p a {
  text-decoration: none;
  color: #00afab;
}

.meta-section .meta-p a img {
  width: 7px;
  position: relative;
  top: 1px;
}

.getScoreStyle {
  text-align: center;
  padding-bottom: 35px;
}

.getScoreStyle hr {
  width: 70%;
  border-color: #d7af39;
}

.getScoreStyle h1.score {
  font-size: 66px;
  padding: 0 20px;
}

.getScoreStyle h1.score img {
  width: 40px;
  height: 40px;
}

.getScoreStyle h5 {
  color: #727272;
  font-size: 20px;
  line-height: 1 !important;
}

.getScoreStyle h5 span {
  color: #00afab;
}

.getScoreStyle h6 {
  color: #727272;
  font-size: 18px;
  line-height: 2;
}

.getScoreStyle h6.warning-red {
  color: #ff6665;
  text-align: center;
}

.getScoreStyle h6 span {
  color: #00afab;
}

.getScoreStyle h6 img.img-product {
  width: 60%;
}

.getScoreStyle .btn-submit {
  width: 150px;
  margin: 10px;
  height: 40px;
}

#getScore {
  height: 406px;
  width: 90%;
  max-width: 333px;
  background-image: url('/static/img/curtain-bg.png');
  background-size: 100% 100%;
  margin: 20px auto;
  border-radius: 10px;
  padding: 130px 0 0 0;
}

#getScore .pms-submit {
  margin-top: 20px;
}

#getScore hr {
  margin-top: 9px;
}

h1.score {
  font-size: 76px;
  color: #00afab;
  font-weight: 600;
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', Helvetica, Arial, sans-serif;
}

.warning-red {
  color: #ff6665;
  font-size: 14px;
  font-weight: bold;
}

.warning-red-EnglishAddress {
  color: #00afab;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 6%;
}

.warning-grey {
  margin-top: 5%;
  color: grey;
  font-size: 12px;
}

.pms-modal .modal-body {
  padding: 5px 15px 20px;
}

.pms-modal .modal-shadow {
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  display: block;
  position: fixed;
  background-color: rgba(212, 212, 212, 0.7);
}

.bottom-btn-layout .pms-btn {
  width: 122px;
  height: 46px;
  border-radius: 22px;
  margin: 0 7px;
}

#getScore-popUp .modalStyle,
#getScore-popUp .errorModal {
  text-align: center;
  padding-bottom: 50px;
}

#getScore-popUp .modalStyle-digi,
#getScore-popUp .errorModal {
  text-align: center;
  padding-bottom: 50px;
}

#getScore-popUp .getScoreStyle {
  text-align: center;
}

#getScore-popUp h5,
#getScore-popUp h6,
#getScore-popUp h1 {
  text-align: center;
}

#getScore-popUp .pms-submit {
  margin: 20px;
}

#getScore-popUp .warning-red {
  padding: 20px 0 10px;
  text-align: center;
}

.warning-red {
  color: #ff6665;
  text-align: center;
}

#setScore-check .pms-submit {
  margin: 40px 0;
}

#setScore-check p.score {
  font-size: 18px;
  color: #727272;
}

#QRwrong-popUp {
  margin-top: 20px;
}

#QRwrong-popUp h6 {
  line-height: 1.2;
  width: 90%;
  margin: 10px auto 0;
}

#QRwrong-popUp .image-wrapper {
  text-align: center;
}

#QRwrong-popUp .image-wrapper img {
  width: 70%;
}

#QRwrong-popUp .warning-red {
  margin: 20px auto;
  width: 70%;
  line-height: 30px;
}

@media only screen and (max-width: 340px) {
  .modalStyle,
  .errorModal {
    max-width: 98%;
    width: 98%;
    left: 1%;
  }
}

@media only screen and (max-width: 340px) {
  .modalStyle-digi,
  .errorModal {
    max-width: 100%;
    width: 98%;
    left: 1%;
  }
}

.swiper-pagination {
  bottom: 10px;
  left: calc(50% - 25px);
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #b5b5b5;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00afab;
}

.carousel-indicators {
  margin-bottom: 0;
  right: 0;
}

.carousel-indicators li {
  background-color: #b5b5b5;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 0.2;
  display: inline-block;
  border-radius: 100%;
}

.carousel-indicators li.active {
  background-color: #00afab;
  opacity: 1;
}

#activityInfo .carousel-inner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#activityInfo .swiper-container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#activityInfo .row {
  margin: 0;
}

#activityInfo .card {
  padding: 0;
  margin: 20px auto 10px;
  position: relative;
  border-radius: 10px;
}

#activityInfo .card .CS-message h6 {
  font-size: 18px;
  color: #00afab;
  text-align: center;
  letter-spacing: 0.9px;
  margin: 10px 0 20px;
}

#activityInfo .card .CS-message p {
  color: #666566;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}

#activityInfo h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-align: center;
  color: #00afab;
}

#slidePage-1 {
  padding: 10px;
}

#slidePage-1 img.top {
  width: 264px;
}

#activityInfo .carousel-item {
  margin: 0;
}

.carousel-item {
  margin-bottom: 30px;
}

.PMS-table {
  width: 100%;
}

.PMS-table thead tr {
  background-image: url('/static/img/title_bg-tableHeader.png');
  background-repeat: repeat-x;
  height: 42px;
}

.PMS-table thead tr th {
  padding: 13px 5px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.PMS-table tbody {
  background-color: #fff;
}

.PMS-table tbody tr {
  height: 42px;
}

.PMS-table tbody tr:nth-of-type(even) {
  background-color: #f0f0f0;
}

.PMS-table tbody tr td {
  color: #666566;
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
  font-weight: bold;
  line-height: 2;
}

.PMS-table tbody tr td:first-of-type {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #00afab;
}

.nav {
  width: 100%;
  height: 71px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav .flex-left {
  width: 90px;
}

.nav .nav-logo {
  left: 45.8%;
  position: sticky;
}

.nav .nav-logo img {
  cursor: pointer;
  height: 43px;
  margin: 10px;
}

.nav .login-button-image {
  cursor: pointer;
}

.nav .login-nav-logo {
  left: 45.8%;
  position: sticky;
}

.nav .login-nav-logo img {
  height: 43px;
  margin: 10px;
}

.nav button {
  border: 0;
  background: none;
  outline: none;
}

.nav .menu-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}

.nav .menu-button img {
  width: 35px;
  height: 25px;
}

.babyBirthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.babyBirthday span {
  margin-right: 15px;
  color: #00afab;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
  }
}

.modal-open .modal.header-menu-modal-container {
  background: #e4f6f5;
}

.modal-content {
  border: none;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.popup-message {
  margin: 15px;
  padding: 12px;
  border: 8px;
  font-size: 18px;
  font: inherit;
  vertical-align: baseline;
}

.menu-header h3 {
  text-shadow: 0px 0.5px 3.5px rgba(33, 25, 2, 0.97);
  /* font-family: 'Noto Sans SC', sans-serif; */
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.57;
  letter-spacing: 1.26px;
  text-align: center;
  margin: 30px 0;
  color: #ffffff;
}

.menu-header .new-menu-header {
  text-shadow: 0px 0.5px 3.5px rgba(33, 25, 2, 0.97);
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.57;
  letter-spacing: 1.26px;
  margin: 30px 0;
  color: #ffffff;
}

.menu-header img {
  top: 10px;
  position: absolute;
  right: 5%;
  width: 30px;
}

.menu-section1 {
  float: left;
  padding: 5px;
  display: table;
  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;
  width: 100%;
  height: 100%;
}

.menu-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 20px;
  /* font-family: 'Noto Sans SC', sans-serif; */
}

.menu-section-locale {
  text-align: center !important;
  position: relative;
  width: 100%;
  padding: 3px 0px;
  font-size: large;
}

.menu-section .menu-content {
  width: 310px;
  margin: auto;
}

.menu-section .menuContent-btn img {
  max-width: 137px;
  width: 100%;
}

.container-top {
  background-color: #fff;
  padding-top: 20px;
  height: 50px;
}

.container .qrscanner-separator {
  display: block;
  width: 100%;
  margin-bottom: 1% !important;
}

.container-top p {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: 2.5px;
  text-align: center;
  color: #00afab;
}

#getScore-popUpHK .modalStyle,
#getScore-popUpHK .errorModal {
  padding-bottom: 50px;
}

#getScore-popUpHK .modalStyle-digi,
#getScore-popUpHK .errorModal {
  padding-bottom: 50px;
}

#getScore-popUpHK .modal-close {
  margin: 12px 12px 12px 0px;
}

#getScore-popUpHK .img-product {
  width: calc(100% - 10px);
  margin: 10px 5px;
}

#getScore-popUpHK .pms-btn {
  margin: 25px 0;
}

#getScore-popUpHK img {
  margin-left: 5px;
}

#getScore-popUpHK.getScoreStyle {
  padding-bottom: 25px;
}

#404 .pms-modal .modal-body {
  padding: 5px 15px 0px;
}

#404 .getScoreStyle h6 {
  text-align: center;
}

.carousel-control-prev-icon {
  background-image: url('/static/img/slider_btn-left.png');
}

.carousel-control-next-icon {
  background-image: url('/static/img/slider_btn-right.png');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 40px;
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}

#homepage .swiper-container {
  width: 100%;
}

#homepage .swiper-slide img {
  width: 100%;
}

#homepage .swiper-button-prev,
#homepage .swiper-container-rtl .carousel-control-prev-icon .swiper-button-next {
  background-image: url('/static/img/slider_btn-left.png');
  left: 10px;
  right: auto;
}

#homepage .swiper-button-next,
#homepage .swiper-container-rtl .swiper-button-prev {
  background-image: url('/static/img/slider_btn-right.png');
  right: 10px;
  left: auto;
}

.news-list {
  padding: 15px;
}

.news-list .news-card {
  margin: 20px auto;
  padding: 20px;
  width: 100%;
  border-left: 10px solid #00afab;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-color: #ffffff;
}

.news-list .news-card .card-top h6 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: left;
  color: #00afab;
  margin: 0;
}

.news-list .news-card .card-content p {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: justify;
  color: #666566;
  margin: 0;
}

.news-list .news-card .card-content a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: justify;
  color: #00afab;
  text-decoration: underline;
  display: block;
}

.news-list .news-card .card-bottom p.time {
  font-size: 10.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.7;
  letter-spacing: normal;
  color: #949494;
  text-align: right;
  margin: 0;
}

.css-2b097c-container {
  float: left;
  width: 26%;
}

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

.modal {
  background: rgba(212, 212, 212, 0.7);
}

.modalStyle,
.errorModal {
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  display: block;
  z-index: 3;
  max-width: 333px;
  background-color: #fff;
  border-radius: 10px;
  position: static;
  left: calc(50% - 169px);
  top: 10px;
}

.modalStyle-digi,
.errorModal {
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  display: block;
  z-index: 3;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: static;
  left: calc(50% - 169px);
  top: 10px;
}

.modalStyle .img-product,
.errorModal .img-product {
  width: calc(100% - 80px);
  margin: 10px 40px;
}

.modalStyle-digi .img-product,
.errorModal .img-product {
  width: calc(100% - 80px);
  margin: 10px 40px;
}

.modalStyle hr,
.errorModal hr {
  width: 90%;
}

.modalStyle-digi hr,
.errorModal hr {
  width: 90%;
}

.modalStyle .warning-red,
.errorModal .warning-red {
  padding: 20px 0 10px;
  text-align: center;
}

.modalStyle-digi .warning-red,
.errorModal .warning-red {
  padding: 20px 0 10px;
  text-align: center;
}

.modalStyle .modal-bottom,
.errorModal .modal-bottom {
  text-align: center;
  margin-top: 10%;
}

.modalStyle-digi .modal-bottom,
.errorModal .modal-bottom {
  text-align: center;
}

.modalStyle .modal-bottom .pms-submit,
.errorModal .modal-bottom .pms-submit {
  margin: 0 auto;
}

.modalStyle-digi .modal-bottom .pms-submit,
.errorModal .modal-bottom .pms-submit {
  margin: 0 auto;
}

.modalStyle .modal-close-button,
.errorModal .modal-close-button {
  text-align: right;
}

.modalStyle-digi .modal-close-button,
.errorModal .modal-close-button {
  text-align: right;
}

.modalStyle .modal-close-button .modal-close,
.errorModal .modal-close-button .modal-close {
  text-align: right;
  width: 35px;
  padding: 0;
  height: 35px;
  margin: 12px 0;
}

.modalStyle-digi .modal-close-button .modal-close,
.errorModal .modal-close-button .modal-close {
  text-align: right;
  width: 35px;
  padding: 0;
  height: 35px;
}

.modalStyle .modal-close-button .modal-close img,
.errorModal .modal-close-button .modal-close img {
  width: 35px;
  height: 35px;
}

.modalStyle-digi .modal-close-button .modal-close img,
.errorModal .modal-close-button .modal-close img {
  width: 35px;
  height: 35px;
}

.datePickerWrapper {
  z-index: 9999;
  position: absolute;
  top: 110%;
  right: 0;
}

.datePickerWrapper .react-calendar {
  max-width: 350px;
  width: auto;
}

.noselect,
.labelText {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.noselect,
.labelTextbaby {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.headerUserInfoTab {
  width: 100%;
  height: 35px;
  -webkit-box-shadow: 0px 0.5px 3.5px 0 rgba(33, 25, 2, 0.23);
  box-shadow: 0px 0.5px 3.5px 0 rgba(33, 25, 2, 0.23);
  position: relative;
  background-color: #00afab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px;
  color: #fff;
}

.headerUserInfoTab p {
  color: white;
}

.headerUserInfoTab .pointsHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerUserInfoTab .pointsHolder span {
  padding: 0 5px;
}

.footer {
  background: white;
  height: 80px;
  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;
  color: white;
}

/* .new-font-modal {
  font-family: 'Noto Sans SC', sans-serif !important;
} */

.terms-link-width {
  width: 100%;
}

.footer .other-links {
  width: 100%;
  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;
}

.footer .other-links a {
  padding: 0 5px;
  color: #075769;
  text-decoration: none;
}

.footer .other-links a:hover {
  cursor: pointer;
}

.footer .terms-link .popupTC {
  outline: none;
  color: #075769 !important;
}

.footer span {
  color: #075769;
  padding: 0 6px;
}

.errorPopUpWrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.errorModal {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  text-align: center;
}

.errorModal p {
  margin: 20px;
}

.welcome-main-section {
  min-height: 100vh;
}

.screen-height {
  min-height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.screen-height .pms-logo {
  margin: 30px auto;
  width: 30%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.screen-height .pms-submit {
  width: 220px;
  font-size: 20px;
  height: 50px;
  border-radius: 25px;
  display: block;
  margin: auto;
  text-decoration: none;
  line-height: 45px;
}

.screen-height .languageToggle {
  position: relative;
  margin-bottom: 140px;
}

.screen-height .languageToggle .rotate180Open {
  -webkit-animation: rotateImageOpen 0.3s ease-out forwards;
  animation: rotateImageOpen 0.3s ease-out forwards;
}

.screen-height .languageToggle .rotate180Close {
  -webkit-animation: rotateImageClose 0.3s ease-out forwards;
  animation: rotateImageClose 0.3s ease-out forwards;
}

@-webkit-keyframes rotateImageOpen {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotateImageOpen {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotateImageClose {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateImageClose {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.screen-height .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screen-height .item .list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.screen-height .uniSelect-list {
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-color: #ffffff;
  margin: 20px auto;
  width: 90%;
  position: absolute;
  top: 50px;
  left: 5%;
  -webkit-transition: 3s;
  transition: 3s;
}

.screen-height .uniSelect-list .event_outbound_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen-height .uniSelect-list .event_outbound_link span {
  margin-left: 15px;
}

area:hover {
  border: 5px #f00 solid;
}

area:link {
  border: 5px #f00 solid;
}

area:active {
  border: 5px #f00 solid;
}

area:focus {
  border: 5px #f00 solid;
}

.image-area-wrapper {
  position: relative;
}

.image-area-wrapper .button-overlay {
  position: absolute;
  outline: none;
  border: none;
}

.image-area-wrapper .button-overlay:hover {
  cursor: pointer;
}

.image-area-wrapper .button-overlay.blue {
  top: 67%;
  left: 2.6%;
  width: 28%;
  height: 26%;
}

.image-area-wrapper .button-overlay.purple {
  top: 67%;
  left: 36%;
  width: 28%;
  height: 26%;
}

.image-area-wrapper .button-overlay.gold {
  top: 67%;
  left: 69.6%;
  width: 28%;
  height: 26%;
}

ul li {
  list-style: none;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.labelText {
  color: #00afab;
  margin-right: 5px;
  width: 30%;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  text-align: left;
}

.labelTextbaby {
  color: #80adac;
  margin-right: 5px;
  width: 70%;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  text-align: left;
}

@media (max-width: 599px) {
  .labelText {
    width: 40%;
  }

  .labelTextbaby {
    width: 125%;
    font-size: 14px !important;
    margin-top: 5px;
  }

  .customDateInputWrapper .customDateInput .customDateInputNone {
    font-size: 14px !important;
  }

  .offlineReg-popup {
    margin-top: 50% !important;
  }
}

.member {
  text-align: center;
  height: 100%;
  background-color: #b7f1f2 !important;
  /* background-image: url('/static/img/PMS-bg.png'); */
  background-repeat: repeat;
  width: 100%;
}

.member .uniFormStyle {
  width: 95%;
}

.member .uniFormStyle .readOnlyDate {
  span-color: black;
}

.member .uniFormStyle .readOnlyDate p {
  color: #00afab;
}

.member .uniFormStyle .readOnlyDate input[type='number'] {
  width: 25%;
  padding: 5px;
  margin-right: 5px;
}

.member .member-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

.member .member-top .member-avatar {
  width: 25%;
}

.member .member-top .member-avatar img {
  width: 100%;
}

.member .member-top .member-info {
  padding-left: 10px;
}

.member .member-top .member-info h2 {
  color: #666566;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 10px;
}

.member .member-top .member-info h2 span {
  font-size: 12px;
  letter-spacing: 0.6px;
}

.member .member-top .member-info p.member-tip {
  color: #14aecc;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.member .member-top .member-info .progress {
  margin: 10px 0;
}

.member .member-top .member-info .info-item {
  padding: 0;
}

.member .member-top .member-info .info-item li {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #666566;
  font-weight: bold;
  text-align: left;
}

.member .member-top .member-info .info-item li .title {
  width: 240px;
}

.member .member-top .member-info .info-item li .detail {
  width: calc(100% - 100px);
}

.member.member-blue .member-info .progress .meter > span {
  background-color: #14aecc;
}

.member.member-blue .member-info p.member-tip {
  color: #14aecc;
}

.member.member-purple .member-info .progress .meter {
  border: 1px solid #b67ad8;
}

.member.member-purple .member-info .progress .meter > span {
  background-color: #b67ad8;
}

.member.member-purple .member-info .progress .crown img {
  width: 30px;
  height: 26.5px;
  margin-top: -7px;
}

.member.member-purple .member-info p.member-tip {
  color: #b67ad8;
}

.member.member-purple .history .history-top {
  background-color: #b67ad8;
}

.member.member-purple .history .history-list .list-item {
  border: solid 2px #b67ad8;
}

.member.member-purple .history .history-list .list-item .icon {
  background-color: #b67ad8;
}

.member.member-purple .history .history-list .header ul li {
  color: #b67ad8;
}

.member.member-gold .member-info .progress .meter {
  border: 1px solid #fff0c6;
}

.member.member-gold .member-info .progress .meter > span {
  background-color: #ffc725;
}

.member.member-gold .member-info .progress .crown img {
  width: 30px;
  height: 26.5px;
  margin-top: -7px;
}

.member.member-gold .member-info p.member-tip {
  color: #d3a00b;
}

.member.member-gold .history .history-top {
  background-color: #ecb700;
}

.member.member-gold .history .history-list .list-item {
  border: solid 2px #ecb700;
}

.member.member-gold .history .history-list .list-item .icon {
  background-color: #ecb700;
}

.member.member-gold .history .history-list .header ul li {
  color: #d3a00b;
}

.progress {
  position: relative;
  overflow: inherit;
  background: transparent;
  /* PROGRESS BAR - BASE */
  /* PROGRESS BAR - ANIMATION */
}

.progress .meter {
  width: 98%;
  border: 1px solid #14aecc;
  height: 16px;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
}

.progress .meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #14aecc;
  position: relative;
  overflow: hidden;
}

.progress .crown {
  position: absolute;
  right: -9px;
  top: -4px;
}

.progress .crown img {
  width: 32.5px;
  height: 18.5px;
}

.progress .dark {
  background: #4d575f;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

/* pure CSS tabs */
.member-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 2px;
}

.redemption-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 2px;
}

.input {
  position: absolute;
  opacity: 0;
}

.tab-label {
  height: 35px;
  background-color: #12b5b0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 4px;
}

.member .tab-label .nav-link {
  width: 50%;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border: none;
}

.member .tab-label .nav-link.active:before {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.member .tab-label .nav-link.active:after {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 60%;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: 22%;
  z-index: -1;
}

.tab-label-redemption {
  height: 35px;
  background-color: #12b5b0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 4px;
}

.redemption .tab-label-redemption .nav-link {
  width: 50%;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border: none;
}

.redemption .tab-label-redemption .nav-link.active:before {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.redemption .tab-label-redemption .nav-link.active:after {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 60%;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: 22%;
  z-index: -1;
}

.tab-label-membership {
  height: 35px;
  background-color: #12b5b0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 4px;
}

.member .tab-label-membership .nav-link {
  width: auto;
  height: 40px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .member .tab-label-membership .nav-link {
    font-size: 12px !important;
  }
}

.member .tab-label-membership .nav-link.active:before {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.member .tab-label-membership .nav-link.active:after {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 60%;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: 22%;
  z-index: -1;
}

.label {
  width: auto;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  /* opacity: 0.75; */
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-right: 16px;
}

.label.checked {
  opacity: 1;
}

.label.checked:before {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 166px;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: -42px;
  z-index: -1;
}

.label.checked::after {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -9px;
  left: 35px;
}

.label-membership {
  width: auto;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-right: 16px;
}

.label-membership.checked {
  opacity: 1;
}

.label-membership.checked:before {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 166px;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: -42px;
  z-index: -1;
}

.label-membership.checked::after {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -9px;
  left: 35px;
}

.tab-content .tab-pane {
  margin-right: 0;
  padding: 0;
}

/* .input:focus + .label {
          box-shadow: inset 0px 0px 0px 3px #2aa1c0;
          z-index: 1;
        } */
.input:checked + .label {
  opacity: 1;
}

.input:checked + .label:before {
  content: '';
}

.panel {
  padding: 0;
  width: 100%;
}

.input:checked + .panel {
  display: block;
}

.rules-top img {
  width: 100%;
  display: block;
}

.history {
  width: 100%;
  margin-top: -2px;
}

.history .history-top {
  width: 100%;
  height: 35px;
  -webkit-box-shadow: inset 0px 2.5px 4.5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2.5px 4.5px 0 rgba(0, 0, 0, 0.15);
  background-color: #14aecc;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 7px;
}

.history .history-list {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.history .history-list .header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 37px;
  /* align-items: center; */
  padding-top: 10px;
  width: 92%;
  float: right;
}

.history .history-list .header ul li {
  font-size: 14px;
  font-weight: bold;
  color: #14aecc;
}

.history .history-list .list-item {
  height: 65.5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin: 10px auto;
  border: solid 2px #14aecc;
  background-color: #ffffff;
}

.history .history-list .list-item .icon {
  width: 44px;
  height: 100%;
  background-color: #14aecc;
  padding-top: 15px;
  text-align: center;
}

.history .history-list .list-item .icon img {
  width: 27px;
  height: 25px;
}

.history .history-list .list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history .history-list .list-item ul li {
  color: #666566;
  font-size: 14px;
}

@media only screen and (max-width: 340px) {
  .member .member-top {
    padding: 10px;
  }

  .member .member-top .member-avatar img {
    width: 70px;
  }
}

.modalStyleMembership {
  top: 140px;
  background: #fff;
  min-width: 500px;
}

.modalStyleMembershipRedemption {
  top: 140px;
  background: #fff;
  min-width: 500px;
}

@media (max-width: 599px) {
  .modalStyleMembership {
    min-width: 100%;
  }

  .modalStyleMembershipRedemption {
    min-width: 100%;
  }
}

.modalStyleMembership .modal-top {
  height: 96px;
  position: relative;
  width: 100%;
  background-repeat: repeat-x;
}

.modalStyleMembershipRedemption .modal-top .modal-close {
  position: absolute;
  top: 5px;
  right: 0;
  outline: none;
}

.modalStyleMembershipRedemption .modal-top .modal-close img {
  width: 35px;
  height: 35px;
}

.modalStyleMembershipRedemption .modal-top {
  height: 35px;
  position: relative;
  width: 100%;
  background-repeat: repeat-x;
}

.modalStyleMembership .modal-top h2 {
  text-align: center;
  color: #fff;
  padding-top: 40px;
}

.modalStyleMembership .modal-top .modal-close {
  position: absolute;
  top: 5px;
  right: 0;
  outline: none;
}

.modalStyleMembership .modal-top .modal-close img {
  width: 35px;
  height: 35px;
}

.modalStyleMembership.blue .modal-top {
  background-image: url('/static/img/title_bg-blue.png');
}

.modalStyleMembership.blue .flex-table ul.header {
  color: #14aecc;
}

.modalStyleMembership.blue .history .history-top {
  background-color: #14aecc;
}

.modalStyleMembership.blue .history .history .history-list .list-item {
  border: solid 2px #14aecc;
}

.modalStyleMembership.blue .history .history .history-list .list-item .icon {
  background-color: #14aecc;
}

.modalStyleMembership.blue .history .history .history-list .header ul li {
  color: #14aecc;
}

.modalStyleMembership.purple .modal-top {
  background-image: url('/static/img/title_bg-purple.png');
}

.modalStyleMembership.purple .flex-table ul.header {
  color: #b67ad8;
}

.modalStyleMembership.gold .modal-top {
  background-image: url('/static/img/title_bg-gold.png');
}

.modalStyleMembership.gold .flex-table ul.header {
  color: #d3a00b;
}

.modal-memberRules .modalStyle,
.modal-memberRules .errorModal {
  top: 140px;
}

.modal-memberRules .modalStyle .modal-top,
.modal-memberRules .errorModal .modal-top {
  position: relative;
  height: 96px;
  width: 100%;
  background-repeat: repeat-x;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.modal-memberRules .modalStyle .modal-top .modal-close,
.modal-memberRules .errorModal .modal-top .modal-close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-memberRules .modalStyle .modal-top .modal-close img,
.modal-memberRules .errorModal .modal-top .modal-close img {
  width: 35px;
  height: 35px;
}

.modal-memberRules .modalStyle .modal-top h2,
.modal-memberRules .errorModal .modal-top h2 {
  text-align: center;
  color: #fff;
  padding-top: 40px;
}

.modal-memberRules.blue .modalStyle .modal-top,
.modal-memberRules.blue .errorModal .modal-top {
  background-image: url('/static/img/title_bg-blue.png');
}

.modal-memberRules.blue .modalStyle .flex-table ul.header,
.modal-memberRules.blue .errorModal .flex-table ul.header {
  color: #14aecc;
}

.modal-memberRules.blue .modalStyle .history .history-top,
.modal-memberRules.blue .errorModal .history .history-top {
  background-color: #14aecc;
}

.modal-memberRules.blue .modalStyle .history .history .history-list .list-item,
.modal-memberRules.blue .errorModal .history .history .history-list .list-item {
  border: solid 2px #14aecc;
}

.modal-memberRules.blue .modalStyle .history .history .history-list .list-item .icon,
.modal-memberRules.blue .errorModal .history .history .history-list .list-item .icon {
  background-color: #14aecc;
}

.modal-memberRules.blue .modalStyle .history .history .history-list .header ul li,
.modal-memberRules.blue .errorModal .history .history .history-list .header ul li {
  color: #14aecc;
}

.modal-memberRules.purple .modalStyle .modal-top,
.modal-memberRules.purple .errorModal .modal-top {
  background-image: url('/static/img/title_bg-purple.png');
}

.modal-memberRules.purple .modalStyle .flex-table ul.header,
.modal-memberRules.purple .errorModal .flex-table ul.header {
  color: #b67ad8;
}

.modal-memberRules.gold .modalStyle .modal-top,
.modal-memberRules.gold .errorModal .modal-top {
  background-image: url('/static/img/title_bg-gold.png');
}

.modal-memberRules.gold .modalStyle .flex-table ul.header,
.modal-memberRules.gold .errorModal .flex-table ul.header {
  color: #d3a00b;
}

.flex-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-table ul li {
  padding: 4px 2px;
}

.flex-table ul.header {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.flex-table ul.header li {
  width: 25%;
}

.flex-table ul.content-list {
  text-align: left;
  color: #666566;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.flex-table ul.content-list li {
  width: 25%;
  text-align: center;
}

.flex-table ul.content-list .bullet-list {
  width: 100%;
  list-style: disc inside;
  text-align: left;
}

.flex-table ul.content-list ul {
  width: 25%;
}

.member-bp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-bottom {
  text-align: center;
  margin: 20px 10px;
}

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

#member .lds-ellipsis {
  top: -15px;
}

@media (max-width: 375px) and (min-width: 320px) {
  #member .form-btn {
    word-break: keep-all;
    width: auto;
  }
}

#membership-error img {
  width: 60%;
}

#membership-error h6 {
  margin: 20px 0;
}

.pms-nav {
  width: 100%;
  height: 35px;
  -webkit-box-shadow: 0px 0.5px 3.5px 0 rgba(33, 25, 2, 0.23);
  box-shadow: 0px 0.5px 3.5px 0 rgba(33, 25, 2, 0.23);
  position: relative;
  background-color: #00afab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px;
  color: #fff;
}

.pms-nav .nav-left button {
  font-size: 16px;
  color: #00afab;
}

.pms-nav .nav-left button img {
  height: 15px;
}

.pms-nav .nav-left p {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.pms-nav .nav-right p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.pms-nav .nav-right p span {
  font-weight: 700px;
}

.pms-nav .nav-right img {
  width: 15px;
  height: 15px;
}

.top_block img {
  width: 100%;
}

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.productList p {
  text-align: left;
}

.productList .list-item {
  width: 45%;
  padding: 14px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  margin: 7px;
  border-radius: 20px;
  display: grid;
}

.productList .list-item:nth-of-type(odd) {
  border-right: 1px solid #ccc;
}

.productList .list-item .money span {
  color: #1baeb2;
  font-size: 20px;
  position: relative;
  top: -5px;
}

.productList .list-item .date-text {
  display: block;
  text-align: left;
}

.productList .list-item span {
  font-size: 11px;
  color: #949494;
  padding-right: 5px;
}

.productList .list-item img.product-img {
  width: calc(90% - 20px);
  margin: 10px;
}

.productList .list-item .product-name {
  color: #0eb2b0;
  font-size: 14px;
  font-weight: 700;
  margin: 10px;
  height: auto;
}

.productList .list-item .list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.productList .list-item .list-bottom .btn-cart {
  height: 31px;
  border: none;
  background: none;
}

.productList .list-item .list-bottom .btn-cart img {
  width: 31px;
  height: 31px;
}

.money span {
  color: #1baeb2;
  font-size: 20px;
}

.money img {
  width: 23px;
  height: 23px;
}

.product-count {
  width: 234px;
  height: 58px;
  border-radius: 10px;
  border: solid 0.8px #d7af39;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.product-count .minus,
.product-count .plus {
  padding: 0 15px;
  font-size: 48px;
  font-family: Dosis, sen-serif;
  color: #d7af39;
  width: 50px;
}

.product-count .plus {
  background-color: #d7af39;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-count .number {
  border-left: 1px solid #d7af39;
  border-right: 1px solid #d7af39;
  width: calc(100% - 100px);
  font-size: 25px;
  color: #666566;
  text-align: center;
  padding: 17px;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 107px;
  border-bottom: 1px solid #ccc;
}

.cart-item .prod {
  width: calc(100% - 55px);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-item .prod .prod-img {
  width: 83px;
  height: 83px;
  border-radius: 7.5px;
  border: solid 0.5px #888888;
  background-color: #ffffff;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-item .prod .prod-img img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
}

.cart-item .prod .prod-info {
  width: calc(100% - 83px);
  padding: 10px;
}

.cart-item .prod .prod-info .product-name {
  font-size: 14px;
  text-align: left;
  color: #666566;
  font-weight: 700;
}

.cart-item .prod .prod-info .cart-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item .prod .prod-info .cart-select .product-count {
  width: 94px;
  height: 30px;
  margin: 0;
}

.cart-item .prod .prod-info .cart-select .product-count .number {
  border-left: 1px solid #d7af39;
  border-right: 1px solid #d7af39;
  width: calc(100% - 52px);
  font-size: 14px;
  color: #666566;
  text-align: center;
  padding: 7px 14px;
}

.cart-item .prod .prod-info .cart-select .product-count .minus,
.cart-item .prod .prod-info .cart-select .product-count .plus {
  width: 26px;
  padding: 0 9px;
  font-size: 22px;
}

.cart-item .prod .prod-info .cart-select .product-count .plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.cart-item .btn-delete {
  width: 55px;
  background-color: #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item .btn-delete img {
  width: 16px;
  height: 18px;
  margin: auto;
}

.cart-bottom {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-bottom .bottom-btn-layout {
  margin: 20px 0;
}

.cart-bottom .consent-bottom-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-bottom .consent-bottom-panel .lds-ellipsis {
  height: 10px;
}

.cart-bottom .consent-bottom-panel .lds-ellipsis div {
  top: 0;
}

.cart-title {
  font-size: 25px;
  text-align: center;
  margin: 20px 0 10px;
}

.cart-title img {
  width: 33px;
  margin: 0 10px;
}

#form-shipping {
  text-align: center;
  margin-bottom: 20px;
}

#form-shipping .warning-red {
  margin: 10px auto 20px;
}

#form-shipping input[type='number'] {
  margin-left: 0;
}

#shipping-product hr {
  width: 100%;
}

#shipping-product h6 {
  text-align: center;
}

#shipping-product .img-product {
  width: 60%;
  margin: 20px auto;
}

#shipping-product .score img {
  width: 20px;
  margin: 0 6px;
}

.modal-checkCart .check-bg {
  height: 123px;
  width: 100%;
  background-image: url('/static/img/modal-shipping.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.modal-checkCart .modal-bottom button {
  width: 200px;
  letter-spacing: 6px;
  text-align: center;
}

.modal-checkCart h5 {
  text-align: center;
  color: #00afab;
  font-weight: 700;
  padding: 10px;
  font-size: 18px;
}

#modal-getScore {
  text-align: center;
}

#modal-getScore-digi {
  text-align: justify;
}

#modal-getScore hr {
  width: 100%;
}

#modal-getScore h6 {
  text-align: center;
}

#modal-getScore h5 {
  text-align: center;
}

.userInfo-list {
  margin-bottom: 10px;
}

.userInfo-list li {
  padding: 10px 25px;
  word-break: break-word;
}

.userInfo-list li:nth-of-type(even) {
  background-color: #f0f0f0;
}

.userInfo-list li p {
  display: inline-block;
  font-size: 18px;
}

.userInfo-list li .title {
  color: #00afab;
}

.userInfo-list li .info {
  color: #666566;
}

.container-top {
  height: 35px;
  -webkit-box-shadow: inset 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.17);
  background-color: #00afab;
  padding: 5px;
  text-align: center;
}

.container-top p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 0;
  line-height: 1.3;
}

.container .bannerCSR {
  display: block;
  width: 100%;
  margin-bottom: 1% !important;
}

.task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.task-card {
  height: 208px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  background-color: #fff;
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}

.task-card.finish {
  background-color: #e6e6e6;
}

.task-card.finish .card-img {
  background-image: url('/static/img/card-2.png');
}

.task-card.finish .card-info .card-content h4 {
  color: #4f4f4f;
}

.task-card.finish .card-info .card-bottom h1.score {
  color: #fff;
}

.task-card.finish .card-info .switch {
  border: solid 1px #00afab;
}

.task-card.finish .card-info .switch .switch-icon {
  background-color: #00afab;
}

.task-card.finish .card-info .switch .switch-icon img {
  width: 12px;
  margin: 7px 6px;
}

.task-card.finish .card-info .switch .switch-label p {
  color: #00afab;
}

.task-card .card-img {
  width: 97px;
  height: 208px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url('/static/img/card-1.png');
}

.task-card .card-info {
  width: calc(100% - 97px);
  padding: 10px;
  position: relative;
}

.task-card .card-info .card-top {
  margin-bottom: 4px;
}

.task-card .card-info .card-content h4 {
  font-size: 18px;
  color: #00afab;
  font-weight: 600;
  position: relative;
  margin-bottom: 4px;
}

.task-card .card-info .card-content span {
  font-size: 11px;
  color: #949494;
  text-align: right;
  font-weight: normal;
  position: absolute;
  top: 3px;
  right: 0;
}

.task-card .card-info .card-content p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.6px;
  text-align: left;
  color: #6a6a6a;
  margin: 0;
}

.task-card .card-info .card-bottom {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.task-card .card-info .card-bottom h1.score {
  font-size: 43px;
  text-align: right;
  color: #fcc657;
}

.task-card .card-info .card-bottom h1.score img {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.task-card .card-info .card-top {
  text-align: right;
  padding: 3px 0;
}

.task-card .card-info .switch {
  width: 70px;
  height: 25px;
  border-radius: 12px;
  border: solid 1px #fcc657;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.task-card .card-info .switch .switch-icon {
  width: 24px;
  height: 24px;
  margin-left: -1px;
  border-radius: 12px;
  background-color: #fcc657;
}

.task-card .card-info .switch .switch-icon img {
  width: 11px;
  margin: 5px 7px;
}

.task-card .card-info .switch .switch-label {
  text-align: center;
  margin: 4px 3px 0;
}

.task-card .card-info .switch .switch-label p {
  font-size: 12px;
  font-weight: bold;
  color: #fcc657;
}

.product-section {
  background-color: #d0f5f4 !important;
  padding: 10px;
  text-align: center;
}

.product-card-section {
  background-color: white !important;
  padding: 2%;
  border-radius: 40px;
  width: 70%;
  margin-left: 16%;
  margin-top: 6%;
}

@media only screen and (max-width: 340px) {
  .money span {
    font-size: 17px;
  }

  .money img {
    width: 20px;
    height: 20px;
  }

  .cart-item .prod {
    padding: 5px;
  }

  .cart-item .prod .prod-info {
    padding: 3px;
  }

  .whatsapp_message {
    width: 100% !important;
  }

  .offlineReg-popup {
    margin-top: 50% !important;
  }
}

.error-wrapper {
  text-align: left;
  color: red;
  padding: 20px;
}

.error-wrapper p {
  color: red;
}

.extendedOptIn {
  background: white;
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', Helvetica, Arial, sans-serif;
  padding: 10px;
  margin: 20px 5%;
  text-align: left;
}

.extendedOptIn p {
  padding-bottom: 10px;
}

.extendedOptIn h1 {
  font-weight: 600;
  padding-bottom: 20px;
}

.datePickerPrompt {
  margin-right: 20px;
  color: #00afab;
}

.optInWrapper {
  /* font-family: 'Noto Sans SC', sans-serif !important; */
  padding: 10px;
  margin: 20px 5%;
  text-align: left;
}

.optInWrapper a {
  color: #007bff;
}

.optInWrapper .popupOptIn {
  color: #007bff;
  outline: none;
}

.optInWrapper p {
  padding-bottom: 10px;
  line-height: 20px;
}

.optInWrapper ul {
  margin: 20px 15%;
  text-align: left;
}

.optInWrapper ul li {
  padding-bottom: 15px;
  list-style: disc;
  color: #666566;
  font-size: 14px;
}

.optInWrapper .opt-in-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.optInWrapper .opt-in-wrapper p {
  width: 80%;
}

.optInWrapper .checkbox-button {
  padding: 0;
  width: 20px;
  border: #00afab solid;
  background: white;
  height: 20px;
  border-radius: 5px;
  color: white;
  margin-right: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.optInWrapper .custom-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.optInWrapper .custom-checkbox input[type='checkbox'] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.optInWrapper .custom-checkbox input[type='checkbox']:checked {
  content: '\F00C';
  background: #d44803;
  color: #fff;
}

.optInWrapper .custom-checkbox p {
  display: block;
  margin-left: 20px;
  padding-left: 7px;
  line-height: 20px;
  text-align: left;
}

.optInWrapper .custom-checkbox p::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fdfdfd;
  border: 1px solid #e4e5e7;
}

.optInWrapper .custom-checkbox p::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #0087b7;
  line-height: 20px;
  text-align: center;
}

.optInWrapper .custom-checkbox input[type='checkbox'] {
  margin: 0 10px 0 0;
}

.optInWrapper .optinActionWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.registerPage .lds-ellipsis {
  height: 12px;
}

.registerPage {
  background-image: url('/static/img/login_bg1.png');
}

.registerPage .lds-ellipsis div {
  width: 12px;
  height: 12px;
  top: 0;
}

.registerPage .error-wrapper {
  text-align: left;
  color: red;
  padding: 20px;
}

.registerPage .error-wrapper li {
  text-align: center;
  margin: 10px;
}

.registerPage .error-wrapper p {
  color: red;
}

.registerPage .uniFormStyle input {
  -webkit-box-shadow: 20px 20px 50px 10px #fff inset;
  box-shadow: 20px 20px 50px 10px #fff inset;
}

.registerPage .uniFormStyle input:-internal-autofill-selected {
  background-color: transparent !important;
  -webkit-box-shadow: 20px 20px 50px 10px #fff inset;
  box-shadow: 20px 20px 50px 10px #fff inset;
}

.registerPage .uniFormStyle input:focus {
  -webkit-box-shadow: 20px 20px 50px 10px #fff inset !important;
  box-shadow: 20px 20px 50px 10px #fff inset !important;
}

.registerPage .uniFormStyle .item.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.registerPage .uniFormStyle .item.phone input {
  width: 100%;
}

.registerPage .uniFormStyle .item.phone .pms-btn.form-btn {
  width: 100%;
}

@media (max-width: 568px) and (min-width: 320px) {
  .registerPage .uniFormStyle .item.phone .pms-btn.form-btn {
    width: 100%;
    height: 45px;
    word-break: keep-all;
  }

  .registerPage .uniFormStyle .item.phone input {
    width: 100%;
  }
}

.phoneNumberInput {
  margin-left: 5px;
  border: none;
  outline: none;
}

.phoneNumberInput::-webkit-inner-spin-button,
.phoneNumberInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis.pampers-green div {
  background: #00afab;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

/* 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:before,
blockquote:after {
  content: '';
  content: none;
}

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

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

button {
  border: 0;
  background: none;
  outline: none;
}

html,
body {
  height: 100%;
}

p {
  color: #666566;
  font-size: 14px;
  line-height: 1.3;
}

.meta-p {
  color: #666566;
  line-height: 1.6;
  font-size: 14px;
  margin: 3px 20px;
  text-align: left;
}

.loader-wrapper {
  text-align: center;
  height: 100vh;
  width: 100wh;
  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;
}

.scanError {
  color: red;
  font-size: 20px;
  margin-top: 20px;
}

.errorText {
  font-size: 20px;
  padding: 20px;
  color: #00afab;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', sen-serif;
  line-height: 30px;
}

.scanner-body {
  background-color: #b7f1f2 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 80vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scanner-prompt {
  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-bottom: 0 !important;
}

.scanner-prompt .scan-button {
  margin-top: 5%;
}

.scanner-prompt .or-text {
  margin-top: 6%;
}

.scanner-prompt .or-text p {
  color: #00afab;
  font-size: 15.5px;
}

.numberBox {
  bottom: 0;
  width: 100%;
  min-height: 170px;
  background-color: #b7f1f2 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 10px;
}

@media (min-width: 600px) {
  .numberBox {
    padding: 0 15px;
  }
}

.numberBox p {
  margin: 15px auto;
  margin-left: 10% !important;
  color: #00afab;
  font-size: 16.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 1.23px;
  text-align: left;
}

.receiptSection {
  /* bottom: 0; */
  width: 100%;
  min-height: 170px;
  /* background-color: #f5ffff;
  border-top: 1px solid #d7af39;
  border-bottom: 1px solid #d7af39; */
  /* padding: 10px; */
}

.receiptSection p {
  color: #00afab;
  width: 400px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 1.23px;
  margin: 15px auto;
  text-align: center;
}

.inputBox {
  margin-left: 10%;
  width: 80%;
  padding: 10px;
  height: 50px;
  border-radius: 10px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ffffff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inputBox-button {
  margin-top: 10%;
  margin-bottom: 30%;
}

.inputBox .error {
  border: red 2px solid;
}

.inputBox input[type='number'] {
  color: #80adac;
  width: 60%;
  padding: 5px;
}

.inputBox input[type='number']::-webkit-input-placeholder {
  color: #80adac;
}

.inputBox input[type='number']::-moz-input-placeholder {
  color: #80adac;
}

.inputBox input[type='number']::-ms-input-placeholder {
  color: #80adac;
}

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

.inputBox button {
  width: 35%;
}

.inputBox button.pms-btn {
  width: 120px;
  height: 35.5px;
  word-break: keep-all;
}

@media (max-width: 320px) {
  .inputBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
  }

  input {
    width: 100%;
    height: 40px;
  }
}

/* Login CSS */
.no-underline {
  text-decoration: none;
}

.login-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px red;
  width: 80%;
  margin: 20px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
}

.login-warning span {
  width: 20%;
}

.login-warning p {
  width: 80%;
  font-size: 16px;
  text-align: left;
}

.facebook_btn {
  display: inline-block;
  width: 85% !important;
  height: 40px;
  max-width: 100%;
  background-color: #3b5998;
  text-align: center;
  position: relative;
  border-radius: 25px;
  padding: 0px 20px;
  margin: 5px 0 0 0 !important;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
}

.fb-separator {
  position: relative;
  /* margin: 20px 0 !important; */
  display: inline-block;
  width: 100%;
  top: 10px;
}

.fb-separator span {
  padding: 0 10px;
  display: inline-block;
  width: auto;
  background: #cfeded !important;
  z-index: 100;
  position: relative;
  color: #696969;
}

.fb-separator::after {
  position: absolute;
  border-bottom: 1px solid #dedede;
  content: '';
  left: 10%;
  right: 10%;
  z-index: 0;
  top: 55%;
}

.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.loginPage {
  padding-bottom: 0;
  background-color: #d0f5f4 !important;
}

.loginPage .lds-ellipsis {
  height: 12px;
}

.loginPage .lds-ellipsis div {
  width: 12px;
  height: 12px;
  top: 0;
}

.loginPage h2 {
  font-size: 25px;
  font-weight: bold;
  color: #00afab;
}

.loginPage .uniFormStyle input {
  -webkit-box-shadow: 20px 20px 50px 10px #fff inset;
  box-shadow: 20px 20px 50px 10px #fff inset;
}

.loginPage .uniFormStyle input:-internal-autofill-selected {
  background-color: transparent !important;
  -webkit-box-shadow: 20px 20px 50px 10px #fff inset;
  box-shadow: 20px 20px 50px 10px #fff inset;
}

.loginPage .uniFormStyle input:focus {
  -webkit-box-shadow: 20px 20px 50px 10px #fff inset !important;
  box-shadow: 20px 20px 50px 10px #fff inset !important;
}

.loginPage .uniFormStyle input[type='email']:invalid:not(:focus):not(:placeholder-shown) {
  width: 100%;
}

.loginPage .uniFormStyle input[type='email']:invalid:not(:focus):not(:placeholder-shown) + label {
  opacity: 0;
}

.loginPage .pms-link.forgetpswd {
  margin: -10px auto 10px;
  width: 85%;
}

.loginPage .joinUS {
  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;
  width: 200px;
  margin: 5px auto;
}

.loginPage .joinUS .pms-link {
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}

.loginPage .pms-link span {
  margin-left: 3px;
}

.task-list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.task-card {
  height: 208px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  background-color: #fff;
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}

.task-card.finish {
  background-color: #e6e6e6;
}

.task-card.finish .card-img {
  background-image: url('/static/img/card-2.png');
}

.task-card.finish .card-info .card-content h4 {
  color: #4f4f4f;
}

.task-card.finish .card-info .card-bottom h1.score {
  color: #fff;
}

.task-card.finish .card-info .switch {
  border: solid 1px #00afab;
}

.task-card.finish .card-info .switch .switch-icon {
  background-color: #00afab;
}

.task-card.finish .card-info .switch .switch-icon img {
  width: 12px;
  margin: 7px 6px;
}

.task-card.finish .card-info .switch .switch-label p {
  color: #00afab;
}

.task-card .card-img {
  width: 97px;
  height: 208px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url('/static/img/card-1.png');
}

.task-card .card-info {
  width: calc(100% - 97px);
  padding: 10px;
  position: relative;
}

.task-card .card-info .card-top {
  margin-bottom: 4px;
}

.task-card .card-info .card-content h4 {
  font-size: 18px;
  color: #00afab;
  font-weight: 600;
  position: relative;
  margin-bottom: 4px;
  text-align: left;
}

.task-card .card-info .card-content span {
  font-size: 11px;
  color: #949494;
  text-align: right;
  font-weight: normal;
  position: absolute;
  top: 3px;
  right: 0;
}

.task-card .card-info .card-content p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.6px;
  text-align: left;
  color: #6a6a6a;
  margin: 0;
}

.task-card .card-info .card-bottom {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.task-card .card-info .card-bottom h1.score {
  font-size: 43px;
  text-align: right;
  color: #fcc657;
}

.task-card .card-info .card-bottom h1.score img {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.task-card .card-info .card-top {
  text-align: right;
  padding: 3px 0;
}

.task-card .card-info .switch {
  width: 70px;
  height: 25px;
  border-radius: 12px;
  border: solid 1px #fcc657;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.task-card .card-info .switch .switch-icon {
  width: 24px;
  height: 24px;
  margin-left: -1px;
  border-radius: 12px;
  background-color: #fcc657;
}

.task-card .card-info .switch .switch-icon img {
  width: 11px;
  margin: 5px 7px;
}

.task-card .card-info .switch .switch-label {
  text-align: center;
  margin: 4px 3px 0;
}

.task-card .card-info .switch .switch-label p {
  font-size: 12px;
  font-weight: bold;
  color: #fcc657;
}

.FAQ-list {
  width: 90%;
  margin: auto;
}

.FAQ-item {
  margin: 15px 0;
}

.FAQ-item .FAQ-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-color: #ffffff;
  border-left: 10px solid #00afab;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.FAQ-item .FAQ-title h6 {
  font-size: 18px;
  font-weight: bold;
  color: #00afab;
  text-align: left;
  line-height: 1.3;
}

.FAQ-item .FAQ-title span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.FAQ-item .FAQ-title span img {
  width: 22px;
  height: 22px;
}

.FAQ-item .FAQ-title span.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.FAQ-item .FAQ-content {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  z-index: 0;
  margin-top: -10px;
  color: #666566;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 1.61;
}

.shippingPage .warning-red {
  margin: 10px auto 20px;
}

.shippingPage .error-wrapper li {
  text-align: center;
  margin: 10px;
}

.shippingPage .lds-ellipsis {
  height: 12px;
}

.shippingPage .lds-ellipsis div {
  width: 12px;
  height: 12px;
  top: 0;
}

.shippingPage .bottom-btn-layout {
  padding-bottom: 20px;
  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;
}

.customDateInputWrapper {
  position: relative;
}

.customDateInputWrapper input[type='number'] {
  width: 25%;
  padding: 5px;
  margin-right: 5px;
}

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

.customDateInputWrapper .customDateInput {
  width: 100%;
  text-align: left;
}

.customDateInputWrapper .customDateInput .customDateInputNone {
  border: none;
  outline: none;
  width: 40%;
}

.customDateInputWrapper .customDateIcon {
  padding: 10px;
  background: #caa74c;
}

@font-face {
  font-family: 'microsoft-jhenghei';
  src: url('/static/fonts/Microsoft-JhengHei.eot?#iefix');
  src: url('/static/fonts/Microsoft-JhengHei.eot?#iefix') format('eot'),
    url('/static/fonts/Microsoft-JhengHei.ttf') format('truetype');
}

.termsPopUp {
  background: white;
  font-family: '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'PMingLiU', 'MingLiU', Helvetica, Arial, sans-serif;
  padding: 10px;
  margin: 20px 5%;
  text-align: left;
  font-weight: bold;
}

.termsPopUp td {
  padding-bottom: 10px;
  padding-right: 10px;
}

.termsPopUp h1 {
  font-weight: 600;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer section {
    margin-bottom: 5px;
  }

  .footer .termsDivider {
    display: none;
  }

  .footer-loginPage section {
    margin-bottom: 5px;
  }

  .footer-loginPage .termsDivider {
    display: none;
  }

  .cookieModal p {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .backdrop .modal {
    text-align: center;
    width: 100%;
    max-width: 100%;
    /* padding: 20px; */
    height: auto;
  }

  .menu-logo-select {
    left: 3% !important;
  }

  .menu-logo-select-facebook-image {
    width: 40% !important;
    margin-left: 0% !important;
  }

  .menu-logo-select-whatsapp-image {
    width: 42% !important;
    margin-left: 4% !important;
  }

  .offlineReg-popup {
    margin-top: 50% !important;
  }
}

.cookieModal p {
  width: 75%;
  float: left;
  margin-right: 3%;
}

.cookieModal button,
.cookieModal button:hover {
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00c6cd),
    color-stop(87%, #098d8a),
    to(#10908d)
  );
  background-image: linear-gradient(to bottom, #00c6cd, #098d8a 87%, #10908d);
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0;
}

.cookie-modal-refresh {
  padding: 0 !important;
}

.cookie-button-refresh {
  line-height: 0.5;
}
@media (min-width: 280px) {
  .cookieModal p {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}

.backdrop {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  margin: 0;
}

.backdrop .modal {
  background-color: #c3e6e6;
  max-width: 100%;
  max-height: 90%;
  margin: 0 auto;
  padding: 5px;
  display: block;
  bottom: 0;
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
  position: relative;
}

.footerBtn {
  text-align: center;
}

.digi-card-content span {
  font-size: 18px;
  color: #00afab;
  font-weight: 600;
  position: relative;
  margin-bottom: 4px;
  text-align: left;
}

.digi-card-container {
  color: #00afab;
  position: relative;
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  background: white;
  padding: 3px;
  margin: 10px;
  border-radius: 10px;
  font-size: medium;
}

.digi-list {
  display: flex;
  margin: 3px;
  margin-top: 10px;
  text-align: left;
}

.digi-url {
  font-size: medium;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
}

.no-digi-data {
  margin: 10px;
  color: black;
}

.name-wraper {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.text-align-left {
  text-align: left !important;
}

.digi-info {
  color: #00afab !important;
}

.digi-coupon-name-wrap {
  white-space: nowrap;
}

/* Digital Coupon terms and conditions */

.drugstore-task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.drugstore-task-card {
  width: 90%;
  height: 120px;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74); */
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-left: 5%;
}

.drugstore-coming-soon {
  width: 100%;
}

.drugstore-coming-soon h2 {
  margin-top: 5%;
  font-size: 27px;
  color: #666566 !important;
}

.digi-Terms {
  padding: 20px;
  color: #666566;
}

.digi-Terms h1 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
  color: #00adab;
}

.digi-Terms td {
  line-height: 1.25;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: medium;
}

.digi-Terms-Game {
  padding: 20px;
  color: #666566;
  border-top: 1px solid;
}

.digi-Terms-Game h1 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
  color: #7e1b87;
}

.digi-Terms-Game td {
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: medium;
}

.image-remove-button {
  width: 30px;
  float: right;
}

.image-upload-receipt-name {
  padding: 20px;
  margin: 10px;
  border: 1px solid #000;
  color: #000;
}

.container-receipt {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

/* for receipt upload tabs */

.tab-label-receiptuplaod {
  height: 35px;
  background-color: #12b5b0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 4px;
}

.receipt .tab-label-receiptuplaod .nav-link {
  width: 50%;
  height: 40px;
  /* padding: 5px; */
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .receipt .tab-label-receiptuplaod .nav-link {
    font-size: 12px !important;
  }
}

.receipt .tab-label-receiptuplaod .nav-link.active:before {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.receipt .tab-label-receiptuplaod .nav-link.active:after {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 60%;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: 22%;
  z-index: -1;
}

.label-receipt {
  width: auto;
  /* padding: 5px;
  cursor: pointer; */
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  /* opacity: 0.75; */
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-right: 16px;
}

.label-receipt_top_block {
  background-color: #d0f5f4;
}

.label-receipt_top_block img {
  width: 100%;
}

.label-receipt.checked:before {
  content: '';
  background-color: #12b4b0;
  display: block;
  position: absolute;
  width: 166px;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: -42px;
  z-index: -1;
}

.label-receipt.checked::after {
  content: '\FE40';
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -9px;
  left: 35px;
}

mark {
  background-color: yellow;
}

.linkpopup {
  text-decoration: underline;
}

.modal-background-coupon {
  background-color: rgba(212, 212, 212, 0.7);
}

#modal-getScore-coupon {
  text-align: center;
}

#getScore-popUp .modalStyle-coupon,
#getScore-popUp .errorModal {
  text-align: center;
  padding-bottom: 50px;
}

@media only screen and (max-width: 340px) {
  .modalStyle-coupon,
  .errorModal {
    max-width: 98%;
    width: 98%;
    left: 1%;
  }
}

#getScore-popUpHK .modalStyle-coupon,
#getScore-popUpHK .errorModal {
  padding-bottom: 50px;
}

.modalStyle-coupon,
.errorModal {
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  display: block;
  z-index: 3;
  max-width: 330px;
  background-color: #fff;
  border-radius: 10px;
  position: static;
  left: calc(50% - 169px);
  top: 10px;
}

.modalStyle-coupon hr,
.errorModal hr {
  width: 90%;
}

.modalStyle-coupon .warning-red,
.errorModal .warning-red {
  padding: 20px 0 10px;
  text-align: center;
}

.modalStyle-coupon .modal-bottom,
.errorModal .modal-bottom {
  text-align: center;
}

.modalStyle-coupon .modal-bottom .pms-submit,
.errorModal .modal-bottom .pms-submit {
  margin: 0 auto;
}

.modalStyle-coupon .modal-close-button,
.errorModal .modal-close-button {
  text-align: right;
}

.modalStyle-coupon .modal-close-button .modal-close,
.errorModal .modal-close-button .modal-close {
  text-align: right;
  width: 30px;
  padding: 0;
  height: 30px;
  margin: 12px 0;
}

.modalStyle-coupon .modal-close-button .modal-close img,
.errorModal .modal-close-button .modal-close img {
  width: 35px;
  height: 35px;
}

.getScoreStyle-coupon {
  text-align: center;
  padding-bottom: 50px;
}

.getScoreStyle-coupon hr {
  width: 70%;
  border-color: #d7af39;
}

.getScoreStyle-coupon h1.score {
  font-size: 66px;
  padding: 0 20px;
}

.getScoreStyle-coupon h1.score img {
  width: 40px;
  height: 40px;
}

.getScoreStyle-coupon h5 {
  color: #727272;
  font-size: 19px;
  line-height: 2;
}

.getScoreStyle-coupon h5 span {
  color: #00afab;
}

.getScoreStyle-coupon .btn-submit {
  width: 150px;
  margin: 10px;
  height: 40px;
}

#getScore-coupon {
  height: 406px;
  width: 90%;
  max-width: 333px;
  background-image: url('/static/img/curtain-bg.png');
  background-size: 100% 100%;
  margin: 20px auto;
  border-radius: 10px;
  padding: 130px 0 0 0;
}

#getScore-coupon .pms-submit {
  margin-top: 20px;
}

#getScore-coupon hr {
  margin-top: 9px;
}

/*dropdown- bb 4months */
.size-selector {
  background: #caa74c;
  color: #fff;
  border-radius: 5px;
  outline: 0;
}

/* New login page revamp */
.login-top-btn-constainer {
  display: flex;
  justify-content: center;
  position: sticky;
  padding: 8px;
  top: 0;
  background: #cfeded;
  z-index: 101;
}

.login-top-btn {
  height: 50px;
  width: 137px;
  margin: 5px;
}

.bottom-fixed-image {
  position: fixed;
  left: 62%;
  bottom: 10px;
  z-index: 100;
}

.bottom-fixed-image-contact {
  width: 65%;
}

.login-signup-btn-container {
  /* font-family: 'Noto Sans SC', sans-serif; */
  display: flex;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  z-index: 10;
  top: 65px;
}

.login-signup-btn-container .login-member {
  height: 54px;
  width: 205px;
  margin-right: 5%;
}

.login-signup-btn-container .login-register {
  height: 54px;
  width: 205px;
  margin-left: 5%;
}

.login-signup-btns {
  width: 271px;
  background: #caa74c;
  font-weight: 500;
}

.login-page-product-details {
  width: 100%;
  height: 50%;
  /* background: #e1f3f3; */
}

.login-corousel {
  width: 60%;
}

.login-bacground {
  background: #e1f3f3;
}

.login-page-title-image {
  width: 100%;
  margin-bottom: 0%;
}

.PMS-logo-image {
  width: 20%;
  position: absolute;
  margin: 10px;
  top: 3.5%;
}

.PMS-logo-imagezh {
  width: 93%;
  position: relative;
  left: 15%;
  /* position: absolute;
  margin: 10px;  
  top: 3.5%; */
}

.main-page-bg {
  background-image: url('/public/static/img/BG.jpg');
  background-color: #cfeded;
}

.link-color {
  color: #00afab !important;
}

.login-first-container {
  /* background: #d6f0ef; */
}

.login-learn-more-img {
  width: 40%;
  background: #cfeded;
  position: relative;
  top: 15px;
}

.view-gifts-button1 {
  width: 50%;
  margin-top: 5%;
}

.view-gifts-button2 {
  width: 50%;
  margin-bottom: 5%;
}

.login-bg1 {
  background-image: url('/static/img/login3_11.png');
  background-size: cover;
}

.login-bg2 {
  background-image: url('/static/img/BG2.jpg');
  background-size: cover;
}

.login-bg3 {
  background-image: url('/static/img/BG3.jpg');
  background-size: cover;
  margin-bottom: 15px;
}

.login-container-img1 {
  margin-top: 102px;
}

.login-container-img2 {
  margin-top: 30px;
}

.login-container-img3 {
  margin-bottom: 10px;
}

/* .carousel-indicators li {
  display: none;
} */

.carousel-container-login {
  position: relative;
  top: -25px;
  height: 550px;
}

/* .gift-btn1{
  margin-top: 10px;
} */

.login-bilingual {
  display: flex;
  justify-content: flex-end;
  width: -webkit-fill-available;
}

.bilingual-header {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 565px) and (min-width: 319px) {
  .login-top-btn {
    height: 50px;
    width: 95%;
    margin: 10px;
  }

  .bottom-fixed-image {
    position: fixed;
    left: 70%;
    bottom: 10px;
    z-index: 100;
  }

  .bottom-fixed-image-contact {
    width: 50%;
  }

  .login-signup-btns {
    width: 160px !important;
    font-size: 15px !important;
    background: #caa74c;
  }

  .offlineReg-popup {
    margin-top: 50% !important;
  }

  /* .login-corousel {
    height: 200px;
      width: 200px;    
      border-radius: 98%;
      display: inline-block;
      background: #e1f3f3;
  } */
  .PMS-logo-image {
    top: 5%;
  }

  .PMS-logo-imagezh {
    width: 93%;
    position: relative;
    left: 15%;
  }

  .login-container-img1 {
    margin-top: 70px;
  }

  .carousel-container-login {
    position: relative;
    top: -25px;
    height: 300px;
  }

  #animate-area {
    width: 100%;
    /* height: 37vh !important;  */
    /* background-image: url('/static/img/GiftList.png'); */
    background-position: 0px 0px;
    background-size: 540% !important;
    background-repeat: no-repeat;
    animation: animatedBackground 25s infinite;
    -moz-animation: animatedBackground 25s infinite;
    -webkit-animation: animatedBackground 25s infinite;
    -ms-animation: animatedBackground 25s infinite;
    -o-animation: animatedBackground 25s infinite;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .login-top-btn {
    height: 50px;
    width: 95% !important;
    margin: 7px;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -990px 0;
  }
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -990px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -990px 0;
  }
}

@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -990px 0;
  }
}

@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -500px 0;
  }
}

#animate-area {
  width: 100%;
  height: 232px;
  /* background-image: url('/static/img/GiftList.png'); */
  background-position: 0px 0px;
  background-size: 540%;
  background-repeat: no-repeat;
  animation: animatedBackground 25s infinite;
  -moz-animation: animatedBackground 25s infinite;
  -webkit-animation: animatedBackground 25s infinite;
  -ms-animation: animatedBackground 25s infinite;
  -o-animation: animatedBackground 25s infinite;
}

@media screen and (min-width: 992px) {
  .bottom-fixed-image {
    position: fixed;
    left: 60%;
    bottom: 10px;
    z-index: 100;
  }
}

/* iphone 13 pro */

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  #animate-area {
    width: 100%;
    /* height: 26vh !important;  */
    /* background-image: url('/static/img/GiftList.png'); */
    background-position: 0px 0px;
    background-size: 200%;
    background-repeat: no-repeat;
    animation: animatedBackground 15s infinite;
    -moz-animation: animatedBackground 15s infinite;
    -webkit-animation: animatedBackground 15s infinite;
    -ms-animation: animatedBackground 15s infinite;
    -o-animation: animatedBackground 15s infinite;
  }
}

/* subpage creation */
.tab-dynamicFaQ {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.dynamicFaQ_top_block img {
  width: 100%;
}

.dynamicFaQ-task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.supermarket-task-card-button {
  width: 216px;
  height: 130px;
  border-radius: 5px;
  background-color: #caa74c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-right: 2%;
}

.supermarket-task-card-button .supermarket-task-card-img {
  width: 100%;
  padding: 10%;
  cursor: pointer;
}

.supermarket-task-card-button .supermarket-task-card-img p {
  color: #fff;
  font-size: 30px;
  margin-top: 8%;
}

.supermarket-task-card {
  width: 100%;
  height: 130px;
  border-radius: 5px;
  background-color: #fff;
  /* width: 94%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  /* margin-left: 4%; */
}

.supermarket-task-card .supermarket-card-img {
  width: 100%;
  height: 130px;
  display: block;
}

.supermarket-task-card .image-width {
  width: 100%;
}

.dynamicFaQ-task-card {
  width: 70%;
  height: 130px;
  border-radius: 5px;
  background-color: #fff;
  /* width: 94%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-left: 2%;
}

.dynamicFaQ-task-card .image-width {
  width: 50%;
}

.dynamicFaQ-task-card .drugstore-image-width {
  width: 100%;
}

.dynamicFaQ-task-card .dynamicFaQ-card-img {
  width: 55%;
  margin-left: 10%;
  padding-top: 8%;
  display: block;
}

.dynamicFaQ-task-card .dynamicFaQ-card-img-Promo67 {
  width: 60%;
  margin-left: 12%;
  padding-top: 4%;
  display: block;
}

.dynamicFaQ-task-card .dynamicFaQ-card-img-Promo80 {
  width: 70%;
  margin-top: 10%;
  margin-left: 10%;
  display: block;
}

.dynamicFaQ-task-card .dtiger-card-img {
  width: 92px;
  height: 115px;
  margin-left: 20%;
  padding-top: 8%;
  display: block;
}

.dynamicFaQ-card-img-small {
  width: 65%;
  margin-top: 4%;
  margin-left: 10%;
  display: block;
}

.dynamicFaQ-task-card .dynamicFaQ-card-tikbee-img {
  width: 90%;
  margin-top: 18%;
  margin-left: 6%;
  display: block;
}

.dynamicFaQ-task-card .dynamicFaQ-card-img-button {
  width: 110%;
  padding: 2px;
  display: block;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .subpage-button {
  margin-left: 30%;
  margin-top: 25%;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .subpage-button-tikbee {
  margin-left: 30%;
  margin-top: 32%;
}

/* .dynamicFaQ-task-card .dynamicFaQ-card-info  .button-placement {
  padding-top: 45%;
} */

.dynamicFaQ-task-card .dynamicFaQ-card-info {
  width: 70%;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

/* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content {
  padding-top: 12%;
} */

/* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-long {
  padding-top: 5%;
} */

/* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK {
  padding-top: 5%;
} */

/* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-Dtiger {
  padding-top: 8%;
} */

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content .subpage-div {
  /* padding-top: 10%; */
  font-size: 18px;
  line-height: 1.5;
  color: #666566;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-long .subpage-div {
  /* padding-top: 5%; */
  font-size: 18px;
  line-height: 1.5;
  color: #666566;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK .subpage-div {
  /* margin-top: 10%; */
  font-size: 18px;
  /* padding-left: 15%; */
  line-height: 1.5;
  color: #666566;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-Dtiger .subpage-div {
  /* margin-top: 10%; */
  font-size: 18px;
  /* padding-left: 15%; */
  line-height: 1.5;
  color: #666566;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content .subpage-span {
  float: left;
  clear: both;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-long .subpage-span {
  float: left;
  clear: both;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK .subpage-span {
  float: left;
  clear: both;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-Dtiger .subpage-span {
  float: left;
  clear: both;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content h1 {
  padding-left: 10px;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-long h1 {
  padding-left: 10px;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK h1 {
  padding-left: 10px;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-Dtiger h1 {
  padding-left: 10px;
  text-align: left;
}

.dynamicFaQ-container-top {
  background-color: #fff;
  padding-top: 20px;
  height: 50px;
}

.dynamicFaQ-container-top {
  height: 35px;
  -webkit-box-shadow: inset 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.17);
  background-color: #00afab;
  padding: 5px;
  text-align: center;
}

.dynamicFaQ-container-top h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0;
  line-height: 1.3;
}

.dynamincFaQ-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 2px;
}

/* @media only screen and (max-width: 768px) {
  .dynamicFaQ .tab-label-dynamicFaQ .nav-link {
    font-size: 12px !important;
  }
} */

/* limited time offer */

.belowimage_block {
  cursor: auto;
}

.belowimage_block img {
  width: 100%;
  margin-bottom: -3px;
}

/* dtiger */

.dtiger-task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.dtiger-task-list-tc {
  background-color: #b7f1f2 !important;
}

.dtiger-task-card {
  width: 66%;
  height: 130px;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74); */
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-left: 4%;
}

.dtiger-task-card .dtiger-card-img {
  width: 50%;
  margin-left: 30%;
  padding-top: 12%;
  display: block;
}

.dtiger-task-card .dtiger-card-info {
  width: calc(100% - 97px);
  padding: 10px;
  position: relative;
}

.dtiger-task-card .dtiger-card-info .dtiger-card-content h4 {
  font-size: 18px;
  margin-left: 20%;
  line-height: 1.5;
  color: #666566;
  text-align: left;
  font-weight: none !important;
}

.dtiger-task-card .dtiger-card-info .dtiger-card-content {
  padding-top: 10%;
}

.dtiger-task-card .dtiger-card-info .dtiger-card-content p {
  font-size: 14px;
  font-weight: bold;
  color: #6a6a6a;
  position: relative;
  margin: 5%;
  text-align: left;
}

.dtiger-task-card .dtiger-card-info .dtiger-card-top {
  margin-bottom: 4px;
}

.dtiger-task-card .dtiger-dtiger-card-info .dtiger-card-top {
  text-align: right;
  padding: 3px 0;
}

/* .dtiger-task-card .dtiger-task-card-info  .button-placement {
.dtiger-task-card .dtiger-task-card-info .button-placement {
  padding-top: 45%;
} */
.dtiger-task-card .dtiger-card-img-button {
  width: 100%;
  padding: 2px;
  display: block;
}

/* .dtiger-task-card .dtiger-card-info .subpage-button {
  margin-left: 45%;
  margin-top: 20%;
}

  margin-top: 10%;
} */
.dtiger-task-card .image-width {
  width: 50%;
}

.dtiger-Popup {
  margin-bottom: 3%;
  margin-top: 3%;
}

.dtiger-popup-img {
  width: 90%;
}

.dtiger-Popup .dtiger-h2 {
  font-size: 16px !important;
  /* font-weight: bold !important; */
  color: #00afab;
}

.dtiger-Popup .dtiger-h2-warning {
  font-size: 16px !important;
  /* font-weight: bold !important; */
  color: red;
}

.dtiger-Popup .dtiger-pharmaReminderText {
  font-size: 10px !important;
  color: #00afab;
}

.pms-popup-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: x-large;
  background: #ffc107;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.pms-popup-btn-id {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 0 10px 0;
  margin: 10px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.pms-popup-btn-id .pms-popup-img {
  padding: 1%;
  width: 90%;
}

.pms-modal {
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  max-width: 333px;
  left: calc(50% - 169px);
  top: 10px;
  padding: 2%;
  margin-top: 100px;
}

.pms-popup-txt {
  font-size: large;
  text-align: center;
  margin-top: 10%;
  color: #00adab;
}

.pms-popup-txt-tc {
  text-align: center;
  font-size: small;
  margin-top: 10%;
  font-weight: bold;
  padding-bottom: 10px;
  color: #00adab;
}

.fixed-footer {
  position: sticky;
  bottom: 0px;
  z-index: 100;
  display: flex;
  justify-content: center;
  height: 71px;
  align-items: center;
  background: #25c1c0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.footer-menu-item-container {
  display: flex;
}

.footer-menu-logo {
  width: 60%;
  padding: 7px;
  cursor: pointer;
}

.point-wraper {
  padding: 5px 10px;
  background: #60c3ec;
  border-radius: 30px;
  color: #ffffff;
}

.point-wraper .point-money {
  width: 16%;
  padding-right: 3%;
  margin-top: 4%;
}

.new-menu-content {
  /* margin: 20px;   */
  color: #1cb2b3;
  font-size: large;
  padding-bottom: 10px;
}

.modal-open .modal.new-menu-modal-container {
  background: #e4f6f5;
}

.menu-image {
  position: relative !important;
  left: 30%;
  width: 90%;
}

.menu-image-login {
  position: relative;
  left: 48%;
}

.menu-header .menu-logo-new {
  position: sticky;
  right: 5%;
  width: 11%;
}

.menu-header .menu-logo-new-login {
  position: relative;
  right: 5%;
  width: 17%;
}

.menu-logo-select {
  padding: 2%;
  position: relative;
  width: 40%;
  left: 13%;
}

/* .menu-logo-select-image {
  width: 16%;
} */

.menu-logo-select-facebook-image {
  width: 12%;
  margin-left: 2%;
}

.menu-logo-select-whatsapp-image {
  width: 13%;
  margin-left: 1%;
}

.new-menuheader-name {
  /* font-family: 'Noto Sans SC', sans-serif; */
  color: #00b1b0;
  font-size: x-large;
  text-align: left !important;
  width: 10%;
  margin-left: 5%;
}

.menu-separator {
  margin-top: 15px;
}

.new-login-bg {
  background-color: transparent !important;
  margin-bottom: 0;
  width: 100% !important;
  z-index: 10;
  position: sticky;
  margin-top: 0;
}

.login-form-new {
  background-color: #ddf3f4;
  /* font-family: 'Noto Sans SC', sans-serif; */
}

.login-separator {
  position: relative;
  top: 0;
  z-index: 20;
  color: gray;
  background: #ddf3f4;
  padding: 10px;
}

.new-login-feild {
  border-radius: 20px !important;
  border: 1px solid #04aeb1 !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.login-page-image {
  width: 15%;
  position: absolute;
  left: 40%;
  right: 0;
  margin-top: 45px;
}

/* /new css 3.0/ */
/* mobile css for new gtg 3,0 */
@media only screen and (max-width: 565px) and (min-width: 319px) {
  .css-2b097c-container {
    width: 55%;
  }

  .hybridPromo-qr-popup-txt-bottom {
    font-size: 14px;
  }

  .hybrid-Promo-discount p {
    font-size: 14px;
  }

  .hybridPromo-qr-popup-txt-barCode {
    font-size: 20px;
  }

  .areadistrict-Error-popup-txt {
    font-size: 20px;
  }

  .fixed-footer {
    position: fixed;
  }

  .footer {
    height: 135px;
    margin-top: 3%;
    justify-content: flex-start !important;
  }

  .footer-loginPage {
    height: 62px !important;
    margin-top: 5%;
    justify-content: flex-start !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .welcome-redirect {
    font-size: 16px !important;
    width: 50% !important;
  }

  .welcome-redirect-inviteCode {
    font-size: 16px !important;
  }

  .screen-height .pms-logo {
    width: 50%;
  }

  .redemption .tab-label-redemption .nav-link {
    font-size: 16px !important;
  }

  .footer-menu-logo {
    width: 82% !important;
  }

  .learn-more {
    margin-top: 140px !important;
  }

  .new-menuheader-name {
    color: #00b1b0;
    font-size: large;
    text-align: left !important;
    position: relative;
    top: 21px;
  }

  .nav .nav-logo {
    left: 37% !important;
  }

  .nav .login-nav-logo {
    left: 37% !important;
  }

  .menu-image {
    position: fixed !important;
    left: 44%;
    width: 90%;
  }

  .menu-image-login {
    position: relative !important;
    left: 44%;
  }

  .menu-header .menu-logo-new {
    position: relative;
    width: 25% !important;
  }

  .menu-header .menu-logo-new-login {
    position: relative;
    width: 25% !important;
  }

  .menu-logo-select {
    padding: 2% !important;
    position: relative !important;
    width: 40% !important;
    left: 3% !important;
  }

  .menu-logo-select-facebook-image {
    width: 40% !important;
    margin-left: 0% !important;
  }

  .menu-logo-select-whatsapp-image {
    width: 42% !important;
    margin-left: 4% !important;
  }

  .login-new-bg-img {
    top: -9px !important;
  }

  .new-login1 {
    top: 18% !important;
  }

  .new-login2 {
    top: 28.5% !important;
  }

  .new-login3 {
    top: 32.5% !important;
  }

  .login-img3-header {
    font-size: 16px !important;
  }

  .login-img3-text {
    font-size: 16px !important;
  }

  .new-login4 {
    top: 40.5% !important;
  }

  .login-img3-textwrap h1 {
    font-size: 27px !important;
  }

  .new-login5 {
    top: 48% !important;
  }

  .new-login6 {
    top: 52.5% !important;
  }

  .new-login7 {
    top: 59% !important;
  }

  .new-login8 {
    top: 74.5% !important;
  }

  .new-login9 {
    top: 81.5% !important;
  }

  .login-img9-text1 {
    font-size: 16px !important;
  }

  .login-img9-text2 {
    font-size: 16px !important;
    padding-bottom: 3% !important;
  }

  .new-login10 {
    width: 25% !important;
    left: 38% !important;
    top: -29% !important;
  }

  .new-login-carousel {
    top: 65.5% !important;
    width: 50% !important;
    left: 24% !important;
  }

  .new-login-carousel .carousel-control-prev {
    left: -59px !important;
  }

  .new-login-carousel .carousel-control-next {
    right: -59px !important;
  }

  .carousel-product-button {
    padding: 7px !important;
  }

  .new-slider-img {
    width: 78% !important;
  }

  .login-menu-container {
    bottom: 3% !important;
  }

  /* .home-new-bg-img {
    top: -146px !important;
  } */

  .new-home1 {
    top: 9% !important;
  }

  .new-home3 {
    top: 22.5% !important;
  }

  .new-home4 {
    top: 31.5% !important;
  }

  .new-home5 {
    top: 39% !important;
  }

  .new-home6 {
    top: 44% !important;
  }

  .new-home7 {
    top: 51% !important;
  }

  .new-home8 {
    top: 68% !important;
  }

  .new-home9 {
    top: 76% !important;
  }

  .home-carousel {
    top: 58.5% !important;
  }

  .home-menu-container {
    bottom: 5.5% !important;
  }

  .carousel-title {
    font-size: 27px !important;
  }

  .tab-label {
    width: 95% !important;
    height: 40px !important;
  }

  .nav-tabs .nav-link.active {
    height: 40px !important;
  }

  .cart-img {
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px;
  }

  .supermarket-task-card-button {
    height: 92px !important;
    margin-right: 4%;
    width: 145px !important;
  }

  .supermarket-task-card {
    height: 90px !important;
    margin-left: 4%;
  }

  .supermarket-task-card .supermarket-card-img {
    height: 92px !important;
  }

  .supermarket-task-card-button .supermarket-task-card-img {
    margin-top: 12% !important;
  }

  .supermarket-task-card-button .supermarket-task-card-img p {
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  .tab-label-dynamicFaQ {
    width: 95% !important;
    height: 45px !important;
  }

  .dynamicFaQ-task-card-button {
    height: 122px !important;
    width: 25% !important;
  }

  .dynamicFaQ-task-card {
    height: 122px !important;
    width: 68% !important;
  }

  .dtiger-task-card {
    height: 122px !important;
  }

  .dynamicFaQ .tab-label-dynamicFaQ .nav-link {
    font-size: 16px !important;
  }

  .dynamicFaQ .nav-tabs .nav-link.active {
    height: 45px !important;
  }

  .dynamicFaQ .dynamicFaQ-text {
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 2%;
  }

  .dynamicFaQ .dynamicFaQ-text h2 {
    font-size: 16px;
    color: #00afab;
  }

  .dynamicFaQ-task-card-button .dynamicFaQ-task-card-img p {
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  .kcpOffer-task-card-button .kcpOffer-task-card-img p {
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-img {
    width: 80%;
    margin-left: 10%;
    padding-top: 15%;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-img-Promo67 {
    width: 86%;
    margin-left: 6%;
    padding-top: 14%;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-img-Promo80 {
    width: 95%;
    margin-left: 4%;
    padding-top: 6%;
  }

  .dynamicFaQ-task-card .dtiger-card-img {
    width: 75px;
    height: 95px;
    margin-left: 12%;
    margin-top: 6%;
  }

  .dynamicFaQ-card-img-small {
    width: 82%;
    margin-top: 10%;
    margin-left: 10%;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-tikbee-img {
    width: 90%;
    margin-top: 45%;
    margin-left: 5%;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content .subpage-div {
    font-size: 14px;
    line-height: 1.2;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-long .subpage-div {
    font-size: 14px;
    line-height: 1.2;
  }

  /* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-long {
    padding-top: 0%;
  } */

  .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK .subpage-div {
    font-size: 14px;
    line-height: 1.2;
  }

  /* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK {
    padding-top: 0% !important;
  } */

  .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-Dtiger .subpage-div {
    font-size: 14px;
    line-height: 1.2;
  }

  /* .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-Dtiger {
    padding-top: 6%;
  } */

  .dynamicFaQ-task-card-button .dynamicFaQ-task-card-img {
    margin-top: 25%;
  }

  .dtiger-task-card .dtiger-card-img {
    width: 70% !important;
    margin-top: 6% !important;
    margin-left: 20% !important;
  }

  .dtiger-task-card .dtiger-card-info .dtiger-card-content h4 {
    font-size: 14px;
    margin-top: 0%;
    margin-left: 15%;
    line-height: 1.2;
  }

  .login-signup-btn-container .login-member {
    height: 45px;
    width: 150px;
    margin-right: 2%;
  }

  .login-signup-btn-container .login-register {
    height: 45px;
    width: 150px;
    margin-left: 2%;
  }

  .login-error-wrapper {
    top: 7.3% !important;
    left: 17% !important;
  }

  .login-error-wrapper-shipping {
    top: 7.3% !important;
    left: 17% !important;
  }

  .caraousel-span h3 {
    font-size: 16px !important;
    margin-bottom: 5%;
  }

  /* .homepage-banner-popup {
    height: 175px;
  } */

  .drugstore-banner-taskCard .drugstore-banner-image {
    height: 92px !important;
  }

  .drugstore-banner-taskCard {
    height: 92px !important;
  }

  .drugstore-banner-taskCard-button {
    height: 92px !important;
    margin-right: 4%;
    width: 145px !important;
  }

  .drugstore-banner-taskCard-button .drugstore-banner-image-button {
    padding: 20% !important;
  }

  .drugstore-banner-taskCard-button .drugstore-banner-image-button p {
    font-size: 20px !important;
    margin-top: 0px !important;
  }

  .homepage-Popup .homepage-banner-popup-text {
    font-size: 20px !important;
  }
  /* 
  .summerPant-size-selector {
    width: 100%;
  } */

  .uniFormStyle-passwordReset {
    width: 100% !important;
    padding: 0 !important;
  }

  .uniFormStyle-passwordReset .item {
    width: 100%;
  }

  .resetPassword-requestButton {
    height: 35px !important;
    width: 100% !important;
    font-size: 13px !important;
  }

  .uniFormStyle-passwordReset .item {
    width: 100% !important;
  }

  .uniFormStyle-passwordReset .item input[type='text'] {
    width: 66% !important;
  }

  .resetPassword-label {
    margin-left: 1% !important;
  }

  .resetPassword-text {
    margin-left: 1% !important;
  }

  .new-productslider-img {
    width: 342px !important;
    height: 550px !important;
  }

  .whatsapp_message {
    width: 100% !important;
  }

  .offlineReg-popup {
    margin-top: 50% !important;
  }

  .bottom-dtiger-img {
    width: 320px !important;
    height: 490px !important;
  }

  .kcpOffer-task-card {
    height: 85px !important;
    width: 68% !important;
  }

  .kpcPromo-homePage-img {
    width: 342px !important;
  }

  .kcpOffer-task-card-button {
    height: 85px !important;
    width: 25% !important;
  }

  .kcpOffer-task-card-button .kcpOffer-task-card-img p {
    font-size: 20px !important;
    margin-top: 0 !important;
  }

  .new-splashAdPopup-selector {
    margin-top: 13% !important;
  }

  .dynamicFaQ-card-img-marchPrestige {
    width: 90% !important;
    margin-top: 10% !important;
    margin-left: 10% !important;
  }

  .dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK .subpage-div-PromoStatic {
    line-height: 1.2 !important;
  }

  .dtiger-Popup {
    margin-top: 5% !important;
    margin-bottom: 5% !important;
  }

  .newUserFreeGift-modal {
    margin-top: 180px !important;
  }

  img.main-logo {
    visibility: hidden;
    width: 100px;
  }

  .vicksBanner-redemption-img {
    width: 342px !important;
  }
}

.learn-more {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  left: 40%;
  margin-top: 175px;
  width: 20% !important;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

.login-img-new-width {
  width: 100%;
  left: 0;
  opacity: 1;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.login-reg-img-new {
  cursor: pointer;
  width: 35%;
  left: 33%;
  opacity: 1;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.new-login1 {
  top: 15.5%;
}

.new-login2 {
  top: 27%;
}

.new-login3 {
  top: 31.5%;
}

.login-img3-header {
  font-size: 27px;
  font-weight: 600;
  color: #caa74c;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.login-img3-text {
  font-size: 27px;
  font-weight: 600;
  /* font-family: 'Noto Sans SC', sans-serif; */
  color: #00b0af;
  width: 75%;
  margin: auto;
  margin-top: 5px;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.login-img3-textwrap {
  position: relative;
  top: 30px;
}

.login-img3-textwrap h1 {
  font-size: 37px;
  /* font-family: 'Noto Sans SC', sans-serif; */
}

.new-login4 {
  top: 40.5%;
}

.new-login5 {
  top: 48%;
  width: 60%;
  left: 21%;
}

.new-login6 {
  top: 52%;
}

.new-login7 {
  top: 59%;
  width: 60%;
  left: 21%;
}

.new-login8 {
  top: 74.5%;
}

.new-login9 {
  top: 82%;
  width: 60%;
  left: 21%;
}

.login-img9-text1 {
  position: relative;
  top: 17px;
  /* font-family: 'Noto Sans SC', sans-serif; */
  font-size: 27px;
  font-weight: 600;
  color: #00b0af;
  margin: auto;
  margin-top: 5px;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.login-img9-text2 {
  position: relative;
  /* font-family: 'Noto Sans SC', sans-serif; */
  top: 17px;
  font-size: 27px;
  font-weight: 600;
  color: #00b0af;
  margin: auto;
  margin-top: 5px;
  padding-bottom: 5%;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.login-main-img-container {
  background-color: white;
}

.login-new-bg-img {
  width: 100%;
  position: relative;
  top: -50px;
}

.login-menu-items {
  width: 27%;
  margin: 10px;
  opacity: 1;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

@keyframes fadein {
  from {
    opacity: 0;
    /* visibility: hidden; */
  }

  to {
    opacity: 1;
    /* visibility: initial; */
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.login-menu-container {
  width: 100%;
  left: 0;
  bottom: 2%;
  opacity: 1;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.new-login10 {
  width: 32%;
  left: 35%;
  top: -24%;
}

.new-login-carousel {
  top: 65%;
  width: 55%;
  left: 24%;
  background-color: white;
  border-radius: 56px;
  border-right: 4px solid #00b0af;
  border-bottom: 4px solid #00b0af;
  opacity: 1;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.caraousel-span h3 {
  color: #00afab !important;
  font-family: 'PMingLiU', sans-serif !important;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 5%;
}

.carousel-title {
  font-weight: 700;
  /* font-family: 'Noto Sans SC', sans-serif !important; */
  position: relative;
  bottom: 47px;
  font-size: 37px;
  color: #00b0af;
}

.new-slider-img {
  width: 85%;
}

.new-login-carousel .carousel-control-prev {
  left: -59px;
}

.new-login-carousel .carousel-control-next {
  right: -59px;
}

.new-login-carousel .carousel-inner {
  border-radius: 56px;
}

.carousel-product-button {
  border: 1px solid #caa74c;
  padding: 15px;
  width: 50%;
  border-radius: 20px;
  background-color: #caa74c;
  margin: 6px;
  color: white;
}

.forgot-password {
  z-index: 10;
  position: relative;
  -webkit-transform: translateZ(1px);
}

.home-page-title-image {
  width: 100%;
  margin-bottom: 0%;
  position: sticky;
  z-index: 20;
}

.home-new-bg-img {
  width: 100%;
  position: relative;
}

.new-home1 {
  top: 8%;
}

.new-home3 {
  top: 24%;
}

.new-home4 {
  top: 33.5%;
}

.new-home5 {
  top: 41.5%;
  width: 60%;
  left: 20%;
}

.new-home6 {
  top: 45.5%;
}

.new-home7 {
  top: 53%;
  width: 60%;
  left: 20%;
}

.new-home8 {
  top: 69.5%;
}

.new-home9 {
  top: 78%;
  width: 59%;
  left: 20%;
}

.home-carousel {
  top: 59.5%;
  -webkit-animation: fadein 12s;
  animation: fadein 12s;
}

.home-menu-container {
  bottom: 4%;
}

.welcome-new-img {
  width: 90%;
  margin-top: 10%;
}

.welcom-msg-new {
  font-weight: 600;
  padding: 10px;
  width: 80%;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  color: #02babf;
  font-size: larger;
}

.welcome-new-img-arrow {
  width: 20%;
  margin: 20px;
}

.welcome-redirect {
  background-color: #caa74c !important;
  width: 45%;
  padding: 10px;
  border-radius: 20px;
  color: white;
  margin-top: 2%;
  margin-bottom: 15%;
  height: 50px;
  font-size: large;
}

.no-display {
  display: hidden !important;
}

/* //gift redemption neww css */

.product-tier-accordian {
  display: block;
  margin: 15px;
}

.accordion-button,
.accordion-item {
  border-radius: 15px !important;
  border: none !important;
}

.accordion-button:focus {
  border: none !important;
}

.accordion-body {
  border-radius: 15px !important;
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button:focus {
  outline: none;
}

.blue-tier .accordion-button,
.blue-tier .accordion-button:not(.collapsed),
.blue-tier .accordion-body,
.blue-tier .accordion-item {
  background-color: #5ec3eb;
  color: black;
  font-weight: 600;
  font-size: large;
}

.purple-tier .accordion-button,
.purple-tier .accordion-button:not(.collapsed),
.purple-tier .accordion-body,
.purple-tier .accordion-item {
  background-color: #d5aff2;
  color: black;
  font-weight: 600;
  font-size: large;
}

.blue-point {
  background-color: #5ec3eb;
}

.purple-point {
  background-color: #d5aff2;
}

.golden-point {
  background-color: #d8be64;
}

.gold-tier .accordion-button,
.gold-tier .accordion-button:not(.collapsed),
.gold-tier .accordion-body,
.gold-tier .accordion-item {
  background-color: #d8be64;
  color: black;
  font-weight: 600;
  font-size: large;
}

.disabled-gift {
  opacity: 0.5;
  cursor: not-allowed;
  /* background-image: url('/static/img/gift_lock.png'); */
}

.gift-lock-img {
  width: 30px !important;
  height: 30px !important;
  position: relative;
  /* left: 20%; */
  /* top: 33px; */
  /* background: #727272; */
}

.redeem-popup-container {
  background: white;
  padding: 9px;
  border-radius: 20px;
}

.redeem-popup {
  border: dashed 3px #00b0af;
}

.close-redeem-popup {
  width: 25px !important;
  height: 25px !important;
  position: relative;
  bottom: 7px;
  outline: none !important;
}

.modalStyle-coupon .close-redeem-popup {
  width: 25px !important;
  height: 25px !important;
  position: relative;
  bottom: 7px;
  outline: none !important;
}

/* //tabs */
.tab-label-redemption {
  width: 90%;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  padding-top: 0;
  display: -webkit-inline-box;
  margin-bottom: 15px;
}

.redemption .tab-label-redemption .nav-link {
  color: #25c1c0;
  padding: 12px;
}

.redemption .nav-tabs .nav-link.active {
  background-color: #25c1c0 !important;
  height: 40px;
  border-radius: 20px;
  color: white;
}

.redemption .tab-label-redemption .nav-link.active:after {
  display: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.new-redemption-bg {
  background-color: #b7f1f2 !important;
}

.popup-points img {
  width: 10%;
  position: relative;
  top: 8px;
  margin: 2px;
}

.new-popup-btn {
  background-color: #d8be64;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 12px;
  border-radius: 20px;
  width: 52%;
}

.cart-img {
  width: 30px;
  height: 30px;
}

.cart-img-container {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.redeem_coin {
  margin-right: 5px;
}

/*limkited offer */

.dynamicFaQ {
  background-color: #b7f1f2 !important;
}

.dynamicFaQ-text {
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 2%;
}

.dynamicFaQ-text h2 {
  font-size: 20px;
  color: #00afab;
}

.tab-label-dynamicFaQ {
  width: 90%;
  height: 40px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 0 !important;
  display: -webkit-inline-box !important;
  margin-bottom: 15px;
  text-align: center;
}

.dynamicFaQ .tab-label-dynamicFaQ .nav-link {
  color: #666566;
  width: 50%;
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  opacity: 0.75;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border: none;
}

.dynamicFaQ .tab-label-dynamicFaQ .nav-link.active:before {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
}

.dynamicFaQ .nav-tabs .nav-link.active {
  background-color: #caa74c !important;
  height: 40px;
  border-radius: 20px;
  color: white !important;
  opacity: 1;
}

.dynamicFaQ .tab-label-dynamicFaQ .nav-link.active:after {
  content: '';
  background-color: #12b4b0;
  display: none;
  position: absolute;
  width: 60%;
  height: 22px;
  border-radius: 5px;
  top: -15px;
  left: 22%;
  z-index: -1;
}

.dynamicFaQ .nav-tabs .nav-item {
  margin-bottom: 0px;
}

.dynamicFaQ-tab .dynamicFaQ-dropdown {
  padding-bottom: 5%;
  padding-top: 2%;
}

.dynamicFaQ-tab .new-dynamicFaQ-dropdown {
  border-color: #caa74c;
  border-radius: 24px;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #caa74c;
  border-width: medium;
  outline: 0;
}

.pms-submit-tc {
  width: 50%;
  padding: 10px;
  border-radius: 20px;
}

.dynamicFaQ-task-card-button {
  width: 24%;
  height: 130px;
  border-radius: 5px;
  background-color: #caa74c;
  /* width: 94%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-right: 2%;
}

.dynamicFaQ-task-card-button .dynamicFaQ-task-card-img {
  width: 100%;
  padding: 10%;
  cursor: pointer;
}

.dynamicFaQ-task-card-button .dynamicFaQ-task-card-img p {
  color: #fff;
  font-size: 30px;
  margin-top: 8%;
}

.new-login-btn-img {
  width: 41%;
}

.login-error-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 8%;
  left: 30%;
}

.login-error-wrapper-shipping {
  display: flex;
  justify-content: center;
  top: 8%;
  left: 30%;
}

.qrscanner-separator .fb-separator {
  position: relative;
  /* margin: 20px 0 !important; */
  display: inline-block;
  width: 100%;
  top: 10px;
}

.qrscanner-separator .fb-separator span {
  padding: 0 10px;
  display: inline-block;
  width: auto;
  background: #d0f5f4 !important;
  z-index: 100;
  position: relative;
  color: #696969;
}

.qrscanner-separator .fb-separator::after {
  position: absolute;
  border-bottom: 1px solid #696969 !important;
  content: '';
  left: 10%;
  right: 10%;
  z-index: 0;
  top: 55%;
}

.qrscanner-separator .login-separator {
  position: relative;
  top: 0;
  z-index: 20;
  color: gray;
  background: #b7f1f2 !important;
}

.tier-info-redeempage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: large;
  font-weight: 600;
  cursor: pointer;
}

.info-img-redeem {
  width: 5%;
  margin-left: 5px;
}

.blue-tier-divider {
  border-bottom: 3px solid #5ec3eb;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.purple-tier-divider {
  border-bottom: 3px solid #d5aff2;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.gold-tier-divider {
  border-bottom: 3px solid #d3a00b;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tier-modal-redemtion {
  border-radius: 10px;
}

.tier-modal-coloum {
  padding-left: 0;
  padding-right: 0;
}

.hybrid-retailer-popup-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-hybrid-popup {
  width: 28px !important;
  height: 28px !important;
  position: relative;
  outline: none !important;
}

.exceed-error-hybrid {
  color: red;
  font-size: large;
  text-align: center;
}

.hybrid-Promo-discount {
  padding: 12px;
  /* color: #666566; */
}

.hybrid-Promo-discount h1 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
  color: #00adab;
}

.hybrid-Promo-discount p {
  padding: 2px;
  color: #666566;
  font-size: 13px;
  line-height: 1.3;
}

.digi-hybrid-PNS {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.hybridPromo-modal {
  width: 326px;
  /* height: 245px; */
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  /* z-index: 3; */
  background-color: #fff;
  border-radius: 10px;
  /* max-width: 333px; */
  left: calc(50% - 169px);
  top: 10px;
  padding: 2%;
  margin-top: 180px;
}

.hybridPromo-modal-txt {
  font-size: large;
  text-align: center;
  margin-top: 10%;
  color: #00adab;
}

.hybridPromo-modal-txt-tc {
  text-align: center;
  font-size: small;
  margin-top: 10%;
  font-weight: bold;
  padding-bottom: 10px;
  color: #00adab;
}

.hybridPromo-qr-modal-btn {
  padding: 15px 0 15px 0;
  width: 100%;
  /* margin: 10px; */
  font-size: 16px;
  background: #04aeb1;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.hybridPromo-modal-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: x-large;
  background: #04aeb1;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.hybridPromo-button {
  margin-top: 10%;
}

.hybridPromo-modal-id .hybridPromo-modal-img {
  padding: 1%;
  width: 90%;
}

.hybridPromo-qrImage-modal {
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  /* z-index: 3; */
  background-color: #fff;
  border-radius: 10px;
  /* max-width: 333px; */
  left: calc(50% - 169px);
  top: 10px;
  padding: 2%;
  margin-top: 112px;
}

.display-qr-popup {
  width: 100%;
  margin-top: 2%;
}

.hybridPromo-popup-txt {
  font-size: large;
  text-align: center;
  color: #00afab;
  position: relative;
  left: 15px;
}

.hybridPromo-confirm-popup-txt {
  margin-top: 10px;
  font-size: large;
  text-align: center;
  color: #00afab;
}

.hybridPromo-qr {
  font-size: large;
  /* text-align: center; */
  margin-top: 4%;
  color: #00afab;
}

.hybridPromo-qr-popup-txt-barCode {
  text-align: center;
  font-size: 24px;
}

.areadistrict-Error-popup-txt {
  color: red;
  text-align: center;
  font-size: 20px;
}

.addressRegex-popup-txt {
  /* content: "\2022"; */
  text-align: left !important;
  color: red;
  padding: 2px;
  text-align: center;
  font-size: 18px;
}

.hybridPromo-qr-popup-txt-bottom {
  font-size: 16px;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
  color: #00afab;
}

.hybridPromo-popup-txt-store {
  font-size: large;
  /* text-align: center; */
  /* margin-top: 4%; */
  margin-bottom: 4%;
  color: #00afab;
}

/* .hybridPromo-qrImage-modal-txt {
  font-size: large;
  text-align: center;
  margin-top: 10%;
  color: #00adab
} */

/* 
.hybridPromo-qrImage-modal-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: x-large;
  background: #04aeb1;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.hybridPromo-qrImage-button {
  margin-top: 15%;
} */

.footer-loginPage {
  background: white;
  height: 80px;
  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;
  color: white;
}

.footer-loginPage .other-links {
  width: 100%;
  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;
}

.footer-loginPage .other-links a {
  padding: 0 5px;
  color: #075769;
  text-decoration: none;
}

.footer-loginPage .other-links a:hover {
  cursor: pointer;
}

.footer-loginPage .terms-link .popupTC {
  outline: none;
  color: #075769;
}

.footer-loginPage span {
  color: #075769;
  padding: 0 6px;
}

.toast {
  position: absolute;
  margin: auto;
  top: 5%;
  z-index: 10;
  padding: 10px;
  width: 100%;
  color: black;
  background-color: rgb(248 243 214);
  align-self: center;
}

.toast-header {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-clip: none;
  border-bottom: none;
}

.homepage-banner-popup {
  cursor: pointer;
  width: 100%;
}

.centermodal {
  padding-right: none !important;
}

/* .width-BacktoMainPage {
  width: 180px !important;
}

.drugstore-banner-taskCard {
  height: 155px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  /* width: 94%; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px; */
  /* margin-left: 4%; */
/* } */

.drugstore-banner-taskCard .image-width {
  width: 100%;
}

.drugstore-banner-taskCard .drugstore-banner-image {
  width: 100%;
  height: 155px;
  display: block;
  cursor: pointer;
}

.drugstore-banner {
  justify-content: flex-start !important;
}

.drugstore-banner-taskCard-button {
  width: 216px;
  height: 155px;
  border-radius: 5px;
  background-color: #caa74c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-right: 2%;
}

.drugstore-banner-taskCard-button .drugstore-banner-image-button {
  width: 100%;
  padding: 10%;
  cursor: pointer;
}

.drugstore-banner-taskCard-button .drugstore-banner-image-button p {
  color: #fff;
  font-size: 30px;
  margin-top: 10%;
}

.homepage-Popup {
  cursor: pointer;
  /* margin-bottom: 5%; */
  margin-top: 2%;
}

.homepage-Popup .homepage-banner-popup-text {
  font-size: 24px;
  font-weight: bold !important;
  color: #00afab;
}

.deliveryaddress-p {
  font-size: 16px !important;
}

/* password reset */

/* .passwordReset {
  background-color: #ffffff;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 5px 3px;
  max-width: 640px;
  min-height: 609px;
  padding: 0px;
  margin-top: 5%;
} */

.passwordReset .set-password-bg {
  background-size: cover;
  background-image: url('/static/img/password-Rest-bg.png');
}

.resetPassword-card {
  background-image: url('/static/img/login_menu1');
}

.resendEmail-card {
  background-image: url('/static/img/login_menu1');
  margin: 10%;
}

.passwordReset-wrap {
  /* max-width: 290px; */
  margin: 0px auto;
  width: 100%;
}

/* .passwordReset-text {
    margin-bottom: 10%;
  } */

.passwordReset-text {
  color: #00afab;
  line-height: 1.5;
  padding-top: 5%;
  font-size: 18px;
}

.resendEmail-text {
  color: #00afab;
  line-height: 1.5;
  padding: 3%;
  font-size: 18px;
}

/* password reset page */
.numberBox-password {
  bottom: 0;
  width: 100%;
  min-height: 170px;
  /* background-color: #ffffff; */
  border-top: none !important;
  border-bottom: none !important;
  padding: 10px;
}

.passwordResetBox {
  margin-left: 10%;
  margin-top: 5%;
  width: 80%;
  padding: 2px;
  height: 50px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #b7f1f2 !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.passwordResetBox-button {
  margin-top: 10%;
  margin-bottom: 30%;
}

.passwordResetBox .error {
  border: red 2px solid;
}

.passwordResetBox input[type='number'] {
  color: #80adac;
  width: 60%;
  padding: 5px;
}

.passwordResetBox input[type='number']::-webkit-input-placeholder {
  color: #80adac;
}

.passwordResetBox input[type='number']::-moz-input-placeholder {
  color: #80adac;
}

.passwordResetBox input[type='number']::-ms-input-placeholder {
  color: #80adac;
}

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

.passwordResetBox button {
  width: 35%;
}

.passwordResetBox button.pms-btn {
  width: 120px;
  height: 35.5px;
  word-break: keep-all;
}

@media (max-width: 320px) {
  .passwordResetBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
  }

  input {
    width: 100%;
    height: 40px;
  }

  .offlineReg-popup {
    margin-top: 50% !important;
  }
}

/*Password reset */

.resetPassword-card-header {
  border-bottom: 1px solid #f6f6f6;
  padding: 1rem 1.2rem;
  background-color: #fbfbfb;
}

.resetPassword-title {
  font-size: 1rem;
  font-weight: 500;
  color: #343434;
  margin: 0;
}

.resetPassword-label {
  margin-left: 6%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 2%;
  color: #00afab;
  margin-top: 2%;
  /* font-weight: bold; */
}

/* .margin-label-password {
    margin-right: 64%;
  }
  
  .margin-label-confirmPassword {
    margin-right: 59%;
  } */

.resetPassword-card-body {
  padding: 0rem 1.2rem 1rem 1.2rem;
}

.resetPassword-input {
  border: 1px solid #ffffff;
}

.resendEmail-input {
  width: 60%;
}

.resendEmail-input:focus {
  outline: none;
}

.resetPassword-Show:focus {
  outline: none;
}

.resetPassword-text {
  margin-left: 6%;
  text-align: left;
  font-size: 14px;
  margin-bottom: 2%;
  color: #00afab;
  margin-top: 2%;
}

::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #e8e8e8;
}

.resetPassword-input:focus {
  outline: none;
}

.resetPassword-btn {
  width: 60%;
  display: inline;
  background-color: #00afa9;
  border-radius: 0.7rem;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin-top: 5%;
}

.resetPassword-btn.disabled {
  background-color: #aaaaaa;
  cursor: not-allowed !important;
  width: 60%;
  display: inline;
  border-radius: 0.7rem;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin-top: 5%;
}

.resendEmail-btn {
  width: 50%;
  display: inline;
  background-color: #00afa9;
  border-radius: 0.7rem;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin-top: 5%;
}

.resetPassword-error-message {
  color: red;
  text-align: center;
  font-size: 14x;
  line-height: 1.3;
}

.otp-input {
  margin-top: 10% !important;
}

.uniFormStyle-passwordReset {
  /* font-family: 'Noto Sans SC', sans-serif !important; */
  padding: 2%;
  padding: none;
  width: 100%;
  margin-top: 0 !important;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uniFormStyle-passwordReset .item {
  padding: 10px;
  width: 90%;
  text-align: left;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #00afa9;
  margin: 20px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
}

.uniFormStyle-passwordReset .item input[type='password'] {
  width: calc(100% - 40px);
}

.uniFormStyle-passwordReset .item input[type='text'] {
  width: 100%;
}

.uniFormStyle .item input[type='text']::after {
  content: '';
}

.resetPassword-requestButton {
  background-color: #00adab;
  border-radius: 8px;
  height: 28px;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  /* font-weight: 500; */
  color: #ffffff;
}

.resetPassword-requestButton:focus {
  outline: none;
}

.resetPassword-requestButton.disabled {
  background-color: #aaaaaa;
  border-radius: 8px;
  height: 28px;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  /* font-weight: 500; */
  color: #ffffff;
}

/*new gift */
.summerPant-size-selector {
  background: #caa74c;
  color: #fff;
  border-radius: 5px;
  outline: 0;
  /* width: 55%; */
}

.googleAddressText {
  border-radius: 4px;
  width: 90%;
  padding: 10px;
  background: #f8f9fa66;
  font-size: 12px;
  text-align: left;
  margin-left: 5%;
}

.google-address-input {
  display: inline-block !important;
  margin-top: 0 !important;
}

/* product-page */

.productPage-selector {
  padding: 0;
}

.product-dropdown-selector {
  background: #caa74c;
  color: #fff;
  border-radius: 5px;
  outline: 0;
  width: 100%;
  height: 30px;
}

#getScore-popUpHK .modalStyle-productPage,
#getScore-popUpHK .errorModal {
  padding-bottom: 50px;
}

.modalStyle-productPage,
.errorModal {
  -webkit-box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
  display: block;
  z-index: 3;
  max-width: 635px;
  background-color: #fff;
  border-radius: 10px;
  position: static;
  left: calc(50% - 169px);
  top: 10px;
}

.modalStyle-productPage hr,
.errorModal hr {
  width: 90%;
}

.modalStyle-productPage .warning-red,
.errorModal .warning-red {
  padding: 20px 0 10px;
  text-align: center;
}

.modalStyle-productPage .modal-bottom,
.errorModal .modal-bottom {
  text-align: center;
}

.modalStyle-productPage .modal-bottom .pms-submit,
.errorModal .modal-bottom .pms-submit {
  margin: 0 auto;
}

.modalStyle-productPage .modal-close-button,
.errorModal .modal-close-button {
  text-align: right;
}

.modalStyle-productPage .modal-close-button .modal-close,
.errorModal .modal-close-button .modal-close {
  text-align: right;
  width: 30px;
  padding: 0;
  height: 30px;
  margin: 12px 0;
}

.modalStyle-productPage .modal-close-button .modal-close img,
.errorModal .modal-close-button .modal-close img {
  width: 35px;
  height: 35px;
}

.getScoreStyle-productPage {
  text-align: center;
  padding-bottom: 15px;
}

.getScoreStyle-productPage .btn-submit {
  width: 150px;
  margin: 10px;
  height: 40px;
}

#getScore-productPage {
  height: 406px;
  width: 90%;
  max-width: 333px;
  background-image: url('/static/img/curtain-bg.png');
  background-size: 100% 100%;
  margin: 20px auto;
  border-radius: 10px;
  padding: 130px 0 0 0;
}

.product-page-carasouel .carousel-control-prev {
  display: flex;
  justify-content: flex-start;
}

.product-page-carasouel .carousel-control-next {
  display: flex;
  justify-content: flex-end;
}

.new-productslider-img {
  width: 600px;
  height: 900px;
}

.whatsapp_message {
  width: 90%;
}

.offline-reg-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center !important;
}

  

.offlineReg-popup {
  margin-top: 10%;
}

.offlineReg-h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.325rem + 0.9vw);
}

.offlineReg-popup {
  margin-top: 10%;
}

.reset-password-CongratsText {
  margin-top: 5% !important;
}

.login-new-bbexpo-img {
  width: 100%;
  position: relative;
}

.qrterms-top {
  margin-left: 8%;
  margin-right: 8%;
  /* margin-top: 5%; */
  padding-bottom: 2px !important;
}

.digi-Terms .qrterms-div {
  margin-top: 2%;
  margin-bottom: 2%;
}

.digi-Terms .qrterms {
  text-align: justify;
  font-size: small;
}

.digi-Terms .qrterms-table {
  font-size: small !important;
}

.digi-Terms .qrterm-h1 {
  text-align: justify;
  font-weight: normal !important;
  padding-bottom: 10px;
  color: #666566 !important;
  line-height: 1.2;
}

/* redeemp popup for login */
.redeem-login-popup {
  /* width: 50%; */
  height: 200px;
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 151px;
}

.modal-close-button-redeem-login {
  text-align: end;
}

.redeem-login-pop-btn-container {
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
}

.redeem-login-pop-btn {
  padding: 10px;
  width: 120px;
  margin: 10px;
  border-radius: 5px;
  background: #caa74c;
  color: white;
  outline: none !important;
}

.redeem-login-pop-msg {
  text-align: center;
  margin: 21px;
  color: #00abac;
}

.login-maintainence-popup {
  height: auto;
  padding: 0;
}

.bottom-dtiger-img {
  width: 580px;
  height: 880px;
}

.dtiger-jobber-modal {
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  top: 10px;
  padding: 2%;
  margin: auto;
}

.dtiger-jobber-Terms {
  margin-top: 2%;
  padding: 2px;
  color: #666566;
  line-height: 1.25;
}

.dtiger-jobber-Terms td {
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: medium;
}

/* --------- pcb offer ------------ */

.tab-dynamic-kcpOffer {
  display: block;
}

.kcpOffer-task-card .kcpOffer-card-info {
  width: 70%;
  padding: 10px;
  position: relative;
  margin: auto;
}

.kcpOffer-task-card .kcpOffer-card-info .subpage-div {
  font-size: 16px;
  line-height: 1.5;
  color: #666566;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.kcpOffer-task-card {
  width: 70%;
  height: 130px;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-left: 2%;
}

.kcpOffer-task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.kpcPromo-homePage-img {
  width: 450px;
  cursor: pointer;
}

.kcpOffer-task-card-button {
  width: 24%;
  height: 130px;
  border-radius: 5px;
  background-color: #caa74c;
  /* width: 94%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  margin-right: 2%;
}

.kcpOffer-task-card-button .kcpOffer-task-card-img {
  width: 100%;
  padding: 10%;
  cursor: pointer;
}

.kcpOffer-task-card-button .kcpOffer-task-card-img p {
  color: #fff;
  font-size: 30px;
  margin-top: 8%;
}

.kcpOffer-Heading {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #00adab;
  line-height: 1.4;
}

.kcpOffer-Heading .kcpOffer-headingtext {
  padding: 15px;
  padding-bottom: 0 !important;
}

.kcpOffer-Heading .kcpOffer-headingtext-second {
  padding: 15px;
  padding-top: 0 !important;
}

.dynamicFaQ-text-disclaimer {
  color: #00afab;
  text-align: left;
  margin-top: 1%;
  margin-left: 5%;
  font-weight: bold;
}

/* new member registered gift */

.newUserGift-popup-txt {
  line-height: 1.25;
  font-size: large;
  text-align: justify;
  padding: 10px;
  color: #00afab;
  position: relative;
}

.newUserGift-popup-doNotFoget-txt {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.25;
  font-size: large;
  text-align: justify;
  color: #00afab;
  position: relative;
}

.newUserGift-modal-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: medium;
  background: #00afab;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.25;
}

.newUserGift-modal {
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  max-width: 333px;
  top: 10px;
  padding: 1.7%;
  margin: auto;
}

.newUserGift-modal-retailer-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: medium;
  background: #00afab;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.15;
}

.copyCodeButton {
  padding: 10px;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 2%;
  width: 80%;
  font-size: 16px;
  background: #04aeb1;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
}

.copyCodeButton.disabled {
  background-color: #aaaaaa;
  background-image: none;
  padding: 10px;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 2%;
  width: 80%;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.newUserRegsiter-confirm-popup-txt {
  margin-top: 10px;
  font-size: medium;
  text-align: justify;
  color: #00afab;
  margin: 5%;
  line-height: 1.15;
}

.newUserRegsiter-bold {
  font-weight: bold;
}

.newUserRegister-error-message {
  color: red;
  font-size: large;
  text-align: center;
  margin-top: 5%;
}

.dtiger-login-popup {
  /* width: 50%; */
  /* height: 200px; */
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 151px;
}

.close-dtigerAuth-popup {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  outline: none !important;
  right: 15%;
}

.dtiger-auth-pop-btn {
  padding: 10px;
  width: 120px;
  margin: 10px;
  border-radius: 5px;
  background: #caa74c;
  color: white;
  outline: none !important;
}

.dtiger-login-pop-msg {
  line-height: 1.4;
  text-align: center;
  margin: 21px;
  color: #00abac;
}

.dtigerStoreName-Heading {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #caa74c;
  line-height: 1.4;
}

.dtigerStoreName-Heading .dtigerStoreName-headingtext {
  padding: 15px;
  padding-bottom: 0 !important;
}

/* splash ad */
.getScoreStyle-videoPopup {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}

.getScoreStyle-videoPopup .btn-submit {
  width: 150px;
  margin: 10px;
  height: 40px;
}

.modalStyle-videoPopup,
.errorModal {
  z-index: 3;
  max-width: 635px;
  border-radius: 10px;
  position: static;
  left: calc(50% - 169px);
  top: 10px;
}

.new-splashAdPopup-selector {
  margin-top: 8%;
}

.new-splashAdPopup-page-carasouel .carousel {
  overflow: hidden;
}

.new-splashAdPopup-page-carasouel .carousel-control-prev {
  display: none !important;
}

.new-splashAdPopup-page-carasouel .carousel-control-next {
  display: none !important;
}

.new-splashAdPopup-page-carasouel .carousel-indicators {
  display: none !important;
}

.new-splashAdPopup-img {
  width: 100%;
  cursor: pointer;
}

.newSplasAd-closeButton-size {
  width: 30px !important;
  height: 30px !important;
  position: relative;
  outline: none !important;
}

.newSplasAd-closeButton-position {
  float: right !important;
  margin-bottom: 1%;
}

.close-HKDfreeCouponhomePage-popup {
  width: 34px !important;
  height: 34px !important;
  position: relative;
  outline: none !important;
}

.modalStyle-HKDfreeCoupon-popup,
.errorModal {
  position: static;
  left: calc(50% - 169px);
  top: 10px;
}

.modalStyle-HKDfreeCoupon-popup .modal-close-button,
.errorModal .modal-close-button {
  text-align: right;
  margin-right: 2%;
}

.dtigerReminderText-TextPlacement {
  text-align: left;
  color: #00afab;
  line-height: 1.4;
}

.dtigerReminderText-TextPlacement .dtigerURLReminder-TextPlacement {
  font-size: 16px;
  padding: 0 15px 0 15px;
}

.dtigerReminderText-TextPlacement .dtigerpharmaReminder-TextPlacement {
  font-size: 12px;
  padding: 0 15px 5px 15px;
}

.register-Password-ErrorMessage {
  line-height: 1.3;
  padding: 0 10px;
  width: 90%;
  text-align: left;
  border-bottom: none;
  margin: 10px auto;
  color: red;
  font-size: 18px;
}

.register-bottom {
  width: 100%;
  margin-left: 3%;
}

.welcome-redirect-inviteCode {
  background-color: #caa74c !important;
  width: 70%;
  padding: 10px;
  border-radius: 20px;
  color: white;
  margin-top: 2%;
  margin-bottom: 15%;
  height: 60px;
  font-size: large;
  line-height: 1.3;
}

.dtigerActivityModal-lineheight {
  line-height: 1.2;
}

.marchFreePrestige-homePage-img {
  width: 100%;
  cursor: pointer;
}

.newUserGift-popup-sizeDisclaimer-txt {
  padding: 10px 10px 0 10px;
  line-height: 1.2;
  font-size: medium;
  text-align: justify;
  color: #00afab;
  position: relative;
}

.dynamicFaQ-card-img-marchPrestige {
  width: 70%;
  margin-left: 10%;
  display: block;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK .subpage-div-PromoStatic {
  line-height: 1.5;
  color: #666566;
  text-align: left;
}

.dynamicFaQ-task-card .dynamicFaQ-card-info .dynamicFaQ-card-content-HK .subpage-span-PromoStatic {
  float: left;
  clear: both;
  font-size: large;
}

.alreadyVerified-text {
  line-height: 1.3;
  font-size: x-large;
  text-align: justify;
  color: #00afab;
  margin: 2%;
}

.alreadyVerified-modal {
  width: 340px;
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 2%;
  margin-top: 180px;
}

.activateDtiger-modal-btn {
  padding: 15px 0 15px 0;
  margin: 6%;
  font-size: medium;
  background: #caa74c;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 1.15;
  border-radius: 5px;
}

.activateDtiger-modal {
  width: 326px;
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 1%;
  margin-top: 180px;
}

.activateDtiger-text {
  line-height: 1.3;
  font-size: medium;
  text-align: justify;
  color: #00afab;
  margin: 6%;
}

.dtigerActivityModal-lineheight {
  line-height: 1.2;
}

.dtigerActivityModal-marginTop {
  margin-top: 5%;
}

.newUserFreeGift-modal {
  width: 333px;
  box-shadow: 0px 1px 5.8px 0.7px rgb(77 77 77 / 31%);
  display: block;
  background-color: #fff;
  padding: 1%;
  border-radius: 10px;
  margin-top: 100px;
}

.newUserGift-text-popup {
  line-height: 1.25;
  font-size: large;
  text-align: justify;
  color: #00afab;
  position: relative;
}

.newUserGift-heading-text {
  margin: 5%;
}

.newUserGift-popup-doNotFoget-text {
  margin: 5% 5% 0 5%;
}

.newUserRegsiter-ConfirmRetailer-button {
  margin-top: 5%;
}

.backto-MultpliGift-popup {
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  color: #00afab;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}

.virtualGift-button-container {
  margin-top: 20%;
}

.virtualGift-retailer-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: medium;
  background: #00afab;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.15;
}

.backto-MultpliGift-popup {
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  color: #00afab;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}

.virtualGift-button-container {
  margin-top: 20%;
}

.virtualGift-retailer-btn {
  padding: 15px 0 15px 0;
  margin: 10px;
  font-size: medium;
  background: #00afab;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.15;
}

.newflow-QRSCan-text {
  text-align: justify;
  line-height: normal;
  margin: 5%;
}

.img-newflow-QRSCan {
  margin: auto;
  width: 90%;
}

.close-QRScan-popup-img {
  width: 25px !important;
  height: 25px !important;
  position: relative;
  bottom: 7px;
  outline: none !important;
  top: -260% !important;
  cursor: pointer;
}

.close-QRScan-button-popup {
  width: 25px !important;
  height: 25px !important;
  position: relative;
  bottom: 7px;
  outline: none !important;
  top: -260% !important;
}

@font-face {
  font-family: 'GenSenRounded-B';
  /* src: url('/static/fonts/GenSenRounded-B.ttc') format('truetype'); */
  src: url('/static/fonts/GenSenMaruGothicTW-Bold-TTF.woff') format('woff');
  src: url('/static/fonts/GenSenMaruGothicTW-Bold-TTF.woff2') format('woff2');
  src: url('/static/fonts/GenSenMaruGothicTW-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'GenSenRounded-EL';
  /* src: url('/static/fonts/GenSenRounded-EL.ttc') format('truetype'); */
  src: url('/static/fonts/GenSenMaruGothicTW-ExtraLight-TTF.woff') format('woff');
  src: url('/static/fonts/GenSenMaruGothicTW-ExtraLight-TTF.woff2') format('woff2');
  src: url('/static/fonts/GenSenMaruGothicTW-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'GenSenRounded-H';
  /* src: url('/static/fonts/GenSenRounded-H.ttc') format('truetype'); */
  src: url('/static/fonts/GenSenMaruGothicTW-Heavy-TTF.woff') format('woff');
  src: url('/static/fonts/GenSenMaruGothicTW-Heavy-TTF.woff2') format('woff2');
  src: url('/static/fonts/GenSenMaruGothicTW-Heavy.ttf') format('truetype');
}

@font-face {
  font-family: 'GenSenRounded-L';
  /* src: url('/static/fonts/GenSenRounded-L.ttc') format('truetype'); */
  src: url('/static/fonts/GenSenMaruGothicTW-Light-TTF.woff') format('woff');
  src: url('/static/fonts/GenSenMaruGothicTW-Light-TTF.woff2') format('woff2');
  src: url('/static/fonts/GenSenMaruGothicTW-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'GenSenRounded-M';
  /* src: url('/static/fonts/GenSenRounded-M.ttc') format('truetype'); */
  src: url('/static/fonts/GenSenMaruGothicTW-Medium-TTF.woff') format('woff');
  src: url('/static/fonts/GenSenMaruGothicTW-Medium-TTF.woff2') format('woff2');
  src: url('/static/fonts/GenSenMaruGothicTW-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'GenSenRounded-R';
  /* src: url('/static/fonts/GenSenRounded-R.ttc') format('truetype'); */
  src: url('/static/fonts/GenSenMaruGothicTW-Regular-TTF.woff') format('woff');
  src: url('/static/fonts/GenSenMaruGothicTW-Regular-TTF.woff2') format('woff2');
  src: url('/static/fonts/GenSenMaruGothicTW-Regular.ttf') format('truetype');
}

.new-font-GenSenRounded-B {
  font-family: 'GenSenRounded-B' !important;
}

.new-font-GenSenRounded-EL {
  font-family: 'GenSenRounded-EL' !important;
}

.new-font-GenSenRounded-H {
  font-family: 'GenSenRounded-H' !important;
}

.new-font-GenSenRounded-L {
  font-family: 'GenSenRounded-L' !important;
}

.new-font-GenSenRounded-M {
  font-family: 'GenSenRounded-M' !important;
}

.new-font-GenSenRounded-R {
  font-family: 'GenSenRounded-R' !important;
}

.footer-termCondition-text {
  line-height: 1.25;
  text-align: justify;
}

.vicks-banner-Onclick {
  cursor: pointer;
}

.vicksBanner-redemption-img {
  width: 450px;
}

.country-selector-dropdown {
  font-weight: normal !important;
  color: #075769 !important;
}

