table {
    max-width: 100%;
}

img {
    max-width: 100%;
    height:auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #22cc9e;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
    color: #fff;
}
a {
	color:#22cc9e;
	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;
	border:1px solid #04A4CC;
}

body{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}

.container {
    max-width: 1140px;
}
.sticky-top{
    z-index:999999;
}
header {
    background: #000;
    color: #fff;
    padding:.5rem 0;
}

header .logo{
    width:200px;
}
header .logo img{
    width:100%;
    height:auto;
}
header .col-kanan {
    width: calc(100% - 200px);
}
.shine,
.layanan img:hover,
.provider img:hover,
.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{
    padding:1rem 2rem;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
    text-align: center;
}
.produkframe h2 {
    color: #f7e5c7;
    font-size: 24px;
}
.text-ijo{
    color: #03fe86;
}
.text-cklt{
    color:#a34a3c;
}
.produkframe .kol{
    width:calc(100% / 5);
}
.provider{
    background: #02a145;
    color:#fff;
    font-size:30px;
    text-align: center;
    padding:2rem 0;
    border-top: 1px solid #03fe86;
    border-bottom: 1px solid #03fe86;
}
.provider img {
    padding: .25rem;
    height: 50px;
    width:auto;
    margin: .5rem;
    border-radius: .25rem;
    background: rgba(0,0,0,1);
    border: 1px solid #03fe86;
  }
.layanan{
    text-align: center;
    color:#03fe86;
    font-size:18px;
    padding:2rem 0;
}
.layanan .titel{
    color:#fff;
    font-size:30px;
    font-weight: bold;
}
.layanan img{
    background: rgba(0,0,0,1);
    border-radius: .25rem;
    border: 1px solid #03fe86;
}
.icon-daftar,
.icon-login {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .1rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.icon-daftar {
    background-image: url(/assets/img/icon-daftar.svg);
}

.icon-login {
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/icon-login.svg);
}
.btn-daftar, .btn-login, .btn-rtp, .btn-bonus,.btn-pnow{
    font-size: 1rem;
    line-height: 20px;
    border-radius: .25rem;
    font-weight: 700;
    padding: .5rem 2rem;
    text-transform:uppercase;
    color:#03fe86;
    border: 2px solid #03fe86;
}
.btn-rtp{
    font-size:1.2rem;
    padding:.5rem 2.5rem;
}
.btn-pnow{
    background:#03fe86;
    color:#000;
}
.btn-daftar{
    margin-right:1rem;
}

.btn-bonus:hover, .btn-login:hover, .btn-daftar:hover,.btn-pnow:hover,.btn-rtp:hover{
    color:#000;
    background:#03fe86;
}

.topbanner{
    position: relative;
}

.bannerwrap{
    position: absolute;
    left:0;
    bottom:0;
    z-index:9999;
    width:100%;
    text-align: center;
    padding:1rem;
}
.bannerwrap span{
    display: block;
    margin-right:.5rem;
}
.btn-bonus{
    font-size:20px;
    margin-right:1rem;  
}
.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;    
}

.bg-jp{
    background: #0e1325;
    border-radius: 12px;
}
.bg-jp img {
    border-radius: 12px;
}
.col-jp{
    width:calc(100%/4);
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-jp p{
    font-weight: bolder;
    color:#B0B3BD;
    margin:0;
    padding: 0 1rem;
    white-space: nowrap;
}
.col-jp .jp{
    display: block;
    color:#fff;
}
.col-jp .jp:before{
    content: 'Rp. ';
}
.midimg{
    width:100%;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.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;
}

.rtp-home .rtp-namagame{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(0,0,0,.75);
    text-align: center;
    font-size:1rem;
    padding:.25rem;
    color:#ffd700;
}
summary{
    margin-bottom: 1rem;
    line-height: 35px;
}

.footimg{
    max-width:100%;
}
.copyright{
    background: #02a145;
    padding:1rem 0;
    text-align: center;
    border-top: 1px solid #03fe86;
}
footer{
    color: #fff;
    text-align:center;
    padding:1rem 0 2rem;
}
footer .line{
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom:1px solid #03fe86;
}

footer .line:first-child{
    border-top:1px solid #03fe86;
}
.providerfooter img{
    padding:.25rem;
    height:50px;
    margin:.5rem;
    border-radius:8px;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}
.midbtn{
    position: sticky;
    position: -webkit-sticky;
    top: 104px;
    z-index: 15;
    width: 100%;
    padding: 5px 0;
    background-color: #000;
}
.midDiv {
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    padding: .25rem 0;
    background:#02a145;
    border-top: 1px solid #03fe86;
    border-bottom: 1px solid #03fe86;
}

.midDiv button {
    position: relative;
    width: 120px;
    height:46px;
    margin: .2rem;
    outline: 0;
    background: rgba(0,0,0,1);
    border: 2px solid #03fe86;
    border-radius: .2rem;
    cursor: pointer;
    padding:.5rem;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.midDiv button img {
    width: 100%;
}

.midDiv button:hover,
.midDiv button.active {
    border: 2px inset #03fe86;
}

.midDiv button 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.2rem;
    color:#fff;
}
.card {
    color: #B0B3BD;
    background-color: transparent;
    border:0;
}
.rtp-namagame {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #02a145;
    border-radius:8px;
    padding:.25rem 0;
    margin-top:.5rem;
    text-align: center;
}

.rtp-box {
    color: #fff;
    cursor: pointer;
}
.rtp-box img{
    border-radius:8px;
    margin-bottom:.5rem;
}
.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;
    color: #000;
    width:100%;
    text-align:center;
    left: 0;
    top: 50%;
    transform: translateY(-50);
    -webkit-transform: translateY(-50%);
}

