@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.gap-8 {
  gap: 8px; }

.gap-16 {
  gap: 16px; }

.border-r {
  border-right: 1px solid #6B7280; }

.mr-8px {
  margin-right: 8px; }

.pr-50px {
  padding-right: 50px; }

.mb-1rem {
  margin-bottom: 16px; }

.w-full {
  width: 100%; }

.view-my-ticket {
  max-width: 420px;
  width: 100%;
  margin: auto; }
  .view-my-ticket .head-wallet {
    background: #167EFC;
    padding: 16px; }
    .view-my-ticket .head-wallet .ticket-logo {
      margin: 0 auto 16px; }
      .view-my-ticket .head-wallet .ticket-logo img {
        width: 148px;
        height: 46px;
        display: block;
        margin: 0 auto; }
    .view-my-ticket .head-wallet .title-head h2 {
      color: #FFF;
      text-align: center;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0 0 16px; }
    .view-my-ticket .head-wallet .ticket-info {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .view-my-ticket .head-wallet .ticket-info p {
        color: #FFF;
        text-align: center;
        font-family: 'Greycliff CF Regular', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
      .view-my-ticket .head-wallet .ticket-info span {
        padding: 0 8px;
        color: #FFF; }
      .view-my-ticket .head-wallet .ticket-info .name {
        min-width: 80px;
        text-align: right; }
      .view-my-ticket .head-wallet .ticket-info .phone {
        min-width: 80px;
        text-align: left; }
  .view-my-ticket .ticket-container {
    padding: 16px;
    background: #000403; }
    .view-my-ticket .ticket-container .title-box {
      color: #FFF;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 16px; }
    .view-my-ticket .ticket-container .box-ticket {
      margin-bottom: 16px;
      padding: 8px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 8px; }
      .view-my-ticket .ticket-container .box-ticket .thumb-img {
        height: 257px; }
        .view-my-ticket .ticket-container .box-ticket .thumb-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          border-radius: 4px; }
      .view-my-ticket .ticket-container .box-ticket .desc {
        position: absolute;
        bottom: 0;
        border-radius: 0;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 40.87%, #000 100%);
        padding: 8px 16px 12px 16px;
        width: 100%;
        border-radius: 4px; }
        .view-my-ticket .ticket-container .box-ticket .desc .ticket-name {
          color: #FFF;
          font-family: 'Greycliff CF Bold', sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 4px; }
        .view-my-ticket .ticket-container .box-ticket .desc .ticket-venue-name,
        .view-my-ticket .ticket-container .box-ticket .desc .ticket-date-time {
          color: #FFF;
          font-family: 'Greycliff CF Regular', sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
        .view-my-ticket .ticket-container .box-ticket .desc .ticket-venue-name {
          margin-bottom: 4px; }
        .view-my-ticket .ticket-container .box-ticket .desc .ticket-description {
          color: #FFF;
          font-family: 'Greycliff CF Regular', sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 4px; }
        .view-my-ticket .ticket-container .box-ticket .desc .gift_card-code {
          color: #FFF;
          font-family: 'Greycliff CF Regular', sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
      .view-my-ticket .ticket-container .box-ticket .time {
        display: flex;
        align-items: center; }
        .view-my-ticket .ticket-container .box-ticket .time .gift_card-content-right {
          color: #FFF;
          font-size: 24px;
          margin: 0 16px 0 0;
          padding: 0;
          font-weight: 600; }
        .view-my-ticket .ticket-container .box-ticket .time .gift_card-content-left {
          color: rgba(255, 255, 255, 0.5);
          font-size: 18px;
          margin: 0;
          padding: 0; }
      .view-my-ticket .ticket-container .box-ticket .btn-share {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10.5px 12px;
        border-radius: 12px;
        background: #137EFC;
        backdrop-filter: blur(30px);
        color: #FFFFFF;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border: unset; }
      .view-my-ticket .ticket-container .box-ticket .btn-custom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10.5px 12px;
        border-radius: 12px;
        background: #137EFC;
        backdrop-filter: blur(30px);
        color: #FFFFFF;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border: unset; }
        .view-my-ticket .ticket-container .box-ticket .btn-custom.disable {
          background: #CDD0D5;
          color: #969BA7;
          cursor: not-allowed; }

.view-ticket {
  max-width: 420px;
  width: 100%;
  margin: auto;
  background-color: #ffffff; }
  .view-ticket .text-color {
    color: #000000; }
  .view-ticket .ticket-logo {
    width: 50%;
    text-align: center;
    line-height: 58px;
    margin: 0 auto 16px; }
    .view-ticket .ticket-logo .image-logo {
      width: 70%; }
  .view-ticket .hr-vertical {
    border-left: 1px solid #eeeeee;
    height: 50px;
    position: absolute;
    left: 50%; }
  .view-ticket .info-order {
    width: 50%;
    line-height: 58px;
    text-align: center;
    font-size: 15px; }
    .view-ticket .info-order .order_text {
      color: #acacac; }
    .view-ticket .info-order .order_id {
      color: #555555; }
  .view-ticket .ticket-title {
    text-align: center;
    margin: 30px 0 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #188df2;
    font-family: Arial, Helvetica, sans-serif; }
  .view-ticket .ticket-content {
    margin-bottom: 20px; }
    .view-ticket .ticket-content .content-img {
      width: 50%;
      text-align: center; }
      .view-ticket .ticket-content .content-img img {
        width: 80%; }
    .view-ticket .ticket-content .content-info {
      width: 50%; }
      .view-ticket .ticket-content .content-info .fa-location-arrow,
      .view-ticket .ticket-content .content-info .fa-calendar,
      .view-ticket .ticket-content .content-info .fa-user,
      .view-ticket .ticket-content .content-info .fa-map-marker-alt {
        color: #acacac; }
      .view-ticket .ticket-content .content-info .venue-address {
        padding-left: 35px;
        color: #000000; }
      .view-ticket .ticket-content .content-info .text-color {
        color: #000000; }
      .view-ticket .ticket-content .content-info .event-info {
        font-size: 14px;
        font-weight: 700;
        color: #000000; }
  .view-ticket .link-ticket {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    color: #ffffff; }
    .view-ticket .link-ticket .link-print {
      border: 2px solid #ffffff;
      border-radius: 8px;
      background-color: #0575ff;
      color: #ffffff;
      width: 40%;
      margin-left: 30px; }
    .view-ticket .link-ticket .link-text {
      border: 2px solid #ffffff;
      border-radius: 8px;
      background-color: #0575ff;
      color: #ffffff;
      width: 40%;
      margin-right: 30px; }
  .view-ticket .ticket-hr {
    margin-top: 20px;
    margin-bottom: 10px; }
  .view-ticket .sharing-section {
    margin-top: 20px; }
    .view-ticket .sharing-section .sharing-title {
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      color: #188df2;
      font-family: Arial, Helvetica, sans-serif; }
    .view-ticket .sharing-section .sharing-nav {
      text-align: center; }
      .view-ticket .sharing-section .sharing-nav .sharing-earned {
        font-weight: 700;
        margin: 0; }
      .view-ticket .sharing-section .sharing-nav .text-color {
        color: #000000; }
    .view-ticket .sharing-section .sharing-sharing {
      text-align: center; }
      .view-ticket .sharing-section .sharing-sharing .sharing-noti {
        color: #137efc;
        font-weight: 700; }
      .view-ticket .sharing-section .sharing-sharing .sharing-icon {
        font-size: 40px;
        color: #137efc;
        padding: 12px; }
      .view-ticket .sharing-section .sharing-sharing .sharing-last-noti {
        font-weight: 700;
        color: #000000; }
    .view-ticket .sharing-section .sharing-points .point-content {
      margin-bottom: 10px; }
      .view-ticket .sharing-section .sharing-points .point-content .point-image {
        padding-left: 50px; }
        .view-ticket .sharing-section .sharing-points .point-content .point-image .img-point {
          width: 50px;
          height: 50px;
          border-radius: 50%; }
      .view-ticket .sharing-section .sharing-points .point-content .point-info {
        padding-left: 40px; }
        .view-ticket .sharing-section .sharing-points .point-content .point-info .point-amount {
          margin: 0;
          font-weight: 700; }
        .view-ticket .sharing-section .sharing-points .point-content .point-info .text-color {
          color: #000000; }
    .view-ticket .sharing-section .sharing-summary {
      text-align: center;
      color: #137efc;
      font-weight: 700; }
  .view-ticket .qrcode-section .qr-title {
    line-height: 40px;
    margin: 0 35px; }
  .view-ticket .qrcode-section .qr-content {
    width: 85%;
    margin: 0 35px;
    border: 2px solid #eeeeee; }
    .view-ticket .qrcode-section .qr-content .qr-event-name {
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px;
      background-color: #fafafa;
      line-height: 40px; }
    .view-ticket .qrcode-section .qr-content .qr-info {
      padding-left: 30px; }
      .view-ticket .qrcode-section .qr-content .qr-info .qr-info-name {
        margin: 0;
        color: #acacac; }
    .view-ticket .qrcode-section .qr-content .qr-code {
      text-align: center; }
    .view-ticket .qrcode-section .qr-content .img-add-to {
      display: block;
      color: #000;
      text-decoration: none;
      font-family: Helvetica, arial, sans-serif;
      font-size: 16px;
      max-width: 600px;
      height: 44px; }
  .view-ticket .qrcode-section .ticket-hr:last-child {
    width: 80%;
    margin-left: 38px; }
  .view-ticket .billing-section {
    margin-top: 30px; }
    .view-ticket .billing-section .billing-title {
      line-height: 40px;
      margin: 0 35px; }
      .view-ticket .billing-section .billing-title p {
        color: #191919;
        font-weight: 800; }
    .view-ticket .billing-section .billing-content {
      margin: 0 35px; }
    .view-ticket .billing-section .billing-summary {
      margin: 0 35px; }
  .view-ticket .additional-section {
    margin-top: 30px; }
    .view-ticket .additional-section .additional-title {
      line-height: 40px;
      margin: 0 35px; }
      .view-ticket .additional-section .additional-title p {
        color: #191919;
        font-weight: 800; }
    .view-ticket .additional-section a {
      margin: 0 35px; }
  .view-ticket .contact-section {
    margin-top: 30px; }
    .view-ticket .contact-section .contact-title {
      line-height: 40px;
      margin: 0 35px; }
      .view-ticket .contact-section .contact-title p {
        color: #191919;
        font-weight: 800; }
    .view-ticket .contact-section .contact-content {
      text-align: center; }
      .view-ticket .contact-section .contact-content .button {
        border: 2px solid #ffffff;
        border-radius: 8px;
        background-color: #0575ff;
        color: #ffffff;
        width: 40%;
        margin: auto; }
        .view-ticket .contact-section .contact-content .button a {
          width: 100%;
          text-align: center;
          font-size: 13px;
          font-weight: bold;
          font-family: sans-serif;
          text-decoration: none;
          line-height: 40px;
          display: inline-block;
          color: #ffffff; }
      .view-ticket .contact-section .contact-content .contact-info {
        margin: 20px; }

#reward-modal .modal-tickets {
  max-width: 420px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px; }
  #reward-modal .modal-tickets .modal-content {
    background: rgba(255, 255, 255, 0.5);
    padding: 16px; }
    #reward-modal .modal-tickets .modal-content .modal-header {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      border: none;
      margin-bottom: 16px; }
      #reward-modal .modal-tickets .modal-content .modal-header .modal-head-box {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0; }
        #reward-modal .modal-tickets .modal-content .modal-header .modal-head-box .desc .ticket-name {
          color: #000; }
        #reward-modal .modal-tickets .modal-content .modal-header .modal-head-box .desc .ticket-description {
          color: rgba(0, 0, 0, 0.5); }
    #reward-modal .modal-tickets .modal-content .desc-w {
      font-size: 14px;
      color: #000;
      margin-bottom: 16px; }
    #reward-modal .modal-tickets .modal-content .input-copy {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      border: unset;
      color: #000; }
    #reward-modal .modal-tickets .modal-content .link-copy {
      border-left: 1px solid #6B7280;
      position: absolute;
      right: 2px;
      top: 5px;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px; }
    #reward-modal .modal-tickets .modal-content .footer-summary {
      font-size: 14px;
      color: #000; }
      #reward-modal .modal-tickets .modal-content .footer-summary b {
        font-family: 'Greycliff CF Bold', sans-serif; }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.light-mode {
  background: #f4f5f7; }
  .light-mode .reward-page-v4-layout * {
    color: #000000;
    font-family: 'Greycliff CF Regular', sans-serif; }
  .light-mode .reward-page-v4-layout .main-banner .card-header-info .background-img {
    height: 400px; }
    .light-mode .reward-page-v4-layout .main-banner .card-header-info .background-img .header-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 40.87%, #000 100%);
    backdrop-filter: blur(5px);
    padding: 8px 16px 12px 16px;
    width: 100%; }
    .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .title-buyer {
      color: #FFF;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .star-reward svg {
      width: 30px;
      height: 30px; }
    .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .text-share {
      color: #FFF;
      font-family: 'Greycliff CF Regular', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin: 0 16px 0 8px; }
    .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget {
      width: 448px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(61.75px); }
      .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget .link-refer {
        width: 100%;
        position: relative;
        padding: 9.5px 12px; }
        .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget .link-refer input {
          background: transparent;
          border: none;
          outline: none;
          width: 100%;
          height: 100%;
          color: #FFF;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
      .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget .copy {
        padding: 9.5px 12px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        color: #FFF;
        text-align: center;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .reward-copy {
      padding: 8px 12px;
      margin-left: 16px;
      border-radius: 12px;
      background: #137EFC;
      backdrop-filter: blur(30px);
      color: #FFF;
      text-align: center;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
      .light-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .reward-copy svg {
        margin-right: 4px; }
  .light-mode .reward-page-v4-layout .ss-event-item {
    background: linear-gradient(180deg, rgba(230, 230, 230, 0.95) 30%, rgba(230, 230, 230, 0.9) 53%, rgba(255, 255, 255, 0.9) 88%, rgba(255, 255, 255, 0.95) 110%);
    padding: 16px;
    border-radius: 12px; }
    .light-mode .reward-page-v4-layout .ss-event-item .background-img {
      height: 251px; }
      .light-mode .reward-page-v4-layout .ss-event-item .background-img .header-image {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 6px; }
    .light-mode .reward-page-v4-layout .ss-event-item .title {
      margin-top: 0;
      font-family: 'Greycliff CF Regular', sans-serif; }
    .light-mode .reward-page-v4-layout .ss-event-item .star-reward {
      margin-top: 8px;
      font-family: 'Greycliff CF Regular', sans-serif; }
    .light-mode .reward-page-v4-layout .ss-event-item .text-desc {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      height: 48px; }
    .light-mode .reward-page-v4-layout .ss-event-item .redeem-modal-btn {
      width: 100%;
      padding: 10.5px 12px;
      border-radius: 12px;
      border: 1px solid #4699FF;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(30px);
      color: #137EFC;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .light-mode .reward-page-v4-layout .mb-30px {
    margin-bottom: 30px; }
  .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content {
    margin: auto;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.7); }
    .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header {
      border: none;
      padding: 24px 24px 0 24px; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .modal-title {
        color: #000;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .txt-number span {
        color: rgba(0, 0, 0, 0.8);
        font-family: 'Greycliff CF Regular', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .btn-close {
        width: unset;
        border: unset;
        padding: 1px;
        border-radius: 72px;
        background: linear-gradient(156.52deg, rgba(0, 0, 0, 0.4) 2.12%, rgba(0, 0, 0, 0.05) 39%, rgba(0, 0, 0, 0.05) 54.33%, rgba(0, 0, 0, 0.1) 93.02%);
        opacity: 1; }
        .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .btn-close .ss-fake-bg-close {
          display: flex;
          width: 32px;
          height: 32px;
          justify-content: center;
          align-items: center;
          background: #B8B8B8;
          box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
          border-radius: 72px;
          padding: 4px 7px; }
          .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .btn-close .ss-fake-bg-close svg {
            width: 18px;
            height: 18px; }
    .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body {
      padding: 24px; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .background-img {
        height: 400px; }
        .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .background-img .header-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          border-radius: 16px; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .title {
        margin-top: 0;
        font-family: 'Greycliff CF Regular', sans-serif; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .star-reward {
        margin-top: 8px;
        font-family: 'Greycliff CF Regular', sans-serif; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .circle-bg {
        stroke: #A6A6A6; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .x-center {
        font-family: 'Greycliff CF Bold', sans-serif; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .text-share {
        color: #000;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget {
        width: 100%;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(61.75px); }
        .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget .link-refer {
          width: 100%;
          position: relative;
          padding: 9.5px 12px; }
          .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget .link-refer input {
            background: transparent;
            border: none;
            outline: none;
            width: 100%;
            height: 100%;
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal; }
        .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget .copy {
          padding: 9.5px 12px;
          border-left: 1px solid rgba(0, 0, 0, 0.3);
          color: #000;
          text-align: center;
          font-family: 'Greycliff CF Bold', sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .input-with-top-label p {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 10px; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description {
        border: unset;
        padding: 1px;
        border-radius: 16px;
        background: linear-gradient(157deg, rgba(255, 255, 255, 0.6) 2.12%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 54.33%, rgba(255, 255, 255, 0.2) 93.02%); }
        .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description .textarea-description,
        .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description .textarea-redeem-notes {
          color: #25282D;
          border-radius: 16px;
          border: unset;
          background-color: #D8D8D8;
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          height: 80px;
          padding: 15px 11px; }
    .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-footer {
      padding: 24px;
      border: unset; }
      .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-footer .redeem-modal-btn {
        width: 100%;
        padding: 10.5px 12px;
        border-radius: 12px;
        border: 1px solid #4699FF;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(30px);
        color: #137EFC;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
  .light-mode .reward-page-v4-layout .atbd-pagination-custom .dropdown {
    margin-left: 10px; }
  .light-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: transparent;
    border: none !important;
    margin: 2.5px;
    font-family: 'Greycliff CF Regular', sans-serif;
    color: #000; }
    .light-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link.la {
      border: 1px solid rgba(0, 0, 0, 0.1) !important;
      background: #d0d0d0 !important;
      font-family: 'Line Awesome Free'; }
  .light-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link:hover,
  .light-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link.active {
    color: #FFF;
    border-radius: 16px;
    background: #137EFC !important; }
    .light-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link:hover.la,
    .light-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link.active.la {
      color: #FFF; }
  .light-mode .reward-page-v4-layout .atbd-pagination__item .paging-option:after {
    font-size: 16px;
    color: #25282D; }
  .light-mode .reward-page-v4-layout .atbd-pagination__item button.page-selection {
    color: #25282D;
    font-weight: 400;
    height: 40px;
    width: 120px;
    border-color: #E6EAF0;
    padding-left: 0;
    background-color: #FFFFFF;
    border-radius: 4px; }
    .light-mode .reward-page-v4-layout .atbd-pagination__item button.page-selection span {
      position: relative;
      left: -5px; }

.dark-mode {
  background: #000403 !important; }
  .dark-mode .reward-page-v4-layout * {
    color: #FFFFFF;
    font-family: 'Greycliff CF Regular', sans-serif; }
  .dark-mode .reward-page-v4-layout .main-banner .card-header-info .background-img {
    height: 400px; }
    .dark-mode .reward-page-v4-layout .main-banner .card-header-info .background-img .header-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 40.87%, #000 100%);
    backdrop-filter: blur(5px);
    padding: 8px 16px 12px 16px;
    width: 100%; }
    .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .title-buyer {
      color: #FFF;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .star-reward svg {
      width: 30px;
      height: 30px; }
    .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .text-share {
      color: #FFF;
      font-family: 'Greycliff CF Regular', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin: 0 16px 0 8px; }
    .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget {
      width: 448px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(61.75px); }
      .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget .link-refer {
        width: 100%;
        position: relative;
        padding: 9.5px 12px; }
        .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget .link-refer input {
          background: transparent;
          border: none;
          outline: none;
          width: 100%;
          height: 100%;
          color: #FFF;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
      .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .copy-link-widget .copy {
        padding: 9.5px 12px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        color: #FFF;
        text-align: center;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .reward-copy {
      padding: 8px 12px;
      margin-left: 16px;
      border-radius: 12px;
      background: #137EFC;
      backdrop-filter: blur(30px);
      color: #FFF;
      text-align: center;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
      .dark-mode .reward-page-v4-layout .main-banner .card-header-info .content-header .reward-copy svg {
        margin-right: 4px; }
  .dark-mode .reward-page-v4-layout .ss-event-item {
    background: linear-gradient(180deg, rgba(39, 32, 29, 0.95) 30%, rgba(39, 32, 29, 0.9) 53%, rgba(25, 29, 28, 0.9) 88%, rgba(25, 29, 28, 0.95) 100%);
    padding: 16px;
    border-radius: 12px; }
    .dark-mode .reward-page-v4-layout .ss-event-item .background-img {
      height: 251px; }
      .dark-mode .reward-page-v4-layout .ss-event-item .background-img .header-image {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 6px; }
    .dark-mode .reward-page-v4-layout .ss-event-item .title {
      margin-top: 0;
      font-family: 'Greycliff CF Regular', sans-serif; }
    .dark-mode .reward-page-v4-layout .ss-event-item .star-reward {
      margin-top: 8px;
      font-family: 'Greycliff CF Regular', sans-serif; }
    .dark-mode .reward-page-v4-layout .ss-event-item .text-desc {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #FFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      height: 48px; }
    .dark-mode .reward-page-v4-layout .ss-event-item .redeem-modal-btn {
      width: 100%;
      padding: 10.5px 12px;
      border-radius: 12px;
      border: 1px solid #4699FF;
      background: rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(30px);
      color: #FFFFFF;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .dark-mode .reward-page-v4-layout .circle-bg {
    stroke: #3D3E3C; }
  .dark-mode .reward-page-v4-layout .x-center {
    fill: #FFFFFF; }
  .dark-mode .reward-page-v4-layout .mb-30px {
    margin-bottom: 30px; }
  .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content {
    margin: auto;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0.5) 100%), rgba(255, 255, 255, 0.05) !important;
    border: unset; }
    .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header {
      background: rgba(24, 24, 24, 0.5);
      border-top-left-radius: 12px;
      border-top-right-radius: 12px; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .modal-title {
        color: #FFFFFF;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .txt-number span {
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Greycliff CF Regular', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .btn-close {
        width: unset;
        border: unset;
        padding: 1px;
        border-radius: 72px;
        background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%);
        opacity: 1; }
        .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .btn-close .ss-fake-bg-close {
          display: flex;
          width: 32px;
          height: 32px;
          justify-content: center;
          align-items: center;
          background: #303131;
          box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
          border-radius: 72px;
          padding: 4px 7px; }
          .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header .btn-close .ss-fake-bg-close svg {
            width: 18px;
            height: 18px; }
    .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body {
      background: rgba(24, 24, 24, 0.5);
      padding: 24px; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .background-img {
        height: 400px; }
        .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .background-img .header-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          border-radius: 16px; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .title {
        margin-top: 0;
        font-family: 'Greycliff CF Regular', sans-serif; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .star-reward {
        margin-top: 8px;
        font-family: 'Greycliff CF Regular', sans-serif; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .circle-bg {
        stroke: #3D3E3C; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .x-center {
        font-family: 'Greycliff CF Bold', sans-serif; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .text-share {
        color: #FFF;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget {
        width: 100%;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(61.75px); }
        .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget .link-refer {
          width: 100%;
          position: relative;
          padding: 9.5px 12px; }
          .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget .link-refer input {
            background: transparent;
            border: none;
            outline: none;
            width: 100%;
            height: 100%;
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal; }
        .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .copy-link-widget .copy {
          padding: 9.5px 12px;
          border-left: 1px solid rgba(255, 255, 255, 0.5);
          color: #FFF;
          text-align: center;
          font-family: 'Greycliff CF Bold', sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .input-with-top-label p {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 10px; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description {
        border: unset;
        position: relative;
        background: unset;
        border-radius: 16px;
        padding: 0; }
        .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description .textarea-description,
        .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description .textarea-redeem-notes {
          color: #FFFFFF;
          border-radius: 16px;
          border: unset;
          background-color: rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          height: 80px;
          padding: 15px 11px; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body .ss-fake-bg-description::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 1px;
        background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        z-index: 1; }
    .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-footer {
      background: rgba(24, 24, 24, 0.5);
      border: unset; }
      .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-footer .redeem-modal-btn {
        width: 100%;
        padding: 10.5px 12px;
        border-radius: 12px;
        border: 1px solid #4699FF;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(30px);
        color: #137EFC;
        font-family: 'Greycliff CF Bold', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 12px;
      padding: 1px;
      background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      z-index: 1; }
  .dark-mode .reward-page-v4-layout .atbd-pagination-custom .dropdown {
    margin-left: 10px; }
  .dark-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: none !important;
    margin: 2.5px;
    font-family: 'Greycliff CF Regular', sans-serif;
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }
    .dark-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link.la {
      border: 1px solid rgba(0, 0, 0, 0.1) !important;
      background: rgba(255, 255, 255, 0.1) !important;
      font-family: 'Line Awesome Free'; }
  .dark-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link:hover,
  .dark-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link.active {
    color: #FFF;
    border-radius: 16px;
    background: #137EFC !important; }
    .dark-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link:hover.la,
    .dark-mode .reward-page-v4-layout .atbd-pagination-custom .atbd-pagination__link.active.la {
      color: #FFF; }
  .dark-mode .reward-page-v4-layout .atbd-pagination__item .paging-option:after {
    font-size: 16px;
    color: #FFFFFF; }
  .dark-mode .reward-page-v4-layout .atbd-pagination__item button.page-selection {
    color: #FFFFFF;
    font-weight: 400;
    height: 40px;
    width: 120px;
    border-color: #3d4148;
    padding-left: 0;
    background-color: transparent;
    border-radius: 4px; }
    .dark-mode .reward-page-v4-layout .atbd-pagination__item button.page-selection span {
      position: relative;
      left: -5px; }
  .dark-mode .reward-page-v4-layout .atbd-pagination__item .dropdown-menu {
    background-color: transparent;
    border: 1px solid #3D4148;
    box-shadow: unset;
    backdrop-filter: blur(50px); }

@media only screen and (max-width: 575px) {
  .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header {
    padding: 15px; }
  .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body {
    padding: 0 !important; }
  .light-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-footer {
    padding: 0; }

  .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-header {
    padding: 15px; }
  .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-body {
    padding: 0 !important; }
  .dark-mode .reward-page-v4-layout .buyer-redeem-page .modal-content .ss-fake-border-popup-redeem .modal-footer {
    padding: 0; } }
/*



*/
