@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/MarkPro-Bold.eot");
  src: url("/fonts/MarkPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/MarkPro-Bold.woff2") format("woff2"), url("/fonts/MarkPro-Bold.woff") format("woff"), url("/fonts/MarkPro-Bold.ttf") format("truetype"), url("/fonts/MarkPro-Bold.svg#MarkPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/MarkPro-Black.eot");
  src: url("/fonts/MarkPro-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/MarkPro-Black.woff2") format("woff2"), url("/fonts/MarkPro-Black.woff") format("woff"), url("/fonts/MarkPro-Black.ttf") format("truetype"), url("/fonts/MarkPro-Black.svg#MarkPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url("/fonts/MarkPro-Medium.eot");
  src: url("/fonts/MarkPro-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/MarkPro-Medium.woff2") format("woff2"), url("/fonts/MarkPro-Medium.woff") format("woff"), url("/fonts/MarkPro-Medium.ttf") format("truetype"), url("/fonts/MarkPro-Medium.svg#MarkPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  background: #103356;
  font-family: "Mark Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 1.2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }
}
body input, body select {
  font-family: "Mark Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 10px auto;
}
body b, body .bold {
  font-weight: bold;
}
body a {
  color: inherit;
}
body small, body .small {
  margin: 10px auto;
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
}
body .d-none, body [hidden] {
  display: none !important;
}
body .d-block {
  display: block;
}
body img {
  object-fit: contain;
}

#container_main {
  padding: 20px 0px;
  position: fixed;
  top: 0px;
}

#container_nav {
  color: #FFF;
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#container_nav div {
  min-height: 70px;
  line-height: 70px;
  color: #FFF;
}
#container_nav .nav_item_wrap {
  width: 100%;
  max-width: 1200px;
  display: block;
  position: relative;
  height: 100%;
}
#container_nav .nav_item_wrap #nav_logo {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
}
#container_nav .nav_item_wrap #nav_logo img {
  display: block;
  margin: 10% 0 -20%;
  width: 210px;
}
#container_nav .nav_item_wrap #nav_user {
  text-align: right;
}
#container_nav .nav_item_wrap #nav_user span {
  vertical-align: bottom;
}
#container_nav .nav_item_wrap #nav_menu_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  text-align: center;
  padding: 0 30px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}
@keyframes navMenuAnimate {
  0% {
    min-height: 0px;
    height: 0px;
    opacity: 0;
  }
  100% {
    min-height: 80px;
    height: auto;
    opacity: 1;
  }
}
#container_nav #nav_menu {
  position: absolute;
  top: 70px;
  width: 100vw;
  padding: 5px 0;
  text-align: left;
  background-color: RGBA(255, 255, 255, 0.9);
  z-index: 1000;
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}
#container_nav #nav_menu.active {
  min-height: 80px;
  animation: navMenuAnimate 0.5s;
}
#container_nav #nav_menu.inactive {
  height: 0;
  min-height: 0;
  opacity: 0;
}
#container_nav #nav_menu .nav_menu_item {
  font-size: 0.9rem;
  line-height: 1em;
  padding: 10px 25px;
  margin: 0px;
  color: #000;
  transition: 0.3s ease;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}
#container_nav #nav_menu .nav_menu_item:focus, #container_nav #nav_menu .nav_menu_item:hover {
  background: #fff;
}
#container_nav #nav_menu a {
  text-decoration: none;
}

#container_nav #nav_menu_btn, .popup span.btn_close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-container {
  color: #FFF;
  min-height: calc(40vh - 100px);
}

.mast-group {
  display: block;
  width: 100%;
  position: relative;
}
.mast-group .desktop-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .mast-group .desktop-only {
    display: none !important;
  }
}
.mast-group .mobile-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mast-group .mobile-only {
    display: block !important;
  }
}
.mast-group .masthead_img {
  position: relative;
  width: 100%;
}
.mast-group .starburst {
  background-size: cover;
  position: absolute;
  width: 100%;
  min-height: 350px;
  height: 100vw;
  max-height: 145vh;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.keymessage_center {
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  margin: 15px auto;
}

p.keymessage_left {
  font-weight: bold;
  padding: 0px 40px;
  text-align: left;
}

.underline {
  text-decoration: underline !important;
}

p.subtitle_center {
  text-align: center;
}

p.guide-text {
  text-align: center;
}

img.guide-img {
  width: 100%;
}

#description_text_container {
  padding: 0px 40px;
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 90%;
  grid-template-columns: 10% 90%;
}

.icon_bullet {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 5px;
}

.description_text {
  -ms-grid-column: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 5px;
}

#bingo_status_container {
  padding: 10px 20px;
}

.bingo_status_container {
  padding: 10px 20px;
}

.card_status {
  display: inline-grid;
  grid-template-columns: 33% 33% 33%;
  width: 100%;
  height: 50px;
  border: 1px solid #666;
  margin-top: 5px;
  font-size: 0.8em;
}

.card_placeholder {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px dotted #e9e9e9;
  margin-top: 5px;
}

.card_status_img {
  grid-column-start: 1;
  grid-column: 1;
  background-color: #FFFFFF;
  background-image: url(https://msr.skale.today/assets/images/afp/stampcard/MSR_masthead.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.card_status.completed .card_status_details {
  grid-column: 1;
  grid-column-start: 2;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.card_status.incomplete .card_status_details {
  grid-column: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.card_status_details span {
  vertical-align: middle;
}

.card_status_buttons {
  grid-column: 1;
  grid-column-start: 3;
  text-align: center;
}

.card_status_buttons button {
  width: 80%;
  height: 80%;
  border-radius: 5px;
  background-color: #144F89;
  color: #FFFFFF;
  border: none;
  font-weight: bold;
  height: 40px;
  margin: 5px auto;
}

.card_status_buttons.redeemed {
  text-align: center;
  height: 50px;
  line-height: 50px;
}

#guide_text {
  padding: 0px 20px;
  text-align: left;
}

.page-wrap {
  max-width: 728px;
  width: 95%;
  margin: 0 auto;
}

#faq_text {
  padding: 0px 20px;
  text-align: left;
  font-size: 0.8em;
}

#faq_text ol {
  padding-left: 3em;
}

#tnc_text {
  padding: 0px 20px;
  text-align: left;
  font-size: 0.8em;
  max-width: 728px;
  margin: 0 auto;
  width: 90%;
}

/* legal list styles */
#tnc_text {
  counter-reset: section;
}

#tnc_text h2 {
  font-size: 1em;
}

#tnc_text p {
  text-indent: 0 !important;
}

