*{
    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: rgb(55, 113, 146);
    color: rgb(255, 255, 255);
    font-family:cursive
}

.container-header{
    background: radial-gradient(circle, #00798f, #00d9ff);
    box-shadow: 0px 6px 10px black;
}

.container-header .header{
    text-align: center;
}

.logo{
    width: 500px;
    height: 180px;
}

.navbar{
    padding: 10px 0px;
    background: #005469;
}

.navbar a{
    text-decoration: none;
    font-weight: bolder;
    color: white;
    margin: 0px 10px;
    text-decoration: underline;
}

.container-first{
    margin: 0px 250px;
    padding: 10px 0px;
}

.container-banner{
    margin: 10px 0px;
}

.timer-now{
    background: linear-gradient(to bottom, #00d9ff, #00798f);
    text-align: center;
    font-weight: bolder;
    border: 1px solid black;
    padding: 10px 0px;
}

.table-container{
    text-align: center;
    margin: 10px 0px;
    padding: 0px 10px;

}

.full{
    width: 100%;
}

.box{
    background: #00798f;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0px 0px 8px 2px black;
    margin: 10px 0px;
}

.box .box-header{
    background: linear-gradient(to bottom, #00d9ff, #00798f);
    font-weight: bolder;
    font-size: 30px;
    border-radius: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #004050;
    box-shadow: 0px 2px 6px black;
    text-wrap: nowrap;
}

.box .date-container{
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 2px dashed rgb(255, 255, 255);
}

.fit{
    width: fit-content;
}

.box .results{
    padding: 25px 0px;
    font-weight: bolder;
    font-size: 22px;
    text-wrap: nowrap;
}

.bola{
   background: linear-gradient(to bottom, rgb(255, 156, 90), #923a00);
   padding: 15px 22px;
   border-radius: 50%;
   box-shadow: 0px 0px 10px 2px black;
   font-weight: bolder;
}

.small{
    padding: 5px 12px;
}

.flex{
    display: flex;
}

.flex .flex-box{
    width: 100%;
    display: flex;
}

.container-flex{
    padding: 10px;
}

.article-container{
    background: #004050;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0px 6px 6px 2px black;
}

.article{
    padding: 10px;
}

.article h1, h2, h3{
    text-align: center;
}

.article p{
    text-align: justify;
    margin: 12px 0px;
}

/* CSS Carousel */
.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: 31%;
    text-align: center;
    justify-content: center;
}

.banner{
    width: 99%;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 10px;
}

.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%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}


/* 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;
}

.header-content{
    padding: 12px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    background: linear-gradient(to bottom, #00d9ff, #00798f);
}

.tabs{
    max-height: 500px;
    overflow: auto;
}

.history{
    width: 100%;
    border-spacing: 0;
}

.history thead{
    padding: 10px 0px;

    top: 0;
    position: sticky;
    font-size: 18px;
}

.history thead th{
    padding: 8px 0px;
    background: linear-gradient(to bottom, #004050, #00d9ff);
}

.history tr td{
    padding: 8px 0px;
}

.history tr:nth-child(even){
    background: #005469;
}

.history tr:nth-child(odd){
    background: #004050;
}

.lucky-box{
    background: #00798f;
    margin: 10px 0px 0px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px black;
    border: 1px solid black;
}

.lucky-box .lucky-header{
    background: linear-gradient(to bottom, #00d9ff, #00798f);
    font-weight: bolder;
    font-size: 22px;
    border-radius: 10px;
    border-bottom: 1px solid #004050;
    box-shadow: 0px 2px 6px black;
    padding: 5px 5px;
}

.l-number{
    margin: 45px 0px;    
}

.anim{
    border: 2px solid white;
    animation: blink .5s linear infinite;
}

@keyframes blink {
    0%{
        border-color: white;
    }
    100%{
        border-color: red;
    }
}

.other-prize{
    width: 100%;
    border-spacing: 0;
}

.other-prize tr td{
    padding: 20px 0px;
    font-size: 22px;
    font-weight: bolder;
    border: 1px solid rgb(0, 53, 66);
    text-wrap: nowrap;
}

.copyright{
    text-align: center;
    margin: 20px 0px;
    font-weight: bolder;
    font-size: 20px;
}

@media screen and (max-width:1130px) {
    .container-first{
        margin: 0px 100px;
    }
}

@media screen and (max-width:840px) {
    .container-first{
        margin:0px 5px
    }
}
@media screen and (max-width:650px) {
    .box .box-header{
        font-size: 22px;
    }
    .box .results{
        font-size: 16px;
    }
    .lucky-number{
        font-size: 16px;
    }
    .bola{
        padding: 10px 15px;
    }
}

@media screen and (max-width:510px) {
    .box .box-header{
        font-size: 16px;
    }
    .lucky-box .lucky-header{
        font-size: 16px;
    }
    .bola{
        padding: 5px 10px;
    }
    .logo{
        width:300px;
        height: 100px;
    }
    .l-number{
        margin: 35px 0px;
    }
}
@media screen and (max-width:410px) {
    .table-container{
        padding: 0px 5px;
    }
    .container-first{
        margin: 0px 2px;
    }
    .container-flex{
        padding: 2px;
    }
    .bola{
        padding: 1px 7px;
        font-size: 18px;
    }
}