.dg-container{
	width: 100%;
	height: auto;
	position: relative;
	display: table;
}

.dg-wrapper{
	width: 660px;
	min-height: 180px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
		 -o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
	
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
		 -o-perspective: 1000px;
		-ms-perspective: 1000px;
			perspective: 1000px;
}
.dg-wrapper a{
	width: 660px;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 7px var(--color-teal-fade);
	   -moz-box-shadow: 0px 0px 7px var(--color-teal-fade);
			box-shadow: 0px 0px 7px var(--color-teal-fade);
}

.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
	display: block;
	padding: 0;
	width: 100%;
	border-radius: 5px;
}

.dg-wrapper a div{
	line-height: 50px;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 0 0 5px 5px;
}

.dg-caption {
	padding: 20px 25px 10px 25px;
}

.dg-caption::before {
	display: block;
    background: rgba(255,110,2,1);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%, #a6e41b 25%, #00bddd 50%, #ff7f6c 75%, rgba(255,255,255,0) 100%);
}

.dg-caption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}


.dg-wrapper a div h2 {
	color: #333;
	text-transform: uppercase;
	background: -webkit-linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
				-webkit-background-clip: text;
				   -moz-background-clip: text;
					-ms-background-clip: text;
					 -o-background-clip: text;
						background-clip: text;
	-webkit-text-fill-color: transparent;	
	margin: 0;
	font-family: "PlayBold";
	text-align: left;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	margin-top: -0.3em;
}

.dg-caption.open:not(.currently-open) h2 .countdown {
	position: relative;
	top: 0.2em;
	color: #ddd;
	-webkit-text-fill-color: #ddd;
}

.dg-wrapper a.dg-center div{
	display: block;
}

.room-nav-dg {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	position: relative;
	float: left;	
}

.dg-container nav{
	width: 58px;
	margin-left: auto;
	margin-right: auto;
}

.dg-container nav span {
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	/*
	opacity: 0.8;
	background: transparent url(images/arrows.png) no-repeat top left;
	*/
	position: relative;
	border: 1px solid var(--color-white-darker);
	border-radius: 4px;
}
.dg-container nav span::before {
	position: absolute;
	font-family: "FontAwesome";
	width: 24px;
	height: 25px;
	color: var(--color-white-darker);
}
.dg-container nav span.dg-prev::before {
	top: 0;
	left: -1px;
	content: "\f053";
}
.dg-container nav span.dg-next::before {
	top: 0;
	right: -2px;
	content: "\f054";
}

.dg-container nav span:hover{
	background-color: var(--color-dark-gray);
	border-color: var(--color-teal);
	opacity: 1;
	color
}

.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

.ball-home {
    display: flex;
    float: right;
}

.ball-home img {
    width: 40px !important;
    height: 40px !important;	
	margin-left: 3px !important;
	margin-right: 3px !important;	
}

@media (max-width: 1220px){
	.dg-wrapper, .dg-wrapper a {
		width: 640px;
	}	
}

@media (max-width: 1199px){
	.dg-wrapper, .dg-wrapper a {
		width: 480px;
	}
	
	.room-nav-dg {
		margin-top: 20px;
	}	
}

@media (max-width: 1020px){
	.dg-wrapper, .dg-wrapper a {
		width: 450px;
	}
	
	.room-nav-dg {
		margin-top: 0px;
	}
}

@media (max-width: 1030px){
	.dg-wrapper {
		min-height: 165px;
	}	
	
	.dg-wrapper, .dg-wrapper a {
		width: 400px;
	}
	
	.dg-caption::before {
		height: 7px;
	}	
	
	.dg-caption {
		padding: 15px 25px 7px 25px;
	}
	
	.dg-wrapper a div h2 {
		line-height: 26px;
		font-size: 26px;	
	}	

	.ball-home img {
		width: 30px !important;
		height: 30px !important;		
	}
}

@media (max-width: 940px){
	.dg-container {
		overflow : hidden;
	}
}


@media (max-width: 480px){
	.dg-wrapper {
		min-height: 130px;
	}	
	
	.dg-wrapper, .dg-wrapper a {
		width: 320px;
	}
	
	.dg-caption {
		padding: 8px 25px 3px 25px;
	}
	
	.dg-wrapper a div h2 {
		line-height: 22px;
		font-size: 22px;
	}
	
	.ball-home img {
		width: 25px !important;
		height: 25px !important;				
	}
	
	.dg-caption::before {
		height: 4px;
	}
	
	
}

