table {
    max-width: 100%;
}

img {
    max-width: 100%;
    height:auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: rgb(143, 0, 255);
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
    color: #fff;
}
a {
	color:rgb(143, 0, 255);
	text-decoration:none;
}

a:hover, a h1:hover {
	transition: all linear .15s;
	-webkit-transition: all linear .15s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

body{
	font-family: "Segoe UI Bold", -apple-system, sans-serif;
    color:#c8c5e4;
    font-size: 14px;
    background: #1E0024;
}

.container {
    max-width: 1200px;
}
.sticky-top{
    z-index:9999999;
}
header {
    position: relative;
    background: linear-gradient(#7B008E, #CE00BC, #620F57 50%, #E8A902);
    border-image-slice: 1;
    border-image-source: linear-gradient(#C60093, #F2DC13);
    min-height:60px;
}

header .logo{
    width:300px;
    padding: .75rem 0;
}
header .logo img{
    width:100%;
    height:auto;
}
header .col-kanan {
    width: calc(100% - 300px);
}

.shine,
.rtp-box:hover .rtp-namagame,
.rtp-box:hover .progress,
.rtp-box:hover img,
.rtp-home:hover .rtp-namagame,
.providerfooter img:hover,
.bannerwrap img:hover,
.logo:hover,
.btn:hover,
.footimg:hover,
.midDiv img:hover,
.midimg:hover,
.produkframe img:hover {
    mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 1s infinite;
    -webkit-animation: shine 1s infinite;
    cursor: pointer;
}
.produkframe{
    margin:1.5rem 0;
}
.produkframe .titel i{
    flex-grow: 1;
    margin: 0 15px;
    border-bottom: 2px solid #D202FF;
    border-top: 2px solid #0d0d0d;
}
.produkframe .titel{
    display: flex;
    align-items: center;
    padding:.25rem .5rem;
    color:#d5d5d5;
    background-color: #7D018F;
}
.produkframe .titel h5{
    margin:0;
}
.ikons {
    height: 40px;
    width: auto;
    margin: 0 .15rem;
    filter: drop-shadow(0 2px 0px rgba(0, 0, 0, .9));
    -webkit-filter: drop-shadow(0 2px 0px rgba(0, 0, 0, .9));
    vertical-align: middle;
}
.icon-daftar,
.icon-login, .icon-rtp {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-color: #000;
}

.icon-daftar {
    -webkit-mask-image: url(/assets/img/icon-daftar.svg);
    mask-image: url(/assets/img/icon-daftar.svg);
}

.icon-login {
    -webkit-mask-image: url(/assets/img/icon-login.svg);
    mask-image: url(/assets/img/icon-login.svg);
}
.icon-rtp {
    width: 18px;
    height: 18px;
    background-image: url(/assets/img/icon-rtp.webp);
}
.btn span{
    vertical-align: middle;
}
.btn-daftar, .btn-login, .btn-rtp, .btn-bonus{
    font-size: 1rem;
    text-transform: uppercase;
    padding: .25rem 2rem;
    text-align: center;
    color:#000;
    border-radius:0;
    border: 2px solid transparent;
    font-weight: bolder;
    box-shadow: inset 0 0 2px 1px #2c1c13cc;
}
.btn-daftar{
    background: linear-gradient(#D905DF, #9105B5) padding-box, linear-gradient(35deg, #FDC662, #FEFEFE 25%, #F8D6A0 38%, #FEFEFE 45%, #F8D6A0 55%, #FEFEFE 63%, #F8D6A0 70%, #FEDDBA) border-box;
}

.btn-login, .btn-rtp, .btn-bonus{
    margin-right:1rem;
    background: linear-gradient(#E6B502, #BA7100) padding-box, linear-gradient(35deg, #FDC662, #FEFEFE 25%, #F8D6A0 38%, #FEFEFE 45%, #F8D6A0 55%, #FEFEFE 63%, #F8D6A0 70%, #FEDDBA) border-box;
}
.btn-rtp, .btn-bonus{
    margin-right: 0;
}
.btn-rtp{
    padding:.25rem 1rem;
}
.btn-daftar:hover{
    color:#fff;
}

.btn-login:hover, .btn-rtp:hover, .btn-bonus:hover{
    color:#fff;
}
.btn-login:hover .icon-login{
    background-color:#fff;
}
.btn-daftar:hover .icon-daftar{
    background-color:#fff;
}

.midBg{
    background-color: #111111;
}
.produk-row{
    background-color: #0C0A0D;
    padding:10px;
    border: 2px solid;
    border-top: 0;
    border-image-slice: 1;
    border-image-source: linear-gradient(#7D018F, #7D018F);
    margin:0;
}
.topbanner{
    position: relative;
}
.karosel{
    -webkit-box-shadow: 0 0 8px 3px black;
    box-shadow: 0 0 8px 3px black;
    margin-bottom:1.5rem;
}
.bannerwrap{
    position: absolute;
    left:0;
    bottom:0;
    z-index:999999;
    width:100%;
    text-align: center;
    padding-bottom:1rem;
}
.bannerwrap span{
    display: block;
    font-size: 20px;
}
.bannerwrap img{
    display: block;
}
.navDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: .25rem 0;
}

.navDiv a{
    width:auto;
    display: flex;
    text-transform: Capitalize;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    color:#fff;
    padding: .5rem 1rem;
    margin:.15rem 0;
    border-radius: 8px;
    transition: all linear .2s;
	-webkit-transition: all linear .2s;
}
.navDiv .provider-icon{
    width:20px;
    height:20px;
    line-height: 20px;
    margin-right:.2rem;
}
.navDiv .provider-icon img{
    width:20px;
    height:20px;    
}
.jpdiv{
    margin-top:1.5rem;
    background-color: #31003A;
    padding:10px;
}
.bg-jp{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bolder;
    padding:.75rem;
    border-radius:5rem;
    background-color: #100F14;
    border:1px solid #D202FF;
}
.jptitle{
    font-size:35px;
    line-height: normal;
    color:#CEC0C0;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000;
    -webkit-text-shadow: 0px 2px 2px #000;
    margin-right:15px;
    width:calc(40% - 15px);
}
.jptitle span{
    color:#CB00FF;
}
.jp{
    font-size:45px;
    width:60%;
    color:#FFFFCF;
    text-shadow: 0px 2px 2px #000;
    -webkit-text-shadow: 0px 2px 2px #000;
    background-color: #100F14;
    border:10px solid #31003A;
    border-right-width: 10px;
    border-left-width: 10px;
    border-radius: 5rem;
    padding:.25rem 1rem;
}
.jp:before{
    color:#CB00FF;
    content: 'IDR. ';
}
.box{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.rtp-home{
    position: relative;
    padding:.25rem;
}

.rtp-home .overlay{
    position: absolute;
    background: rgba(15,0,0,.55);
    bottom:0;
    width:100%;
    height:100%;
    text-align: center;
    padding-top:40%;
    opacity: 0;
    transition: all linear .15s;
	-webkit-transition: all linear .15s;
}
.rtp-home:hover .overlay{
    opacity: 1;
    transition: all linear .15s;
	-webkit-transition: all linear .15s;
}
summary{
    margin-bottom: 1rem;
    line-height: 35px;
}

.footimg{
    width:100%;
    max-width: 800px;
    margin:.5rem 0 .75rem;
}

footer{
    color: #d5d5d5;
    text-align:center;
}
.provider{
    background: #570505;
    background-image: linear-gradient(to bottom,#570505 0%,#1c0404 100%);
    padding:2rem 0;
    text-align: center;
}

footer .line, .provider .line{
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom:1px solid #35598b;
}

.providerfooter{
    padding:10px;
    margin-bottom:1.5rem;
    background-color: #31003A;
    text-align: center;
}
.providerfooter p{
    color: #CB00FF;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
}

.providerfooter img{
    padding: 5px 7px;
    background: #100F14;
    width: auto;
    height: 55px;
    margin: .1rem;
    border-radius: 2rem;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.providerfooter img:hover{
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
}

.midDiv {
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: #000000;
    border: 1px solid #7D018F;
}

.midDiv button, .midDiv a {
    width: calc(100% / 4);
    outline: 0;
    border: 0;
    background: #0B0F16;
    border: 1px solid #7D018F;
    flex: 1 1 25%;
    -ms-flex: 1 1 25%;
}

.midDiv button img, .midDiv a img {
    width:auto;
    height:100%;
}

.midDiv button:hover,
.midDiv button.active, .midDiv a:hover {
    background:#7D018F;
}

.midDiv button img, .midDiv a img {
    -webkit-filter: drop-shadow(0 1px 0px rgba(0, 0, 0, .9));
    filter: drop-shadow(0 1px 0px rgba(0, 0, 0, .9));
}

.text-small-caps {
    font-variant: small-caps;
}
.rtpdesc {
    font-size: 1.4rem;
}
.rtpdesc b, .text-red{
    color:#CB00FF;
    -webkit-text-shadow: 0 1px 1px #000;
    text-shadow: 0 1px 1px #000;
}
.card {
    background-color: transparent;
    border:0;
}
.rtp-namagame {
    font-weight: normal;
    text-transform: uppercase;
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    color:#fff;
    margin-top:5px;
    padding:0 .75rem;
    width:100%;
    -webkit-text-shadow: 0 1px 1px #000;
    text-shadow: 0 1px 1px #000;
}
.progress{
    border-radius:0;
}
.rtp-box {
    position: relative;
    cursor: pointer;
    padding:.25rem;
}
.rtp-box-success {
    -webkit-box-shadow: 0 8px 6px -6px #28a745;
    -moz-box-shadow: 0 8px 6px -6px #28a745;
    box-shadow: 0 8px 6px -6px #28a745;
}

.rtp-box-warning {
    -webkit-box-shadow: 0 8px 6px -6px #ffc107;
    -moz-box-shadow: 0 8px 6px -6px #ffc107;
    box-shadow: 0 8px 6px -6px #ffc107;
}

.rtp-box-danger {
    -webkit-box-shadow: 0 8px 6px -6px #dc3545;
    -moz-box-shadow: 0 8px 6px -6px #dc3545;
    box-shadow: 0 8px 6px -6px #dc3545;
}

.rtppersen {
    position: absolute;
    font-weight:normal;
    color: #333;
    width:100%;
    text-align:center;
    left: 0;
    top: 50%;
    transform: translateY(-50);
    -webkit-transform: translateY(-50%);
}
#rtpModal{
    z-index:99999999;
}
#rtpModal .modal-content {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

#rtpModal .modal-footer {
    border-top: 1px solid #7D017F;
}

#rtpModal img {
    border:2px ridge #7D017F;
}

#rtpModal table {
    font-size: .85rem;
    width: 100%;
}

#rtpModal table thead th {
    padding: .25rem;
}

#rtpModal table tr {
    border-top: 1px solid #7D017F;
}

#rtpModal table td,
#rtpModal table thead {
    text-align: center;
}

#rtpModal .btn {
    background-color: #7D017F;
    border: 1px solid #fff;
    color: #fff;
}

