@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap");
@font-face {
  font-family: 'Futura';
  src: url(/fonts/FuturaMediumBT.woff?303d918d0daf475a8eb82d05a7cdc04f) format("WOFF");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'futurabold';
  src: url(/fonts/futurabold-webfont.woff2?190cc742fc02469b5b89950ff4e23f7c) format("woff2"), url(/fonts/futurabold-webfont.woff?5d143ef80630635ec662137c5267bce5) format("woff"), url(/fonts/FuturaBold.ttf?4c62644b159530ff6214336f8cfb1d32) format("truetype");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.3px;
}

body {
  text-rendering: optimizeLegibility;
  background-color: #FBFBFB;
  color: #000;
  font-family: "Nunito", "Futura", "Nunito", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3 {
  font-family: "Nunito", "Futura", "Nunito", Helvetica, Arial, sans-serif;
  color: #03237F;
}

h4,
h5,
h6 {
  font-family: "Nunito", "Futura", "Nunito", Helvetica, Arial, sans-serif;
  color: #000;
}

a {
  color: #000;
}

.color-white {
  color: #000;
}

.color-white b {
  color: #f5ca3c;
}

.container {
  padding: 0;
}

.navbar {
  margin-bottom: 0 !important;
}

.navbar .navbar-brand {
  color: #fff;
  max-width: 60%;
  height: inherit;
  padding-bottom: 0;
  padding-top: 0;
}

.navbar .navbar-brand img {
  max-height: 80px;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler .menu-bar {
  display: block;
  width: 25px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
}

.navbar .navbar-toggler .menu-bar:last-child {
  margin-bottom: 0px;
}

.navbar .navbar-nav .nav-link {
  margin: 0;
}

.navbar .navbar-nav .nav-item {
  color: #fff;
  margin: 2px 0;
  padding: 0 16px;
}

.navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item:focus {
  text-decoration: underline;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.navbar .navbar-nav a {
  color: inherit;
}

.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error, .err-item {
  color: red;
}

#register_page {
  background-color: #03237F;
  color: #fff;
  padding: 1rem;
}

#register_page .form .form-group {
  font-size: 14px !important;
}

#register_page .form .form-control {
  height: 35px;
}

#register_page .form .form-control, #register_page .form .input-group-text {
  font-size: 14px;
}

#register_page .form input {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#register_page .form .form-check .form-text {
  margin-left: -1.25rem;
}

#register_page .form .form-check .form-check-label {
  font-size: 14px;
}

#register_page .form .form-group .select2 span {
  height: 35px;
  line-height: 35px;
  border-radius: 0.25rem 0 0 0.25rem;
  border-color: #ced4da;
}

#register_page .form a {
  color: inherit;
  text-decoration: underline;
}

#register_page .form button[type="submit"] {
  background-color: #000;
  color: #fff;
}

#register_page .button-container {
  text-align: center;
  margin-top: 1em;
}

#register_page #register-modal-countrycode {
  cursor: pointer;
}

#register_page #register-modal-submit {
  background-color: #000;
  color: #fff;
}

.ui-loader {
  display: none;
}

#usemy_vouchers .voucher_card-claimable {
  background-color: #00FF00;
  color: #000;
}

.voucher_single-claimable {
  background-color: #CF9AD8 !important;
  color: #fff !important;
}

#header {
  background: #03237F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#header a {
  color: #fff;
}

.search-input {
  max-width: 300px;
  width: 100%;
  text-align: center;
  border-radius: 10px 10px;
  height: 30px;
  border: 0;
  color: #000;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}

.search-input input {
  width: 100%;
  border: 0;
  margin-left: 10px;
}

.search-input i {
  color: white;
  vertical-align: middle;
}

.search-input button {
  margin: auto;
  width: 45px;
  height: 100%;
  background: #2b96af;
  margin: auto;
  text-align: center;
  right: 0;
  margin-right: -10px;
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 576px) {
  .search-input {
    width: 100%;
  }
}

#content_div {
  color: initial;
  min-height: 100vh;
}

placeholder {
  color: #757575;
}

footer {
  font-size: .8rem;
  color: #fff;
  padding: 2px;
  line-height: 1.2;
  background-color: #03237F;
}

