* {
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
}

body {
	background: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;;
}

.btn-body {
    margin: 0px 0px;
    position: relative;
    display: flex;
}

.btn-body .btn-items {
    margin: 10 5px;
    width: 100%;

}

a{
	text-decoration: none;
}

.btn-body .btn-items a {
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    background: linear-gradient(to bottom,#1b00fb 0%,#000000 100%);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

h1, h2, h3 {
	text-align: center;
	color: #fff;
	line-height: 1em;
	margin-bottom: 1em;
}

.contain p, ul, li, ol {
	text-align: justify;
	color: #fff;
}

a {
	font-weight: 600;
	color: #fef135;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.adv {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

img {
	vertical-align: middle;
	border-style: none;
}

.title {
	display: flex;
	justify-content: center;
}

.title-text {
	color: white;
	font-size: 16px;
}

.link-container{display:flex;justify-content:center;font-size:var(--x-large-font);padding:10px;width:100%}
    .link-container a{width:50%;text-align:center;padding:15px 20px;text-transform:uppercase}
    .login-button{font-family:system-ui;border-radius:5px;margin:5px; }
    .register-button{
		background: linear-gradient(to bottom, #9c9c9c 0%, #474747 100%);
		color: #fff;
		font-size:20px;
		font-weight:700
	}
    .register-button:hover{box-shadow:0 0 5px 3px #fff;color: #000;}
    .login-button{
		background: linear-gradient(to bottom, #ffa200 0%, #ffea00 100%);
		color: #000 !important;
		font-size: 20px;
    	border: 1px solid #FFE139;
		font-weight:700;
	}
    .login-button:hover{box-shadow:0 0 5px 3px #fff;color: #fff;}

table.rtplive{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	font-size: 1em;
}

table.rtplive thead tr th{
	background: radial-gradient(circle 214px at 49.5% 54.2%, #e5c304 0, #F2E85A 96%);
	padding: 8px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	border-radius: 10px;
}
table.rtplive tbody tr td{
	padding: 10px;
	color: #fff;
	border-radius: 10px;
}

table.rtplive tbody tr:nth-child(even) {background-color: #141414;}
table.rtplive tbody tr:nth-child(odd) {background-color: #282c0b;}


.slot {
	display: block;
}

.slot-sidebar{
	display: block;
	background: radial-gradient(circle 214px at 49.5% 54.2%, #e5c3043b 0, #F2E85A3b 96%);
	float: none !important;
	width: 100% !important; 
	flex: none !important;
	max-width: 100% !important;
}
.long{
	text-decoration: none;
	margin-top: 10px;

}

.short{
	display: none;
}

button:hover, button:focus {
	outline: none;
}

.btn-provider:hover{
	background: radial-gradient(circle 214px at 49.5% 54.2%, #ac9200 0, #f2e85a 96%);
	color: #000;
}

.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 #ffe139;
	width: 100%;
	position: relative;
	display: block;
	border-bottom: none;
	padding: 6px;
}

.slot-sidebar-nav > li > a{
	cursor:pointer;
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
	background-color: #00796f33;
	border-radius: 10px;
}

.btn-provider{
	text-align: center;
    display: block;
    text-decoration: none;
}   

.enter{
	display: none;
}

.btn-provider span{
	position: unset;
}

.active{
	background-color: #ffe139;
}

.slot .content {
	float: right;
	width: 100%;
	padding: 0;
	flex: 0 0 80%;
	max-width: 80%;
}

.wrapper {
	width: 100%;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.card {
	float: left;
	width: 20%;
	background: transparent;
	text-align: center;
	position: relative;
}

.card-content {
	border: solid 1px #F7EF04 !important;
    background: #F7EF04;
	margin: 5px;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}

.card-content .subscript {
	position: relative;
	top: 0px;
	width: 100%;
}
.card-content .subscript .hot{
	position:absolute;
	background:url('../assets/img/hot.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	left: .5vw;
	width: 3vw;
	height: 3vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.card-content .subscript .top{
	position:absolute;
	background:url('../assets/img/top.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	right: .5vw;
	width: 3vw;
	height: 3vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.subscript2 {
	position: relative;
	top: 0px;
	width: 100%;
}
.subscript2 .hot2{
	position:absolute;
	background:url('../assets/img/hot.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	left: 10%;
	width: 4vw;
	height: 4vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.subscript2 .top2{
	position:absolute;
	background:url('../assets/img/top.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	right: 10%;
	width: 4vw;
	height: 4vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.percent {
	height: 27px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 0.3vw;
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
	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;
	transition: all 0.45s ease-in-out;
	z-index: 10;
	width: 90%;
}

.play-btn {
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	color: white;
	text-align: center;
	align-items: center;
	width: 70%;
	margin: 25% auto;
	padding: 8px;
	background-color: #000000;
	background-image: linear-gradient(to bottom, #00f5f6 0%, #0b669e 80%);
}
.play-btn:hover{
	background-color: #d10000;
	background-image: radial-gradient(circle 214px at 49.5% 54.2%, #e5c304 0, #F2E85A 96%);
	color: #000;
	font-weight: bold;
	border: solid 1px #000;
}
.image{
	display: inline-block;	
    overflow: hidden;
	width: 100%;
}
.img-zoom {
	transition: all 0.45s ease-in-out;
	height: 141px;
}

.hover-btn:hover {
	opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2);
	position: relative;
}

.next-btn {
	display: none;
	width: 30%;
}

.mySlides {
	display: none;
}

.next-btn {
	background-color: #2e0446;
	border: none;
	color: #fff;
}
.jamgacor {
	background: linear-gradient(-45deg, #000000, #000000, #000000, #000000, #000000);
    border: 1px solid #ffffff !important;
	font-family: "Poppins", sans-serif !important;
	width: 100%;
	padding-top: 6px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.jamgacor h5 {
	font-size: 1.3em;
}

.progress {
	height: fit-content;
}

.pola {
	background: linear-gradient(-45deg, #000000, #000000, #000000, #000000, #000000);
    border: 1px solid #ffffff !important;
	font-family: 'Noto Sans', sans-serif !important;
	padding: 0.5px;
	padding-top: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
}

.jam {
	margin-bottom: 5px;
	width: 100%;
	color: fff;
	font-weight: bold;
}

.jam h5 {
	font-size: 1.3em;
	font-weight: bold;
}
.jamBg {
	width: 100%;
}

.artikel{
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.493);
	color: rgb(255, 255, 255);
	margin-top: 1em;
	margin-bottom: 2em;
	border:1px solid #a9b500 ;
	box-shadow: 0 0 0, 0 0 2px, 0 0 1em #00AAB5 , 0 0 0.5em #bec800 , 0 0 0.1em #787e00 , 0 10px 3px #000;
}
.artikel h1,h2{
	text-align: center;
}
.artikel h3{
	text-align: left;
}
.artikel p{
	text-align: justify;
}

@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;
        overflow-y: scroll;
    }
    .slot-sidebar-nav::-webkit-scrollbar {
        height: 5px;
      }
    .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;
    }
    .wrapper{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1px;
	}

    .card{
        width: 100% !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: 5px;
    }
    .img-zoom{
        height: 90%;
    }
    .slot-sidebar-nav li a img{
        height: 17.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
	.next-btn {
		display: block;
	}
	.res-bar {
		display: none;
	}
	.jamgacor > h6 {
		font-size: 1em;
	}
	.pola > span {
		font-size: 0.8em;
		.card-content .subscript .hot{
			position:absolute;
			background:url('../assets/img/hot.gif');
			background-size:cover;
			background-position: center center;
			top: 0;
			left: .2vw;
			width: 7vw;
			height: 7vw;
			-webkit-filter: drop-shadow(0px 3px 1px var(--black));
			filter: drop-shadow(0px 3px 1px var(--black));
			z-index: 89;
		}
		
		.card-content .subscript .top{
			position:absolute;
			background:url('../assets/img/top.gif');
			background-size:cover;
			background-position: center center;
			top: 0;
			right: .2vw;
			width: 7vw;
			height: 7vw;
			-webkit-filter: drop-shadow(0px 3px 1px var(--black));
			filter: drop-shadow(0px 3px 1px var(--black));
			z-index: 89;
		}
	}
}

@media (max-width: 576px) {
	.pola > span {
		font-size: 8px !important;
	}
	.card-content{
		padding: 3px;
	}
}
.fixed-footer {
    display:flex;
    justify-content:space-around;
    position:fixed;
    background:radial-gradient(circle 214px at 49.5% 54.2%,#740074 0,#000 96%);
    padding:5px 0;
    left:0;
    right:0;
    bottom:0;
    z-index:99
  }
  .fixed-footer a {
    flex-basis:calc((100% - 15px*6)/ 5);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    max-width:75px;
    font-size:12px
  }
  .fixed-footer .center {
    transform:scale(1.5) translateY(-5px);
    background:center no-repeat;
    background-size:contain;
    background-color:inherit;
    border-radius:50%
  }
  .fixed-footer img {
    max-width:30%;
    margin-bottom:5px
  }
  .tada {
    -webkit-animation-name:tada;
    animation-name:tada;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    animation-iteration-count:infinite
  }

  @-webkit-keyframes tada {
    0% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
    10%,20% {
      -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
      transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    100% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
    10%,20% {
      -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
      transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    100% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
  }