:root {
    --warna-utama: #fbd411;
    --warna-kedua: #ffe97d;
}

* {
	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));
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: black;
}

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

hr {
	border-top-color: #fff;
}

img {
	vertical-align: middle;
	border-style: none;
	display: block;
    	margin: 0 auto;
}

#left:disabled, 
#right:disabled {
    	cursor: not-allowed;
	color: #2d2d2d;
}

#left:focus, 
#right:focus {
    	outline: 0 auto -webkit-focus-ring-color;
}

.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: var(--warna-utama);
	}

.btn-left,
.btn-right {
    	padding: 11px;
    	cursor: pointer;
    	background-color: transparent;
    	align-self: center;
	color: #fff;
	font-size: 30px;
}

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

.btn-provider span {
	font-size: 22px;
	font-weight: bold;
}

.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;
}

.col {
    display: inline-block;
    vertical-align: top; /* Align the tops of the columns */
    margin-right: 10px; /* Add some margin between columns */
    width: 30%;
    margin-bottom: 20px;
}

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

	.container button {
		background-color: transparent;
		color: white;
	}

	.container i:focus-visible {
		outline: none;
	}

	.container .bb {
		text-align: right;
	}

.enter {
	display: none;
}

.fourdtitle {
    text-align: center;
}

.group-label {
    font-weight: bold;
}

.menu {
    padding: 0;
    text-align-last: justify;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
 
.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;
}

.prediction {
    margin-top: 5px; /* Add some margin between predictions */
}

.res {
	color: #fff;
	text-align: center;
	margin-top: 17px;
	display: flex;
    	align-items: center;
    	justify-content: center;
}

.res h5 {
	margin-top: 8px;
	margin-right: 10px;
}

.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;
	display: inline-flex;
    	overflow-x: hidden;
    	width: 1100px;
	margin: 0;
    	padding-left: 0;
    	list-style: none;
    	text-align: center;
    	padding: 5px 0;
    	display: inline-flex;
    	overflow-x: hidden;
    	white-space: nowrap;
}

.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;
}

.desktop span {
	display: flex;
	font-size: 24px;
	font-weight: bold;
	place-content: center;
	white-space: nowrap;
    	margin: 0 10px;
}

	.desktop.active span {
    		color: #fff;
    		border-bottom: 4px solid #4baeff;
	}

.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 .info {
	  width: 90%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 5px;
	  background: linear-gradient(60deg, var(--warna-utama), var(--warna-utama), var(--warna-utama), var(--warna-kedua), var(--warna-kedua), var(--warna-kedua), var(--warna-utama), var(--warna-kedua));
	  border-radius: 10px;
	  z-index: -1;
	  animation: animatedgradient 3s ease alternate infinite;
	  background-size: 300% 300%;
	  color: #000;
	  font-size: 14px;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin-top: 15px;
	}

	.head-button .daftar {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 5px;
	  background: linear-gradient(60deg, var(--warna-utama), var(--warna-utama), var(--warna-utama), var(--warna-kedua), var(--warna-kedua), var(--warna-kedua), var(--warna-utama), var(--warna-kedua));
	  border-radius: 10px;
	  z-index: -1;
	  animation: animatedgradient 3s ease alternate infinite;
	  background-size: 300% 300%;
	  color: #000;
	  font-size: 14px;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin-top: 15px;
	}

	.head-button .login {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 5px;
	  background: linear-gradient(270deg, var(--warna-utama), var(--warna-utama), var(--warna-utama), var(--warna-kedua), var(--warna-kedua), var(--warna-kedua), var(--warna-utama), var(--warna-kedua));
	  border-radius: 10px;
	  z-index: -1;
	  animation: animatedgradient 3s ease alternate infinite;
	  background-size: 300% 300%;
	  color: #000;
	  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;
	}

	.head-button .partner.danacepat {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 8px;
	  color: #fff;
	  font-size: 14px;
	  border: 1px solid gray;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin: 15px 0 35px 0;
	  background-image: url('https://6gvwhgv7g8eb8gz05gf56ijzg46i.prediksitogel.cyou/images/danacepat4dlogo.png');
	  background-size: contain;
    	  background-repeat: no-repeat;
    	  background-position-x: center;
    	  background-position-y: center;
	  height: 70px;
	}

	.head-button .partner.pusaka {
	  width: 45%;
	  text-align: center;
	  display: inline-block;
	  border-radius: 8px;
	  color: #fff;
	  font-size: 14px;
	  border: 1px solid gray;
	  font-weight: bold;
	  padding: 10px 20px;
	  margin: 15px 0 35px 0;
	  background-image: url('https://6gvwhgv7g8eb8gz05gf56ijzg46i.prediksitogel.cyou/images/pusaka787logo.png');
	  background-size: contain;
    	  background-repeat: no-repeat;
    	  background-position-x: center;
    	  background-position-y: center;
	  height: 70px;
	}

