:root {
    --f-color: #000;
    --s-color: #fff;
    --t-color: #ff0000;
    --theme-color : #ff0000;
    --theme-color2 : #ff1a1a;
    --theme-second : #e60000;
    --theme-third : #cc0000;
    --theme-fourth : #b30000;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background: var(--theme-fourth);
    color: var(--s-color);
}

a:hover {
    color: inherit;
}

.nav-top-wrapper {
    padding: 1.3rem;
    background: #fff;
    background-position: 0 -5rem;
}

#mobileMenu {
    background: var(--theme-fourth);
    padding: 0.5rem;
    border-radius: 10px;
}

.nav-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.bg-theme:nth-child(even) .card {
    border-bottom: 6px solid var(--theme-second);
}

.bg-theme:nth-child(even) .card:hover {
    background: var(--t-color);
    cursor: pointer;
}

.bg-theme:nth-child(odd) .card:hover {
    background: var(--theme-color2);
    cursor: pointer;
}

.bg-theme:nth-child(odd) .card {
    border-bottom: 6px solid var(--t-color);
}

.icon-android {
    font-size: 1.5rem;
}

.result-periode-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid var(--t-color);
}

.result-periode-list li {
    margin-right: 1rem;
    margin-bottom: 1.2rem;
    padding: 1rem;
    width: 11rem;
    max-width: 100%;
    text-align: center;
    background: var(--theme-third);
    color: var(--s-color);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.result-periode-list li:hover {
    cursor: pointer;
}

.result-periode-list li:last-child {
    margin-right: 0;
}

.nav-top-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#nprogress .bar {
    background: var(--theme-third);
}

#nprogress .peg {
    box-shadow: 0 0 10px var(--theme-third), 0 0 5px var(--theme-third);
}

#nprogress .spinner-icon {
    border-top-color: var(--theme-third);
    border-left-color: var(--theme-third);
}

.nav-top-list li {
    margin-right: 0.5rem;
    position: relative;
}

.btn-lang {
    border: none;
    background: none;
}

.btn-lang img {
    width: 1.8rem;
    border-radius: 10px;
    height: 1.4rem;
    max-width: 100%;
}

.logo img {
    width: 12rem;
    max-width: 100%;
}

.logo-card {
    width: 10rem;
}

.ball-draw, .counter-time {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.ball-draw2, .counter-time {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.title-404 {
    font-size: 5rem;
}

.wrapper-404 {
    height: 36rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-time li {
    margin-right: 0.9rem;
    padding: 0.3rem 2.6rem;
    font-weight: bold;
    font-size: 0.5rem;
    border-radius: 10px;
    background: var(--s-color);
    color: var(--f-color);
    text-align: center;
    text-transform: uppercase;
}

.page.active {
    color: #fff !important;
    opacity: 1 !important;
    background: var(--theme-second);
}

#hour1, #hour2, #minute1, #minute2, #second1, #second2 {
    font-size: 1.4rem;
    color: var(--theme-second);
}

.ball-draw li {
    margin-bottom: 6px;
    margin-top: 7px;
    list-style-type: none;
    display: inline-flex;
    padding: 10px 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.0rem;
    margin-left: 5px;
    font-weight: 700;
     background: linear-gradient(0deg, var(--theme-second) 0%, var(--theme-third) 100%);;
    color: var(--s-color);
    border-color: var(--theme-third);
}

.ball-draw2 li {
   
    font-size: 1.0rem;
    margin-left: 5px;
    font-weight: 300;
    color: #737373;
	
	
}


.ticket-btn {
    background: var(--t-color);
    padding: 0.7rem 1.5rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.ticket-btn i {
    font-size: 0.6rem;
}

.ball-draw li:hover {
    background: var(--theme-color2);
    cursor: pointer;
}

.ball-draw li:first-child {
    margin-left: 0;
}

.ball-draw2 li:hover {
 
}

.ball-draw2 li:first-child {
    margin-left: 0;
}

.social-icon {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}

.social-icon li {
    margin-right: 1rem;
    font-size: 2rem;
}

.social-icon li:last-child {
    margin-right: 0;
}

.ball-draw li:last-child {
    background: linear-gradient(0deg, var(--theme-second) 0%, var(--theme-third) 100%);;
    color: var(--s-color);
    border-color: var(--theme-third);
}

.ball-draw li:last-child:hover {
   
}

.ball-draw2 li:last-child {

}

.ball-draw2 li:last-child:hover {
    background: var(--theme-third);
}

.home-icon {
    position: absolute;
    font-size: 1rem;
    left: -1.5rem;
    top: 0.50rem;
    font-weight: bold;
}

.next-draw-card {
    background: var(--theme-second);
    color: var(--s-color);
}

.nav-top-list li button {
    border: none;
    background: none;
}

.nav-top-list li button, .nav-top-list li a {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--s-color);
}

.nav-top-list li:last-child {
    margin-right: 0;
}

.nav-top-list-m {
    display: none;
}

.header-title {
    padding: 0.6rem;
    color: #fff;
    text-transform: uppercase;
    background: var(--theme-second);
    border-bottom: 3px solid var(--theme-third);
}

.header-title h3 {
    font-size: 1.0rem;
}

footer {
    border-top: 4px solid var(--t-color);
    background: var(--theme-second);
    padding: 1rem;
    color: var(--s-color);
}

footer a {
    color: var(--t-color);
}

.logo-wla {
    display: block;
    width: 8rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.footer-menu-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu-img li img {
    width: 5rem;
}

.footer-menu-img li {
    margin-right: 2rem;
}

.footer-menu-img li:last-child {
    margin-right: 0;
}

.hide {
    display: none;
}

/* Responsive */
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
        .nav-top {
            justify-content: space-between;
        }

        .nav-top-list {
            display: none;
            position: absolute;
            top: 150px;
            right: -10px;
            height: 100vh;
            z-index: 2;
            padding: 1rem;
            background: var(--s-color);
            border-radius: 10px;
            transition: translateX(-45px) 250ms;
        }

        .nav-top-list li i {
            display: none;
        }

        .nav-top-list li {
            margin-bottom: 0.7rem;
        }

        .nav-top-list li {
            margin-left: 6px;
            
        }

        .nav-top-list li button {
            color: var(--f-color);
        }

        .nav-top-list-m {
            display: flex;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .nav-top-list-m li i {
            font-size: 1.7rem;
        }

        .counter-time li {
            padding: 0.3rem 1.3rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .result-periode-list li {
            font-size: 0.8rem;
            margin-right: 0.45rem;
            margin-bottom: 0.6rem;
            width: 7rem;
        }

        .result-periode-list li:last-child {
            width: 100%;
        }
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 850px)
    and (orientation: landscape) {
        

}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen
    and (max-device-width: 640px) {
  
}
