/*** SLIDER ***/

.main-slider {
	width: 100%;
	position: relative;	
	z-index: -1;
}

#main_slider.sa_owl_theme .owl-dots {
	bottom: 1.25rem !important;
}

@media(max-width: 575px) {
	.owl-carousel .owl-stage-outer {
		padding-bottom: 2.25rem;
	}
	
	.sa_owl_theme .owl-nav div, .sa_owl_theme .owl-nav button {
		margin-top: -35px !important;
	}
	
	#main_slider.sa_owl_theme .owl-dots {
		bottom: .75rem !important;
	}
}

/*** JACKPOT PLAY ***/

.jackpot-play, 
.jackpot-play .content, 
.jackpot-play .title, 
.jackpot-play .jackpot-value, 
.jackpot-play .jackpot-value .inner-jackpot, 
.jackpot-play .action {
	float: left;
	width: 100%;
	position: relative;	
}

.jackpot-play {
	background-image: url('../images/bg/bg-jackpot-play.webp?v=2');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: var(--padding-section);
	/*
	background-color: var(--color-dark-green-transparent);
	*/
	/*filter: grayscale(50%);*/
}

.jackpot-play .icon {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 25%;
	-webkit-transform: scale(1.15);
			transform: scale(1.15);
	z-index: 2;
}

.jackpot-play .icon img {
	height: 100%;
	max-height: 310px;
}

.jackpot-play .content {
	width: 75%;
	margin-left: 15%;
	text-align: center;
}


/*
.jackpot-play .content > div {
	padding-left: 10%;
}
*/

.jackpot-play .title {
	
}

.jackpot-play .title h1 {
	font-size: 3rem;
}

.jackpot-play .jackpot-value {
	background: linear-gradient(45deg,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.10) 100%);
	color: var(--color-main);
	padding: 1rem;
	border-radius: 2rem;
	margin: 1rem 0 2rem;
	-webkit-box-shadow: inset 0 0.3125rem 0.3125rem rgba(255, 255, 255, .35);
			box-shadow: inset 0 0.3125rem 0.3125rem rgba(255, 255, 255, .35);
}

.jackpot-play .jackpot-value .inner-jackpot {
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: transparent;
    border: 0.25rem solid #00bddd;	
	border-radius: 1rem;
}

