.we-club-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.we-club-content-heading {
    display: flex;
    align-items: baseline;
}

.product-reward-notice {
    border: 2px solid #fdecac;
    background-color: #FFF9DE;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    padding: 5px;
    margin: 10px 0;
}

.product-reward-notice .westaweb-icon-club {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-top: -4px;
}

.we-club-balance {
    margin-right: 5px;
}

.westaweb-icon-club {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.we-club-divider {
    background-color: rgb(229, 231, 235);
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.westa-link {
    text-decoration: none;
}

.we-club-plans-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 32px;
}

.we-club-success-notice {
    box-shadow: 4px 4px rgb(66 255 77 / 35%);
    background: rgb(83 255 66 / 8%);
    color: #008425;
    border-radius: 8px;
    padding: 30px;
    margin: 30px 0 35px;
}

.we-club-error-notice {
    box-shadow: 4px 4px rgb(255 66 66 / 35%);
    background: rgb(255 66 66 / 8%);
    color: #840000;
    border-radius: 8px;
    padding: 30px;
    margin: 30px 0 35px;
    font-size: 0.8em;
}

.we-club-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 10px 28px 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.we-club-plan-img img{
    display: block;
    width: 100%;
}

.we-club-plan-content {
    margin-top: 12px;
}

.we-club-plan-content .plan-title{
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.we-club-plan-content .plan-notice {
    padding: 5px 10px;
    color: #7b7b7b;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
}

.we-club-plan-action {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.we-club-plan-action .plan-btn, #weclub_spin_btn, .weclub-btn {
    background-color: #2a9d2a;
    color: #fff;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    width: 100%;
    margin: 0;
    font-family: inherit;
    transition: 0.5s;
}

.we-club-plan-action .plan-btn:not(.disabled):hover, #weclub_spin_btn:hover {
    padding: 10px 22px;
}

.we-club-plan-action .plan-btn.disabled, #weclub_spin_btn:disabled {
    background-color: #404040;
}

.we-club-plan-action form {
    margin:0;
    padding: 0;
}

.weclub-input {
    margin: 0 0 14px;
    border-radius: 3px;
}

.we-club-my-points-table {
    color: #6B7381;
    text-align: right;
    width: 100%;
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;;
}

.we-club-my-points-table thead{
    color: #374151;
    background-color: #F9FAFB;
}

.we-club-my-points-table thead th {
    padding: 8px 18px;
}