/*#tnc_text h2:before {*/
/*    counter-increment: section;*/
/*    content: counter(section) ". ";*/
/*    margin: 0 0.5em 0 0;*/
/*    text-decoration: none;*/
/*}*/
#tnc_text ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: 0em;
  padding-left: 10px;
}

#tnc_text ol li ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: -2em;
  padding-left: 2em;
}

#tnc_text ol li {
  counter-increment: clause;
  padding: 0.5em 0;
}

#tnc_text ol li ol li {
  counter-increment: clause;
  text-indent: 0;
}

#tnc_text ol li:before {
  /*content: counter(section) "." counters(clause, ".") ". ";*/
  content: counters(clause, ".") ". ";
  margin: 0 0em 0 0;
  font-weight: bold;
  text-decoration: none;
}

#tnc_text ol li ol li:before {
  content: counter(section) "." counters(clause, ".") ". ";
  margin: 0 0em 0 0;
  text-decoration: none;
}

p.underline {
  text-decoration: underline;
}

p.bold, li.bold {
  font-weight: bold;
}

li.guide_bullet {
  font-size: 0.8em;
  list-style-position: outside;
}

.rewards_container {
  text-align: center;
}

span.rewards_icon {
  font-size: 3em;
}

.rewards_full {
  display: inline-block;
  width: 80%;
  text-align: center;
  vertical-align: top;
  font-size: 0.8em;
}

.rewards_half {
  display: inline-block;
  width: 45%;
  text-align: center;
  vertical-align: top;
  font-size: 0.8em;
}

/* Grid status home page */
.btn-refresh {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  color: white;
  background: black;
  padding: 8px 14px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  transition: 0.3s;
}
.btn-refresh:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-refresh:hover i {
  /*transform: rotate(360deg);*/
  -webkit-animation: spin 0.5s linear;
  -moz-animation: spin 0.5s linear;
  animation: spin 0.5s linear;
}
.btn-refresh i {
  transition: 1s;
}
.btn-refresh.refreshing {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.25);
}
.btn-refresh.refreshing i {
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.grid_status {
  background: #F2F2F2;
  border-radius: 20px;
  width: 90vw;
  max-width: 400px;
  margin: 25px auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 0 15px;
  line-height: 1.25;
}

.grid_status_row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  width: 90%;
  margin: 10px auto;
}

.grid_status .title {
  color: #000;
  font-weight: 800;
}

.grid_status .icon {
  width: 15%;
  text-align: center;
  margin-right: 5%;
}

.grid_status .icon img {
  width: 100%;
}

.grid_status .content {
  width: 80%;
  text-align: left;
  font-size: 0.75rem;
}

.grid_status .content > * {
  margin: 5px auto;
}

.grid_status .content > *:first-child {
  margin-top: 0;
}

.grid_status .content > *:last-child {
  margin-bottom: 0;
}

.grid_status p, ul, li {
  /*font-size: .7rem;*/
  /*color: #000;*/
  /*font-weight: 600;*/
}

.grid_status ul {
  padding-left: 15px;
}

.grid_status .header {
  font-size: 0.8rem;
  /*font-weight: 800;*/
}

.grid_status p.sub_header {
  color: #808080;
  font-weight: 700;
}

/* Bottom App Store Download */
.logos {
  /*background-image: url('../../assets/images/afp/stampcard/mall_logos.png');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #FFFFFF;
  height: 120px;
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
}

.background-emphasis {
  background-color: RGBA(1, 1, 1, 0.2);
  padding: 10px 0px;
  margin: 10px 0px;
}

.app_download_container {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

.app_download_container h2,
.app_download_container p {
  margin: 5px auto;
  /*font-weight: 800;*/
}

.app_download_container p {
  font-size: 0.8rem;
}

img.app_icon {
  height: 40px;
  border-radius: 10%;
}

img.app_download_button {
  height: 40px;
  margin: 2px;
  /*width: 40%;*/
}

#container_bingo #bingo_header {
  text-align: center;
  margin-top: 30px;
  color: #FFD24F;
}

#bingo_regform {
  /*padding: 0px 10% 50px;*/
}

.regform_message {
  padding: 0px 0px 10px 0px;
  font-size: 1em;
  text-align: center;
}

#bingo_regform input[type=text],
#bingo_regform input[type=tel],
#bingo_regform input[type=email],
#bingo_regform select,
#bingo_loginform select,
#bingo_loginform input[type=tel] {
  height: 35px;
  width: 5em;
  background: #fff;
  color: #222;
  border: 0px;
  border-radius: 5px;
  font-size: 0.9em;
  line-height: 1.2em;
}

#bingo_regform input[type=text],
#bingo_regform input[type=tel],
#bingo_regform input[type=email],
#bingo_loginform input[type=text],
#bingo_loginform input[type=tel] {
  width: 100%;
  padding: 0 11px;
}

#select2-signup-avatar-input-container {
  font-size: 2.5em;
  margin-top: -2px;
}

.select2-selection__rendered {
  line-height: 35px !important;
}

.select2,
.select2-selection,
.select2-selection__arrow,
.select2-container .select2-selection--single {
  color: #222;
  font-size: 0.9em;
  height: 35px !important;
  text-align: left;
}

.select2-choices {
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

.mobile-wrapper {
  display: flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mobile-wrapper select, .mobile-wrapper input {
  display: inline-block;
  border-radius: 0;
}

select#signup-countrycode, select#login-countrycode {
  padding: 0.5em;
}

#bingo_regform .input-group {
  margin-top: 10px;
}

#bingo_regform input[type=checkbox] {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

#bingo_regform .input-group.error > label {
  /*color: $error_red; // red*/
}

.input-group.error .select2-selection, .input-group.error > input, .input-group.error > .mobile-wrapper {
  border: 1px solid #cf3339 !important;
}

#bingo_regform label {
  font-size: 0.75em;
  color: #fff;
}

/* loader */
#bingo_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 30vh;
}

.loader {
  border: 5px solid #fff5;
  border-radius: 50%;
  border-top: 5px solid #fff;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#merchant-directory-outer {
  margin-top: -1em;
  height: 8em;
  color: #FFFFFF;
  overflow: scroll;
}

#merchant-directory-inner p {
  font-size: 0.7em;
  margin: 0px;
  padding: 2px;
}

#merchant-directory-fade-top {
  background: #fbb617;
  background: linear-gradient(180deg, #fbb617 0%, rgba(251, 182, 23, 0) 100%);
  height: 1em;
  top: 0px;
  position: relative;
}

#merchant-directory-fade-bottom {
  background: #fbb617;
  background: linear-gradient(0deg, #fbb617 0%, rgba(251, 182, 23, 0) 100%);
  height: 1em;
  top: -0.8em;
  position: relative;
}

