@charset "UTF-8";
/* CSS Document */



.rules-and-odds.table--secondary th:nth-child(1), .rules-and-odds.table--secondary td:nth-child(1) {

    padding-left: 50px;
}

.rules-and-odds.table--secondary th:nth-child(2), .rules-and-odds.table--secondary td:nth-child(2) {
    width: 20%;
}


.playslip-thumbnail {
    margin-top: 10%;
}

span.remaining-prizes-disclaimer {
    max-width: 100%!important;
    color: #696969!important;
    font-weight: 100!important;
}

span.disclaimer {
    max-width: 100%!important;
    color: #696969!important;

}

a.btn-normalize.btn--popup {
    display: -webkit-inline-box;
}



/*HIDE DRAW GAME IMAGE*/
@media (max-width:991px) {
    .section__image {
        display: none;
    }

    .section-game .section__entry {
        float: left;
        width: calc(100% - 0px);
        padding: 0 0 10px;
        font-size: 17px;
        line-height: 1.9;
        font-weight: 300;
    }

    .rules-and-odds.table--secondary th:nth-child(1), .rules-and-odds.table--secondary td:nth-child(1) {
        margin-left: 0
    }

}



@media (max-width: 767px) {
    .list-numbers {
        -webkit-box-pack: inline-flex;
        -ms-flex-pack: inline-flex;

    }

}


/* PRIZE CHART TABLE */

@media (max-width: 575px) {
    .table--jobs table tbody tr {
        border-width: 1px 0 1px 0;
        padding: 30px 20px 20px 0;
        display: inline-grid;
        width: 100%;
    }


    .prize-chart-table .list-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box!important;
        padding: 0;
        margin: 0;
        float: none;
        inline-size: -webkit-fill-available;
        width: 51%!important;
    }


}



.prize-chart-table th:nth-child(1), .prize-chart-table td:nth-child(1) {
    width: 40%;
}

.prize-chart-table .list-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    float: left;
}

.prize-chart-table .list-posts--secondary li {
    padding: 13px 0 11px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 300;
}

.prize-chart-table .list-numbers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #696969;
    border-radius: 50%;
    padding-top: 2px;
}

li.prize-chart-table .ball_plus {
    padding: 0 0 0 0;
}


.winning--numbers-dropdown li {
    padding: 2px 0 0 0 !important;
    flex: inherit;
    border-width: 1px;
}

.winning--numbers-dropdown li {
    border-color: #d8d8d8 !important;
}

/* ---Top Game Page--*/
.section-game .section__bar {
    margin-bottom: 20px;
}

.table--winning {
    max-width: 1225px;
    padding: 0px 20px 40px;
    margin: 0 auto;
    color: #696969;
}

li.ball_plus {
    border: none;
}

/*NEW GAME RESULTS SHOW TICKETS ENTERED*/


.gamespage .winning-results-row .list-tickets li.ball_white {
    color: #999;
    border: 1px solid;
}

.winning-results-row .list-tickets li.ball_white {
    background: white;
    border: 1px solid lightgray;
    color: #696969;
}

.list-tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 13px 0px;
    border-bottom: 1px solid #eee;
}

.list-tickets li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #696969;
    border-radius: 50%;
    padding-top: 2px;
}

.list-tickets li.ball_red {
    background-color: red;
    color: #ffffff;
}

span.numbers-played {
    padding: 3px 11px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.winning-results-row {
    margin-bottom: 10px!important;
}

.list-posts li a:hover {
    color: #00a4e3;
}



@media (min-width: 991px) {
    .winning--numbers-dropdown li {
        height: 42px;
    }

    ul.list-posts.list-posts--secondary.game-page-draw.list-posts--staff {
        padding-left: 70px;
    }

}



@media (max-width: 991px) {
    .table table td:nth-child(1), .table table th:nth-child(1), .table table td:nth-child(3) {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        text-align: left !important;
    }

    .list-badgets li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }

}

@media (max-width: 771px) {

    .list-badgets li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

}

/*New Game update 8.20.21*/
/*
///////////////////
///////////////////
///////////////////

*/


.table--winning.drawgame--update {
    max-width: 1100px;
    padding: 0px 20px 40px;
    margin: 0 auto;
    color: #696969;
}

.drawgame--update h5 {
    float: none!important;
    font-size: 35px;
    font-weight: 700;
    color: #323232;
}

