/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-size: 16px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a{
	color: #fff000;
}

a:hover{
	color: #fff;
	text-decoration: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Neuzeit';
  src: url('../fonts/alt/NeuzeitGro-Reg.woff2') format('woff2'),
      url('../fonts/alt/NeuzeitGro-Reg.woff') format('woff'),
      url('../fonts/alt/NeuzeitGro-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neuzeit Bold';
  src: url('../fonts/alt/NeuzeitGro-Bol.woff2') format('woff2'),
      url('../fonts/alt/NeuzeitGro-Bol.woff') format('woff'),
      url('../fonts/alt/NeuzeitGro-Bol.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body{
  /*font-family: "Lato";*/
  font-family: 'Chakra Petch', sans-serif;
  font-size: 14px;
  background-color: #000;
  /*
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: right -420px top 40% ;
  background-size: auto;
  */
  /*
  background: url(../img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}
#top-header{
  width: 100%;
  min-height: 45px;
  background-color: #171717;
  color: #fff;
  padding: 10px 0;
}
.top-bar{
  display: flex;
  justify-content: space-between;
}
.link-top{
  display: flex;
  margin-bottom: 0;
}
.link-top .link-item{
  display: inline-block;
  margin-left: 10px;
}
.link-top .link-item .link-top{
  display: flex;
  align-items: center;
  color: #fff;
}
.link-top .link-item .link-top:hover{
  text-decoration: none;
  color: #8a5e3c;
}
.link-top .link-item img{
  max-width: 17px;
  margin-right: 5px;
}
.link-top .link-item img.wa{
  max-width: 14px;
}
#header, #header-mobile{
  width: 100%;
  min-height: 80px;
  /*background-image: linear-gradient(to top, #000, #550000);*/
  background: #900000;
  padding: 25px 0;
  color: #fff;
}
.no-bottom{
  margin-bottom: 0;
}
#navbar{
  height: 49px;
}
.menubar{
  /*background: linear-gradient(to bottom, #900000, #900000);*/
  background: #330000;
}
.announce{
  padding: 13px 0;
  color: #fff;
  width: 100%;
}
.announce{
  background: rgba(0, 0, 0, 0.8);
}
.text-container{
  display: inline-block;
  margin-right: 30px;
}
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}

.nav-align {
 width: 100%;
 justify-content: space-evenly;
}

.navbar .dropdown-menu {
 border: none;
 border-radius: 0;
 background-color:rgba(0,0,0,0.9) !important;
}

@media screen and (max-width: 992px) {
	#mobile-menu{
		display: none;
	}
	
	#leftlogin{
		display: none;
	}
  
	.modal-lg,
	.modal-xl {
		max-width: 750px;
	}
}

@media screen and (min-width: 1200px) {
	.navbar {
	 padding-top:0px;
	 padding-bottom:0px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	 border-bottom: 0;
	 color: #fff;
	 font-size: 14px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	 padding-right: 25px;
	 padding-left: 25px;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 position: relative;
	 display: flex;
	 align-items: end;
	}
	.navbar-expand-lg .navbar-nav .nav-link img {
	  max-height: 15px;
	  margin-right: 5px;
	 }
	.navbar .nav-item{
	 color: #fff;
	 position: relative;
	 text-transform: uppercase;
	}
	.navbar .nav-item:hover {
	 background: rgba(0,0,0,0.5);
	}
	.navbar .nav-item.active .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover {
	 color: #FEFE00;
	 align-items: end;
	 display: flex;
	 background: rgba(0,0,0,0.5);
	}
	
	.navbar .nav-item .fas{
		
	}

	.navbar .dropdown {position:static;}

	.navbar .dropdown-menu {
	 width:100%;
	 left:0;
	 right:0;
	 top:47px;
	 padding: 30px;
	 display:block;
	 visibility: hidden;
	 opacity: 0;
	 transition: visibility 0s, opacity 0.3s linear;
	 
	}

	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	 display:block;
	 visibility: visible;
	 opacity: 1;
	 transition: visibility 0s, opacity 0.3s linear;
	}
}
	
.dropdown-content-item{
	min-width: 180px;
	margin: 0 15px;
}
.dropdown-content-item img{
	margin-bottom: 10px;
	max-width: 180px;
}
.dropdown.no-arrow .dropdown-toggle::after {
 display: none;
}
.dropdown-item {
 display: inline-block;
 width: 100%;
 padding: 10px 15px;
 clear: both;
 font-weight: 400;
 color: #423025;
 text-align: inherit;
 white-space: nowrap;
 background-color: White;
 border: 0;
 font-size: 14px;
}
.dropdown-menu {
 min-width: 10rem;
 padding: 0;
 margin: .125rem 0 0;
 color: #212529;
 text-align: left;
}
a.hover-img-menu{
  position: relative;
  display: block;
}
.link-game{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FDD601;
  padding: 5px 0;
  font-weight: bold;
}
.link-game:hover{
  color: #ba9e02;
  text-decoration: none;
}
.neww{
  display: inline-block;
  color: #fff;
  padding: 1px 8px;
  font-size: 11px;
  border-radius: 30px;
  background: #FD0101;
}
.dropdown-menu .container{
  display: block;
}
.content{
  margin-top: 15px;
}

.dark-bg{
  /*background: rgba(0, 0, 0, 0.8);*/
  /*background: #fff;*/
  color: #fff;
  border: 1px solid #6b0000;
  box-sizing: border-box;
  border-radius: 0px;
  
}
	.dark-bg ul{
	  padding-left: 15px;
	}
	
	.dark-bg .card{
		background-color: transparent !important;
	}
	
	.dark-bg .card-header{
		color: #fff000;
		font-weight: 600;
	}
	
	.dark-bg .card-body{
		border: 1px solid rgba(194, 172, 155, 0.15);
		background: #000;
		color: #fff;
	}
	
