*{
    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: radial-gradient(circle, #0f003a, #220080);
    color: white;
}
.container-header{
    width: 100%;
    background: linear-gradient(to bottom, #830088, #1b0064);
}
.container-header .header{
    text-align: center;
}
.header .logo{
    width: 330px;
    height: 180px;
}

.border{
    border-top: 2px solid white;
    border-bottom: 2px solid rgb(255, 255, 255);
}

.navbar, .date-container {
    width: 100%;
}

.navbar{
    padding: 10px 0px;
}

.navbar a{
    margin: 0px 10px;
    text-decoration: none;
    color: white;
    font-weight: bolder;
    transition: .3s;
}

.navbar a:hover{
    font-size: 20px;
}

.date-container{
    text-align: right;
    font-weight: bolder;
    padding: 10px 0px;
}

.margin-center{
    margin: 20px 25%;
}

.container-body{
    width: 100%;
}

.flex-container{
    display: flex;
}

.flex-container .container-timer, .flex-container .container-results{
    width: 100%;
    text-align: center;
    padding: 10px;
}

.box-container{
    background: linear-gradient(to bottom, #3100b8, #1b0064);
    margin-bottom: 20px;
    border: 1px solid #120042;
    box-shadow: 0px 0px 10px 3px white;
    border-radius: 10px;
    font-weight: bolder;
}

.box-container .header-box{
    text-align: center;
    padding: 10px 0px;
    border-bottom: 4px double white;
}

.box-container .today-area{
    padding: 10px 0px;
    text-align: center;
}

.timer{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.timer td{
    padding: 10px 0px;
}

.results-now{
    width: 100%;
}

.results-now td{
    padding: 20px 0px;
}

.bola{
    padding: 10px 15px;
    background: linear-gradient(to bottom, #830088, #1b0064);
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px white;
}

.bigger{
    padding: 20px 25px;
    background: linear-gradient(to bottom, #ff0000, #7e0000);
    animation: fade 1s linear infinite;
}

@keyframes fade{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.tabs{
    max-height: 230px;
    overflow: auto;
    padding: 10px
}

.table-second{
    text-align: center;
}

.table-second .second{
    width: 100%;
    box-shadow: 0px 0px 10px 3px white;
}

.second td{
    padding: 2px;
}

.second tr:nth-child(odd){
    background: #3100b8;
}

.second tr:nth-child(even){
    background: #1b0064;
}

.label{
    font-weight: bolder;
}

.bola2{
    float: left;
    padding: 10px 15px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #830088, #1b0064);
    margin: 0px 10px;
    font-weight: bolder;
    box-shadow: 0px 0px 6px 2px white;
}

.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: 2px solid yellow;
    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%;
}


/* 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;
}

.container-article{
    border: 2px solid white;
    padding: 10px;
    box-shadow: 0px 0px 6px 2px white;
}

.article h1{
    text-align: center;
}

.article p{
    margin: 15px 0px;
    text-align: justify;
}

.copyright{
    text-align: center;
    margin: 20px 0px;
}

.margin-height{
    max-height: 500px;
    padding: 0px;
}

.history{
    width: 100%;
    border-spacing: 0;
    text-align: center;
}

.history thead th{
    background: linear-gradient(to bottom, #830088, #21007a);
    padding: 15px 0px;
}

.history td{
    padding: 10px 0px;
}

.history thead th{
    top: 0;
    position: sticky;
}

.history tr:nth-child(even){
    background: #3f007a;
}

.history tr:nth-child(odd){
    background: #7500b8;
}

.lucky-container{
    padding: 10px;
}

.marquee-container{
    padding: 10px 0px;
    background: rgb(22, 0, 73);
    border-bottom: 2px solid white;
}

@media screen and (max-width:775px) {
    .margin-center{
        margin: 10px 10px;
    }
}

@media screen and (max-width:450px) {
    .bola{
        font-size: 12px;
    }
    .flex-container .container-results, .flex-container .container-timer{
        padding: 2px;
    }
}

@media screen and (max-width:400px) {
    .bola2{
        margin: 0px 2px;
    }
    .bola{
        font-size: 12px;
        padding: 5px 10px;
    }

    .bigger{
        padding: 15px 20px;
    }
}