<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/** V3 **/

.bulk {
    text-align: center !important;
    padding: .4rem !important;
    color: var(--color-content-bg) !important;
    font-size: 1.2rem !important;
    border: 2px solid var(--color-content-link) !important;
    background-color: var(--color-content-primary) !important;
    font-weight: bold !important;
    margin-bottom: 1.4rem !important;
}

.bulk p {
    padding: 8px 0px 5px 0px !important;
}

.free-entry {
    color: var(--color-content-primary) !important;
    cursor: pointer !important;
    padding-top: 15px !important;
}

.vc_inline-link,
.hide-if-no-customize,
#wp-admin-bar-comments {
    display: none !important;
}

/** Show thumbnail in cart larger than default 32px **/
.woocommerce-cart table.cart img {
    width: auto !important;
    min-width: 32px !important;
    max-width: 100px !important;
}



@media(max-width:768px) {

    /** Show thumbnail row in cart on mobile **/
    .woocommerce-page table.cart .product-thumbnail {
        display: inline-block !important;
    }

    /** hide colon above thumbnail for mobile **/
    .woocommerce-page table.cart .product-thumbnail:before {
        display: none !important;
    }
}

.signupbefore {
    text-align: center !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.tpg-winner {
    border: 2px solid var(--color-content-link) !important;
    background-color: var(--color-content-primary) !important;
    color: var(--color-content-bg);
    font-weight: bold !important;
    text-align: center !important;
    width: 100% !important;
    list-style: none !important;
    padding: 10px 20px !important;
}

.tpg-winner li {
    margin: 0 !important;
}




.owl-prev:after,
.owl-next:after {
    color: var(--color-content-primary) !important;
}

.home .backtocomp {
    display: none !important;
}

.value {
    font-family: var(--font-h1) !important;
    font-weight: bold !important;
}

.home .is-wc_lotery_countdown {
    margin-bottom: 2rem !important;
}

.wc_lotery_countdown-amount {
    background: transparent !important;
    padding: 12px 20px !important;
    color: var(--color-content-primary) !important;
    font-family: var(--font-h1) !important;
    font-weight: bold !important;
}

.main-lottery,
.wc_lotery_countdown-period {
    margin-top: 12px !important;
}

/** V3 END**/





.payment_method_tp_gateway .payment_box {
    background: white !important;
    color: black !important;
}

.wpb_wrapper .fal {
    color: var(--color-content-primary) !important;
}

.lottery-question {
    display: block !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    padding-top: 20px !important;
}

.next-draw {
    text-align: center;
    background: var(--color-content-primary);
    color: var(--color-content-bg);
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    z-index: 9;
    -moz-box-shadow: 0 0 10px #4c4c4c;
    -webkit-box-shadow: 0 0 10px #4c4c4c;
    box-shadow: 0 2px 10px #4c4c4c;
    margin-top: 0rem;
    margin-bottom: 3rem !important;
}


/** ALTERNATE BAR **/
@media all {
    .wc-comps-tickets-progress-wrapper {
        margin: 25px 0;
    }

    .wc-comps-tickets-progress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 1rem;
        overflow: hidden;
        font-size: 0.65625rem;
        background-color: #e9ecef;
        border-radius: 0.5rem;
    }

    .wc-comps-tickets-progress-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #f2f2f2;
        text-align: center;
        white-space: nowrap;
        background-color: #1b1c20;
        border-radius: 0.29rem;
        -webkit-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

    .wc-comps-tickets-progress-labels {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 5px;
    }

    .launch-price-indicator {
        position: absolute;
        top: 0;
        width: 2px;
        background-color: #1b1c20;
        bottom: 0;
    }

    .launch-price-indicator-text {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.4 6.5' fill='none' stroke='%231b1c20' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' xmlns:v='https://vecta.io/nano'%3e%3cpath d='M.5 6l2.6-2.6 1.5 1.5 4-4M5.7.5h3.2v3.2'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center left;
        padding-left: .875rem;
    }

    @media (max-width: 991px) {
        .wc-comps-tickets-progress-labels {
            flex-direction: column;
        }

        .launch-price-indicator-text {
            margin-top: 1px;
            font-size: .75rem;
        }
    }
}


.wc-comps-tickets-progress-wrapper {
    margin-top: 4.5rem;
}

.wc-comps-tickets-progress-bar {
    background-color: var(--color-content-primary);
    height: 15px;
}

.wc-comps-tickets-progress-sold{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    margin-top: 1px;
}

.wc-comps-tickets-progress {
    background-color: #d6d6d6;
    height: 30px;
    overflow: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 5px;
}

.wc-comps-tickets-progress .launch-price-indicator {
    background-color: #1c1b21;
}

.wc-comps-tickets-progress-labels span {
    font-weight: bold;
}

.wc-comps-tickets-sold span {
    color: var(--color-content-primary);
}

.ticket-counter-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.ticket-progress-percentage-sold {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-content-text);
    position: absolute;
    color: var(--color-content-bg);
    text-align: center;
    line-height: 13px;
    padding-top: 8px;
    font-size: 15px;
    visibility: hidden;
    bottom: 125%;
}

