@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

::-webkit-scrollbar {
  width: .5rem;
  height:.5rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: grey;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: dimgrey;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: goldenrod;
}
a[onclick]{
    cursor:pointer;
}
a[href]{
    color:#4396ef;
}
body{
    font-family: 'Bebas Neue',tahoma, sans-serif,arial;
    color:white;
    font-size:14px;
    background:#212121;
    min-width:1140px;
}
.container{
    min-width:1140px;
}
textarea{
    resize:none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight:bold;
    margin-bottom:0px;
}
header{
}
footer{
    background:black;
    color:white;
    font-size:18px;
}
.loader{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:white url(/assets/img/logo.png) center center no-repeat;
    background-size:400px;
    border-radius:.5rem;
    z-index:9999;
}
.table:last-child{
    margin-bottom:0px;
}
.table tr td,.table tr th{
    border:0px;
    font-size:18px;
    white-space:nowrap;
}
.table thead tr{
    background:#101010;
    color:darkgoldenrod;
}
.table tbody tr{
    background:#303030;
}
.table tbody tr:nth-child(even){
    background:#404040;
}
.wrapper{
    padding:1rem 0;
}
.background{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background:url(/assets/img/lottery_bg.png) center top;
    z-index:-1;
    opacity:.1;
}
.wrapper-inner{
    position:relative;
    background:goldenrod;
    min-height:400px;
    padding:15px;
    box-shadow:0 0 10px black;
    border-radius:.5rem;
    overflow:hidden;
}
.wrapper-content{
    min-width:400px;
    background:black;
    box-shadow:0 0 10px black;
    border-radius:.5rem;
    overflow:hidden;
}
.section1{
    background:url(/assets/img/header.png) no-repeat right top;
    padding:.5rem;
    border-radius:.5rem;
    margin:.5rem;
    background-size:cover;
}
.section2{
    position:relative;
}
.section3{
    padding:1rem 3rem;
    background:url(/assets/img/footer.png) top right no-repeat;
    background-size:cover;
}
.ball{
    display:inline-block;
    width:60px;
    height:60px;
    border-radius:100%;
    text-align:center;
    line-height:1;
    font-weight:bold;
    padding:13px .5rem;
    font-size:32px;
    background:url(/assets/img/ball.png) no-repeat top left;
    background-size:500px;
    background-position:-5px -5px;
    color:black;
    margin:.25rem .25rem;
    box-shadow:1px 1px 2px black;
}
.ball.main-prize{
    background-image:url(/assets/img/ball_main.png);
}
.ball-winner{
    font-size:32px;
    font-weight:bold;
    color:white;
    text-shadow:3px 3px black;
}
.little-box{
    background:white;
    height:220px;
    padding:1rem;
    position:relative;
    overflow:hidden;
    z-index:0;
    font-size:12px;
}
.litte-box div{
    z-index:2;
}
.btn-result,.btn-result[href]{
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
    box-shadow:5px 5px goldenrod;
    outline:none;
}
.btn-result:hover,.btn-result[href]:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.btn-result:active,.btn-result[href]:active {
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	position:relative;
	top:1px;
}
.nextdraw{
    transform:scale(.95);
    margin-left:-1rem;
    margin-top:-.5rem;
}
.bg-main{
    position:relative;
    background:url(/assets/img/inner_bg.png) center top no-repeat;
    background-size:cover;
    min-height:300px;
    padding:1rem 2rem;
    color:white;
}
.bg-main-header{
    height:50px;
    background:url(/assets/img/menu_bg.png) top center;
    background-size:cover;
    color:black;
    font-weight:bold;
    border-radius:0 0 .5rem .5rem;
    padding:.5rem;
    text-align:center;
    font-size:20px;
    margin-bottom:1.5rem;
    margin-top:-.5rem;
}
.bg-side{
    min-height:300px;
    font-size:24px;
    background:url(/assets/img/side_bg.png) top center no-repeat;
    background-size:cover;
    position:relative;
}
.bg-side .side1{
    color:white;
    top:60px;
    left:25px;
    position:absolute;
}
.bg-side .side2{
    color:white;
    top:190px;
    left:25px;
    position:absolute;
}
.results{
    padding:.5rem;
    padding-top:0px;
}
.results-container{
    background:linear-gradient(to bottom,#c00,#a00,#800,#500);
    min-height:500px;
    border-radius:.5rem;
    padding:.5rem;
    position:relative;
    padding-top:3rem;
}
.result-header{
    position:absolute;
    top:0px;
    width:400px;
    padding:.5rem 1rem;
    background:url(/assets/img/menu_bg.png) top center no-repeat;
    background-size:cover;
    font-weight:bold;
    left:calc(50% - 200px);
    border-radius:0 0 .5rem .5rem;
    color:black;
    text-align:center;
    font-size:18px;
}
.result-item{
    padding:1rem;
    background:url(/assets/img/inner_bg.png) top center no-repeat;
    background-size:cover;
    min-height:200px;
    border-radius:.5rem;
}
.result-item .ball{
    width:30px;
    height:30px;
    margin:.15rem;
    font-size:18px;
    padding:5px;
    border-radius:50%;
    background-position:-10px -10px;
}
.result-item table tr td,.result-item table tr th{
    vertical-align:middle;
}
.result-item table tr th{
    font-size:20px;
    color:white;
}
.w-33{
    width:33.33%!important;
}
.text-warning{
    color:goldenrod!important;
}
.bottom-link a[href]{
    color:black;
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
}
.bottom-link{
    background:url(/assets/img/menu_bg.png) center top no-repeat;
    background-size:cover;
}
.mega_jackpot{
    height:100px;
    width:400px;
    border-radius:.5rem;
    background:linear-gradient(to bottom,white,black);
    position:relative;
}
.mega_jackpot::before{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:url(/assets/img/mega_jackpot.png) bottom center no-repeat;
    background-size:contain;
}
.border-left,.border-right{
    border-width:3px!important;
    border-color:black!important;
}
.lottery-4d{
    color:black;
    background:url(/assets/img/box1.png) top center no-repeat;
    background-size:cover;
}
.lottery-result{
    color:black;
    background:url(/assets/img/box2.png) top center no-repeat;
    background-size:cover;
}
.lottery-draw{
    color:black;
    background:url(/assets/img/box3.png) top center no-repeat;
    background-size:cover;
}
.little-box .box-title{
    color:black;
    font-size:24px;
}
.lottery-4d .box-title{
    position:absolute;
    top:35px;
    left:109px;
    width:130px;
    line-height:1;
}
.lottery-4d .box-content{
    position:absolute;
    left:109px;
    top:110px;
    width:130px;
}
.lottery-result .box-title{
    position:absolute;
    line-height:1;
    top:35px;
    left:17px;
    width:100px;
}
.lottery-result .box-content{
    position:absolute;
    top:110px;
    left:17px;
    width:130px;
}
.lottery-draw .box-title{
    line-height:1;
    margin-top:20px;
}
.livedraw-header{
    position: absolute;
    top: 0px;
    width: 400px;
    padding: 0.5rem 1rem;
    background: url(/assets/img/menu_bg.png) top center no-repeat;
    background-size: cover;
    font-weight: bold;
    left: calc(50% - 200px);
    border-radius: 0 0 0.5rem 0.5rem;
    color: black;
    text-align: center;
    font-size: 18px;
}
