table {
    max-width: 100%;
}

img {
    max-width: 100%;
    height:auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #ffe000;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

body {
    color: #fff;
    background:#200808;
}

.container {
    max-width: 1170px;
    background: rgb(0 8 30 / 67%);
}

header {
    color: #fff;
    background:#200808;
}

header .container{
    display: flex;
    align-items: center;
    padding:5px 15px;
    background: transparent;
}

header .logo {
    width: 250px;
    display: block;
    margin:0 auto;
}

header .logo img {
    width: 100%;
}

header .col-kanan {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
    justify-content: end;
}

.providerfooter img:hover,
.logo:hover,
.btn:hover,
.provider button:hover,
.provider button.active,
.rtp-box:hover,
.footimg:hover,
.support:hover,
.steps 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;
}

.icon-daftar,
.icon-login {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: .1rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-color: #fff;
}

.icon-daftar {
    -webkit-mask-image: url(../img/icon-daftar.svg);
    mask-image: url(../img/icon-daftar.svg);
}

.icon-login {
    mask-image: url(../img/icon-login.svg);
    -webkit-mask-image: url(../img/icon-login.svg);
}
.gradient-border {
    --borderWidth: 3px;
    background: #000;
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #ffe000, #f4b503, #f4b503, #ffe000, #ffe000, #f4b503, #f4b503, #ffe000);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}
.btn-login,
.btn-daftar {
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1rem;
    width:100%;
    padding:.5rem;
    margin:0 .5rem;
    max-width:200px;
    border-radius:15px 2px 15px 5px;
    border:3px solid #f4b503;
    background: linear-gradient(to right, #7a0404c7 0%, #011c28 100%);
}

.btn:hover {
    color:#fff;
}
.btn span{
    vertical-align:middle;
}
.topslider {
    width: 100%;
    position: relative;
}
.bannerwrap{
    position: absolute;
    left:0;
    bottom:0;
    z-index:999999;
    width:100%;
    text-align: center;
    padding-bottom:.25rem;
}
.topslider img {
    width: 100%;
    height: auto;
}
.border-3{
    border:3px ridge #f4b503;
}
.jptitle{
    font-size:30px;
    color:#f4b503;
    font-weight: bolder;
    text-shadow: 0px 1px 1px #000;
    -webkit-text-shadow: 0px 1px 1px #000;
    text-transform: uppercase;
}
.jp{
    display: inline-block;
    font-size:32px;
    font-weight:bolder;
    width:300px;
    padding:.5rem;
    color:#fff;
    border-radius: .5rem;
    text-shadow: 0px 0px 5px #f4b503;
    -webkit-text-shadow: 0px 0px 5px #f4b503;
}
.jp:before{
    content: 'Rp. ';
}
.banner{
    background: #1a1a1a;
    border-bottom: 10px solid #ffe000;
    padding-top:15px;
    margin-top:1.5rem;
}
.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.steps img {
    width: 90%;
    max-width: 700px;
    border-radius: .25rem;
}

.midDiv {
    position: relative;
    z-index: -1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    padding: .25rem 0;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #ffe00015%, #000000 30%, #000000 70%, #ffe00085%, #000000 100%);
    background: -webkit-linear-gradient(left, #000000 0%,#ffe00015%,#000000 30%,#000000 70%,#ffe00085%,#000000 100%);
    background: linear-gradient(to right, #000000 0%,#ffe00015%,#000000 30%,#000000 70%,#ffe00085%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
.midDiv button {
    color: #fff;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin: .5rem;
    border:none;
    background-color:#000;
    background-image: url(nav-lines.png);
}

.midDiv button img{
    max-width:50px;
    height: auto;
    margin:0 auto;
    -webkit-filter: drop-shadow(0 1px 0px rgba(0, 0, 0, .7));
    filter: drop-shadow(0 1px 0px rgba(0, 0, 0, .7));
}

.midDiv button:hover,
.midDiv button.active {
    background-color:rgba(0,0,0,.75);
}

.midDiv button:hover img,
.midDiv button.active img {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.text-small-caps {
    font-variant: small-caps;
}
.text-emas{
    color: #ffe000;
    text-shadow: 0px 2px 3px #000;
    -webkit-text-shadow: 0px 2px 3px #000;
}
.rtptitle{
    color: #FFF;
    text-shadow: 0px 0px 5px #f4b503;
    -webkit-text-shadow: 0px 0px 5px #f4b503;
}
.rtpdesc {
    font-size: 1.2rem;
}

.provider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border: 6px solid #1d1d1d;
    border-radius: .25rem;
    background: #000;
    -webkit-box-shadow: 0 10px 6px -6px #444;
    -moz-box-shadow: 0 10px 6px -6px #444;
    box-shadow: 0 10px 6px -6px #444;
}

.provider button {
    width: calc(100%/4);
    border: 0;
    border: 3px solid #1d1d1d;
    background: transparent;
    padding: .25rem;
    padding-bottom: .5rem;
}

.provider button img {
    -webkit-filter: drop-shadow(0 3px 0px rgba(0, 0, 0, .7));
    filter: drop-shadow(0 3px 0px rgba(0, 0, 0, .7));
}

.card {
    color: #fff;
    background: transparent;
}

.bg-konten{
    border-top: 20px solid #000;
    background: #1a1a1a;
}

.bg-gray {
    background-color: #D1D1D1;
    color: #000;
}

.bg-opas, .bg-opas .container {
    background-color: #000000;
    color:#fff;
}

.provider button:hover,
.provider button.active {
    background-color: #ffe000;
}

.rtp-namagame {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
    background:linear-gradient(to right, #ffe0000%, #200808 100%);
    padding:.25rem;
    border-radius:2rem;
    border:2px solid #ff0018;
    margin-top:5px;
    text-shadow: 0px 1px 1px #000;
    -webkit-text-shadow: 0px 1px 1px #000;
}

.rtp-box {
    cursor: pointer;
}

.rtp-box img{
    border:2px solid #ff0000;
    margin-bottom:.5rem;
    border-radius:50%;
}

.rtp-box .progress{
    border-radius:2rem;
    border:1px solid #fff;
}
.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;
    width:100%;
    color:#000;
    text-align:center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.konten h1,
.konten h2,
.konten h3,
.konten h4,
.konten h5,
.konten h6 {
    color: #FFF;
    text-shadow: 0px 0px 5px #f4b503;
    -webkit-text-shadow: 0px 0px 5px #f4b503;
}

#rtpModal .modal-content {
    border: 1px solid #00FF3F;
    -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 #00FF3F;
}

#rtpModal img {
    border-radius:50%;
    border: 2px solid #00FF3F;
}

#rtpModal table {
    font-size: .85rem;
    width: 100%;
}

#rtpModal table thead th {
    padding: .25rem;
}

#rtpModal table tr {
    border-top: 1px solid #00FF3F;
}

#rtpModal table td,
#rtpModal table thead {
    text-align: center;
}