.ticket-progress-percentage-sold:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: inherit;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -2px;
    z-index: -1;
}

.ticket-progress-percentage-sold span {
    display: block;
    font-size: 13px;
    color: var(--color-content-link);
}

@media (max-width: 991px) {
    .ticket-progress-labels {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin-top: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        width: 100%;
    }
}

/** END ALT PROGRESS BAR **/
.single-product .lottery-time {
    margin-top: 2rem;
}


@media screen and (max-width: 767px) {
    .woocommerce .shop_table.cart td.product-thumbnail {
        width: 35% !important;
    }

    .woocommerce .shop_table.cart td.product-name {
        width: 65% !important;
    }
}


/** Product Card CSS **/
.space-around {
    justify-content: space-around !important;
}

.product-card-2 .product-card-info p {
    margin-bottom: 5px;
}

.product-card-2 .pcard-enddate {
    transform: translate(-50%, -50%);
    background: var(--color-content-primary);
    border: 1px solid var(--color-content-bg);
    padding: 1px 12px;
    border-radius: 17px;
    color: var(--color-content-bg);
    width: max-content;
}

.product-card-2 .product-card-info p:nth-child(2) {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
    padding: 2px 8px;
    border-radius: 20px;
}

/** Product Card 3 **/
.product-card-3 .product-card-header {
    margin-bottom: 0 !important;
}

.product-card-3 .product-card-header .w-html {
    flex: 1 0 calc(33.3333%);
    padding: 4px 0px;

}

.product-card-3 .product-card-header .w-html:nth-child(1) {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

.product-card-3 .product-card-header .w-html:nth-child(2) {
    background: var(--color-content-secondary);
    color: var(--color-content-bg);
}

.product-card-3 .product-card-header .w-html:nth-child(3) {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

.product-card-3 .product-card-header .w-html .product-card-info {
    display: flex;
    justify-content: center;
}

.product-card-3 .product-card-header .w-html .product-card-info p:nth-child(2) {
    margin-left: 10px;
}

.product-card-3 .product-card-header .w-html .product-card-info p {
    margin-bottom: 0 !important;
}

.product-card-3 .pcard-enddate {
    text-align: center;
}

.product-card-3 .wc-comps-tickets-progress {
    border-radius: 0 !important;
}


/** Product Card 4 **/
.product-card-4 .post_title {
    color: var(--color-content-secondary) !important;
}

.product-card-4 .wc-comps-tickets-progress {
    border: 2px solid white;
    background: transparent;
}

.product-card-4 .wc-comps-tickets-progress .wc-comps-tickets-progress-bar {
    background-color: var(--color-content-secondary);
}

.product-card-4 .ticket-counter-label span {
    color: var(--color-content-secondary) !important;
}

.product-card-4 .pcard-enddate {
    font-weight: bold;
}

.product-card-4 .product-card-header {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.product-card-4 .product-card-header .w-html {
    width: 33.3333%;
}

.product-card-4 .product-card-header .w-html .product-card-info {
    display: flex;
    justify-content: center;
}

.product-card-4 .product-card-header .w-html .product-card-info p:nth-child(2) {
    margin-left: 10px;
}

.product-card-4 .product-card-header .w-html .product-card-info p {
    margin-bottom: 0 !important;
}

h4.woocommerce-products-header__title.page-title.mytickets.active{
    background:transparent!important;
    cursor:pointer;
}
h4.woocommerce-products-header__title.page-title.mytickets:hover{
    background:transparent!important;
}


/** Product Card Mobile Styles **/
@media screen and (max-width: 767px) {
    .columns2 .product-card-2 .product-card-info {
        display: none !important;
    }

    .columns2 .w-grid-item {
        padding: 0.5rem 0.5rem 1.5rem 0.5rem !important;
    }

    .columns2 .wc-comps-tickets-progress-labels {
        flex-direction: row !important;
        margin-bottom: 0px;
    }

    .columns2 .space-around {
        display: none !important;
    }

    .product-card-3 .product-card-header {
        display: flex;
        flex-wrap: wrap;
    }

    .product-card-3 .product-card-header .w-html {
        flex: 1 0 calc(50% - 20px);
    }

    /** Product card 4 **/
    .product-card-4 .product-card-header {
        flex-wrap: wrap;
    }

    .product-card-4 .product-card-header .w-html {
        flex: 1 0 calc(50% - 20px);
    }

    .product-card-4 .product-card-header .w-html:nth-child(3) {
        margin-top: 10px;
    }
    .hidden-mobile{
        display: none;
    }
}

/** Winners Table **/
.winning{
    padding: 50px 40px 0px 40px;
    background:var(--color-alt-content-secondary-grad);
    border-radius: 20px;
    border: 2px solid var(--color-content-link);
    margin-bottom: 50px;
    margin: 0px auto 100px auto;
    max-width: 1300px;
}
.dataTables_filter input{
    border-radius: 20px!important;
}



/** v4 **/
#order_review{
    border: 2px solid var(--color-content-primary);
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
</pre></body></html>