:root {
    --smaller-font: 0.7rem;
    --small-font: 0.87rem;
    --normal-font: 1rem;
    --medium-font: 1.1rem;
    --large-font: 1.7rem;
    --x-large-font: 2rem;
    --first-color: #00306b;
    --second-color: #000263;
    --third-color: #09003a;
    --fourth-color: #000e91;
    --fifth-color: #010374;
    --text-first: #ffffff;
    --text-second: #cc122c;
}

@font-face {
    font-family: 'tile';
    src: url('../fonts/DancingScript-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'font-theme';
    src: url('../fonts/Outfit-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'dollar-bill';
    src: url('../fonts/ScarecrowRegular-mLJw2.ttf');
}

body {
 font-family: 'font-theme';
    background: url(images/logo%20wave%201.png) #001a3a;
    color: var(--text-first);
    background-size: 100%;
}

hr {
    border-color:#ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'helvetica';
    color: var(--text-first);
}

.dataTables_wrapper .dataTables_length select {
    color: var(--text-first);
    background-color: var(--fifth-color) !important;
}

a {
    text-decoration: none;
    color: var(--text-first);
}

a:hover {
    color: var(--fifth-color);
}

.navbar-header {
    background: #CC122C;
    padding: 0.7rem;
    border-bottom: 1px solid;
}

.head {
    background: transparent;
    color: var(--text-first);
    margin-top: 5px;
}

.header-img {
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.header-img img {
    width: 100%;
    height: 350px;
    border-bottom: 2px solid white;
}

.jackpot-wrapper {
    padding: 0.4rem;
    text-align: center;
    border-radius: 5px;
    max-width: 100%;
    color: var(--text-first);
    border-top: 8px double white;
    border-bottom: 8px double white;
    background: #cc122c;
    margin-bottom: 0px;
}
h1.text-center.judul-latest {
    background: #cc122c;
    padding: 17px;
    border-bottom: 10px double white;
    font-size: 22px;
    font-family: 'Fredoka';
}
.jackpot-wrapper span {
    font-size: 3.2rem;
    font-weight: 600;
}

.jackpot-wrapper h4 {
    font-family: 'font-theme';
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 800;
    padding: 0;
    margin: 0;
}

.running-text {
    font-size: 1.1rem;
    color: var(--text-first);
    font-weight: 500;
}
marquee {
    background: #cc122c;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

footer {
    background: #CC122C;
    color: var(--text-first);
    padding: 1.4rem;
}


.navbar-menu,
.right-navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.right-navbar {
    align-items: center;
    position: absolute;
    top: 0.7rem;
    right: 6rem;
}

.right-navbar>li {
    margin-right: 0.4rem;
    font-weight: 700;
    color: var(--text-first);
    font-size: 0.9rem;
    position: relative;
}

.right-navbar>li>i {
    position: relative;
    top: 0.15rem;
}

.right-navbar>li:last-child {
    margin-right: 0;
    width: 15rem;
}

.navbar-menu {
    justify-content: center;
}

.navbar-menu>li {
    margin-right: 3rem;
    font-weight: 700;
    font-size: 1rem;
}

.navbar-menu>li:last-child {
    margin-right: 0;
}

header {
       background: url(images/73792aa5b2fa6cfe4d9861eca6533450.png) #003e8a;
    background-size: 100%;
}
.logo{
    align-items: center;
    justify-content: center;
    display: flex;
}
.logo>img {
    display: block;
}
@media only screen and (max-width : 400px){
    .logo>img{
        width: 100%;
    }
}

.footer-wla-logo,
.trusted-by,
.payment-footer {
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-wla-logo {
    width: 130px;
}

.payment-footer {
    width: 14rem;
}

.trusted-by {
    width: 600px;
}

.bg-btnsend {
    background: var(--second-color);
    color: var(--text-first);
    font-weight: bold;
    float: right;
}


.counter-wrapper {
    padding: 2rem !important;
    position: relative;
    text-align: center;
    border: 1px solid #006cf1;
    background-size: 101%;
    z-index: 1;
    background: url(https://kilat.digital/images/2024/03/17/73792aa5b2fa6cfe4d9861eca6533450.png) #00306b9e;
    box-shadow: 1px 1px 13px 1px #0086ff;
}

.ball-counter {
    position: absolute;
    background: url(../images/ball.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    left: 62%;
    top: 50px;
    width: 150px;
    height: 150px;
    z-index: -1;

}

.counter-title {
    letter-spacing: 0.5rem;
    z-index: 3;
    text-shadow: 1px 0px #ff0000;
    font-family: 'Fredoka';
    color: white;
    text-transform: uppercase;
    font-size: 50px;
}

.table-result {
    table-layout: fixed;
    width: 100%;
}

.table-result thead {
    font-weight: 600;
}

.table-result td {
    border: 1px solid #ffffff47;
    text-align: center;
    padding: 1.3rem;
    font-size: 24px;
    background: #003e8a;
    white-space: nowrap;
    overflow: hidden;
    color: var(--text-first);
}
.table-result tr h3 {
    font-family: 'font-theme';
    font-size: 1.2rem;
}

.prize-1-table,
.livedraw-prize {
  letter-spacing: 1rem;
    font-weight: 600;
    padding:10px;
    font-size: 24px;
}

.prize-o-table {
    margin-top: 0.8rem;
}

.show-detail td {
    background: #00234D;
    color: #ffffff;
}

.show-detail {
    display: none;
}

.counter {
    width: 32rem;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.open-badge {
    background: #cc122c;
    color: #fff;
    font-size: 1rem;
    padding: 8px 21px;
    text-transform: uppercase;
}

.open-badge:hover {
    cursor: pointer;
}

.table-livedraw {
    width: 100%;
    text-align: center;
    color: var(--text-first);
    background: var(--first-color);
    padding: 1rem;
}

.livedraw-prize {
    font-size: 1.5rem;
    border-bottom: 1px solid #cc122c;
    width: 150px;
    margin: auto;
}

.title-live {
    background: #CC122C;
    color: var(--text-first);
    text-align: center;
    padding: 0.7rem;
    font-size: 1.6rem;
    border-top: 9px double white;
    
}

.balls {
    border: 2px solid var(--text-first);
    background: #003e8a;
    color: var(--text-first);
    padding: 0.18rem 0.6rem;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    font-weight: bold;
}

.balls-result {
    border: 2px solid #ffffff;
    background: #003e8a;
    padding: 5px 9px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    display: inline-grid;
    align-items: center;
    justify-items: stretch;
    justify-content: center;
    align-content: center;
}
.loadings {
    color: var(--text-second);
}

.balls,
.balls-result {
    text-align: center;
}

.livedraw-prize-1 {
    margin-top: 0.5rem;
}

.contact-forrms h5,
.contact-forrms h6 {
    color: var(--third-color) !important;
}


/* Countdown */
.flipper {
    color: #333;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
}

.flipper.flipper-invisible {
    font-size: 0px !important;
}

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.flipper-group label {
    position: absolute;
    color: #ffffff;
    font-size: 20%;
    top: 100%;
    line-height: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    padding-top: .5em;
}

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

.flipper-digit span {
    font-size: 25%;
}

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #fff;
    min-width: .1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform-origin: 0 0.6em 0 !important;
    transform-origin: 0 0.6em 0 !important;
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

.digit-top.r {
    transition: background 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    background: #cccccc;
}

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #cccccc;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

.digit-top2.r {
    visibility: visible;
    transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background: #fff;
}

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

.digit-bottom.r {
    transition: background 0.2s linear;
    background: #cccccc;
}

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: var(--text-first);
}

.flipper-dark .flipper-delimiter {
    /* color: var(--first-color); */
    color: #fff;
}

.flipper-dark .digit-next {
    background: var(--text-second);
}

.flipper-dark .digit-top {
    background: var(--text-second);
}

.flipper-dark .digit-top.r {
    background: black;
}

.flipper-dark .digit-top2 {
    background: black;
}

.flipper-dark .digit-top2.r {
    background: var(--text-second);
}

.flipper-dark .digit-bottom {
    background: var(--text-second);
}

.flipper-dark-labels .flipper-group label {
    color: #ffffff;
}

.desktop {
display:block;
}
.mobile { 
display:none}

@media only screen and (max-width: 600px) {
 .table-result td {
    border: 1px solid #ffffff47;
    text-align: center;
    padding: 8px;
    font-size: 1.1rem;
    background: #003e8a;
    white-space: nowrap;
    overflow: hidden;
    color: var(--text-first);
}
.open-badge {
    background: #cc122c;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    text-transform: uppercase;
}
.counter-title {
    font-size: 27px!important;
    text-align: center;
    margin: 10px auto;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.balls-result {
    border: 2px solid #ffffff;
    background: #003e8a;
    padding: 5px 9px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: 1rem;
    display: inline-grid;
    align-items: center;
    justify-items: stretch;
    justify-content: center;
    align-content: center;
    padding: 1px;
    font-size: 10px;
}
.desktop {
display:none;
}
.mobile { 
display:block}
}