@media (max-width: 360px){
	.dg-wrapper {
		min-height: 110px;
	}	
	
	.dg-wrapper, .dg-wrapper a {
		width: 260px;
	}
}

/*
===================================
	SLIDER HOME
===================================
*/
.dg-caption.open {
    padding-bottom: 0px !important;
}
.ball-home.open {
    top: 0.25em;
	position: absolute;
	right: 0;
}
.now-open {
    display: table;
    width: 100%;
    line-height: 0;
    padding-right: 5px;
    position: relative;
    margin-bottom: 15px;
    bottom: -5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1em;
    font-family: "PlayBold";
    margin-top: 5px;
    text-align: right;
}
.now-open span {
    color: #eee;
}
.countdown__separator__1, 
.countdown__separator__2 {
    margin-left: -0.2em;
    margin-right: -0.2em;
}

.dg-caption.currently-open .maininfo {
	font-size: 0.9em;
	color: #34d07e;
	-webkit-text-fill-color: #19e77a;
}


.dg-caption.currently-open .countdown {
	color: #28bd70;
	-webkit-text-fill-color: #28bd70;
	font-size: 0.5em;
	display: block;
	line-height: 0.4em;
}

.dg-caption.open:not(.currently-open) .now-open {
	margin-top: 1.2em !important;
}

.dg-caption .now-open {
  margin-top: 0.8em;
  margin-bottom: 1.4em;
  color: #f4cf08;
  -webkit-text-fill-color: #f4cf08;
}

@media (max-width: 1199px) {
	.dg-wrapper > a {
		height: 218px !important;
	}
	.dg-caption {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.dg-wrapper a div {
		background-color: rgba(0, 0, 0, 0.85) !important;
	}
	.now-open {
		margin-top: 10px;
		margin-bottom: 10px;
		bottom: -1px;
		/*font-size: 1.2em;*/
	}
	.loby-game-home.dg-container .room-nav-dg {
		margin-top: 50px !important;
		margin-bottom: -15px;
	}
}
@media (max-width: 1020px) {
	.ball-home.open img {
		width: 35px !important;
		height: 35px !important;
	}
	.now-open {
		bottom: 1px;
	}
}
@media (max-width: 1030px) {
	.dg-wrapper > a {
		height: 180px !important;
	}
	.ball-home.open img {
		width: 25px !important;
		height: 25px !important;
	}
	.now-open {
		font-size: 0.7em;
		margin-top: 12px;
	}
	.loby-game-home.dg-container .room-nav-dg {
		margin-top: 45px !important;
	}
}
@media (max-width: 940px) {
	.loby-game-home.dg-container .room-nav-dg {
		margin-top: -30px !important;
		margin-bottom: 0;
	}
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 222px !important;
	}
}
@media (max-width: 575px) {
	
}
@media (max-width: 480px) {
	.dg-container {
		margin-top: 25px !important;
	}
	.dg-caption.open {
		padding-bottom: 2px !important;
		padding-top: 10px;
	}
	.ball-home.open {

	}
	.now-open {
		bottom: -3px;
		font-size: 0.6em;
		margin-bottom: 0.9em !important;
		margin-top: 0.3em !important;
	}
	.dg-caption.open {
		padding-top: 10px;
	}
	.dg-wrapper > a {
		height: 154px !important;
	}
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 190px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1.2em !important;
	}
}
@media (max-width: 440px) {
	.dg-wrapper > a {
		height: 190px !important;
	}
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 170px !important;
	}
	.loby-game-home.dg-container .dg-wrapper a div h2 {
		font-size: 1.1em !important;
	}
	.now-open {
		font-size: 0.8em;
		margin-top: -0.4em !important;
	}
	.dg-caption.currently-open .countdown {
		line-height: 1.8em !important;
	}
	.dg-caption.open:not(.currently-open) h2 .countdown {
		top: 0.4em;
	}
}
@media (max-width: 360px) {
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 155px !important;
	}
	.dg-wrapper > a {
		height: 170px !important;
	}
	.ball-home.open {
		top: 0.4em;
	}
	.now-open {
		font-size: 0.7em;
	}
}