#rtpModal{
    z-index:9999999;
}
#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 #03fe88;
}

#rtpModal img {
    border-radius:1rem;
    border: 1px solid #03fe88;
}

#rtpModal table {
    font-size: .85rem;
    width: 100%;
}

#rtpModal table thead th {
    padding: .25rem;
}

#rtpModal table tr {
    border-top: 1px solid #03fe88;
}

#rtpModal table td,
#rtpModal table thead {
    text-align: center;
}

#rtpModal .btn {
    background-color: #000;
    border: 1px solid #03fe86;
    color: #03fe86;
}

.text-small-caps {
    font-variant: small-caps;
}

.bg-konten{
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
}
.bg-foot, .bg-rtp{
    background-color: transparent;
}
.bg-opas {
    background-color: rgba(0, 0, 0, .75);
}
.bg-ungu{
    background:rgba(104, 85, 224, .3);
}
.bg-hitam {
    background-color: #000;
    border:2px solid #03fe86;
    color:#fff;
}
.konten .card{
    color:#fff;
    border: 1px solid #03fe86;
    -webkit-box-shadow: 0 0 4px 2px #03fe86;
    box-shadow: 0 0 4px 2px #03fe86;
}
h1,h2,h3,
.konten h1,
.konten h2,
.konten h3,
.konten h4,
.konten h5,
.konten h6 {
    color: #03fe86;
    font-weight: bold;
}

.fixed-bottom {
    display: none;
}

.fixed-lc {
    position: fixed;
    background: url(../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;
}

@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);
      }
}
@keyframes blinker { to { opacity: 0; } }
@-webkit-keyframes blinker { to { opacity: 0; } }
@-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) {
    .provider img {
        height: 35px;
        margin: .25rem;
    }
    .produkframe{
        padding:.25rem .5rem;
    }
    .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;
    }
    .midDiv {
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .midDiv button {
        width: 120px;
        height:46px;
        flex: 0 0 120px;
    }
    .overlay .ket .btn span{
        display: none;
    }
}

@media (max-width: 767.98px) {
    
    .col-jp{
        width:calc(100% / 3);
        font-size:14px;
        padding:.5rem;
    }
    .col-jp:first-child{
        display: none;
    }
    .produkframe .col-2 {
        min-width: 140px;
        min-height: 140px;
      }
    .rtptitle {
        font-size: 2rem;
    }
}


@media (max-width: 575.98px) {
    .pulse{
        animation: pulseBtn 1.5s infinite;
        -webkit-animation: pulseBtn 1.5s infinite;
    }
    .provider img {
        height: 30px;
        margin: 0;
        padding: .15rem;
    }
    .produkframe .kol{
        width:calc(100% / 2);
    }
    .bannerwrap{
        width:100%;
        position: static;
        display: block;
        padding:.5rem;
    }
    .bannerwrap span{
        display:none;
    }
    .btn-bonus{
        font-size:20px;
        margin-right:0;
        width:100%;  
    }
    .midDiv{
        top:70px;
    }
    header .logo{
        width:140px;
    }
    header .col-kanan{
        width: calc(100% - 140px);
    }
  
    .btn-daftar, .btn-login {
        padding:.25rem .35rem;
    }
    
    .btn-daftar{
        margin-right:.25rem;
    }

    #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;
    }
}