/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");*/
.zing-loyalty-page * {
    margin: 0;
    padding: 0;
    color: #000;
    box-sizing: border-box;
    line-height: initial;
    /* font-family: Inter; */
}
.zing-loyalty-page .zing-loyalty-page-overlay {
    height: 100vh;
    width: 100%;
    background: #f1f1f1;
    display: block;
}
.zing-loyalty-page-popup-overlay * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: initial;
}
.zing-loyalty-page {
    width: 100%;
    margin: 0 auto;
}
.zing-loyalty-page-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 50px;
    width: 100%;
}
.zing-loyalty-page-section .content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.zing-loyalty-page-section.show {
    opacity: 1;
    /* animation: FadeIn 1s ease-in-out; */
}
.zing-loyalty-page-section.hidden {
    display: none;
}
/* Common styles  */
.zing-loyalty-page-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.zing-loyalty-page-spinner svg {
    height: 44px;
    width: 44px;
    animation: rotate 0.5s linear infinite;
}
.zing-loyalty-page-section .zing-loyalty-page-spinner {
    margin-top: 16px;
}
.zing-loyalty-page-button {
    width: 100%;
    color: var(--button_text_color);
    background-color: var(--button_color);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid var(--button_border_color);
    border-radius: var(--button_corner_radius);
    height: 44px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zing-loyalty-page-button.loading {
    pointer-events: none;
}
.zing-loyalty-page-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.zing-loyalty-page-button .loading-icon {
    animation: rotate 0.5s linear infinite;
    height: 20px;
    width: 20px;
}
.zing-loyalty-page-button:hover {
    opacity: 0.5;
}
.zing-loyalty-page-copy-wrapper {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--button_text_color);
    cursor: pointer;
}
.zing-loyalty-page-copy-wrapper img {
    height: 100%;
    width: 100%;
}

#zing-loyalty-page-toast {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: #2c3e50;
    padding: 4px 32px;
    border-radius: 4px;
    animation: slideUp 0.3s ease-out;
    z-index: 99999;
}
.zing-loyalty-page-badge {
    padding: 2px 8px;
    border-radius: 8px;
}
.zing-loyalty-page-badge.success {
    background-color: rgba(175, 254, 191, 1);
    color: rgba(1, 75, 64, 1);
}
.zing-loyalty-page-badge.critical {
    background-color: rgba(254, 209, 215, 1);
    color: rgba(142, 11, 33, 1);
}

#zing-loyalty-page .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
#zing-loyalty-page .pagination-text {
    padding: 0 12px;
    font-size: 13px;
    font-weight: 450;
    line-height: 20px;
}
#zing-loyalty-page #pagination-prev {
    transform: rotate(180deg);
}

#zing-loyalty-page .pagination-button {
    height: 28px;
    width: 28px;
}

#zing-loyalty-page .pagination-button {
    height: 28px;
    width: 28px;
    cursor: pointer;
}
#zing-loyalty-page .pagination-button.disable {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
#zing-loyalty-page .pagination-button img.disable {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
#zing-loyalty-page-range-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: center;
    max-width: 275px;
}
#zing-loyalty-page-range-input-wrapper .block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
#zing-loyalty-page-range-input-wrapper input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    height: 2px;
    background: #d9d9d9;
}
#zing-loyalty-page-range-input-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 13px;
    width: 13px;
    background-color: #000;
    border-radius: 50%;
    border: none;
    transition: 0.2s ease-in-out;
}

#zing-loyalty-page-range-input-wrapper input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #000;
    border-radius: 50%;
    border: none;
    transition: 0.2s ease-in-out;
}

#zing-loyalty-page-range-input-wrapper input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 7px rgb(0, 0, 0, 0.1);
}
#zing-loyalty-page-range-input-wrapper input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 7px rgb(0, 0, 0, 0.1);
}
#zing-loyalty-page-range-input-wrapper input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
}