/*
===================================
	BASIC
===================================
*/

.border-radius-5 {
	border-radius: 5px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-x-0 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
	.container {
		overflow: hidden;
	}
}

/*
===================================
	PAGINATION
===================================
*/

.room-main-pagination {
	text-align: center;
}

.main-pagination {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
			
	width: 100%;
}

.main-pagination .record-summary {
    background-color: var(--color-green-dark);
    font-family: "PlayBold";
    padding: 5px 20px 10px;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.record-summary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

.record-summary::after {
    background: rgba(255,110,2,1);
	background: -moz-linear-gradient(left,  rgba(255,110,2,1) 0%, rgba(255,255,0,0.56) 50%, rgba(255,109,0,0.13) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	background: linear-gradient(to right,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#21ff6d00',GradientType=1 );
}

.main-pagination nav {
	font-family: "PlayBold";
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 0 0 5px 5px;
	padding: 5px 20px;
	line-height: 0;
}

.pagination {
    margin: 0;
	display: inline-block;
}
.pagination > li {
	display: inline;
}

.btn-pagination {
	-webkit-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);   
		 -o-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
			box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);

	color: #000 !important;
	border-radius: 5px !important;
	text-transform: uppercase;
	border: 2px solid #ffa800 !important;
	padding: 2px 10px !important;
	line-height: normal !important;
	margin-top: 3px;	
	
	background: #ffdd30;
	background-image: -webkit-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -moz-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -ms-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -o-linear-gradient(top, #ffdd30, #ffa611);
	background-image: linear-gradient(to bottom, #ffdd30, #ffa611);
	
	-webkit-transform: skew(-21deg);
	   -moz-transform: skew(-21deg);
		-ms-transform: skew(-21deg);   
		 -o-transform: skew(-21deg);
			transform: skew(-21deg);	
}

.btn-pagination span {
	display: inline-block;
	-webkit-transform: skew(21deg);
	   -moz-transform: skew(21deg);
		-ms-transform: skew(21deg);   
		 -o-transform: skew(21deg);
			transform: skew(21deg);	
}

.btn-pagination:hover {
	background: #fdcf01 !important;
}

.pagination > li:first-child > a {
	margin-right: 5px;
}

.pagination > li:last-child > a {
	margin-left: 5px;
}

/*
=============================================
		PAGINATION
=============================================
*/

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #fff;
    background-color: transparent;
    border: none;
    margin-right: 0;
	padding: 6px 8px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: transparent;
    border-color: #244e98;
	color: #eccd00;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #eccd00;
    background-color: transparent;
    border-color: #244e98;
}

@media (max-width: 600px) {
	
	.main-pagination nav, .login-navigasi nav {	
		padding: 5px 15px;
		font-size: 12px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 5px 5px;
	}
}
@media (max-width: 575px) {
	.main-pagination nav, .login-navigasi nav {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
	}
}

@media (max-width: 480px) {
	.pagination > li:first-child > a, .pagination > li:first-child > span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.pagination > li:last-child > a, .pagination > li:last-child > span {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}	
	
	.pagination > li > a, .pagination > li > span {
		padding: 10px 5px;
		display: block;
	}
	
	.main-pagination nav, .login-navigasi nav {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

/**
=============================================
	PAGINATION 2
=============================================
**/
.pagination .btn-pagination {
    color: #000 !important;
}
.pagination .btn-pagination:hover {
    color: #444 !important;
}
.pagination > li:first-child > a {
    margin-right: 0 !important;
}
.pagination > li:last-child > a {
    margin-left: 0 !important;
}
.pagination > li:first-child > a.btn-pagination {
    margin-right: 5px !important;
}
.pagination > li:last-child > a.btn-pagination {
    margin-left: 5px !important;
}
@media (max-width: 480px) {
	.pagination > li {
		display: inline-block;
	}
	.pagination li.navi {
		width: 100%;
		display: block;
	}
	.pagination > li:first-child > a, 
	.pagination > li:first-child > span {
		width: auto !important;
		margin-right: 0;
		margin-bottom: 0 !important;
	}
	.pagination > li:last-child > a, 
	.pagination > li:last-child > span {
		width: auto !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	.pagination > li:first-child > a.btn-pagination, 
	.pagination > li:first-child > span.btn-pagination {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 5px !important;
		display: block;
	}
	.pagination > li:last-child > a.btn-pagination, 
	.pagination > li:last-child > span.btn-pagination {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 5px !important;
		display: block;
	}
	.main-pagination nav, .login-navigasi nav {
		padding: 12px 15px 15px;
	}
}

/*
=======================================================
		CONTENT
=======================================================
*/

.narrow {
    max-width: 767px;
    margin: auto;
}

.super-narrow {
    max-width: 480px;
    margin: auto;
}

.narrow-side-gap {
    padding-left: 10px;
    padding-right: 10px;
}

.narrow-side-gap-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.body-title {
    text-align: center;
    font-size: 1.6em;
    background-color: rgba(255,255,255,0.1);
    padding: 0.3em 1em;
}

@media (max-width: 991px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

	.body-title {
		font-size: 1.5em;
	}
}
@media (max-width: 600px) {
	.body-title {
		font-size: 1.4em;
	}
}
@media (max-width: 480px) {
	.body-title {
		font-size: 1.3em;
	}
}
@media (max-width: 360px) {
	.body-title {
		font-size: 1.2em;
	}
}

/**
=============================================
	GAPS
=============================================
**/
/*
.mt-1 {
	margin-top: 45px !important;
}
.mt-2 {
	margin-top: 30px !important;
}
.mt-3 {
	margin-top: 15px !important;
}
.mb-1 {
	margin-bottom: 45px !important;
}
.mb-2 {
	margin-bottom: 30px !important;
}
.mb-3 {
	margin-bottom: 15px !important;
}
.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.w20 {
	width: 20%;
}
*/

.peraturan-news .container {
    margin-top: 10px;
}

@media (max-width: 640px) {
	.mt-1 {
		margin-top: 15px !important;
	}
	.mt-2 {
		margin-top: 10px !important;
	}
	.mt-3 {
		margin-top: 5px !important;
	}
	.mb-1 {
		margin-bottom: 15px !important;
	}
	.mb-2 {
		margin-bottom: 10px !important;
	}
	.mb-3 {
		margin-bottom: 5px !important;
	}
}

/*
=======================================================
		TABLE
=======================================================
*/
.room-main-table {
    margin-top: 30px;
}

.room-main-table table {
    font-family: "PlayBold";
    text-transform: uppercase;
    border-radius: 5px;
	/*width: 70%;*/
	margin-left: auto;
	margin-right: auto;
	
	
    -webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
}

.room-main-table table img {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.table a {
	color: var(--color-green-dark);
}

.table > thead > tr > td, .table > thead > tr > th {
	background-color: rgba(0, 0, 0, 0.55);
	font-style: italic;
	padding: 10px;
	font-size: 18px;
}

.table > thead > tr > th {
    border-bottom: 4px solid #aeaeae;
	color: var(--color-white-darker);
}

.table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, 
.table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, 
.table > thead > tr > td:first-child, .table > thead > tr > th:first-child {
	border-left: 0;
}

.table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, 
.table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, 
.table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
	border-right: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(255, 102, 0, 0.45);
	
	-webkit-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
	   -moz-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
		-ms-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
		 -o-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
			box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, 0.03);
}

.table-striped > tbody > tr:hover {
    background-color: rgba(152, 36, 76, 0.45);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.45);
	border-left: 2px solid #aeaeae;
    text-align: center;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: rgba(255, 54, 54, 0.75);
}

.record-table .td {
    width: 16.65%;
}

.record-table-4 .td {
    width: 25%;
}

.record-table-7 .td {
    width: 14.25%;
}

.table-instruction {
	display: none;
	line-height: 1.4em;
    margin-bottom: 10px;
}
.tiny-font {
    font-size: 0.7em;
}
.page-play .small-font,
.mini-font {
    font-size: 0.8em;
}
.record-table, .record-table-4 {
	overflow-x: hidden;
	/*overflow-y: scroll;*/
}
.the-table {
    border: 1px solid #aaa;
	/*width: 560px;*/
}
/*
.the-table > div.tr + div.tr {
    border-top: 1px solid #aaa;
}
*/
.the-table > div.tr + div.tr > div.td {
    border-top: 1px solid #aaa;
}

#deposit-history.record-table,
#withdraw-history.record-table,
#referral-history.record-table {
    border: 1px solid #aaa;
	/*height: 140px;*/
}

#deposit-history.record-table-4,
#withdraw-history.record-table-4,
#referral-history.record-table-4 {
    border: 1px solid #aaa;
	/*height: 140px;*/
}

#deposit-history .the-table,
#withdraw-history .the-table,
#referral-history .the-table {
    width: auto;
	min-width: 544px;
	border: none;
}
#deposit-history .the-table .td,
#withdraw-history .the-table .td,
#referral-history .the-table .td {
    display: inline-block;
    /*width: 24% !important;*/
}
#deposit-history .the-table > div.tr + div.tr > div.td,
#withdraw-history .the-table > div.tr + div.tr > div.td,
#referral-history .the-table > div.tr + div.tr > div.td {
    border-top: none;
}
#deposit-history .the-table > div.tr + div.tr,
#withdraw-history .the-table > div.tr + div.tr,
#referral-history .the-table > div.tr + div.tr {
    border-top: 1px solid #aaa;
}
.nodata-in-table {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 58px;
    padding: 0 15px;
    text-align: center;
}
.inline-block {
	display: inline-block;
}