nav.nav-secondary.tabs a {
    background-color: #00A4E3;
    padding: 15px 20px 6px 20px;
    border-radius: 7px 7px 0px 0px;
    font-weight: bold;
    color: #fff;
}

.nav-secondary {
    /* margin-bottom: 48px; */
}

.nav-secondary li + li {
    margin-left: 4px;
}


.drawgame--update table td:nth-child(1), .drawgame--update table th:nth-child(1) {
    width: 20%;
}

.drawgame--update table td:nth-child(2), .drawgame--update table th:nth-child(2) {
    width: 25%;
    text-align: -webkit-center;
}

.drawgame--update table td:nth-child(3), .drawgame--update table th:nth-child(3) {
    width: 30%;
    text-align: center!important;
}

.drawgame--update table td:nth-child(4), .drawgame--update table th:nth-child(4) {
    width: 10%;
    text-align: center;
}

.drawgame--update table td:nth-child(5), .drawgame--updatetable th:nth-child(5) {
    width: 10%;
    text-align: center;
}
.section-drawgame .drawgame__head h5 {
    width: auto;
    font-size: 35px;
    font-weight: 700;
    color: #323232;
    height: 25%;
}


header.drawgame__head {
    margin-bottom: -46px!important;
}
.section-drawgame {
    padding-top: 0px;
}

.numbers__header, .jackpot__header {
    font-size: 13px;
    text-align: center;
}


.numbers__footer, .jackpot__footer {
    font-size: 14px;

}

ul.list-drawgame.list-numbers.list-numbers--bordered {
    text-align: center;
    margin: auto;

}

ul.list-drawgame.list-numbers.list-numbers--bordered.twobytwo {
    width: 51%;
}



.drawgame__claimprize {
    font-size: 12px;
    font-weight: bold;


}
.drawgame__claimprize a {
    color: #8CC63F;
    text-decoration: none;
}

span.drawgame__claimprize {
    display: block;
    padding-top: 14px;
}




@media (max-width: 991px) {

    .drawgame--date {
        text-align: center;
        float: inherit;
        margin: auto;
    }

    .drawgame--numbers--section, .drawgame--check--btn {
        text-align: center!important;
        margin: auto;
        width: 50%;
    }

    .drawgame--update table td:nth-child(1), .drawgame--update table th:nth-child(1) {
        width: 100%;
        text-align: center!important;
    }

    .drawgame--update table td:nth-child(2), .drawgame--update table th:nth-child(2) {
        width: 100%;
        text-align: center!important;
    }

    .drawgame--update table td:nth-child(3), .drawgame--update table th:nth-child(3) {
        width: 100%;
        text-align: center!important;

    }

    .drawgame--update table td:nth-child(4), .drawgame--update table th:nth-child(4) {
        width: 100%;
        margin: auto;
        text-align: center!important;
    }

    .drawgame--update table td:nth-child(5), .drawgame--update table th:nth-child(5) {
        width: 100%;
        text-align: center!important;
    }

    .list-drawgame {
        text-align: center;
    }

    ul.list-drawgame.list-numbers.list-numbers--bordered {
        margin: inherit;
        width: auto;
        padding: inherit;

    }



}



.horizontal-prize-matrix {
    font-size: 14px;
    margin: auto;
    margin-top: 20px;
}


/*Four Column CSS*/

table.four-col-prize.horizontal-prize-matrix  td:nth-child(1), table.four-col-prize.horizontal-prize-matrix thead tr th:nth-child(1) {
    width: 15%!important;
    padding-right: 2.55em;

}

table.four-col-prize.horizontal-prize-matrix td:nth-child(2), table.four-col-prize.horizontal-prize-matrix thead tr th:nth-child(2) {
    width: 15%;
    padding-right: 1.75em;

}

table.four-col-prize.horizontal-prize-matrix td:nth-child(3), table.four-col-prize.horizontal-prize-matrixth:nth-child(3) {
    width: 15%;

}

table.four-col-prize.horizontal-prize-matrixtd:nth-child(4), table.four-col-prize.horizontal-prize-matrix th:nth-child(4) {
    width: 15%;
}







/*Prize Chart Full CSS*/

.horizontal-prize-container table td:nth-child(1), .horizontal-prize-container table thead tr th:nth-child(1) {
    width: 30%;
    padding-right: 2.55em;

}

.horizontal-prize-container table td:nth-child(2), .horizontal-prize-container table thead tr th:nth-child(2) {
    width: 45%;
    padding-right: 1.75em;

}

