* {
	font-family: sans-serif;
	box-sizing: border-box;
}

a:hover {
	text-decoration: none;
}

body {
	background: linear-gradient(rgb(50, 50, 50), rgb(0, 0, 0, 0.5)), url(https://i.ibb.co/3cL0QxX/19852259-6184142a.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: black;
}

h1 {
	text-align: center;
	color: #fff;
}

img {
	vertical-align: middle;
	border-style: none;
}

.adv {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.announcement {
    width: 100%;
    padding: 7px;
    color: white;
    position: relative;
    display: flex;
}

	.announcement i {
		width: 28px;
		height: 25px;
		line-height: 25px;
		font-size: 1rem;
		position: relative;
		left: 0;
		color: #3494c0;
	}

.btn-provider i {
	margin-right: 5px;
}

.btn-provider span {
	position: absolute;
	transform: translateY(6px);
}

.card {
	float: left;
	width: 20%;
	background: transparent;
	border: none;
	text-align: center;
	position: relative;
}

.card-content {
	margin: 5px;
	color: #fff;
	font-size: 12px;
	border: none;
	position: relative;
}

.carousel-indicators {
	text-align: left;
    float: left;
    left: 2% !important;
    right: inherit;
}

	.carousel-indicators li {
	  width: 10px;
	  height: 10px;
	  border-radius: 100%;
	}

.carousel-inner img {
	border-radius: 15px;
	background-image: transparent;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.enter {
	display: none;
}
 
.messagebleft-container {
    left: 0;
    right: 0;
    width: 100%;
	display: none;
}

.messagebleft-container {
    transition: all .5s ease;
    transition-property: top,right,bottom,left,opacity;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    min-height: 14px;
    border-radius: 6px;
    background: rgb(223 255 199);
    border: 2px solid green;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    padding: 18px 24px;
    bottom: -100px;
    top: -100px;
    opacity: 1;
    padding: 6px 9px;
    z-index: 9999999999;
}
 
 .messagebleft-pos.bottom-left {
    bottom: auto!important;
    top: 0;
    left: 0;
}

.res {
	color: #fff;
	text-align: center;
}

.slot {
	display: block;
}

.slot .slot-sidebar {
	float: left;
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 10px;
	padding-left: 0;
	margin-top: 5px;
	background-color: #26292d;
}

.slot-sidebar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.slot-sidebar-nav > li {
	border-bottom: 1px solid #0092b1;
	width: 100%;
	position: relative;
	display: block;
}

.slot-sidebar-nav > li > a {
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
}

.title {
	display: flex;
	justify-content: center;
}

.title-text {
	color: white;
	font-size: 2.5rem;
}

.p2.active {
	border-bottom: 2px solid #02bca2;
}

.pragma-logo {
	background-image: url(../img/PP-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 72px;
	background-size: 67px;
}

	.pragma-logo.active {
		background-image: url(../img/PP-active.svg);
	}

.pg-logo {
	background-image: url(../img/PG-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 62px;
	background-size: 60px;
}

	.pg-logo.active {
		background-image: url(../img/PG-active.svg);
	}

.micro-logo {
	background-image: url(../img/microgaming-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 82px;
	background-size: 80px;
}

	.micro-logo.active {
		background-image: url(../img/microgaming-active.svg);
	}

.haba-logo {
	background-image: url(../img/habanero-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 102px;
	background-size: 100px;
}

	.haba-logo.active {
	background-image: url(../img/habanero-active.svg);
}

.joker-logo {
	background-image: url(../img/joker_dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 62px;
	background-size: 60px;
}

	.joker-logo.active {
	background-image: url(../img/joker_active.svg);
}

.reel-kingdom-logo {
	background-image: url(../img/reel-kingdom-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 97px;
	background-size: 90px;
}
	
	.reel-kingdom-logo.active {
	background-image: url(../img/reel-kingdom-active.svg);
	}

.spadegaming-logo {
	background-image: url(../img/spadegaming-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 57px;
	background-size: 60px;
}
	
	.spadegaming-logo.active {
	background-image: url(../img/spadegaming-active.svg);
	}

.advantplay-logo {
	background-image: url(../img/advantplay-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 57px;
	background-size: 60px;
}
	
	.advantplay-logo.active {
	background-image: url(../img/advantplay-active.svg);
	}

.slot88-logo {
	background-image: url(../img/slot88-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 52px;
	background-size: 60px;
}
	
	.slot88-logo.active {
	background-image: url(../img/slot88-active.svg);
	}
	
.cq9-logo {
	background-image: url(../img/cq9-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 52px;
	background-size: 60px;
}
	
	.cq9-logo.active {
	background-image: url(../img/cq9-active.svg);
	}
	
.playngo-logo {
	background-image: url(../img/playngo-dark.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 72px;
	background-size: 80px;
}
	
	.playngo-logo.active {
	background-image: url(../img/playngo-active.svg);
	}

.slot .content {
	float: right;
	width: 80%;
	padding: 0;
	flex: 0 0 80%;
	max-width: 80%;
}

.wrapper {
	width: 100%;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.head-button {
	text-align: center;
}

	.head-button .daftar {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 5px;
	  background: linear-gradient(60deg, #3494c0, #3494c0, #3494c0, #014363, #014363, #014363, #3494c0, #014363);
	  border-radius: 10px;
	  z-index: -1;
	  animation: animatedgradient 3s ease alternate infinite;
	  background-size: 300% 300%;
	  color: #fff;
	  font-size: 14px;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin-top: 15px;
	}
	
	.head-button .livechat {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 8px;
	  background-color: #FF5100;
	  color: #fff;
	  font-size: 14px;
	  border: 2px solid #FF5100;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin-top: 15px;
	}

	.head-button .whatsapp {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 8px;
	  background-color: #25D366;
	  color: #fff;
	  font-size: 14px;
	  border: 2px solid #25D366;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin-top: 15px;
	}

.percent {
	height: 27px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 1.25rem;
	position: relative;
	z-index: 1;
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	transform: translateY(14px);
	color: black;
}

.percent-bar {
	/* background-color: #ffc107; */
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	/* animation: ; */
	z-index: 10;
}

.yellow {
	background-color: #ffc107;
}

.green {
	background-color: #28a745;
}

.red {
	background-color: #dc3545;
}

.hover-btn {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.65);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	width: 141px;
	border-radius: 20px;
}

	.hover-btn:hover {
		width: 100%;
		border-radius: 20px;
		height: 180px;
	}

		.hover-btn:hover ~ .img-zoom {
			position: relative;
		}

.play-btn {
	font-size: 15px;
	text-decoration: none;
	color: white;
	text-align: center;
	align-items: center;
	width: 100%;
	margin: 38% auto;
	padding: 8px;
	background-color: #15b586;
}

.img-zoom {
	transition: all 0.45s ease-in-out;
	height: 160px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.next-btn {
	display: none;
	width: 30%;
}

.mySlides {
	display: none;
}

.next-btn {
	background-color: #292a2b;
	border: none;
	color: #fff;
	border-radius: 15px;
}
.jamgacor {
	background-image: linear-gradient(#00ec00, #00b40e);
	font-family: "Poppins", sans-serif !important;
	padding: 3px;
	padding-top: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 0.1px solid black;
}

.jamgacor h5 {
	font-size: 1.3em;
}

.progress {
	height: fit-content;
}

.pola {
	background-image: linear-gradient(#003dfd, #0177cc);
	font-family: "Poppins", sans-serif !important;
	padding: 3px;
	padding-top: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 0.1px solid black;
}

.jam {
	margin-top: 2px;
	margin-bottom: 7px;
	padding: 8px;
	color: #000;
	font-weight: bold;
}

.jam h5 {
	font-size: 1.3em;
	font-weight: bold;
}
.jamBg {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	transition: width 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	background-size: 1rem 1rem;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 30px;
	max-width: 210px;
}

.title h2 {
		font-size: 4vw;
	}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
	.navbar {
		display: none;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 960px;
	}
	.navbar {
		display: none;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.navbar {
		display: none;
	}
}

@media (min-width: 1200px) {
	.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;
		margin-bottom: 20px;
	}
	.content {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
	}
	.card {
		width: 20% !important;
	}
	.hover-btn:hover {
		opacity: 0;
	}

	.hover-btn:hover ~ .img-zoom {
		transform: scale(1);
		position: relative;
	}
	body {
		background: #1c1c1c;
	}
	.btn-provider {
		text-align: center;
		display: block;
	}
	.slot-sidebar-nav > li > a {
		height: 70px;
	}
	.enter {
		display: block;
	}
	.btn-provider span {
		position: unset;
	}
	.btn-provider i {
		margin: 0;
	}
	.slot-sidebar-nav li {
		border-bottom: none;
	}
	.img-zoom {
		height: auto;
		width: 100%;
		margin-bottom: 10px;
	}
	.next-btn {
		display: block;
	}
	.res-bar {
		display: none;
	}
	.jamgacor > h5 {
		font-size: 1.2em;
	}
	.pola > p {
		font-size: 1.2em;
	}
}

@media (max-width: 576px) {
	body {
	background: linear-gradient(rgb(50, 50, 50), rgb(0, 0, 0, 0.4)), url(https://i.ibb.co/3cL0QxX/19852259-6184142a.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: black;
	}
	#list {
		border-radius: 5px;
		padding: 5px;
	}
	.btn:focus {
		box-shadow: none;
	}
	.card {
		width: 50% !important;
	}
	.card:last-child {
		margin-bottom: 50px;
	}
	.container {
		max-width: 540px;
	}
	.pola > p {
		font-size: 1.2em !important;
	}	
	h1 {
		font-size: 24px !important;
	}
	.title h2 {
		font-size: 22px !important;
	}
	.form-row {
		flex-wrap: unset !important;
	}
	.head-button .daftar {
		width: 100%;
	}
	.head-button .livechat,
	.head-button .whatsapp {
		width: 49%;
	}
	.fixed-bottom span {
		color: #585858;
	}
	.product-filter {
		text-align: center;
		margin: 10px;
	}
	.slot-sidebar {
		display: none !important;
	}
	.navbar {
		padding: 0 1rem;
		border-top: 1px solid #dee2e6;
		background-image: linear-gradient(to bottom,#343a40 0%,#000 100%);
		overflow-x: scroll;
	}
	.navbar .menu {
		margin: 0 5px;
	}
	.fixed-bottom span {
		font-size: 12px;
	}
}

@keyframes animatedgradient {
	  0% {
		background-position: 0% 50%;
	  }
	  50% {
		background-position: 100% 50%;
	  }
	  100% {
		background-position: 0% 50%;
	  }
	}