html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.text-light {
    color: #fff
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

a:hover {
    text-decoration: none;
    color: #B7B7B7
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: blue;
}

.ml2 {
    padding-left: 5rem;
}

.mr2 {
    padding-right: 5rem;
}

.mtop {
    background: linear-gradient(#00A79d, rgba(8, 29, 99, 0.9)), url('../../storage/images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10vh
}

.ntop {
    background: linear-gradient(180deg, #00A79d, red);
}

.btn-join {
    padding: 10px 20px 10px 20px;
    background: #00A79d;
    color: #fff;
    border-radius: 10px;
    border: solid #fff 2px;
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        width: 100px;
    }

    img.image-navheader {
        display: none;
    }

    .text-win {
        font-size: 4vh;
        font-weight: bold;
        margin-top: 20px;
        background: -webkit-linear-gradient(140deg, #B9B9B9, #eee, #B9B9B9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
    }

    .text-over {
        font-size: 6vh;
        font-weight: bold;
        background: -webkit-linear-gradient(40deg, #B9B9B9, #fff, #B9B9B9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        margin-top: -20px;
        padding-bottom: 20px
    }

    .card {
        background: #fff;
        border-radius: 10px;
        margin-top: -60px
    }

    .card-result {
        background-image: url('../../storage/images/bg2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
        margin-top: 5vh;
        margin-bottom: 10vh
    }

    .card-header {
        background: #2E3192;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 2.3vh;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .card-header-result {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: #fff;
        padding: 8px;
        font-size: 1.6em;
    }

    .card-body-result {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px
    }

    .card-body-about {
        padding: 30px;
        font-size: 1.5em;
        font-weight: bold;
    }

    .card-body {
        background-image: url('../../storage/images/bg2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 5px
    }

    .ball-a {
        border-radius: 100%;
        border: solid #fff;
        box-shadow: 0 0 3px #333;
        padding: 7px 15px;
        background: linear-gradient(180deg, #C4C2C2, #fff, #C4C2C2);
        font-size: 2em;
        font-weight: bold;
        margin: 5px
    }

    .ball-b {
        border-radius: 100%;
        border: solid #fff;
        box-shadow: 0 0 3px #333;
        padding: 4px 10px;
        background: linear-gradient(180deg, #C4C2C2, #fff, #C4C2C2);
        font-size: 1.5em;
        font-weight: bold;
        margin: 3px
    }

    .ball-c {
        border-radius: 100%;
        border: solid #fff;
        box-shadow: 0 0 3px #333;
        padding: 2px 7px;
        background: linear-gradient(180deg, #C4C2C2, #fff, #C4C2C2);
        font-size: 1em;
        font-weight: bold;
        margin: 2px
    }

    .line2 {
        border-bottom: solid #1CBBB4 2px;
        margin-left: 2.5vh;
        margin-right: 2.5vh
    }

    .bg-container {
        background: red;
        padding-bottom: 5vh
    }
}

.text-prize {
    font-weight: bold;
    font-size: 1.5em
}

.text-date {
    background: #1CBBB4;
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 8vh;
    padding-right: 8vh;
}

.table-responsive {
    background: #fff;
    padding: 3vh
}

@media screen and (max-width: 768px) {
    .desk {
        display: none;
    }

    .navbar-brand {
        width: 150px;
        padding: 0px;
        margin: 0px;
        margin-left: 10px
    }

    .container {
        padding: 0px
    }

    .text-win {
        font-size: 2vh;
        font-weight: bold;
        margin-top: 20px;
        background: -webkit-linear-gradient(140deg, #B9B9B9, #eee, #B9B9B9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
    }

    .text-over {
        font-size: 3vh;
        font-weight: bold;
        background: -webkit-linear-gradient(40deg, #B9B9B9, #fff, #B9B9B9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        padding-bottom: 20px
    }

    .card {
        background: #fff;
        border-radius: 10px;
        margin: 10px;
        margin-top: -45px;
    }

    .cardx {
        background: #fff;
        border-radius: 10px;
        margin: 10px;
    }

    .card-result {
        background-image: url('../../storage/images/bg2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 15px;
        margin-top: 10vh;
        margin-bottom: 30vh;
        margin-left: 10px;
        margin-right: 10px
    }

    .card-header {
        background: #1CBBB4;
        padding: 10px;
        color: #fff;
        font-weight: bold;
        font-size: 2.3vh;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .card-body {
        background-image: url('../../storage/images/bg2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 5px
    }

    .card-header-result {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: #fff;
        padding: 8px;
        font-size: 1.6em;
    }

    .card-body-result {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px
    }

    .card-body-about {
        padding: 30px;
        font-size: 1.5em;
        font-weight: bold;
    }

    .ball-a {
        border-radius: 100%;
        border: solid #fff;
        box-shadow: 0 0 3px #333;
        padding: 3px 7px;
        background: linear-gradient(180deg, #C4C2C2, #fff, #C4C2C2);
        font-size: 1em;
        font-weight: bold;
        margin: 3px
    }

    .ball-b {
        border-radius: 100%;
        border: solid #fff;
        box-shadow: 0 0 3px #333;
        padding: 4px 8px;
        background: linear-gradient(180deg, #C4C2C2, #fff, #C4C2C2);
        font-size: 1em;
        font-weight: bold;
        margin: 3px
    }

    .ball-c {
        border-radius: 100%;
        border: solid #fff;
        box-shadow: 0 0 3px #333;
        padding: 2px 7px;
        background: linear-gradient(180deg, #C4C2C2, #fff, #C4C2C2);
        font-size: 1em;
        font-weight: bold;
        margin: 2px;
    }

    .line2 {
        border-bottom: solid #1CBBB4 2px;
        margin-left: 2vh;
        margin-right: 2vh;
        margin-top: 20px
    }

    .bg-container {
        background: linear-gradient(120deg, #021622, #E0CDB1);
        padding-bottom: 0vh
    }

}

.past-result {
    font-weight: bold;
    font-size: 1.7em;
    padding-bottom: 200px
}

.line {
    border-bottom: solid #1CBBB4 2px;
}

@media screen and (min-width: 768px) {
    .navbar-default {
        background: red;
        border: none;
        margin: 0px;
        padding: 0px;
        border-radius: 5px;
    }
}

.nav.navbar-nav li a {
    color: #fff !important;
    background: transparent;
    text-transform: uppercase;
    font-weight: bold;
}

.nav.navbar-nav li a:hover {
    color: grey !important;

}

.nav.navbar-nav>li.active a,
.nav.navbar-nav>li.active a:hover {
    background: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .navbar-default {
        background: #1CBBB4;
        border: none;
        margin: 0px;
        padding: 0px;
    }

    .navbar-collapse {
        background-color: #1CBBB4;
        color: #fff;
    }
}


/*margin*/

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px
}

.mt-x1 {
    margin-top: 2vh
}

.mb-30 {
    margin-bottom: 30px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

/*padding*/

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px
}

.pl-20 {
    padding-left: 20px;
}

.pb-x {
    padding-bottom: 10vh
}

.pb-5 {
    padding-bottom: 25px
}

.text-white {
    color: white;
    padding-right: 2rem;
}

.pr2 {
    padding-left: 2rem;
}

/*height*/

.h-100 {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .row-ft {
        margin-top: 5vh
    }

    .ft {
        float: right;
        text-align: right;
    }

}

@media screen and (max-width: 768px) {
    .row-ft {
        padding: 5vh;
        margin-top: 1vh
    }

    .ft {
        float: right;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 768px) {}



/*live*/
table tr td {
    padding: 0px
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
    .time {
        font-size: 5vh;
        font-weight: bold;
        color: #fff;
    }

    .titik {
        font-size: 5vh;
        font-weight: bold;
        color: #fff;
        margin-left: 1vh;
        margin-right: 1vh
    }

}

@media screen and (min-width: 1450px) {
    .time {
        font-size: 4.5vh;
        font-weight: bold;
        color: #fff;
        font-weight: bold;
    }

    .titik {
        font-size: 4vh;
        font-weight: bold;
        color: #fff;
        margin-left: 1vh;
        margin-right: 1vh;
    }
}

@media screen and (max-width: 768px) {
    .mobx {
        margin-top: 10px
    }

    .time {
        font-size: 5vh;
        font-weight: bold;
        color: #fff;
    }

    .titik {
        font-size: 5vh;
        font-weight: bold;
        color: #fff;
        margin-left: 1vh;
        margin-right: 1vh
    }
}

.jam {
    font-weight: bold;
    color: #fff;
}


@media screen and (min-width: 769px) {
    .mob {
        display: none;
    }
}


@media screen and (max-width: 768px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 768px) {}

.no-padding {
    padding: 0px
}


.footer {
    background: #1CBBB4;
    text-align: center;
    color: #fff;
    padding: 10px
}


/*datatable*/
#datatable thead th {
    background-color: #2E3192 !important;
    padding: 5px;
    color: #fff;
    font-size: 1.8vh;
}

#datatable {
    background: transparent;
    font-size: 1.1em;
}

#datatable thead th:first-child {
    border-radius: 20px 0 0 0;
}

#datatable thead th:nth-of-type(2) {
    border-radius: 0 20px 0 0;
}

@media screen and (max-width: 768px) {

    #datatable thead th:nth-child(3) {
        border-radius: 0 20px 0 0;
    }
}

@media only screen and (max-width: 320px) {
    #datatable thead th:first-child {
        border-radius: 20px 20px 0 0;
    }
}

#datatable tbody {
    border: solid #2E3192 1px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: #A1DDDA;
    border: solid 1p #A1DDDA;
    color: #fff;
    font-weight: bold
}

.pagination,
.pagination .page-link {
    background-color: #2E3192;
    border: solid 1px #2E3192;
    color: #fff;
    font-weight: bold
}

.pagination .disabled .page-link,
#datatable_ellipsis .paginate_button .page-item .disabled {
    background-color: #2E3192;
    border: solid 1px #2E3192;
    color: #fff;
    font-weight: bold;
}

.pagination {
    background-color: #2E3192;
    border: solid 1px #2E3192;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}


#datatable tbody tr td {
    padding: 8px;
    font-weight: bold;
}


#datatable>tbody>tr:nth-child(odd) {
    background-color: transparent;
}

@media screen and (max-width: 768px) {

    #datatable>tbody>tr:nth-child(even),
    #datatable>tbody>tr:nth-child(even)>td {
        background-color: #2E3192;
        color: red;
        padding: 5px;
        padding-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    #datatable>tbody>tr:nth-child(even) {
        background-color: #2E3192;
        color: red;
    }
}


@media screen and (min-width: 768px) {
    #datatable tbody>tr>td:first-child {
        padding-left: 2.5vh
    }
}

@media screen and (max-width: 768px) {
    #datatable tbody>tr>td:first-child {
        padding-left: 3vh
    }
}

#datatable tbody tr td.child {
    text-align: center;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