#popup_content_select.retail #merchant-directory-fade-top {
  background: #f17090;
  background: linear-gradient(180deg, #f17090 0%, rgba(241, 112, 144, 0) 100%);
}

#popup_content_select.retail #merchant-directory-fade-bottom {
  background: #f17090;
  background: linear-gradient(0deg, #f17090 0%, rgba(241, 112, 144, 0) 100%);
}

#qr-canvas, #reward-qr-canvas {
  margin: auto;
  width: calc(100% - 20px);
  max-width: 400px;
}

select#countrycode, select#login-countrycode {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  border-radius: 0px;
  border: 0px;
  background-color: #FFFFFF;
}

input#signup-mobile-input, input#login-mobile-input {
  display: inline-block !important;
  width: calc(100% - 5em - 5px) !important;
  border: none;
  height: 37px;
}

button#btn-signup, button#btn-login {
  background: linear-gradient(90deg, #faf39a 0%, #efe089 2%, #dcc16c 5%, #cca654 8%, #c09242 12%, #b88435 16%, #b37c2d 22%, #b1792b 30%, #b88535 39%, #caa351 54%, #e8d57e 73%, #faf39a 84%, #fff 98%, #fff 100%);
  color: #fff;
  font-family: "Mark Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: none;
  padding: 8px 10px;
  line-height: 1.4em;
  font-size: 0.9rem;
  width: 100%;
  border-radius: 5px;
  border: 0px;
  margin-top: 20px;
}

#login_message {
  margin: 1em;
  text-align: center;
}

.submitting {
  display: none;
}

.message {
  font-size: 0.9em;
  margin: 10px auto;
  font-weight: 600;
  text-align: center;
}
.message a {
  /*color: #144F89;*/
  color: inherit;
  /*font-weight: bold;*/
}
.message.error#msg-error {
  color: #fff;
  width: fit-content;
  background: #cf3339;
  border-radius: 3px;
  padding: 0px 15px;
}
.message.error {
  color: #cf3339;
}

#container_bingo #bingo_header img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 0.3em auto;
}

#container_bingo #bingo_placeholder {
  text-align: center;
  margin: 1em auto;
}
#container_bingo #bingo_placeholder img {
  /* width: 300px; */
  height: auto;
  display: block;
  margin: 0 auto;
}
#container_bingo #bingo_placeholder #btn-getstarted {
  background-color: #FFD24F;
  color: #3A2178;
  margin-top: 0.5em;
  border-width: 0px;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 1em;
  text-decoration: none;
  border-radius: 5px;
}

#container_bingo #bingo_instructions {
  max-width: 500px;
  margin: 0 auto;
  font-size: 0.8rem;
}
#container_bingo #bingo_instructions div {
  border-radius: 10px;
  padding: 1em 2em;
  border: 2px solid #F04923;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0.5em;
}
#container_bingo #bingo_instructions div ul {
  padding-left: 20px;
}

#card_box_default {
  display: none;
}

#bingo_card {
  display: -ms-grid;
  display: grid;
  min-width: 300px;
  min-height: 300px;
  max-width: 400px;
  max-height: 400px;
  width: 90vw;
  height: 90vw;
  grid-template-columns: 33.3% 33.3% 33.3%;
  -ms-grid-columns: 33.3% 33.3% 33.3%;
  grid-template-columns: 33.3% 33.3% 33.3%;
  -ms-grid-rows: 33.3% 33.3% 33.3%;
  grid-template-rows: 33.3% 33.3% 33.3%;
  text-align: center;
  line-height: calc(300% / 3);
  margin: 10px auto 10px auto;
}
#bingo_card .card_box {
  display: grid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#bingo_card .card_box:focus .card-inner, #bingo_card .card_box:hover .card-inner {
  transform: translate(1px, 1px);
}
#bingo_card .card_box.disabled {
  opacity: 1;
  /*or 0.2 to fade out*/
}
#bingo_card .card_box.collectible {
  /*
  background-color: #FFD24F;
  border: 2px solid #8984B9;
  color: #3A2178;
  */
}
#bingo_card .card_box .card-inner {
  width: 92.5%;
  height: 92.5%;
  border-radius: 15%;
  background-image: url("/assets/images/afp/stampcard/icons/icon-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#bingo_card .card_box .card-inner.alt {
  background-image: url("/assets/images/afp/stampcard/icons/icon-bg-alt.png");
}
#bingo_card .card_box .card-inner.status {
  background: transparent;
}
#bingo_card .card_box .card-inner * {
  display: block;
  margin: 0 5px;
}
#bingo_card .card_box .card-inner p {
  display: none;
  font-size: 0.65rem;
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (max-width: 420px) {
  #bingo_card .card_box .card-inner p {
    font-size: 2.3vw;
  }
}
#bingo_card .card_box .card-inner img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

#container_prizes {
  display: block;
  min-height: 500px;
  overflow-y: auto;
  height: auto;
  line-height: 20px;
  padding: 20px;
  font-size: 0.9rem;
  color: #FFD24f;
}
#container_prizes p {
  margin-bottom: 0.5em;
}
#container_prizes li {
  color: #FFF;
  font-size: 0.8rem;
}

.prize_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75% 25%;
  grid-template-columns: 75% 25%;
  font-size: 14px;
  /* height: 52px; */
  line-height: 16px;
  margin: 1px 0px;
  /* padding: 10px; */
  margin-bottom: 0.5em;
  border: 1px solid #8081B9;
  border-radius: 5px;
  background-color: #FFF;
  color: #3A2178;
}
.prize_container.disabled {
  color: #8B8CBE;
  background-color: #534C84;
}
.prize_container .prize_descriptor {
  padding: 1em;
}
.prize_container prize_collect {
  text-align: right;
  display: flex;
}

button {
  transition: 0.3s ease;
}
button:focus, button:hover {
  outline: none;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.9;
}
button a {
  text-decoration: none;
}
button.btn-collect.disabled {
  display: none;
}
button.btn-collect.claimable {
  font-size: 16px;
  line-height: 32px;
  background-color: #FFD24F;
  border: 0px;
  color: #3A2178;
  cursor: pointer;
  width: 100%;
  border-radius: 0 5px 5px 0;
}

button.btn-restart {
  font-size: 12px;
  line-height: 32px;
  background-color: #FFD24F;
  border: 0px;
  color: #3A2178;
  cursor: pointer;
  width: 100%;
  border-radius: 0 5px 5px 0;
}

span.btn_close {
  padding: 20px 30px;
  font-size: 2em;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: RGBA(0, 0, 0, 0.8);
  z-index: 3;
}

