@import url(https://fonts.googleapis.com/css?family=Lato:400,700);@charset "UTF-8";

body {
  height: auto;
  margin: 0 auto;
  position: relative;
  font-family: "Lato", sans-serif;
  color: #00539F;
}

body::-webkit-scrollbar-thumb {
  background-color: #00539F;
}

html,
body {
  font-size: 12px;
}

html:lang(en-us),
:lang(en-us) body {
  font-size: 9px;
}

.text_bold {
  font-weight: 700;
}

.text_red {
  color: red;
}

.clear {
  clear: both;
}

img {
  width: 100%;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.hide-overlay .overlay {
  left: -500%;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
}

.overlay {
  max-width: 1024px;
  margin: 0 auto;
  z-index: 99;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 75px;
  left: 0;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
}

.overlay .overlay-content {
  overflow: auto;
  color: #000000;
}

.background-content {
  padding: 0px;
  overflow-x: hidden;
}

.hamburger {
  padding-bottom: 10px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #a3a3a3;
}

h1 {
  font-size: 2em;
}

a {
  color: #00539F;
  text-decoration: none;
}

a:hover {
  text-decoration: initial;
}

.content {
  position: relative;
  min-height: calc(100vh - 154px);
}

/*@media screen and (min-width: 768px)
{
	.content
	{
		min-height: 900px;
	}
}*/

#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  display: none;
  z-index: 100;
  position: fixed;
  background: initial;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.loading_icon {
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

#loading .loading_icon {
  width: 75px;
  height: 75px;
  background-size: contain;
}

.left_nav {
  width: 60%;
  padding: 30px;
  border-radius: 25px 0 0 25px;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 99;
  right: 0;
}

.left_nav div.overlay-content {
  padding-left: 6px;
  padding-right: 10px;
}

.left_nav div.overlay-content div.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left_nav div.overlay-content div.flex div.change_lang {
  order: 2;
  padding: 0;
  line-height: 1.675;
}

.left_nav div.overlay-content div.flex div#home {
  order: 1;
  padding: 0;
}

.left_nav div.overlay-content div.flex div#home a img {
  max-height: 40px;
  width: auto;
}

.left_nav div.overlay-content div {
  padding: 20px 0px 10px 0px;
  text-align: left;
  font-size: 1.3rem;
  position: relative;
}

.left_nav div.overlay-content div a {
  color: #00539F;
  margin-left: 20px;
}

.left_nav div.overlay-content div a[href="#"] {
  color: black;
}

.left_nav div.overlay-content div div.red-dot {
  position: absolute;
  top: 27px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  padding: 0;
}

.left_nav div.overlay-content div.change_lang {
  text-align: right;
  padding-top: 0px;
}

.left_nav div.overlay-content div.change_lang a {
  margin-left: 0;
}

.left_nav div.overlay-content div.change_lang span.current_lang {
  color: #000000;
}

@media only screen and (max-width: 576px) {
  .left_nav {
    padding: 0.5rem;
  }
}

@media screen and (min-width: 780px) {
  .left_nav div.overlay-content {
    padding-left: initial;
    padding-right: initial;
  }

  .left_nav div.overlay-content div div.red-dot {
    top: 32px;
    width: 10px;
    height: 10px;
  }
}

.header {
  padding: 5px 0;
  border-bottom: 2px solid #BDBFC1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.header div.header_image {
  width: 40%;
  text-align: left;
  flex-grow: 1;
  padding-left: 5%;
}

.header div.header_image img {
  max-width: 100px;
}

.header div.header_login {
  width: 30%;
  text-align: right;
  flex-grow: 0;
}

.header div.header_login img {
  max-width: 110px;
}

.header div.header_login_desktop {
  display: none;
}

.header div.header_hamburger {
  width: 10%;
  flex-grow: 1;
}

.content {
  text-align: center;
  height: 100%;
}

.footer {
  background-color: #a3a3a3;
  color: #ffffff !important;
}

.footer div,
.footer span#copyright {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
}

.footer > div {
/*20220411   display: flex; */
	text-align: center;

  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.footer > div > div.link-container {
  width: 58%;
/*20220411   display: flex; */
/*20220411   margin-left: 5px; */
	margin: auto;
}

.footer > div > div.link-container a {
  width: 28%;
}

.footer > div > div.social-media-container {
  width: 38%;
/*20220411   display: flex; */
/*20220411   margin-right: 5px; */
	margin: auto;
}

.footer > div > div.social-media-container span {
  width: 50%;
}

.footer > div > div.social-media-container a {
  width: 25%;
}

.footer > div span#copyright {
  order: 99;
  width: 100%;
  margin-bottom: 0;
}

/*  20220411 Pacess  */
.instagram-box {
	display: none;
	position: absolute;
	transform: translateX(-60%);
	-ms-transform: translateX(-60%);
	-moz-transform: translateX(-60%);
	-webkit-transform: translateX(-60%);
	left: 43%;
	bottom: 12%;
	padding: 20px 10px 5px 10px;
}
.instagram-box a {
/* 	padding: 5px 0; */
	margin: 0;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial Regular, Microsoft JhengHei;
/* 	border-bottom: 1px solid #CBD0D3; */
	text-shadow: none !important;
	width: 100% !important;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
.instagram-box::before {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 17.3px 10px;
	border-color: #00539F transparent transparent transparent;
}
.instagram-list {
	padding: 5px 10px;
	background-color: #00539F;
	border-radius: 8px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
	width: 150px;
}

.facebook-box {
	display: none;
	position: absolute;
	transform: translateX(-60%);
	-ms-transform: translateX(-60%);
	-moz-transform: translateX(-60%);
	-webkit-transform: translateX(-60%);
	left: 52%;
	bottom: 12%;
	padding: 20px 10px 5px 10px;
}
.facebook-box a {
	margin: 0;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial Regular, Microsoft JhengHei;
	text-shadow: none !important;
	width: 100% !important;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
.facebook-box::before {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 17.3px 10px;
	border-color: #00539F transparent transparent transparent;
}
.facebook-list {
	padding: 5px 10px;
	background-color: #00539F;
	border-radius: 8px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
	width: 150px;
}
/*  20220411 End  */

@media screen and (max-width: 320px) {
  .footer > div > div.link-container {
    width: 63%;
  }

  .footer > div > div.link-container a {
    width: 30%;
  }

  .footer > div > div.social-media-container {
    width: 30%;
  }
}

.footer a {
  line-height: 2em;
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer a img {
  height: 2em;
  width: 2em;
}

@media screen and (min-width: 768px) and (max-width: 795px) {
  .footer div,
  .footer span#copyright {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 35px 15%;
  }

  .footer span#space {
    width: 8.5em;
  }
}

@media only screen and (max-width: 576px) {
  .footer {
    min-height: 80px;
    padding: 15px 0;
  }
}

div#popup-box div.modal-content {
  top: 200px;
  max-width: 300px;
  margin: auto;
  border: 3px solid #00539F;
}

div#popup-box div.modal-content div#popup-header {
  border-bottom: none;
}

div#popup-box div.modal-content div#popup-header button.close {
  display: none;
}

div#popup-box div.modal-content div#outside-scroll div#inside-scroll div#popup-body {
  color: #00539F;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

div#popup-box div.modal-content div#outside-scroll div#inside-scroll div#popup-footer {
  border-top: none;
}

div#popup-box div.modal-content div#outside-scroll div#inside-scroll div#popup-footer button[class$=btn] {
  background-color: #00539F;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  min-width: 128px;
  min-height: 36px;
}

div#popup-box div.modal-content div#outside-scroll div#inside-scroll div#popup-footer button#alert-btn-id {
  margin: auto;
}

div#popup-box.show {
  backgground-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  div#popup-box div.modal-content {
    top: 300px;
  }
}

body.offer_stamp_card .offer_top_nav,
body.offer2_list .offer_top_nav,
body.offer_drink .offer_top_nav,
body.offer_cash .offer_top_nav,
body.tutorial_stamp .offer_top_nav,
body.tutorial_recycle .offer_top_nav,
body.news .offer_top_nav {
  box-shadow: 0 1px 5px 0px #BDBFC1;
}

body.offer_stamp_card .offer_top_nav > div,
body.offer2_list .offer_top_nav > div,
body.offer_drink .offer_top_nav > div,
body.offer_cash .offer_top_nav > div,
body.tutorial_stamp .offer_top_nav > div,
body.tutorial_recycle .offer_top_nav > div,
body.news .offer_top_nav > div {
  width: 26%;
  margin: 0px 3%;
  display: inline-block;
  padding: 4%;
  vertical-align: top;
  position: relative;
}

body.offer_stamp_card .offer_top_nav > div p,
body.offer2_list .offer_top_nav > div p,
body.offer_drink .offer_top_nav > div p,
body.offer_cash .offer_top_nav > div p,
body.tutorial_stamp .offer_top_nav > div p,
body.tutorial_recycle .offer_top_nav > div p,
body.news .offer_top_nav > div p {
  margin: 0;
  color: #a3a3a3;
}

body.offer_stamp_card .offer_top_nav > div p.active,
body.offer2_list .offer_top_nav > div p.active,
body.offer_drink .offer_top_nav > div p.active,
body.offer_cash .offer_top_nav > div p.active,
body.tutorial_stamp .offer_top_nav > div p.active,
body.tutorial_recycle .offer_top_nav > div p.active,
body.news .offer_top_nav > div p.active {
  font-weight: bold;
  color: #00539F;
}