.jackpot-play .jackpot-value .inner-jackpot::before {
    content: '';
    position: absolute;
    top: -0.25rem;
	left: 1rem;
	right: 1rem;
    background: linear-gradient(to right,  #a6e41b 0%,#00bddd 25%,#ff7f6c 50%,#a6e41b 75%,#00bddd 100%);
	height: 0.25rem;
	-webkit-box-shadow: inset 0 -0.0625rem 0.0625rem -0.0625rem rgba(0, 0, 0, .65);
			box-shadow: inset 0 -0.0625rem 0.0625rem -0.0625rem rgba(0, 0, 0, .65);

}

.jackpot-play .jackpot-value .inner-jackpot::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
	left: 1rem;
	right: 1rem;
    background: linear-gradient(to right,  #a6e41b 0%,#00bddd 25%,#ff7f6c 50%,#a6e41b 75%,#00bddd 100%);
	height: 0.25rem;
	-webkit-box-shadow: inset 0 -0.0625rem 0.0625rem -0.0625rem rgba(0, 0, 0, .65);
			box-shadow: inset 0 -0.0625rem 0.0625rem -0.0625rem rgba(0, 0, 0, .65);
}

.jackpot-play .jackpot-value .prefix {
	font-family: 'PlayBold';
	font-size: 2rem;
	margin-right: 1rem;
}

.jackpot-play .jackpot-value .infix {
	font-family: 'BebasRegular';
	font-size: 4rem;
	line-height: normal;
}

.jackpot-play .action {
	
}

.jackpot-play .content {
	margin-left: 25%;
}

@media(max-width: 991px) {
	.jackpot-play .icon {
		height: auto;
		top: 0;
		bottom: 0;
	}
	.jackpot-play .content {
		margin-left: 30%;
	}
	.jackpot-play .icon {
		left: 5em;
	}
}
@media(max-width: 767px) {
	.jackpot-play .content {
		width: 110%;
		margin-left: -5%;
	}
	.jackpot-play .icon {
		bottom: auto;
		height: 60%;
		top: 13%;
		left: 5%;
	}
	.jackpot-play .jackpot-value .inner-jackpot {
		justify-content: right;
		padding-right: 10%;
	}
}
@media(max-width: 575px) {
	.jackpot-play .title h1 {
		font-size: 1.4em;
	}
	.btn-playnow-jp {
		font-size: 0.9em;
	}
	.jackpot-play .jackpot-value {
		margin-bottom: 1em;
	}
	.jackpot-play .content {
		width: 100%;
		margin-left: 0;
	}
	.jackpot-play .jackpot-value .infix {
		font-size: 2em;
	}
	.jackpot-play .jackpot-value .prefix {
		font-size: 1em;
	}
}
@media(max-width: 400px) {
	.jackpot-play .jackpot-value .inner-jackpot {
		padding-right: 1em;
	}
}
@media(max-width: 360px) {
	.jackpot-play .icon {
		height: 30%;
		top: 28%;
	}
}

/*** MOBILE SLIDER MENU ***/

.mobile-slider-menu, 
.main-slider-menu, 
.mobile-slider-menu .list-game-toggle {
	float: left;
	width: 100%;
	position: relative;		
}

.mobile-slider-menu {
	margin-bottom: 1.5rem;
}

.wrapper-slider-menu {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	gap: 10px; /* Jarak antar item */
	padding: 15px 0;
}

.item-slider-menu {
	flex: 0 0 auto;
	min-width: 90px;
	text-align: center;
	scroll-snap-align: start;
}

.item-slider-menu a {
	background-color: var(--color-dark-gray);
	border-radius: 5px;
	padding: 10px 15px;
	display: block;
	color: var(--color-main);
	text-decoration: none;
}

.item-slider-menu a:hover,
.item-slider-menu a.active,
.item-slider-menu a.active:hover {
	background-color: var(--color-dark-green-transparent);
}

.item-slider-menu .ico {
	width: 27px;
	height: 27px;
	margin: 0 auto 5px auto;
}

.item-slider-menu .ico img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.item-slider-menu .text {
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav-slider-menu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	z-index: 5;
}

.nav-slider-menu:hover {
	background-color: rgba(0,0,0,1);
}

.nav-slider-menu.prev {
	left: -15px;
}

.nav-slider-menu.next {
	right: -15px;
}

.mobile-slider-menu .list-game-toggle {
	margin-top: 15px;
}

@media(max-width: 480px) {
	.mobile-slider-menu .list-game-toggle .row > .col-menu-item-game {
		width: 50%;
	}
	
	.mobile-slider-menu .list-game-toggle .row > .col-menu-item-totoresult {
		width: 100%;
	}
}

/*** PLAY FUN DEMO GAMES ***/

#containerPlayFunGames, 
.fun-demo-games, 
.fun-demo-games .title-fun-demo-games, 
.fun-demo-games .search-fun-demo-games, 
.fun-demo-games .content-fun-demo-games, 
.fun-demo-games .loadmore-fun-demo-games, 
.fun-demo-games .item-fun-demo-game, 
.fun-demo-games .inner-fun-demo-game, 
.fun-demo-games .item-fun-demo-game .content, 
.fun-demo-games .item-fun-demo-game .subtitle {
	float: left;
	width: 100%;
	position: relative;		
}

#containerPlayFunGames .preload {
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.fun-demo-games {
	padding: 2rem 0 3rem;
}

.fun-demo-games .title-fun-demo-games {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.fun-demo-games .title-fun-demo-games img {
	height: 3rem;
}

.fun-demo-games .title-fun-demo-games h1 {
	font-size: 2.5rem;
}

.fun-demo-games .search-fun-demo-games {
	margin-bottom: 1.5rem;
}

.fun-demo-games .search-fun-demo-games .input-group-text {
	background-color: #141414 !important;
	border: var(--bs-border-width) solid rgba(255, 255, 255, 0.3) !important;
	border-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-right: none !important;
}

.fun-demo-games .search-fun-demo-games .form-control {
    background-color: #141414 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: var(--bs-border-radius-lg) !important;
    font-size: 1.25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
    margin-left: 0 !important;
	padding-left: 0 !important;
}

.fun-demo-games .content-fun-demo-games {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-column-gap: 0.625rem;
	grid-row-gap: 1rem;
	grid-auto-flow: dense;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	position: relative;
	min-height: 45px;
}

.fun-demo-games .content-fun-demo-games .loader, 
.fun-demo-games .content-fun-demo-games .no-results {
	height: 24px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: var(--color-gray-light);
}

.fun-demo-games .item-fun-demo-game {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(to bottom, var(--color-teal-fade) 0%,rgba(212,185,210,0) 35%,rgba(255,255,255,0) 50%,rgba(212,185,210,0) 65%, var(--color-teal-fade) 100%);
	padding: 0.125rem;
	border-radius: 0.313rem;
}

.fun-demo-games .inner-fun-demo-game {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	background: var(--bg-main);
	border-radius: 0.125rem;
}

.fun-demo-games .item-fun-demo-game .content {
	
}

.fun-demo-games .item-fun-demo-game .subtitle {
	padding: 0.188rem 0.313rem;	
}

.fun-demo-games .item-fun-demo-game .subtitle h5, 
.fun-demo-games .item-fun-demo-game .subtitle p, 
.fun-demo-games .item-fun-demo-game .play-fun-demo-game h5 {
	font-family: 'PlayRegular';
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-align: center;
}

.fun-demo-games .item-fun-demo-game .subtitle h5, 
.fun-demo-games .item-fun-demo-game .play-fun-demo-game h5 {
	font-size: .875rem;
	line-height: normal;
	color: var(--color-main);
}

.fun-demo-games .item-fun-demo-game .subtitle p {
	font-size: .5rem;
	margin-bottom: 0;
	color: var(--color-teal-highlight);	
}

.fun-demo-games .item-fun-demo-game:hover .content, 
.fun-demo-games .item-fun-demo-game:hover .subtitle {
	filter: blur(.313rem);
}

.fun-demo-games .item-fun-demo-game .play-fun-demo-game {
	display: none;
}

.fun-demo-games .item-fun-demo-game:hover .play-fun-demo-game {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0.625rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0.125rem;
	/*backdrop-filter: blur(.313rem);*/
	background-color: rgba(255, 255, 255, 0.15);
}

.btn-play {
	width: 3.125rem;
	height: 3.125rem;
	font-size: 1.875rem;
	padding: .313rem .938rem;
	border-radius: 3.125rem;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
}

.btn-trans,
.btn-trans:focus {
	background-color: transparent;
	border-color: var(--color-main);
	color: var(--color-main);
}

.btn-trans:hover {
	background-color: var(--color-main);
	color: var(--color-dark-gray);
}

.fun-demo-games .item-fun-demo-game .play-fun-demo-game > * + * {
	margin-top: .75rem;
}

.fun-demo-games .item-fun-demo-game .play-fun-demo-game h5 {
	width: 100%;
	padding: 0 0.625rem;
}

.fun-demo-games .loadmore-fun-demo-games {
	text-align: center;
}

@media(max-width: 1199px) {
	.fun-demo-games .content-fun-demo-games {
		grid-template-columns: repeat(6, 1fr);	
	}
}

@media(max-width: 991px) {
	.fun-demo-games .content-fun-demo-games {
		grid-template-columns: repeat(4, 1fr);	
	}
}

@media(max-width: 767px) {
	.fun-demo-games .content-fun-demo-games {
		grid-template-columns: repeat(3, 1fr);	
	}
}

@media(max-width: 480px) {
	.fun-demo-games .content-fun-demo-games {
		grid-template-columns: repeat(2, 1fr);	
	}
}

/*** PLAY ON MOBILE ***/

.play-on-mobile, 
.play-on-mobile .left-play-on-mobile, 
.play-on-mobile .right-play-on-mobile, 
.play-on-mobile .icon-play-on-mobile, 
.play-on-mobile .content-play-on-mobile, 
.play-on-mobile .title-play-on, 
.play-on-mobile .subtitle-play-on, 
.play-on-mobile .action-play-on, 
.play-on-mobile .store-play-on {
	float: left;
	width: 100%;
	position: relative;	
}

.play-on-mobile {
	background-image: url('../images/bg/bg-games.webp?v2');
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	
	padding: 5rem 0 3rem;
}

.play-on-mobile .left-play-on-mobile, 
.play-on-mobile .right-play-on-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.play-on-mobile .left-play-on-mobile {

}

.play-on-mobile .right-play-on-mobile {
	
}

.play-on-mobile .icon-play-on-mobile {
	
}

.play-on-mobile .content-play-on-mobile {
	text-align: center;
}

.play-on-mobile .title-play-on {
	
}

.play-on-mobile .title-play-on h1 {
	font-family: 'GothamBold';
	font-size: 5rem;
	line-height: 4.5rem;
	text-transform: uppercase;
}

.play-on-mobile .title-play-on h1 small {
	font-family: 'BebasRegular';
	font-size: 4rem;
}

.play-on-mobile .subtitle-play-on {
	font-size: 1.5rem;
	margin-top: .75rem;
	margin-bottom: 1rem;
}

.play-on-mobile .action-play-on {
	
}

.play-on-mobile .store-play-on {
	
}

.play-on-mobile .action-play-on > a {
	padding-left: 0;
	padding-right: 0;
	width: 200px;
	display: block;
	margin: auto;
}

.play-on-mobile .store-play-on > a {
	width: 200px;
	display: block;
	margin: auto;
}

.play-on-mobile .store-play-on img {
	margin: auto;
}

@media(max-width: 991px) {
	.play-on-mobile {
		padding: 3rem 0 1.5rem;
	}
	
	.play-on-mobile .title-play-on h1 {
		font-size: 4rem;
		line-height: 3.5rem;
	}
	
	.play-on-mobile .title-play-on h1 small {
		font-size: 3rem;
	}
	
	.play-on-mobile .subtitle-play-on {
		font-size: 1.125rem;
		margin-top: .625rem;
		margin-bottom: 0rem;
	}
	
	.play-on-mobile .left-play-on-mobile {
		margin-top: -1.5rem;
	}
	.play-on-mobile .action-play-on > a,
	.play-on-mobile .store-play-on > a {
		width: 170px;
	}
}
@media(max-width: 767px) {
	.play-on-mobile {
		padding: 2em 0 1em;
	}
	
	.play-on-mobile .left-play-on-mobile {
		margin-top: 0;
	}
	
	.play-on-mobile .title-play-on h1 {
		font-size: 3rem;
		line-height: 2.5rem;
	}
	
	.play-on-mobile .title-play-on h1 small {
		font-size: 2rem;
	}
	
	.play-on-mobile .subtitle-play-on {
		font-size: 1rem;
	}
	
	.play-on-mobile .right-play-on-mobile {
		margin-top: 2rem;
	}
}
@media(max-width: 575px) {
	.play-on-mobile .icon-play-on-mobile img {
		width: 85% !important;
	}
	.play-on-mobile .icon-play-on-mobile {
		margin-top: 1.5em;
	}
		
	.play-on-mobile .right-play-on-mobile {
		margin-top: 0;
	}
}
@media(max-width: 480px) {
}

/************************************
HOMEPAGE MOBILE REGISTER LOGIN BUTTON
*************************************/

.mobile-register-button {
	width: 100%;
	margin-left: 0;
}
.btn-mrb {
	font-size: 1.4em;
}
.mrb-signup {
	
}
.mrb-signup:hover {
	
}
.mrb-signin {
}
.mrb-signin:hover {
}