*{
    margin: 0;
    padding: 0;
}

/*Custome ScroolBar*/
::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  /* End Here */

body{
    background: url(../images/padangtoto-bg.jpeg) fixed;
    background-size: 100% 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}

.container-header{
    overflow-x: hidden;
    width: 100%;
    background: linear-gradient(to bottom, #000000, #1f1f1f);
}

.container-header .header{
    text-align: center;
}

.logo{
    width: 15%;
}

.light{
    background: white;
    height: 3px;
    border-radius: 50%;
    animation: move 5s linear infinite, blink .5s linear infinite;
}

.marquee-container{
    background: black;
    color: white;
    font-weight: bolder;
    padding: 8px 0px;
    box-shadow: 0px 0px 8px 2px rgb(255, 0, 0) inset;
}

.container-body{
    margin: 10px 20%;
    background: linear-gradient(to bottom, #a10000, #550000);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #550000;
    box-shadow: 0px 0px 8px 2px black;
}

.table-header{
    text-align: center;
    font-weight: bolder;
    font-size: 34px;
    border-bottom: 4px double white;
    padding: 10px 0px;
}

.today{
    width: 100%;
    text-align: center;
    border-spacing: 0;
}

.today th{
    padding: 8px 0px;
    font-size: 32px;
    font-weight: bolder;
    border-bottom:2px solid white ;
    border-top:2px solid white ;
    border-radius: 50px;
}

.today td{
    font-size: 30px;
    font-weight: bolder;
    border: 2px solid white;
    border-radius: 10px;
    padding: 30px 0px;
}

.bola{
    background: linear-gradient(to bottom, yellow, rgb(255, 197, 90), rgb(255, 231, 151), rgb(255, 197, 90), yellow);
    padding: 22px 8px;
    border-radius: 50%;
    animation: neon 5s alternate infinite;
    border: 1px solid black;
}

@keyframes neon{
    0%{
        box-shadow: 0px 0px 10px 2px rgb(255, 255, 255);
    }
    25%{
        box-shadow: 0px 0px 10px 2px rgb(0, 255, 42);
    }
    50%{
        box-shadow: 0px 0px 10px 2px rgb(0, 217, 255);
    }
    75%{
        box-shadow: 0px 0px 10px 2px gold;
    }
    100%{
        box-shadow: 0px 0px 10px 2px black;
    }
}

.bola .bola2{
    background: linear-gradient(to bottom, yellow, rgb(255, 255, 187), yellow );
    padding: 15px 25px;
    color: black;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 4px rgba(177, 0, 133, 0.603) inset,0px 0px 30px 4px rgba(177, 0, 133, 0.589) ;
}

.setengah{
    width: 50%;
}

.slider{
    border-radius: 10px;
    overflow: hidden;
}

.slides{
    width: 500%;
    display: flex;
    text-align: center;
}

.slides input{
    display: none;
}

.slide{
    width: 20%;
    transition: 2s;
}

/* CSS for manual carousel */

.center{
    text-align: center;
}

.navigation-manual{
    position: absolute;
    display: flex;
    margin-top: -2.32%;
    margin-left: 27.5%;
    text-align: center;
    justify-content: center;
}

.banner{
    width: 99%;
    border: 2px solid yellow;
    border-radius: 10px;
}

.manual-btn{
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: #ff0000;
}

#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -20%;
}

#radio3:checked ~ .first{
    margin-left: -40%;
}

/* CSS Navigation auto */

.navigation-auto{
    position: absolute;
    display: flex;
    justify-content: center;
    margin-top: 29%;
    margin-left: 27.5%;
}

.navigation-auto div{
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #ff0000;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #ff0000;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #ff0000;
}

.container-text{
    margin: 10px 0px;
    background: linear-gradient(to bottom, #000000, #1f1f1f);
    border: 2px solid gold;
    border-radius: 10px;
    padding: 5px 0px;
}

.text{
    padding: 10px;
    text-align: justify;
}

.text h1{
    text-align: center;
}

.text p{
    margin: 10px 0px;
}

.banner-flex{
    display: flex;
}

.banner-flex .banner-area{
    width: 100%;
    padding: 3px;
}

.banner-footer{
    width: 100%;
    border: 2px solid gold;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px black;
}

.btn-history{
    margin: 20px 0px;
    text-align: center;
}

.btn-history a{
    font-weight: bolder;
    text-decoration: none;
    color: white;
}

.btn-history .btn{
    background: linear-gradient(to bottom, #ff0000, #550000);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gold;
    box-shadow: 0px 0px 10px 2px black;
    cursor: pointer;
    transition: .3s;
}

.btn-history .btn:hover{
    background: #550000;
}

.gif{
    width: 100%;
    border: 2px solid gold;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px black;
}

.container-table-history{
    margin: 10px 0px;
}

.tabs{
    overflow: auto;
    max-height: 500px;
}

.history{
    width: 100%;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
}

.history thead{
    position: sticky;
    top: 0;
}

.history th{
    padding: 10px 0px;
    background: linear-gradient(to bottom, #ff0000, #550000);
}

.history td{
    padding: 8px 0px;
}

.history tr:nth-child(even){
    background: #a10000;
}

.btn-home{
    margin: 30px 0px 10px 0px;
    text-align: center;
}

.btn-home .btn{
    background: linear-gradient(to bottom, #ff0000, #550000);
    color: white;
    text-decoration: none;
    font-weight: bolder;
    padding: 10px 0px;
    border: 1px solid gold;
    border-radius: 10px;
    transition: .3s;
}

.btn-home .btn:hover{
    background: #550000;
}

.copyright {
    background: #550000;
    text-align: center;
    border: 2px solid gold;
    border-radius: 20px;
    padding: 10px 0px;
    margin: 20px 20%;
    box-shadow: 0px 0px 10px 2px black;
}

.copyright span{
    font-weight: bolder;

}

@keyframes move{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}

@keyframes blink{
    0%{
        background: white;
    }
    100%{
        background: red;
    }

}


@media screen and (max-width:700px) {
    .container-body, .copyright{
        margin: 10px 1%;
    }
    .logo{
        width: 50%;
    }

    .navigation-auto{
        position: absolute;
        display: flex;
        justify-content: center;
        margin-top: 45%;
        margin-left: 41%;
    }

    .navigation-manual{
        position: absolute;
        display: flex;
        margin-top: -6%;
        margin-left: 41%;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width:400px) {
    .table-header{
        font-size: 30px;
    }

    .today th{
        font-size: 28px;
    }

    .today td{
        font-size: 14px;
    }

    .bola{
        padding: 10px 3px;
    }

    .bola .bola2{
        padding: 8px 15px;
    }

    .navigation-auto{
        position: absolute;
        display: flex;
        justify-content: center;
        margin-top: 40%;
        margin-left: 36%;
    }

    .navigation-manual{
        position: absolute;
        display: flex;
        margin-top: -11%;
        margin-left: 36%;
        text-align: center;
        justify-content: center;
    }
}