body.offer_stamp_card .offer_top_nav > div div.red-dot,
body.offer2_list .offer_top_nav > div div.red-dot,
body.offer_drink .offer_top_nav > div div.red-dot,
body.offer_cash .offer_top_nav > div div.red-dot,
body.tutorial_stamp .offer_top_nav > div div.red-dot,
body.tutorial_recycle .offer_top_nav > div div.red-dot,
body.news .offer_top_nav > div div.red-dot {
  top: 5px;
  right: 0px;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

@media only screen and (max-width: 576px) {
  body.offer_stamp_card .offer_top_nav > div p,
  body.offer2_list .offer_top_nav > div p,
  body.offer_drink .offer_top_nav > div p,
  body.offer_cash .offer_top_nav > div p,
  body.tutorial_stamp .offer_top_nav > div p,
  body.tutorial_recycle .offer_top_nav > div p,
  body.news .offer_top_nav > div p {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  body.offer_stamp_card .offer_top_nav > div div.red-dot,
  body.offer2_list .offer_top_nav > div div.red-dot,
  body.offer_drink .offer_top_nav > div div.red-dot,
  body.offer_cash .offer_top_nav > div div.red-dot,
  body.tutorial_stamp .offer_top_nav > div div.red-dot,
  body.tutorial_recycle .offer_top_nav > div div.red-dot,
  body.news .offer_top_nav > div div.red-dot {
    top: 124px;
    left: 48px;
  }
}

body.offer_stamp_card .offer-top-nav,
body.offer2_list .offer-top-nav,
body.offer_drink .offer-top-nav,
body.offer_cash .offer-top-nav,
body.tutorial_stamp .offer-top-nav,
body.tutorial_recycle .offer-top-nav,
body.news .offer-top-nav {
  padding: 2rem 0;
  box-shadow: 0 0.3rem 1.67rem #ccc;
  flex-wrap: nowrap;
  display: flex;
}

body.offer_stamp_card .offer-top-nav > div,
body.offer2_list .offer-top-nav > div,
body.offer_drink .offer-top-nav > div,
body.offer_cash .offer-top-nav > div,
body.tutorial_stamp .offer-top-nav > div,
body.tutorial_recycle .offer-top-nav > div,
body.news .offer-top-nav > div {
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

body.offer_stamp_card .offer-top-nav > div .item,
body.offer2_list .offer-top-nav > div .item,
body.offer_drink .offer-top-nav > div .item,
body.offer_cash .offer-top-nav > div .item,
body.tutorial_stamp .offer-top-nav > div .item,
body.tutorial_recycle .offer-top-nav > div .item,
body.news .offer-top-nav > div .item {
  width: 66%;
  align-items: center;
  display: flex;
}

body.offer_stamp_card .offer-top-nav > div .item .icon,
body.offer2_list .offer-top-nav > div .item .icon,
body.offer_drink .offer-top-nav > div .item .icon,
body.offer_cash .offer-top-nav > div .item .icon,
body.tutorial_stamp .offer-top-nav > div .item .icon,
body.tutorial_recycle .offer-top-nav > div .item .icon,
body.news .offer-top-nav > div .item .icon {
  padding-top: 23.312%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 4 0 0;
}

body.offer_stamp_card .offer-top-nav > div .item .text,
body.offer2_list .offer-top-nav > div .item .text,
body.offer_drink .offer-top-nav > div .item .text,
body.offer_cash .offer-top-nav > div .item .text,
body.tutorial_stamp .offer-top-nav > div .item .text,
body.tutorial_recycle .offer-top-nav > div .item .text,
body.news .offer-top-nav > div .item .text {
  padding-left: 4%;
  text-align: left;
  font-size: 2rem;
  color: #a3a3a3;
  flex: 6 0 0;
}

@media only screen and (max-width: 600px) {
  body.offer_stamp_card .offer-top-nav > div .item .text,
  body.offer2_list .offer-top-nav > div .item .text,
  body.offer_drink .offer-top-nav > div .item .text,
  body.offer_cash .offer-top-nav > div .item .text,
  body.tutorial_stamp .offer-top-nav > div .item .text,
  body.tutorial_recycle .offer-top-nav > div .item .text,
  body.news .offer-top-nav > div .item .text {
    font-size: 1.5rem;
  }
}

body.offer_stamp_card .offer-top-nav > div .item.active .text,
body.offer2_list .offer-top-nav > div .item.active .text,
body.offer_drink .offer-top-nav > div .item.active .text,
body.offer_cash .offer-top-nav > div .item.active .text,
body.tutorial_stamp .offer-top-nav > div .item.active .text,
body.tutorial_recycle .offer-top-nav > div .item.active .text,
body.news .offer-top-nav > div .item.active .text {
  color: inherit;
}

@media only screen and (max-width: 449px) {
  body.offer_stamp_card .offer-top-nav > div .item,
  body.offer2_list .offer-top-nav > div .item,
  body.offer_drink .offer-top-nav > div .item,
  body.offer_cash .offer-top-nav > div .item,
  body.tutorial_stamp .offer-top-nav > div .item,
  body.tutorial_recycle .offer-top-nav > div .item,
  body.news .offer-top-nav > div .item {
    width: 80%;
  }
}

body.offer_stamp_card .offer-top-nav .stamp-card .icon,
body.offer2_list .offer-top-nav .stamp-card .icon,
body.offer_drink .offer-top-nav .stamp-card .icon,
body.offer_cash .offer-top-nav .stamp-card .icon,
body.tutorial_stamp .offer-top-nav .stamp-card .icon,
body.tutorial_recycle .offer-top-nav .stamp-card .icon,
body.news .offer-top-nav .stamp-card .icon {
  background-image: url("/assets/campaign/images/offer/btn_stamp_card.png");
}

body.offer_stamp_card .offer-top-nav .stamp-card.active .icon,
body.offer2_list .offer-top-nav .stamp-card.active .icon,
body.offer_drink .offer-top-nav .stamp-card.active .icon,
body.offer_cash .offer-top-nav .stamp-card.active .icon,
body.tutorial_stamp .offer-top-nav .stamp-card.active .icon,
body.tutorial_recycle .offer-top-nav .stamp-card.active .icon,
body.news .offer-top-nav .stamp-card.active .icon {
  background-image: url("/assets/campaign/images/offer/btn_stamp_card_active.png");
}

body.offer_stamp_card .offer-top-nav .offer-list .icon,
body.offer2_list .offer-top-nav .offer-list .icon,
body.offer_drink .offer-top-nav .offer-list .icon,
body.offer_cash .offer-top-nav .offer-list .icon,
body.tutorial_stamp .offer-top-nav .offer-list .icon,
body.tutorial_recycle .offer-top-nav .offer-list .icon,
body.news .offer-top-nav .offer-list .icon {
  background-image: url("/assets/campaign/images/offer/btn_cash.png");
}

body.offer_stamp_card .offer-top-nav .offer-list.active .icon,
body.offer2_list .offer-top-nav .offer-list.active .icon,
body.offer_drink .offer-top-nav .offer-list.active .icon,
body.offer_cash .offer-top-nav .offer-list.active .icon,
body.tutorial_stamp .offer-top-nav .offer-list.active .icon,
body.tutorial_recycle .offer-top-nav .offer-list.active .icon,
body.news .offer-top-nav .offer-list.active .icon {
  background-image: url("/assets/campaign/images/offer/btn_cash_active.png");
}

body.offer_stamp_card .tabrow,
body.offer2_list .tabrow,
body.offer_drink .tabrow,
body.offer_cash .tabrow,
body.tutorial_stamp .tabrow,
body.tutorial_recycle .tabrow,
body.news .tabrow {
  text-align: center;
  list-style: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  padding-left: 1.9%;
  margin: 10px 10px 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #BDBFC1;
}

body.offer_stamp_card .tabrow li,
body.offer2_list .tabrow li,
body.offer_drink .tabrow li,
body.offer_cash .tabrow li,
body.tutorial_stamp .tabrow li,
body.tutorial_recycle .tabrow li,
body.news .tabrow li {
  border: 3px solid #BDBFC1;
  border-bottom: 0px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0 -2%;
  padding: 0 5%;
  float: left;
  height: 3em;
  text-align: left;
  line-height: 3em;
  width: 53%;
  cursor: pointer;
}

body.offer_stamp_card .tabrow li.selected,
body.offer2_list .tabrow li.selected,
body.offer_drink .tabrow li.selected,
body.offer_cash .tabrow li.selected,
body.tutorial_stamp .tabrow li.selected,
body.tutorial_recycle .tabrow li.selected,
body.news .tabrow li.selected {
  border: 3px solid #00539F;
  background: #00539F;
  z-index: 2;
  color: #ffffff;
}

div.pop_up {
  transition: opacity 600ms, visibility 600ms, z-index 600ms;
  opacity: 0;
  z-index: -99;
}

div.pop_up.selected {
  opacity: 1;
  z-index: 99;
}

div.pop_up.full_pop_up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

div.pop_up.profile_qr_code {
  background-color: #055DA9;
  background-image: url("/assets/campaign/images/bkg_blue.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #FFF;
}

div.pop_up.profile_qr_code div.qr_code_img,
div.pop_up.profile_qr_code div.name,
div.pop_up.profile_qr_code div.detail {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 25px;
}

div.pop_up.profile_qr_code div.qr_code_img {
  padding: 8%;
  background: white;
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  div.pop_up.profile_qr_code div.qr_code_img,
  div.pop_up.profile_qr_code div.name,
  div.pop_up.profile_qr_code div.detail {
    width: 60%;
    margin-bottom: 50px;
  }
}

div.pop_up.profile_qr_code div.name p {
  text-align: center;
  font-size: 2rem;
}

div.pop_up.profile_qr_code div.detail {
  display: table;
  text-align: center;
}

div.pop_up.profile_qr_code div.detail > div {
  display: table-row;
}

div.pop_up.profile_qr_code div.detail > div.image div {
  padding-bottom: 15px;
}

div.pop_up.profile_qr_code div.detail > div.text p {
  font-size: 1.2rem;
}

div.pop_up.profile_qr_code div.detail > div.count p {
  font-size: 5rem;
}

div.pop_up.profile_qr_code div.detail > div > * {
  display: table-cell;
  margin: 0 auto;
  padding: 0 10px;
  width: 50%;
}

div.pop_up.profile_qr_code div.detail > div > * img {
  max-width: 150px;
}

div.pop_up.profile_qr_code div.close_pop_up {
  width: 10%;
  margin: 0 auto;
  margin-bottom: 25px;
}

div.pop_up.full_pop_up.profile_qr_code.selected {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-evenly;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.qr_code_img {
  flex-basis: 30%;
  width: 65%;
  margin-top: 25px;
  margin-bottom: 15px;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.name {
  flex-basis: 10%;
  margin-bottom: 0;
  margin-top: 15px;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.detail {
  flex-basis: 30%;
  margin-bottom: 15px;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.image img {
  max-width: 80px;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.text p {
  font-size: 1rem;
  text-align: center;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.count p {
  font-size: 2rem;
  text-align: center;
}

div.pop_up.full_pop_up.profile_qr_code.selected div.close_pop_up {
  flex-basis: 10%;
  flex-grow: 1;
}

div.pop_up.full_pop_up.offer_qr_code.selected {
  display: flex;
  flex-direction: column;
}

div.pop_up.full_pop_up.offer_qr_code.selected > * {
  flex-grow: 1;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img {
  flex-basis: 50%;
  margin-bottom: 25px;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img img {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content {
  flex-basis: 40%;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.title {
  margin-bottom: 25px;
  font-size: 1.5em;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_img {
  margin-right: 10px;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#mainitem {
  font-size: 1.8rem;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#subitem {
  font-size: 0.8rem;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.detail p {
  font-size: 1.3rem;
}

div.pop_up.full_pop_up.offer_qr_code.selected div.close_pop_up {
  flex-basis: 10%;
  margin-bottom: 0;
}

@media only screen and (min-width: 321px) {
  div.pop_up.full_pop_up.profile_qr_code.selected div.qr_code_img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.name {
    flex-basis: 5%;
    margin-bottom: 0;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.detail {
    flex-basis: 30%;
    margin-bottom: 20px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.image img {
    max-width: 80px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.close_pop_up {
    flex-basis: 10%;
    margin-bottom: 10px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected {
    background-color: transparent;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img {
    flex-basis: 50%;
    margin-bottom: 25px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img img {
    width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content {
    flex-basis: 40%;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.title {
    margin-bottom: 25px;
    font-size: 1.5em;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_img {
    margin-right: 10px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#mainitem {
    font-size: 2rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#subitem {
    font-size: 0.8em;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.detail p {
    font-size: 1.5rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.close_pop_up {
    flex-basis: 10%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 376px) {
  div.pop_up.full_pop_up.profile_qr_code.selected div.qr_code_img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.name {
    flex-basis: 5%;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.detail {
    flex-basis: 30%;
    margin-bottom: 30px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.image img {
    max-width: 80px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.close_pop_up {
    flex-basis: 10%;
  }

  :lang(en-us) div.pop_up.full_pop_up.profile_qr_code.selected div.name {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img {
    flex-basis: 50%;
    margin-bottom: 25px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img img {
    width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content {
    flex-basis: 40%;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.title {
    margin-bottom: 25px;
    font-size: 1.5em;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_img {
    margin-right: 10px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#mainitem {
    font-size: 2.3rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#subitem {
    font-size: 0.8rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.detail p {
    font-size: 1.8rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.close_pop_up {
    flex-basis: 10%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 414px) {
  div.pop_up.full_pop_up.profile_qr_code.selected div.qr_code_img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.name {
    flex-basis: 5%;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.detail {
    flex-basis: 30%;
    margin-bottom: 30px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.image img {
    max-width: 80px;
  }

  div.pop_up.full_pop_up.profile_qr_code.selected div.close_pop_up {
    flex-basis: 10%;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img {
    flex-basis: 50%;
    margin-bottom: 25px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.qr_code_img img {
    width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content {
    flex-basis: 40%;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.title {
    margin-bottom: 25px;
    font-size: 1.5em;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_img {
    margin-right: 10px;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#mainitem {
    font-size: 2.5rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.item div.item_text p#subitem {
    font-size: 1rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.coupon_content div.detail p {
    font-size: 2rem;
  }

  div.pop_up.full_pop_up.offer_qr_code.selected div.close_pop_up {
    flex-basis: 10%;
    margin-bottom: 0;
  }
}

div.pop_up.offer_qr_code {
  background-color: #055DA9;
  background-image: url("/assets/campaign/images/bkg_white.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #FFF;
  padding: 75px 0px;
}

div.pop_up.offer_qr_code div.qr_code_img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 75px;
}

@media screen and (min-width: 768px) {
  div.pop_up.offer_qr_code div.qr_code_img {
    width: 60%;
    margin-bottom: 100px;
  }
}

div.pop_up.offer_qr_code div.coupon_content {
  color: #00539F;
}

div.pop_up.offer_qr_code div.coupon_content p {
  margin: 0px;
}

div.pop_up.offer_qr_code div.coupon_content > div {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

div.pop_up.offer_qr_code div.coupon_content > div.title {
  background: #00539F;
  padding: 0.5em;
  border-radius: 50px;
  color: white;
  font-size: 2em;
  font-weight: 600;
}

div.pop_up.offer_qr_code div.coupon_content > div.item {
  display: flex;
  align-items: center;
}

div.pop_up.offer_qr_code div.coupon_content > div.item div.item_img {
  width: 30%;
}

div.pop_up.offer_qr_code div.coupon_content > div.item div.item_text {
  margin-left: 5%;
  width: 75%;
}

div.pop_up.offer_qr_code div.coupon_content > div.item div.item_text p#mainitem {
  font-size: 2.5rem;
}

div.pop_up.offer_qr_code div.coupon_content > div.item div.item_text p#subitem {
  font-size: 2rem;
}

div.pop_up.offer_qr_code div.coupon_content > div.detail {
  font-size: 2rem;
  font-weight: 700;
  color: #a3a3a3;
}

div.pop_up.offer_qr_code div.close_pop_up {
  width: 10%;
  margin: 0 auto;
  margin-bottom: 50px;
}

body.landing ul.slick-dots {
  bottom: 6px;
}

body.landing .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

body.landing .slick-dotted.slick-slider ul.slick-dots li button:before {
  font-size: 10px;
  color: #F4F4F4;
  opacity: 0.5;
}

body.landing .slick-dotted.slick-slider ul.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

body.landing .slick-slider.desktop {
  display: none;
}

body.landing div.title p {
  font-size: 3em;
  font-weight: 700;
  margin: 0.5em auto;
}

body.landing div.icon {
  text-transform: uppercase;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0 4%;
}

body.landing div.icon > div {
  width: 33%;
}

body.landing div.icon > div a {
  font-size: 1.33rem;
  font-weight: bold;
}

body.landing div.icon > div a img {
  width: 70%;
}

div.register-form-statement {
  text-align: left;
  font-size: 1rem;
}

body.login input::-webkit-input-placeholder,
body.phone_login input::-webkit-input-placeholder,
body.sms_verification input::-webkit-input-placeholder,
body.register input::-webkit-input-placeholder,
body.forgot_password input::-webkit-input-placeholder,
body.profile_edit input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Lato", sans-serif;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
}

body.login input:-moz-placeholder,
body.phone_login input:-moz-placeholder,
body.sms_verification input:-moz-placeholder,
body.register input:-moz-placeholder,
body.forgot_password input:-moz-placeholder,
body.profile_edit input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Lato", sans-serif;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
}

body.login input::-moz-placeholder,
body.phone_login input::-moz-placeholder,
body.sms_verification input::-moz-placeholder,
body.register input::-moz-placeholder,
body.forgot_password input::-moz-placeholder,
body.profile_edit input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Lato", sans-serif;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
}

body.login input:-ms-input-placeholder,
body.phone_login input:-ms-input-placeholder,
body.sms_verification input:-ms-input-placeholder,
body.register input:-ms-input-placeholder,
body.forgot_password input:-ms-input-placeholder,
body.profile_edit input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Lato", sans-serif;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
}

body.login input[type=number]::-webkit-inner-spin-button,
body.login input[type=number]::-webkit-outer-spin-button,
body.phone_login input[type=number]::-webkit-inner-spin-button,
body.phone_login input[type=number]::-webkit-outer-spin-button,
body.sms_verification input[type=number]::-webkit-inner-spin-button,
body.sms_verification input[type=number]::-webkit-outer-spin-button,
body.register input[type=number]::-webkit-inner-spin-button,
body.register input[type=number]::-webkit-outer-spin-button,
body.forgot_password input[type=number]::-webkit-inner-spin-button,
body.forgot_password input[type=number]::-webkit-outer-spin-button,
body.profile_edit input[type=number]::-webkit-inner-spin-button,
body.profile_edit input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

body.login input,
body.login select,
body.phone_login input,
body.phone_login select,
body.sms_verification input,
body.sms_verification select,
body.register input,
body.register select,
body.forgot_password input,
body.forgot_password select,
body.profile_edit input,
body.profile_edit select {
  background: transparent;
  padding: 6px 12px;
  border: 0;
  width: 100%;
  color: #FFF;
  font-size: 1.5em;
  box-sizing: border-box;
  outline: 0;
  overflow: hidden;
}

body.login input:disabled,
body.login select:disabled,
body.phone_login input:disabled,
body.phone_login select:disabled,
body.sms_verification input:disabled,
body.sms_verification select:disabled,
body.register input:disabled,
body.register select:disabled,
body.forgot_password input:disabled,
body.forgot_password select:disabled,
body.profile_edit input:disabled,
body.profile_edit select:disabled {
  -webkit-text-fill-color: #00539F;
}

body.login select,
body.phone_login select,
body.sms_verification select,
body.register select,
body.forgot_password select,
body.profile_edit select {
  padding: 6px 20px 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

body.login input[type=radio],
body.login input[type=checkbox],
body.phone_login input[type=radio],
body.phone_login input[type=checkbox],
body.sms_verification input[type=radio],
body.sms_verification input[type=checkbox],
body.register input[type=radio],
body.register input[type=checkbox],
body.forgot_password input[type=radio],
body.forgot_password input[type=checkbox],
body.profile_edit input[type=radio],
body.profile_edit input[type=checkbox] {
  cursor: pointer;
}

body.login input[type=submit],
body.phone_login input[type=submit],
body.sms_verification input[type=submit],
body.register input[type=submit],
body.forgot_password input[type=submit],
body.profile_edit input[type=submit] {
  cursor: pointer;
  color: white;
  -webkit-text-fill-color: white;
}

body.login .input-wrapper,
body.phone_login .input-wrapper,
body.sms_verification .input-wrapper,
body.register .input-wrapper,
body.forgot_password .input-wrapper,
body.profile_edit .input-wrapper {
  margin-bottom: 4em;
  border-bottom: 2px solid #FFF;
  text-align: left;
}

body.login .input-wrapper .input-field,
body.phone_login .input-wrapper .input-field,
body.sms_verification .input-wrapper .input-field,
body.register .input-wrapper .input-field,
body.forgot_password .input-wrapper .input-field,
body.profile_edit .input-wrapper .input-field {
  position: relative;
  width: 100%;
  display: inline-block;
}

body.login .input-wrapper .input-field .error-message,
body.phone_login .input-wrapper .input-field .error-message,
body.sms_verification .input-wrapper .input-field .error-message,
body.register .input-wrapper .input-field .error-message,
body.forgot_password .input-wrapper .input-field .error-message,
body.profile_edit .input-wrapper .input-field .error-message {
  position: absolute;
  bottom: -2px;
  color: #ED1C24;
  font-size: 14px;
  line-height: 30px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media only screen and (max-width: 576px) {
  body.login .input-wrapper .input-field .error-message,
  body.phone_login .input-wrapper .input-field .error-message,
  body.sms_verification .input-wrapper .input-field .error-message,
  body.register .input-wrapper .input-field .error-message,
  body.forgot_password .input-wrapper .input-field .error-message,
  body.profile_edit .input-wrapper .input-field .error-message {
    line-height: 21px;
  }

  body.login .input-wrapper .input-field #error-message-ageRange,
  body.phone_login .input-wrapper .input-field #error-message-ageRange,
  body.sms_verification .input-wrapper .input-field #error-message-ageRange,
  body.register .input-wrapper .input-field #error-message-ageRange,
  body.forgot_password .input-wrapper .input-field #error-message-ageRange,
  body.profile_edit .input-wrapper .input-field #error-message-ageRange {
    bottom: 0;
  }
}

body.login .input-wrapper.no-bottom-border,
body.phone_login .input-wrapper.no-bottom-border,
body.sms_verification .input-wrapper.no-bottom-border,
body.register .input-wrapper.no-bottom-border,
body.forgot_password .input-wrapper.no-bottom-border,
body.profile_edit .input-wrapper.no-bottom-border {
  border-bottom: 0;
}

body.login .radio-wrapper,
body.login .checkbox-wrapper,
body.phone_login .radio-wrapper,
body.phone_login .checkbox-wrapper,
body.sms_verification .radio-wrapper,
body.sms_verification .checkbox-wrapper,
body.register .radio-wrapper,
body.register .checkbox-wrapper,
body.forgot_password .radio-wrapper,
body.forgot_password .checkbox-wrapper,
body.profile_edit .radio-wrapper,
body.profile_edit .checkbox-wrapper {
  position: relative;
  padding-left: 50px;
  margin-right: 6%;
  line-height: 46px;
  display: inline-block;
}

body.login .radio-wrapper label,
body.login .checkbox-wrapper label,
body.phone_login .radio-wrapper label,
body.phone_login .checkbox-wrapper label,
body.sms_verification .radio-wrapper label,
body.sms_verification .checkbox-wrapper label,
body.register .radio-wrapper label,
body.register .checkbox-wrapper label,
body.forgot_password .radio-wrapper label,
body.forgot_password .checkbox-wrapper label,
body.profile_edit .radio-wrapper label,
body.profile_edit .checkbox-wrapper label {
  font-size: 2rem;
}

body.login .radio-wrapper input[type=radio],
body.login .radio-wrapper input[type=checkbox],
body.login .checkbox-wrapper input[type=radio],
body.login .checkbox-wrapper input[type=checkbox],
body.phone_login .radio-wrapper input[type=radio],
body.phone_login .radio-wrapper input[type=checkbox],
body.phone_login .checkbox-wrapper input[type=radio],
body.phone_login .checkbox-wrapper input[type=checkbox],
body.sms_verification .radio-wrapper input[type=radio],
body.sms_verification .radio-wrapper input[type=checkbox],
body.sms_verification .checkbox-wrapper input[type=radio],
body.sms_verification .checkbox-wrapper input[type=checkbox],
body.register .radio-wrapper input[type=radio],
body.register .radio-wrapper input[type=checkbox],
body.register .checkbox-wrapper input[type=radio],
body.register .checkbox-wrapper input[type=checkbox],
body.forgot_password .radio-wrapper input[type=radio],
body.forgot_password .radio-wrapper input[type=checkbox],
body.forgot_password .checkbox-wrapper input[type=radio],
body.forgot_password .checkbox-wrapper input[type=checkbox],
body.profile_edit .radio-wrapper input[type=radio],
body.profile_edit .radio-wrapper input[type=checkbox],
body.profile_edit .checkbox-wrapper input[type=radio],
body.profile_edit .checkbox-wrapper input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 11px;
}

body.login input[type=radio],
body.login input[type=checkbox],
body.phone_login input[type=radio],
body.phone_login input[type=checkbox],
body.sms_verification input[type=radio],
body.sms_verification input[type=checkbox],
body.register input[type=radio],
body.register input[type=checkbox],
body.forgot_password input[type=radio],
body.forgot_password input[type=checkbox],
body.profile_edit input[type=radio],
body.profile_edit input[type=checkbox] {
  width: 30px;
  height: 24px;
  background: url("/assets/campaign/images/btn_select_grey.png") no-repeat center center;
  background-size: 30px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

body.login input[type=radio]:checked,
body.login input[type=checkbox]:checked,
body.phone_login input[type=radio]:checked,
body.phone_login input[type=checkbox]:checked,
body.sms_verification input[type=radio]:checked,
body.sms_verification input[type=checkbox]:checked,
body.register input[type=radio]:checked,
body.register input[type=checkbox]:checked,
body.forgot_password input[type=radio]:checked,
body.forgot_password input[type=checkbox]:checked,
body.profile_edit input[type=radio]:checked,
body.profile_edit input[type=checkbox]:checked {
  background: url("/assets/campaign/images/btn_select_blue.png") no-repeat center center;
  background-size: 30px 24px;
}

body.login input[type=radio] + label,
body.login input[type=checkbox] + label,
body.phone_login input[type=radio] + label,
body.phone_login input[type=checkbox] + label,
body.sms_verification input[type=radio] + label,
body.sms_verification input[type=checkbox] + label,
body.register input[type=radio] + label,
body.register input[type=checkbox] + label,
body.forgot_password input[type=radio] + label,
body.forgot_password input[type=checkbox] + label,
body.profile_edit input[type=radio] + label,
body.profile_edit input[type=checkbox] + label {
  color: #a3a3a3;
  font-weight: normal;
}

body.login input[type=radio]:checked + label,
body.login input[type=checkbox]:checked + label,
body.phone_login input[type=radio]:checked + label,
body.phone_login input[type=checkbox]:checked + label,
body.sms_verification input[type=radio]:checked + label,
body.sms_verification input[type=checkbox]:checked + label,
body.register input[type=radio]:checked + label,
body.register input[type=checkbox]:checked + label,
body.forgot_password input[type=radio]:checked + label,
body.forgot_password input[type=checkbox]:checked + label,
body.profile_edit input[type=radio]:checked + label,
body.profile_edit input[type=checkbox]:checked + label {
  color: #00539F;
  font-weight: bold;
}

body.login .flex,
body.phone_login .flex,
body.sms_verification .flex,
body.register .flex,
body.forgot_password .flex,
body.profile_edit .flex {
  display: flex;
}

body.login .flex-1,
body.phone_login .flex-1,
body.sms_verification .flex-1,
body.register .flex-1,
body.forgot_password .flex-1,
body.profile_edit .flex-1 {
  flex: 1;
}

body.login .flex-2,
body.phone_login .flex-2,
body.sms_verification .flex-2,
body.register .flex-2,
body.forgot_password .flex-2,
body.profile_edit .flex-2 {
  flex: 2;
}

body.login .flex-3,
body.phone_login .flex-3,
body.sms_verification .flex-3,
body.register .flex-3,
body.forgot_password .flex-3,
body.profile_edit .flex-3 {
  flex: 3;
}

body.login a.btn,
body.phone_login a.btn,
body.sms_verification a.btn,
body.register a.btn,
body.forgot_password a.btn,
body.profile_edit a.btn {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}

body.login .content-warpper,
body.phone_login .content-warpper,
body.sms_verification .content-warpper,
body.register .content-warpper,
body.forgot_password .content-warpper,
body.profile_edit .content-warpper {
  padding: 6%;
  text-align: center;
}

body.login h1,
body.login p,
body.phone_login h1,
body.phone_login p,
body.sms_verification h1,
body.sms_verification p,
body.register h1,
body.register p,
body.forgot_password h1,
body.forgot_password p,
body.profile_edit h1,
body.profile_edit p {
  text-align: left;
}

body.login p,
body.phone_login p,
body.sms_verification p,
body.register p,
body.forgot_password p,
body.profile_edit p {
  font-size: 1.33rem;
}

body.sms_verification input::-webkit-input-placeholder,
body.register input::-webkit-input-placeholder,
body.forgot_password input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Lato", sans-serif;
  color: #A7A9AC;
  color: rgba(167, 169, 172, 0.8);
}

body.sms_verification input:-moz-placeholder,
body.register input:-moz-placeholder,
body.forgot_password input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Lato", sans-serif;
  color: #A7A9AC;
  color: rgba(167, 169, 172, 0.8);
}

body.sms_verification input::-moz-placeholder,
body.register input::-moz-placeholder,
body.forgot_password input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Lato", sans-serif;
  color: #A7A9AC;
  color: rgba(167, 169, 172, 0.8);
}

body.sms_verification input:-ms-input-placeholder,
body.register input:-ms-input-placeholder,
body.forgot_password input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Lato", sans-serif;
  color: #A7A9AC;
  color: rgba(167, 169, 172, 0.8);
}

body.sms_verification input,
body.sms_verification select,
body.register input,
body.register select,
body.forgot_password input,
body.forgot_password select {
  color: #A7A9AC;
}

body.sms_verification .input-wrapper,
body.register .input-wrapper,
body.forgot_password .input-wrapper {
  border-bottom: 2px solid #A7A9AC;
  font-size: 1em;
}

body.sms_verification h1,
body.register h1 {
  margin-right: 6%;
  display: inline-block;
  float: left;
}

body.sms_verification .ticket-wrapper,
body.register .ticket-wrapper {
  width: 200px;
  height: 41px;
  margin: 6px 0;
  float: left;
}

body.sms_verification .ticket-wrapper .ticket,
body.register .ticket-wrapper .ticket {
  width: 100%;
  padding-top: 16.4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

body.sms_verification .ticket-wrapper .ticket-zh,
body.register .ticket-wrapper .ticket-zh {
  background-image: url("/assets/campaign/images/icon_ticket_zh.png");
}

body.sms_verification .ticket-wrapper .ticket-en,
body.register .ticket-wrapper .ticket-en {
  background-image: url("/assets/campaign/images/icon_ticket_en.png");
}

@media only screen and (max-width: 320px) {
  body.sms_verification .ticket-wrapper,
  body.register .ticket-wrapper {
    max-width: 120px;
    position: relative;
    bottom: 0.4rem;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  body.sms_verification .ticket-wrapper,
  body.register .ticket-wrapper {
    max-width: 150px;
    position: relative;
    bottom: 0.5rem;
  }
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
  body.sms_verification .ticket-wrapper,
  body.register .ticket-wrapper {
    max-width: 190px;
    position: relative;
    bottom: 1rem;
  }
}

@media only screen and (min-width: 415px) and (max-width: 768px) {
  body.sms_verification .ticket-wrapper,
  body.register .ticket-wrapper {
    position: relative;
    bottom: 1rem;
  }
}

body.login .background-content,
body.phone_login .background-content {
  background-image: url("/assets/campaign/images/bkg_gradient.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #FFF;
}

body.login select:disabled,
body.phone_login select:disabled {
  -webkit-text-fill-color: #00539F;
  color: #00539F;
}

body.login .background-content .content-warpper,
body.phone_login .background-content .content-warpper,
body.sms_verification .background-content .content-warpper {
  min-height: 1000px;
}

@media only screen and (max-width: 576px) {
  body.login .background-content .content-warpper,
  body.phone_login .background-content .content-warpper,
  body.sms_verification .background-content .content-warpper {
    min-height: 720px;
  }
}

body.login form .input-field.phonePrefix,
body.phone_login form .input-field.phonePrefix,
body.forgot_password form .input-field.phonePrefix,
body.sms_verification form .input-field.phonePrefix,
body.register form .input-field.phonePrefix {
  width: 20%;
  min-width: 80px;
}

body.login form .input-field.phoneNum,
body.phone_login form .input-field.phoneNum,
body.forgot_password form .input-field.phoneNum,
body.sms_verification form .input-field.phoneNum,
body.register form .input-field.phoneNum {
  flex: 1;
}

body.login form .input-field.phoneNum .error-message,
body.phone_login form .input-field.phoneNum .error-message,
body.forgot_password form .input-field.phoneNum .error-message,
body.sms_verification form .input-field.phoneNum .error-message,
body.register form .input-field.phoneNum .error-message {
  position: absolute;
  left: -130px;
}

body.login form input[name=phoneNum],
body.phone_login form input[name=phoneNum],
body.forgot_password form input[name=phoneNum],
body.sms_verification form input[name=phoneNum],
body.register form input[name=phoneNum] {
  margin-left: 10%;
}

body.login form input[name=phoneNum]:-moz-read-only,
body.phone_login form input[name=phoneNum]:-moz-read-only,
body.forgot_password form input[name=phoneNum]:-moz-read-only,
body.sms_verification form input[name=phoneNum]:-moz-read-only,
body.register form input[name=phoneNum]:-moz-read-only {
  color: #00539F;
}

body.login form input[name=phoneNum]:read-only,
body.phone_login form input[name=phoneNum]:read-only,
body.forgot_password form input[name=phoneNum]:read-only,
body.sms_verification form input[name=phoneNum]:read-only,
body.register form input[name=phoneNum]:read-only {
  color: #00539F;
}

body.login form p.instructions,
body.phone_login form p.instructions,
body.forgot_password form p.instructions,
body.sms_verification form p.instructions,
body.register form p.instructions {
  bottom: -45px;
  color: #00539F;
  right: 0;
  font-size: 1rem;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 576px) {
  body.login form p.instructions,
  body.phone_login form p.instructions,
  body.forgot_password form p.instructions,
  body.sms_verification form p.instructions,
  body.register form p.instructions {
    bottom: -60px;
  }
}

body.login form#login {
  padding-top: 4%;
}

body.login form#login div.input-field.phonePrefix:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 0px;
  top: 0;
  height: 35px;
  padding: 16px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

body.login form#login select {
  background: none;
}

body.login form#login input[type=submit] {
  width: 60%;
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 12px;
  font-size: 1.25rem;
  color: white;
}

@media only screen and (max-width: 576px) {
  body.login form#login div.input-field.phoneNum .error-message {
    left: -110px;
  }

  body.login form#login input[type=submit] {
    width: 100%;
    font-size: 1rem;
    height: 42px;
  }
}

body.login .or {
  position: relative;
  padding: 3em 0;
  font-size: 1em;
  text-align: center;
}

body.login .or::before,
body.login .or::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 42%;
  height: 2px;
  background: #FFF;
}

body.login .or::before {
  left: 0;
}

body.login .or::after {
  right: 0;
}

body.login .btn-fb-login {
  width: 100%;
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

body.login .btn-fb-login-zh {
  background-image: url("/assets/campaign/images/btn_facebook_zh.png");
}

body.login .btn-fb-login-en {
  background-image: url("/assets/campaign/images/btn_facebook_en.png");
}

@media only screen and (max-width: 576px) {
  html:lang(en-us) body.login form#login div.input-field.phonePrefix:after {
    padding-top: 6px;
  }
}

body.phone_login form#phoneLogin {
  padding-top: 4%;
}

body.phone_login form#phoneLogin div.input-field.phonePrefix:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 3px;
  top: 0;
  height: 35px;
  padding: 11px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

body.phone_login form#phoneLogin input[type=submit] {
  width: 60%;
  height: 4rem;
  max-width: 600px;
  height: 60px;
  margin-top: 6%;
  border: 3px solid white;
  border-radius: 12px;
  color: white;
  font-size: 1.25rem;
}

body.phone_login form#phoneLogin .forgot-password {
  line-height: 50px;
  color: #FFF;
  float: right;
  width: auto;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  body.phone_login form#phoneLogin div.input-field.phonePrefix:after {
    right: 10px;
    padding-top: 15px;
  }

  body.phone_login form#phoneLogin input[type=submit] {
    height: 50px;
  }
}

body.forgot_password .background-content {
  background: #FFF;
  color: #055DA9;
}

body.forgot_password .background-content .background-image {
  background-image: url("/assets/campaign/images/bkg_gradient.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

body.forgot_password .background-content .background-image .content-warpper.blue {
  min-height: initial;
  color: #FFF;
}

body.forgot_password .background-content .background-image .content-warpper.blue form input[type=submit] {
  color: #055DA9;
}

body.forgot_password .background-content .background-image .content-warpper {
  min-height: 500px;
}

body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend {
  margin-bottom: 4em;
}

body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend p.instructions {
  position: absolute;
  left: 0;
  bottom: -25px;
}

body.forgot_password .background-content .background-image .content-warpper form div.input-field.phonePrefix:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 3px;
  top: 0;
  height: 35px;
  padding: 11px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

body.forgot_password .background-content .background-image .content-warpper form input[type=submit] {
  width: 100%;
  max-width: 600px;
  height: 60px;
  padding: 12px;
  background: #055DA9;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend {
    margin-bottom: 3em;
  }

  body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend p.instructions {
    position: absolute;
    right: 0;
    bottom: -25px;
    text-align: right;
  }

  body.forgot_password .background-content .background-image .content-warpper form div.input-field.phonePrefix:after {
    right: 10px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 576px) {
  body.forgot_password .background-content .background-image .content-warpper form input[type=submit] {
    height: 50px;
    padding: 0;
    font-size: 1rem;
  }
}

body.sms_verification form#smsVerification {
  padding: 3% 0 12% 0;
}

body.sms_verification form input[type=submit] {
  width: 100%;
  max-width: 600px;
  padding: 12px;
  background: #055DA9;
  color: #FFF;
  border: 2px solid #055DA9;
  border-radius: 10px;
}

body.register form#register {
  padding-top: 3%;
}

body.register form#register a {
  color: #00539F;
  text-decoration: underline;
}

body.register form#register p.instructions {
  position: absolute;
  bottom: -25px;
  color: #00539F;
  left: 0;
  font-size: 14px;
  margin: 0;
  text-align: left;
}

body.register form#register .required {
  position: relative;
  padding-left: 3px;
}

body.register form#register .required::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: #055DA9;
  font-size: 1.5em;
}

body.register form#register p.required {
  padding-left: 12px;
}

body.register form#register div.input-wrapper {
  margin-bottom: 2rem;
}

body.register form#register div.input-wrapper.no-bottom-border {
  margin-bottom: 1em;
}

body.register form#register div.input-wrapper.extend {
  margin-bottom: 4rem;
}

body.register form#register div.input-wrapper.extend.no-bottom-border {
  margin-bottom: 3em;
}

body.register form#register .required label {
  color: #A7A9AC;
  font-size: 1.5em;
  padding: 6px 12px;
  margin-bottom: 0em;
}

body.register form#register label.required {
  padding-left: 16px;
  font-size: 1.5em;
  color: #A7A9AC;
  display: inline-block;
}

body.register form#register .radio-wrapper label,
body.register form#register .checkbox-wrapper label {
  font-size: 1.5em;
  line-height: 1.5em;
}

body.register form#register input[type=submit] {
  width: 100%;
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  background-color: #00539F;
  color: white;
  border-radius: 0.5rem;
  font-size: 1.25rem;
}

body.register form#register .birthMonth span,
body.register form#register .birthDay span {
  font-size: 1.5em;
  color: #A7A9AC;
}

body.register form#register div.input-field.phonePrefix select:disabled {
  color: #BDBFC1;
}

body.register form#register div.input-field.phonePrefix:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 0px;
  top: 0;
  height: 35px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

body.register form#register div.input-field.phoneNum {
  width: 70%;
}

body.register form#register div.input-field.phoneNum input[name=phoneNum] {
  margin-left: 0;
}

body.register form#register div.input-field.birthMonth:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 10px;
  top: 0;
  height: 35px;
  padding: 16px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

body.register form#register div.input-field.octopus_number #octopus_number {
  display: inline-block;
  width: auto;
}

body.register form#register div.input-field.octopus_number #octopus_number_suffix_div {
  display: inline-block;
  float: right;
}

body.register form#register div.input-field.octopus_number #octopus_number_suffix {
  text-align: center;
  width: 1rem;
  margin: 0 1rem;
  padding: 0px;
}

body.register form#register div.input-field.octopus_number #opem_brackets,
body.register form#register div.input-field.octopus_number #close_brackets {
  width: 5%;
  font-size: 2em;
}

body.register form#register select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  word-break: normal;
}

body.register form#register p.text_red {
  position: relative;
  bottom: 0.5em;
}

body.register form#register span.agree {
  font-size: 1.5em;
  color: grey;
  margin-left: 1.3rem;
}

@media only screen and (max-width: 576px) {
  body.register form#register p.instructions {
    left: 0;
  }

  body.register form#register .input-field.birthMonth p.instructions {
    left: 0;
    top: 40px;
  }

  body.register form#register .input-field.birthMonth:after,
  body.register form#register .input-field.ageRange:after {
    top: -8px;
  }

  body.register form#register input[type=submit] {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  body.register form#register div.input-field.phoneNum {
    width: 79%;
  }

  body.register form#register p.instructions {
    bottom: -25px;
    right: 0;
    text-align: right;
  }

  body.register form#register div.input-wrapper.extend {
    margin-bottom: 2rem;
  }
}

body.offer_drink .coupon_list,
body.offer_cash .coupon_list {
  min-height: 500px;
  margin: 0 10px;
  padding: 30px;
  background: #00539F;
  color: #ffffff;
  display: none;
}

body.offer_drink .coupon_list.selected,
body.offer_cash .coupon_list.selected {
  display: block;
}

body.offer_drink .coupon_list div#refresh,
body.offer_cash .coupon_list div#refresh {
  width: 95%;
  margin: 0 auto 1rem;
  text-align: left;
}