footer b {
  color: #f5ca3c;
}

@media screen and (max-width: 575px) {
  footer {
    padding: 0;
    font-size: 9px;
  }
  footer .img-fluid {
    width: 50px !important;
  }
}

@media screen and (max-width: 575px) {
  .m-sm-auto {
    margin: auto !important;
  }
}

@media (max-width: 400px) {
  .select2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar:before,
.navbar:after {
  content: none !important;
  display: none !important;
}

@media screen and (max-width: 576px) {
  .search-input {
    max-width: 100%;
  }
}

@media screen and (width: 576px) {
  .header-left-div {
    width: 100%;
  }
}

#content_div .container {
  padding: 0px 15px;
  overflow: hidden;
}

#content_div .container .content-section {
  margin-top: 20px;
}

#content_div .container-flash-promo, #content_div .container-category, #content_div .container-my-wallet, #content_div .container-vc-filtering {
  min-height: 200px;
}

#content_div .container-flash-promo .btn-container, #content_div .container-category .btn-container, #content_div .container-my-wallet .btn-container, #content_div .container-vc-filtering .btn-container {
  margin-top: 10px;
}

#content_div .container-flash-promo .no-item, #content_div .container-flash-promo .err-item, #content_div .container-category .no-item, #content_div .container-category .err-item, #content_div .container-my-wallet .no-item, #content_div .container-my-wallet .err-item, #content_div .container-vc-filtering .no-item, #content_div .container-vc-filtering .err-item {
  margin-top: calc($min-height / 2 - 5px);
}

a label {
  cursor: pointer;
}

.header-title {
  color: #000;
  font-weight: 800;
  font-size: 1.4em;
  text-transform: inherit;
}

.sub-header-title {
  margin-bottom: 10px;
}

.sub-header-title label {
  color: #565b6c;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 600;
}

.sub-header-title .timer .num {
  background: #565b6c;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  margin: 0 2px;
  min-width: 2.75rem;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}

.promocard {
  border-radius: 15px;
}

.promocard:not(last-child) {
  margin-bottom: 10px;
}

.promocard a {
  color: inherit;
}

.promocard a:hover, .promocard a:active, .promocard a:visited {
  text-decoration: underline;
}

.promocard .promocard_wrapper {
  margin: 0px 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 5px rgba(2, 15, 32, 0.15);
          box-shadow: 0 1px 5px rgba(2, 15, 32, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  z-index: 0;
}

.promocard .promocard_wrapper .imageblur {
  overflow: hidden;
  position: relative;
}

.promocard .promocard_wrapper .imageblur .imageblur-blur, .promocard .promocard_wrapper .imageblur .imageblur-main {
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
}

.promocard .promocard_wrapper .imageblur .imageblur-main {
  background-size: contain;
  padding-top: 100%;
  position: relative;
  z-index: 1;
}

.promocard .promocard_wrapper .imageblur .imageblur-blur {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  display: block;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  height: 100%;
  left: 50%;
  overflow: hidden;
  -webkit-perspective: none;
  perspective: none;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.25) translateZ(0);
  -webkit-transform: translate(-50%, -50%) scale(1.25) translateZ(0);
  z-index: 0;
  position: absolute;
}

.promocard .promocard_wrapper .promocard_copy {
  margin-top: 10px;
  margin-bottom: 5px;
}

.promocard .promocard_wrapper .promocard_copy .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.promocard .promocard_wrapper .promocard_copy label {
  display: block;
  min-height: 20px;
}

.promocard .promocard_wrapper .promocard_copy .promocard_copy_title {
  font-weight: 800;
  font-size: 1em;
  -webkit-line-clamp: 3;
}

.promocard .promocard_wrapper .promocard_copy .promocard_copy_detail {
  font-size: 0.7em;
  -webkit-line-clamp: 5;
}

.promocard .promocard_wrapper div:not(.promocard_cta_container) {
  padding: 0px 5px;
}

.promocard .promocard_wrapper div.promocard_tnc .promocard_copy_tnc, .promocard .promocard_wrapper div.promocard_tnc label.promocard_expiry_date_label, .promocard .promocard_wrapper div.promocard_expiry_date .promocard_copy_tnc, .promocard .promocard_wrapper div.promocard_expiry_date label.promocard_expiry_date_label {
  min-height: 15px;
  margin-bottom: 5px;
}