.voucher_card-scratchcard {
  display: none;
}
.voucher_card-scratchcard .scratch-container {
  border: 0px;
  position: relative;
  width: calc(100% - 20px);
  max-width: 330px;
  height: 200px;
  margin: 10px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
}
.voucher_card-scratchcard .scratch-header {
  color: #095B92;
  padding: 10px;
}
.voucher_card-scratchcard .scratch-canvas {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
}
.voucher_card-scratchcard .scratch-result {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.25);
}
.voucher_card-scratchcard .scratch-result .scratch-result-text {
  text-align: center;
  background: linear-gradient(90deg, #faf39a 0%, #efe089 2%, #dcc16c 5%, #cca654 8%, #c09242 12%, #b88435 16%, #b37c2d 22%, #b1792b 30%, #b88535 39%, #caa351 54%, #e8d57e 73%, #faf39a 84%, #fff 98%, #fff 100%);
  border-radius: 5px;
  z-index: 1;
  padding: 10px;
  color: #0008;
  width: 100%;
}
.voucher_card-scratchcard .scratch-result .scratch-result-text h5 {
  margin: 0 auto;
}
.voucher_card-scratchcard .scratch-result .scratch-result-text input {
  background: transparent;
  margin: 0;
  color: #fff;
  text-align: center;
  display: inline;
  font-size: 1.7em;
  padding: 0;
  margin: 0;
  border: 0;
  width: 200px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #00000080;
}
.voucher_card-scratchcard .scratch-result img {
  height: 85%;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.voucher_card-scratchcard .scratch-result img.full {
  height: 100%;
}

input.codebox, input[type=number] {
  height: 40px !important;
  width: 40px !important;
  margin: 3px;
  padding: 5px !important;
  font-size: 18px !important;
  text-align: center;
  border: 1px solid #3A2178;
  font-weight: 800 !important;
  max-width: calc( 11vw );
}

form#form-verification input#amount-spent {
  height: 40px;
  width: 100%;
  margin: 3px 3px 3px 0px;
  padding: 5px;
  text-align: left;
  border: 1px solid #3A2178;
  border-radius: 0 4px 4px 0;
}

input[type=number] {
  height: 45px;
  width: 45px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #000000;
}

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

#palette {
  position: fixed;
  top: calc(100vh - 200px);
  left: 0px;
  height: 150px;
  line-height: 150px;
  width: 100vw;
  z-index: 1;
}

.fab {
  padding: 0px;
  text-align: center;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  -webkit-animation: countdown 60s linear infinite forwards;
  animation: countdown 60s linear infinite forwards;
}

@-webkit-keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
.fab:active {
  -webkit-box-shadow: 0 6px 14px 0 #666;
  box-shadow: 0 6px 14px 0 #666;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.fab i {
  position: relative;
  top: 0px;
  left: 0px;
}

#message-pop-container {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: RGBA(0, 0, 0, 0.5);
}

#message-pop-inner {
  z-index: 100001;
  width: calc(100% - 50px);
  min-height: calc(95vh - 50px);
  max-height: calc(95vh - 50px);
  margin: 25px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}

#message-pop-text {
  min-height: 200px;
  margin-top: 50px;
  text-align: center;
}

img#message-pop-image {
  width: 100%;
}

img.popup_brand_logo {
  display: block;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.popup_content {
  width: 90%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 768px;
  padding: 20px 5%;
  border-radius: 15px;
  margin-top: calc(15vh - 25px );
  margin-bottom: 200px;
  margin-top: calc(15vh - 25px );
  background: linear-gradient(215deg, #103356 0%, #135895 40%, #1d6fa6 50%, #135895 60%, #103356);
  color: #fff;
  background-size: cover;
}
.popup_content .masthead_img_popup {
  height: 150px;
  width: 100%;
  object-fit: contain;
}

/* MYTOWN STYLE POPUP */
.popup_content.offset_mast .offset_mast_img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}

#popup_content_validate {
  color: #222;
}

#popup_content_validate.cs, #popup_content_select.cs,
#popup_content_validate.retail, #popup_content_select.retail {
  background: linear-gradient(215deg, #103356 0%, #135895 40%, #1d6fa6 50%, #135895 60%, #103356);
  color: #fff;
  background-size: cover;
}

#popup_content_validate.fb .popup_brand_logo {
  background-image: url("/assets/images/afp/stampcard/brandlogo_blue.png");
  background-size: contain;
  min-height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}

#popup_content_validate.retail .popup_brand_logo {
  background-image: url("/assets/images/afp/stampcard/brandlogo.png");
  background-size: contain;
  min-height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}

#popup_content_validate.cs .popup_brand_logo {
  height: 80px !important;
}

#popup_content_validate.cs #select-merchant, #popup_content_validate.cs label, #popup_content_validate.cs .input-group-spending {
  display: none !important;
}

#popup_content_verify, #popup_content_membership, #popup_content_reward, #popup_content_receipt {
  background: linear-gradient(215deg, #103356 0%, #135895 40%, #1d6fa6 50%, #135895 60%, #103356);
  color: #fff;
  background-size: cover;
}

#slider_membership {
  display: inline-grid;
}

#popup_content_membership {
  grid-column: 1;
}

.member_id_guide_container {
  background: #416c85;
  background: linear-gradient(180deg, #416c85 0%, #3c768e 80px, #1db1c5 100%);
  color: #FFFFFF;
  min-width: 90vw;
  margin: 20px 20px;
}

.member_id_guide {
  grid-column: 1;
  height: 100%;
  min-height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

span.btn-move-membership-guide-next, span.btn-move-membership-guide-prev {
  cursor: pointer;
}

#popup_text {
  font-size: 0.8rem;
  max-height: 120px;
  overflow: auto;
}

#app_download_container {
  text-align: center;
}

img#logo {
  display: block;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

img#hr-icon {
  width: 30px;
  height: 30px;
  margin-left: calc(50% - 15px);
  margin-top: -25px;
}

p#popup_title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #3A2178;
}

p#popup_text {
  font-size: 0.8rem;
}

img#popup_image {
  /* width: 100%;
  height: 160px;
  background-size: cover !important;
  background-position: center center !important;
  margin-top: 15px; */
  width: 100%;
  margin-top: 15px;
}

#grid-icon-container {
  margin: 20px auto;
}

.retail #grid-icon-container, .fb #grid-icon-container {
  display: none;
  width: 25%;
}

.reward_image {
  margin: 10px auto;
  display: block;
  object-fit: contain;
  width: 100%;
  max-height: 500px;
  max-width: 500px;
}

.retail #grid-title-desc-container, .fb #grid-title-desc-container {
  display: inline-block;
  width: 90%;
  text-align: left;
  vertical-align: top;
  color: #222;
}

