* {
	font-family: sans-serif;
	box-sizing: border-box
}

body {
	background-color: var(--color-2);
}

.figure-text {
	text-align: center
}

.figure-text > p {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	margin-bottom: 10px
}

.link-container {
	display: flex;
	justify-content: center;
	font-size: var(--x-large-font);
	padding: 0;
	width: 100%
}

.link-container a {
	width: 50%;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px
}

.login-button,
.register-button {
	color: #000;
	font-family: system-ui
}

.login-button,
.register-button {
	color: #000
}

.register-button {
	background: #000f;
	background: linear-gradient(to bottom, #fff700 0, #ff8d00 100%);
	font-size: 14px;
	font-weight: 700
}

.register-button:hover {
	box-shadow: 0 0 5px 3px #fff
}

.login-button {
	background: #000f;
	background: linear-gradient(rgb(253, 252, 38) 0%, rgb(144, 66, 0) 90%, rgb(252, 227, 12) 0%);
	font-weight: 700
}

.login-button:hover {
	box-shadow: 0 0 5px 3px #fff
}

.adv {
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

img {
	vertical-align: middle;
	border-style: none
}

.title {
	display: flex;
	justify-content: center
}

.word {
	color: #fff;
	padding: 20px 30px;
	border-radius: 5px;
	border: 1px dashed #948834;
	font-family: Bebas Neue
}

.word h1 {
	font-size: 1.5em
}

.word h2 {
	font-size: 1.3em
}

.word h3 {
	font-size: 1.1em
}

.word p {
	font-size: 1em
}

.word a {
	color: #f1d408
}

.title-text {
	color: #fff
}

.content-box {
	padding: .5em;
	text-align: center;
	background-color: rgba(0, 0, 0, .7)
}

.content-box2 {
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	min-height: 500px;
	width: 85%;
	margin-left: auto;
	margin-right: auto
}

.footer {
	text-decoration: none;
	color: #fff
}

.content {
	padding: .5em;
	width: 100%
}

.slot {
	display: block
}

.slot .slot-sidebar {
	padding-right: 10px;
	padding-left: 0;
	background-color: #000;
	float: none !important;
	width: 100% !important;
	flex: none !important;
	max-width: 100% !important;
	padding-right: 0 !important
}

.slot-sidebar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.slot-sidebar-nav>li {
	border-bottom: 1px solid #0092b1;
	width: 100%;
	position: relative;
	display: block;
	border-bottom: none;
	padding: 6px;
	background: linear-gradient(to bottom, #f0cd7c 0%, #f0cd7c 46%, #f0cd7c 100%)
}

.slot-sidebar-nav>li>a {
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
	background-color: #000
}

.btn-provider:hover {
	background-color: #644c1c
}

a:hover {
	text-decoration: none;
	color: #fff
}

.btn-provider {
	text-align: center;
	display: block
}

.btn-provider span {
	position: unset
}

.btn-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%
}

.banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-size: cover !important
}

.next-btn {
	background: linear-gradient(to bottom, #cd9e31 0%, #f0cd7c 46%, #cd9e31 100%);
	width: 15%
}

.enter {
	display: none
}

.btn-daf {
	animation: blinking 1s infinite;
	transition: all .4s
}

@keyframes blinking {
	0% {
		border: 2px solid #533c98
	}

	100% {
		border: 2px solid #ff9626
	}
}

.blink-me {
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.next-btn {
	background-color: #292a2b;
	border: none;
	color: #fff
}

.slot .content {
	float: none;
	width: 100%;
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
	background-color: #121212
}

.wrapper {
	width: 100%;
	padding: 0;
	white-space: nowrap;
	position: relative;
	z-index: 0;
	background: linear-gradient(to bottom, #cd9e31 0%, #f0cd7c 46%, #cd9e31 100%);
	box-shadow: 0 0 0 3px #7e5600; /* Stroke putih di sekitar tombol */
	border-radius: 4px; /* Opsional, menambahkan sudut yang lebih halus */
}


.card {
	float: left;
	width: 25%;
	background: 0 0;
	border: none;
	text-align: center;
	position: relative;
	border-radius: 0
}

.card:hover {
	background-color: rgba(0, 0, 0, .3)
}

.card-content {
	margin: 10px;
	color: #fff;
	font-size: 12px;
	border: none;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px
}

.percent {
	height: 27px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	position: relative;
	z-index: 1
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	transform: translateY(14px);
	color: #000
}

.percent-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	z-index: 10
}

.yellow {
	background-color: #ffc107 !important
}

.green {
	background-color: #28a745 !important
}

.red {
	background-color: #dc3545 !important
}

.short {
	display: none
}

.mySlides {
	display: none
}

.hover-btn {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, .9);
	transition: all .1s ease-in-out;
	z-index: 10;
}

.play-btn {
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	align-items: center;
	width: 100%;
	padding: 8px;
	background-color: #15b586
}

.img-zoom {
	transition: all .45s ease-in-out;
	height: 150px
}

.hover-btn:hover {
	opacity: 100%
}

.hover-btn:hover~.img-zoom {
	position: relative
}

.slot-pg-btn {
	background-color: #7182be;
	padding: 10px 15px;
	font-size: 30px;
	border-radius: 8px
}

.play-btn {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	align-items: center;
	padding: 6px;
	margin-left: 1px;
	background: linear-gradient(to bottom, #fff095 0%, #b88416 88%);
	color: #000;
	border-radius: 18px;
	transition: all .3s ease
}

.play-btn:hover {
	background: linear-gradient(to top, #fff095 0%, #b88416 88%)
}

@media only screen and (min-width: 450px) {
	.banner {
		background-size: cover !important;
		width: 10%;
		display: flex;
		align-items: center
	}

	.body {
		background-size: cover !important
	}
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media(max-width:992px) {
	.slot-sidebar-nav {
		flex-wrap: nowrap
	}

	.slot-sidebar {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
		padding-right: 0 !important
	}

	.content {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important
	}

	.card {
		width: 50% !important
	}

	.hover-btn {
		display: none
	}

	.hover-btn:hover~.img-zoom {
		transform: scale(1);
		position: relative
	}

	.btn-provider {
		text-align: center;
		display: block
	}

	.enter {
		display: block
	}

	.btn-provider span {
		position: unset
	}

	.btn-provider i {
		margin: 0
	}

	.slot-sidebar-nav li {
		border-bottom: none
	}

	.slot-sidebar-nav li a p {
		font-size: 12px
	}

	.img-zoom {
		height: auto
	}

	.maintenance p {
		font-size: 5px
	}
}

@keyframes slide-in {
	0% {
		top: -100%;
	}

	100% {
		top: 50%;
	}
}

.block {
	display: block;
	width: 100%;
	border: none;
	background-color: #ADD8E6;
	color: black;
	padding: 14px 20px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

.block:hover {
	background-color: #ddd;
	color: black;
}

.btn-group .buttonliang {
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	float: left;
	width: 100%;
}


.btn-group .button:hover {
	background-color: #3e8e41;
	width: 100%;
}

.liang {
	margin: 1.5% 0 0;
}

.card {
	width: 20%;
}

.hover-btn {
	display: flex;
}

div[id^=gb-widget-] div:nth-child(2) {
	visibility: hidden;
}

@media (max-width: 992px) {
	div[id^=gb-widget-] {
		bottom: 51px !important;
	}
}

.slot-sidebar-nav li a img {
	width: 100% !important;
	height: 70px !important
}

@media (max-width: 575.98px) {
	.slot-sidebar-nav li a img {
		width: 100% !important;
		height: 25px !important;
	}

	.long {
		font-size: 10px !important;
		height: 40px !important;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 767.98px) {
	.slot-sidebar-nav li a img {
		width: 100% !important;
		height: 25px !important;
	}

	.long {
		font-size: 10px !important;
		height: 40px !important;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 991.98px) {
	.slot-sidebar-nav li a img {
		width: 100% !important;
		height: 60px !important;
	}

	.long {
		font-size: 18px !important;
		height: 40px !important;
		margin-bottom: 0px !important;
	}
}

.status {
	font-size: 11px;
	padding: 3px 0;
}

.statusgacor {
	position: absolute;
	padding: 3px 15px 3px 15px;
	left: 10px;
	width: auto;
	text-align: Left;
	top: 10px;
	z-index: 11;
	font-weight: 700;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 55%);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
	border-radius: 3px 3px 3px 0;
}

.green {
	background-color: #00bb2b;
	color: white;
}

.red {
	background-color: #853e45;
	color: white;
}

.yellow {
	background-color: #ffc107;
	color: #000;
}

.miring {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

.flow {
	background: rgb(255, 255, 255);
	top: -3px;
	width: 100%;
	height: 24px;
	z-index: -1;
	position: absolute;
	-webkit-animation: flow 1.5s linear infinite;
	-moz-animation: flow 1.5s linear infinite;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)1%, rgba(255, 255, 255, 0.75)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.75)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)1%, rgba(255, 255, 255, 0.75)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)1%, rgba(255, 255, 255, 0.75)100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)1%, rgba(255, 255, 255, 0.75)100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)1%, rgba(255, 255, 255, 0.75)100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

@keyframes flow {
	0% {
		left: -60px;
		opacity: 0;
	}

	50% {
		left: 0px;
		opacity: 0.7;
	}

	75% {
		left: 14px;
		opacity: 0.3;
	}

	100% {
		left: 16px;
		opacity: 0;
	}
}

.ribbonkecil {
	position: absolute;
	height: 15px;
	padding: 3px 0;
	background: #5a5a5a;
	left: 14px;
	border-radius: 2px 0 0 0;
	width: 32px;
	top: 32px;
	z-index: -10;
	-webkit-transform: skew(49deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

#rtp-berhasil-di-boost-menjadi {
	font-size: 18px;
	font-weight: 700;
}

#rtp-saat-ini {
	font-size: 20px;
	font-weight: 700;
}

#rtp-sudah-limit {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 575.98px) {
	.status-gacor {
		font-size: 8px;
	}

	.statusgacor {
		left: 5px;
		top: 10px;
	}

	.ribbonkecil {
		left: 9px;
	}

	#rtp-berhasil-di-boost-menjadi {
		font-weight: 700;
		font-size: 18px;
	}

	#rtp-saat-ini {
		font-size: 20px;
		font-weight: 700;
	}

	#rtp-sudah-limit {
		font-size: 20px;
		font-weight: 700;
	}
}