body.offer_drink .coupon_list div#refresh button,
body.offer_cash .coupon_list div#refresh button {
  border: none;
  background: transparent;
  padding: 0;
  color: inherit;
}

body.offer_drink .coupon_list div#refresh button img,
body.offer_cash .coupon_list div#refresh button img {
  max-height: 2.75rem;
  width: auto;
  margin-right: 0.25rem;
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
  body.offer_drink .coupon_list div#refresh,
  body.offer_cash .coupon_list div#refresh {
    width: 80%;
  }
}

body.offer_drink .coupon_list button[name^=expand],
body.offer_cash .coupon_list button[name^=expand] {
  border: none;
  border-bottom: 2px solid #ffffff;
  width: 95%;
  position: relative;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.5rem;
}

body.offer_drink .coupon_list button[name^=expand]:after,
body.offer_cash .coupon_list button[name^=expand]:after {
  font: normal normal normal 17px/1 FontAwesome;
  content: "\F078";
  position: absolute;
  right: 5px;
  color: #ffffff;
}

body.offer_drink .coupon_list button[name^=expand].expanded:after,
body.offer_cash .coupon_list button[name^=expand].expanded:after {
  content: "\F077";
}

body.offer_drink .coupon_list div[id$=container],
body.offer_cash .coupon_list div[id$=container] {
  flex-wrap: wrap;
}

