table {
    max-width: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #f8f8f8;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
    color: #f8f8f8;
}

body {
    background-image: url(nav-lines.png);
}

header,
footer {
    background-color: #910000;
    background-image: url(nav-lines.png);
    box-shadow: #910000 0 -23px 25px 0 inset, #910000 0 -36px 30px 0 inset, #910000 0 -79px 40px 0 inset, #910000 0 2px 1px, #b60c0c17 0 4px 2px, #b60c0c17 0 8px 4px, #b60c0c17 0 16px 8px, #b60c0c17 0 32px 16px;
}

header {
    min-height: 60px;
}

header .logo {
    width: 250px;
    padding: 1rem 0;
}

header .logo img {
    width: 100%;
}

header .col-kanan {
    width: calc(100% - 250px);
}


@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}


.btn-custom {
    background: #DAA520;
    /* Old browsers */
    background: -moz-linear-gradient(top, #DAA520 0%, #DAA520 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #DAA520 0%, #DAA520 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #DAA520 0%, #DAA520 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffe61', endColorstr='#dbb901', GradientType=0);
    font-weight: bold;
    font-variant: small-caps;
    font-size: .9rem;
}

.logo:hover,
.btn:hover,
.provider button:hover,
.rtp-box:hover,
footer img:hover {
    mask-image: linear-gradient(-75deg, #fcfbfb 30%, #fcfbfb 50%, #fcfbfb 70%);
    -webkit-mask-image: linear-gradient(-75deg, #fcfbfb 30%, #fcfbfb 50%, #fcfbfb 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 1s infinite;
    -webkit-animation: shine 1s infinite;
    cursor: pointer;
}

.icon-daftar,
.icon-analytic,
.icon-login {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: .25rem;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.icon-daftar {
    background-image: url(../img/icon-daftar.webp);
}

.icon-login {
    background-image: url(../img/icon-login.webp);
}

.icon-analytic {
    background-image: url(../img/icon-analytic.png);

}

.topslider {
    width: 100%;
}

.topslider img {
    width: 100%;
    height: auto;
}

.text-small-caps {
    font-variant: small-caps;
}

.rtpdesc {
    font-size: 1.2rem;
}

.provider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.provider button {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-color: #910000;
    background-image: url(nav-lines.png);
    border-radius: 50%;
    border: 0;
    margin: .25rem;
    padding: .75rem;
    -webkit-box-shadow: 0px 5px 6px -3px #910000, 0px 9px 12px 1px #DAA520, 0px 3px 16px 2px #291f1f;
    box-shadow: 0px 5px 6px -3px #910000, 0px 9px 12px 1px #DAA520, 0px 3px 16px 2px #302828;
}

.provider button.active {
    -webkit-box-shadow: inset 0 0 5px #faf0f0;
    box-shadow: inset 0 0 5px #ece9e9;
}

.rtp-namagame {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtp-box {
    border: 1px solid #88888866;
    -webkit-box-shadow: 0px 5px 6px -3px #00000033, 0px 9px 12px 1px #00000024, 0px 3px 16px 2px #0000001f;
    box-shadow: 0px 5px 6px -3px #00000033, 0px 9px 12px 1px #00000024, 0px 3px 16px 2px #0000001f;
    cursor: pointer;
}

.rtppersen {
    position: absolute;
    width:100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}
.yellow{background-color:#ffc107}
.green{background-color:#28a745}
.red{background-color:#d42828}

#rtpModal img {
    border-radius: .25rem;
    border: 1px solid #88888866;
}

#rtpModal table {
    font-size: .85rem;
    width: 100%;
}

#rtpModal table thead th {
    padding: .25rem;
}

#rtpModal table tr {
    border-top: 1px solid #88888833;
}

#rtpModal table td,
#rtpModal table thead {
    text-align: auto;
}

#footer p {
    color: #fff;
}

footer img {
    width: 100%;
    max-width: 600px;
    margin-bottom: .5rem;
}

.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 #0000001f, 0 1px 1px 0 #0000003d;
}

.lazy {
    width: 100%;
    height: 100%;
}

@-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: 767.98px) {
    .provider {
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .provider button {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }
    .rtptitle {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    header .logo {
        width: 180px;
    }
    header .col-kanan {
        width: calc(100% - 180px);
    }
    .col-kanan .align-middle {
        display: none;
    }
    .col-kanan .btn-custom {
        padding: .1rem .5rem;
    }
    .icon-daftar,
    .icon-login {
        width: 25px;
        height: 25px;
        margin: 0;
    }
    #rtpModal img {
        max-width: 200px;
    }
    .rtptitle {
        font-size: 1.5rem;
    }
    .rtpdesc {
        font-size: 1rem;
    }
}