.we-club-my-points-table tbody tr {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.we-club-my-points-table tbody td {
    padding: 8px 18px;
}

.referral-info {
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.referral-url-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.referral-url {
    border: 1px dashed #afafaf;
    white-space: nowrap;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    height: 40px;
    font-size: 17px;
}

.we-club-btn {
    white-space: nowrap;
    margin: 0;
    margin-right: 8px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    background: #00a700;
    color: #fff;
    font-weight: bold;
    padding: 0 12px;
}

.we_club_referral_statistics_container,
.referral-points-info {
    margin-top: 40px;
}

.we_club_referral_statistics_table {
    width: 100%;
    border-collapse: collapse;
}

.we_club_referral_statistics_table thead {
    background-color: #0073aa !important;
    color: #fff;
}

.we_club_referral_statistics_table tbody {
    background-color: #fff;
}

.we_club_referral_statistics_table td,
.we_club_referral_statistics_table th {
    padding: 10px !important;
    border: 1px solid #222;
}

.loyal-customers {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.loyal-customer-rank {
    background: #e9e6ed;
    color: #333;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 3px;
    min-width: 28px;
    text-align: center;
    margin-left: 6px;
}

.loyal-customer-point-wrapper {
    display: flex;
    flex-direction: column;
}

.loyal-customer {
    display: flex;
    align-items: center;
    padding: 10px;
    width: calc(50% - 5px);
}
.loyal-customer-avatar {
    display: flex;
}
.loyal-customer-avatar img{
    border-radius: 100% !important;
    margin-left: 10px;
    border: 1px solid #eee !important;
}

.loyal-customer-name {
    font-weight: bold;
    margin-bottom: 4px;
}

/* daily visits */
.we-club-daily-visit{
    overflow: hidden;
    border-radius: 14px;
    background: url("pattern.svg") right top/cover no-repeat, linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #ff8a00 100%);
    padding: 0;
}

.we-club-daily-visit-wrapper {
    padding: 30px;
}

.bg-glass {
    background-color: rgba(256, 256, 256, 0.9);
    backdrop-filter: blur(10px)
}

.daily-visit-heading{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.daily-visit-content {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.daily-visit-msg {
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 10px;
    padding: 10px 0;
}

.daily-visit-btn {
    background-color: #dc1d1d;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 0;
    font-weight: bold;
    margin: 0;
}

.daily-visit-btn:hover{
    background-color: #ab0808;
    color: #fff;
}

.we-club-user-level-wrapper {
    border: 1px solid #cfc8d8;
    border-radius: 14px;
    overflow: hidden;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.we-club-avatar img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ab0808;
}

.we-club-user-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    line-height: 2em;
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.we-club-level-icon{
    max-width: 128px;
}

.we-club-coupon-row {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 32px;
}

.coupon-section-one {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    padding: 10px;
}
.coupon-section-one i {
    color: #fff;
    background-color: #c36;
    padding: 10px;
    font-size: 32px;
    border-radius: 14px;
    margin-bottom: 8px;
}
.coupon-section-title {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 16px;
}
.coupon-section-title .coupon-desc {
    margin-bottom: 8px;
}
.coupon-section-title .coupon-count {
    margin-bottom: 0;
    color: #888;
    font-size: 12px;
}
.coupon-categories-section .category-item {
    display: inline-block;
    border: 1px solid #888;
    padding: 2px 4px;
    border-radius: 16px;
    margin-left: 5px;
    margin-bottom: 4px;
}
.coupon-section-two {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-top: 1px dashed #fff;
}
.coupon-section-two:before,
.coupon-section-two:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: -10px;
}
.coupon-section-two:before{
    right: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.coupon-section-two:after{
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.coupon-code-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupon-code-section .coupon-code {
    display: inline-block;
    border: 1px dashed #c36;
    color: #c36;
    padding: 6px 10px;
    margin-left: 8px;
    border-radius: 8px;
}
.coupon-code-section .westaweb-btn{
    border-radius: 8px;
    background-color: #c36;
    color: #fff;
    border: 0;
    margin: 0;
}
.coupon-section-two .expire-time {
    margin-top: 12px;
}

.we-club-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 1rem;
    padding: 20px 10px;
    border-radius: 12px;
    font-size: 1.4rem;
    color: #333;
    border: 1px solid #ccc;
}

.we-club-info .westaweb-icon {
    font-size: 4rem;
    color: #bbb;
}

.we-club-points-popup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    pointer-events: none;
}
.we-club-points-popup__content {
    background: rgba(34, 197, 94, 0.95);
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-size: 14px;
    max-width: 280px;
    line-height: 1.4;
}
.we-club-points-popup.debit .we-club-points-popup__content {
    background: rgba(197, 34, 34, 0.95);
}
.we-club-points-popup__details {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.9;
}
.we-club-points-popup__progress {
    position: relative;
    height: 4px;
    top:14px;
    background: rgba(255,255,255,0.25);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}
.we-club-points-popup__progress span {
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    transform-origin: left;
    animation: weclub-popup-progress 5s linear backwards;
}
@keyframes weclub-popup-progress {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}

@media (min-width: 768px) {
    .we-club-plan {
        width: calc( 50% - 20px);
    }
    .we-club-user-level-wrapper {
        flex-direction: row;
    }
    .we-club-user-info {
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .we-club-plan {
        width: calc( 33.333333% - 20px);
    }
    .daily-visit-content{
        justify-content: space-between;
    }
    .daily-visit-msg {
        margin-bottom: 0;
    }
    .we-club-coupon-row,.coupon-section-one {
        flex-direction: row;
    }
    .coupon-section-one i,
    .coupon-section-title{
        margin-left: 16px;
        text-align: right;
        margin-bottom: 0;
    }
    .coupon-section-two {
        min-width: 300px;
        border-right: 1px dashed #fff;
    }
    .coupon-section-two:before {
        top: 0;
        right: -10px;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 0;
    }
    .coupon-section-two:after{
        top: auto;
        bottom: 0;
        right: -10px;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 0;
    }
    .coupon-categories-section {
        max-width: 180px;
    }
}

@font-face {
    font-family: 'westaweb-icomoon';
    src:  url('icomoon/icomoon.eot?pm7pmi');
    src:  url('icomoon/icomoon.eot?pm7pmi#iefix') format('embedded-opentype'),
    url('icomoon/icomoon.ttf?pm7pmi') format('truetype'),
    url('icomoon/icomoon.woff?pm7pmi') format('woff'),
    url('icomoon/icomoon.svg?pm7pmi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="westaweb-icon-"]:before ,[class*="westaweb-icon-"]:before, .westaweb-icon,
[class^="menu-westaweb-icon-"] a:before ,[class*="menu-westaweb-icon-"] a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'westaweb-icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.westaweb-icon-wallet:before {
    content: "\e90a";
}
.westaweb-icon-gift:before {
    content: "\e017";
}
.westaweb-icon-trophy:before {
    content: "\e023";
}
.westaweb-icon-puzzle:before {
    content: "\e026";
}
.westaweb-icon-attachment:before {
    content: "\e02e";
}
.westaweb-icon-gift1:before {
    content: "\e900";
}
.westaweb-icon-merge:before {
    content: "\e901";
}
.westaweb-icon-c-fire:before {
    content: "\e902";
}
.westaweb-icon-share:before {
    content: "\e903";
}
.westaweb-icon-club:before {
    content: "\e904";
    color: #f8c300;
}
.westaweb-icon-ticket:before {
    content: "\e905";
}
.westaweb-icon-ticket1:before {
    content: "\e906";
}
.westaweb-icon-ticket2:before {
    content: "\e907";
}
.westaweb-icon-location:before {
    content: "\e908";
}
.westaweb-icon-user-plus:before {
    content: "\e973";
}
.westaweb-icon-fire:before {
    content: "\e9a9";
}
.westaweb-icon-home:before {
    content: "\e909";
}
.westaweb-icon-file-text:before {
    content: "\e922";
}
.westaweb-icon-price-tags:before {
    content: "\e936";
}
.westaweb-icon-coin-dollar:before {
    content: "\e93b";
}
.westaweb-icon-lifebuoy:before {
    content: "\e941";
}
.westaweb-icon-clock:before {
    content: "\e94e";
}
.westaweb-icon-clock2:before {
    content: "\e94f";
}
.westaweb-icon-alarm:before {
    content: "\e950";
}
.westaweb-icon-bell:before {
    content: "\e951";
}
.westaweb-icon-users:before {
    content: "\e972";
}
.westaweb-icon-user-check:before {
    content: "\e975";
}
.westaweb-icon-spinner9:before {
    content: "\e982";
}
.westaweb-icon-link:before {
    content: "\e9cb";
}
.westaweb-icon-star-full:before {
    content: "\e9d9";
}
.westaweb-icon-question:before {
    content: "\ea09";
}
.westaweb-icon-info:before {
    content: "\ea0c";
}
.westaweb-icon-enter:before {
    content: "\ea13";
}
.westaweb-icon-share2:before {
    content: "\ea82";
}


.menu-westaweb-icon-gift a:before {
    content: "\e017" !important;
}
.menu-westaweb-icon-trophy a:before {
    content: "\e023" !important;
}
.menu-westaweb-icon-puzzle a:before {
    content: "\e026" !important;
}
.menu-westaweb-icon-attachment a:before {
    content: "\e02e" !important;
}
.menu-westaweb-icon-gift1 a:before {
    content: "\e900" !important;
}
.menu-westaweb-icon-merge a:before {
    content: "\e901" !important;
}
.menu-westaweb-icon-c-fire a:before {
    content: "\e902" !important;
    color: #ee4623;
}
.menu-westaweb-icon-share a:before {
    content: "\e903" !important;
    color: #00aaef;
}
.menu-westaweb-icon-club a:before {
    content: "\e904" !important;
    color: #f8c300;
}
.menu-westaweb-icon-user-plus a:before {
    content: "\e973" !important;
}
.menu-westaweb-icon-fire a:before {
    content: "\e9a9" !important;
}
.menu-westaweb-icon-ticket1 a:before{
    content: "\e906" !important;
    color: #db0000;
}
.menu-westaweb-icon-ticket2 a:before {
    content: "\e907" !important;
}

.menu-westaweb-icon-ticket a:before{
    content: "\e905" !important;
}


.westaweb-loading {
    position: relative;
}

.westaweb-loading::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.westaweb-loading::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    border-right: 2px solid #2c2c2c;
    z-index: 2;
    -webkit-animation-name: inf-rotate;
    animation-name: inf-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes inf-rotate {
    from {
        transform: translateX(-50%) translateY(-50%) rotate(0deg); }
    to {
        transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}

@keyframes inf-rotate {
    from {
        transform: translateX(-50%) translateY(-50%) rotate(0deg); }
    to {
        transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}

/* lucky wheel ================================================================================ */

.weclub_wheel_content {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.weclub_wheel_content * {
    box-sizing: border-box;
}
.weclub_wheel_spin, .weclub_wheel_spin_container {
    border-radius: 50%;
    align-items: center;
}
.weclub_wheel_spin {
    position: relative;
    margin: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.weclub_wheel_spin_container {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 0 97%;
    display:flex;
}

#weclub_canvas {
    border-radius: 50%;
    display: block;
    vertical-align: middle;
}

#weclub_canvas1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lucky-wheel-loaded #weclub_canvas1 {
    box-shadow: 4px 3px 0 rgba(0, 0, 0, 0.3);
}
#weclub_canvas2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
}

.weclub_pointer_content {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lucky-wheel-loaded .weclub_pointer_content {
    display: flex;
}

.weclub_pointer {
    position: relative;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.weclub_pointer:before {
    content: "\e908";
    color: #db0000;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 55px;
}

.weclub_pointer:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    bottom: 20px;
    left: 30%;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;;
}
.weclub-frontend-result {
    display: none;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-right: 4px solid #155724;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.weclub_wheel_form_container{
    flex-grow: 1;
}
.weclub_wheel_input_container {
    margin-bottom: 14px;
}
.weclub_wheel_input_container label {
    display: block;
}
.weclub_wheel_input_container input {
    width: 100%;
}
.weclub_wheel_chances {
    display: inline-flex;
    margin-bottom: 14px;
    align-items: center;
    background: #eee;
    padding: 0 8px 0 0;
    border-radius: 6px;
    gap: 5px;
    flex: 1;
    max-width: max-content;
}
.weclub_wheel_chances .chance-label,
.westaweb-product-reward {
    color: #333;
}
.weclub_wheel_chances .chance-count{
    background: #7b00ff;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 6px;
    min-width: 28px;
    text-align: center;
}
.weclub_spin_action {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: max-content;
}
.weclub_spin_action .weclub_wheel_button_container{
    flex: 1;
    width: 100%;
}
.we-club-transform {
    padding: 0 20px 20px;
    border: 1px solid #a9a9a9;
    border-radius: 8px;
}
.we-club-transform .weclub-input{
    text-align: center;
}
@media (max-width: 768px) {
    .weclub_spin_action .weclub_wheel_button_container, .weclub_spin_action {
        max-width: 100%;
        width: 100%;
    }
    .loyal-customer {
        width: calc(100% - 5px);
    }
}
/* Firework ===============================================================================*/
.weclub-congratulations-effect-firework {
    position: relative;
    z-index: 1;
    width: 1px;
    height:1px;
}

.weclub-congratulations-effect-firework > .weclub-congratulations-effect-before,
.weclub-congratulations-effect-firework > .weclub-congratulations-effect-after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -moz-animation: 1s weclub_bang ease-out infinite backwards, 1s weclub_gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s weclub_bang ease-out infinite backwards, 1s weclub_gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s weclub_bang ease-out infinite backwards, 1s weclub_gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s weclub_bang ease-out infinite backwards, 1s weclub_gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s weclub_bang ease-out infinite backwards, 1s weclub_gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.weclub-congratulations-effect-firework > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes weclub_bang {
    to {
        box-shadow: 43px -119.6666666667px #a200ff, -245px -267.6666666667px #ff0048, -23px -251.6666666667px #4400ff, 104px -269.6666666667px #d000ff, -12px -3.6666666667px darkorange, 160px -130.6666666667px #004dff, 55px -347.6666666667px #0dff00, 238px -7.6666666667px #ff0055, 170px -135.6666666667px #c8ff00, -117px -239.6666666667px #7b00ff, -19px -146.6666666667px #c4ff00, -51px -409.6666666667px #0011ff, -175px -40.6666666667px #0073ff, -181px -340.6666666667px #26ff00, -213px -208.6666666667px #73ff00, 231px -343.6666666667px #ff1100, 30px -103.6666666667px #ff9900, -183px -233.6666666667px #ff00a2, 237px -22.6666666667px #ff00b3, -68px -96.6666666667px #ee00ff, 201px -185.6666666667px #ae00ff, 247px -65.6666666667px #0900ff, -163px -343.6666666667px #ffae00, 235px 73.3333333333px #00ffd5, 10px -84.6666666667px #ff2b00, 92px -80.6666666667px #aeff00, 39px -327.6666666667px #ff00e1, 61px -360.6666666667px #00ff7b, -222px -97.6666666667px #00ff11, -168px -230.6666666667px #ff2b00, -213px 70.3333333333px #00a6ff, -155px -214.6666666667px #b700ff, -231px 2.3333333333px #2b00ff, -201px -326.6666666667px #f200ff, 176px -55.6666666667px #ff007b, 161px -259.6666666667px #e600ff, -193px -369.6666666667px #4400ff, 139px -265.6666666667px #48ff00, -221px -29.6666666667px #ff00b7, -192px -263.6666666667px #ff006a, -134px -16.6666666667px #ff8800, -156px -320.6666666667px #006aff, 36px -165.6666666667px #0026ff, -42px -117.6666666667px #dd00ff, -24px -382.6666666667px #00ff2f, 221px -322.6666666667px #0dff00, 83px -181.6666666667px #006fff, 81px -286.6666666667px #1500ff, -225px -115.6666666667px #5500ff, 119px -138.6666666667px #ffaa00, 199px -311.6666666667px #00ddff;
    }
}

@-moz-keyframes weclub_bang {
    to {
        box-shadow: 43px -119.6666666667px #a200ff, -245px -267.6666666667px #ff0048, -23px -251.6666666667px #4400ff, 104px -269.6666666667px #d000ff, -12px -3.6666666667px darkorange, 160px -130.6666666667px #004dff, 55px -347.6666666667px #0dff00, 238px -7.6666666667px #ff0055, 170px -135.6666666667px #c8ff00, -117px -239.6666666667px #7b00ff, -19px -146.6666666667px #c4ff00, -51px -409.6666666667px #0011ff, -175px -40.6666666667px #0073ff, -181px -340.6666666667px #26ff00, -213px -208.6666666667px #73ff00, 231px -343.6666666667px #ff1100, 30px -103.6666666667px #ff9900, -183px -233.6666666667px #ff00a2, 237px -22.6666666667px #ff00b3, -68px -96.6666666667px #ee00ff, 201px -185.6666666667px #ae00ff, 247px -65.6666666667px #0900ff, -163px -343.6666666667px #ffae00, 235px 73.3333333333px #00ffd5, 10px -84.6666666667px #ff2b00, 92px -80.6666666667px #aeff00, 39px -327.6666666667px #ff00e1, 61px -360.6666666667px #00ff7b, -222px -97.6666666667px #00ff11, -168px -230.6666666667px #ff2b00, -213px 70.3333333333px #00a6ff, -155px -214.6666666667px #b700ff, -231px 2.3333333333px #2b00ff, -201px -326.6666666667px #f200ff, 176px -55.6666666667px #ff007b, 161px -259.6666666667px #e600ff, -193px -369.6666666667px #4400ff, 139px -265.6666666667px #48ff00, -221px -29.6666666667px #ff00b7, -192px -263.6666666667px #ff006a, -134px -16.6666666667px #ff8800, -156px -320.6666666667px #006aff, 36px -165.6666666667px #0026ff, -42px -117.6666666667px #dd00ff, -24px -382.6666666667px #00ff2f, 221px -322.6666666667px #0dff00, 83px -181.6666666667px #006fff, 81px -286.6666666667px #1500ff, -225px -115.6666666667px #5500ff, 119px -138.6666666667px #ffaa00, 199px -311.6666666667px #00ddff;
    }
}

@-o-keyframes weclub_bang {
    to {
        box-shadow: 43px -119.6666666667px #a200ff, -245px -267.6666666667px #ff0048, -23px -251.6666666667px #4400ff, 104px -269.6666666667px #d000ff, -12px -3.6666666667px darkorange, 160px -130.6666666667px #004dff, 55px -347.6666666667px #0dff00, 238px -7.6666666667px #ff0055, 170px -135.6666666667px #c8ff00, -117px -239.6666666667px #7b00ff, -19px -146.6666666667px #c4ff00, -51px -409.6666666667px #0011ff, -175px -40.6666666667px #0073ff, -181px -340.6666666667px #26ff00, -213px -208.6666666667px #73ff00, 231px -343.6666666667px #ff1100, 30px -103.6666666667px #ff9900, -183px -233.6666666667px #ff00a2, 237px -22.6666666667px #ff00b3, -68px -96.6666666667px #ee00ff, 201px -185.6666666667px #ae00ff, 247px -65.6666666667px #0900ff, -163px -343.6666666667px #ffae00, 235px 73.3333333333px #00ffd5, 10px -84.6666666667px #ff2b00, 92px -80.6666666667px #aeff00, 39px -327.6666666667px #ff00e1, 61px -360.6666666667px #00ff7b, -222px -97.6666666667px #00ff11, -168px -230.6666666667px #ff2b00, -213px 70.3333333333px #00a6ff, -155px -214.6666666667px #b700ff, -231px 2.3333333333px #2b00ff, -201px -326.6666666667px #f200ff, 176px -55.6666666667px #ff007b, 161px -259.6666666667px #e600ff, -193px -369.6666666667px #4400ff, 139px -265.6666666667px #48ff00, -221px -29.6666666667px #ff00b7, -192px -263.6666666667px #ff006a, -134px -16.6666666667px #ff8800, -156px -320.6666666667px #006aff, 36px -165.6666666667px #0026ff, -42px -117.6666666667px #dd00ff, -24px -382.6666666667px #00ff2f, 221px -322.6666666667px #0dff00, 83px -181.6666666667px #006fff, 81px -286.6666666667px #1500ff, -225px -115.6666666667px #5500ff, 119px -138.6666666667px #ffaa00, 199px -311.6666666667px #00ddff;
    }
}

@-ms-keyframes weclub_bang {
    to {
        box-shadow: 43px -119.6666666667px #a200ff, -245px -267.6666666667px #ff0048, -23px -251.6666666667px #4400ff, 104px -269.6666666667px #d000ff, -12px -3.6666666667px darkorange, 160px -130.6666666667px #004dff, 55px -347.6666666667px #0dff00, 238px -7.6666666667px #ff0055, 170px -135.6666666667px #c8ff00, -117px -239.6666666667px #7b00ff, -19px -146.6666666667px #c4ff00, -51px -409.6666666667px #0011ff, -175px -40.6666666667px #0073ff, -181px -340.6666666667px #26ff00, -213px -208.6666666667px #73ff00, 231px -343.6666666667px #ff1100, 30px -103.6666666667px #ff9900, -183px -233.6666666667px #ff00a2, 237px -22.6666666667px #ff00b3, -68px -96.6666666667px #ee00ff, 201px -185.6666666667px #ae00ff, 247px -65.6666666667px #0900ff, -163px -343.6666666667px #ffae00, 235px 73.3333333333px #00ffd5, 10px -84.6666666667px #ff2b00, 92px -80.6666666667px #aeff00, 39px -327.6666666667px #ff00e1, 61px -360.6666666667px #00ff7b, -222px -97.6666666667px #00ff11, -168px -230.6666666667px #ff2b00, -213px 70.3333333333px #00a6ff, -155px -214.6666666667px #b700ff, -231px 2.3333333333px #2b00ff, -201px -326.6666666667px #f200ff, 176px -55.6666666667px #ff007b, 161px -259.6666666667px #e600ff, -193px -369.6666666667px #4400ff, 139px -265.6666666667px #48ff00, -221px -29.6666666667px #ff00b7, -192px -263.6666666667px #ff006a, -134px -16.6666666667px #ff8800, -156px -320.6666666667px #006aff, 36px -165.6666666667px #0026ff, -42px -117.6666666667px #dd00ff, -24px -382.6666666667px #00ff2f, 221px -322.6666666667px #0dff00, 83px -181.6666666667px #006fff, 81px -286.6666666667px #1500ff, -225px -115.6666666667px #5500ff, 119px -138.6666666667px #ffaa00, 199px -311.6666666667px #00ddff;
    }
}

@keyframes weclub_bang {
    to {
        box-shadow: 43px -119.6666666667px #a200ff, -245px -267.6666666667px #ff0048, -23px -251.6666666667px #4400ff, 104px -269.6666666667px #d000ff, -12px -3.6666666667px darkorange, 160px -130.6666666667px #004dff, 55px -347.6666666667px #0dff00, 238px -7.6666666667px #ff0055, 170px -135.6666666667px #c8ff00, -117px -239.6666666667px #7b00ff, -19px -146.6666666667px #c4ff00, -51px -409.6666666667px #0011ff, -175px -40.6666666667px #0073ff, -181px -340.6666666667px #26ff00, -213px -208.6666666667px #73ff00, 231px -343.6666666667px #ff1100, 30px -103.6666666667px #ff9900, -183px -233.6666666667px #ff00a2, 237px -22.6666666667px #ff00b3, -68px -96.6666666667px #ee00ff, 201px -185.6666666667px #ae00ff, 247px -65.6666666667px #0900ff, -163px -343.6666666667px #ffae00, 235px 73.3333333333px #00ffd5, 10px -84.6666666667px #ff2b00, 92px -80.6666666667px #aeff00, 39px -327.6666666667px #ff00e1, 61px -360.6666666667px #00ff7b, -222px -97.6666666667px #00ff11, -168px -230.6666666667px #ff2b00, -213px 70.3333333333px #00a6ff, -155px -214.6666666667px #b700ff, -231px 2.3333333333px #2b00ff, -201px -326.6666666667px #f200ff, 176px -55.6666666667px #ff007b, 161px -259.6666666667px #e600ff, -193px -369.6666666667px #4400ff, 139px -265.6666666667px #48ff00, -221px -29.6666666667px #ff00b7, -192px -263.6666666667px #ff006a, -134px -16.6666666667px #ff8800, -156px -320.6666666667px #006aff, 36px -165.6666666667px #0026ff, -42px -117.6666666667px #dd00ff, -24px -382.6666666667px #00ff2f, 221px -322.6666666667px #0dff00, 83px -181.6666666667px #006fff, 81px -286.6666666667px #1500ff, -225px -115.6666666667px #5500ff, 119px -138.6666666667px #ffaa00, 199px -311.6666666667px #00ddff;
    }
}

@-webkit-keyframes weclub_gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes weclub_gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes weclub_gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes weclub_gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes weclub_gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {
    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }
    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }
    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }
    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }
    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

/* Dashboard Styles ================================================================================ */
.we-club-dashboard-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.we-club-dashboard-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

.we-club-dashboard-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px 0;
}

.we-club-dashboard-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}

.we-club-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.we-club-dashboard-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.we-club-dashboard-card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.we-club-dashboard-card.we-club-dashboard-content-1,
.we-club-dashboard-card.we-club-dashboard-content-2,
.we-club-dashboard-card.we-club-dashboard-daily-visits{
    box-shadow: none;
    border:0;
    border-radius: 0;
}

.we-club-dashboard-card-user-status {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.we-club-dashboard-card-referral {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.we-club-dashboard-card-links {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.we-club-dashboard-card-loyal {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.we-club-dashboard-card-lucky-wheel {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

.we-club-dashboard-card-transform {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.we-club-dashboard-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.we-club-dashboard-card-header .westaweb-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.we-club-dashboard-card-header .westaweb-icon-club:before {
    color: #ffffff;
}

.we-club-dashboard-card-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.we-club-dashboard-card .we-club-dashboard-card-header {
    background: rgba(255, 255, 255, 0.15);
}

.we-club-dashboard-card-content {
    padding: 24px;
}

.we-club-dashboard-card-content .we-club-transform {
    border: 0;
    color: #fff;
}

.we-club-dashboard-card-content .we-club-divider {
    background-color: rgb(213 21 143);
}

.we-club-dashboard-card-content .weclub-btn {
    background-color: #cc336694;
}

.we-club-dashboard-card-content .weclub-btn:hover {
    background-color: #c36;
}

.we-club-dashboard-stat {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.we-club-dashboard-stat:last-child {
    margin-bottom: 0;
}

.we-club-dashboard-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.we-club-dashboard-stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.we-club-dashboard-level-icon {
    text-align: center;
    margin-top: 20px;
}

.we-club-dashboard-level-icon img {
    max-width: 100px;
    height: auto;
    border-radius: 8px;
}

.we-club-dashboard-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.we-club-dashboard-links li {
    margin-bottom: 12px;
}

.we-club-dashboard-links li:last-child {
    margin-bottom: 0;
}

.we-club-dashboard-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.we-club-dashboard-links a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

.we-club-dashboard-links a .westaweb-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.we-club-dashboard-card-full {
    grid-column: 1 / -1;
}

.we-club-dashboard-card-loyal .we-club-dashboard-card-header {
    background: rgba(255, 255, 255, 0.15);
}

.we-club-dashboard-card-loyal .loyal-customers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.we-club-dashboard-card-loyal .loyal-customer {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    margin: 0;
}

.we-club-dashboard-card-loyal .loyal-customer-name,
.we-club-dashboard-card-loyal .loyal-customer-point {
    color: #ffffff;
}

.we-club-dashboard-card-loyal .loyal-customer-rank {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.we-club-dashboard-card-lucky-wheel .we-club-dashboard-card-header {
    background: rgba(255, 255, 255, 0.15);
}

.we-club-dashboard-card-lucky-wheel .weclub_wheel_content {
    justify-content: center;
}

.we-club-dashboard-card-daily-visits .we-club-dashboard-card-header {
    background: rgba(255, 255, 255, 0.15);
}

.we-club-dashboard-card-daily-visits .we-club-daily-visit {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.we-club-dashboard-card-daily-visits .we-club-daily-visit-wrapper {
    padding: 0;
}

.we-club-dashboard-card-daily-visits .daily-visit-heading {
    display: none;
}

.we-club-dashboard-card-daily-visits .daily-visit-content {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.we-club-dashboard-card-daily-visits .daily-visit-msg {
    color: #ffffff;
}

.we-club-dashboard-card-daily-visits .daily-visit-btn {
    background-color: #ffffff;
    color: #f5576c;
}

.we-club-dashboard-card-daily-visits .daily-visit-btn:hover {
    background-color: #f0f0f0;
}

/* Dashboard Referral Summary */
.we-club-dashboard-referral-summary {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.we-club-dashboard-referral-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
}

.we-club-dashboard-referral-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-align: center;
}

.we-club-dashboard-referral-stat-item .stat-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.we-club-dashboard-referral-stat-item .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.we-club-dashboard-referral-link-wrapper {
    margin-top: 10px;
}

.we-club-dashboard-card-referral .referral-url-wrapper {
    margin-top: 0;
    flex-direction: row;
    gap: 12px;
}

.we-club-dashboard-card-referral .referral-url {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    flex: 1;
    justify-content: center;
}

.we-club-dashboard-card-referral .we-club-btn {
    background: #ffffff;
    color: #00f2fe;
    white-space: nowrap;
}

.we-club-dashboard-card-referral .we-club-btn:hover {
    background: #f0f0f0;
}

.we-club-dashboard-content-1,
.we-club-dashboard-content-2 {
    padding: 20px;
    background: #ffffff;
}

.we-club-dashboard-content-1 p:last-child,
.we-club-dashboard-content-2 p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .we-club-dashboard-grid {
        grid-template-columns: 1fr;
    }
    
    .we-club-dashboard-title {
        font-size: 24px;
    }
    
    .we-club-dashboard-card-content {
        padding: 16px;
    }
    
    .we-club-dashboard-content-1,
    .we-club-dashboard-content-2 {
        padding: 16px;
        margin: 20px 0;
    }
    
    .we-club-dashboard-referral-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .we-club-dashboard-card-loyal .loyal-customers {
        grid-template-columns: 1fr;
    }
    
    .we-club-dashboard-card-referral .referral-url-wrapper {
        flex-direction: column;
    }
    
    .we-club-dashboard-card-referral .referral-url {
        width: 100%;
    }
    
    .we-club-dashboard-card-referral .we-club-btn {
        width: 100%;
    }
}

