@font-face {
    font-family: "advanced_dot_digital7";
    src: url(advanced_dot_digital7.woff2);
}

table {
    max-width: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #FFd700;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
    color: #ff0000;
}

body {
    color: #fff;
    background-color: #000;
}

header {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

header {
    min-height: 60px;
}

header .logo {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
}

header .logo img {
    max-width: 320px;
}

header .col-kanan {
    width: calc(100% - 250px);
}

.bg-hitam {
    background: #0f0f0f;
}

.logo:hover,
.btn:hover,
.provider button:hover,
.provider button.active,
footer img: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: 21px;
    height: 21px;
    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(/assets/img/icon-daftar.svg);
}

.icon-login {
    background-image: url(/assets/img/icon-login.svg);
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.btn-login,
.btn-daftar {
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1rem;
    border: 1px solid #FFD700;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.btn-daftar {
    background: #FFD700;
    color: #000;
}

.btn-login {
    background: #ff0000;
}

.btn-login:hover,
#tombol:hover .btn-login {
    color: #000;
    background: #FFD700;
    -webkit-filter: none;
    filter: none;
}

.btn-login:hover .icon-login,
#tombol:hover .icon-login {
    -webkit-filter: none;
    filter: none;
}

.btn-daftar:hover,
.btn-login:hover+.btn-daftar {
    color: #fff;
    background: #ff0000;
}

.btn-daftar:hover .icon-daftar,
.btn-login:hover+.btn-daftar .icon-daftar {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.gradient-border {
    --borderWidth: 3px;
    background: #000;
    background-image: url(/assets/public/nav-lines.png);
    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, #ff0000, #ffd700, #ffd700, #ff0000, #ff0000, #ffd700, #ffd700, #ff0000);
    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%;
}

.topslider {
    width: 100%;
}

.topslider img {
    width: 100%;
    height: auto;
}

.steps {
    background: rgba(0, 0, 0, .5);
    padding: .25rem 0;
    margin: 1rem 0;
    z-index: 2;
}

.projp {
    position: relative;
    background: url(/assets/img/progressive-jackpot.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    width: 500px;
    height: 143px;
    display: inline-block;
}

.projp .jp {
    font-family: "advanced_dot_digital7";
    color: #ffd700;
    position: absolute;
    letter-spacing: 2pt;
    font-weight: bolder;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: .25rem 0;
    font-size: 1.7rem;
}

.projp .jp:before {
    content: 'IDR';
    margin-right: 2rem;
}

.steps img {
    width: 90%;
    max-width: 500px;
}

.midDiv {
    z-index: 1;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: rgba(15, 15, 15, .98);
    padding: .25rem 0;
    text-align: center;
}

.midDiv .logo {
    width: 160px;
    height: auto;
    padding: .25rem;
}

.midDiv2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.midDiv button {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-color: #000;
    margin: .5rem;
    padding: .75rem;
    border: 0;
    -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 {
    -webkit-filter: drop-shadow(0 3px 0px rgba(0, 0, 0, .7));
    filter: drop-shadow(0 3px 0px rgba(0, 0, 0, .7));
}

.midDiv button:hover,
.midDiv button.active {
    background-color: rgba(0, 0, 0, .8);
}

.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;
}

.rtpdesc {
    font-size: 1.2rem;
}

.card {
    color: #fff;
    background-color: transparent;
}

.bg-gray {
    background-color: #D1D1D1;
    color: #000;
}

.bg-opas {
    background-color: rgba(0, 0, 0, 0.5);
}

.rtp-namagame {
    color: #ffd700;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtp-box {
    cursor: pointer;
}

.rtp-box:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.rtp-box img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rtp-box:hover img {
    filter: contrast(200%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rtp-box:hover .rtp-namagame {
    color: #ff0000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.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;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.konten {
    background-color: #0f0f0f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FF0000;
    font-weight: bold;
}

#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 #ffd700;
}

#rtpModal img {
    border-radius: .25rem;
    border: 1px solid #ffd700;
}

#rtpModal table {
    font-size: .85rem;
    width: 100%;
}

#rtpModal table thead th {
    padding: .25rem;
}

#rtpModal table tr {
    border-top: 1px solid #ffd700;
}

#rtpModal table td,
#rtpModal table thead {
    text-align: center;
}

#rtpModal .btn {
    background-color: #ffd700;
    color: #000;
}

#footer p {
    color: #fff;
}

footer img,
.support {
    width: 100%;
    max-width: 600px;
    margin-bottom: .5rem;
}

.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(/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;
}

#tombol {
    top: 144px !important;
}

@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) {
    .steps img {
        max-width: 450px;
    }
}

@media (max-width: 767.98px) {
    #tombol {
        top: 134px !important;
    }
    .rtptitle {
        font-size: 2rem;
    }
    .midDiv button {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }
}

@media (max-width: 575.98px) {
    .midDiv2 {
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
    }
    header .logo {
        width: 100%;
    }
    header .logo img {
        max-width: 250px;
    }
    header .col-kanan {
        width: calc(100% - 200px);
    }
    header .col-kanan .btn {
        padding: .25rem .5rem;
    }
    .col-kanan .align-middle {
        display: none;
    }
    #rtpModal img {
        max-width: 200px;
    }
    .rtptitle {
        font-size: 1.5rem;
    }
    .rtpdesc {
        font-size: 1rem;
    }
    .rtp-namagame,
    .rtppersen {
        font-size: .7rem;
    }
    .fixed-bottom {
        display: block;
    }
    .projp {
        width: 300px;
        height: 86px;
    }
    .projp .jp {
        top: 58%;
        font-size: 1rem;
        font-weight: normal;
    }
    .projp .jp:before {
        content: 'IDR';
        margin-right: 1rem;
    }
}