body.offer_drink .coupon_list div[id$=container] div.coupon,
body.offer_cash .coupon_list div[id$=container] div.coupon {
  width: 95%;
  margin: 0 auto 10px auto;
  position: relative;
  cursor: pointer;
}

body.offer_drink .coupon_list div[id$=container] div.coupon p.mask-text,
body.offer_cash .coupon_list div[id$=container] div.coupon p.mask-text {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  z-index: 2;
}

body.offer_drink .coupon_list div[id$=container] div.coupon img.mask,
body.offer_cash .coupon_list div[id$=container] div.coupon img.mask {
  opacity: 0.3;
}

body.offer_drink .coupon_list div[id$=container] div.coupon div,
body.offer_cash .coupon_list div[id$=container] div.coupon div {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 15%;
}

body.offer_drink .coupon_list div[id$=container] div.coupon div.thumbnail,
body.offer_cash .coupon_list div[id$=container] div.coupon div.thumbnail {
  width: 20%;
  left: 5%;
}

body.offer_drink .coupon_list div[id$=container] div.coupon div.thumbnail img,
body.offer_cash .coupon_list div[id$=container] div.coupon div.thumbnail img {
  width: 100%;
}

body.offer_drink .coupon_list div[id$=container] div.coupon div.text,
body.offer_cash .coupon_list div[id$=container] div.coupon div.text {
  width: 60%;
  display: inline-block;
  left: 25%;
  text-align: left;
  margin-left: 40px;
  font-weight: bold;
}