.promocard .promocard_wrapper div.promocard_tnc .promocard_copy_tnc, .promocard .promocard_wrapper div.promocard_expiry_date .promocard_copy_tnc {
  font-size: 0.7em;
}

.promocard .promocard_wrapper div.promocard_tnc label.promocard_expiry_date_label, .promocard .promocard_wrapper div.promocard_expiry_date label.promocard_expiry_date_label {
  font-size: 0.8em;
}

.promocard_cta_container .promocard_cta {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  overflow: hidden;
  border: 0;
  padding: 5px;
  font-weight: 800;
  min-height: 33px;
}

.promocard_cta_container .promocard_cta:hover, .promocard_cta_container .promocard_cta:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.promocard_cta_container .claimable {
  background-color: #CF9AD8;
  color: #fff;
}

.promocard_cta_container .unclaimable {
  background-color: grey;
  color: #D9D9D9;
  cursor: not-allowed;
}

.promocard_cta_container .redeem {
  background: -webkit-gradient(linear, left top, right top, from(#ff4d67), to(#fa6448));
  background: linear-gradient(90deg, #ff4d67, #fa6448);
  color: #fff;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: auto;
  margin-bottom: 10px;
}

.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-container .swiper-slide {
  text-align: center;
  height: 90px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
  border-bottom: 2px solid #ededed;
  color: #a0aaae;
}

.swiper-container .swiper-slide .main-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin: 10px auto;
  width: 30px;
  position: absolute;
}

.swiper-container .swiper-slide label {
  display: block;
  margin-top: 65px;
  font-size: .65rem;
}

.swiper-container .swiper-slide.selected {
  color: #03237F;
  border-bottom: 2px solid #03237F;
}

.swiper-container .swiper-slide.selected .main-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

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

.modal-header .close {
  margin: 0;
  position: absolute;
  right: 0;
  font-size: 1.8rem;
}

.modal-content {
  border-radius: 30px;
}

#register-modal .modal-body, #use_voucher-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

#register-modal .modal-header, #use_voucher-modal .modal-header {
  border-bottom: none;
}

#register-modal .modal-content, #use_voucher-modal .modal-content {
  background-color: #03237F;
  color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#register-modal .modal-content .info, #use_voucher-modal .modal-content .info {
  margin-bottom: 10px;
}

#register-modal .modal-content .form-control, #use_voucher-modal .modal-content .form-control {
  height: 35px;
}

#register-modal .modal-content .form-check, #use_voucher-modal .modal-content .form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
}

#register-modal .modal-content .form-check input[type=checkbox].form-check-input, #use_voucher-modal .modal-content .form-check input[type=checkbox].form-check-input {
  /* IE */
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.5);
  margin-bottom: 8px;
}

#register-modal .modal-content .form-check-label, #use_voucher-modal .modal-content .form-check-label {
  line-height: 1.2em;
}

#register-modal .modal-footer, #use_voucher-modal .modal-footer {
  border-top: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#register-modal .modal-footer button, #use_voucher-modal .modal-footer button {
  color: #fff;
  border-radius: 20px;
  background-color: #000;
  padding: 10px 20px;
}

#register-modal #register-modal-countrycode, #use_voucher-modal #register-modal-countrycode {
  cursor: pointer;
}

#register-modal .form .form-group, #use_voucher-modal .form .form-group {
  font-size: 14px !important;
}

#register-modal .form .form-control, #use_voucher-modal .form .form-control {
  font-size: 14px;
}

#register-modal .form .input-group-text, #use_voucher-modal .form .input-group-text {
  font-size: 14px;
}

#register-modal .form input, #use_voucher-modal .form input {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#register-modal .form .form-text.error, #use_voucher-modal .form .form-text.error {
  color: red;
}

#register-modal .form .form-check .form-text, #use_voucher-modal .form .form-check .form-text {
  margin-left: -1.25rem;
}

#register-modal .form .form-check .form-check-label, #use_voucher-modal .form .form-check .form-check-label {
  font-size: 14px;
}