#grid-title-desc-container.reward {
  margin: 15px auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  width: 90%;
}

.cs label#grid-desc {
  text-align: left;
  font-weight: normal;
  font-size: 0.7em;
  margin: 0px 10px 10px 10px;
}

.cs label#grid-desc ol {
  list-style-position: outside;
}

/*grid-d*/
.social-buttons {
  color: #000;
  margin: 10px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.social-buttons a {
  display: flex;
  margin: 5px auto;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 8px 11px;
  text-decoration: none;
  align-items: center;
}

.social-buttons .fab {
  box-shadow: none;
  border-radius: 0;
}

.social-buttons span {
  font-size: 0.75rem;
  margin-left: 10px;
}

img#grid-icon {
  height: 60px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

#grid-title,
.reward_title {
  margin: 5px auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

#grid-desc,
.instruction_title {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}

select#select-merchant {
  display: block;
  font-size: 18px;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 5px;
}

select#select-merchant options {
  width: 100%;
  text-align: center;
}

#receipt-upload-container {
  display: block;
  width: 100%;
  box-sizing: content-box;
  text-align: center;
  display: block;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/*
.inputfile + label {
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0px;
    margin: 1em 0;
    text-align: center;
    color: #FFFFFF;
    background-color: #000;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

#btn-receipt, #btn-receipt-submit {
    font-size: 1em;
    font-weight: 700;
    padding: 10px 0px;
    margin: 1em 0;
    text-align: center;
    color: #FFFFFF;
    background-color: #000;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 0px;
    cursor: pointer;
}
 */
span.input_label {
  color: #666;
}

.popup_content input[type=text], .popup_content input[type=tel] {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 5px;
  border: 1px solid #e9e9e9;
}

button#btn_collect, button#btn_ok, button#close-message-pop {
  display: inline-block;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #428bca;
  font-size: 1.2em;
  padding: 10px;
  border: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

#use-voucher {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 768px;
  font-family: Arial, Helvetica, sans-serif;
}

#use-voucher #fully-redeemed {
  height: 100vh;
  position: relative;
}

#use-voucher #fully-redeemed .nomoreuse-container {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#use-voucher #voucher-redeem .top .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
}

#use-voucher #voucher-redeem .top .header img {
  max-height: 2.5em;
  max-width: 4.5em;
  -o-object-fit: contain;
  object-fit: contain;
}

#use-voucher #voucher-redeem .top .qr-code-container {
  text-align: center;
}

#use-voucher #voucher-redeem .top .qr-code-container img {
  width: 100%;
  height: 40vh;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

#use-voucher #voucher-redeem .top .voucher-serial-container {
  text-align: center;
}

#use-voucher #voucher-redeem .top .voucher-serial-container .voucher-serial {
  font-size: 1.1em;
}

#use-voucher #voucher-redeem .top .successful-use-container {
  display: none;
}

#use-voucher #voucher-redeem .top .countdown-container {
  margin-top: 1em;
  padding: 1em;
  background-color: #CCCCCC;
  text-align: center;
  font-size: 1em;
}

#use-voucher #voucher-redeem .top .retrybtn-container {
  margin-top: 1em;
  background-color: #ce0059;
  display: none;
  padding: 1em;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  cursor: pointer;
}

#use-voucher #voucher-redeem .information-container {
  overflow: scroll;
}

#use-voucher #voucher-redeem .information-container .voucher-content-container {
  padding: 1em;
}

#use-voucher #voucher-redeem .information-container .voucher-content-container .voucher-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.1em;
}

#use-voucher #voucher-redeem .information-container .voucher-content-container .voucher-location {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.1em;
}

#use-voucher #voucher-redeem .information-container .voucher-content-container .voucher-expiry-container {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
  color: #999999;
  font-weight: 600;
}

#use-voucher #voucher-redeem .information-container .voucher-content-container .voucher-content {
  font-size: 0.9em;
  white-space: pre-line;
}

#use-voucher #completed-dialog {
  width: 90%;
  height: 100%;
  background: #EEEEEE;
  z-index: 1000;
  margin: 0 auto;
}

#use-voucher #completed-dialog .completed-dialog-contents {
  text-align: center;
}

#use-voucher #completed-dialog .complete-icon {
  width: 130px;
  height: 130px;
  margin: auto;
}

#use-voucher #completed-dialog .complete-icon svg {
  width: 100%;
}

#use-voucher #completed-dialog .complete-icon svg polyline {
  fill: none;
  stroke: #3A2178;
  stroke-width: 40;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#use-voucher #completed-dialog .complete-icon svg polyline.check {
  stroke-dasharray: 430;
  -webkit-animation: check 1s ease-in;
  animation: check 1s ease-in;
}

#use-voucher #completed-dialog .complete-icon svg path {
  fill: none;
  stroke: #3A2178;
  stroke-width: 40;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#use-voucher #completed-dialog .complete-icon svg path.circle {
  stroke-dasharray: 1300;
  -webkit-animation: circle 1s ease-out;
  animation: circle 1s ease-out;
}

@keyframes circle {
  0%, 40% {
    stroke-dashoffset: 1300;
  }
  100% {
    stroke-dashoffset: 2600;
  }
}
@-webkit-keyframes circle {
  0%, 40% {
    stroke-dashoffset: 1300;
  }
  100% {
    stroke-dashoffset: 2600;
  }
}
@keyframes check {
  0% {
    stroke-dashoffset: 430;
  }
  40% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes check {
  0% {
    stroke-dashoffset: 430;
  }
  40% {
    stroke-dashoffset: 0;
  }
}
#redeem-voucher {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}

#redeem-voucher.shadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#redeem-voucher .voucher-details {
  width: 100%;
  height: 100%;
  max-width: 768px;
}

#redeem-voucher .voucher-details .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  max-width: 768px;
}

#redeem-voucher .voucher-details .header img {
  height: 2.5em;
}

#redeem-voucher .voucher-details .voucher-image-container {
  padding-top: calc(1.6em * 2 + 1.5em);
  width: 100%;
}

#redeem-voucher .voucher-details .voucher-image-container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#redeem-voucher .voucher-details .voucher-description {
  width: 100%;
}

#redeem-voucher .voucher-details .voucher-description .voucher-content-container {
  padding: 1em;
}

#redeem-voucher .voucher-details .voucher-description .voucher-content-container .voucher-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.1em;
}

#redeem-voucher .voucher-details .voucher-description .voucher-content-container .voucher-location {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.1em;
}

#redeem-voucher .voucher-details .voucher-description .voucher-content-container .voucher-expiry-container {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
  color: #999999;
  font-weight: 600;
}