body.offer_drink .coupon_list div[id$=container] div.coupon div.text p,
body.offer_cash .coupon_list div[id$=container] div.coupon div.text p {
  color: #00539F;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1rem;
}

@media only screen and (max-width: 449px) {
  body.offer_drink .coupon_list div[id$=container] div.coupon p.mask-text,
  body.offer_cash .coupon_list div[id$=container] div.coupon p.mask-text {
    font-size: 2rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text {
    margin-left: 20px;
    width: 50%;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-title,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-title {
    font-size: 1rem;
    line-height: 1rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity {
    font-size: 0.9rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
  body.offer_drink .coupon_list div[id$=container] div.coupon,
  body.offer_cash .coupon_list div[id$=container] div.coupon {
    width: 80%;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text {
    margin-left: 20px;
    width: 55%;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p {
    margin-bottom: 1rem;
    line-height: 1.2rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-title,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-title {
    font-size: 1.2rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity {
    font-size: 1.1rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.offer_drink .coupon_list div[id$=container] div.coupon div.text,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text {
    margin-left: 30px;
    width: 55%;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p {
    margin-bottom: 1.4rem;
    line-height: 1.8rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-title,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-title {
    font-size: 1.8rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity {
    font-size: 1.6rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  body.offer_drink .coupon_list div[id$=container] button[name^=expand]:after,
  body.offer_cash .coupon_list div[id$=container] button[name^=expand]:after {
    line-height: 2;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p {
    margin-bottom: 1.6rem;
    width: 90%;
    line-height: 2rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-title,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-title {
    font-size: 2rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-quantity {
    font-size: 1.7rem;
  }

  body.offer_drink .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date,
  body.offer_cash .coupon_list div[id$=container] div.coupon div.text p.coupon-expiry-date {
    font-size: 1.5rem;
  }
}

body.offer_drink .coupon_list div[id$=expired-and-used-container],
body.offer_cash .coupon_list div[id$=expired-and-used-container] {
  display: none;
}

body.offer_drink .coupon_list div[id$=container].expanded,
body.offer_cash .coupon_list div[id$=container].expanded {
  display: block;
}

body.location {
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
}

body.location div.header {
  flex-grow: 0;
  flex-shrink: 0;
}

body.location div.background-content {
  display: flex;
  flex-direction: column;
}

body.location div.background-content div#filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3rem auto;
  flex-grow: 0;
}

body.location div.background-content div#filter div.wrapper {
  position: relative;
  width: 100%;
  flex: 0 1 auto;
  margin-bottom: 0.15rem;
}

body.location div.background-content div#filter div.wrapper select {
  width: 100%;
  height: 2.8rem;
  margin: 0 auto;
  border: 3px solid #00539F;
  background-color: #ffffff;
  color: #00539F;
  font-size: 1.2rem;
  font-weight: bold;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (max-height: 568px) {
  body.location div.background-content div#filter div.wrapper select {
    height: 2.4rem;
    font-size: 1rem;
  }
}

body.location div.background-content div#filter div.wrapper:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 10px;
  top: 8px;
  height: 35px;
  position: absolute;
  pointer-events: none;
}

@media screen and (max-height: 568px) {
  body.location div.background-content div#filter div.wrapper:after {
    font-size: 12px;
  }
}

body.location div.background-content div#machine-location-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

body.location div.background-content div#machine-location-container div#map {
  width: 100%;
  min-height: 150px;
}

body.location div.background-content div#machine-location-container div#item-list-container {
  width: 100%;
  overflow-y: scroll;
  padding: 0;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item {
  width: 100%;
  display: flex;
  border-radius: 0;
  border-bottom: 2px solid #D3D3D3;
  padding: 1rem 20px;
  cursor: pointer;
  color: #00539F;
  flex-wrap: wrap;
  height: initial;
  position: relative;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item > div {
  width: 100%;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info {
  width: 100%;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info p.category {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info hr {
  border: 1px solid #00539F;
  margin: 0.5rem auto;
  margin-left: 0;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info div.icons-wrapper {
  margin-bottom: 0;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info div.icons-wrapper img.icons {
  width: 30px;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info p.location {
  margin-bottom: 0;
  font-size: 1.4rem;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item div.info p.address {
  font-size: 1.1rem;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item img.vending-machine {
  border: 3px solid #ffffff;
  border-radius: 8px;
  flex-grow: 0;
  margin-right: 4%;
  width: 45%;
  max-width: 100px;
  height: initial;
  max-height: 150px;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item:after {
  content: "\F054";
  font: normal normal normal 17px/1 FontAwesome;
  right: 10px;
  top: 10px;
  position: absolute;
  color: #00539F;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item.active {
  background-color: #00539F;
  color: #ffffff;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item.active div.info hr {
  border-color: #ffffff;
}

body.location div.background-content div#machine-location-container div#item-list-container div.item.active div.info div.icons-wrapper {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body.location div.background-content div#machine-location-container div#item-list-container div.item.active:after {
  content: "\F078";
  color: #FFFFFF;
}

body.location div.background-content div#machine-location-container div#item-list-container div.zero_location {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

body.location div.background-content div#machine-location-container div#item-list-container div.zero_location p {
  font-size: 2em;
  margin: 0;
}

body.location div.background-content div#machine-location-container div#item-list-container::-webkit-scrollbar {
  width: 0 !important;
}

@media screen and (min-height: 569px) and (max-width: 666px) {
  body.location div.background-content div#machine-location-container div#map {
    min-height: 200px;
  }
}

@media screen and (min-height: 668px) and (max-width: 735px) {
  body.location div.background-content div#machine-location-container {
    margin-bottom: 1rem;
  }

  body.location div.background-content div#machine-location-container div#map {
    min-height: 220px;
  }
}

@media screen and (min-height: 737px) and (max-width: 812px) {
  body.location div.background-content div#machine-location-container {
    margin-bottom: 1rem;
  }

  body.location div.background-content div#machine-location-container div#map {
    min-height: 230px;
  }
}

@media screen and (min-width: 768px) {
  body.location div.pop_up.full_pop_up {
    max-width: 810px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  body.location div.overlay {
    margin-right: 7%;
  }

  body.location div.background-content div#filter {
    flex-wrap: nowrap;
    margin: 2.5rem auto;
    width: 100%;
  }

  body.location div.background-content div#filter div.wrapper {
    width: 49%;
    margin: 0 auto;
  }

  body.location div.background-content div#filter div.wrapper:after {
    right: 12px;
  }

  body.location div.background-content div#machine-location-container {
    flex-wrap: nowrap;
    min-height: calc(100vh - 135px);
  }

  body.location div.background-content div#machine-location-container div#map {
    width: 50%;
    height: auto;
  }

  body.location div.background-content div#machine-location-container div#item-list-container {
    width: 48%;
    margin: auto 1%;
    height: calc(100vh - 135px);
  }

  body.location div.background-content div#machine-location-container div#item-list-container div.item {
    width: calc(100% - 30px);
    margin-left: 30px;
    height: 220px;
  }

  body.location div.background-content div#machine-location-container div#item-list-container div.zero_location {
    align-items: center;
  }

  body.location div#popup-box div.modal-dialog {
    max-width: 50% !important;
  }

  body.location div#popup-box div.modal-content {
    top: 0px;
    max-width: initial;
  }
}

body.tutorial_stamp #redemption-container-title,
body.tutorial_recycle #redemption-container-title,
body.news #redemption-container-title {
  width: 100%;
  max-width: 200px;
  border: 3px solid #00539F;
  border-bottom-color: white;
  border-radius: 0.725rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  position: relative;
  top: 3px;
  z-index: 2;
  line-height: 1.5rem;
  font-size: 1rem;
}

body.tutorial_stamp #redemption_container,
body.tutorial_recycle #redemption_container,
body.news #redemption_container {
  border: 3px solid #00539F;
  border-radius: 2px;
  border-top-left-radius: 0px;
  max-width: 1024px;
}

body.tutorial_stamp #redemption_container div.wrapper,
body.tutorial_recycle #redemption_container div.wrapper,
body.news #redemption_container div.wrapper {
  text-align: center;
}

body.tutorial_stamp #redemption_container div.wrapper .index,
body.tutorial_recycle #redemption_container div.wrapper .index,
body.news #redemption_container div.wrapper .index {
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #ed3833;
  color: #fff;
  border: 5px solid #ed3833;
  border-radius: 50%;
  text-align: center;
  line-height: 1rem;
  position: absolute;
  margin-right: 0.25rem;
}

body.tutorial_stamp #redemption_container div.wrapper img.tutorial-images,
body.tutorial_recycle #redemption_container div.wrapper img.tutorial-images,
body.news #redemption_container div.wrapper img.tutorial-images {
  display: inline-block;
  width: 240px;
  height: 240px;
  margin-left: 27px;
}

body.tutorial_stamp #redemption_container div.wrapper p.desc,
body.tutorial_recycle #redemption_container div.wrapper p.desc,
body.news #redemption_container div.wrapper p.desc {
  width: calc(240px + 20px);
  margin: auto;
  text-align: left;
  padding-left: 20px;
}

body.tutorial_stamp div.tab,
body.tutorial_recycle div.tab,
body.news div.tab {
  min-height: 500px;
  margin: 0 10px 0 10px;
  padding: 15px;
  border: 5px solid #00539F;
  display: none;
}

body.tutorial_stamp div.tab.selected,
body.tutorial_recycle div.tab.selected,
body.news div.tab.selected {
  display: block;
}

body.tutorial_stamp div.tab div.tr div.td,
body.tutorial_recycle div.tab div.tr div.td,
body.news div.tab div.tr div.td {
  width: 95%;
  margin: 0 auto;
}

body.tutorial_stamp div.tab div.tr div.td img.index,
body.tutorial_recycle div.tab div.tr div.td img.index,
body.news div.tab div.tr div.td img.index {
  width: 10%;
  vertical-align: top;
}

body.tutorial_stamp div.tab div.tr div.td div.detail,
body.tutorial_recycle div.tab div.tr div.td div.detail,
body.news div.tab div.tr div.td div.detail {
  display: inline-block;
  width: 80%;
}

body.tutorial_stamp div.tab div.tr div.td div.detail img,
body.tutorial_recycle div.tab div.tr div.td div.detail img,
body.news div.tab div.tr div.td div.detail img {
  margin-bottom: 0.5em;
}

body.tutorial_stamp div.tab div.tr div.td div.detail p.desc,
body.tutorial_recycle div.tab div.tr div.td div.detail p.desc,
body.news div.tab div.tr div.td div.detail p.desc {
  width: 100%;
  text-align: center;
}

body.tutorial_stamp div.tab div.tr:first-child div.td:last-child div.detail p.desc,
body.tutorial_recycle div.tab div.tr:first-child div.td:last-child div.detail p.desc,
body.news div.tab div.tr:first-child div.td:last-child div.detail p.desc {
  text-align: center;
}

@media screen and (min-width: 768px) {
  body.tutorial_stamp div.tab div.tr,
  body.tutorial_recycle div.tab div.tr,
  body.news div.tab div.tr {
    display: flex;
  }

  body.tutorial_stamp div.tab div.tr div.td,
  body.tutorial_recycle div.tab div.tr div.td,
  body.news div.tab div.tr div.td {
    width: 49%;
    max-width: 50%;
    display: inline-block;
  }

  body.tutorial_stamp div.tab div.tr div.td div.detail p.desc,
  body.tutorial_recycle div.tab div.tr div.td div.detail p.desc,
  body.news div.tab div.tr div.td div.detail p.desc {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

body.tutorial_recycle div.content {
  color: #00539F;
  text-align: center;
}

body.tutorial_recycle div.content h1 {
  margin: 1.25rem;
  font-weight: 900;
}

body.tutorial_recycle div.content a.links {
  display: inline-block;
  width: 150px;
  max-width: 200px;
  height: 45px;
  background-color: #00539F;
  color: #ffffff;
  border: 1px solid #00539F;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 1.5rem;
}

body.tutorial_recycle div.content div#recycle-program {
  border-top: 2px solid #00539F;
  border-bottom: 2px solid #00539F;
  border-left: none;
  border-right: none;
  margin-bottom: 2rem;
}

body.tutorial_recycle div.content div#recycle-program h2#header {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0px;
  position: relative;
}

body.tutorial_recycle div.content div#recycle-program p#content-short,
body.tutorial_recycle div.content div#recycle-program p#content {
  text-align: justify;
  width: 95%;
  margin: 1rem auto;
  font-size: 1rem;
}

body.tutorial_recycle div.content div#recycle-program p#content {
  display: none;
}

body.tutorial_recycle div.content div#recycle-program p#content-short.expanded {
  display: none;
}

body.tutorial_recycle div.content div#recycle-program p#content.expanded {
  display: block;
}

body.tutorial_recycle div.content div#recycle-program button[name=expand] {
  position: relative;
  width: 95%;
  padding: 0.5rem 0;
  margin: 1rem auto;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #00539F;
  border-radius: 8px;
  color: inherit;
  background-color: transparent;
}

body.tutorial_recycle div.content div#recycle-program button[name=expand]:after {
  content: "\F078";
  font: normal normal normal 15px/0 FontAwesome;
  top: 12px;
  right: 10px;
  position: absolute;
  pointer-events: none;
}

body.tutorial_recycle div.content div#recycle-program button[name=expand].expanded:after {
  content: "\F077";
}

@media screen and (min-width: 768px) {
  body.tutorial_recycle div.content div#recycle-program button[name=expand]:after {
    font-size: 17px;
    top: 15px;
  }
}

