.dBanner__games__new {
	background-size: cover;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	min-height: 157px
}

.dHeader__games__new {
	padding: 25px 10px 20px 10px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff
}

.dHeader__games__new .dHeader__games__new--back i {
	color: #ffbb00;
	font-size: 2.5em
}

.dHeader__games__new .dUser {
	background-color: #fff;
	border-radius: 15px;
	color: #000;
	box-shadow: 0px 5px 5px 0px #c4c5c5;
	border: 1px solid rgba(0, 0, 0, 0.2)
}

.dHeader__games__new .dUser .dUser__profile {
	position: relative;
	height: 45px;
	width: 58px
}

.dHeader__games__new .dUser .dUser__profile .dUser__image {
	background-size: cover;
	background-position: center;
	height: 60px;
	width: 60px;
	background-repeat: repeat;
	border-radius: 100%;
	top: -8px;
	position: absolute;
	left: -4px;
	border: 1px solid #c0bfbf
}

.dHeader__games__new .dUser__currency .dUser__currency__wrapper {
	background: white;
	height: 47px;
	width: 100%;
	max-width: 300px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	list-style: none;
	display: flex;
	margin: 0 auto;
	padding: 5px 5px;
	box-shadow: 0px 5px 5px 0px #c4c5c5
}

.dHeader__games__new .dUser__currency:first-child {
	border-left: 0
}

.dHeader__games__new .dUser__currency .dUser__currency__item {
	color: black;
	width: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 0
}

.dHeader__games__new .dUser__currency .dUser__currency__item:first-child {
	border-left: 0
}

.dHeader__games__new .dUser__currency .dUser__currency__link {
	font-size: 11px
}

.dHeader__games__new .dUser__currency .dUser__currency__title {
	color: #000;
	margin: 0;
	font-weight: bold
}

.dHeader__games__new .dUser__currency .dUser__currency__point--gold {
	color: #ffbb00
}

.dHeader__games__new .dUser__currency .dUser__currency__point--coupon {
	color: #ffbb00
}

.dHeader__games__new .dUser__currency .dUser__currency__img {
	width: 34px;
	height: 34px;
	float: left
}

