@font-face { 
    font-family: 'akrobat'; 
    src: url('../font/Akrobat-Regular.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face { 
    font-family: 'akrobat'; 
    src: url('../font/Akrobat-Bold.otf') format('opentype'); 
    font-weight: bold; 
    font-style: normal; 
}
@font-face { 
    font-family: 'akrobat'; 
    src: url('../font/Akrobat-Black.otf') format('opentype'); 
    font-weight: 900; 
    font-style: normal; 
}
body {
	font-family: 'akrobat';
	background: url('../img/background.jpg') no-repeat 0 285px, linear-gradient(#000 285px, #012391 285px);
	background-size: 100% 100%;
}
#wrapper {
	margin: 0 auto;
	width: 1091px;
}
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header img#logo {
	width: 400px;
}
div#login {
	display: table;
}
div#login div.row {
	display: table-row;
}
div.row > span {
	display: table-cell;
}
div.row:first-child span {
	padding-bottom: 10px;
}
#code span {
	display: inline-block;
	width: 80px;
	text-align: center;
	font-size: 22px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	background-color: #3E3E40;
	margin-left: -3px;
	letter-spacing: 5px;
	font-weight: 900;
}
input#txtUsername {
	width: 172px;
	height: 28px;
	border: none;
	padding: 0 0 0 5px;
	background-color: #E5E5E5;
}
input#txtPassword {
	width: 172px;
	height: 28px;
	border: none;
	padding: 0 0 0 5px;
	background-color: #E5E5E5;
}
input#txtCode {
	background-color: #E5E5E5;
	width: 90px;
	height: 26px;
	border: none;
	padding: 0 0 0 5px;
}
#btnSignIn {
	background: url("../img/login.jpg?v=2") no-repeat;
	width: 172px;
	height: 28px;
	border: none;
	cursor: pointer;
}
#menu ul {
  display: flex;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  justify-content: space-around;
}
#news {
	background-image: url("../img/bg-running-text.jpg");
	width: 100%;
	height: 40px;
	background-size: cover;
}
#marquee {
	width: 1000px;
	padding: 10px 0px 0 75px;
}
div#togel, div#contact {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	/* background-image: url("../img/bg-togel.png");
	width: 324px; */
}
#togel-1, #togel-2 {
	display: inline-block;
	background-image: url("../img/togel-bg.jpg");
	width: 172px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-weight: 900;
	font-size: 28px;
}
.togel-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.togel-wrapper img:nth-child(n+2) {
	margin-left: -15px;
}
div.content {
	display: flex;
	justify-content: space-between;
	background-color: #022492;
}
div#games img {
	width: 100%;
	margin-top: 5px;
}
#whatsapp, #telegram {
	display: inline-block;
	width: 372px;
	height: 75px;
	color: white;
	text-align: center;
	line-height: 110px;
	font-weight: 900;
	font-size: 28px;
}
#whatsapp {
	background-image: url("../img/whatsapp.jpg");
}
#telegram {
	background-image: url("../img/telegram.jpg");
}
img#provider, img#slot-games {
	width: 100%;
	margin-top: 5px;
}
#footer-text {
	color: #fff;
}
div#livechat {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
}