#redeem-voucher .voucher-details .voucher-description .voucher-content-container .voucher-content {
  font-size: 0.9em;
  white-space: pre-line;
}

#redeem-voucher .voucher-details .voucher-description .spacer {
  height: calc(0.8em + 1.1em + 1rem + 0.3em + 0.5em + 1rem + 0.6em * 2 + 1rem);
}

#redeem-voucher #country-code-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 900;
}

#redeem-voucher #country-code-modal #options-container {
  height: 90%;
  width: 80%;
  max-height: 600px;
  max-width: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid black;
}

#redeem-voucher #country-code-modal #options-container .option {
  padding: 1em;
  border-bottom: 1px solid black;
  font-size: 14px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#redeem-voucher #country-code-modal #options-container .option:last-child {
  border-bottom-width: 0px;
}

#redeem-voucher #country-code-modal #options-container .option .country-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#redeem-voucher #country-code-modal #options-container .option .country-code {
  color: #ADADAD;
}

#redeem-voucher #country-code-modal #options-container .option .country-code:before {
  content: "+";
}

/* POPUP GENERAL STYLES */
.popup {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  background-color: RGBA(0, 0, 0, 0.8);
  padding: 20px;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

#popup_fullscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: auto;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
  z-index: 10000;
}

#fullscreen-container {
  width: 100%;
}

span#fullscreen-close {
  z-index: 10001;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  float: right;
  background-color: #666;
  color: #FFFFFF;
  font-family: "Arial";
  text-align: center;
  cursor: pointer;
}

.popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}

.popup label {
  display: flex;
}

.popup select {
  display: block;
  font-size: 0.8em;
  min-width: 90%;
  border: 1px solid #e9e9e9;
  padding: 5px;
  background: #FFFFFF;
}

.popup form .form-group-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  width: 100%;
}

.popup .form-group-container .message-container {
  width: 100%;
  text-align: center;
}

.popup form .form-group-container .message-container .notice {
  margin-bottom: 1em;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.popup form .form-group-container .message-container .message {
  margin: 0.5em 0;
  font-size: 0.8rem;
  text-align: center;
}

.popup form .form-group-container .message-container .message a {
  color: #3A2178;
}

.popup .form-group-container .message-container .message.error,
.message.error-f {
  color: #cf3339;
}

.status_item {
  display: none;
}
.status_item.show {
  display: block;
}

.popup .form-group-container .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
}
.popup .form-group-container .input-group .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .form-group-container label {
  text-align: left;
  font-size: 0.75rem;
  margin: 5px 0 0;
  /*font-weight: 600;*/
}
.popup .form-group-container input, .popup .form-group-container select {
  padding: 0 0.8em;
  box-sizing: border-box;
  height: 35px;
  background: #fff;
  color: #222;
  border: 0px;
  border-radius: 5px;
  font-size: 0.9em;
  line-height: 1.2em;
  width: 100%;
  margin: 0 auto 5px;
}

.receipt-feedback-container {
  margin: 15px auto;
  display: block;
}
.receipt-feedback-container .receipt-feedback-component {
  background-color: #2b96af;
  border-radius: 1em;
  color: #fff;
  font-size: 0.8em;
  height: 1.6em;
  line-height: 1.6em;
  padding: 0 0.6em 0 0.3em;
  text-align: left;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  margin: 4px;
  font-size: 11.5px;
}
.receipt-feedback-container .receipt-feedback-component i {
  width: 12px;
  display: inline-block;
}
.receipt-feedback-container .receipt-feedback-component span {
  text-align: center;
  display: inline-block;
}
.receipt-feedback-container .receipt-feedback-component.invalid {
  background-color: #e9e9e9;
  color: #000000;
}
.receipt-feedback-container .receipt-feedback-component.invalid i {
  color: red;
}
.receipt-feedback-container .receipt-feedback-component.invalid i[state=valid] {
  display: none;
}
.receipt-feedback-container .receipt-feedback-component.invalid i[state=invalid] {
  display: inline-block;
}
.receipt-feedback-container .receipt-feedback-component.valid i[state=invalid] {
  display: none;
}
.receipt-feedback-container .receipt-feedback-component.valid i[state=valid] {
  display: inline-block;
}

input#input-membership {
  width: 100%;
}

.popup form .form-group-container input.error {
  border: 1px solid #cf3339;
}

.popup .form-group-container .form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.3em;
  text-align: center;
}

.popup form .form-group-container .form-bottom .input-group-email input {
  border-radius: 4px;
  width: 100%;
}

