﻿@charset "utf-8";
  * {
  margin:0;
  padding:0;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:none repeat scroll 0% 0% transparent;
  text-align:left;
}

html {
  background-color:#00141A;
}

body {
  font-size:15px;
  font-family: 'fontku',sans-serif;
  margin-bottom: 120px;
  
}

a img {
  border:none;
}

.hover:hover {
  opacity:.5;
}

ul {
  list-style-type:none;
}

p {
  text-align:justify;
}

img {
  max-width: 100%;
  height: auto;
}

nav image {
  width: 100;
  height: 72px;
  display: block;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {
  display:inline-block;
}

* html .clearfix {
  height:1%;
}

.clearfix {
  display:block;
  height:auto;
}

.clear {
  clear:both;
  height:0;
}
  .animated-button2 {
	float:right;
	margin:auto;
	background:linear-gradient(-60deg,#006E6E 0%,#01b6b6 52%,#006E6E 53%,#01b6b6 100%);
	font-family:'Bebas Neue';
	display:inline-block;
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	overflow:hidden;
	color:#ffffff;
	font-size:35px;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 1px #000;
  text-decoration: none;
	-webkit-box-shadow:0 20px 50px rgba(0,0,0,0.5);
	box-shadow:0 20px 50px rgba(0,0,0,0.5);
  }
  
  .animated-button2::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	background-color:#01b6b6;
	opacity:0;
	-webkit-transition:.2s opacity ease-in-out;
	transition:.2s opacity ease-in-out;
  }
  
  .animated-button2:hover::before {
	opacity:0.2;
  }
  
  .animated-button2 span {
	position:absolute;
  }
  
  .animated-button2 span:nth-child(1) {
	top:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,right top,left top,from(rgba(43,26,8,0)),to(#00ffff));
	background:linear-gradient(to left,rgba(43,26,8,0),#00ffff);
	-webkit-animation:2s animateTop linear infinite;
	animation:2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
	0% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
	100% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
  }
  
  .animated-button2 span:nth-child(2) {
	top:0;
	right:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,26,8,0)),to(#00ffff));
	background:linear-gradient(to top,rgba(43,26,8,0),#00ffff);
	-webkit-animation:2s animateRight linear -1s infinite;
	animation:2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
	0% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
	100% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
  }
  
  .animated-button2 span:nth-child(3) {
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,left top,right top,from(rgba(43,26,8,0)),to(#00ffff));
	background:linear-gradient(to right,rgba(43,26,8,0),#00ffff);
	-webkit-animation:2s animateBottom linear infinite;
	animation:2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
	0% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
	100% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
  }
  
  .animated-button2 span:nth-child(4) {
	top:0;
	left:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(43,26,8,0)),to(#00ffff));
	background:linear-gradient(to bottom,rgba(43,26,8,0),#00ffff);
	-webkit-animation:2s animateLeft linear -1s infinite;
	animation:2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
	0% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
	100% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
  }
  
  .button-glow {
	animation:glowing 3000ms infinite;
  }

.container {
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#sectionWrapper {
  width:100%;
  height:auto;
  position:relative;
  margin:0 auto;
  background:#00141A;
  background-size:100% 100%;
}

#sectionWrapper #sectionHeader {
  width:100%;
  height:115px;
  background: #00141A;
  border-bottom: 3px solid #04cbe2;
  margin-bottom: 10px;
  position:relative;
}

#sectionWrapper #sectionHeader.header {
  height:170px;
}

#sectionWrapper #sectionHeader #sectionLogo {
  height:100px;
  left:0;
  top:10px;
  position:absolute;
}

#sectionWrapper #sectionHeader .login {
  width:390px;
  height:49px;
  position:absolute;
  right:0;
  top:42px;
}

#sectionWrapper #sectionHeader .login input {
  border:none;
  position:absolute;
  font-size:12px;
  color:#000;
  background:#fff;
}

#sectionWrapper #sectionHeader .login input.username {
  left:60px;
  top:0;
  width:112px;
  height:20px;
  padding:0 5px;
  border:1px solid #04cbe2;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.password {
  top:27px;
  left:60px;
  width:112px;
  height:20px;
  padding:0 5px;
  border:1px solid #04cbe2;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.code {
  left:189px;
  top:0;
  width:56px;
  height:20px;
  padding:0 5px;
  border:1px solid #04cbe2;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login img.kode {
  height:20px;
  left:0;
  top:10px;
  position:absolute;
  left:189px;
  top:27px;
  border:1px solid #04cbe2;
}

#sectionWrapper #sectionHeader .login input[type=button],
#sectionWrapper #sectionHeader .login input[type=button] {
  padding:0;
  border:none;
  cursor:pointer;
  position:absolute;
  top:0;
}