#register-modal .form .form-group .select2 span, #use_voucher-modal .form .form-group .select2 span {
  height: 35px;
  line-height: 35px;
  border-radius: 0.25rem 0 0 0.25rem;
  border-color: #ced4da;
}

#register-modal .form a, #use_voucher-modal .form a {
  color: inherit;
  text-decoration: underline;
}

#use_voucher-modal .modal-dialog {
  max-width: 310px;
}

#use_voucher-modal .form-row .form-group:not(first-child) {
  margin-left: 5px;
}

#use_voucher-modal #voucher_usage #code input {
  height: calc(1.9em + 0.75rem + 2px);
  width: calc(1.9em + 0.75rem + 2px);
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

#use_voucher-modal .status-default, #use_voucher-modal[status='default'] .status-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#use_voucher-modal .status-claimed,
#use_voucher-modal .status-complete,
#use_voucher-modal #use_voucher-modal-finish,
#use_voucher-modal #use_voucher-modal-close, #use_voucher-modal[status='default'] .status-claimed,
#use_voucher-modal[status='default'] .status-complete,
#use_voucher-modal[status='default'] #use_voucher-modal-finish,
#use_voucher-modal[status='default'] #use_voucher-modal-close {
  display: none;
}

#use_voucher-modal #use_voucher-modal-submit, #use_voucher-modal #use_voucher-modal-submit-generic, #use_voucher-modal[status='default'] #use_voucher-modal-submit, #use_voucher-modal[status='default'] #use_voucher-modal-submit-generic {
  display: inline-block;
}

#use_voucher-modal[status='claimed'] .status-claimed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#use_voucher-modal[status='claimed'] .status-default,
#use_voucher-modal[status='claimed'] .status-complete,
#use_voucher-modal[status='claimed'] #use_voucher-modal-submit,
#use_voucher-modal[status='claimed'] #use_voucher-modal-submit-generic,
#use_voucher-modal[status='claimed'] #use_voucher-modal-finish,
#use_voucher-modal[status='claimed'] #use_voucher-modal-close {
  display: none;
}

#use_voucher-modal[status='scanned'] .status-claimed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#use_voucher-modal[status='scanned'] .status-default,
#use_voucher-modal[status='scanned'] .status-complete,
#use_voucher-modal[status='scanned'] #use_voucher-modal-submit,
#use_voucher-modal[status='scanned'] #use_voucher-modal-submit-generic,
#use_voucher-modal[status='scanned'] #use_voucher-modal-close {
  display: none;
}

#use_voucher-modal[status='scanned'] #use_voucher-modal-finish {
  display: inline-block;
}

#use_voucher-modal[status='complete'] .status-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#use_voucher-modal[status='complete'] .status-default,
#use_voucher-modal[status='complete'] .status-claimed,
#use_voucher-modal[status='complete'] #use_voucher-modal-submit,
#use_voucher-modal[status='complete'] #use_voucher-modal-submit-generic,
#use_voucher-modal[status='complete'] #use_voucher-modal-finish {
  display: none;
}

#use_voucher-modal[status='complete'] #use_voucher-modal-close {
  display: inline-block;
}

.placeholder, .placeholder-25, .placeholder-50, .placeholder-90 {
  animation: wave 2s linear infinite forwards;
  -webkit-animation: wave 2s linear infinite forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 570px 200px !important;
  color: transparent;
  display: block;
  min-height: 15px;
  background-repeat: inherit !important;
  -webkit-filter: inherit !important;
          filter: inherit !important;
}

@keyframes wave {
  0% {
    background-position: -290px 0;
  }
  to {
    background-position: 290px 0;
  }
}

@-webkit-keyframes wave {
  0% {
    background-position: -290px 0;
  }
  to {
    background-position: 290px 0;
  }
}

.btn-primary:hover, .btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.btn-load-more {
  padding: 5px 15px;
}

.see-more {
  display: inline-block;
  font-size: .8rem;
  margin-top: 5px;
  text-align: right;
  white-space: nowrap;
}

.see-more, .see-more:hover {
  color: #a0aaae;
}

.toast {
  z-index: 2 !important;
}

#voucher_single button.promocard_cta {
  padding: 1em;
}

.alert {
  overflow: hidden;
}
/*# sourceMappingURL=digital_voucher_generic.css.map */