.text-small-caps {
    font-variant: small-caps;
}
.bg-kontener{
    background-color: #0C0A0D;
    border: 2px solid;
    border-top: 0;
    border-image-slice: 1;
    border-image-source: linear-gradient(#7D018F, #7D018F);
}
.bg-konten{
    background-color: rgba(0,0,0,.75);
    border: 1px solid #ECB83A;
}
.bg-foot, .bg-rtp{
    background: rgba(20,63,66,.8);
    border-radius:.5rem;
    color:#fff;
}
.bg-opas {
    background-color: rgba(0, 0, 0, .75);
}
.bg-ungu{
    background:rgba(104, 85, 224, .3);
}
.bg-hitam {
    background-color: #0C0A0D;
    border:4px inset #7D017F;
    color:#fff;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.konten{
    background: #31003A;
    color:#fff;
    font-size: 16px;
    margin-bottom:.5rem;
    padding:.5rem .25rem;
}
h1,h2,h3,
.konten h1,
.konten h2,
.konten h3,
.konten h4,
.konten h5,
.konten h6 {
    color: #CB00FF;
    font-weight: bold;
    -webkit-text-shadow: 1px 2px 2px #000;
    text-shadow: 1px 2px 2px #000;
}

.rekomen {
 	font-size: .65rem;
	text-transform: capitalize;
	padding:.25rem;
	text-align: center;
    z-index:1;
    font-weight: 700;
    text-shadow: 0 1px 0 #000;
    -webkit-text-shadow: 0 1px 0 #000;
}
.sedot{
    filter:grayscale(50%);
    -webkit-filter:grayscale(50%);
}

.sedot img{
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}

.fixed-bottom {
    display: none;
}

.fixed-lc {
    position: fixed;
    background: url(/assets/img/icon-livechat.webp);
    width: 55px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing 1s .5s ease-in-out infinite normal;
    animation: swing 1s .5s ease-in-out infinite normal;
}

.fixed-whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing 1s ease-in-out infinite normal;
    animation: swing 1s ease-in-out infinite normal;
}

