h1,
h2,
h3,
h4,
h5,
span,
p {
  font-family: "Roboto";
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 18px;
  line-height: 28px; }

h2 {
  font-size: 16px;
  line-height: 20px; }

h3 {
  font-size: 14px;
  line-height: 22px; }

h4 {
  font-size: 12px;
  line-height: 16px; }

h5 {
  font-size: 11px;
  line-height: 16px; }

a {
  text-decoration: none;
  cursor: pointer; }

body {
  font-family: "Roboto";
  background-color: #f2f2f2; }
  @media (max-width: 440px) {
    body {
      margin: 16px; } }
  @media (min-width: 440px) {
    body {
      margin: 16px auto;
      max-width: 440px; } }

.container {
  display: flex;
  flex-direction: column;
  height: 100vh auto; }

.header {
  flex-shrink: 0; }
  @media (min-width: 440px) {
    .header {
      position: fixed;
      left: 0;
      right: 0;
      top: 0; } }

.footer {
  flex-shrink: 0;
  height: 56px; }

.main {
  flex: 1 0 auto; }

.bold {
  font-weight: 700; }

.medium {
  font-weight: 500; }

.normal {
  font-weight: 400; }

.grey_0 {
  color: #1a1a1a; }

.grey_1 {
  color: #333333; }

.grey_2 {
  color: #404040; }

.grey_3 {
  color: #525252; }

.grey_4 {
  color: #666666; }

.blue_1 {
  color: #3e6eea; }

.blue_2 {
  color: #2b3148; }

.blue_6 {
  color: #ebf0ff; }

.blue_grey_3 {
  color: #515b85; }

.success {
  color: #008a1e; }

.failed {
  color: #b50000; }

.white {
  color: #ffffff; }

.black {
  color: #000000; }

.info_yellow {
  color: #fff1cc; }

.bms_pink {
  color: #dc354b; }

.grey_1 {
  color: #333333; }

.card, .redeem_details_card, .guide_card, .custom_card, .amount_card {
  background-color: #ffffff;
  max-width: 100%;
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 8px;
  box-sizing: border-box; }

.redeem_details_card {
  padding: 16px 16px 20px; }

.guide_card .customer_support {
  font-size: 10px;
  line-height: 14px;
  margin-top: 2px; }

@media (max-width: 390px) {
  .tnc_card {
    margin-bottom: 70px; } }

.enter_amount {
  margin-left: 8px; }
  .enter_amount .amount_input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .enter_amount .amount_input .icon {
      padding-right: 4px;
      position: absolute;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      right: 64px;
      color: #404040; }
    .enter_amount .amount_input .input {
      width: 140px;
      height: 36px;
      border: 1px solid #999999;
      border-radius: 4px;
      text-align: end;
      padding-right: 8px; }
    .enter_amount .amount_input .hidden_div {
      width: auto;
      display: inline-block;
      visibility: hidden;
      position: fixed;
      overflow: auto; }
    .enter_amount .amount_input.disabled .icon,
    .enter_amount .amount_input.disabled .input {
      color: #b3b3b3; }
    .enter_amount .amount_input.disabled .input {
      border-color: #e5e5e5;
      background: #ffffff; }
    .enter_amount .amount_input.small input {
      width: 100px;
      margin-left: 30px; }

.custom_card {
  padding: 12px 16px; }

.amount_card {
  padding: 12px; }

.display_flex, .space_bw, .enter_amount, .discount_banner div, .align_item_center, a, .guide_card, .bill_discount, .pay_bill_button, .redeemed_dialog_container .redeemed_dialog button, .confirm_exit .fixed_div button, .payment_failed .fixed_div button, .redeemed_dialog_container, .header_container .bms_header, .header_container .lsg_header, .header_container .navbar, .space_center, .refresh_screen, .confirm_exit div:first-child, #retryPay {
  display: flex; }

.org_logo {
  margin-right: 12px;
  border-radius: 4px; }

.space_bw, .enter_amount, .discount_banner div {
  justify-content: space-between; }

.align_item_center, a, .guide_card, .bill_discount, .pay_bill_button, .redeemed_dialog_container .redeemed_dialog button, .confirm_exit .fixed_div button, .payment_failed .fixed_div button, .redeemed_dialog_container, .header_container .bms_header, .header_container .lsg_header, .header_container .navbar {
  align-items: center; }

.space_center, .refresh_screen, .redeemed_dialog_container, .header_container .bms_header, .header_container .lsg_header, .confirm_exit div:first-child {
  justify-content: center;
  position: relative; }

.text-align-center, .refresh_screen {
  text-align: center; }

.ml_auto, .enter_amount .amount_input {
  margin-left: auto; }

input {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a; }

::placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.horizontal_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5; }

.bill_paid {
  background-color: #ffffff;
  text-align: center; }
  @media (max-width: 440px) {
    .bill_paid {
      margin: -16px -16px 16px -16px;
      padding: 16px 20px; } }
  @media (min-width: 440px) {
    .bill_paid {
      border-radius: 8px;
      padding: 16px; } }

.bill_discount {
  background-color: #ebf0ff;
  border-radius: 8px;
  height: 56px;
  padding: 0px 45px; }
  @media (min-width: 440px) {
    .bill_discount {
      margin: 0 16px; } }
  @media (max-width: 440px) {
    .bill_discount {
      margin: 16px 20px; } }

.discount_amount_text {
  text-align: center;
  margin: auto;
  width: 200px; }

.ls_2, .refresh_screen {
  letter-spacing: 0.2px; }

#min_bill_amount {
  display: none;
  margin: 2px 0 0 8px;
  color: #b50000; }

#max_discount {
  display: none;
  margin: 2px 0 0 8px;
  color: #008a1e; }

#loader {
  display: none;
  border-top: 2px solid white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1.5s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 440px) {
  .is_mobile {
    display: block; } }

@media (min-width: 440px) {
  .is_mobile {
    display: none; } }

@media (max-width: 440px) {
  .is_desktop {
    display: none; } }

@media (min-width: 440px) {
  .is_desktop {
    display: block; } }

.pd-13 {
  padding: 13px; }

@media (min-width: 440px) {
  .pd-16-desktop {
    padding: 16px; } }

@media (max-width: 440px) {
  .pd-16-desktop {
    width: 100%; } }

.pd-16-desktop h4 {
  max-width: 75%;
  margin: 0 auto; }

.mt-12-desktop {
  margin-top: 12px; }

.mt-4-desktop {
  margin-top: 4px; }

.lh-24 {
  line-height: 24px; }

.pos-relative {
  display: flex;
  justify-content: space-between; }
  .pos-relative h2 {
    max-width: 85%; }
    @media (max-width: 440px) {
      .pos-relative h2 {
        margin-left: auto;
        margin-right: auto; } }
  .pos-relative img {
    position: absolute;
    right: 20px; }
    @media (max-width: 440px) {
      .pos-relative img {
        right: 0; } }

.close-icon img {
  position: absolute;
  top: 20px;
  right: 20px; }

.close-icon h2 {
  max-width: 75%;
  margin: 0 auto; }

.close-icon h4 {
  max-width: 75%;
  margin: 0 auto; }

.pay_bill_button, .redeemed_dialog_container .redeemed_dialog button, .confirm_exit .fixed_div button, .payment_failed .fixed_div button {
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #999999;
  border-radius: 4px;
  border: none; }

.discount_banner div {
  background-color: #ebf0ff;
  margin-top: 12px;
  padding: 8px;
  border-radius: 4px;
  height: 38px;
  box-sizing: border-box;
  align-items: center; }

.discount_banner .paid {
  height: 32px;
  margin: 8px 0 11px 0; }

.discount_banner .gst {
  font-size: 10px;
  padding: 4px 8px;
  color: #666666; }
  .discount_banner .gst.success {
    margin-top: -8px;
    margin-bottom: 10px; }

.communication div {
  background-color: #fff1cc;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 4px; }

.communication .valid_info {
  padding: 4px 8px;
  margin-top: 16px; }

.fixed_container_single_button {
  width: 100%;
  text-align: center;
  height: 56px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box; }
  @media (max-width: 440px) {
    .fixed_container_single_button {
      position: fixed;
      left: 0;
      bottom: 0;
      background-color: #ffffff;
      padding: 8px 16px; } }
  @media (min-width: 440px) {
    .fixed_container_single_button {
      margin-top: 32px; } }

#redeemedDialog {
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5); }

@media (min-width: 440px) {
  .mt_error {
    margin-top: 144px; } }

@media (max-width: 440px) {
  .mt_error {
    margin-top: 44px; } }

.refresh_screen {
  margin-top: 12px;
  max-width: 280px; }

#show_paybill {
  display: block; }

#hide_paybill {
  display: none; }

.redeemed_dialog_container {
  position: absolute;
  top: 50%;
  left: 50%; }
  .redeemed_dialog_container .redeemed_dialog {
    display: none;
    position: fixed;
    padding: 24px 20px;
    width: 300px;
    height: 246px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 20;
    border-radius: 8px; }
    .redeemed_dialog_container .redeemed_dialog button {
      background-color: #dc354b;
      border-radius: 8px;
      max-width: 260px;
      margin: 20px auto; }

.header_container .bms_header, .header_container .lsg_header {
  height: 64px;
  background-color: #ffffff; }
  @media (max-width: 440px) {
    .header_container .bms_header, .header_container .lsg_header {
      display: none; } }

.header_container .lsg_header {
  background: #111658; }

.header_container .navbar {
  height: 60px;
  padding: 10px 16px;
  background-color: #e5e5e5;
  box-sizing: border-box; }
  @media (max-width: 440px) {
    .header_container .navbar {
      margin: -16px -16px 0 -16px;
      background-color: #ffffff; } }
  .header_container .navbar h2 {
    font-weight: 500; }
  .header_container .navbar img {
    cursor: pointer; }
  .header_container .navbar svg {
    width: 15px;
    height: 15px;
    margin-right: 10px; }

.header_container .rewards {
  display: flex;
  width: 100%;
  padding: 10px 16px;
  justify-content: flex-end;
  gap: 10px; }
  @media (max-width: 440px) {
    .header_container .rewards {
      justify-content: space-between;
      background: white; } }
  .header_container .rewards > div {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px 15px 10px 10px;
    gap: 5px; }
    @media (max-width: 440px) {
      .header_container .rewards > div:nth-of-type(2) {
        flex-grow: 1; } }

.search_location {
  background-color: #ffffff;
  text-align: center; }
  @media (max-width: 440px) {
    .search_location {
      margin: 0 -16px;
      margin-top: -5px; } }
  @media (min-width: 440px) {
    .search_location {
      margin: 0 auto; } }
  .search_location input {
    width: 80%;
    border-radius: 4px;
    margin: 10px 0;
    outline: none;
    border: 1px solid #ccc;
    background-image: url("/img/search.svg");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 12px 20px 12px 40px; }

.detect_location {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  background: white; }
  @media (max-width: 440px) {
    .detect_location {
      margin: 0 -16px; } }
  @media (min-width: 440px) {
    .detect_location {
      margin: 0 auto; } }
  .detect_location button {
    text-align: left;
    width: 100%;
    height: 50px;
    color: #EB4E62;
    background: none;
    border: none;
    cursor: pointer; }
  .detect_location svg {
    margin-left: 16px; }

.location_image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px; }
  .location_image p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
    color: #333333; }
  .location_image img {
    margin-bottom: 20px; }
  .location_image span {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666; }

@media (min-width: 440px) {
  .main_container .header_container {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px; }
    .main_container .header_container .navbar {
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
      border-top: 1px solid #ccc; }
      .main_container .header_container .navbar .left {
        display: flex;
        align-items: center;
        gap: 20px; }
        .main_container .header_container .navbar .left p {
          color: #666666;
          display: inline-block; }
        .main_container .header_container .navbar .left span {
          font-weight: 500; }
        .main_container .header_container .navbar .left img {
          cursor: pointer; }
      .main_container .header_container .navbar .mid {
        display: none; }
  .main_container .select_deals_icons {
    margin-top: 160px; }
  .main_container .select_deals_progress {
    gap: 15px; }
  .main_container .bottom_bar {
    display: flex; }
    .main_container .bottom_bar .continue {
      margin-left: auto;
      margin-right: 150px;
      width: 120px;
      cursor: pointer; } }

@media (max-width: 440px) {
  .main_container .header_container {
    position: relative; }
    .main_container .header_container .navbar {
      display: flex;
      flex-direction: column;
      padding: 10px 16px; }
      .main_container .header_container .navbar .left {
        display: none;
        align-items: center;
        gap: 20px;
        margin-right: auto;
        margin-top: 10px; }
        .main_container .header_container .navbar .left p,
        .main_container .header_container .navbar .left span {
          display: none; }
      .main_container .header_container .navbar .mid {
        background: #ffffff;
        width: 100%;
        padding: 10px 16px;
        margin-top: 5px; }
        .main_container .header_container .navbar .mid p:first-of-type {
          color: #666666;
          margin-bottom: 4px; }
        .main_container .header_container .navbar .mid p:nth-of-type(2) {
          font-weight: 500; }
  .main_container .select_deals_icons {
    margin-top: 120px; }
  .main_container .select_deals_progress {
    width: 95%; } }

@media (min-width: 440px) {
  .search_container {
    margin-top: 125px; }
    .search_container .header_container {
      position: fixed;
      left: 0;
      top: 64px;
      right: 0;
      border-top: 1px solid #ccc; }
      .search_container .header_container .navbar {
        background-color: #ffffff; }
        .search_container .header_container .navbar img {
          cursor: pointer; }
    .search_container .search_location_main {
      display: flex;
      position: fixed;
      left: 0;
      top: 125px;
      right: 0; }
      .search_container .search_location_main .search_location {
        text-align: left;
        padding: 0px 16px;
        width: 100%; }
        .search_container .search_location_main .search_location input {
          border: 1px solid #ccc; }
      .search_container .search_location_main .detect_location {
        width: 250px;
        border-bottom: none; }
    .search_container .location_image {
      margin-top: 320px; }
    .search_container .autocomplete-results {
      margin-top: 200px; } }

.location_header {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px; }
  .location_header img {
    width: 30px;
    height: 30px; }
  .location_header p:nth-of-type(1) {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px; }
  .location_header p:nth-of-type(2) {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px; }
  @media (max-width: 440px) {
    .location_header {
      margin: 0 -16px; } }
  @media (min-width: 440px) {
    .location_header {
      margin: 0 auto; } }

.autocomplete-results {
  background: #ffffff;
  padding: 0 0 0 16px;
  font-size: 13px;
  color: #404040; }
  @media (max-width: 440px) {
    .autocomplete-results {
      margin: 20px -16px 0 -16px; } }
  .autocomplete-results > div {
    padding: 14px 0px;
    cursor: pointer; }
    .autocomplete-results > div:not(:last-of-type) {
      border-bottom: 1px solid #cccccc; }

.select_deals_progress {
  background: #fff1cc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 4px 12px;
  margin: 10px 0;
  border-radius: 4px; }
  .select_deals_progress .deals_ring circle-progress::part(base) {
    width: 40px; }
  .select_deals_progress .deals_ring circle-progress::part(text) {
    font-size: 30px;
    font-weight: 700; }
  .select_deals_progress p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px; }

.select_deals_icons {
  display: flex;
  gap: 30px;
  margin: 16px 0; }
  .select_deals_icons p {
    display: flex;
    align-items: center;
    gap: 5px; }

.cards_container {
  margin-bottom: 80px;
  margin-top: 25px; }
  @media (min-width: 440px) {
    .cards_container.redeem {
      margin-top: 160px; } }
  .cards_container .deals_card {
    display: flex;
    gap: 10px;
    margin-bottom: 25px; }
    .cards_container .deals_card .checkbox {
      accent-color: #EB4E62;
      width: 19px; }
    .cards_container .deals_card .card, .cards_container .deals_card .redeem_details_card, .cards_container .deals_card .guide_card, .cards_container .deals_card .custom_card, .cards_container .deals_card .amount_card {
      background: white;
      padding: 0;
      margin-top: 0;
      box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.25);
      width: 100%; }
      .cards_container .deals_card .card .deals_redeem, .cards_container .deals_card .redeem_details_card .deals_redeem, .cards_container .deals_card .guide_card .deals_redeem, .cards_container .deals_card .custom_card .deals_redeem, .cards_container .deals_card .amount_card .deals_redeem {
        padding: 8px; }
        .cards_container .deals_card .card .deals_redeem button, .cards_container .deals_card .redeem_details_card .deals_redeem button, .cards_container .deals_card .guide_card .deals_redeem button, .cards_container .deals_card .custom_card .deals_redeem button, .cards_container .deals_card .amount_card .deals_redeem button {
          width: 100%;
          background: #dc354b;
          color: white;
          padding: 6px 20px;
          border-radius: 4px;
          border: none;
          outline: none;
          height: 32px;
          cursor: pointer; }
        .cards_container .deals_card .card .deals_redeem .deals_redeemed_button, .cards_container .deals_card .redeem_details_card .deals_redeem .deals_redeemed_button, .cards_container .deals_card .guide_card .deals_redeem .deals_redeemed_button, .cards_container .deals_card .custom_card .deals_redeem .deals_redeemed_button, .cards_container .deals_card .amount_card .deals_redeem .deals_redeemed_button {
          background: #C9F8D3;
          color: #006616;
          font-weight: 500; }
        .cards_container .deals_card .card .deals_redeem .deals_expired_button, .cards_container .deals_card .redeem_details_card .deals_redeem .deals_expired_button, .cards_container .deals_card .guide_card .deals_redeem .deals_expired_button, .cards_container .deals_card .custom_card .deals_redeem .deals_expired_button, .cards_container .deals_card .amount_card .deals_redeem .deals_expired_button {
          background: #FFCCD2;
          color: #DC354B; }
      .cards_container .deals_card .card hr, .cards_container .deals_card .redeem_details_card hr, .cards_container .deals_card .guide_card hr, .cards_container .deals_card .custom_card hr, .cards_container .deals_card .amount_card hr {
        border: 0.1px solid #e5e5e5;
        margin: 0;
        margin-top: 5px; }
      .cards_container .deals_card .card_top {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        cursor: pointer; }
        .cards_container .deals_card .card_top .details {
          max-width: 50%; }
          .cards_container .deals_card .card_top .details h3 {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px;
            letter-spacing: 0.2px;
            color: #1a1a1a;
            margin-bottom: 5px; }
          .cards_container .deals_card .card_top .details h4 {
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            letter-spacing: 0.2px;
            color: #666666;
            margin-bottom: 5px; }
          .cards_container .deals_card .card_top .details p {
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: 0.2px;
            color: #008a1e;
            margin-bottom: 5px; }
          .cards_container .deals_card .card_top .details img {
            width: 25px;
            height: 25px;
            filter: invert(47%) sepia(0%) saturate(1766%) hue-rotate(142deg) brightness(84%) contrast(91%); }
        .cards_container .deals_card .card_top .logo {
          border-radius: 4px;
          box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.25);
          width: 100px;
          height: 100px;
          margin-right: 5px; }
          .cards_container .deals_card .card_top .logo img {
            width: 100%;
            height: 100%; }
      .cards_container .deals_card .card_bottom {
        display: flex;
        align-items: center;
        padding: 8px 10px;
        gap: 5px;
        justify-content: space-between; }
        .cards_container .deals_card .card_bottom > div {
          display: flex;
          align-items: center;
          gap: 5px; }
          .cards_container .deals_card .card_bottom > div img {
            width: 15px;
            height: 15px; }
          .cards_container .deals_card .card_bottom > div p {
            color: #1FAD3E;
            font-weight: 500; }
        .cards_container .deals_card .card_bottom ul {
          padding: 0;
          margin: 0; }
          .cards_container .deals_card .card_bottom ul li {
            color: #666666;
            list-style: none; }
            .cards_container .deals_card .card_bottom ul li span {
              color: #1FAD3E;
              font-size: 12px;
              font-weight: 500;
              position: relative;
              top: -0.7px; }
            .cards_container .deals_card .card_bottom ul li img {
              margin-bottom: 0.5px; }
        .cards_container .deals_card .card_bottom p {
          margin-right: 20px;
          color: #666666;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          letter-spacing: 0.2px; }
        .cards_container .deals_card .card_bottom img {
          width: 10px; }
  .cards_container .low_balance {
    background: #333333;
    padding: 5px;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    position: fixed;
    bottom: 80px;
    margin: 0 -10px; }
    .cards_container .low_balance p {
      font-size: 14px; }

.bottom_bar {
  background: white;
  width: 100%;
  padding: 8px 16px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  text-align: center;
  display: flex; }
  .bottom_bar .points {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16px; }
  .bottom_bar button {
    width: 90%;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: #999999;
    height: 40px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.2px;
    margin-right: 16px; }
    .bottom_bar button.active {
      background: #EB4E62; }
  @media (max-width: 440px) {
    .bottom_bar.rewards {
      margin: 0 -16px; } }
  @media (min-width: 440px) {
    .bottom_bar {
      margin: 0 auto; } }

@media (min-width: 440px) {
  .payment_success_navbar {
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px; } }

@media (max-width: 440px) {
  .payment_success_navbar {
    display: none; } }

.mockup {
  width: 230px;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden; }

nav {
  position: absolute;
  bottom: 15px;
  width: 95%; }
  nav div {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: 0px auto; }

.bottom-sheet-wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none; }

.bottom-sheet-wrapper .bottom-sheet {
  background: #fff;
  width: 100%;
  min-height: 120px;
  position: fixed;
  z-index: 999;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110%; }
  .bottom-sheet-wrapper .bottom-sheet p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px; }
  .bottom-sheet-wrapper .bottom-sheet span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 5px; }
  .bottom-sheet-wrapper .bottom-sheet > div {
    padding: 16px; }
    .bottom-sheet-wrapper .bottom-sheet > div div {
      display: flex;
      margin-top: 20px;
      gap: 8px; }
      .bottom-sheet-wrapper .bottom-sheet > div div button {
        border-radius: 8px;
        padding: 6px 16px;
        width: 100%;
        border: none;
        outline: none;
        height: 40px;
        font-weight: 500;
        cursor: pointer; }
        .bottom-sheet-wrapper .bottom-sheet > div div button:nth-of-type(1) {
          background: white;
          color: #dc354b;
          border: 1px solid #dc354b; }
        .bottom-sheet-wrapper .bottom-sheet > div div button:nth-of-type(2) {
          background: #dc354b;
          color: white; }

.bottom-sheet-wrapper.show-modal .backdrop {
  opacity: 1;
  pointer-events: all; }

.bottom-sheet-wrapper.show-modal .bottom-sheet {
  bottom: 5px; }

.close {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer; }
  .close span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: black;
    transform: rotate(45deg); }
    .close span::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background: black;
      transform: rotate(90deg); }

@media (max-width: 440px) {
  .deal_details_main {
    margin: 0 -16px; } }

@media (min-width: 440px) {
  .deal_details_main {
    margin: 0 auto;
    margin-top: 140px; } }

.deal_details {
  background: #ffffff;
  padding: 12px; }
  .deal_details_offer {
    display: flex;
    gap: 10px;
    align-items: center; }
    .deal_details_offer p {
      font-size: 20px; }
    .deal_details_offer img {
      margin-top: 5px;
      width: 70px;
      height: 70px; }
    .deal_details_offer span {
      color: #1FAD3E;
      font-size: 14px; }
      .deal_details_offer span:nth-of-type(2) {
        background: #1FAD3E;
        color: #ffffff;
        padding: 2px 8px;
        border-radius: 4px; }
  .deal_details_metadata {
    margin-top: 15px; }
    .deal_details_metadata p {
      margin-bottom: 5px; }
    .deal_details_metadata p,
    .deal_details_metadata span {
      font-size: 11px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0.2px; }
    .deal_details_metadata > div {
      display: flex;
      align-items: center;
      gap: 20px; }
      .deal_details_metadata > div > div {
        display: flex;
        align-items: center;
        gap: 4px; }
  .deal_details_redeem {
    background: #ffffff;
    margin-top: 5px;
    padding: 16px; }
    .deal_details_redeem h3 {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0.2px; }
    .deal_details_redeem p {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: #1a1a1a; }
  .deal_details_terms {
    background: #ffffff;
    margin-top: 5px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 5px; }
    .deal_details_terms p {
      color: #3e6eea;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      letter-spacing: 0.2px;
      cursor: pointer; }
  .deal_details_more_info {
    background: #ffffff;
    margin-top: 5px;
    padding: 16px; }
    .deal_details_more_info p {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0.2px;
      margin-top: 10px; }
    .deal_details_more_info > div {
      display: flex;
      align-items: flex-start;
      gap: 5px;
      margin-top: 12px; }
      .deal_details_more_info > div:not(:first-of-type) {
        align-items: center; }
      .deal_details_more_info > div span {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.2px; }
      .deal_details_more_info > div img {
        width: 25px;
        height: 25px; }
  .deal_details .points {
    margin-bottom: 5px; }
    .deal_details .points img {
      width: 15px;
      height: 15px; }

.terms_main {
  font-size: 14px;
  background: white;
  padding: 10px 16px;
  border-radius: 8px; }
  @media (min-width: 440px) {
    .terms_main {
      margin-top: 140px; } }
  @media (max-width: 440px) {
    .terms_main {
      margin: 0 -16px; } }

.confirm_exit {
  display: none;
  height: 156px;
  width: 100%;
  max-width: 440px;
  border-radius: 16px 16px 0 0;
  z-index: 1;
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  background-color: #ffffff; }
  @media (max-width: 440px) {
    .confirm_exit {
      left: 0; } }
  .confirm_exit div:nth-child(2) {
    margin: 10px 16px; }
    .confirm_exit div:nth-child(2) h1 {
      margin-bottom: 8px; }
  .confirm_exit .fixed_div {
    width: 100%;
    text-align: center;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 8px 16px;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25); }
    .confirm_exit .fixed_div button {
      width: 48%;
      border-radius: 8px; }
      @media (max-width: 390px) {
        .confirm_exit .fixed_div button h2 {
          font-size: 14px; } }
    .confirm_exit .fixed_div .exit_anyway {
      background-color: #ffffff;
      border: 1px solid #dc354b; }
    .confirm_exit .fixed_div .continue_payment {
      background-color: #dc354b; }

@media (min-width: 440px) {
  .deal_reedem {
    margin-top: 130px; } }

.payment_confirmed {
  position: relative; }
  @media (min-width: 440px) {
    .payment_confirmed {
      margin-top: 80px; } }
  .payment_confirmed .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000; }
  .payment_confirmed .bottomSheet {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f2f2f2;
    padding: 20px;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    overflow-y: auto; }
    @media (min-width: 440px) {
      .payment_confirmed .bottomSheet {
        left: 50%;
        transform: translateX(-50%); } }
    .payment_confirmed .bottomSheet h1 {
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.2px;
      color: #333333;
      margin-bottom: 5px; }
    .payment_confirmed .bottomSheet .cta {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      margin-bottom: -10px;
      gap: 10px; }
      .payment_confirmed .bottomSheet .cta button {
        border-radius: 8px;
        border: 1px solid red;
        padding: 10px 20px;
        flex: 1; }
    .payment_confirmed .bottomSheet .emojiContainer {
      margin-bottom: 30px; }
    .payment_confirmed .bottomSheet .hassle_free {
      margin-top: 40px; }
    .payment_confirmed .bottomSheet_bar {
      height: 4px;
      width: 100px;
      border-radius: 8px;
      background: #D9D9D9;
      margin: -10px auto 15px auto; }
    .payment_confirmed .bottomSheet .experience_rating, .payment_confirmed .bottomSheet .deal_excitement_rating {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      text-align: right;
      margin-bottom: 20px;
      margin-top: -15px; }
  .payment_confirmed .emojiContainer {
    display: flex;
    justify-content: space-between;
    gap: 10px; }
  .payment_confirmed .emoji {
    font-size: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer; }
  .payment_confirmed .feedback_rate_experience {
    padding: 12px 20px;
    background: white;
    margin-top: 8px;
    border-radius: 8px; }
    .payment_confirmed .feedback_rate_experience h1 {
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.2px;
      color: #333333;
      margin-bottom: 5px; }
    .payment_confirmed .feedback_rate_experience #overall_experience {
      display: flex;
      justify-content: space-between; }
    .payment_confirmed .feedback_rate_experience #rate_your_experience p {
      margin-bottom: 10px; }
  .payment_confirmed .feedback p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 5px; }
  .payment_confirmed .feedback svg {
    color: white; }
  .payment_confirmed .feedback button {
    border: 1px solid #666666;
    border-radius: 8px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; }
    .payment_confirmed .feedback button span {
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.2px;
      margin-left: 5px; }

@media (min-width: 440px) {
  .payment_failed {
    margin-top: 60px; } }

.payment_failed .fixed_div {
  width: 100%;
  text-align: center;
  height: 56px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px 16px; }
  @media (max-width: 440px) {
    .payment_failed .fixed_div {
      position: fixed;
      left: 0;
      bottom: 0;
      background-color: #ffffff;
      padding: 8px 16px; } }
  @media (min-width: 440px) {
    .payment_failed .fixed_div {
      margin-top: 32px; } }
  .payment_failed .fixed_div button {
    width: 48%;
    border-radius: 8px; }
    @media (max-width: 390px) {
      .payment_failed .fixed_div button h2 {
        font-size: 14px; } }
  .payment_failed .fixed_div .enter_bill_amount {
    background-color: #ffffff;
    border: 1px solid #dc354b; }
  .payment_failed .fixed_div .retry_payment {
    background-color: #dc354b; }

.rectangle {
  height: 2px;
  width: 80px;
  border-radius: 4px;
  background-color: #999999;
  margin: 7px 0; }

.banner_card {
  max-width: 100%;
  margin-top: 10px; }
  .banner_card img {
    border-radius: 8px;
    max-width: 100%; }

.app_loader {
  display: none;
  background-color: #ffffff;
  text-align: center;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: all;
  z-index: 99999;
  border: none;
  padding: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  cursor: wait; }

.lottie {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px; }
  .lottie h2 {
    margin-top: 20px; }

.coupon_details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 5px 10px;
  margin: 8px 16px; }
  .coupon_details h2 {
    font-weight: 500; }

.coupon_note {
  background: #fff1cc;
  padding: 8px 10px;
  border-radius: 8px;
  margin: 8px 16px 0 16px; }
  .coupon_note h4 {
    font-weight: 500;
    color: #404040;
    text-align: center;
    font-weight: bold; }

.deals_awareness_container {
  max-width: 100%; }

@media (min-width: 441px) {
  .deals_awareness {
    margin-top: 124px; } }

.deals_awareness_header {
  margin: 0 -16px; }
  .deals_awareness_header img {
    width: 100%;
    image-rendering: pixelated; }

.deals_awareness_header_secondary {
  margin: 0 -16px;
  margin-top: -5px; }
  .deals_awareness_header_secondary img {
    width: 100%; }

.deals_awareness_banner {
  margin-top: 24px; }
  .deals_awareness_banner img {
    width: 100%; }

.deals_awareness_title {
  background: white;
  margin: 0px -16px;
  margin-top: -4px; }
  .deals_awareness_title p {
    margin: 0;
    padding: 16px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px; }

.deals_awareness_features {
  margin-top: 16px; }
  .deals_awareness_features > div {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 8px;
    border-radius: 8px; }
    .deals_awareness_features > div:not(:last-child) {
      margin-bottom: 8px; }
    .deals_awareness_features > div p {
      color: #404040;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0.2px; }
  .deals_awareness_features_title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 8px; }

.deals_awareness_brands {
  margin-top: 24px; }
  .deals_awareness_brands h1 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 10px; }
  .deals_awareness_brands_images {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    z-index: -1;
    position: relative; }
    .deals_awareness_brands_images > div {
      padding: 10px;
      background: white;
      text-align: center;
      flex: 1 0 25%;
      height: 100px;
      position: relative;
      border-radius: 8px; }
      .deals_awareness_brands_images > div img {
        width: 100%;
        height: 50px;
        object-fit: contain; }
      .deals_awareness_brands_images > div p {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.2px; }

.deals_awareness_explore {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .deals_awareness_explore button {
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border: none;
    background: #dc354b;
    font-weight: 500;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 145;
    height: 40px; }
  .deals_awareness_explore p {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 4px; }
  .deals_awareness_explore span {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px; }

.deals_awareness_stats {
  margin-top: 24px;
  display: flex;
  gap: 16px; }
  .deals_awareness_stats > div {
    background: white;
    padding: 8px;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 8px; }
    .deals_awareness_stats > div h1 {
      font-size: 21px;
      font-weight: 700;
      color: #515b85;
      margin-bottom: 14px; }
    .deals_awareness_stats > div span {
      font-weight: 500; }
    .deals_awareness_stats > div p {
      font-weight: 400;
      display: inline-block; }

.deals_awareness_steps {
  margin-top: 24px; }
  .deals_awareness_steps h1 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 8px; }
  .deals_awareness_steps > div {
    background: white;
    border-radius: 8px;
    padding: 16px; }
    .deals_awareness_steps > div div {
      display: flex;
      align-items: center;
      gap: 20px; }
      .deals_awareness_steps > div div:not(:last-child) {
        margin-bottom: 13px; }
      .deals_awareness_steps > div div span {
        width: 30px;
        height: 30px;
        border-radius: 40px;
        background: #d0d5e6;
        color: #525252;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.2px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .deals_awareness_steps > div div p {
        max-width: 80%;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.2px;
        color: #333; }

.deals_awareness .faq-drawer {
  margin-bottom: 30px;
  margin-top: 24px; }
  .deals_awareness .faq-drawer h1 {
    color: #333;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 8px; }

.deals_awareness .faq-drawer__content-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  background: white;
  border-radius: 0 0 8px 8px;
  color: #333;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px; }

.deals_awareness .faq-drawer__content {
  padding: 12px; }
  .deals_awareness .faq-drawer__content p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px; }

.deals_awareness .faq-drawer__title {
  color: #404040;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2px;
  display: block;
  padding: 12px;
  background: white;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end; }
  .deals_awareness .faq-drawer__title svg {
    margin-left: auto; }

.deals_awareness .faq-drawer__trigger:checked + .faq-drawer__title svg.plus {
  display: none; }

.deals_awareness .faq-drawer__trigger + .faq-drawer__title svg.minus {
  display: none; }

.deals_awareness .faq-drawer__trigger:checked + .faq-drawer__title svg.minus {
  display: block; }

.deals_awareness .faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out; }

.deals_awareness .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;
  margin-bottom: 10px; }

.deals_awareness input[type='checkbox'] {
  display: none; }

.terms {
  padding: 10px 16px;
  background: #ffffff; }
  @media (min-width: 440px) {
    .terms {
      margin-top: 140px;
      border-radius: 8px; } }
  @media (max-width: 440px) {
    .terms {
      margin: 0px -16px 16px -16px; } }