.popup form .form-group-container .form-top {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.popup form .form-group-container .form-top .input-group-mobile .input-group-prepend {
  position: relative;
  background-color: #FAFAFA;
  border: 1px solid #8984B9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 0.5em;
  font-size: 0.8rem;
}

.popup form .form-group-container .form-top .input-group-mobile .input-group-prepend span:before {
  content: "+";
}

.popup form .form-group-container .form-top .input-group-mobile input {
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.popup form .form-group-container .form-top .input-group-name {
  margin-right: 0.4em;
  -webkit-box-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

.popup form .form-group-container .form-top .input-group-name input {
  border-radius: 4px;
  width: 100%;
}

.popup form .form-group-container .form-top .input-group-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 300px;
  margin: 10px auto;
}

.popup form .form-group-container .form-top .input-group-spending {
  align-items: center;
}

.popup form .form-group-container .form-top .input-group-spending label {
  margin-right: 10px;
}

.popup form .form-group-container .form-top .input-group-spending .input-group-prepend {
  /* height: 40px; */
  margin: 3px 0px 3px 0px;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #000000;
  border-radius: 4px 0 0 4px;
  border-right-width: 0px;
  color: #000000;
}

.popup form .submitting {
  display: none;
  margin-left: 0.8em;
  /*background-color: #3A2178;*/
  color: #FFFFFF;
  border-width: 0px;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75em 1em;
  text-decoration: none;
  /* font-weight: 600; */
  border-radius: 5px;
}

.btn-wrap {
  margin: 20px auto;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

#btn-validate, #btn-verify, #btn-camera, #btn-reward-camera, #btn-close-qr, #btn-reward-close-qr, #btn-claimprize, #btn-screenshot,
.btn-primary, .btn-secondary, .inputfile + label {
  width: 100%;
  /*max-width: 250px;*/
  font-size: 0.85rem !important;
  font-weight: bold !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-decoration: none;
  border-radius: 5px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /*height: 35px;*/
  padding: 8px 25px;
  margin: 0.25em auto 0.5em !important;
  text-align: center !important;
  transition: 0.3s ease;
  white-space: nowrap;
  font-family: "Mark Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary {
  background: linear-gradient(90deg, #faf39a 0%, #efe089 2%, #dcc16c 5%, #cca654 8%, #c09242 12%, #b88435 16%, #b37c2d 22%, #b1792b 30%, #b88535 39%, #caa351 54%, #e8d57e 73%, #faf39a 84%, #fff 98%, #fff 100%);
  color: #fff;
  font-family: "Mark Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: none;
}
.btn-primary[disabled], .btn-primary.disabled {
  background: #989898;
  cursor: default;
}
.btn-primary[disabled]:hover, .btn-primary.disabled:hover {
  opacity: 1;
}

.popup .form-group-container label.inputfile-label {
  display: inline-block;
}

.btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary:hover, .btn-secondary:hover,
.btn-primary:focus, .btn-secondary:focus {
  opacity: 0.9;
}

.show-help-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-help-wrap .show-help {
  font-size: 9px;
  font-weight: 700;
  margin: 0 10px;
  width: 17px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.show-help-wrap .show-help i.far {
  font-size: 20px;
  margin-bottom: 2px;
}

.help_group {
  margin: 20px auto;
  max-width: 350px;
  width: 95%;
}
.help_group-title {
  margin: 0px auto;
}
.help_group-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.help_group-wrap img {
  width: 100%;
  margin: 5px auto;
}
.help_group-hide {
  font-size: 12px;
}

#twofa-retry {
  text-align: center;
  background-color: transparent;
  width: 80%;
  border-width: 0px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5em 1em;
  margin-top: 0.2em;
  text-decoration: none;
}
#twofa-retry.active {
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s ease;
}
#twofa-retry.active:hover {
  opacity: 0.9;
}

#btn-member {
  background-color: #144F89;
  width: 80%;
  color: #FFFFFF;
  border-width: 0px;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin-top: 1em;
  text-decoration: none;
  border-radius: 5px;
}

/* sign up */
#popup_signup {
  overflow: auto;
  background-color: #3A2178;
}
#popup_signup .logo-container {
  background: #FFF;
  padding: 10px;
}
#popup_signup .popup_content {
  /*background-color: #3A2178;*/
  margin: 0 auto;
  width: 100%;
}
#popup_signup .popup_content .popup-inner {
  margin: 0 auto;
  height: 100%;
}
#popup_signup .popup_content .popup-inner .info-date {
  color: #FFD24F;
  text-align: center;
  margin-top: 1em;
}
#popup_signup .popup_content .popup-inner #popup-getstarted {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: auto;
  margin: auto;
  display: block;
}
#popup_signup .popup_content .popup-inner form {
  margin-top: 10px;
}
#popup_signup .popup_content .popup-inner .form-group-container {
  padding: 0 1em;
}

#popup_signup .popup_content .popup-inner .form-group-container .notice {
  color: #FFF;
  font-size: 0.8rem;
}

#popup_signup .popup_content .popup-inner .form-group-container .notice.error {
  color: #F04923;
}

#popup_signup .popup_content .popup-inner #btn-signup {
  background-color: #FFD24F;
  color: #3A2178;
}

#popup_signup .popup_content .popup-inner .message-container {
  margin-top: 1em;
}

#popup_signup .popup_content .popup-inner .message-container .message {
  color: #FFF;
}

#popup_signup .popup_content .popup-inner .message-container .message a {
  color: #FFD24F;
}

#popup_validate {
  overflow: auto;
}

#popup_validate #grid-desc {
  margin: 20px 30px;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4em;
}

/* Claim prize */
.popup#popup_claimprize {
  overflow: auto;
}

.popup#popup_claimprize .popup_content {
  overflow: auto;
}

.popup#popup_claimprize .popup_content #form-claim {
  position: fixed;
  bottom: 0;
  left: 50%;
  padding: 1em;
  background-color: #8984B9;
  margin-bottom: 0em;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 90%;
  max-width: 768px;
}

.popup#popup_claimprize .popup_content #form-claim .notice {
  color: #FFF;
  margin-bottom: 0.5em;
}

.popup#popup_claimprize .popup_content #form-claim #btn-submit {
  background-color: #FFD24F;
  width: 100%;
  color: #3A2178;
}

.popup#popup_claimprize #popup_text {
  max-height: none;
  padding-bottom: 1em;
}

.popup#popup_signup form .form-group-container .form-top {
  font-size: 0.9rem;
  display: block;
  width: 100%;
}

.popup#popup_signup form .form-group-container .form-top .input-group {
  margin-bottom: 0.5em;
}

.bingo-banner {
  width: 100%;
  min-width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#bingo-reward-img {
  display: inline-block;
  width: 30%;
  min-height: 5em;
  min-width: 30%;
  background: url("/assets/images/afp/stampcard/icons/reward.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#bingo-reward-text {
  display: inline-block;
  width: 65%;
  min-height: 5em;
  color: #FFFFFF;
  font-size: 0.8em;
  text-align: left;
}

/* HOW IT WORKS */
.how_it_works {
  padding: 10px 20px !important;
  background: #f3c302;
  color: #000;
  border-radius: 10px;
}

.how_it_works_title {
  text-align: center;
}

.how_it_works_text {
  font-size: 0.8rem;
  padding-left: 15px;
}

.how_it_works_text li {
  margin-bottom: 15px;
}

.how_to_collect {
  padding: 10px 20px !important;
  background: #fffe;
  color: #000;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.how_to_collect img {
  max-width: 250px;
  width: 100%;
}

/* social media share*/
.social-share {
  text-align: center;
  margin: 50px auto;
}
.social-share a {
  border-radius: 50%;
  background: #000000;
  width: 35px;
  height: 35px;
  color: #ffffff;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 0px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.social-share a:hover, .social-share a:target {
  box-shadow: none;
}
.social-share i {
  box-shadow: none !important;
}

.contact_us.footer_item p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact_us p {
  margin-top: 0px;
  margin-bottom: 3px;
}
.contact_us p.mb-1 {
  margin-bottom: 15px;
}
.contact_us p i {
  margin-right: 5px;
}

/* FOOTER */
.footer {
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
  margin: 100px auto 0;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  white-space: nowrap;
  padding: 10px 0;
}
.footer .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}
.footer .container > div {
  width: calc(100% / 3) !important;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .container > div:first-child {
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 15px;
  padding-left: 20px;
}
.footer .container > div:last-child {
  justify-content: flex-end;
  align-self: flex-start;
  margin-top: 15px;
  padding-right: 20px;
}
.footer .container .fab {
  font-size: 2em;
  margin: 0 10px;
}
.footer .container.space-between {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
  }
  .footer .container > div, .footer .container > div:first-child, .footer .container > div:last-child {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .left {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}
.footer .right {
  display: inline-flex;
  justify-self: right;
  margin-right: 10px;
}
.footer span {
  margin: 0 5px;
  display: inline;
  justify-content: center;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer span {
    text-align: center;
  }
}
.footer span a, .footer span a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer span a:hover {
  opacity: 0.9;
}
.footer .skale {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 5px;
}

#debug {
  /* display: none; */
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 20vh;
}
#debug #result {
  width: 100%;
  height: 240px;
}