#zing-loyalty-page-range-input-wrapper input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
}
#zing-loyalty-page-range-input-wrapper input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
}
#zing-loyalty-page-range-input-wrapper input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
}
#zing-loyalty-page-range-input-wrapper .plus,
#zing-loyalty-page-range-input-wrapper .minus {
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #ffff;
    cursor: pointer;
    line-height: 14px;
}
#zing-loyalty-page-range-input-wrapper input[type="range"] {
    flex: 1;
}
.zing-loyalty-page__copy-input {
    overflow: hidden;
    background-color: #ffffff;
    border: 0.66px solid #8a8a8a;
    padding: 16px 32px;
    padding-right: 64px;
    font-weight: 450;
    width: 100%;
    border-radius: 36px;
    position: relative;
}
.zing-loyalty-page__copy-input input {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #303030;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none;
}
.zing-loyalty-page__copy-input .zing-loyalty-page__copy-input__icon {
    position: absolute;
    right: 32px;
    top: 14px;
}
/* Popup */
.zing-loyalty-page-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
#zing-loyalty-page-popup #range-value {
    font-size: 13px;
    font-weight: 450;
    color: #000;
    line-height: 20px;
}
.zing-loyalty-page-popup {
    background: var(--popup_color);
    width: 100%;
    max-width: 545px;
    border-radius: var(--popup_corner_radius);
    border: 1px solid var(--popup_border_color);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: popupFade 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 296px;
    padding: 60px;
    gap: 30px;
    text-align: center;
    position: relative;
    line-height: initial;
}
.zing-loyalty-page-popup__title {
    margin: 0;
    font-size: var(--popup_heading_size);
    font-weight: var(--popup_heading_font_weight);
    color: var(--popup_heading_color);
}

.zing-loyalty-page-popup__desc {
    margin: 0;
    margin-top: 12px;
    font-size: var(--popup_subheading_size);
    font-weight: var(--popup_subheading_font_weight);
    color: var(--popup_subheading_color);
}

.zing-loyalty-page-popup__close {
    height: 20px;
    width: 20px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease-in-out;
    top: 24px;
    right: 24px;
}
.zing-loyalty-page-popup__close img {
    height: 100%;
    width: 100%;
}
.zing-loyalty-page-popup__close:hover {
    transform: scale(1.2);
}
.zing-loyalty-page-popup .zing-loyalty-page-button {
    background-color: var(--popup_button_color);
    color: var(--popup_button_text_color);
    border-radius: var(--popup_button_corner_radius);
}
.zing-loyalty-page-popup__not-enough-points {
    color: var(--popup_not_enough_points_message_color);
}
.zing-loyalty-page-popup__prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400px;
}
.zing-loyalty-page-popup__sign-in-prompt {
    color: var(--popup_sign_in_prompt_color);
    font-size: 16px;
    font-weight: 400;
}
.zing-loyalty-page-popup__sign-in-text {
    color: var(--popup_sign_in_text_color);
    text-decoration: unset;
}
.zing-loyalty-page-popup #zing-loyalty-page-range-input-wrapper input[type="range"]::-webkit-slider-thumb {
    background-color: var(--popup_button_color);
}
.zing-loyalty-page-popup #zing-loyalty-page-range-input-wrapper input[type="range"]::-moz-range-thumb {
    background-color: var(--popup_button_color);
}
.zing-loyalty-page-popup #zing-loyalty-page-range-input-wrapper .plus,
.zing-loyalty-page-popup #zing-loyalty-page-range-input-wrapper .minus {
    background: var(--popup_button_color);
    color: var(--popup_button_text_color);
}

.zing-loyalty-page-popup .streak-container {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.zing-loyalty-page-popup .streak-box {
    width: 38px;
    height: 60px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.zing-loyalty-page-popup .streak-box.claimed {
    border-color: #f39e09;
}
.zing-loyalty-page-popup .streak-box .day-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d9d9d9;
    font-size: 8px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 8px;
}
.zing-loyalty-page-popup .day-circle.claimed-circle {
    background-color: #f39e09;
    color: #fff;
    font-size: 18px;
}
.zing-loyalty-page-popup .streak-box .points-text {
    font-size: 10px;
    font-weight: 450;
    color: #000;
}

/* Banner  */
#zing-loyalty-page-banner {
    position: relative;
    height: 436px;
    padding: 0px;
}
#zing-loyalty-page-banner img {
    height: 436px;
    width: 100%;
    object-fit: cover;
}
#zing-loyalty-page-banner .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 16px;
}
#zing-loyalty-page-banner .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    text-align: center;
    color: var(--heading_color);
}
#zing-loyalty-page-banner .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 22px;
}
#zing-loyalty-page-banner .banner__btn {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
}
#zing-loyalty-page-banner a {
    padding: 8px 16px;
    border-radius: var(--button_corner_radius);
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
#zing-loyalty-page-banner #btn-join-now {
    background-color: var(--primary_button);
    color: var(--primary_button_text);
    border: 2px solid var(--primary_button_border);
    border-radius: var(--button_corner_radius);
    transition: all 0.5s;
}
#zing-loyalty-page-banner #btn-join-now:hover {
    opacity: 0.5;
}
#zing-loyalty-page-banner #btn-shop-now {
    background-color: var(--primary_button);
    color: var(--primary_button_text);
    border: 2px solid var(--primary_button_border);
    border-radius: var(--button_corner_radius);
    transition: all 0.5s;
}
#zing-loyalty-page-banner #btn-shop-now:hover {
    opacity: 0.5;
}
#zing-loyalty-page-banner #btn-sign-in {
    background-color: var(--secondary_button);
    color: var(--secondary_button_text);
    border: 2px solid var(--secondary_button_border);
    border-radius: var(--button_corner_radius);
    transition: all 0.5s;
}
#zing-loyalty-page-banner #btn-sign-in:hover {
    opacity: 0.5;
}
/* Reward activities  */
#zing-loyalty-page-reward-activities {
    background-color: var(--background_color);
}
#zing-loyalty-page-reward-activities .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-reward-activities .table-wrapper {
    border-radius: 8px;
    max-width: 1200px;
    border: 1px solid rgba(235, 235, 235, 1);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}
