@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=168c5cb9-60f4-4f3e-a9b5-e6dddfaee596);
@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=168c5cb9-60f4-4f3e-a9b5-e6dddfaee596);
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
@charset "UTF-8";
body {
  font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "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-image: url("/static/img/PMS-bg.png");
  background-repeat: repeat;
  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: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .main-section#page-login, #page-login.welcome-main-section {
    background-color: #e3f4f4;
    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; }

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

.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: flex;
  flex-direction: column;
  height: 100%; }

.mobile-flex-mainItem {
  flex: 2; }

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

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

.flex {
  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 {
  visibility: hidden;
  width: 100px; }

.img100 {
  width: 100%; }

.card {
  display: block;
  width: 90%;
  margin: 40px auto 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  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: flex;
  align-items: center;
  height: 57px;
  margin: 0 auto 140px;
  border-radius: 10px;
  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;
    flex: 2;
    text-align: left;
    color: #80adac;
    padding: 10px; }
  .uniSelectStyle span {
    padding-right: 15px; }
    .uniSelectStyle span img {
      width: 30px; }

.uniSelect-list {
  border-radius: 10px;
  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; }

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

.mid-bb p {
  color: #070007;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal; }

.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: 50px; }
  .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: 2; }
    .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; }

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

#getScore-popUp .modalStyle, #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%; } }

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

.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 0px 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 14px;
        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 button {
  border: 0;
  background: none;
  outline: none; }

.nav .menu-button {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-right: 10px; }
  .nav .menu-button img {
    width: 35px;
    height: 25px; }

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

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

.modal-content {
  border: none;
  background-color: transparent;
  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: MicrosoftJhengHei;
  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 img {
  top: 10px;
  position: absolute;
  right: 5%;
  width: 30px; }

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

.container-top {
  background-color: #fff;
  padding-top: 20px;
  height: 50px; }
  .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 .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;
  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;
    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; }

.productDetailsPopUp {
  display: flex;
  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 .img-product, .errorModal .img-product {
    width: calc(100% - 80px);
    margin: 10px 40px; }
  .modalStyle hr, .errorModal hr {
    width: 90%; }
  .modalStyle .warning-red, .errorModal .warning-red {
    padding: 20px 0 10px;
    text-align: center; }
  .modalStyle .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 .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 */
  -khtml-user-select: none;
  /* 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;
  box-shadow: 0px 0.5px 3.5px 0 rgba(33, 25, 2, 0.23);
  position: relative;
  background-color: #00afab;
  display: flex;
  justify-content: space-between;
  padding: 6px;
  color: #fff; }
  .headerUserInfoTab p {
    color: white; }
  .headerUserInfoTab .pointsHolder {
    display: flex; }
    .headerUserInfoTab .pointsHolder span {
      padding: 0 5px; }

.errorPopUpWrapper {
  width: 95%;
  display: flex;
  justify-content: center; }

.errorModal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px; }
  .errorModal p {
    margin: 20px; }

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

.screen-height {
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .screen-height .languageToggle {
    position: relative;
    margin-bottom: 140px; }
    .screen-height .languageToggle .rotate180Open {
      animation: rotateImageOpen 0.3s ease-out forwards; }
    .screen-height .languageToggle .rotate180Close {
      animation: rotateImageClose 0.3s ease-out forwards; }

@keyframes rotateImageOpen {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(180deg); } }

@keyframes rotateImageClose {
  from {
    transform: rotate(180deg); }
  to {
    transform: rotate(0deg); } }
  .screen-height .item {
    display: flex; }
    .screen-height .item .list-button {
      display: flex; }
  .screen-height .uniSelect-list {
    border-radius: 10px;
    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%;
    transition: 3s; }
    .screen-height .uniSelect-list .event_outbound_link {
      display: inline-flex;
      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%;
  text-emphasis: none;
  text-align: left; }
  @media (max-width: 599px) {
    .labelText {
      width: 40%; } }

.member {
  text-align: center;
  height: 100%;
  background-color: #b7f1f2 !important;
  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: 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;
        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: 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; } }

@-moz-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 30px 30px; } }

/* pure CSS tabs */
.member-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }

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