@media only screen and (min-width: 576px) {
  body.tutorial_recycle div.content a.links {
    width: 200px;
    height: 50px;
    font-size: 1rem;
    line-height: 50px;
    margin-bottom: 2rem;
  }

  body.tutorial_recycle div.content div#recycle-program h2#header {
    font-size: 1.5rem;
  }

  body.tutorial_recycle div.content div#recycle-program p#content-short,
  body.tutorial_recycle div.content div#recycle-program p#content {
    font-size: 1rem;
  }

  :lang(en-us) body.tutorial_recycle div.content a.links {
    font-size: 1.33rem;
  }

  :lang(en-us) body.tutorial_recycle div.content div#recycle-program h2#header {
    font-size: 2rem;
  }

  :lang(en-us) body.tutorial_recycle div.content div#recycle-program p#content-short,
  :lang(en-us) body.tutorial_recycle div.content div#recycle-program p#content {
    font-size: 1.33rem;
  }

  :lang(en-us) body.tutorial_recycle div.content div#recycle-program button[name=expand] {
    line-height: 1.33rem;
    padding: 0.66rem 0;
  }

  :lang(en-us) body.tutorial_recycle div.content div.tab div.detail p.desc {
    font-size: 1.33rem;
  }
}

body.tutorial_stamp h1#title {
  text-align: center;
  font-weight: bold;
  padding: 0 4%;
  margin: 1rem auto;
}

body.tutorial_stamp p#introduction-heading {
  font-weight: bold;
  font-size: 1rem;
  width: 92%;
  margin: auto 4%;
  margin-bottom: 0;
  text-align: left;
}

body.tutorial_stamp p#introduction-content {
  width: 92%;
  margin: auto 4%;
  margin-bottom: 1rem;
  text-align: left;
}

body.tutorial_stamp a.link-expand {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 45px;
  line-height: 45px;
  border: 2px solid #00539F;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

body.tutorial_stamp a.link-expand:before {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  position: relative;
  right: 20px;
  bottom: 3px;
  height: 35px;
  pointer-events: none;
}

body.tutorial_stamp a.link-expand:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  position: relative;
  left: 20px;
  bottom: 3px;
  height: 35px;
  pointer-events: none;
}

body.tutorial_stamp i.fas.fa-chevron-left.slick-arrow {
  position: absolute;
  font-size: 20px;
  z-index: 2;
  width: 20%;
  height: auto;
  margin-top: 25%;
  left: 0;
}

body.tutorial_stamp i.fas.fa-chevron-right.slick-arrow {
  position: absolute;
  font-size: 20px;
  z-index: 2;
  width: 20%;
  height: auto;
  margin-top: 25%;
  right: 0;
  top: 0;
}

body.tutorial_stamp div#tutorial-slider {
  max-height: 300px;
}

body.tutorial_stamp div#tutorial-slider div.slide {
  height: 300px;
}

body.tutorial_stamp div#tutorial-slider div.slide img {
  width: 200px;
  margin: auto;
}

body.tutorial_stamp div#tutorial-slider div.slide h2.heading {
  font-size: 1.5rem;
  font-weight: bold;
}

body.tutorial_stamp div#tutorial-slider div.slide p.content {
  padding: 0 8%;
  font-weight: bold;
}

body.tutorial_stamp div#tutorial-slider div.slide:focus {
  outline: none;
}

body.tutorial_stamp div#tutorial-slider.expanded {
  display: block;
}

@media screen and (min-width: 768px) {
  body.tutorial_stamp a.link-expand {
    width: 50%;
  }

  body.tutorial_stamp div#tutorial-slider {
    max-height: 400px;
  }

  body.tutorial_stamp div#tutorial-slider div.slide {
    height: 400px;
  }

  body.tutorial_stamp div#tutorial-slider div.slide img {
    width: 250px;
  }
}

body.contact_us div.content {
  background: #00539F;
  color: #FFFFFF;
}

body.contact_us div.content p#page {
  font-size: 2rem;
  padding: 20px 0;
}

body.contact_us div.content div#company {
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
  border: 5px solid white;
  border-left: 0px;
  border-radius: 0 35px 35px 0;
}

body.contact_us div.content div#company p {
  margin: 1rem 0.5rem;
}

body.contact_us div.content div#table {
  display: table;
  margin: 30px auto 0px;
  width: 90%;
  max-width: 500px;
}

body.contact_us div.content div#table div.tr {
  margin-bottom: 15px;
}

body.contact_us div.content div#table div.tr div {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

body.contact_us div.content div#table div.tr div:first-child {
  width: 100px;
}

body.contact_us div.content div#table div.tr div:first-child img {
  width: 100%;
}

body.contact_us div.content div#table div.tr div:last-child {
  padding-left: 20px;
}

body.contact_us div.content div#table div.tr div:last-child p {
  margin: 0;
}

body.contact_us div.content div#table div.tr div:last-child p:first-child {
  font-size: 1.2rem;
}

body.contact_us div.content div#table div.tr div:last-child p:last-child {
  font-size: 1.33rem;
}

body.contact_us div.content div#table div.tr div:last-child a,
body.contact_us div.content div#table div.tr div:last-child a:hover {
  color: white;
}

body.contact_us div.content div#table div.tr div.facebook {
  vertical-align: middle;
}

body.profile .content div#top {
  width: 90%;
  margin: 20px auto;
  border: 5px solid #00539F;
  border-left: 0px;
  border-radius: 0 35px 35px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

body.profile .content div#top div#top_left {
  width: 60%;
  float: left;
  text-align: left;
  padding-left: 5%;
}

body.profile .content div#top div#top_left p#name {
  font-size: 2em;
  margin: 0;
}

body.profile .content div#top div#top_left a {
  color: #00539F;
}

body.profile .content div#top div#top_left a > div {
  display: flex;
}

body.profile .content div#top div#top_left a > div div#btn_edit {
  width: 2em;
  margin-right: 5px;
}

body.profile .content div#top div#top_left a > div p#edit {
  font-size: 1.5em;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  body.profile .content div#top div#top_left p#name {
    font-size: 3em;
  }

  body.profile .content div#top div#top_left p#edit {
    font-size: 1.5em;
  }
}

body.profile .content div#top div#top_right {
  width: 40%;
  display: inline-block;
}

body.profile .content div#top div#top_right img {
  width: 100%;
  border-radius: 50%;
  padding: 10%;
}

body.profile .content div#table {
  display: table;
  margin: 30px auto 0px;
  width: 90%;
  max-width: 600px;
}

body.profile .content div#table div.tr {
  margin-bottom: 15px;
}

body.profile .content div#table div.tr div {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

body.profile .content div#table div.tr div.icon {
  width: 60px;
}

body.profile .content div#table div.tr div.icon img {
  width: 100%;
}

body.profile .content div#table div.tr div.info {
  padding-left: 20px;
}

body.profile .content div#table div.tr div.info p {
  margin: 0;
}

body.profile .content div#table div.tr div.info p.title {
  font-size: 1.2em;
}

body.profile .content div#table div.tr div.info p.detail {
  font-size: 1.5em;
  word-break: break-all;
  text-align: left;
}

@media only screen and (min-width: 411px) {
  body.profile .content div#table {
    margin-bottom: 40px auto;
  }
}

body.referral div.content > div {
  padding: 1.5rem;
  font-weight: bold;
}

body.referral div.content > div#introduction-container {
  background-color: #00539F;
  color: #ffffff;
}

body.referral div.content > div#introduction-container p#introduction-title {
  font-size: 1.75rem;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.25rem;
}

body.referral div.content > div#introduction-container p#introduction-body {
  max-width: 340px;
  margin: 0 auto 20px auto;
  font-size: 1rem;
}

body.referral div.content > div#referrer-container div#code {
  position: relative;
  display: block;
  font-size: 2em;
}

body.referral div.content > div#referrer-container div#code div#style-line {
  height: 4px;
  width: 25px;
  left: 50%;
  background-color: #ffffff;
  border: 4px solid #ffffff;
  position: absolute;
}

body.referral div.content > div#referrer-container div#code input[name=referrer-id],
body.referral div.content > div#referrer-container div#code #btn-copy {
  display: inline-block;
  border: 4px solid #00539F;
  border-radius: 8px;
  color: #00539F;
  text-align: center;
  font-weight: bold;
  height: 3rem;
  font-size: 1.5rem;
  vertical-align: top;
}

body.referral div.content > div#referrer-container div#code input[name=referrer-id] {
  width: 200px;
  color: #055da9;
}

body.referral div.content > div#referrer-container div#code #btn-copy {
  padding: 0px 10px;
}

body.referral div.content > div div.introduction {
  max-width: 320px;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

body.referral div.content > div div.introduction img.icon-steps {
  max-width: 20%;
  margin-right: 0.75rem;
  vertical-align: top;
}

body.referral div.content > div div.introduction p.introduction {
  display: inline-block;
  max-width: 75%;
  vertical-align: top;
  color: #055da9;
}

body.referral p {
  font-size: 1.25rem;
}

body.referral div#social-media a {
  width: 100px;
  display: inline-block;
}

body.referral div#qr-code-friend-invitation div img#qr-code {
  background: white;
  width: 200px;
}

body.offer_stamp_card div.card_list div.card {
  margin: 4%;
  padding: 4%;
  border: 3px solid #00539F;
  border-radius: 20px;
  position: relative;
}

body.offer_stamp_card div.card_list div.card.card_ready {
  cursor: pointer;
}

body.offer_stamp_card div.card_list div.card div.circle {
  position: relative;
}

body.offer_stamp_card div.card_list div.card div.circle div {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

body.offer_stamp_card div.card_list div.card div.circle div.background {
  background: aliceblue;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: inline;
  top: 40px;
}

body.offer_stamp_card div.card_list div.card div.circle div.background p.size {
  font-size: 2.5rem;
  margin: 0 auto;
  position: initial;
  line-height: 110px;
}

body.offer_stamp_card div.card_list div.card div.circle div:first-child {
  position: initial !important;
}

body.offer_stamp_card div.card_list div.card div.circle > img {
  width: 200px;
}

body.offer_stamp_card div.card_list div.card div.text p {
  margin: 0;
  text-align: left;
}

body.offer_stamp_card div.card_list div.card div.text p.title {
  font-size: 2em;
  font-weight: 700;
}

body.offer_stamp_card div.card_list div.card div.text p.subtitle {
  font-size: 1.3em;
}

body.offer_stamp_card div.card_list div.card div.text p.subtitle:last-child {
  margin-bottom: 3rem;
}

body.offer_stamp_card div.card_list div.card div.text p#open-modal.expiry_date {
  cursor: pointer;
}

body.offer_stamp_card div.card_list div.card div.text hr {
  border: 1px solid #00539F;
}

body.offer_stamp_card div.card_list div.card div.redemption-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.5rem;
}

body.offer_stamp_card div.card_list div.card div.redemption-container div,
body.offer_stamp_card div.card_list div.card div.redemption-container button {
  width: 25%;
}

body.offer_stamp_card div.card_list div.card div.redemption-container div img,
body.offer_stamp_card div.card_list div.card div.redemption-container button img {
  width: 80%;
}

body.offer_stamp_card div.card_list div.card div.redemption-container div p,
body.offer_stamp_card div.card_list div.card div.redemption-container button p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

body.offer_stamp_card div.card_list div.card div.redemption-container div p {
  color: #a3a3a3;
}

body.offer_stamp_card div.card_list div.card div.redemption-container button {
  border: none;
  background-color: transparent;
}

body.offer_stamp_card div.card_list div.card div.redemption-container button p {
  color: #00539F;
}

body.offer_stamp_card div.card_list div.card p.expiry_date {
  font-size: 1.5em;
  text-align: center;
  background: #00539F;
  border-radius: 20px;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
}

body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle > div:nth-child(34) {
  bottom: 9px;
}

body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle > div:nth-child(35) {
  left: 6px;
  top: 2px;
}

body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle > div:nth-child(36) {
  right: 6px;
  top: 2px;
}

body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle div.background {
  background-color: transparent;
}

body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle div.background p.size {
  color: #A12E9F;
}

body.offer_stamp_card div.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 50;
}

body.offer_stamp_card div.modal-container div.modal-content > p {
  color: #00539F;
  font-weight: 500;
  font-size: 1.5rem;
}

body.offer_stamp_card div.modal-container div.modal-content > button {
  border-radius: 5px;
  background-color: #00539F;
  color: #ffffff;
  width: 60%;
  margin: auto;
}

body.offer_stamp_card div.modal-container div.modal-content button#close-modal {
  position: absolute;
  right: 25%;
  width: 2rem;
  height: 2rem;
  opacity: 0.3;
  border: none;
  background-color: transparent;
  background-color: transparent;
  border: none;
}

body.offer_stamp_card div.modal-container div.modal-content button#close-modal:hover {
  opacity: 1;
}

body.offer_stamp_card div.modal-container div.modal-content button#close-modal:before,
body.offer_stamp_card div.modal-container div.modal-content button#close-modal:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}

body.offer_stamp_card div.modal-container div.modal-content button#close-modal:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.offer_stamp_card div.modal-container div.modal-content button#close-modal:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.offer_stamp_card div#recycle-stamp-modal-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

body.offer_stamp_card div.modal-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

body.offer_stamp_card div.modal-container.closed,
body.offer_stamp_card div.modal-overlay.closed {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  body.offer_stamp_card div.card_list div.card div.redemption-container div p,
  body.offer_stamp_card div.card_list div.card div.redemption-container button p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
  body.offer_stamp_card div.card_list div.card div.redemption-container div p,
  body.offer_stamp_card div.card_list div.card div.redemption-container button p {
    font-size: 1rem;
  }
}

body.inbox a.link-message {
  display: block;
  width: 90%;
  margin: 0.5rem auto;
}