#sectionWrapper #sectionHeader .login input.btn-login {
  padding-top:-10px;
  border:2px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
  cursor:pointer;
  visibility:visible;
  background: rgb(255, 0, 0);
  background: linear-gradient(0deg, #006E6E 0%, #008585 22%, #00A8A8 50%, #00D6D6 77%, #00E8E8 100%);
  right:0;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:5px;
  font-size:26px;
  cursor:pointer;
  color:#ffffff;
  text-shadow: 2px 2px 2px #000000;
}

#sectionWrapper #sectionHeader .login input.btn-register {
  padding-top:-10px;
  border: 1px solid #FF2121;
  border-image-slice:1;
  cursor:pointer;
  visibility:visible;
  background: rgb(255, 0, 0);
  background: linear-gradient(0deg,#FF2121 10%,#C1160C 32%,#9E0010 100%);
  left:-75px;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:3px;
  font-size:26px;
  cursor:pointer;
  color:#fff;
  text-shadow: 2px 2px #000000;
}

#sectionWrapper #sectionHeader .login .fogotpass {
  position:absolute;
  color:#fff;
  font-size:12px;
  font-style:italic;
  position:absolute;
  right:168px;
  top:100px;
  font-weight:700;
}

#sectionWrapper #containerWrapper {
  width:100%;
  height:auto;
}

#sectionWrapper #containerWrapper #sectionMenu {
  width:100%;
  height:72px;
  padding-left: 2px;
}

#sectionWrapper #containerWrapper #sectionMenu .menu {
  float:left;
}

.nav {
  margin:0px auto;
  max-width:1024px;
  width:1024px;
  font-family:'Bebas Neue',cursive;
}

#checkbox1,
.toggle {
  display:none;
}

.menu {
  padding:0;
  margin:0;
  max-width:1024px;
  height:72px;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 3px solid #04cbe2;
  background: #000314 ;
  display:flex;
  flex-direction:initial;
  align-items:center;
  justify-content:space-around;
}

.menu li a {
  text-decoration:none;
  align-self:center;
  border-radius:0px;
  font-size:20px;
  transition:background .2s linear;
}

li {
  padding-right:3px;
}

.demo:hover {
  background-color: #eb070700;
}

.demo li a {
  color:#fff;
}

.demo li a:hover {
  width:100%;
  color:#000;
}

.maincontent {
  height:1024px;
}

#informasi {
  margin-top:5px;
  float:left;
  background:linear-gradient(0deg, #006E6E 0%, #008585 22%, #00A8A8 50%, #00D6D6 77%, #00E8E8 100%);
  width:1022px;
  height:38px;
  border:2px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
  border-radius:5px;
}

.textinformasi {
  float:left;
  color:#ffffff;
  font-size:23px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:0;
  width:0.2%;
  margin:7px 10px;
  margin:7px 10px;
  text-shadow: 2px 2px #000000;
}

