*{
    font-family: sans-serif;
    box-sizing: border-box;
}
ul{
	padding:0;
}
p{
    margin: 0;
}

body{
    background: url('../assets/bg.webp') no-repeat center center fixed;
}
body{
		background:#000;
	}
  @keyframes slide-in {
	0% {
	  top: -100%;
	}

	100% {
	  top: 50%;
	}
  }

  .link-container {
	padding: 0;
	text-align:center;
	display:flex;
	justify-content:space-between;
  }

  .link-container a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
  }

  .vendor-button {
	color: #0c0002;
  }

.register-button {
	background: linear-gradient(to bottom,gold 5%,#ffc800 100%);
	color: #0c0002 !important;
	border-color: #c90;
	font-weight: 600;
	display: inline-block;
	width: 49%;
	text-align: center;
	border-radius: 10px;
	padding: 15px 20px;
	cursor:pointer;
}
.login-button {
	background: linear-gradient(to bottom,#40d175 5%,#139944 100%);
	color: #0c0002 !important;
	border-color: #c90;
	font-weight: 600;
	display: inline-block;
	width: 49%;
	text-align: center;
	border-radius: 10px;
	padding: 15px 20px;
	cursor:pointer;
}
  
.status {
	font-size: 11px;
	padding: 3px 0;
}
.statusgacor {
	position: absolute;
	padding: 3px 15px 3px 15px;
	left: 10px;
	width: auto;
	text-align: Left;
	top: 0px;
	min-width: 126px;
	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;
	color:#f4f4f4;
}
.yellow {
	background-color: gold;
	color: #000;
}
.red {
	background-color: #853e45;
}
.red span{
	color:#fff;
}
.green {
	background-color: #00bb2b;
}
.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 );
}
@-webkit-keyframes flow {
	0% {
		left: -60px;
		opacity: 0;
	}

	50% {
		left: 0px;
		opacity: 0.7;
	}

	75% {
		left: 14px;
		opacity: 0.3;
	}

	100% {
		left: 16px;
		opacity: 0;
	}
}

@keyframes flow {
	0% {
		left: -60px;
		opacity: 0;
	}

	50% {
		left: 0px;
		opacity: 0.7;
	}

	75% {
		left: 14px;
		opacity: 0.3;
	}

	100% {
		left: 16px;
		opacity: 0;
	}
}
.miring {
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.insideCard{
	background:#0000FF;
	border-radius:10px;
}
.none {
	pointer-events: none;
	background:#404040;
}
.none .img-zoom{
	filter:grayscale(1);
	opacity: 0.5;
}
.img-none{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	filter: none;
	opacity: 0.7;
}
.eventTitle{
	background:black;
	font-size:10px;
}
.title-game{
	margin:10px 0;
	color:#fff;
	font-weight:600;
}
.lihat-pola{
	background: linear-gradient(to bottom,#fcff00 5%,#ffc800 100%);
	text-transform:uppercase;
	background-color: #fcff00;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-size: 15px;
	width: 100%;
	font-weight: 700;
	padding: 6px;
	margin: 10px 0 2px 0;
	border-top: none;
	text-decoration: none;
	-webkit-box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
	box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}
.lihat-pola-none{
	background-color: #505050;
	text-transform:uppercase;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #000;
	font-size: 15px;
	width: 100%;
	font-weight: 700;
	padding: 6px;
	margin: 10px 0 2px 0;
	border-top: none;
	text-decoration: none;
	-webkit-box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
	box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}
.lihat-pola:hover{
	color:black;
}
.tampung-img{
	position:relative;
}
.wrapper {
    background: #000;
}

a:hover{
    text-decoration: none;
    color: white;
}

.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{
    background: black;
    height: 96px;
    width: 224px;
    display: flex;
    align-items: center;
	margin: 20px auto;
}

.title-text{
    color: white;
    font-size: 2.5rem;
}

.slot{
    display: block;
}

.slot .slot-sidebar{
    padding-right: 10px;
    padding-left: 0;
    margin-top: -15px;
    background-color: black;
    float: none !important;
    width: 100% !important; 
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.btn-provider:hover{
    background-color: #c90;
}

.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,#242424 0%,#515151 46%,#242424 100%);
}

.slot-sidebar-nav > li > a{
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: black;
}

.btn-provider{
    text-align: center;
    display: block;
}   

.enter{
    display: none;
}

.btn-provider span{
    position: unset;
}

.active{
    background-color: #0092B1;
}

.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;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card{
    float: left;
    width: calc(100%/6);
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
	padding:10px;
}

.card-content{
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
}

.percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 0;
    width: 95%;
    margin: 0 auto;
}

.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,.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;
    /* 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.9);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}

.maintenance{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p{
    position: relative;
    top: 40%;
    font-size: 13px;
}

.play-btn{
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to bottom,#FA8607 0%,#FCB033 88%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;;
}

.play-btn:hover{
    background: linear-gradient(to top,#FA8607 0%,#FCB033 88%);
}

.img-zoom{
    transition: all 0.45s ease-in-out;
	height:155px;
}

.ygg-img{
    border: 5px solid #2F2F2F;
}

.hover-btn:hover{
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom{
    /* transform: scale(1.2); */
    position: relative;
}