.tab-label {
  height: 35px;
  background-color: #12b5b0;
  width: 100%;
  text-align: center;
  display: flex;
  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;
  -o-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; }

.label {
  width: auto;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  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; }

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

.member .tab-label-membership .nav-link {
  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;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: none;
  border: none; }

.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-membership {
  width: auto;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: relative;
  opacity: 0.75;
  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: flex;
      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: 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: flex;
        justify-content: space-around;
        width: 100%;
        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; }
  @media (max-width: 599px) {
    .modalStyleMembership {
      min-width: 100%; } }
  .modalStyleMembership .modal-top {
    height: 96px;
    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; }
      .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: 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: flex;
  flex-direction: column;
  text-align: center;
  justify-content: 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; }

/* Button */
.popup-Button {
  background-color: #00afab;
  border: none;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer; }

.popup-Button:hover {
  background-color: #fff;
  color: black;
  border: 2px solid #00afab; }

.pms-nav {
  width: 100%;
  height: 35px;
  box-shadow: 0px 0.5px 3.5px 0 rgba(33, 25, 2, 0.23);
  position: relative;
  background-color: #00afab;
  display: flex;
  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%; }

.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: 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: flex;
  background-color: #fff;
  width: 100%;
  height: 107px;
  border-bottom: 1px solid #ccc; }
  .cart-item .prod {
    width: calc(100% - 55px);
    padding: 10px;
    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: 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: flex;
        padding: 20px 0;
        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: flex;
    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: flex;
  justify-content: space-around;
  align-items: center; }
  .cart-bottom .bottom-btn-layout {
    margin: 20px 0; }
  .cart-bottom .consent-bottom-panel {
    display: inline-flex;
    justify-content: 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 {
  margin: 0 15px; }

.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 h5 {
  text-align: center;
  color: #00afab;
  font-weight: 700;
  padding: 10px;
  font-size: 18px; }

#modal-getScore {
  text-align: center; }
  #modal-getScore hr {
    width: 100%; }
  #modal-getScore h6 {
    text-align: center; }
  #modal-getScore h5 {
    text-align: center; }

.userInfo-list {
  margin-bottom: 20px; }
  .userInfo-list li {
    padding: 10px 25px; }
    .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;
  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; }

.task-list {
  display: flex;
  flex-direction: column; }

.task-card {
  height: 208px;
  border-radius: 10px;
  box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  background-color: #fff;
  width: 94%;
  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: 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: #fff;
  padding: 20px;
  text-align: center; }

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

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

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

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

.fb-separator {
  position: relative;
  display: inline-block;
  width: 100%; }

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

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

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