.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;
}

.predictions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.refresh {
	display: flex;
    	justify-content: flex-end;
}

.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;
	}
	.content {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
	}
	.containerp {
    		display: flex;
    		flex-direction: column;
    		width: 20%;
        	padding: 2px;
        	border: 1px solid gray;
        	margin: 10px 25px;
        	border-radius: 10px;
	}
	#countdown1,
	#countdown2,
	#countdown3,
	#countdown4,
	#countdown5,
	#countdown6,
	#countdown7 {
		order: 2;
		text-align: center;
		color: var(--warna-utama);
		margin: 10px 0;
		font-weight: bold;
	}
	#pool {
    		order: 1;
	}
	#predictions1i .numbers,
	#predictions2i .numbers,
	#predictions3i .numbers,
	#predictions4i .numbers,
	#predictions5i .numbers,
	#predictions6i .numbers {
		font-size: 40px;
	}
	#shuffleButton:focus,
	#shuffleButton:focus-visible,
	button:focus,
	button:focus-visible {
		outline: none;
	}
	.name {
		background-color: var(--warna-utama);
    		border-top-left-radius: 8px;
    		border-top-right-radius: 8px;
		height: 2rem;
        	display: flex;
        	justify-content: center;
        	align-items: center;
		font-weight: bold;
		color: #000;
	}
	.numbers {
		text-align: center;
		font-size: 50px;		
		font-weight: bold;
	}
	.numbers:nth-child(2),
	.zodiacs:nth-child(2) {
		margin-top: 15px;
	}
	.percentage {
		font-size: 12px;
	}
	.zodiacs {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
	}
	.hover-btn:hover {
		opacity: 0;
	}

	.hover-btn:hover ~ .img-zoom {
		transform: scale(1);
		position: relative;
	}
	.menu.active span {
		color: #fff;
		border-bottom: 3px solid var(--warna-utama);
	}
	body {
		background: #1c1c1c;
	}
	.btn-provider {
		text-align: center;
		display: block;
		cursor: pointer;
	}
	.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));
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: black;
	}
	#predictions {
		/*height: 120%;*/
	}
	#shuffleButton:focus,
	#shuffleButton:focus-visible,
	button:focus,
	button:focus-visible {
		outline: none;
	}
	.btn:focus {
		box-shadow: none;
	}
	.containerp {
		display: flex;
        	flex-direction: column;
        	width: 45%;
        	padding: 2px;
        	border: 1px solid gray;
        	margin: 10px 6px;
        	border-radius: 10px;
	}
	#countdown1,
	#countdown2,
	#countdown3,
	#countdown4,
	#countdown5,
	#countdown6,
	#countdown7 {
		order: 2;
		text-align: center;
		color: var(--warna-utama);
		margin: 10px 0;
		font-weight: bold;
	}
	#pool {
    		order: 1;
	}
	#predictions1i .numbers,
	#predictions2i .numbers,
	#predictions3i .numbers,
	#predictions4i .numbers,
	#predictions5i .numbers,
	#predictions6i .numbers {
		font-size: 30px;
	}

	.name {
		background-color: var(--warna-utama);
    		border-top-left-radius: 8px;
    		border-top-right-radius: 8px;
		height: 2rem;
        	display: flex;
        	justify-content: center;
        	align-items: center;
		font-weight: bold;
		color: #000;
	}
	.numbers {
		text-align: center;
		font-size: 40px;		
		font-weight: bold;
	}
	.numbers:nth-child(2),
	.zodiacs:nth-child(2) {
		margin-top: 15px;
	}
	.percentage {
		font-size: 10px;
	}
	.zodiacs {
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
	.card {
		width: 50% !important;
	}
	.card:last-child {
		margin-bottom: 50px;
	}
	.container {
		max-width: 540px;
		margin-bottom: 35px;
	}
	.pola > p {
		font-size: 1.2em !important;
	}
	.menu-togel {
		padding: 4px 0 8px 0;
	}
	.menu.active span {
		color: #fff;
		border-bottom: 3px solid var(--warna-utama);
	}
	.menu.col-12 {
		display: none;
	}
	h1 {
		font-size: 24px !important;
	}
	.title h2 {
		font-size: 22px !important;
	}
	.form-row {
		flex-wrap: unset !important;
	}
	.head-button .daftar,
	.head-button .login,
	.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: 18px;
   	 	white-space: nowrap;
	}
}

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