.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;
}

.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 {
    background-color: #2a9d2a;
    color: #fff;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    width: 100%;
    margin: 0;
    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;
}

.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-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;
}
@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-"] a:before, [class*=" westaweb-icon-"] a:before, .westaweb-icon-club, .westaweb-icon {
    /* 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;
}
.westaweb-icon-ticket1 a:before{
    content: "\e906" !important;
    color: #db0000;
}
.westaweb-icon-ticket2 a:before {
    content: "\e907" !important;
}
.westaweb-icon-ticket:before,
.westaweb-icon-ticket a:before{
    content: "\e905" !important;
}
.westaweb-icon-location:before {
    content: "\e908";
    color: #db0000;
}

.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_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-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%;
}
@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%;
    }
}
