@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: "Futura", "Nunito", Helvetica, Arial, sans-serif;
}

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

h4, h5, h6 {
  font-family: "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;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    background-color: #4F629A;
  }
}
.navbar .navbar-nav .nav-item:hover {
  text-decoration: underline;
}
.navbar .navbar-nav a {
  color: inherit;
}

.justify-space-between {
  justify-content: space-between;
}

.arrow {
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-style: solid;
  border-color: #000;
  border-width: 0px 1px 1px 0px;
  transition: border-width 150ms ease-in-out;
}
.arrow.right {
  transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
}
.arrow.down {
  transform: rotate(45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
}
.arrow.up {
  transform: rotate(-135deg);
}

.tick {
  display: inline-block;
}
.tick:after {
  /*Add another block-level blank space*/
  content: "";
  display: block;
  /*Make it a small rectangle so the border will create an L-shape*/
  width: 5px;
  height: 10px;
  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid #000;
  border-width: 0 2px 2px 0;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  transform: rotate(45deg);
}

.header-title {
  padding: 0 15px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

#register-modal .modal-content {
  background-color: #03237F;
  color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#register-modal .modal-header {
  border-bottom: none;
}
#register-modal .modal-title {
  color: #fff;
}
#register-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#register-modal .modal-footer {
  border-top: none;
  justify-content: center;
}
#register-modal .form .form-group {
  font-size: 14px !important;
}
#register-modal .form .form-control {
  font-size: 14px;
}
#register-modal .form .input-group-text {
  font-size: 14px;
}
#register-modal .form input {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#register-modal .form .form-text.error {
  color: red;
}
#register-modal .form .form-check .form-text {
  margin-left: -1.25rem;
}
#register-modal .form .form-check .form-check-label {
  font-size: 14px;
}
#register-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 {
  color: inherit;
  text-decoration: underline;
}
#register-modal #register-modal-countrycode {
  cursor: pointer;
}
#register-modal #register-modal-submit {
  background-color: #00FF00;
  color: #000;
}

#register_page {
  background-color: #03237F;
  color: #fff;
  padding: 1rem;
}
#register_page .form .form-group {
  font-size: 14px !important;
}
#register_page .form .form-control {
  font-size: 14px;
}
#register_page .form .input-group-text {
  font-size: 14px;
}
#register_page .form input {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#register_page .form .form-text.error {
  color: red;
}
#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: #00FF00;
  color: #000;
}
#register_page .button-container {
  text-align: center;
  margin-top: 1em;
}
#register_page #register-modal-countrycode {
  cursor: pointer;
}
#register_page #register-modal-submit {
  background-color: #00FF00;
  color: #000;
}

.voucher_card .voucher_card-wrapper {
  position: relative;
  background-color: #FBFBFB;
  color: #222222;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 5px;
  overflow: hidden;
  border: 0;
}
.voucher_card a {
  color: inherit;
}
.voucher_card a:hover, .voucher_card a:active, .voucher_card a:visited {
  text-decoration: underline;
}
.voucher_card .voucher_card-content {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #222;
  font-family: "Futura", "Nunito", Helvetica, Arial, sans-serif;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 479px) {
  .voucher_card .voucher_card-content {
    font-size: 0.6rem;
  }
}
.voucher_card .voucher_card-content .voucher_card-title {
  color: #03237F;
}
.voucher_card .voucher_card-image {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.voucher_card .voucher_card-tc {
  padding-bottom: 2px;
  font-size: 9px;
}
.voucher_card .voucher_card-tc ol {
  padding-left: 8px;
}
.voucher_card .voucher_card-tc div[data-toggle] {
  cursor: pointer;
}
.voucher_card .voucher_card-tc .arrow {
  border-color: #222222;
}
.voucher_card .voucher_card-claimable, .voucher_card .voucher_card-unclaimable {
  padding: 8px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 0em;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  height: 30px;
}
.voucher_card .voucher_card-claimable {
  background-color: #CF9AD8;
  color: #fff;
}
.voucher_card .voucher_card-unclaimable {
  background-color: grey;
  color: #D9D9D9;
}
.voucher_card .voucher_card-usable {
  background-color: #00FF00;
  color: #fff;
}
.voucher_card .voucher_card-unusable {
  background-color: #00FF00;
  color: #fff;
}

.ui-loader {
  display: none;
}

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

#usemy_vouchers-13DIGIT .voucher_card .voucher_card-claimable, #usemy_vouchers-13DIGIT .voucher_card .voucher_card-unclaimable {
  border-radius: 0;
}
#usemy_vouchers-13DIGIT .voucher_card .voucher_card-claimable {
  touch-action: none;
  position: relative;
}
#usemy_vouchers-13DIGIT .voucher_card .voucher_card-claimable::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  background: linear-gradient(to top right, #fff 0%, #fff 50%, #FBFBFB 50%, #FBFBFB 100%);
  transition: height 200ms ease, width 200ms ease;
}
#usemy_vouchers-13DIGIT .voucher_card .voucher_card-claimable.swiped::before {
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: none;
  transition: height 200ms ease, width 200ms ease;
}
#usemy_vouchers-13DIGIT .voucher_card .voucher_card-tc {
  padding-bottom: 0;
}

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

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

.search-input {
  max-width: 300px;
  width: 300px;
  text-align: center;
  border-radius: 10px 10px;
  height: 30px;
  border: 0;
  color: #000;
  background: white;
  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: 0.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;
  }
}

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