#rtpModal .btn {
    background-color: #00FF3F;
    color: #000;
}

.providerfooter{
    padding:1rem 0;
    margin-top:.5rem;
}
.providerfooter p{
    margin:0;
}
.providerfooter img{
    padding:.5rem;
    width: auto;
    height:75px;
    margin:.5rem;
    border-radius:.25rem;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    background: rgba(26,26,26,.95);
    border: 1px solid #ffe000;
}
.providerfooter img:hover{
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
}

footer {
    text-align: center;
}
footer .container{
    background: transparent;
}
#footer p {
    color: #fff;
}

footer img,
.footimg,
.support {
    width: 100%;
    max-width: 950px;
    margin-bottom: 1rem;
    height:auto;
}

.support {
    margin-top: .5rem;
    -webkit-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(0 5px 2px rgba(0, 0, 0, .7));
}

.support:hover {
    -webkit-filter: none;
    filter: none;
}

.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 animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-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) {
    header .logo {
        width: 200px;
    }
    header .col-kanan {
        width: calc(100% - 200px);
        padding:.25rem 0;
    }
    .providerfooter img {
        height: 50px;
        margin: .25rem;
    }
    .steps img {
        max-width: 600px;
    }
    .midDiv {
        justify-content: start;
    }
    .midDiv button {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
        margin: .4rem;
    }
    .midDiv button img{
        max-width:50px;
    }
}

@media (max-width: 767.98px) {
    .rtptitle {
        font-size: 2rem;
    }
    .midDiv button {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        margin: .4rem;
    }
    .midDiv button img{
        max-width:40px;
    }
}

@media (max-width: 575.98px) {
    .providerfooter img {
        padding: .25rem;
    }
    header .logo {
        width: 150px;
    }
    header .col-kanan {
        width: calc(100% - 150px);
    }
    header .col-kanan .btn {
        padding:.25rem;
        margin:.25rem;
        font-size: .9rem;
        width:auto;
        min-width:75px;
    }
    .icon-daftar,.icon-login {
        width:20px;
        height:20px;
        display: block;
        margin:0 auto;
    }
    #rtpModal img {
        max-width: 200px;
    }
    .rtptitle {
        font-size: 1.5rem;
    }
    .rtpdesc {
        font-size: 1rem;
    }
    .provider button {
        flex: 1 1 33.333333%;
        -ms-flex: 1 1 33.333333%;
    }
    .rtp-namagame,
    .rtppersen {
        font-size: .7rem;
    }
    .fixed-bottom {
        display: block;
    }
}