/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
    background: linear-gradient(rgba(209, 63, 49, 0.5), rgba(209, 63, 49, 0.5)), 
                url('../img/bg.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh; /* Pastikan menutupi seluruh viewport */
    margin: 0;
    font-family: 'Oswald', sans-serif;
}




.head {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	margin: auto;
	display: table;
	background-color: white;
	
}


.logo {
	display: inline-block;
	width: 280px;
	height: 135px;
	background-size: 100% 100%;
}



.panel-right {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    margin-left: 450px;
}

.livedraw {
	display: inline-block;
	width: 150px;
	background: #d80001;
	text-decoration: none;
	color: white;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	
	
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	padding: 5px 0px;
}


.contactus {
	display: inline-block;
	width: 150px;
	background: rgba(67,67,67,1);
background: -moz-linear-gradient(left, rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(67,67,67,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(67,67,67,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D13F31', endColorstr='#000000', GradientType=1 );
	text-decoration: none;
	color: white;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	padding: 5px 0px;
}

.clock {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.menu {
	width: 100%;
	display: table;
	box-sizing: border-box;
	background: #D13F31;
	color: white;
	text-align: center;
	padding: 10px 0px;
}

.buttons {
	display: inline-block;
	text-align: center;
	margin: 0px 45px;
	cursor: -webkit-pointer; 
	cursor: pointer;
}


.container {
	width: 65%;
	margin: auto;
	background: white;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
}

.tabel-top {
	width: 100%;
	display: table;
}

.content {
	width: 50%;
	display: table-cell;
	padding: 5px;
	background: white url(../img/logo-2.png) no-repeat center;
	
}

.prize {
	width: 50%:
	display: table-cell;
	
}


.box-blue {
	text-align: center;
	width: 100%;
	background: #D13F31;
	color: white;
	box-sizing: border-box;
	padding: 7px 0px;
}

.content table {
	width: 100%;
	
}


.nameprize {
	width: 50%;
	text-align: center;
	font-size: 20px;
	height: 95px;
	vertical-align: middle;
	border-bottom: 1px solid #adadad;
	color: #33438d;
}



.numprize {
	width: 50%;
	text-align: center;
	font-size: 34px;
	height: 95px;
	vertical-align: middle;
	border-bottom: 1px solid #adadad;
	color: #d80001;
	
}

.prize-info {
	padding: 5px;
	
	
}


.box-yellow {
	background-color: #e78379;
	text-align: center;
	padding: 15px 0px;
	font-size: 32px;
	color: #4D4D4D;
}

.box-orange {
	background-color: #e46155;
	text-align: center;
	padding: 15px 0px;
	font-size: 22px;
	color: white;
}

.money {
	font-size: 18px;
	color: #cacaca;
}

.partner {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}

.partner table {
    width: 100%;
}

.partner td {
    width: 20%;
    height: auto;
    padding: 5px;
}


.partner img {
	width: 100%;
	height: auto;
	
}

.foot {
	width: 65%;
	margin: auto;
	box-sizing: border-box;
	background: #D13F31;
	padding: 15px;
	color: white;
}

.dayresult th {
	background: #D13F31;
	border-top: 1px white solid;
	color: white;
}

.date, .period, .winnumbers {
	text-align: center;
	border-bottom: 1px solid #adadad;
	padding: 4px 0px;
}

.winnumbers {
	color: #33438d;
	
}


@media only screen and (max-device-width: 1000px) {
    
    .head {
	width: 100%;
	margin: 0px 0px;
	text-align: center;
	display: block;
}
    
    .logo {
	display: block;
	margin: auto;
}
    
    .panel-right {
    display: block;
    margin: 0px 0px;
}
    
    .menu {
	
}
    
    
    .container {
	width: 100%;
	
}
    .tabel-top {
	width: 100%;
	display: block;
}

.content {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: white;
	
}

.buttons {
	display: inline-block;
	text-align: center;
	margin: 2px 3px;
	cursor: -webkit-pointer; 
	cursor: pointer;
}


.prize {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
	
}
    .foot {
	width: 100%;
	
}
    
}