* {
	font-family: Lato, sans-serif;;
	box-sizing: border-box;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: #000000;
	color: #fffffff0;
    background: linear-gradient(180deg, #000000 0, #000000 100%);
}
	
.btn-body {
    margin: 0px 0px;
    position: relative;
    display: flex;
}

.btn-body .btn-items {
    margin: 10 5px;
    width: 100%;

}

.about-body{ 
	background: linear-gradient(180deg, #000000 0, #000000 50%); 
	padding:25px; 
}

.content-txt{
    color: #fff;
    text-align: justify;
}

.row-txt {
    margin-left: 50px;
    margin-right: 50px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
	
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
}

.txt-img{ 
	padding: 10px; }
	
.txt-img p {
    font-size: 25px;
    font-weight: 600;
    background: linear-gradient(to right, #fbc000 0, #ba8f00 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    margin: 0;
}
	
.txt-img hr {
    background: linear-gradient(to right, #fbc000 0, #ba8f00 100%);
    height: 5px;
    margin: 0 0 10px 0;
    opacity: 1;
}

.tag-cip {
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    padding: 0 0.5em;
    margin: 3px;
    position: relative;
    border-color: #ba8f00;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
}


.m-1 {
    margin: 0.25rem;
}

.game {
    text-align: center;
    position: relative;
    color: #fff;
    padding: 15px;
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
}

.tag-cip {
    border-right: solid 2px white;
}

.tags-box {
    margin: 10px;
    text-align: left;
}

a{
	text-decoration: none;
}

.btn-body .btn-items a {
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    background: linear-gradient(to bottom,#fbc000 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 {
	color: #ba8f00;
}

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,.register-button{color:#fff;font-family:system-ui;border-radius:5px;margin:5px; }
    .login-button,.register-button{color:#fff}
    .register-button{background-image: linear-gradient(#ba8f00, #d4872a);font-size:14px;font-weight:700}
    .register-button:hover{box-shadow:0 0 5px 3px #fff;color: #fff;}
    .login-button{background:#000f;background: #ba8f00;font-weight:700}
    .login-button:hover{box-shadow:0 0 5px 3px #fff;color: #fff;}
	
table.rtplive{
	border-collapse: collapse;
	width: 100%;
	color: #fff;
	font-size: 1em;
}

table.rtplive thead tr th{
	background-image: linear-gradient(#ba8f00, #d4872a);
	padding: 8px;
	text-align: center;
}
table.rtplive tbody tr td{
	padding: 6px;
}

table.rtplive tbody tr:nth-child(even) {background-image: linear-gradient(#ba8f00, #d4872a);}


.slot {
	display: block;
}

.slot-sidebar{
	display: block;
	padding-right: 10px;
	padding-left: 0;
	float: none !important;
	width: 100% !important; 
	flex: none !important;
	max-width: 100% !important;
	padding-right: 0 !important;  
}
.long{
	text-decoration: none;
	margin-top: 10px;

}

.short{
	display: none;
}

button:hover, button:focus {
	outline: none;
}

.btn-provider:hover{
	background-image: linear-gradient(#ba8f00, #000000);
}

.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 #ba8f00;
	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-image: linear-gradient(#ba8f00, #d4872a);
	border-radius: 10px;
}

.btn-provider{
	text-align: center;
    display: block;
    text-decoration: none;
}   

.enter{
	display: none;
}

.btn-provider span{
	position: unset;
}

.active{
	background-color: #ba8f00;
}

.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;
	border: none;
	text-align: center;
	position: relative;
}

.card-content {
	background: rgb(166,0,0,1);
	background-image: linear-gradient(#ba8f00, #000000);
	margin: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
	position: relative;
}

.card-content .subscript {
	position: relative;
	top: 0px;
	width: 100%;
}


.subscript2 {
	position: relative;
	top: 0px;
	width: 100%;
}

.percent {
	height: 27px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #ffffff;
	border-radius: 10px;
	/* border-radius: .25rem; */
	position: relative;
	z-index: 1;
}

.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-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:1.5rem 1.5rem;
	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;
	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: #f8cd4d;
}

.green {
	background-color: #28e7008a;
}

.red {
	background-color: #df4759;
}

.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: #fbc000;
	background-image: linear-gradient(#ba8f00, #d4872a );
}
.play-btn:hover{
	background-color: #fbc000;
	background-image: linear-gradient(#ba8f00, #d4872a);
	font-weight: bold;
}
.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: #ba8f00;
	border: none;
	color: #fff;
}
.jamgacor {
	background-image: linear-gradient(#ba8f00, #d4872a);
	font-family: "Poppins", Rubik !important;
	width: 100%;
	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(#ba8f00, #d4872a);
	font-family: Lato, sans-serif; !important;
	padding: 0.5px;
	padding-top: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 0.1px solid black;
	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;
	color: rgb(255, 255, 255);
	margin-top: 1em;
	margin-bottom: 2em;
	border:1px solid #ba8f00 ;
	box-shadow: #FFF933;
}
.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;
    }
    .card{
        width: 33.3% !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: 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;
	}
}

@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)
    }
  }