#zing-loyalty-page-reward-activities .zing-table {
    background-color: var(--table_background);
}
#zing-loyalty-page-reward-activities .zing-table thead th {
    background-color: var(--table_header_background);
    color: var(--table_header_text_color) !important;
}
#zing-loyalty-page-reward-activities .zing-table tbody tr td {
    color: var(--table_text_color) !important;
}
#zing-loyalty-page-reward-activities .zing-table tbody tr td * {
    color: var(--table_text_color) !important;
}
#zing-loyalty-page-reward-activities .table__no-data {
    color: var(--table_no_data_color);
    padding: 32px 16px;
    text-align: center;
}

/* How it works  */
#zing-loyalty-page-how-it-works {
    background-color: var(--background_color);
}
#zing-loyalty-page-how-it-works .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-how-it-works .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 15px;
}
#zing-loyalty-page-how-it-works .how-it-works__items {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
#zing-loyalty-page-how-it-works .how-it-works__item {
    flex-basis: 31%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    min-width: 200px;
}
#zing-loyalty-page-how-it-works .how-it-works__item .icon {
    height: var(--icon_size);
    width: var(--icon_size);
    overflow: hidden;
}
#zing-loyalty-page-how-it-works .how-it-works__item .icon svg {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-how-it-works .how-it-works__item .icon img {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-how-it-works .how-it-works__item h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--step_title_color);
}
#zing-loyalty-page-how-it-works .how-it-works__item p {
    font-size: 16px;
    font-weight: 400;
    color: var(--step_description_color);
}
/* Way to Earn points  */
#zing-loyalty-page-way-to-earn-points {
    background-color: var(--background_color);
}
#zing-loyalty-page-way-to-earn-points .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-way-to-earn-points .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 15px;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    justify-content: center;
    width: 100%;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item {
    padding: 25px 12px;
    border-radius: var(--card_corner_radius);
    border: 3px solid var(--card_border_color);
    background-color: var(--card_color);
    min-width: 200px;
    max-width: 275px;
    transition: all 0.3s ease;
    min-height: 209px;
    flex-basis: 19%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    text-align: center;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item:hover {
    transform: translateY(-2px);
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item .icon {
    height: var(--icon_size);
    width: var(--icon_size);
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item .icon svg {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item .icon img {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--program_name_color);
}
#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item p {
    font-size: 14px;
    font-weight: 400;
    color: var(--reward_text_color);
    margin-top: 8px;
}

#zing-loyalty-page-way-to-earn-points .way-to-earn-points__item p span {
    color: var(--reward_text_color);
    font-size: 14px;
    font-weight: 400;
}

.zing-loyalty-page-birthday-inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zing-loyalty-page-birthday-inputs .otpCont {
    display: flex;
    align-content: center;
    justify-content: center;
}
.zing-loyalty-page-birthday-inputs .zing-otSc {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 450;
    color: #616161;
    text-align: center;
    width: 32px;
    height: 40px;
    border: 0.66px solid #e3e3e3;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    box-shadow: unset;
}
.zing-loyalty-page-birthday-inputs .zing-otSc:nth-child(1),
.zing-loyalty-page-birthday-inputs .zing-otSc:nth-child(3) {
    margin-right: 4px;
}
.zing-loyalty-page-birthday-inputs .zing-otSc:nth-child(2) {
    margin-right: 16px;
}

.zing-loyalty-page-birthday-inputs .zing-otSc:last-child {
    margin-right: 0;
}

.zing-loyalty-page-birthday-inputs .zing-otSc.error {
    border: 1px solid #8e0b21;
    background: #fee8eb;
}

.zing-loyalty-page-birthday-inputs #otpMessage {
    margin-top: 4px;
    color: #8e0b21;
    display: none;
}
#zing-loyalty-page-way-to-earn-points .streak-progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#zing-loyalty-page-way-to-earn-points .streak-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d9d9d9;
    color: #000;
    font-size: 10px;
    font-weight: 450;
    display: flex;
    align-items: center;
    justify-content: center;
}
#zing-loyalty-page-way-to-earn-points .streak-circle.claimed {
    background-color: #f39e09;
    color: #fff;
}
#zing-loyalty-page-way-to-earn-points .streak-line {
    flex: 1;
    height: 2px;
    background-color: #ddd;
    margin: 0px;
    display: block;
}
#zing-loyalty-page-way-to-earn-points .streak-line.claimed-line {
    background-color: #f39e09;
}
/* Way to redeem points  */
#zing-loyalty-page-way-to-redeem-points {
    background-color: var(--background_color);
}
#zing-loyalty-page-way-to-redeem-points .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-way-to-redeem-points .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 15px;
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    justify-content: center;
    width: 100%;
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item {
    padding: 15px;
    border-radius: var(--card_corner_radius);
    border: 3px solid var(--card_border_color);
    background-color: var(--card_color);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    max-width: 275px;
    gap: 15px;
    transition: all 0.3s ease;
    min-height: 209px;
    flex-basis: 19%;
    cursor: pointer;
    flex-direction: column;
    text-align: center;
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item:hover {
    transform: translateY(-2px);
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item .icon {
    height: var(--icon_size);
    width: var(--icon_size);
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item .icon svg {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item .icon img {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--program_name_color);
}
#zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item p {
    font-size: 14px;
    font-weight: 400;
    color: var(--reward_text_color);
    margin-top: 8px;
}
/* VIP tiers  */
#zing-loyalty-page-vip-tiers {
    background-color: var(--background_color);
}
#zing-loyalty-page-vip-tiers .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-vip-tiers .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 15px;
}
#zing-loyalty-page-vip-tiers .vip-tiers__items {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item {
    padding: 24px 12px;
    border-radius: var(--card_corner_radius);
    border: 1px solid var(--card_border_color);
    background-color: var(--card_color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 200px;
    width: 100%;
    max-width: 275px;
    flex-basis: 19%;
    min-height: 209px;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item .icon {
    height: var(--icon_size);
    width: var(--icon_size);
    margin: 0 auto;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item .icon svg {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item .icon img {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item h2 {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--tier_name_color);
}
#zing-loyalty-page-vip-tiers .vip-tiers__item p {
    font-size: 16px !important;
    font-weight: 400;
    color: var(--reward_text_color);
    margin-top: 8px;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item-rewards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    align-items: flex-start;
    width: 100%;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item-reward {
    display: flex;
    gap: 8px;
    width: 100%;
    padding-left: 8px;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item-reward svg {
    height: 16px;
    width: 16px;
    fill: var(--reward_text_color);
}
#zing-loyalty-page-vip-tiers .vip-tiers__item-reward__text {
    color: var(--reward_text_color);
    font-size: 14px;
    font-weight: 400;
    flex: 1;
}
#zing-loyalty-page-vip-tiers .vip-tiers__item-current-rank {
    padding: 4px;
    background: var(--current_tier_color);
    width: 100%;
    text-align: center;
    border-radius: 8px;
    color: var(--current_tier_text_color);
    max-width: 234px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
}
/* Referral program  */
#zing-loyalty-page-referral-program {
    background-color: var(--background_color);
}
#zing-loyalty-page-referral-program .content-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 536px;
    max-width: 1200px;
    background-color: var(--block_left_bg);
    border-radius: 20px;
}
#zing-loyalty-page-referral-program .referral-program__block-left {
    align-self: center;
    width: 100%;
    padding: 30px;
    background-color: var(--block_left_bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#zing-loyalty-page-referral-program .referral-program__block-right {
    background-image: var(--block_right_url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 536px;
    display: block;
}
#zing-loyalty-page-referral-program .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-referral-program .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 15px;
}
#zing-loyalty-page-referral-program .referral-program__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
    justify-content: center;
    width: 100%;
}
#zing-loyalty-page-referral-program .referral-program__item {
    padding: 15px;
    border-radius: var(--card_corner_radius);
    border: 3px solid var(--card_border_color);
    background-color: var(--card_color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    transition: all 0.3s ease;
    flex-basis: 31%;
}
#zing-loyalty-page-referral-program .referral-program__item .icon {
    height: var(--icon_size);
    width: var(--icon_size);
    overflow: hidden;
}
#zing-loyalty-page-referral-program .referral-program__item .icon svg {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-referral-program .referral-program__item .icon img {
    height: 100%;
    width: 100%;
}
#zing-loyalty-page-referral-program .referral-program__item h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--program_name_color);
}
#zing-loyalty-page-referral-program .referral-program__item p {
    font-size: 14px;
    font-weight: 400;
    color: var(--reward_text_color);
    margin-top: 8px;
}
#zing-loyalty-page-referral-program .referral-program__input {
    overflow: hidden;
    background-color: var(--button_color);
    border: 0.66px solid var(--button_border_color);
    padding: 16px 32px;
    padding-right: 64px;
    font-weight: 450;
    width: 100%;
    margin-top: 30px;
    border-radius: var(--button_corner_radius);
    position: relative;
}