body.inbox div.message-container {
  border-radius: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
}

body.inbox div.message-container.unread {
  background-color: #005aa3;
}

body.inbox div.message-container.read {
  background-color: #a6a9ab;
}

body.inbox div.message-container > div.wrapper {
  width: 72%;
  margin: auto;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

body.inbox div.message-container > div.wrapper > h1 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

body.inbox div.message-container > div.wrapper > p {
  font-size: 1rem;
  text-align: justify;
}

body.inbox div.message-container > img.message-icon {
  max-width: 15%;
  background-color: transparent;
  margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  body.inbox div.message-container > img.message-icon.message-icon-unread {
    width: 12%;
  }

  body.inbox div.message-container > img.message-icon.message-icon-read {
    width: 11%;
  }
}

@media only screen and (min-width: 376px) and (max-width: 575px) {
  body.inbox div.message-container > img.message-icon.message-icon-unread {
    width: 12%;
  }

  body.inbox div.message-container > img.message-icon.message-icon-read {
    width: 10%;
  }
}

@media only screen and (min-width: 576px) {
  body.inbox a.link-message {
    width: 60%;
    margin: 1rem auto;
  }

  body.inbox div.message-container > div.wrapper {
    width: 75%;
    margin-right: 5%;
    padding-top: 2rem;
  }

  body.inbox div.message-container > img.message-icon {
    max-width: 10%;
    position: relative;
  }

  body.inbox div.message-container > img.message-icon.message-icon-unread {
    max-height: 35%;
  }

  body.inbox div.message-container > img.message-icon.message-icon-read {
    max-height: 45%;
  }
}

body.inbox_detail a.link-back {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 9%;
}

body.inbox_detail div.message-content-container {
  width: 80%;
  margin: auto;
  border: 4px solid #005aa3;
  border-left: none;
  border-radius: 0px 2rem 2rem 0px;
  color: #005aa3;
  padding-top: 1.5rem;
  text-align: left;
}

body.inbox_detail div.message-content-container > h1 {
  font-size: 1.125rem;
}

body.inbox_detail div.message-content-container > hr {
  height: 1px;
  width: 92%;
  background-color: #ea1921;
  border-radius: 2px;
}

body.inbox_detail div.message-content-container > h1,
body.inbox_detail div.message-content-container > p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.inbox_detail div.message-content-container span.message-date {
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  body.inbox_detail a.link-back {
    margin-left: 9%;
  }

  body.inbox_detail div.message-content-container {
    width: 90%;
    margin: auto;
    padding-top: 1.5rem;
  }

  body.inbox_detail div.message-content-container > h1 {
    font-size: 1.125rem;
  }

  body.inbox_detail div.message-content-container > hr {
    width: 95%;
  }

  :lang(en-us) body.inbox_detail a.link-back {
    margin-left: 9%;
  }

  :lang(en-us) body.inbox_detail div.message-content-container {
    width: 90%;
    margin: auto;
    padding-top: 2rem;
  }

  :lang(en-us) body.inbox_detail div.message-content-container > h1 {
    font-size: 1.5rem;
  }

  :lang(en-us) body.inbox_detail div.message-content-container > hr {
    width: 95%;
  }

  :lang(en-us) body.inbox_detail div.message-content-container > p {
    font-size: 1.33rem;
  }
}

body.profile_edit input {
  color: #00539F;
  padding: 6px 0px;
}

body.profile_edit input[type=submit] {
  color: white;
  background: #00539F;
  border-radius: 10px;
}

body.profile_edit label {
  color: grey;
  font-size: 1.2em;
}

body.profile_edit div.input-wrapper {
  margin-bottom: 1.5em;
}

body.profile_edit div.input-wrapper p.instructions {
  position: absolute;
  bottom: -25px;
  padding: 0;
}

body.profile_edit div.input-wrapper.extend {
  margin-bottom: 2em;
  position: relative;
}

body.profile_edit select {
  color: #00539F;
}

body.profile_edit .text_red {
  font-size: 1em;
}

body.profile_edit a {
  color: #00539F;
}

body.profile_edit div#picture {
  width: 50%;
  margin: 20px auto;
  position: relative;
}

body.profile_edit div#picture input {
  display: none;
}

body.profile_edit div#picture img#propic {
  border-radius: 50%;
}

body.profile_edit div#picture img#propic_edit {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  body.profile_edit div#picture {
    width: 20%;
    margin: 0 auto 50px;
    position: relative;
  }
}

body.profile_edit form#edit_profile div#password div.flex {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

body.profile_edit form#edit_profile div#password div.flex div#password_edit {
  float: right;
  border: 3px solid #00539F;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
}

body.profile_edit form#edit_profile div.birthMonth {
  font-size: 1.5em;
  color: #a3a3a3;
}

body.profile_edit form#edit_profile div.input-field.ageRange:after {
  content: "\F078";
  font: normal normal normal 17px/1 FontAwesome;
  right: 10px;
  top: 0;
  height: 35px;
  padding: 16px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

body.profile_edit form#edit_profile div.input-field.octopus_number #octopus_number {
  display: inline-block;
  width: auto;
}

body.profile_edit form#edit_profile div.input-field.octopus_number #octopus_number_suffix_div {
  display: inline-block;
  float: right;
}

body.profile_edit form#edit_profile div.input-field.octopus_number #octopus_number_suffix {
  text-align: center;
  width: 1rem;
  margin: 0 1rem;
  padding: 0px;
}

body.profile_edit form#edit_profile div.input-field.octopus_number #opem_brackets,
body.profile_edit form#edit_profile div.input-field.octopus_number #close_brackets {
  width: 5%;
  font-size: 2em;
}

body.profile_edit form#edit_profile div#no_facebook {
  border: 3px solid #00539F;
  padding: 10px 20px;
  margin-top: 1.5em;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

body.profile_edit form#edit_profile p#connect-with-fb {
  color: #a3a3a3;
}

body.profile_edit form#edit_profile div.checkbox-wrapper label {
  font-size: 1.7rem;
}

body.profile_edit form#add_facebook {
  display: none;
}

@media only screen and (max-width: 414px) {
  body.profile_edit form#edit_profile div.input-wrapper.extend {
    margin-bottom: 3em;
  }

  body.profile_edit form#edit_profile p.instructions {
    left: 0;
  }
}

body.tnc div.background-content div.content {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

body.tnc div.background-content a {
  text-decoration: underline;
}

body.product div.content {
  display: flex;
  flex-direction: column;
}

body.product div.content div#product-slider {
  height: 70%;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 1;
}

body.product div.content div#product-slider div.arrow {
  display: none;
}

body.product div.content div#product-slider div.product-slide img {
  display: block;
  width: 70%;
  margin: auto;
}

body.product div.content div#product-slider div.product-slide h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

body.product div.content div#product-slider div.product-slide p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #BDBFC1;
  max-width: 70%;
  margin: auto;
}

body.product div.content div#product-slider div.product-slide:focus {
  outline: unset;
}

body.product div.content div#category-slider {
  min-height: 30%;
  flex-basis: auto;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 220px;
  margin: 10px auto 0 auto;
  overflow: hidden;
}

body.product div.content div#category-slider h1#category-name {
  width: 120px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  font-size: 1.25rem;
  font-weight: 900;
}

body.product div.content div#category-slider div#spinner {
  min-height: 320px;
  width: 320px;
  background: radial-gradient(#ffffff, #b7b7b7);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.7s linear;
  transition: transform 0.7s linear;
  transition: transform 0.7s linear, -webkit-transform 0.7s linear;
  position: absolute;
  top: 60px;
  left: calc(50% - 160px);
}

body.product div.content div#category-slider div#spinner div {
  position: absolute;
  display: block;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.7s linear;
  transition: transform 0.7s linear;
  transition: transform 0.7s linear, -webkit-transform 0.7s linear;
}

body.product div.content div#category-slider div#spinner div:hover {
  cursor: pointer;
}

body.product div.content div#category-slider div#spinner div:nth-child(1) {
  top: -40px;
  left: 120px;
}

body.product div.content div#category-slider div#spinner div:nth-child(2) {
  top: -10px;
  left: 215px;
}

body.product div.content div#category-slider div#spinner div:nth-child(3) {
  top: 70px;
  left: 270px;
}

body.product div.content div#category-slider div#spinner div:nth-child(4) {
  top: 170px;
  left: 270px;
}

body.product div.content div#category-slider div#spinner div:nth-child(5) {
  top: 245px;
  left: 210px;
}

body.product div.content div#category-slider div#spinner div:nth-child(6) {
  top: 280px;
  left: 120px;
}

body.product div.content div#category-slider div#spinner div:nth-child(7) {
  top: 245px;
  left: 30px;
}

body.product div.content div#category-slider div#spinner div:nth-child(8) {
  top: 170px;
  left: -30px;
}

body.product div.content div#category-slider div#spinner div:nth-child(9) {
  top: 70px;
  left: -30px;
}

body.product div.content div#category-slider div#spinner div:nth-child(10) {
  top: -10px;
  left: 30px;
}

body.product div.content div#category-slider div#spinner div.active {
  border: #00539F 2px solid;
  width: 80px;
  height: 80px;
}

body.product div.content div#category-slider div#category-linear-slider,
body.product div.content div#category-slider div#category-dot-track {
  display: none;
}

@media screen and (min-width: 768px) {
  body.product div.content div#product-slider div.product-slide img {
    max-width: 450px;
  }

  body.product div.content div#product-slider div.product-slide p {
    font-size: 1.5rem;
    max-width: 50%;
  }

  body.product div.content div#category-slider h1#category-name {
    width: 160px;
    font-size: 1.5rem;
    top: 60%;
  }
}

div.modal-container {
  width: 100%;
  height: 100%;
  display: none;
}

div.modal-container div.modal.modal-activation {
  position: absolute;
  background-color: #ccc;
  opacity: 0.5;
  z-index: 50;
}

div.modal-container div.modal {
  display: block;
}

div.modal-container div.modal-content {
  width: 76%;
  padding: 2rem 10px;
  margin: auto;
  position: absolute;
  top: 250px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  opacity: 1;
  z-index: 50;
  border: none;
  overflow: auto;
  max-width: 810px;
  border: 3px solid #00539F;
}

div.modal-container div.modal-content > p {
  color: #00539F;
  font-weight: 500;
  font-size: 1.5rem;
}

div.modal-container div.modal-content > button {
  border: 1px solid #00539F;
  border-radius: 5px;
  background-color: #00539F;
  color: #ffffff;
  width: 80%;
  margin: auto;
  font-size: 1.25rem;
  min-height: 2.5rem;
}

body[class^=activation] div.background-content,
body.register_success div.background-content {
  background-image: url("/assets/campaign/images/bkg_blue.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

body[class^=activation] div.background-content div.content,
body.register_success div.background-content div.content {
  color: #ffffff;
}

body[class^=activation] div.background-content div.content > h1,
body.register_success div.background-content div.content > h1 {
  margin: 50px auto 40px auto;
}

body[class^=activation] div.background-content div.content > img,
body.register_success div.background-content div.content > img {
  width: 32%;
}

body[class^=activation] div.background-content div.content > p,
body.register_success div.background-content div.content > p {
  width: 50%;
  margin: 40px auto;
  font-size: 1.25rem;
  font-weight: 500;
}

body[class^=activation] div.background-content div.content > a,
body.register_success div.background-content div.content > a {
  display: inline-block;
  border: 2px solid white;
  border-radius: 6px;
  background-color: transparent;
  color: white;
  width: 60%;
  padding: 3px 0;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  body[class^=activation] div.background-content div.content > img,
  body.register_success div.background-content div.content > img {
    width: 28%;
  }
}

body.news div.content div.tab {
  background-color: #00539F;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
  min-height: 250px;
}

body.news div.content div.tab p.description {
  padding-left: 10px;
  color: inherit;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

body.news div.content div.tab div.news-list {
  display: flex;
  flex-wrap: wrap;
}

body.news div.content div.tab div.news-list a.news {
  width: 90%;
  margin: auto 5%;
  color: inherit;
}

body.news div.content div.tab div.news-list a.news img {
  border-radius: 10px;
}

body.news div.content div.tab div.news-list a.news p.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

body.news div.content div.tab div.news-list img.separation-line-full {
  height: 20px;
  margin-bottom: 15px;
}

body.news div.content div.tab div.news-list img.separation-line-half {
  height: 10px;
}

@media screen and (min-width: 415px) {
  body.news div.content div.tab div.news-list img.separation-line-full {
    height: 36px;
  }

  body.news div.content div.tab div.news-list img.separation-line-half {
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  body.news div.content div.tab {
    min-height: calc(100vh - 212px);
  }

  body.news div.content div.tab p.description {
    padding-left: 10px;
    font-size: 1.7rem;
  }

  body.news div.content div.tab div.news-list a.news {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  body.news div.content div.tab div.news-list a.news p.title {
    font-size: 1.3rem;
  }

  body.news div.content div.tab div.news-list img[class^=separation-line] {
    display: none;
  }
}

body.news_detail div.content {
  padding: 10px;
}

body.news_detail div.content div#news-container h1 {
  margin-top: 30px;
  margin-bottom: 1rem;
}

body.news_detail div.content div#news-container div#content {
  text-align: left;
  margin: 2rem auto;
}

body.news_detail div.content div#news-container div#content h2 {
  font-size: 1.5rem;
}

body.news_detail div.content div#news-container div#content a {
  text-decoration: underline;
}

div.modal-container.open {
  display: block;
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  div.modal-container div.modal-content {
    width: 74%;
    top: 250px;
  }
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  div.modal-container div.modal-content {
    width: 72%;
    top: 275px;
  }
}

@media screen and (min-width: 768px) {
  div.modal-container div.modal-content {
    width: 66%;
    top: 340px;
  }

  div.modal-container div.modal-content > button {
    width: 60%;
  }
}

body.enquiry div.content p#introduction {
  margin: auto 10%;
}