.optInWrapper {
  font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", "PMingLiU", "MingLiU", Helvetica, Arial, sans-serif;
  padding: 10px;
  margin: 20px 5%;
  text-align: left; }
  .optInWrapper a {
    color: #007bff; }
  .optInWrapper .popupOptIn {
    color: #007bff;
    outline: none; }
  .optInWrapper .popupOptInEng {
    display: contents;
    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: 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: flex;
    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: flex;
    align-items: baseline; }

.registerPage .lds-ellipsis {
  height: 12px; }
  .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 {
  box-shadow: 20px 20px 50px 10px #fff inset; }

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

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

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

.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;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

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

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

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

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

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

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

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    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: flex;
  justify-content: 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 {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  justify-content: space-between; }

.scanner-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }

@media (max-width: 320px) {
  input {
    width: 100%;
    height: 40px; } }

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

.login-warning {
  display: flex;
  border: solid 2px red;
  width: 80%;
  margin: 20px auto;
  align-items: center;
  padding: 15px;
  border-radius: 8px; }
  .login-warning span {
    width: 20%; }
  .login-warning p {
    width: 80%;
    font-size: 16px;
    text-align: left; }

.loginPage {
  padding-bottom: 0; }
  .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 {
    box-shadow: 20px 20px 50px 10px #fff inset; }
  .loginPage .uniFormStyle input:-internal-autofill-selected {
    background-color: transparent !important;
    box-shadow: 20px 20px 50px 10px #fff inset; }
  .loginPage .uniFormStyle input:focus {
    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 .facebook_btn {
    display: inline-block;
    width: 250px;
    height: 40px;
    max-width: 100%;
    background-color: #3b5998;
    text-align: center;
    position: relative;
    border-radius: 25px;
    padding: 0px 20px;
    margin: 27px 0 0 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px; }
  .loginPage .fab {
    margin-left: -12px;
    margin-right: 8px; }
  .loginPage .fb-separator {
    position: relative;
    display: inline-block;
    width: 100%; }
  .loginPage .fb-separator span {
    padding: 0 10px;
    display: inline-block;
    width: auto;
    background: #e1f3f3;
    z-index: 100;
    position: relative;
    color: #000000; }
  .loginPage .fb-separator::after {
    position: absolute;
    border-bottom: 1px solid #5f5e5e;
    content: '';
    left: 10%;
    right: 10%;
    z-index: 0;
    top: 55%; }
  .loginPage .joinUS {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 5px auto; }

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

.task-card {
  height: 208px;
  border-radius: 10px;
  box-shadow: 0px 6.5px 13.5px 0 rgba(183, 183, 183, 0.74);
  background-color: #fff;
  width: 94%;
  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 {
      width: auto;
      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: 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: flex;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 1px 5.8px 0.7px rgba(77, 77, 77, 0.31);
    background-color: #ffffff;
    border-left: 10px solid #00afab;
    padding: 10px;
    align-items: center;
    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 {
      transition: 0.3s all ease; }
      .FAQ-item .FAQ-title span img {
        width: 22px;
        height: 22px; }
      .FAQ-item .FAQ-title span.rotate180 {
        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: flex;
  justify-content: 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; }

@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"); }

.grecaptcha-badge {
  height: 45px !important;
  bottom: 12px !important; }

.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 {
    flex-direction: column; }
    .footer section {
      margin-bottom: 10px; }
    .footer .termsDivider {
      display: none; } }

.example {
  font-size: 50px; }

@media (min-width: 200px) and (max-width: 280px) {
  .indexpage-contact .f-btn .con-img {
    right: 0%;
    bottom: 44%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 0%;
    bottom: 18%;
    height: 65px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .indexpage-contact .f-btn .con-img {
    right: 0%;
    bottom: 33%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 0%;
    bottom: 13%;
    height: 65px;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  .indexpage-contact .f-btn .con-img {
    right: 0%;
    bottom: 38%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 3%;
    bottom: 22%;
    height: 85px;
  }
}

@media only screen and (min-width: 375px) and (min-height: 812px) {
  .indexpage-contact .f-btn .con-img {
    right: 0%;
    bottom: 49%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 3%;
    bottom: 30%;
    height: 85px;
  }
}
@media (min-width: 414px) and (max-width: 767px) {
  .indexpage-contact .f-btn .con-img {
    right: 0%;
    bottom: 41%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 1%;
    bottom: 29%;
    height: 85px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .indexpage-contact .f-btn .con-img {
    right: 9%;
    bottom: 46%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 9%;
    bottom: 41%;
    height: 85px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .indexpage-contact .f-btn .con-img {
    right: 19%;
    bottom: 59%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 20%;
    bottom: 45%;
    height: 85px;
  }
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .indexpage-contact .f-btn .con-img {
    right: 25%;
    bottom: 8%;
    border-radius: 50%;
    width: 77px;
    height: 78px;
    font-size: 40px;
    color: white;
    outline: none !important;
    border: none !important;
    position: fixed;
  }
  .login-contact .f-btn .con-img {
    position: fixed;
    right: 25%;
    bottom: 22%;
    height: 85px;
  }
}

*,:after,:before{box-sizing:border-box}.h2,h2{font-size:calc(1.325rem + .9vw)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}@media (min-width:1200px){.h2,h2{font-size:2rem}}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");transform:rotate(-180deg)}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgb(0 0 0/13%)}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-header{margin-bottom:0}.accordion-body{padding:1rem 1.25rem}
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