.textmarquee {
  float:right;
  color:#fff;
  font:normal 17px arial,sans-serif;
  font-style:italic;
  width:90%;
  height:21px;
  margin:5px 5px;
  background:rgb(36,36,36);
  background:-moz-linear-gradient(0deg,rgba(36,36,36,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 48%,rgba(22,22,22,1) 50%,rgba(0,0,0,1) 75%,rgba(24,24,24,1) 100%);
  background:-webkit-linear-gradient(0deg,rgba(36,36,36,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 48%,rgba(22,22,22,1) 50%,rgba(0,0,0,1) 75%,rgba(24,24,24,1) 100%);
  background:linear-gradient(0deg,rgba(36,36,36,1) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 48%,rgba(22,22,22,1) 50%,rgba(0,0,0,1) 75%,rgba(24,24,24,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#242424",endColorstr="#181818",GradientType=1);
  padding-top:7px;
  border-radius:7px;
}

#sliderarea {
  margin-top:5px;
  float:left;
  width:1024px;
  height:296px;
  border:1px solid #04cbe2;
}

.iframestyle {
  width:100%;
  height:295px;
  float:left;
  margin-left:0;
  margin-top:0;
}

.boxtoto {
  position:absolute;
  right:0;
  top:45px;
  margin-top:5px;
  float:right;
  width:302px;
  height:296px;
  font-family:'Bebas Neue',cursive;
  border:1px solid #04cbe2;
}

.lastesttitle {
  float:left;
  width:100%;
  height:29px;
  vertical-align:middle;
  background:rgb(255,128,0);
  background:linear-gradient(0deg, #088189 0%, #04CEE4 39%, #0692A0 100%);
  color:#fff;
  font-size:25px;
  font-family:'Bebas Neue',cursive;
  padding-top:5px;
  padding-bottom:3px;
  margin-bottom:2px;
}

.wrappersection {
  float:left;
  width:100%;
}

.widget-content {
  margin:0 0 0 0;
}

.nbox {
  -webkit-box-shadow:aquamarine;
  -moz-box-shadow:0 -2px 0 0 rgba(7,32,49,1);
  padding:0 0;
  float:left;
  display: table;
  margin: 0 0 0 0;
  width:1024px;
}

.media-body {
  vertical-align:middle;

}

.media-body span {
  position:absolute;
  font-family:'Bebas Neue',cursive;
  font-weight:normal;
  font-size:27px;
  margin-left:50px;
  color:#ffffff;
  text-decoration: underline;
  text-shadow: 2px 2px 2px #000000;
  padding-top:20px;
}

.media {
  float: left;
  width: 230px;
  height: 70px;
  margin-left: 18px;
  font-family: 'Bebas Neue';
  background: linear-gradient(0deg, #006E6E 0%, #008585 22%, #00A8A8 50%, #00D6D6 77%, #00E8E8 100%);
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
}

.socialico {
  float:left;
  width:35px;
  height:35px;
  position:absolute;
  margin-top:15px;
  margin-left:10px;
}
  
.button-glow {
	animation:glowing 3000ms infinite;
  }
  
  .glow {
	text-decoration:none;
	position:relative;
	overflow:hidden;
  }
  
  .glow:hover {
	box-shadow:2px 2px 25px 2px rgb(255, 255, 255);
  }
  
  .glow:before {
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:linear-gradient(
			120deg,transparent,rgba(0, 242, 255, 0.9),transparent
		  );
	transition:all 650ms;
  }

.kolomtogel {
    width: 1024px;
    margin:0 0 0 0;
  }
  
#divtogel {
    margin-top:7px;
    margin-bottom: 7px;
    float:left;
    width:1024px;
    height: 75px;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
    border-image-slice:1;
    border-radius:15px;
}

.TogelCountry {
    height: 30px;
    font-family:oswald;
    line-height: 25px;
    font-weight: 750;
    text-align: center;
    color: #fbff00
}
  
.TogelDate {
    color: #ffffff
}
  
.TogelCell img {
  margin-top: 9px;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: space-between;
}

.middleinfo {
  float:right;
  margin-top:7px;
  width:1024px;
  height:278px;
}

.gameswraper {
  font-family:arial;
  float:left;
  margin-left:8px;
  width:320px;
  height:278px;
  border:0 solid #04cbe2;
}

.games {
  float:left;
  margin:0 auto;
  width:320px;
  height:62px;
  margin-bottom:8px;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
  background:linear-gradient(0deg, #088189 0%, #04CEE4 39%, #0692A0 100%);
}

.boxmid {
  float:left;
  width:364px;
  height: 278px;
  border:1px solid #04cbe2;
  background:linear-gradient(0deg, #088189 0%, #04CEE4 39%, #0692A0 100%);
}

.boxmid span {
  transform:translate(-50%,-50%);
  top:50%;
  left:50%;
  letter-spacing:5px;
  font-weight:normal;
  background-image:linear-gradient(0deg, #088189 0%, #04CEE4 39%, #0692A0 100%);
  color:gold;
  -webkit-background-clip:text;
  letter-spacing:0;
  -webkit-text-stroke:0 #6c0000;
}

.boxdevice {
  float: right;
  margin:0 auto;
  right:0px;
  position: absolute;
  width:321px;
  height:278px;
  border:1px solid #04cbe2;
  background: #04cbe2;
  background:linear-gradient(0deg, #088189 0%, #04CEE4 39%, #0692A0 100%);
  animation:gradient 15s ease infinite;
}

.boxslotgames {
  float:left;
  border:1px solid #04cbe2;
  width:1024px;
  height: 300px;
  margin: 0 0 0 0;
}

.boxligabola {
  float:left;
  border:1px solid #04cbe2;
  width:1024px;
  height: 180px;
  margin:0 0 0 0;
}

.gameslot {
  width: 1024px;
  margin: 0px auto 0px;
}

#divgameslot {
  margin-top:7px;
  float:left;
  width:1024px;
  height: 150px;
  border:1px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
  border-radius:5px;
}

@keyframes glowing {
  0% {
    box-shadow:0 0 -10px #21ecff;
  }
  40% {
    box-shadow:0 0 20px #21ecff;
  }
  60% {
    box-shadow:0 0 20px #21ecff;
  }
  100% {
    box-shadow:0 0 -10px #21ecff;
  }
}

.button-glow {
  animation:glowing 1500ms infinite;
}

#sectionWrapper #footerwrapper {
  width:100%;
  height:auto;
  position:relative;

}

/*# sourceMappingURL=button.css.map */

.glow {
  text-decoration:none;
  position:relative;
  overflow:hidden;
}

.glow:hover {
  box-shadow:1px 1px 25px 5px rgba(0, 120, 136, 0.7);
}

.glow:before {
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(
    120deg,transparent,rgba(255, 255, 255, 0.9),transparent
  );
  transition:all 650ms;
}

.glow:hover:before {
  left:100%;
}

.light {
  -webkit-mask-image:linear-gradient(-15deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
  -webkit-mask-size:200%;
  animation:shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position:150%;
  }
  to {
    -webkit-mask-position:-50%;
  }
}