#zing-loyalty-page-referral-program .referral-program__input input {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    background-color: var(--button_color);
    color: var(--button_text_color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none;
}
#zing-loyalty-page-referral-program .referral-program__input .zing-loyalty-page-copy-wrapper {
    position: absolute;
    right: 32px;
    top: 14px;
}
#zing-loyalty-page-referral-program .referral-program__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#zing-loyalty-page-referral-program .referral-program__social {
    cursor: pointer;
}
/* FQA styles */
#zing-loyalty-page-faq {
    background-color: var(--background_color);
}
#zing-loyalty-page-faq .heading {
    font-size: var(--heading_size);
    font-weight: var(--heading_font_weight);
    color: var(--heading_color);
    text-align: center;
}
#zing-loyalty-page-faq .subheading {
    font-size: var(--subheading_size);
    font-weight: var(--subheading_font_weight);
    line-height: 24px;
    color: var(--subheading_color);
    text-align: center;
    margin-top: 15px;
}
#zing-loyalty-page-faq .faq__container {
    margin-top: 40px;
}
#zing-loyalty-page-faq .faq__row {
    border-radius: var(--card_corner_radius);
    background-color: var(--card_color);
    border: 1px solid var(--card_border_color);
    width: 100%;
    overflow: hidden;
    padding: 16px 24px;
    margin-top: 10px;
    cursor: pointer;
}
#zing-loyalty-page-faq .faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#zing-loyalty-page-faq .faq__question span {
    color: var(--text_question_color);
    font-size: 16px;
    font-weight: 600;
}
#zing-loyalty-page-faq .faq__row .faq__question .faq__plus {
    transition: transform 0.3s ease-in-out;
}
#zing-loyalty-page-faq .faq__answer {
    color: var(--text_answer_color);
    font-size: 16px;
    font-weight: 450;
    max-height: 0;
    transition:
        max-height 0.33s ease-in-out,
        padding 0.33s ease-in-out;
    overflow: hidden;
}
#zing-loyalty-page-faq .faq__row.explain .faq__question .faq__plus {
    transform: rotate(90deg);
}
#zing-loyalty-page-faq .faq__row.explain .faq__answer {
    max-height: 700px;
    padding-top: 24px;
}