.dContent__games__new {
	padding: 15px;
	background-color: #fff;
	min-height: 100px;
	max-height: 100%;
	padding-bottom: 60%
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.dBox {
	position: relative;
	box-shadow: 0px 5px 5px 0px #c4c5c5;
	margin-bottom: 20px;
	border-radius: 20px
}

.dBox .dBox__overlay {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 2;
	width: 100%;
	background-color: #000c;
	color: #fff;
	border-radius: 20px
}

.dBox .dBox__label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.dBox .dBox__label img {
	width: 45%;
	border-top-left-radius: 20px
}

.dBox .dBox__background {
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 115px;
	margin: 10px 0px 0px 10px
}

.dBox .dBox__content {
  background: linear-gradient(#5fdafe, #5cc5ff, #5abaff);
	width: 100%;
	height: 135px;
	border-radius: 20px 20px 0px 0px
}

.dBox .dBox__content__red{
  background: linear-gradient(#f37169, #e34a45);
}

.dBox .dBox__content__green{
  background: linear-gradient(#d2f269, #758916);
}

.dBox .dBox__content__yellow{
  background: linear-gradient(#ffd25c, #ffbd28);
}

.dBox .dBox__content .dBox__background--image {
	position: absolute;
	width: 100%;
	height: 100%
}

.dBox .dBox__content .dBox__background .dBox__background--image img {
	position: absolute;
	top: 10%;
	height: 70%;
	margin-right: 10px
}

.dLeaderboard {
	height: 100%;
	padding: 15px 5px 0px 0px
}

.dLeaderboard .dLeaderboard__content {
	max-height: 100px;
	height: 100px
}

.dLeaderboard .dLeaderboard__content .dLeaderboard__content--list {
	padding-left: 0;
  padding-right: 3px;
	margin-bottom: 0;
	max-height: 100px;
	height: 78px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 65%;
	font-weight: 400;
	list-style: none;
	line-height: 25px
}

.dLeaderboard .dLeaderboard__content .dLeaderboard__content--list li {
	margin-bottom: -1px;
	border-bottom: solid 1px #c1f9ff;
	width: 100%;
	display: inline-block;
	text-align: center
}

.dLeaderboard .dLeaderboard__content .dLeaderboard__content--list i {
	color: #245e9e;
	font-size: 130%
}

/*

----------------------------------------------------------------------------

*/

@keyframes bounce {
	0% {
		transform: translateY(0px)
	}
	40% {
		transform: translateY(-10px)
	}
	80%,
	100% {
		transform: translateY(0px)
	}
}

@keyframes clip-text {
	from {
		clip-path: inset(0 100% 0 0)
	}
	to {
		clip-path: inset(0 0 0 0)
	}
}

@keyframes text-revealer {
	0%,
	50% {
		transform-origin: 0 50%
	}
	60%,
	100% {
		transform-origin: 100% 50%
	}
	60% {
		transform: scaleX(1)
	}
	100% {
		transform: scaleX(0)
	}
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0
	}
	to {
		bottom: 30px;
		opacity: 1
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0
	}
	to {
		bottom: 30px;
		opacity: 1
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1
	}
	to {
		bottom: 0;
		opacity: 0
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1
	}
	to {
		bottom: 0;
		opacity: 0
	}
}

@keyframes animate {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.dHeader {
	height: 125px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom
}

.dHeader img {
	width: 46px
}

.dHeader .IBack {
	width: 46px
}

.dHeader .dFrameBalance {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	height: 47px;
	border-radius: 15px;
}

.dHeader .dFrameBalance .ICoin {
	width: 23px;
	position: absolute;
	left: 10px;
	top: 12px
}

.dHeader .dFrameBalance p {
	position: absolute;
	top: 16px;
	left: 40px;
	font-size: 0.8em
}

.dHeader .dFrameBalance .dFrameBalance__addcoin {
	position: absolute;
	right: -5px;
	top: 12px;
	text-align: right
}

.dHeader .dFrameBalance .dFrameBalance__addcoin img {
	width: 35%
}

.dHeader .dTSC {
	padding-top: 30px
}

.dHeader .dTSC .dSpectator {
	position: absolute;
	right: 10px
}

.dHeader .dTSC .dSpectator i {
  float: left;
  margin: 2px 5px 0 0;
}

.dHeader .dTSC .dSpectator label {
  float: left;
	color: #fff;
	font-size: 0.9em
}

.dFooter {
	bottom: 0;
	position: fixed;
	width: 480px;
	max-width: 480px;
	height: 147px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom
}

.dFooter .IRHF {
	width: 46px
}

.dFooter .IPlay {
	width: 150px
}

.dFooter .dRHP .dRHP__play {
	position: relative;
	/* width: 252px; */
	text-align: center;
}

.dFooter .dRHP .dRHP__play .dRHP__play__coin {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 6px
}

.dFooter .dRHP .dRHP__play .dRHP__play__coin p {
	color: #fff;
	padding-left: 5px
}

.dFooter .dRHP .dRHP__play .dRHP__play__coin .ICoin {
	width: 23px;
	height: 23px
}

.dContent {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.dChat {
	position: fixed;
	z-index: 2;
	bottom: 150px;
	padding: 0 10px;
	width: 480px
}

.dChat .IChat {
	width: 46px
}

.dChat .dRoomChat {
	border-radius: 15px;
	position: relative;
	display: none;
	margin-bottom: 0;
}

.dChat .dRoomChat .IClose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px
}

.dChat .dRoomChat p {
	color: #fff
}

.dChat .dRoomChat .dText--name {
	color: #ffc107;
}

.dChat .dRoomChat .dRoomChat__auto {
	overflow: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px
}

.dChat .dRoomChat .dRoomChat__auto .dRoomChat__auto__text {
	background-color: #fff;
	/* margin-right: 10px; */
	padding: 0 10px;
	border-radius: 12px
}

.dChat .dRoomChat .dRoomChat__auto .dRoomChat__auto__text p {
	color: #000;
	font-size: 0.9rem
}

.dChat .active {
	display: block
}

.dChat .dRoomChat__discuss {
	padding: 15px 15px 5px 15px;
	min-height: 25px;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
}

#myChat{
	position: absolute;
	margin: 12px 0 0 2px;
}


.cursor-pointer {
	cursor: pointer
}

.cursor-default {
	cursor: default
}

a.disabled {
	pointer-events: none;
	cursor: no-drop !important
}

.dVideoLoading {
	color: #fff;
	width: 100%
}

.dVideoLoading.show {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important
}

#videoLoading .loading__letter {
	letter-spacing: 2px;
	animation-name: bounce;
	animation-duration: 2s;
	animation-iteration-count: infinite
}

#videoLoading .loading__letter:nth-child(2) {
	animation-delay: .1s
}

#videoLoading .loading__letter:nth-child(3) {
	animation-delay: .2s
}

#videoLoading .loading__letter:nth-child(4) {
	animation-delay: .3s
}

#videoLoading .loading__letter:nth-child(5) {
	animation-delay: .4s
}

#videoLoading .loading__letter:nth-child(6) {
	animation-delay: .5s
}

#videoLoading .loading__letter:nth-child(7) {
	animation-delay: .6s
}

#videoLoading .loading__letter:nth-child(8) {
	animation-delay: .7s
}

#videoLoading .loading__letter:nth-child(9) {
	animation-delay: .8s
}

#videoLoading .loading__letter:nth-child(10) {
	animation-delay: .9s
}

#videoLoading .loading__letter:nth-child(11) {
	animation-delay: .8s
}

#videoLoading .loading__letter:nth-child(12) {
	animation-delay: 1s
}

#videoLoading .loading__letter:nth-child(13) {
	animation-delay: 1.2s
}

.dText--animasi,
.dText--animasi::after {
	animation-delay: var(--animation-delay, 2s);
	animation-iteration-count: var(--iterations, 1);
	animation-duration: var(--duration, 800ms);
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.dText--animasi {
	--animation-delay: var(--delay, 0);
	--animation-duration: var(--duration, 800ms);
	--animation-iterations: var(--iterations, 1);
	position: relative;
	animation-name: clip-text;
	white-space: nowrap;
	cursor: default
}

.dText--animasi::after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	pointer-events: none;
	animation-name: text-revealer
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s
}

.dTabs__games {
	background-color: #c0bfbf
}

.dTabs__games .dTabs__games--li {
	width: 50%;
	padding: 12px 35px;
	text-align: center;
	background-color: #fff
}

.dTabs__games .dTabs__games--li.left {
	border-top-right-radius: 15px
}

.dTabs__games .dTabs__games--li.right {
	border-top-left-radius: 15px
}

.toast.show {
	z-index: 2
}

.z-index-1 {
	z-index: 1
}

.z-index-2 {
	z-index: 2
}