.fixed-whatsapp::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: center center;
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    background-color: #00c853;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}

.lazy {
    width: 100%;
    height: auto;
}
.pulse{
    animation: pulseBtn 1.5s infinite;
    -webkit-animation: pulseBtn 1.5s infinite;
}
@keyframes lampu{
    20% {
        filter: hue-rotate(100deg);
    }
    40% {
        filter: hue-rotate(0deg);
    }
    60% {
        filter: hue-rotate(-100deg);
    }
    80% {
        filter: hue-rotate(0deg);
    }
}
@-webkit-keyframes lampu{
    20% {
        -webkit-filter: hue-rotate(100deg);
    }
    40% {
        -webkit-filter: hue-rotate(0deg);
    }
    60% {
        -webkit-filter: hue-rotate(-100deg);
    }
    80% {
        -webkit-filter: hue-rotate(0deg);
    }
}
@keyframes pulseBtn{
    0%, 100% {
        transform: scale(.9);
      }
      50% {
        transform: scale(1);
      }
      0%, 100% {
        transform: scale(.9);
      }
      50% {
        transform: scale(1);
      }
}
@-webkit-keyframes pulseBtn{
    0%, 100% {
        transform: scale(.9);
      }
      50% {
        transform: scale(1);
      }
      0%, 100% {
        transform: scale(.9);
      }
      50% {
        transform: scale(1);
      }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%
    }
    to {
        -webkit-mask-position: 0%
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%
    }
    to {
        -webkit-mask-position: 0%
    }
}