@media screen and (max-width: 1200px) {
    .zing-loyalty-page-section {
        padding-left: 16px;
        padding-right: 16px;
    }
    #zing-loyalty-page-banner {
        height: fit-content;
    }
    #zing-loyalty-page-referral-program .content-wrapper {
        flex-direction: column-reverse;
    }
    #zing-loyalty-page-referral-program .referral-program__block-left {
        justify-content: flex-start;
        padding-top: 48px;
    }
    #zing-loyalty-page-referral-program .referral-program__block-right {
        height: 220px;
        border-radius: unset;
    }
}

@media screen and (max-width: 575px) {
    .zing-loyalty-page-popup {
        padding: 20px;
    }
    #zing-loyalty-page-how-it-works .how-it-works__items {
        flex-direction: column;
        gap: 25px;
    }
    #zing-loyalty-page-way-to-earn-points .way-to-earn-points__items {
        flex-direction: column;
    }
    #zing-loyalty-page-way-to-earn-points .way-to-earn-points__item {
        margin: 0 auto;
        width: 100%;
    }
    #zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__items {
        flex-direction: column;
    }
    #zing-loyalty-page-way-to-redeem-points .way-to-redeem-points__item {
        margin: 0 auto;
        width: 100%;
    }
    #zing-loyalty-page-vip-tiers .vip-tiers__items {
        flex-direction: column;
    }
    #zing-loyalty-page-vip-tiers .vip-tiers__item {
        margin: 0 auto;
    }
    #zing-loyalty-page-referral-program .referral-program__items {
        flex-direction: column;
    }
    #zing-loyalty-page-referral-program .referral-program__item {
        max-width: unset;
        width: 100%;
    }
}

/* Animation styles */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@keyframes FadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