.record-pagination {
    margin-top: 15px;
}
.record-pagination > div {
    display: inline-block;
}
.record-pagination > div a {
    background-color: #c4ad00;
    color: #fff;
    padding: 5px 12px;
	font-size: 0.8em;
}
/*
.tr {
    padding: 5px 0;
}
*/
.tr {
	clear: both;
	display: table;
    width: 100%;
}
.td {
    display: table-cell;
    padding: 10px;
	line-height: 1.2em;
	text-align: center;
	word-wrap: break-word;
	float: left;
}
.page-balance .td {
	width: 14.25%;
}
.page-balance-detail .td {
	width: 16.65%;
}
.page-deposit-fund .td,
.page-referral-2 .td,
.page-withdraw-money .td {
	width: 25%;
}

.td.text-right {
	text-align: right;
}
.td.text-left {
	text-align: left;
}
/*
.page-balance-detail .td {
	width: 94px;
}
*/
.th {
    text-align: center;
}
.the-table.small-font .td {
    font-size: 0.7em;
}
.td.expand {
    display: none;
}
.the-table .expand-for-mobile {
    display: none;
}

.the-table div.tr > div:nth-child(1) {
    /*width: 100px !important;*/
}
/*
.the-table div.tr > div:nth-child(1),
.the-table div.tr > div:nth-child(2),
.the-table div.tr > div:nth-child(7) {
    text-align: center;
}
*/
tr.sub-thead > th {
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.table > tbody > tr > th {
	background-color: rgba(0, 0, 0, 0.85);
	color: var(--color-white-darker);
}

.table-tr-25 {
	width: 25%;
}

.table-auto {
    width: auto !important;
}

@media (max-width: 1199px){
	.room-main-table table {

	}
	
	.room-login-table {
		overflow-x: scroll;
		border-radius: 5px;
		margin-bottom: 20px;
		
		-webkit-box-shadow: 0px 0px 2px #f5f5f5;
		   -moz-box-shadow: 0px 0px 2px #f5f5f5;
			-ms-box-shadow: 0px 0px 2px #f5f5f5;
			 -o-box-shadow: 0px 0px 2px #f5f5f5;
				box-shadow: 0px 0px 2px #f5f5f5;		
	}
	
	.room-login-table table {
		width: 100%;
		min-width: 540px;
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.room-main-table table {
		width: 100%;
	}
	
	.room-main-table .table > tbody > tr > td, .room-main-table .table > tbody > tr > th, 
	.room-main-table .table > tfoot > tr > td, .room-main-table .table > tfoot > tr > th, 
	.room-main-table .table > thead > tr > td, 
	.room-main-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.room-main-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.room-main-table .table > tbody > tr > td:first-child, 
	.room-main-table .table > tbody > tr > th:first-child, 
	.room-main-table .table > tfoot > tr > td:first-child, 
	.room-main-table .table > tfoot > tr > th:first-child, 
	.room-main-table .table > thead > tr > td:first-child, 
	.room-main-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.room-main-table .table > tbody > tr:first-child > td:first-child, 
	.room-main-table .table > tbody > tr:first-child > th:first-child, 
	.room-main-table .table > tfoot > tr:first-child > td:first-child, 
	.room-main-table .table > tfoot > tr:first-child > th:first-child, 
	.room-main-table .table > thead > tr:first-child > td:first-child, 
	.room-main-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.room-main-table table, .room-main-table thead, .room-main-table tbody, .room-main-table th, .room-main-table td, .room-main-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.room-main-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.room-main-table tr { }
	
	.room-main-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 55% !important; 
	}
	
	.room-main-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	.room-main-table td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table td:nth-of-type(2):before { content: "Hari"; }
	.room-main-table td:nth-of-type(3):before { content: "Angka Keluar"; }
	.room-main-table td:nth-of-type(4):before { content: ""; }
	.room-main-table td:nth-of-type(5):before { content: ""; }
	
	
	/**--- analisis-table --**/
	.analisis-table {
		position: relative;
	}	
	
	.analisis-table table {
		width: 100% !important;
		min-width: unset !important;
	}
	
	.analisis-table .table > tbody > tr > td, .analisis-table .table > tbody > tr > th, 
	.analisis-table .table > tfoot > tr > td, .analisis-table .table > tfoot > tr > th, 
	.analisis-table .table > thead > tr > td, 
	.analisis-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.analisis-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.analisis-table .table > tbody > tr > td:first-child, 
	.analisis-table .table > tbody > tr > th:first-child, 
	.analisis-table .table > tfoot > tr > td:first-child, 
	.analisis-table .table > tfoot > tr > th:first-child, 
	.analisis-table .table > thead > tr > td:first-child, 
	.analisis-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.analisis-table .table > tbody > tr:first-child > td:first-child, 
	.analisis-table .table > tbody > tr:first-child > th:first-child, 
	.analisis-table .table > tfoot > tr:first-child > td:first-child, 
	.analisis-table .table > tfoot > tr:first-child > th:first-child, 
	.analisis-table .table > thead > tr:first-child > td:first-child, 
	.analisis-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.analisis-table table, .analisis-table thead, .analisis-table tbody, .analisis-table th, .analisis-table td, .analisis-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.analisis-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.analisis-table tr { }
	
	.analisis-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 5px !important; 
	}
	
	.analisis-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	
	.analisis-table tr::before {
		position: absolute;
		top: 6px;
		left: 0;
		width: 100%;
		padding-bottom: 5px;
		white-space: nowrap;
		text-align: center;
		font-weight: 600;
		border-bottom: 1px solid #000;
	}
	
	
	.analisis-table tr:first-child td:first-child {
		padding-top: 40px;
	}
	
	.analisis-table tr:nth-of-type(1):before { content: "Jenis Analisis"; }

	
}