@media (max-width: 991.98px) {
    .produk-row{
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
    .jpdiv{
        border-radius: 0;
    }
    .bg-jp{
        border-width:5px;
        border-right-width: 30px;
        border-left-width: 30px;
    }
    .jptitle{
        font-size:25px;
        margin-right:5px;
    }
    .jp{
        font-size:30px;
        border-width:5px;
        border-right-width: 10px;
        border-left-width: 10px;
    }
    .providerfooter img {
        height: 45px;
    }
    .navDiv {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .produkframe .row{
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .produkframe .col-2 {
        min-width: 140px;
        min-height: 140px;
    }
    .overlay .ket .btn span{
        display: none;
    }
}

@media (max-width: 767.98px) {

    .bg-jp{
        border:0;
        border-radius:0;   
    }
    .jptitle{
        width:100%;
    }
    .jp{
        width:100%;
    }
    .rtptitle {
        font-size: 2rem;
    }
}


@media (max-width: 575.98px) {
    .jptitle{
        font-size: 21px;
    }
    .jp{
        font-size: 21px;
    }
    .providerfooter img {
        height: 35px;
        padding: 5px;
    }
    .providerfooter p{
        font-size: 1rem;
    }

    .produkframe .titel i{
        display:none;
    }
    .produkframe .titel{
        display: block;
        text-align: center;
    }

    .bannerwrap{
        width:100%;
        position: static;
        display: block;
        padding:.5rem;
    }
    .bannerwrap span{
        display:none;
    }

    header{
        padding-bottom:0;
    }
    header .logo{
        display: block;
        margin:.5rem auto;
        padding:0;
    }

    header .col-kanan{
       width:100%;
       display: flex;
    }

    header .container{
        padding:0;
    }
    .btn-daftar, .btn-login{
        display: block;
        width:100%;
        border-radius: 0;
        font-size: 1.25rem;
    }

    .btn-login{
        margin-right:0;
    }

    #rtpModal img {
        max-width: 200px;
    }
    .rtptitle {
        font-size: 1.5rem;
    }
    .rtpdesc {
        font-size: 1rem;
    }
    .rtp-home .rtp-namagame,
    .rtp-namagame,
    .rtppersen {
        font-size: .7rem;
    }
    .fixed-bottom {
        display: block;
    }
}

@media (max-width: 359.98px) {
    .jptitle{
        font-size: 18px;
    }
    .jp{
        font-size: 16px;
    }
    .btn-daftar, .btn-login{
        font-size: 1rem;
    }
}