body.enquiry div.content p#introduction img#messenger-icon {
  width: 8%;
}

body.enquiry div.content p.instructions.desktop {
  display: none;
}

/*******************************************************************************
 * CSS styling for English
 *******************************************************************************
 */

html:lang(en-us) .left_nav div.overlay-content div {
  font-size: 1.73rem;
}

html:lang(en-us) .left_nav div.overlay-content div div.red-dot {
  top: 30px;
}

html:lang(en-us) .left_nav div.overlay-content div a {
  font-size: 1.5rem;
}

html:lang(en-us) .left_nav div.overlay-content div.flex div.change_lang {
  font-size: 1.55rem;
}

@media screen and (max-width: 576px) {
  html:lang(en-us) .left_nav div.overlay-content div.flex div.change_lang {
    line-height: 2.675;
    font-size: 1.2rem;
  }
}

html:lang(en-us) div.pop_up.full_pop_up.profile_qr_code.selected div.name p {
  font-size: 1.5rem;
}

html:lang(en-us) div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.text p {
  font-size: 1.33rem;
}

html:lang(en-us) div.pop_up.full_pop_up.profile_qr_code.selected div.detail div.count p {
  font-size: 2.66rem;
}

html:lang(en-us) div.register-form-statement {
  font-size: 1.33rem;
}

html:lang(en-us) div.modal-container div.modal-content > p {
  font-size: 2rem;
}

html:lang(en-us) div.modal-container div.modal-content > button {
  font-size: 1.66rem;
  height: 3.33rem;
  width: 78%;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) div.modal-container div.modal-content > button {
    height: 3.33rem;
    width: 60%;
  }
}

html:lang(en-us) body.login form p.instructions,
html:lang(en-us) body.phone_login form p.instructions,
html:lang(en-us) body.sms_verification form p.instructions,
html:lang(en-us) body.register form p.instructions,
html:lang(en-us) body.forgot_password form p.instructions,
html:lang(en-us) body.profile_edit form p.instructions {
  font-size: 1.33rem;
}

@media only screen and (max-width: 320px) {
  html:lang(en-us) body.sms_verification .ticket-wrapper,
  html:lang(en-us) body.register .ticket-wrapper {
    max-width: 120px;
    position: relative;
    bottom: 0.7rem;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  html:lang(en-us) body.sms_verification .ticket-wrapper,
  html:lang(en-us) body.register .ticket-wrapper {
    max-width: 150px;
    position: relative;
    bottom: 1rem;
  }
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
  html:lang(en-us) body.sms_verification .ticket-wrapper,
  html:lang(en-us) body.register .ticket-wrapper {
    max-width: 190px;
    position: relative;
    bottom: 1.2rem;
  }
}

@media only screen and (min-width: 415px) and (max-width: 768px) {
  html:lang(en-us) body.sms_verification .ticket-wrapper,
  html:lang(en-us) body.register .ticket-wrapper {
    position: relative;
    bottom: 1rem;
  }
}

html:lang(en-us) body.register form#register div.input-wrapper p.instructions {
  bottom: -40px;
  font-size: 1.33rem;
}

html:lang(en-us) body.register form#register div.input-wrapper.extend {
  margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) body.register form#register div.input-wrapper p.instructions {
    bottom: -25px;
  }

  html:lang(en-us) body.register form#register div.input-wrapper.extend {
    margin-bottom: 3rem;
  }
}

html:lang(en-us) body.login form#login div.input-field.phonePrefix:after {
  padding-top: 12px;
}

html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend {
  margin-bottom: 6rem;
}

html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend p.instructions,
html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend div.error-message {
  width: 100%;
  position: absolute;
}

html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend p.instructions {
  left: 0;
  bottom: -40px;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend {
    margin-bottom: 6em;
  }

  html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend p.instructions {
    right: 0;
    bottom: -25px;
    left: unset;
  }

  html:lang(en-us) body.forgot_password .background-content .background-image .content-warpper form div.input-wrapper.extend div.error-message {
    line-height: 1.5;
  }
}

html:lang(en-us) body.offer_stamp_card .tabrow,
html:lang(en-us) body.offer_drink .tabrow,
html:lang(en-us) body.offer_cash .tabrow,
html:lang(en-us) body.tutorial_stamp .tabrow,
html:lang(en-us) body.tutorial_recycle .tabrow,
html:lang(en-us) body.news .tabrow {
  font-size: 1.6rem;
}

html:lang(en-us) body.tutorial_recycle div.content a.links {
  font-size: 1.33rem;
}

html:lang(en-us) body.tutorial_recycle div.content div#recycle-program h2#header {
  font-size: 1.6rem;
}

html:lang(en-us) body.tutorial_recycle div.content div#recycle-program p#content-short,
html:lang(en-us) body.tutorial_recycle div.content div#recycle-program p#content {
  font-size: 1.33rem;
}

html:lang(en-us) body.tutorial_recycle div.content div#recycle-program button[name=expand] {
  font-size: 1.33rem;
  line-height: 1.33rem;
  padding: 0.66rem 0;
}

html:lang(en-us) body.tutorial_recycle div.content div.tab div.detail p.desc {
  font-size: 1.33rem;
}

html:lang(en-us) body.contact_us div.content p#page {
  font-size: 2.66rem;
}

html:lang(en-us) body.contact_us div.content div#company {
  font-size: 2rem;
}

html:lang(en-us) body.contact_us div.content div#company p {
  margin: 1.33rem 0.66rem;
}

html:lang(en-us) body.contact_us div.content div#table div.tr div:last-child p:first-child {
  font-size: 1.6rem;
}

html:lang(en-us) body.contact_us div.content div#table div.tr div:last-child p:last-child {
  font-size: 1.77rem;
}

html:lang(en-us) body.referral div.content > div {
  padding: 2rem;
}

html:lang(en-us) body.referral div.content div#introduction-container p#introduction-title {
  width: 280px;
}

html:lang(en-us) body.referral div.content div#introduction-container p#introduction-body {
  font-size: 1.33rem;
}

html:lang(en-us) body.referral div.content div.introduction {
  max-width: 550px;
}

html:lang(en-us) body.referral p {
  font-size: 1.33rem;
}

html:lang(en-us) body.offer_stamp_card div.card_list div.card div.text p.title {
  font-size: 2.66rem;
}

html:lang(en-us) body.offer_stamp_card div.card_list div.card div.text p.subtitle {
  font-size: 1.33rem;
}

html:lang(en-us) body.offer_stamp_card div.card_list div.card p.expiry_date {
  font-size: 2rem;
  padding: 0 2px;
}

html:lang(en-us) body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle > div:nth-child(37) {
  bottom: 6px;
}

html:lang(en-us) body.offer_stamp_card div.card_list div#recycle-stamp-card div.circle div.background p.size {
  font-size: 3.33rem;
}

html:lang(en-us) body.offer_stamp_card div.card_list div#recycle-stamp-card div.redemption-container button p,
html:lang(en-us) body.offer_stamp_card div.card_list div#recycle-stamp-card div.redemption-container div p {
  font-size: 1.33rem;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) body.offer_stamp_card .offer_top_nav > div div.red-dot,
  html:lang(en-us) body.offer_drink .offer_top_nav > div div.red-dot,
  html:lang(en-us) body.offer_cash .offer_top_nav > div div.red-dot {
    top: 121px;
    left: 43px;
  }
}

html:lang(en-us) body.inbox a.link-message {
  margin: 1.33rem auto;
}

html:lang(en-us) body.inbox div.message-container > div.wrapper {
  padding-top: 2.66rem;
  padding-bottom: 1.33rem;
}

html:lang(en-us) body.inbox div.message-container > div.wrapper > h1 {
  font-size: 1.5rem;
}

html:lang(en-us) body.inbox div.message-container > div.wrapper > p {
  font-size: 1.33rem;
}

html:lang(en-us) body.inbox_detail div.message-content-container {
  padding-top: 2rem;
}

html:lang(en-us) body.inbox_detail div.message-content-container > h1 {
  font-size: 1.5rem;
  margin-bottom: 0.66rem;
}

html:lang(en-us) body.inbox_detail div.message-content-container > hr {
  width: 95%;
  margin: 1.33rem auto;
}

html:lang(en-us) body.inbox_detail div.message-content-container > p {
  font-size: 1.33rem;
  margin-bottom: 1.33rem;
}

html:lang(en-us) body.offer_drink div#any_drink div#refresh img,
html:lang(en-us) body.offer_drink div#specific_drink div#refresh img,
html:lang(en-us) body.offer_cash div#any_drink div#refresh img,
html:lang(en-us) body.offer_cash div#specific_drink div#refresh img {
  max-height: 3.66rem;
  margin-right: 0.33rem;
}

html:lang(en-us) body.offer_drink div#any_drink div#refresh span,
html:lang(en-us) body.offer_drink div#specific_drink div#refresh span,
html:lang(en-us) body.offer_cash div#any_drink div#refresh span,
html:lang(en-us) body.offer_cash div#specific_drink div#refresh span {
  font-size: 1.33rem;
}

html:lang(en-us) body.offer_drink .coupon_list button[name^=expand]:after,
html:lang(en-us) body.offer_cash .coupon_list button[name^=expand]:after {
  line-height: 1;
}

html:lang(en-us) body.offer_drink .coupon_list div.coupon p.mask-text,
html:lang(en-us) body.offer_cash .coupon_list div.coupon p.mask-text {
  font-size: 4rem;
}

@media only screen and (max-width: 449px) {
  html:lang(en-us) body.offer_drink .coupon_list div.coupon p,
  html:lang(en-us) body.offer_cash .coupon_list div.coupon p {
    line-height: 1.5rem;
  }

  html:lang(en-us) body.offer_drink .coupon_list div.coupon p.mask-text,
  html:lang(en-us) body.offer_cash .coupon_list div.coupon p.mask-text {
    font-size: 2.66rem;
  }

  html:lang(en-us) body.offer_drink .coupon_list div.coupon p.coupon-title,
  html:lang(en-us) body.offer_cash .coupon_list div.coupon p.coupon-title {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  html:lang(en-us) body.offer_drink .coupon_list div.coupon p.coupon-quantity,
  html:lang(en-us) body.offer_cash .coupon_list div.coupon p.coupon-quantity {
    font-size: 1.2rem;
  }

  html:lang(en-us) body.offer_drink .coupon_list div.coupon p.coupon-expiry-date,
  html:lang(en-us) body.offer_cash .coupon_list div.coupon p.coupon-expiry-date {
    font-size: 1.1rem;
  }
}

html:lang(en-us) body.product div.content div#product-slider div.product-slide h2 {
  font-size: 2rem;
}

html:lang(en-us) body.product div.content div#product-slider div.product-slide p {
  font-size: 1.6rem;
}

html:lang(en-us) body.product div.content div#category-slider h1#category-name {
  font-size: 1.66rem;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) body.product div.content div#product-slider div.product-slide p {
    font-size: 2rem;
  }

  html:lang(en-us) body.product div.content div#category-slider h1#category-name {
    font-size: 2rem;
  }
}

html:lang(en-us) body.location div.background-content div#filter div.wrapper:after {
  top: 3px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) body.location div.background-content div#filter div.wrapper:after {
    top: 8px;
  }
}

html:lang(en-us) body.tutorial_stamp h1#title {
  font-size: 2.66rem;
  margin: 1.33rem auto;
}

html:lang(en-us) body.tutorial_stamp p#introduction-heading {
  font-size: 1.33rem;
}

html:lang(en-us) body.tutorial_stamp p#introduction-content {
  font-size: 1.33rem;
}

html:lang(en-us) body.tutorial_stamp div#tutorial-slider {
  max-height: 380px;
}

html:lang(en-us) body.tutorial_stamp div#tutorial-slider div.slide {
  height: 380px;
}

html:lang(en-us) body.tutorial_stamp div#tutorial-slider div.slide h2 {
  font-size: 2rem;
}

html:lang(en-us) body.tutorial_stamp div#tutorial-slider div.slide p.content {
  font-size: 1.33rem;
}

html:lang(en-us) body[class^=activation] div.background-content div.content > h1,
html:lang(en-us) body.register_success div.background-content div.content > h1 {
  font-size: 2.66rem;
}

html:lang(en-us) body[class^=activation] div.background-content div.content > p,
html:lang(en-us) body.register_success div.background-content div.content > p {
  font-size: 1.66rem;
}

html:lang(en-us) body[class^=activation] div.background-content div.content > a,
html:lang(en-us) body.register_success div.background-content div.content > a {
  font-size: 2rem;
}

html:lang(en-us) body.news div.content div.tab p.description {
  font-size: 2rem;
}

html:lang(en-us) body.news div.content div.tab div.news-list a.news p.title {
  font-size: 2rem;
  margin-top: 1.33rem;
}

@media screen and (min-width: 768px) {
  html:lang(en-us) body.news div.content div.tab p.description {
    padding-left: 20px;
    font-size: 2.26rem;
  }

  html:lang(en-us) body.news div.content div.tab div.news-list a.news p.title {
    font-size: 1.73rem;
    margin-top: 0.66rem;
  }
}

html:lang(en-us) body.news_detail div.content div#news-container h1 {
  font-size: 2.66rem;
  margin-bottom: 1.33rem;
}

html:lang(en-us) body.news_detail div.content div#news-container div#introduction {
  font-size: 1.33rem;
}

html:lang(en-us) body.news_detail div.content div#news-container div#content {
  margin: 2.66rem auto;
  font-size: 1.33rem;
}

html:lang(en-us) body.news_detail div.content div#news-container div#content h2 {
  font-size: 2rem;
}

html:lang(en-us) .footer div,
html:lang(en-us) .footer span#copyright {
  font-size: 1rem;
}