@media (max-width: 600px) {
	.room-main-table {
		/*
		overflow-x: scroll;
		*/
		border-radius: 5px;
		
		-webkit-box-shadow: 0px 0px 2px #f5f5f5;
		   -moz-box-shadow: 0px 0px 2px #f5f5f5;
			-ms-box-shadow: 0px 0px 2px #f5f5f5;
			 -o-box-shadow: 0px 0px 2px #f5f5f5;
				box-shadow: 0px 0px 2px #f5f5f5;		
	}
}

/**
=============================================
	TABLE 2
=============================================
**/
.tablecell_bl {
	border-left: 2px solid #aaa !important;
}
.tablecell_bb {
	border-bottom: 2px solid #aaa !important;
}
tr[valign=top] td,
tr[valign=top] th {
	vertical-align: top !important;
}

@media (max-width: 640px) {
	.tablecell_bl {
		border-left: none !important;
	}
	.tablecell_bb {
		border-bottom: none !important;
	}
}

/**
=============================================
	NOMOR KELUAR PRIZE
=============================================
**/
/*
Label the data
*/

@media (max-width: 640px) {
	.room-main-table td {
		white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
		white-space: -pre-wrap;                 /* Opera 4-6 */
		white-space: -o-pre-wrap;               /* Opera 7 */
		white-space: pre-wrap;                  /* CSS3 */
		word-wrap: break-word;                  /* Internet Explorer 5.5+ */
		word-break: break-all;
		white-space: normal;
	}
	
	.room-main-table .table-prize td:nth-of-type(1):before { content: "Posisi"; }
	.room-main-table .table-prize td:nth-of-type(2):before { content: "Angka"; }
	
	.room-main-table .table-periode-prize td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-prize td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-prize td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-prize td:nth-of-type(4):before { content: "1st Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(5):before { content: "2nd Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(6):before { content: "3rd Prize"; }
	
	.room-main-table .table-periode-common td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-common td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-common td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-common td:nth-of-type(4):before { content: "Angka Keluar"; }
	
	.room-main-table .table-detail-angka td:nth-of-type(1):before { content: "As"; }
	.room-main-table .table-detail-angka td:nth-of-type(2):before { content: "Kop"; }
	.room-main-table .table-detail-angka td:nth-of-type(3):before { content: "Kepala"; }
	.room-main-table .table-detail-angka td:nth-of-type(4):before { content: "Ekor"; }
	
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(1):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(2):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(3):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(4):before { content: ""; }
	
	.table-detail-angka .notitle_640 {
		padding-left: 8px !important;
		width: 50%;
		display: inline-block;
	}
	
	.table-detail-angka .notitle_640.full_width {
		width: 100%;
	}
	
	.hidden_640 {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.page-indo-pool-a .single-block-content,
	.page-indo-pool-b .single-block-content,
	.page-singapore-pool .single-block-content,
	.page-singapore49 .single-block-content,
	.page-china-pool .single-block-content,
	.page-korea-pool .single-block-content,
	.page-detail_angka .single-block-content	{
		padding: 15px;
	}
}

/**
=============================================
	SLIDER GAME TOTO
=============================================
**/

.third-block {
	/*
	background-image: url("images/bg/bg-third-block.jpg");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	*/
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 30px;
}

.dg-container {

}

.dg-wrapper {
    min-height: 240px !important;
}
.room-nav-dg {
    margin-top: 8px !important;
}
@media (max-width: 1199px) {
	.dg-wrapper {
		min-height: 180px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1.3em;
	}
	.dg-wrapper a div.currently-open .countdown {
		position: relative;
		top: -0.6em;
	}
	.room-nav-dg {
		margin-bottom: 10px;
	}
}
@media (max-width: 1030px) {
	.dg-wrapper {
		min-height: 160px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1em !important;
	}
	.ball-home img {
		width: 26px !important;
		height: 26px !important;
	}
	.third-block {
		padding: 30px 30px 20px 30px;
	}
	.dg-caption.currently-open .countdown {
		font-size: 0.7em;
		line-height: 1em;
	}
}
@media (max-width: 940px) {
	.dg-wrapper, 
	.dg-wrapper a {
		margin-top: 5px;
	}
	.dg-wrapper {
		min-height: 147px !important;
	}
	.room-nav-dg {
		margin-top: 0 !important;
		margin-bottom: 5px;
		bottom: -5px;
	}
}
@media (max-width: 480px) {
	/*
	.dg-wrapper, .dg-wrapper a {
		width: 100% !important;
	}
	*/
	.dg-wrapper {
		min-height: 120px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 0.8em !important;
	}
	.room-nav-dg {
		margin-bottom: 5px;
	}
}
@media (max-width: 440px) {
	.dg-wrapper, .dg-wrapper a {
		width: 110% !important;
		transform: scale(0.8);
		left: -5% !important;
		top: -20% !important;
	}
}
@media (max-width: 440px) {
	.dg-wrapper, .dg-wrapper a {
		/*width: 126% !important;*/
		/*transform: scale(0.7);*/
		/*left: -13% !important;*/
	}
}
/*
@media (max-width: 420px) {
	.dg-wrapper, .dg-wrapper a {
		width: 260px !important;
	}
}
*/
@media (max-width: 360px) {
	.dg-wrapper {
		min-height: 100px !important;
	}
	.dg-caption {
		padding: 8px 5px 3px 5px !important;
	}
	.dg-caption .ball-home img {

	}
}

/* adaptation if placed in menu dropdown menu mega menu */
/*
.dropdown-menu.megamenu .dg-wrapper {
}
.dropdown-menu.megamenu .dg-wrapper a {
	position: relative;
	width: 100%;
	border: 0.3em solid var(--bs-orange);
    border-radius: 0.7em;
}
*/