.box-captcha{
  display: block;
  height: calc(1.5em + .75rem + 2px);
  text-align: center;
  /*padding: .375rem .75rem;*/
  line-height: 20px;
  background: #000;
  color: #141414;
  font-weight: bold;
  min-width: 46%;
  font-size: 14px;
}
.link-ly{
  color: #FFD29D;
}
.link-ly:hover{
  color: #d19249;
  text-decoration: none;
}
.head-wd{
  width: 100%;
  background: #550000;
  border-radius: 0px;
  font-family: "Neuzeit Bold";
  color:  #171717;
  padding: 10px 20px;
}
.wd{
  max-height: 250px;
}
.wd-item{
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(194, 172, 155, 0.15);
}
.wd-item .name{
  width: 40%;
  font-family: "Neuzeit Bold";
}
.wd-item .rp{
  width: 10%;
}
.wd-item .nominal{
  width: 30%;
  text-align: center;
}
.wd-item .status{
  width: 20%;
  text-align: right;
}
.footer{
  background: #330000;
  width: 100%;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.7);
}
.footer h5{
  color: #f6bc2a;
}

.logo-game{
  display: block;
  padding-left: 0;
  text-align: center;
}
.b-b{
  border-bottom: 1px solid rgba(194, 172, 155, 0.15);
}
.b-t{
  border-top: 1px solid rgba(194, 172, 155, 0.15);
}
.logo-game .logo-footer{
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 20px 25px;
}
.banner{
  width: 100%;
  /*
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  */
}
.casino{
  background-image: url(../img/banner-casino.jpg);
}
.slot{
  background-image: url(../img/playtech/header-slot.jpg);
}
.mw400{
  max-width: 400px;
}
.mh910{
  min-height: 808px;
}
.mh995{
  min-height: 890px;
}
.mh1070{
  min-height: 1070px;
}
.box-game{
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: rgba(23, 23, 23, 0.8);*/
  background: #000;
  padding: 50px;
  min-height: 225px;
  transition: all 200ms;
  border: 1px solid #a50000;
}
.box-game:hover{
  background: rgba(23, 23, 23, 0.9)
}
.row-nomer{
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(194, 172, 155, 0.15);
  font-family: "Neuzeit Bold";
  text-transform: uppercase;
}
.row-nomer h5{
	font-size: 1rem;
}
.row-nomer .box-1{
  width: 60%;
}
.row-nomer .box-2{
  width: 20%;
}
.row-nomer .box-3{
  width: 20%;
  padding: 5px 0;
  display: block;
  text-align: center;
  color: #171717;
  background: #FF7F04;
}
.menu-dashboard{
  display: block;
  padding-left: 0 !important;
  font-family: "Neuzeit Bold";
  margin-bottom: 0;
}
.menu-dashboard .list-md{
  display: block;
  list-style: none;
  margin-bottom: 5px;
}
.menu-dashboard .list-md:last-child{
  margin-bottom: 0;
}
.menu-dashboard .list-md .link-md{
  padding: 10px 15px;
  background: #FFD29D;
  border-radius: 0px;
  color: #7e3900;
  display: block;
  transition: all 200ms;
}
.menu-dashboard .list-md .link-md:hover{
  background: #FF7F04;
  color: #7e3900;
  text-decoration: none;
}
.menu-dashboard .list-md .link-md.active{
  background: #FF7F04;
  color: #7e3900;
  text-decoration: none;
}
.aktif-nomor{
  display: flex;
  align-items: flex-end;
  border-radius: 0px;
  padding: 10px 20px;
  background: #330000;
  color: #fff;
  font-family: "Neuzeit Bold";
}
.aktif-nomor .box-1{
  /*width: 80%;*/
  color: #fff000;
}
.aktif-nomor .box-1 p{
  margin-bottom: 5px;
}
.aktif-nomor .box-2{
	
}
.aktif-nomor .box-2 h2{
  color: #fff;
}
.nomor-hoki{
  display: inline-block;
  padding-left: 0 !important;
  margin-bottom: 0;
  font-family: 'Chakra Petch', sans-serif;
}
.nomor-hoki li{
  display: inline-block;
  padding: 0px 2.5px;
  font-size: 20px;
}
.nomor-hoki li span{
  display: inline-block;
  background: #FFD29D;
  color: #7e3900;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.nomor-hoki li:last-child{
  margin-top: 15px;
}
.menu-togel{
  display: block;
  padding-left: 0;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.menu-togel li{
	padding-bottom: 15px;
}
.menu-togel .list-mt{
  display: inline-block;
  list-style: none;
  margin: 0 1px;
}
.menu-togel .list-mt .togel-menu{
  padding: 10px 15px;
  border: 1px solid #f6bc2a;
  color: #000;
  background: #f6bc2a;
  /*border-radius: 50px;*/
  font-size: 14px;
}
.menu-togel .list-mt .togel-menu:hover{
  border: 1px solid #a50000;
  color: #fff;
  background: #a50000;
  text-decoration: none;
}
.menu-togel .list-mt .togel-menu.active{
  border: 1px solid #a50000;
  color: #fff;
  background: #a50000;
  text-decoration: none;
}
.pagination{
	border-radius: 0px;
}
.pagination .page-item{
  margin: 0 5px;
}
.pagination .page-item .page-link{
  border-radius: 0px;
  background: transparent;
  border: 1px solid #330000;
  color: #f6bc2a;
}
.page-link.active {
  background: #f6bc2a;
  color: #330000;
}
.black-bg{
  background: #000;
  border: 1px solid rgba(194, 172, 155, 0.15);
}
.black-bg p{
  color: #fff;
}
.light-bg{
  background: #fff;
}
.form-ro-sm{
  background: rgba(255, 210, 157, 0.5) !important;
  border: 1px solid rgba(255, 210, 157, 0.5) !important;
}
.form-ro-md{
  width: 100px !important;
  background: rgba(255, 210, 157, 0.7) !important;
  border: 1px solid #eee !important;
}
.form-ro-foot{
  background: #7e3900 !important;
  border: 1px solid #7e3900 !important;
  color: #550000;
}
.w80{
  width: 80px !important;
}
.w100{
  width: 100px !important;
}
.w200{
  width: 200px !important;
}
.full{
  width: 100% !important;
}
.box-kei{
  margin: 0 5px;
}
.box-td{
  margin: 20px 0 30px 0;
}
.box-td h4, .box-td h6{
  font-weight: bold;
}
.box-td ul{
  display: block;
  padding-left: 0;
}
.box-td ul li{
  display: inline-block;
  list-style: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  font-size: 27px;
  text-align: center;
  color: #171717;
  background: #FFD29D;
  font-family: "Neuzeit Bold";
}
.link-togel{
  display: block;
  color: #550000;
}
.link-togel:hover{
  text-decoration: none;
  color: #FFD29D;
}
.txt-small{
  font-size: 13px;
  padding: 7px 10px !important;
}
.custom-control-label{
  padding-top: 3px;
}
.hamburger .line{
  width: 30px;
  height: 2px;
  border-radius: 25px;
  background-color: #FFD29D;
  display: table-caption;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}

#hamburger-Menu.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-Menu.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

#hamburger-Menu.is-active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.menu-right{
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,.6);
	transition: all 200ms;
}
.mr-show{
	left: 0;
}
.menu-inner-right{
	height: 100%;
	position: fixed;
	width: 250px;
	background: rgba(0,0,0,.8);
	right: -250px;
	padding: 20px;
	transition: all 250ms;
}
.mir-show{
  right: 0;
}
.user-left{
  font-size: 19px;
  color: #FFD29D;
}
.menu-left{
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  height: 100%;
  z-index: 99;
  background: rgba(0,0,0,.6);
  transition: all 200ms;
}
.ml-show{
  right: 0;
}
.menu-inner-left{
  height: 100%;
  position: fixed;
  width: 250px;
  background: #7e3900;
  left: -250px;
  /*padding: 30px;*/
  transition: all 250ms;
}
.mil-show{
  left: 0;
}
.menu-list-mobile{
  display: block;
  padding-left: 0;
  list-style: none;
}
.menu-list-mobile .li-mobile-menu{
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
.menu-list-mobile .li-mobile-menu .link-mobile{
  display: flex;
  align-items: baseline;
  font-weight: bold;
  color: #550000;
  transition: all 150ms;
}
.menu-list-mobile .li-mobile-menu .link-mobile:hover{
  text-decoration: none;
  color: #FFD29D;
}
.menu-list-mobile .li-mobile-menu .link-mobile img{
  max-width: 13px;
  margin-right: 5px;
}

/* Mobile Menu */
.btn-toggle {
  white-space: nowrap;
}
.btn-toggle::after {
  display: inline-block;
  position: absolute;
  right: 30px;
  margin-top: 10px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
#mobile-menu{
  display: flex;
  width: 100%;
}


.btn-close{
  /*
  position: absolute;
  top: 20px;
  right: 20px;
  color: #550000;
  */
}
.item-dd{
  display: block;
  margin: 10px 0;
  padding-left: 15px;
  font-weight: bold;
}
.item-dd li a.link-dd{
  color: #550000;
}
.item-dd li a.link-dd:hover{
  text-decoration: none;
  color: #FFD29D;
}

/* Button & Text */
.btn-green{
  background: #330000;
  padding: 10px 40px;
  color: #fff;
}
.btn-green:hover{
  background: #900000;
  color: #fff;
}

.btn-yellow, .btn-orange, .btn-gradient{
  text-align: center;
  padding: 7px 30px;
  border-radius: 0px;
  border: 0px;
  color: #000;
  font-family: "Neuzeit Bold";
  font-size: 14px;
  transform: all 200ms;
  text-transform: uppercase;
}
.btn-yellow{
  background: #f6bc2a;
}
.btn-yellow:hover{
  background: #FF7F04;
}
.btn-orange{
  background: #FF7F04;
}
.btn-orange:hover{
  background: #f6bc2a;
}
.btn-gradient{
  background: linear-gradient(180deg, #a50000 0%, #550000 100%);
  color: #fff !important;
  border-radius: 0 !important;
}
.btn-gradient:hover, .btn-gradient.active{
  background: linear-gradient(180deg, #550000 0%, #a50000 100%);
  color: #FEFE00 !important;
  border: 0px;
}
.btn-akun{
  color: #b69166;
  font-family: "Neuzeit Bold";
  text-transform: uppercase;
  border-radius: 0px;
}
.btn-akun:hover{
  color: #FEFE00;
}
.btn-circle{
  border-radius: 50%;
}
.btn-border{
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #550000;
  color: #550000;
  font-weight: bold;
  border-radius: 50px;
  transition: all 150ms;
}
.btn-border:hover{
  background: #550000;
  border: 1px solid #550000;
  color: #171717;
  text-decoration: none;
}
.font-yellow{
  color: #FDD601;
}
.font-green{
  color: #7FFD01;
}
.font-red{
  color: #FD0101;
}
.font-orange{
  color: #FF7F04;
}
.font-dark{
  color: #7e3900;
}
.text-bold{
  font-family: "Neuzeit Bold";
}
.text-small{
  font-size: 11px;
}
.no-bottom{
  margin-bottom: 0;
}
/* Table */
.table-main{
  width: 100%;
}
.table-main thead, .table-main tfoot, .table-main tbody .head-50{
  width: 100%;
  background: #6b0000;
  color: #fff;
  /*border-radius: 4px;
  font-family: "Neuzeit Bold";*/
}
.table-main thead th{
  border: 0;
  text-align: center;
  text-transform: uppercase;
}
.table-main thead th:first-child{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-main thead th:last-child{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-main tbody td,.table-main tbody th{
  /*background: #eee;*/
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  /*color: #000;*/
  color: #f6bc2a;
}
.table-main tbody td {
  color: #fff;
}
.table-main tbody th, .table-bank tbody th{
  border-top: 0;
  /*border-bottom: 1px solid #fff;*/
  border-bottom: 1px solid rgba(194, 172, 155, 0.15);
}
.table-main td{
  border-top: 0;
  /*border-bottom: 1px solid #fff;*/
  border-bottom: 1px solid rgba(194, 172, 155, 0.15);
}
.table-main td a{
	color: #f6bc2a;
	text-decoration: none;
}
.table-bank{
  font-size: 11px;
  color: #000;
  font-family: "Neuzeit Bold";
}
.table-bank thead{
  background: #B4A090;
}
.table-bank thead th{
  border: 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #AC9A8B;
}
.table.table-bank tbody td{
  border-top: 0;
  border: 1px solid #AC9A8B;
}
.table-togel tbody tr{
  vertical-align: middle;
}
.table-togel tbody td{
  padding: .75rem 2.5px;
}
.table-main tfoot td{
  padding: 5px 3px;
  vertical-align: middle;
  text-align: center;
}
.table-main tfoot td:first-child{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.table-main tfoot td:last-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/*
.table-main tbody .head-50{
  background: #550000;
  border-radius: 4px;
  font-family: "Neuzeit Bold";
  text-align: center;
  text-transform: uppercase;
}
*/
.table-main.no-radius thead th, .table-main.no-radius tfoot td{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.table-main thead tr.bg-yellow,.table-main tbody tr.bg-yellow{
  background: #FDD601;
}
/* Margin & Padding */
.mb15{
  margin-bottom: 15px;
}
.mb30{
  margin-bottom: 30px;
}
.mt30{
  margin-top: 30px;
}
.mb10{
  margin-bottom: 10px;
}
.mt10{
  margin-top: 10px;
}
.pad30{
  padding: 30px;
}
.pad20{
  padding: 20px;
}
.pad10{
  padding: 10px;
}
.pad15{
  padding: 15px;
}
.mr20{
  margin-right: 20px;
}
.padList{
  padding: 10px 15px 10px 15px;
}
.padts{
  padding: 15px 25px;
}

/* Swiper Custom */
.wd .swiper-wrapper{
  height: 50%;
}
.wd .swiper-wrapper .swiper-slide{
  height: 50px;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
#togel-slider.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#togel-slider.gallery-thumbs .swiper-slide {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-family: "Neuzeit Bold";
  border: 1px solid #550000;
  color: #550000;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  width: 80%;
}
#togel-slider.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #550000;
  color: #171717;
  background: #550000;
}
.box-slider-top{
  position: relative;
  display: flex;
}
#togel-arrow.swiper-button-next{
  right: -23px;
  outline: 0;
}
#togel-arrow.swiper-button-prev{
  left: -23px;
  outline: 0;
}
#togel-arrow.swiper-button-prev:after, 
#togel-arrow.swiper-button-next:after{
  font-size: 13px !important;
}
/* Nav Tabs */
.home-tab{
  /*background: rgba(23, 23, 23, 0.8);*/
  background: #000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 0px;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:  #fff;
  background-color: #900000;
  border-color: #000;
  /*border-color: #550000;*/
}
.nav-tabs .nav-item:first-child .nav-link.active {
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  margin-bottom: 1px;
}
.nav-tabs .nav-link {
  text-transform: uppercase;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #900000;
  color:  #FEFE00;
  background-color: #900000;
}
.nav-link {
  display: block;
  padding: 15px 25px;
  color: #fff;
  /*font-family: "Neuzeit Bold";*/
  font-family: 'Chakra Petch', sans-serif;
}
.nav-link:hover {
  color: #FEFE00;	
}
.nav-games{
  padding-left: 0 !important;
}
.nav-games .nav-item{
  margin-right: 5px;
  margin-bottom: 5px;
}
.nav-games .nav-item .nav-link{
  padding: 5px 15px;
  color:  #000;
  background: #f6bc2a;
  border-radius: 0px;
  font-weight: 600;
}
.nav-games .nav-item .nav-link:hover{
  color:  #fff;
  background: #a50000;
}
.nav-games .nav-item .nav-link.active{
  color:  #fff;
  background: #a50000;
}
/* Bootstrap Overide */
.h1, h1{
	font-size: 1.5rem;
}

.btn {
	font-size: 14px;	
}
.form-main {
  width: 100%;
  font-size: 14px;
  color: #000;
  /*background-color: transparent;*/
  border: 1px solid #330000;
  border-radius: 0;
  transition: none;
}
.form-main:focus {
  color: #550000;
  /*background-color: transparent;*/
  border-color: #550000;
  outline: 0;
  box-shadow: none;
}
.form-main[readonly]{
	color: #000;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
  color: #FFD29D;
}
.custom-file-label {
  color: #495057;
  /*background-color: transparent; */
  border: 1px solid #550000;
  border-radius: 0;
}
.custom-file-label::after {
  height: calc(1.5em + .75rem + 1px);
  content: "Browse";
  background-color: #550000;
  border-radius: 0;
}
.table-main .form-main{
  margin: 0 2.5px;
  min-width: 35px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  color: #550000;
  opacity: 1;
}
.dropdown-item.active, .dropdown-item:active {
  color: #3B2100;
  text-decoration: none;
  background-color: #ddd;
}

/*
@media (min-width: 576px) and (max-width: 768px) {
	#header{
		display: none;
	}
	#navbar{
		display: none;
	}
	.nomor-hoki li:last-child {
		margin-top: 0px;
	}
	.menu-togel .list-mt {
		margin-bottom: 25px;
	} 
}

@media (max-width: 575.98px) {
	#leftbar {
		display: none;
	}
	#homecontent {
		display: none;
	}
	.top-bar{
		display: block;
		text-align: center;
	}
	.link-top{
		display: none;
	}
	#navbar{
		display: none;
	}
	#header{
		display: none;
	}
	.table-main{
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.logo{
		max-height: 40px;
	}
	.menu-togel .list-mt .togel-menu {
		padding: 5px 20px;
	}
	.menu-togel .list-mt {
		margin-bottom: 10px;
	}
	.nav-tabs .nav-item {
		width: 100%;
		text-align: center;
	}
	.nav-tabs .nav-item:first-child .nav-link.active {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px;
	}
	.nav-tabs .nav-item:last-child .nav-link.active {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.mh910{
		min-height: 110px;
	}
	.mh995{
		min-height: 195px;
	}
	.mh1070{
		min-height: 100px;
	}
	.nomor-hoki li:last-child {
		margin-top: 0px;
	}
}
 @media (min-width: 769px) {
	#header-mobile{
		display: none;
	}
	#leftlogin{
		display: none;
	}
 }
*/ 
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*alert*/
.alert {
  border: 0; }
  .alert .progress {
    background-color: transparent;
    box-shadow: none !important;
    height: 3px;
    border-radius: 0;
    margin: 19px 0px -15px -13px; }
  .alert .progress-bar {
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.3); }

.app-alert-message {
  display: inline-block;
  margin-right: 5px;
  max-width: 350px;
  min-width: 165px; }

.app-alert.animate {
  top: 0;
  position: fixed;
  z-index: 100;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.25;
  right: -350px; }
.app-alert.alert-info {
  background-color: #22B9FF;
  color: #fff; }
.app-alert.alert-success {
  background-color: #485BBD;
  color: #fff; }
.app-alert.alert-danger {
  background-color: #f5325c;
  color: #fff; }
.app-alert.alert-warning {
  background-color: #ffb822;
  color: #fff; }
.app-alert a {
  color: #444; }
  
/*progress-bar*/
.progress.thin {
  height: 3px; }

.alert-warning {
  background-color: #fff2cc; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.permission-list {
  margin: 0;
  padding: 0 15px; }
  .permission-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eef6f9;
    list-style-type: none; }
    .permission-list li h5 {
      display: inline-block;
      margin-left: 3px; }

.animated-clock {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fd397a; }

.animated-clock-sec {
  position: absolute;
  width: 2px;
  height: 7px;
  top: 21.5px;
  left: 24px;
  background: #fd397a;
  border-radius: 2px;
  animation: animatedClockSecRotate 5s linear infinite; }

.comment-file p {
  max-width: 270px; }

.comment-file .comment-image-box {
  width: 200px; }
  
/* Scrollbar */
.vertical-scrollable {
	position: relative;
	max-height: 500px;
	overflow: auto;
}

.vertical-scrollable a{
	color: #fff;
	text-decoration: none;
}

.vertical-scrollable a:hover{
	color: #fff000;
	text-decoration: none;
}
	
.scrollbar-width-thin {
	scrollbar-width: thin;
}

.scrollbar-width-none {
	scrollbar-width: none;
}

.topmenu{
	background: #000;
}

.pilih-pasar{
	border: 1px solid: #fff000;
	border-radius: 0px;
	background: #000;
	color: #fff;
}

/*Modal*/
.modal {
	border-radius: 0px;
}
.modal-header{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 0;
	background: #330000;
	color: #fff000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal-header h5{
	color: #fff000 !important;
}

.modal-content{
	: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 5px;
	outline: 0;
}

.modal-content a{
	color: #fff000;
}

.modal-title{
	color: #fff000;
}


.no-bg {
  background: unset !important; }
  
/*loader*/
#loader-wrapper {
opacity:0.5;background:#000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        /*background: #222222;*/
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

/* end loader */

.custom-select{
	border-radius: 0px;
}

select option{
    color:#000;
}

.form-control{
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
}

.alert-dark{
	border-radius: 0px;
	border: 1px solid #6b0000;
	color: #fff000;
	background: #000;
}
	.alert-dark a{
		color: #fff;
	}

.btn-primary{
	background: linear-gradient(to bottom, #900000, #330000);
	color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid transparent;
}
	.btn-primary:hover{
		border: 1px solid #900000;
	}

.form-main[readonly]{
	/*background: #eee !important;
	color: #000;*/
	background: #000 !important;
	color: #f6bc2a;
}

.form-ro-foot[readonly]{
	background: #000;
	/*color: #fff;*/
}

.nav-tabs {
    border-bottom: 0px;
}

.sd-box{
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.sd-box img{
  width: 100%;
}
.btn-play-sd, .btn-try-sd{
  display: block;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  min-width: 120px;
  margin-bottom: 10px;
  transition: all 100ms;
  font-size: 12px;
}
.btn-play-sd{
  background: #FF7F04;
}
.btn-play-sd:hover{
  background: #1e980a;
  text-decoration: none;
  color: #000;
}
.btn-try-sd{
  background: #fff;
}
.btn-try-sd:hover{
  background: #ddd;
  text-decoration: none;
  color: #000;
}
.sd-title{
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
}
.margin-inner-sd{
  margin-top: 35%;
}

.content-item{
  position: relative;
  display: block;
}
.content-item-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  background: rgba(34, 34, 34, 0.7);
  transition: all 200ms;
  opacity: 0;
}
.content-item-btn:hover{
  opacity: 1;
}
.content-title{
  width: 100%;
  display: block;
  background: #FF7F04;
  border-top: 3px solid #1e980a;
  text-align: center;
  color: #000;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 30px;
}
.content-item-btn,.content-title:hover{
  cursor: pointer;
  color: #000;
}
.btn-play, .btn-try, .btn-play-etc{
  display: block;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  min-width: 170px;
  margin-bottom: 10px;
  transition: all 100ms;
}
.btn-play, .btn-play-etc{
  background: #FF7F04;
}
.btn-play:hover, .btn-play-etc:hover{
  background: #1e980a;
  text-decoration: none;
  color: #000;
}
.btn-try{
  background: #fff;
}
.btn-try:hover{
  background: #ddd;
  text-decoration: none;
  color: #000;
}

/* Front Slide */
.slider-item{
  width: 100%;
  position: relative;
  /*max-width: 1170px;*/
}
.carousel-item {
  background: #000;
  text-align: center;
}

/* Highlight */
#highlight{
  padding: 30px 0;
}
.link-highlight:hover{
  text-decoration: none;
}
.highlight-item{
  border-radius: 8px;
  border: solid 1px #001e13;
  background-image: linear-gradient(to top, #423025, #025738);
  color: #fff;
  width: 100%;
}
.highlight-item:hover{
  opacity: 0.8;
}
.highlight-item .text-item{
  padding: 15px 0 15px 12px;
}
.highlight-item .text-item h5{
  text-transform: uppercase;
  font-size: 24px;
  height:60px;
}
.highlight-item .text-item p{
  font-size: 13px;
  margin-bottom: 0;
}

/* Lotre
--------------------------------*/
.box-side-lotre{
  display: block;
  width: 100%;
  /*background: #e9e2d1;*/
  border: 1px solid #330000;
  color: #330000;
}
.box-side-lotre-aktif{
  background: #330000;
  color: #fff;
  display: block;
  padding: 15px;
}
.box-side-lotre-aktif p{
  margin-bottom: 5px;
}
.box-side-lotre-aktif h6{
  font-size: 16px;
}
.box-side-lotre-aktif h3{
  font-size: 22px;
  margin-bottom: 0;
  color: #FEFE00;
}
.m-aktif{
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding: 10px 15px;
  background-color: #f6bc2a;
}
.list-aktif{
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #900000;
  transition: all 100ms ease-in-out;
  font-weight: 500;
}
.list-aktif .no-server{
  color: #330000;
  text-align: right !important;
}
.list-aktif:hover{
  background: #f6bc2a;
  cursor: pointer;
  color: #330000;
  text-decoration: none;
}
.list-aktif .first{
  min-width: 80px;
}
.rb-15{
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.link-green{
  color: #330000;
}
.link-green:hover{
  color: #330000;
  font-weight: 500;
  text-decoration: none;
}
.pasar-des{
  padding: 10px 15px;
  font-size: 12px;
}
.pasar-des p{
  margin-right: 15px;
  margin-bottom: 0;
}
.bg-menu-lotre{
  /*background: #f6bc2a;*/
  display: block;
  border-radius: 5px;
}
.btn-link-lotre{
  padding: 0;
  list-style: none;
}
.link-lotre-items{
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.link-lotre-items .lotre-list-link{
  padding: 10px 20px;
  border-radius: 0px;
  background-image: linear-gradient(to top, #330000, #900000);
  /*background: #900000;*/
  display: block;
  color: #fff;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}
.link-lotre-items .lotre-list-link:hover{
  background-image: linear-gradient(to top, #900000, #330000);
  text-decoration: none;
}
.menu-lotre{
  display: block;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.menu-lotre .menu-lotre-items{
  display: inline-block;
  margin-bottom: 5px;
  background: #f6bc2a;
}
.menu-lotre .menu-lotre-items.active .link-menu-lotre{
  color: #fff;
  background: #a50000;
}
.menu-lotre .menu-lotre-items .link-menu-lotre{
  padding: 10px 17px;
  display: block;
  color: #330000;
  transition: all 200ms ease-in-out;
}
.menu-lotre .menu-lotre-items .link-menu-lotre:hover{
  background: #a50000;
  color: #fff;
  text-decoration: none;
}
.menu-lotre .menu-lotre-items:first-child .link-menu-lotre:hover{
  background: #a50000;
  text-decoration: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.menu-lotre .menu-lotre-items.active:first-child .link-menu-lotre{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-lotre ul{
  padding-left: 15px;
}
.lotre-rule-list{
  padding-left: 15px;
  list-style: decimal;
}
.data-top-link{
  display: block;
  padding: 0;
  list-style: none;
}
.data-top-link .data-top-link-items{
  display: inline-block;
  margin: 0 -10px;
  padding: 0;
}
.data-top-link .data-top-link-items .link-items-btn {
  margin: 0 10px;
  padding: 8px 15px;
  background: #f6bc2a;
  border-radius: 3px;
  color: #fff;
  transition: all 100ms ease-in-out;
}
.data-top-link .data-top-link-items .link-items-btn:hover {
  background: #FEFE00;
  color: #f6bc2a;
  text-decoration: none;
}


#provider-highlight{
	padding: 30px 0;
}
#provider-highlight h5{
	color: #fff000;
}
.provider-slider{
	/*
	border: 1px solid #fff000;
	border-radius: 12px;
	*/
}
.provider-box{
  /*background: #330000;
  border: 1px solid #fff000;*/
  margin: 10px;
  padding: 15px;
  text-align: center;
}


.lotre-slider{
  display: block;
}
.lotre-slide-box{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.lotre-box{
  /*background: linear-gradient(45.51deg, #900000 0%, #900000 100%);*/
  background: #330000;
  margin: 0 10px;
  padding: 15px;
  border: 1px solid #fff000;
  /*border-radius: 8px;*/
}
.lotre-box h5{
  color: #fff000 !important;
}
.items-inside{
  background: #900000;
  padding: 10px 15px;
}
.items-inside h3{
	color: #fff000 !important;
}
.lotre-slide-box h5{
  color: #FEFE00;
  font-weight: 700;
}
.lotre-slide-box h6{
  font-weight: 700;
  margin-bottom: 0;
}
.item-togel{
  padding: 5px 0;
  border-top: 1px solid #fff000;
}
.number-margin{
  margin-bottom: 10px;
}
.number{
  border-radius: 5px;
  background: #FFF000;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0 3px;
  color: #a50000;
  font-weight: 800;
  line-height: 30px;
  font-size: 19px;
}
.font-small{
  font-size: 12px; 
}
.btn-orange{
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  background: #FF7F04;
  font-weight: 700;
  color: #000;
}
.btn-orange:hover{
  background: #f6bc2a;
}
.box-gradient{
  background: linear-gradient(7.97deg, #a50000 0%, #0c2c5d 100%);
  color: #fff;
}
.box-gradient h6{
  font-weight: 700;
}
.withdraw-user{
  background: #EED2B6;
  padding: 30px 0;
  background-image: url(../img/wayang-left.png);
  background-repeat: no-repeat;
  background-position: left -250px center ;
  background-size: auto;
}

.forget{
	float:right; 
	position: absolute; 
	right:15px; 
	top: 38px;
}

.header-top10{
  padding-bottom: 10px;
}
.header-top10 h5{
  font-weight: 700;
}
.items-withdraw{
  display: inline-block;
  padding: 0 10px;
  width: 200px;
  text-align: center;
}
.items-withdraw-small{
  font-size: 10px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.date{
  width: 130px; 
  text-align: left;
}
.top10-items{
  background: #321708;
  padding: 10px 0;
  border-top: 1px solid #4F250E !important;
}
.top10-slider .slick-list{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box-dark{
  background: #321708;
}
.box-brown{
  background: #900000;
}
.img-list-togel{
  max-height: 30px;
  margin-right: 5px;
}
.list-togel-box{
  padding-right: 60px;
}
.list-togel-box h6{
  font-weight: 700;
}
.list-togel-box span{
  font-weight: 600;
  font-size: 13px;
}
.border-right-1px {
  border-right: 1px solid #532B15;
}
.top-15{
  margin-top: 15px;
}
.bottom-15{
  margin-bottom: 15px;
}
.padding-20{
  padding: 20px;
}
.padding-15{
  padding: 15px;
}
.radius-10{
  border-radius: 10px;
}
.font-yellow{
  color: #FEFE00 !important;
}
.font-green{
  color: #3BFF37;
}
.font-red{
  color: rgb(233, 29, 29);
}
.slick-slide {
  outline: 0;
}
.form-lotre {
  display: inline-block;
  width: 35px;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #FEFE00;
  border-radius: 0;
  text-align: center;
  outline: 0;
  margin: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-lotre:focus {
  color: #000;
  background-color: #fff;
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 192, 130, 0.25);
}
.form-lotre::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-lotre::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-lotre:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-lotre::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-lotre::placeholder {
  color: #000;
  opacity: 1;
}

.form-lotre[readonly]::placeholder { color: #000 !important; }

.form-lotre:disabled, .form-lotre[readonly] {
  background-color: #fff;
  opacity: 1;
}
.form-lotre.same {
  display: inline-block;
  width: 40px;
  color: #1000;
  background-color: #eee;
  border: 1px solid transparent;
}
.form-lotre.same-big {
  display: inline-block;
  width: 50px;
  color: #000;
  background-color: #eee;
  border: 1px solid transparent;
}
.form-lotre.bigger {
  display: inline-block;
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
}
.form-lotre.bigger.dark {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
}
.form-lotre.bigger.total {
  color: #f6bc2a;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent; 
  font-weight: 700 !important;
}
.select-lotre{
  display: inline-block;
  width: 50px !important;
  margin: 0 2.5px;
}
.select-lotre-medium{
  display: inline-block;
  width: 90px !important;
  margin: 0 2.5px;
}
.select-lotre-large{
  display: inline-block;
  width: 130px !important;
  margin: 0 2.5px;
}

.table-lotre {
  width: 100%;
  margin-bottom: 1rem;
  color: #000
}
.table-lotre th,
.table-lotre td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background: #eee;
}
.table-lotre thead th,
.table-lotre tbody th {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f6bc2a;
}
.table-lotre tfoot td {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f6bc2a;
  font-weight: 700;
}
.table-lotre tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.box-kei{
  display: inline-block;
  margin: 0 15px;
}
.box-radio{
  display: flex;
  margin: 0 15px;
}
.box-radio .label{
  padding-left: 5px;
  margin-top: -1px;
}
.td-colspan{
  background: rgba(0, 101, 65, 0.6) !important;
  color: #fff;
  font-weight: 700;
}



/* Ribbon */
.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
.ribbon-wrapper-pp {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ribbon-red {
    font: bold 14px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #dc7a7a, #AC0000);
    background-image: -ms-linear-gradient(top, #dc7a7a, #AC0000);
    background-image: -o-linear-gradient(top, #dc7a7a, #AC0000);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -29px;
    top: 15px;
    width: 120px;
    background-color: #8dc735;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc735), to(#649a12));
    background-image: -webkit-linear-gradient(top, #8dc735, #649a12);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-pp {
    position: relative;
    padding: 0;
    left: 0px;
    top: 0px;
    width: 50px;
	height: 50px;
	background-image: url(../img/daily_win.png);
    background-color: #000;
}

.ribbon-red:before,
.ribbon-red:after{
  content: "";
  border-top: 3px solid #b90005;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:after,
.ribbon-green:after{
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-pp:after,
.ribbon-pp:after{
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before{
  left: 0;
}
.ribbon-green:before{
  right: 0;
}
.ribbon-pp:before{
  right: 0;
}

.ribbon-red:after{
  right: 0;
}
.ribbon-green:after{
  left: 0;
}
.ribbon-pp:after{
  left: 0;
}

#signin-form {
	
}

#signin-form .form-control {
	background: #fff;
	color: #000;
	max-width: 150px;
}

#signin-form .forgot-password {
    margin-top: 5px;
    font-size: 11px;
    text-align: right;
    color: #fff;
}

.forgot-pass{
  font-size: 13px;
  color: #fff;
  float: right;
  margin-top: 5px;
}
.forgot-pass:hover{
  color: #FEFE00;
  text-decoration: none;
}

.text-right{
	text-align: left !important;
}

.card {
	border-radius: 0px;
	/*background: #000;
	color: #fff;*/
}

	.card-title{
		color: #fff000;
	}
	
.nav-item a:hover{
	color: #fff000;
}


/* Mobile Menu Version */
#bg-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1040;
}
#bg-overlay.open {
  visibility: visible;
  opacity: 1;
}
#menu-overlay {
  position: fixed;
  visibility: hidden;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  /*background-color: #fff7f0;*/
  background: rgba(0,0,0,0.8);
  z-index: 1041;
  transition: all 300ms ease;
}
#menu-overlay.open {
  visibility: visible;
  transform: translateX(0);
}
.user-box {
  background-image: linear-gradient(to top, #7e3900, #3B2100);
  padding: 16px;
}
.user-top-bar {
  display: flex;
  justify-content: space-between;
}
.user-top-bar .notes {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 0;
}
.toggleclose {
  padding: 10px 0;
 }
.toggleclose .line{
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 300ms ease;
  transition-delay: 200ms;
}
.toggleclose .line:nth-child(1){
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  -o-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}
.toggleclose .line:nth-child(2){
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
.user-picture {
  width: 70px;
  height: 70px;
  background-color: rgba(255,255,255,0.25);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.user-picture i {
  font-size: 24px;
}
.text-account {
  color: #fff000;
  font-weight: 500;
  text-align: center;
}
.button-holder {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.button-item {
  padding: 0 8px;
  flex: 0 0 50%;
}
.menu-list ul {
  padding: 16px;
  margin: 0;
}
.menu-list ul li {
  list-style: none;
}
.menu-list ul li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px dotted #eee;
  text-transform: uppercase;
}
.menu-list ul li a:hover {
	color: #fff000;
	text-decoration: none;
}
.title-bar {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 16px;
}
.tab-bar {
  /*background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.10);*/
  padding: 0 15px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 16px;
}
.tab-list {
  width: 100%;
  text-align: center;
  padding: 8px 4px;
}
.tab-list a {
  display: block;
  background-color: #550000;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 4px;
  border-radius: 0px;
}
.tab-list a:hover{
	text-decoration: none;
}
.tab-list.active a {
  background-color: #674900;
  color: #fff;
}
.account-bar {
  background-color: #fff;
  color: #000;
  padding: 6px 16px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.10);
  margin-top: 8px;
  position: relative;
}
.account-bar:before {
  /*position: absolute;
  top: 6px; */
  left: 12px;
  content: '\f51e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text-black{
	color: #000;
}

/* Remove Up Down Arrow for Input Type Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#ModalResult .table {
	color: #fff;
	font-weight: 600;
}




/* Custom Styles */
.btn{
  border-radius: 0px;
}

.container h1, .container h2, .container h3, .container h4, .container h5 {
  color: #fff;
}

.table-bonus {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}

.table-bonus th,
.table-bonus td {
  padding: 0.75rem;
  vertical-align: top;
  text-align: center;
  background: #eee;
}

.table-bonus thead th {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f6bc2a;
}
.table-bonus tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-bonus tbody tr:hover {
  cursor: pointer;
}
.table-bonus a{
	#900000;
}
.tooltip-online{
  color: #00b112;
}
.tooltip-offline{
  color: #da0000;
}

.btn-akun-info{
  /*background: linear-gradient(7.97deg, #a50000 0%, #0c2c5d 100%);*/
  background: #330000;
  padding: 5px 15px;
  margin: 0 3px;
  text-align: center;
  color: #fff;
  font-size: 14	px;
  border-radius: 0.25rem;
}
.btn-akun-info:hover{
  color: #FEFE00;
}

.progress{
	height: 1.2rem;
	border-radius: 0px;
}


.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #fff000;
  /*border-top: 1px solid white;*/
  top: 0;
  width: 450px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.grayscale {
  filter: grayscale(100%);
}


/* bank section */
.as-metode-deposit a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  display: block;
  border: 1px solid #6b0000;
  padding: 1rem 0rem;
  font-weight: bold;
  font-size: 0.9em;
}

/* modal full screen */
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}

#catatan.card{
	background: #000;
	color: #fff000;
	border: 1px solid rgba(194, 172, 155, 0.15);
}

.header-user{
	margin-bottom: 7px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 14px;
	font-weight: 600;
}
.header-user a{
	text-decoration: none;
	color: #ff0000;	
}