.horizontal-prize-container table td:nth-child(3), .horizontal-prize-container table th:nth-child(3) {
    width: 5%;

}

.horizontal-prize-container table td:nth-child(4), .horizontal-prize-container table th:nth-child(4) {
    width: 5%;
}

.horizontal-prize-container table td:nth-child(5), .horizontal-prize-container table th:nth-child(5) {
    width: 5%;
}

.horizontal-prize-container table td:nth-child(6), .horizontal-prize-container table th:nth-child(6) {
    width: 5%;
}

.horizontal-prize-container table td:nth-child(7), .horizontal-prize-container table th:nth-child(7) {
    width: 5%;
}

.horizontal-prize-container .table th, .table td {
    padding: 0.50rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.horizontal--matrix--list li.ball_gray  {
    background: #eee;
    width: 15px;
    height: 15px;
}

.horizontal--matrix--list li.ball_red  {
    background-color: red;
    color: #ffffff;
    width: 15px;
    height: 15px;
}

.horizontal--matrix--list li.ball_plus {
    width: 15px;
    height: 15px;
}


@media (max-width: 1080px) {

    .horizontal-prize-container table td:nth-child(1), .horizontal-prize-container table thead tr th:nth-child(1) {
        width: 25%;
        padding-right: 0em;

    }

    .horizontal-prize-container table td:nth-child(2), .horizontal-prize-container table thead tr th:nth-child(2) {
        width: 25%;
        padding-right: 0em;

    }

}
@media (max-width: 991px) {

    .horizontal-prize-container table thead th {
        display: inherit;
    }

    .horizontal-prize-container table tr {
        display: flex!important;
        padding: 0px 0 0px;


    }


    .horizontal-prize-matrix th {
        display: flex;
        font-size: 16px;
    }

    .horizontal-prize-matrix td:nth-child(1), horizontal-prize-matrix td:nth-child(2), horizontal-prize-matrix td:nth-child(3) {
        padding-right: 2em!important;


    }

    .horizontal-prize-matrix td:nth-child(4), .horizontal-prize-matrix td:nth-child(5), .horizontal-prize-matrix td:nth-child(6), .horizontal-prize-matrix td:nth-child(7),
    .horizontal-prize-matrix th:nth-child(4), .horizontal-prize-matrix th:nth-child(5), .horizontal-prize-matrix th:nth-child(6), .horizontal-prize-matrix th:nth-child(7)
    {
        display: none;

    }

    .horizontal-prize-matrix td:nth-child(1), .horizontal-prize-matrix th:nth-child(1) {
        width:40%!important;

    }

    .horizontal-prize-matrix td:nth-child(2), .horizontal-prize-matrix th:nth-child(2) {
        width:30%!important;

    }

    .horizontal-prize-matrix td:nth-child(3), .horizontal-prize-matrix th:nth-child(3) {
        width:30%!important;

    }

    table.horizontal-prize-matrix {
        width: 100%;
    }


}


@media (max-width: 767px){


    .list-numbers.horizontal--matrix--list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
    }

}

.list-numbers.horizontal--matrix--list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: normal;
}


.list-numbers.horizontal--matrix--list {
    text-align: left;
}

}






tr.horizontal--matrix--fullwidth {
    display: inline-grid;
    justify-items: start;
}

.section-game .section__entry .entry {
    padding-right: 0;
    padding-left: 75px;
    padding-bottom: 20px;
}
@media (max-width: 991px) {
    .section-game .section__entry .entry {
        padding-right: 0;
        padding-left: 5px;
        padding-bottom: 20px;
    }
}



@media (max-width: 991px) {
    .horizontal-prize-matrix select {
        width: 40px;
        height: 51px;
        text-align: center;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: #8cc63f 4px solid;
        margin-bottom: -25px;
        position: inherit;
        padding-bottom: 26px;
        font-weight: bold;
        font-size: 16px;
        padding-top: 0px;
    }
}

@media (min-width: 976px) {
    .pick4-gamepage {
        float: left;
        text-align: center;
        padding-left: 50px;
    }
}

.gamepage_pick-4 table td:nth-child(4), .gamepage_pick-4 table th:nth-child(4) {
    width: 20%;
    text-align: center;
}

.gamepage_pick-3 table td:nth-child(4), .gamepage_pick-3 table th:nth-child(4) {
    width: 20%;
    text-align: center;
}



