html,
body {
    color: black;
    font-family: "Lato", sans-serif;
    background: rgb(18,25,35);
    background: linear-gradient(0deg, rgba(18,25,35,1) 0%, rgba(19,26,37,1) 37%, rgba(26,43,56,1) 94%);
}

.container {
    max-width: 1400px;
    margin: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:link, a:visited {
        text-decoration: none;
    }

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.btn-main {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    width: 100%;
    background: #85208f;
    text-align: center;
    color: #fff;
    height: 43px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button.expanicon {
    background-color: transparent;
    border: none;
    background-image: url("../images/svg/icon-bar.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 45px;
    -o-background-size: 45px;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: block;
}

.glow {
    filter: brightness(100%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .glow:hover {
        filter: brightness(150%)
    }

@media (max-width: 1024px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/*------header-----*/
.header-bg {
    height: 268px;
    background-image: url("../images/headerbg.jpg");
    background-position: top center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

    .header-bg h2 {
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

@media (max-width: 1024px) {
    .header-bg {
        height: 200px;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .header-bg h2 {
            color: #fff;
            text-align: center;
            margin-top: 10px;
        }
}

.header-bg .top {
    padding: 15px 0;
    position: relative;
    color: #FFF;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    & .logo-wrap

{
    width: 180px;
}
}

.header-bg .main-nav {
    & > ul

{
    display: flex;
    list-style: none;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    & li

{
    margin: 0 20px 0 0;
}
}

& a:hover, a.active {
    color: #F6C748;
}
}

.dropdown img {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
}

/*------date-wrap-----*/
.date-wrap {
    display: flex;
    color: #fff;
    background: #21212d;
    -webkit-align-items: center;
    align-items: center;
    width: 593px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: -25px auto 50px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    & .datebtn

{
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 150px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(180deg, #ad3799 0%, #7a276c 100%);
}
}

@media only screen and (max-width: 1024px) {
    .date-wrap {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 auto 50px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
        & .datebtn

{
    width: 25%;
    font-size: 3vw;
}
}
}

/*------search-----*/
.result-input {
    width: 593px;
    height: 50px;
    margin: 0 auto;
    margin: -25px auto 20px;
    & input

{
    color: #fff;
    background: #21212d;
    width: 100%;
    padding: 15px;
    border: 1px solid #555;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
}

@media only screen and (max-width: 1024px) {
    .result-input {
        width: 95%;
        margin: -25px auto 20px;
    }
}

.search-wrap {
    max-width: 593px;
    height: auto;
    margin: 0 auto;
    color: #ff;
}

.search-check-wrap {
    width: 18%;
    margin: 0 0 2%;
}

.form-check-input:checked {
    background-color: #CE0303;
    border-color: #CE0303;
}

.search-check {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 100%;
    margin: 0 auto 2%;
    position: relative;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #CED4DA;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    & img

{
    max-width: 65px;
    position: absolute;
    top: 25%;
}
}

@media only screen and (max-width: 1024px) {
    .search-check {
        & img

{
    max-width: 65%;
    top: 20%;


}
}
}

/* Hide the browser's default checkbox */
.search-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.search-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.search-check input:checked ~ .checkmark {
    background-color: #85208f;
}

.search-check:has(input:checked) {
    border: 1px solid #85208f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.search-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.search-check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.re-box {
    width: 10%;
    color: black;
    text-align: center;
    padding: 8px;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .re-box {
        width: 20%;
    }
}

.drawhitbox {
    display: flex;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    background: #17232e;
    & .boxes

{
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
    & .rounder

{
    font-weight: bold;
}

& .wintimes {
}
}
}

.sml-text {
    font-size: 15px;
    color: #d525e6;
}

.lag-text {
    font-size: 60px;
    font-weight: bold;
    color: black;
}

.protable {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 12px;
    & img

{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

& img.thumb {
    max-width: 25px;
    height: auto;
}

& th {
    background: #85208f;
    padding: 15px 0;
    font-weight: normal;
}

    & th:first-child {
        -webkit-border-radius: 5px 0 0;
        border-radius: 5px 0 0;
    }

    & th:last-child {
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }

& tr {
    background: #17232e;
}

    & tr:nth-child(odd) {
        background: #203444;
    }

& td {
    padding: 5px 0;
}
}

/*------result-box-----*/
.result-wrap {
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    .result-wrap {
        width: 100%;
    }
}

.result-box-wrap {
    width: 100%;
}

.result-box-margin {
    margin: 2% 2% 6%;
}

.result-box {
    min-height: 520px;
    width: 100%;
    padding: 9px 9px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .result-box.font-black {
        color: #000;
    }

    .result-box .name {
        padding: 15px 15px 5px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
    }

        .result-box .name .img-wrap {
            width: 30px;
            height: 30px;
            margin: 0 6px 0 0;
        }

            .result-box .name .img-wrap img {
                display: block;
                width: 100%;
                height: auto;
            }

    .result-box .info {
        padding: 0 15px;
        display: flex;
        font-weight: bold;
        font-size: 12px;
        justify-content: space-between;
    }

        .result-box .info .date {
        }

        .result-box .info .draw {
        }

    .result-box .tlist {
        padding: 3px;
    }

        .result-box .tlist .prize {
            display: flex;
            width: 100%;
            justify-content: space-around;
            padding: 8px 0;
            font-weight: bold;
            background: rgb(255,255,255,.4);
        }

        .result-box .tlist .title {
            text-align: center;
            padding: 8px 0;
            font-weight: bold;
        }

        .result-box .tlist .boxlist {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            background: #fff;
        }

            .result-box .tlist .boxlist .redhl {
                background: #d30100;
                color: #fff;
                display: block;
                text-align: center;
            }

            .result-box .tlist .boxlist div {
                background: #fff;
                display: flex;
                color: #000;
                padding: 8px 5px;
                position: relative;
                justify-content: center;
            }

                .result-box .tlist .boxlist div span {
                    color: red;
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    font-size: 9px;
                }

        .result-box .tlist .title {
        }

        .result-box .tlist .box-5 div {
            width: 20%;
        }

        .result-box .tlist .box-3 div {
            width: 33%;
        }

.yellow {
    background: #ffc515;
}

.result-box .txcenter-box {
    text-align: center;
    margin: 3px;
    padding: 15px;
    font-size: 18px;
}

    .result-box .txcenter-box.bbtm {
        border-bottom: 2px solid #000;
    }

.result-box .text-white.txcenter-box.bbtm {
    border-bottom: 2px solid #fff;
}

.result-box .prize-table {
    /* margin: 3px; */
}

    .result-box .prize-table .title {
        text-align: center;
        padding: 10px 0;
    }

    .result-box .prize-table .t-col {
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

        .result-box .prize-table .t-col .prize {
            display: block;
            width: 30%;
            padding: 10px 0;
            text-align: center;
        }

        .result-box .prize-table .t-col .info {
            width: 70%;
            padding: 10px 0;
            display: flex;
            background: #fff;
            color: #000;
            font-size: 16px !important;
            -webkit-justify-content: space-around;
            justify-content: space-around;
        }

        .result-box .prize-table .t-col:nth-child(even) .info {
            background: #fff;
        }

.result-box .r-wrapper {
    margin: 3px 0;
}

    .result-box .r-wrapper .title {
        text-align: center;
        padding: 10px 0;
    }

.result-box .prize-table .title {
    text-align: center;
    padding: 10px 0;
}

.result-box .jpgroup-wrap .jpgroup {
}

.result-box .jp-info {
    display: flex;
}

    .result-box .jp-info span {
        background: #fff;
        color: #000;
        flex-basis: 100%;
        text-align: center;
        padding: 8px 0;
        border-left: 2px solid;
        border-bottom: 2px solid;
        border-color: inherit;
        font-size: 16px !important;
    }

        .result-box .jp-info span:first-child {
            border-left: none;
        }

.w50 {
    width: 50% !important;
}

.w33 {
    width: 33% !important;
}

/*----end--result-box-----*/

/*----footer-----*/
.foot-padding {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .foot-padding {
        padding-bottom: 25px;
    }
}

.footer-banner {
    background-image: url("../images/footerbanner-bg.png");
    background-size: cover;
    height: 350px;
    display: block;
    & .info-wrap

{
    & .phone

{
    margin-top: -60px;
    margin-left: 40px;
    width: 265px;
}

& .content {
    color: #FFF;
    margin: 20px 0 0 40px;
    & h2

{
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 6px;
}
}
}
}

@media only screen and (max-width: 1024px) {
    .footer-banner {
        background-color: #7b0307;
        background-image: none;
        height: auto;
        padding: 25px;
        & .info-wrap

{
    & .phone

{
    margin-top: 0;
    margin-left: 0;
    width: auto;
}

& .content {
    margin: 0 auto;
}

& h2 {
    font-size: 7vw !important;
}
}
}
}

/*----------sidepush--header -----------*/
.sidepush-nav {
    padding: 0;
    margin: 45px 0 15px;
    list-style-type: none;
}

    .sidepush-nav > li {
        padding: 12px 0;
    }

    .sidepush-nav li > a {
        display: block;
        padding: 5px 15px;
    }

    .sidepush-nav li {
        color: #FFF;
    }

        .sidepush-nav li.active {
            color: #ffb330;
        }

        .sidepush-nav li > ul {
            padding: 0 0 0 20px;
        }

            .sidepush-nav li > ul > li {
                display: block;
                padding: 4px 0;
            }

        .sidepush-nav li.active > ul > li {
            color: #fff;
        }

            .sidepush-nav li.active > ul > li.active {
                color: #ffb330;
            }

/*----------------------------*/
/*--------side-push-----------*/
/*----------------------------*/
.c-menu {
    /*padding: 20px;*/
}

    .c-menu.promo-content {
        padding: 0;
    }

.carbon-poweredby, em, i {
    font-style: italic
}

.c-button, .c-menu__close {
    -moz-appearance: none;
    appearance: none;
    border-radius: none;
    -webkit-appearance: none;
    font-size: 14px;
    box-shadow: none
}

    .c-button:focus, .c-menu__close:focus {
        outline: 0
    }

#carbonads, .c-mask, .c-menu {
    position: fixed
}

.o-wrapper {
    transition: transform .3s
}

.c-menu, .o-wrapper {
    -webkit-transition: -webkit-transform .3s
}

.o-container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 960px
}

.c-menu {
    z-index: 200;
    transition: transform .3s;
    background: #601F6E;
}

    .c-menu.promo-content {
        background: #FFF;
    }

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

@media all and (min-width:320px) {
    .c-menu--push-left,
    .c-menu--push-right,
    .c-menu--slide-left,
    .c-menu--slide-right {
        width: 280px
    }

        .c-menu--push-right.promo-content {
            width: 100%;
        }
}

.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
    display: block;
    /*text-align:center;*/
    text-align: left;
    /*border-top:solid 1px #b5dbe9;*/
    /*border-bottom:solid 1px #3184a1*/
}

    .c-menu--push-left .c-menu__item:first-child,
    .c-menu--push-right .c-menu__item:first-child,
    .c-menu--slide-left .c-menu__item:first-child,
    .c-menu--slide-right .c-menu__item:first-child {
        border-top: none
    }

    .c-menu--push-left .c-menu__item:last-child,
    .c-menu--push-right .c-menu__item:last-child,
    .c-menu--slide-left .c-menu__item:last-child,
    .c-menu--slide-right .c-menu__item:last-child {
        border-bottom: none
    }

.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #9e9e9e;
    /* background: -webkit-linear-gradient(#9f762e, #e1b561, #9f762e); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.c-menu--push-left .c-menu__item.active .c-menu__link,
.c-menu--push-right .c-menu__item.active .c-menu__link,
.c-menu--slide-left .c-menu__item.active .c-menu__link,
.c-menu--slide-right .c-menu__item.active .c-menu__link {
    background: #e3cb00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
    /*display:block;
  padding:12px 24px;
  width:100%*/
}

.c-menu--push-left,
.c-menu--slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width:320px) {
    .c-menu--push-left,
    .c-menu--slide-left {
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px)
    }
}

.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-menu--push-right,
.c-menu--slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width:320px) {
    .c-menu--push-right,
    .c-menu--slide-right {
        -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px)
    }

        .c-menu--push-right.promo-content {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%)
        }
}

.c-menu--push-right.is-active,
.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-menu--push-bottom,
.c-menu--push-top,
.c-menu--slide-bottom,
.c-menu--slide-top {
    vertical-align: middle;
    width: 100%;
    height: 60px;
    text-align: center;
    overflow-x: scroll
}

.c-mask, body.has-active-menu {
    overflow: hidden
}

.c-menu__item.active {
    background-color: #000;
}

.c-menu--push-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--slide-top .c-menu__items {
    display: inline-block;
    text-align: center
}

.c-menu--push-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--slide-top .c-menu__item {
    display: inline-block;
    line-height: 60px
}

.c-menu--push-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--slide-top .c-menu__link {
    display: block;
    padding: 0 4px;
    color: #fff
}

.c-menu--push-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--slide-top .c-menu__close {
    display: inline-block;
    margin-right: 12px;
    padding: 0 24px;
    height: 60px;
    line-height: 60px
}

.c-menu--push-top, .c-menu--slide-top {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

    .c-menu--push-top.is-active,
    .c-menu--slide-top.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.c-menu--push-bottom,
.c-menu--slide-bottom {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

    .c-menu--push-bottom.is-active,
    .c-menu--slide-bottom.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.o-wrapper.has-push-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width:320px) {
    .o-wrapper.has-push-left {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px)
    }
}

.o-wrapper.has-push-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width:320px) {
    .o-wrapper.has-push-right {
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.o-wrapper.has-push-top {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.o-wrapper.has-push-bottom {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.c-menu__close {
    color: #ffb330;
    top: 0;
    right: 13px;
    width: 30px;
    padding: 10px;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 34px;
}

.c-mask {
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s
}

    .c-mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }