*{
    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/nashvillelottery-bg.webp) fixed;
    background-size: 100% 100%;
}

.container-all{
    margin: 0px 300px;
    border-left: 4px double white;
    border-right: 4px double white;
    background: #0b006e;
}

.container-date{
    text-align: center;
    background: linear-gradient(to bottom, #1900ff, #8400ff);
    padding: 10px 0px;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-size: 18px;
}

.header-container{
    width: 100%;
    padding: 20px 0px;
}

.header{
    text-align: center;
    background: linear-gradient(to bottom, #1900ff, #8400ff);
    margin: 0px 250px;
    border: 2px solid white;
    border-radius: 60px;
    box-shadow: 0px 0px 10px 2px rgb(255, 255, 255);
}

.header .logo{
    width: 90%;
}

.navbar-container{
    width: 100%;
    background: linear-gradient(to bottom, #1900ff, #8400ff);
    border-top: 4px double white;
    border-bottom: 4px double white;
}
.navbar-container .navbar{
    text-align: center;
    padding: 10px 0px;
}

.navbar a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bolder;
    margin: 0px 10px;
    transition: .3s;
}

.navbar a:hover{
    font-size: 22px;
}

.marquee-container{
    padding: 8px 0px;
    color: white;
    font-weight: bolder;
    border-bottom: 4px double white;
}

.container-banner{
    border-bottom: 4px double white;
}

/* CSS Carousel */
.slider{
    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: 31%;
    text-align: center;
    justify-content: center;
}

.banner{
    width: 100%;
    border: 1px solid rgb(0, 0, 0);
}

.manual-btn{
    border: 2px solid #82ff93;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    display: none;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: #82ff93;
}

#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -20%;
}


/* CSS Navigation auto */

.navigation-auto{
    position: absolute;
    display: flex;
    justify-content: center;
    margin-top: 35%;
    margin-left: 31%;
    display: none;
}

.navigation-auto div{
    border: 2px solid #82ff93;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #82ff93;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #82ff93;
}

.table-container{
    margin: 20px 50px;
}
.table-container .box{
    background: linear-gradient(to bottom, #1900ff, #8400ff);
    color: white;
    text-align: center;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px white;
}

.box .box-header{
    font-weight: bolder;
    font-size: 18px;
}

.box .box-header .header-judul{
    padding: 10px 0px;
    border-bottom: 2px solid white;
    border-radius: 10px;
    box-shadow: 0px 2px 6px black;
}

.results-container{
    text-align: center;
    font-weight: bolder;
    font-size: 22px;
}

.results{
    width: 100%;
}

.results td{
    padding: 20px 0px;
    text-wrap: nowrap;
}

.bola{
    padding: 15px 22px;
    background: linear-gradient(to bottom, rgb(255, 0, 0), #ffee00);
    border-radius: 50%;
    color: white;
    font-weight: bolder;
    box-shadow: 0px 3px 6px black;
}

.article-container{
    margin: 10px 50px 0px 50px;
    background: linear-gradient(to bottom, #2e2e2e, #000000);
    color: white;
    border: 2px solid white;
    border-radius: 10px;
}

.article-container .article{
    padding: 10px;
}

.article h1{
    text-align: center;
}

.article p{
    margin: 12px 0px;
    text-align: justify;
}

.footer-banner{
    width: 100%;
}

.header-tabs{
    font-size: 26px;
    font-weight: bolder;
    color: white;
    text-align: center;
    background: linear-gradient(to bottom, #1900ff, #ae00ff);
    border: 1px solid lightblue;
}

.tabs{
    overflow: auto;
    max-height: 500px;
}

.history{
    width: 100%;
    color: white;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid lightblue;
}

.history thead th{
    padding: 12px 0px;
    background: linear-gradient(to bottom, #1900ff, #0b006e);
    position: sticky;
    top: 0;
    border: 1px solid lightblue;
}

.history td{
    padding: 10px 0px;
    border: 1px solid lightblue;
}

.lucky-container{
    text-align: center;
    background: linear-gradient(to bottom, #1900ff, #ae00ff);
    margin: 20px 0px;
    border: 2px solid white;
    box-shadow: 0px 0px 10px 2px white;
    border-radius: 10px;
}

.lucky-container .head-lucky{
    padding: 10px;
    font-size: 22px;
    font-weight: bolder;
    color: white;
    border-bottom: 2px solid white;
    border-radius: 10px;
}

.anim{
    padding: 15px 22px;
    animation: beat 0.5s alternate infinite;
}

@keyframes beat {
    to{
    padding: 18px 24px;   
    }
}

.lucky-container .lucky{
    padding: 20px 0px;
}

.copyright{
    text-align: center;
    color: white;
    font-weight: bolder;
    font-size: 18px;
    padding: 10px 0px;
}

@media screen and (max-width:1330px) {
    .header{
        margin: 0px 100px;
    }
    .anim{
        padding: 15px 22px;
    }
}

@media screen and (max-width:1090px) {
    .container-all{
        margin: 0px 100px;
    }
    .anim{
        padding: 15px 22px;
    }
}

@media screen and (max-width:685px) {
    .header{
        border-radius: 10px;
    }
    .container-all{
        margin: 0px 10px;
    }
    .anim{
        padding: 15px 22px;
    }
}

@media screen and (max-width:490px){
    .table-container{
        margin: 20px 5px;
    }
    .article-container{
        margin: 10px 5px
    }
    .header{
        margin:0px 50px;
    }
    .anim{
        padding: 15px 22px;
    }
}

@media screen and (max-width:405px) {
    .bola{
        padding: 10px 18px;
    }
    .header{
        margin: 0px 10px;
    }
    .container-all{
        margin: 0px 5px;
    }
    .anim{
        padding: 15px 22px;
    }
}

@media screen and (max-width:370px){
    .bola{
        padding: 5px 12px;
    }
    .anim{
        padding: 15px 22px;
    }
}