.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 {
    margin: 10px 0;
}

.product-reward-notice .westaweb-icon-club {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.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 5px 22px 5px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.we-club-plan-img img{
    display: block;
    width: 100%;
}

.we-club-plan-content {
    margin-top: 12px;
}

.we-club-plan-content .paln-title{
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
}

.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 {
    background-color: #2a9d2a;
    color: #fff;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    width: 100%;
}

.we-club-plan-action .plan-btn.disabled {
    background-color: #404040;
}

.we-club-plan-action form {
    margin:0;
    padding: 0;
}

@media (min-width: 768px) {
    .we-club-plan {
        width: calc( 50% - 10px);
    }
}

@media (min-width: 1024px) {
    .we-club-plan {
        width: calc( 33.333333% - 10px);
    }
}

.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;
}

.loyal-customer-point-wrapper {
    display: flex;
    flex-direction: column;
}

.loyal-customer {
    display: flex;
    align-items: center;
    padding: 10px;
}
.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;
}

@media (min-width: 1024px) {
    .daily-visit-content{
        justify-content: space-between;
    }
    .daily-visit-msg {
        margin-bottom: 0;
    }
}

@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-"] a:before, [class*=" westaweb-icon-"] a:before, .westaweb-icon-club {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'westaweb-icomoon' !important;
    speak: never;
    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-gift a:before {
    content: "\e017" !important;
}
.westaweb-icon-trophy a:before {
    content: "\e023" !important;
}
.westaweb-icon-puzzle a:before {
    content: "\e026" !important;
}
.westaweb-icon-attachment a:before {
    content: "\e02e" !important;
}
.westaweb-icon-gift1 a:before {
    content: "\e900" !important;
}
.westaweb-icon-merg a:before {
    content: "\e901" !important;
}
.westaweb-icon-c-fire a:before {
    content: "\e902" !important;
    color: #ee4623;
}
.westaweb-icon-share a:before {
    content: "\e903" !important;
    color: #00aaef;
}
.westaweb-icon-club:before {
    content: "\e904" !important;
    color: #f8c300;
}
.westaweb-icon-user-plus a:before {
    content: "\e973" !important;
}
.westaweb-icon-fire a:before {
    content: "\e9a9" !important;
}