.short{
    display: none;
}
.next-btn{
    /* display: none; */
    background: linear-gradient(to bottom,#242424 0%,#515151 46%,#242424 100%);
    width: 15%;
}

.mySlides{
    display: none;
}

.next-btn{
    background-color: #292a2b;
    border: none;
    color: #fff;
}

@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
    
}
.vendor-button img{
	width:100%;
}
.cont-ins {
	width: 19%;
	padding: 20px 45px;
	text-align: center;
	background: linear-gradient(to bottom,#404040 5%,#1c1c1c 100%);
	border-radius: 10px;
	display: inline-block;
	float: left;
	margin:10px 5px;
	cursor:pointer;
}
@media (max-width: 900px){
	.link-container{
		display:block;
	}
    .cont-ins {
		width: 45% !important;
		padding: 5px 10px !important;
		float:none;
	}
    
}

@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: 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: 13px;
    }
    .img-zoom{
        height: auto;
    }
    .slot-sidebar-nav li a img{
        height: 37.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
}
.pola-popup-bg{
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0,0,0,0.7);
}
.pola-dialog{
	position:relative;
	max-width: 600px;
	width:95%;
	margin: 100% auto;
}
.modal-content{
	position: relative;
	background: #38333c;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.close {
	background: linear-gradient(to bottom,#fcff00 5%,#ffc800 100%);
	font-weight: 700;
	top: -10px;
	right: -10px;
	position: absolute;
	font-size: 30px;
	border-radius: 8px;
	padding: 3px 8px !important;
	opacity: 1 !important;
}
.clear {
	clear: both;
}
.frame-modal {
	padding: 10px;
}
.star {
	max-width: 240px;
	position: absolute;
	width: 100%;
	top: -60px;
	left: -15px;
	z-index: 10;
}
.pulse {
	animation: pulse 1.8s infinite alternate;
	-webkit-animation: pulse 1.8s infinite alternate;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes pulse {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

@keyframes pulse {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.border-yellow {
	border-color: gold !important;
}
.border-green {
	border-color: #00bb2b !important;
}
.border-isi-modal {
	border: 3px solid;
	border-radius: 5px;
}
.isi-modal {
	width: 100%;
	padding: 10px;
}
.game-modal-yellow {
	margin: 0 0 5px 0;
	text-align: center;
	border: 2px solid #ffc107;
	border-radius: 5px;
	color: #fff;
}
.game-modal-green {
	margin: 0 0 5px 0;
	text-align: center;
	border: 2px solid #00bb2b;
	border-radius: 5px;
	color: #fff;
}
.kiri-modal {
	width: 30%;
	float: left;
	position: relative;
}
.img-modal {
	border-radius: 5px 5px 0 0;
	border: 2px solid;
	width: 100%;
}
.petir-modal {
	position: absolute;
	width: 150%;
	top: -15px;
	left: -44px;
}
.refresh-pola{
	color: #f4f4f4;
	font-size: 14px;
}
.rtp-live-frame {
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
.rtp-live-yellow {
	border: 2px solid #ffc107;
	border-radius: 5px;
}
.rtp-live-green {
	border: 2px solid #00bb2b;
	border-radius: 5px;
}
.bg-yellow{
	background:gold;
}
.bg-green{
	background:#00bb2b;
}
.rtp-name {
	margin: 5px;
	border-radius: 2px;
}
.kanan-modal {
	width: 70%;
	float: left;
}
.name-modal-game {
	font-weight: 700;
}
.frame-kanan-modal {
	margin-left: 10px;
}
.noted-modal {
	font-size: 11px;
	text-align: center;
	color: white;
	margin-top: 10px;
	color: yellow;
}
.pola-text {
	font-size: 12px;
}

.frame-rtp-yellow {
	font-size: 12px;
	border: 2px solid #ffc107;
	padding: 5px 10px;
	border-radius: 5px;
}
.frame-rtp-green {
	font-size: 12px;
	border: 2px solid #00bb2b;
	padding: 5px 10px;
	border-radius: 5px;
}
.pola-rtp {
	font-weight: 600;
}
.text-yellow{
	color:gold;
}
.text-green{
	color:#00bb2b;
}
.inside-how{
	color:#fff;
}
.flex-button-last {
	display: flex;
}
.button-last-kiri, .button-last-kanan {
	width: 50%;
}
.lg-yellow {
	background: linear-gradient(to bottom,gold 5%,#ffc800 100%);
	background-color: #fcff00;
	color: #000;
}
.lg-green {
	background: linear-gradient(to bottom,#00bb2b 5%,#008b20 100%);
	background-color: #00bb2b;
	color: #fff;
}
.lg-white {
	background: linear-gradient(to bottom,#f4f4f4 5%,#ffffff 100%);
	background-color: #00bb2b;
	color: #808080;
}
.login {
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	width: 100%;
	font-weight: 700;
	padding: 10px;
	margin: 10px 0 2px 0;
	border-top: none;
	border-width: 0;
	text-decoration: none;
	-webkit-box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
	box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}
.link-mobile{
	color: white;
	text-align: center;
	margin-top: 10px;
}
#snackbar-modal-pp {
	width: 90%;
	<!--visibility: hidden;-->
	min-width: 250px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	z-index: 1;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,100%);
}
#snackbar-modal-pp.show-modal-pp {
	visibility: visible;
	-webkit-animation: fadeinTop 0.5s;
	animation: fadeinTop 0.5s;
}
.frame-snackbar-modal-pp {
	background-color: red;
	padding: 9px 5px 10px 5px;
	border-radius: 0 0 8px 8px;
}
.bot-temp-cont{
	min-width: 250px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: fixed;
	z-index: 1;
	right: 50%;
	transform: translate(50%,-0%);
	bottom: 0px;
	font-size: 17px;
}
.bot-temp{
	background-color: red;
	padding: 12px 36px;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: 0px 0px 5px 2px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
	box-shadow: 0px 0px 5px 2px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

@media (max-width: 600px){
    .lihat-pola, .lihat-pola-none {
		font-size:9px;
	}
    .star {
		max-width: 150px;
		top: -20px;
		left: 11px;
	}
	.rtp-live-frame {
		font-size: 24px;
	}
	.frame-rtp-yellow ,.frame-rtp-green, .bot-temp {
		font-size: 10px;
	}
	.noted-modal,.status{
		font-size: 7px;
	}
	.statusgacor {
		min-width: 90px;
	}
	.petir-modal {
		left: -23px;
	}
}
.btn-wrap{
	text-align:center;
}
.btn-show-more{
	background: linear-gradient(to bottom,gold 5%,#ffc800 100%);
    color: #0c0002 !important;
    border-radius: 10px;
    font-size: 20px;
    padding: 15px 25px;
    font-weight: 600;
}