.loading-content {
  color: white;
}
.loading-content .spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  vertical-align: text-bottom;
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-border {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.legacy-content {
  display: none !important;
}

#status_rewards, #status_cards,
#leaderboard_cards, #recent_cards {
  width: 100%;
  margin: 0 auto;
}
#status_rewards .message, #status_cards .message,
#leaderboard_cards .message, #recent_cards .message {
  font-size: 2.5em;
  opacity: 0.5;
  color: #fff;
  font-weight: bold;
  margin: 50px auto;
}

.status_reward, .status_card {
  margin: 0 auto 10px;
  display: flex;
  width: 100%;
  justify-content: start;
  background: #ffffffee;
  border-radius: 5px;
  overflow: hidden;
}
.status_reward[card_id=template], .status_card[card_id=template] {
  display: none;
}
.status_reward-img, .status_card-img {
  width: calc(100%/3);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status_reward-img img, .status_card-img img {
  object-fit: contain;
  width: 90%;
  height: 75px;
}
.status_reward-content, .status_card-content {
  text-align: center;
  width: calc(100%/3);
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.status_reward-content-item h4, .status_reward-content-item span, .status_reward-content-item small, .status_card-content-item h4, .status_card-content-item span, .status_card-content-item small {
  margin: 5px auto !important;
  color: #000 !important;
}
.status_reward-cta, .status_card-cta {
  width: calc(100%/3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.status_reward-cta a, .status_card-cta a {
  text-decoration: none;
  color: #000;
  background: #f1b841;
  border: 0;
  border-radius: 5px;
  width: calc(100% - 30px);
  height: calc(100% - 15px);
  max-width: 200px;
  max-height: 40px;
  font-size: 1em;
  font-weight: bold;
  justify-content: center;
  display: flex;
  align-items: center;
}

.status_reward-content {
  width: calc(100%/3*2);
}

.leaderboard_card, .recent_card {
  margin: 0 auto 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #ffffffee;
  border-radius: 5px;
  overflow: hidden;
}
.leaderboard_card[card_id=template], .recent_card[card_id=template] {
  display: none;
}
.leaderboard_card-img, .recent_card-img {
  margin: 15px;
  width: 50px;
  height: 50px;
  text-shadow: 0px 0px 2px #1033565e;
  background: #1033560d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.leaderboard_card-img img, .recent_card-img img {
  object-fit: contain;
  width: 100%;
}
.leaderboard_card-content, .recent_card-content {
  text-align: left;
  width: calc(100% - 70px);
  color: #000;
  justify-content: center;
  align-items: start;
  display: flex;
  flex-direction: column;
}
.leaderboard_card-content-item, .recent_card-content-item {
  text-align: left;
}
.leaderboard_card-content-item h4, .leaderboard_card-content-item span, .leaderboard_card-content-item small, .recent_card-content-item h4, .recent_card-content-item span, .recent_card-content-item small {
  margin: 5px auto !important;
  color: #000 !important;
}
.leaderboard_card-medal, .recent_card-medal {
  display: none;
  margin: 15px;
  width: 35px;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-weight: 900;
}
.leaderboard_card-medal.hidden img, .recent_card-medal.hidden img {
  display: none;
}
.leaderboard_card-medal img, .recent_card-medal img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.leaderboard_card:nth-child(1) .leaderboard_card-medal, .recent_card:nth-child(1) .leaderboard_card-medal {
  background: url("/assets/images/afp/stampcard/medal_1.svg") no-repeat 50% 50%;
  background-size: contain;
}
.leaderboard_card:nth-child(2) .leaderboard_card-medal, .recent_card:nth-child(2) .leaderboard_card-medal {
  background: url("/assets/images/afp/stampcard/medal_2.svg") no-repeat 50% 50%;
  background-size: contain;
}
.leaderboard_card:nth-child(3) .leaderboard_card-medal, .recent_card:nth-child(3) .leaderboard_card-medal {
  background: url("/assets/images/afp/stampcard/medal_3.svg") no-repeat 50% 50%;
  background-size: contain;
}

.recent_card-content {
  text-align: left;
  width: calc(100% - 60px - (100%/3));
}
.recent_card-reward {
  width: calc(100%/3);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recent_card-reward img {
  object-fit: contain;
  width: 90%;
  height: 75px;
}

.tabs-list {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
  transition: 0.3s ease;
}
.tabs-list.leaderboard_page {
  font-size: 1.2em;
  font-weight: 700;
  margin: 50px auto 25px;
}
.tabs-list.leaderboard_page li {
  padding: 10px 20px;
  margin: 0 20px;
}
.tabs-list.receipt_example {
  font-size: 0.8em;
  font-weight: 700;
  margin: 10px auto;
}
.tabs-list.receipt_example li {
  font-size: 12px;
  padding: 5px;
  margin: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.tabs-list li {
  border-bottom: 2px solid transparent;
}
.tabs-list li:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}
.tabs-list li.active {
  border-bottom: 2px solid white;
  transition: 0.3s ease;
}
.tabs-list li.active:hover {
  opacity: 1;
}
.tabs-list a {
  text-decoration: none;
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}

#install-toast {
  position: sticky;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 17, 33, 0.9);
  color: #fff;
  font-size: 0.8rem;
  width: 100%;
}
#install-toast > .d-flex {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#install-toast > .d-flex > .d-flex {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
}
#install-toast .close {
  background: none;
  border: none;
  color: #fff;
  opacity: 1;
  font-size: 1.5em;
  justify-content: center;
  align-items: center;
}
#install-toast .toast-text {
  margin-right: 10px;
}
#install-toast .toast-text .toast-title {
  font-size: 1rem;
  font-weight: bold;
}
#install-toast #install-app {
  color: #000;
  display: inline-flex;
  justify-self: end;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #faf39a 0%, #efe089 2%, #dcc16c 5%, #cca654 8%, #c09242 12%, #b88435 16%, #b37c2d 22%, #b1792b 30%, #b88535 39%, #caa351 54%, #e8d57e 73%, #faf39a 84%, #fff 98%, #fff 100%);
  border-radius: 20px;
  padding: 8px 15px;
  margin: 5px;
}
#install-toast #install-app .mr-2 {
  margin-right: 5px;
}

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