<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.close {
    background: linear-gradient(to bottom, #fcff00 5%, #ffc800 100%);
    font-weight: 700;
    top: -10px;
    right: -10px;
    position: absolute;
    font-size: 30px;
    border-radius: 8px;
    padding: 0 8px;
}

.star {
    max-width: 200px;
    position: absolute;
    width: 100%;
    top: -30px;
    left: -10px;
    z-index: 10;
}

.pulse {
    animation: pulse 1.8s infinite alternate;
    -webkit-animation: pulse 1.8s infinite alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.petir-modal {
    position: absolute;
    width: 170px;
    top: 0px;
    left: -10px;
}

#boost_modal {
    top: 2%;
}

.modal-content {
    position: relative;
    background: #38333c;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    color: white;
}

#img-modal {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border: 2px solid;
}

.pc-green {
    border: 2px solid #00bb2b;
    color: white;
}

.pc-red {
    border: 2px solid red;
    color: white;
}

.pc-yellow {
    border: 2px solid #ffc107;
    color: black;
}

.percent_modal {
    height: 32px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}

.percent_modal p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    transform: translateY(14px);
    color: black;
}

.kiri-modal {
    float: left;
    position: relative;
    width: 30%;
    padding-right: 0px;
}

.kanan-modal {
    float: left;
    width: 70%;
    height: 100%;
    padding-left: 0px;
}

.frame-kanan-modal {
    margin-left: 10px;
    height: 100%;
}

.name-modal-game {
    font-weight: 700;
    height: 20%;
}

.game-modal-green {
    margin: 0 0 5px 0;
    text-align: center;
    border: 2px solid #00bb2b;
    border-radius: 5px;
    color: white;
}

.game-modal-red {
    margin: 0 0 5px 0;
    text-align: center;
    border: 2px solid red;
    border-radius: 5px;
    color: white;
}

.game-modal-yellow {
    margin: 0 0 5px 0;
    text-align: center;
    border: 2px solid #ffc107;
    border-radius: 5px;
    color: white;
}

.rtp-live-frame {
    width: 100%;
    height: 80%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.rtp-live-green {
    border: 2px solid #00bb2b;
    border-radius: 5px;
    height: 100%;
    color: white;
}

.rtp-live-red {
    border: 2px solid red;
    border-radius: 5px;
    height: 100%;
    color: white;
}

.rtp-live-yellow {
    border: 2px solid #ffc107;
    border-radius: 5px;
    height: 100%;
    color: black;
}

.rtp-name {
    border: 4px solid #38333c !important;
    border-radius: 2px;
    font-size: 18px;
    height: 100%;
}

#rtp-name {
    margin-bottom: 0;
    height: 100%;
    padding-top: 7%;
}

#rtp-name p {
    margin: 0px !important;
}

#img-modal {
    height: 153px;
}

#percent-berhasil-di-boost-txt-modal {
    font-size: 70px !important;
}

@media (max-width: 767.98px) {
    .rtp-name {
        font-size: 14px;
    }

    .star {
        max-width: 100px;
        top: 14px;
        left: 22px;
    }

    #percent-txt-modal {
        font-size: 16px !important;
    }

    #percent-berhasil-di-boost-txt-modal {
        font-size: 70px !important;
    }

    #img-modal {
        height: 109px;
    }

    .petir-modal {
        width: 150px;
    }
}

@media (max-width: 575.98px) {
    .rtp-name {
        font-size: 14px;
    }

    .star {
        max-width: 100px;
        top: 14px;
        left: 22px;
    }

    #percent-txt-modal {
        font-size: 16px !important;
    }

    #percent-berhasil-di-boost-txt-modal {
        font-size: 50px !important;
    }

    #img-modal {
        height: 109px;
    }

    .petir-modal {
        width: 130px;
    }
}

.border-isi-modal {
    border: 3px solid;
    border-radius: 5px;
}

.border-green {
    border-color: #00bb2b !important;
    color: white;
}

.border-red {
    border-color: red !important;
    color: white;
}

.border-yellow {
    border-color: #ffc107 !important;
    color: black;
}

.bg-green {
    background-color: #00bb2b;
    border: 3px solid #00bb2b;
    color: #fff;
}

.bg-red {
    background-color: red;
    border: 3px solid red;
    color: #fff;
}

.bg-yellow {
    background-color: #ffc107;
    border: 3px solid #ffc107;
    color: #000;
}

.isi-modal {
    width: 100%;
    padding: 10px;
}

.flex-button-last {
    display: flex;
}

.button-last-kiri,
.button-last-kanan {
    width: 50%;
}

.lg-green {
    background: linear-gradient(to bottom, #00bb2b 5%, #008b20 100%);
    background-color: #00bb2b;
    color: #fff;
}

.lg-red {
    background: linear-gradient(to bottom, #ff5b5b 5%, #fa0000 100%);
    background-color: red;
    color: #fff;
}

.lg-yellow {
    background: linear-gradient(to bottom, #fcff00 5%, #ffc800 100%);
    background-color: #fcff00;
    color: black;
}

.login {
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    font-weight: 700;
    padding: 10px;
    margin: 10px 0 2px 0;
    border-top: none;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);

}

.btn {
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px;
}

.link-mobile {
    display: block;
    text-align: center;
    background: none;
    color: white;
    font-size: 14px;
    margin: 10px auto 0px auto;
    border-radius: 5px;
    font-weight: 200;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#snackbar-modal-pp {
    width: 90%;
    visibility: hidden;
    min-width: 250px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 100%);
}

#snackbar-modal-pp.show-modal-pp {
    visibility: visible;
    -webkit-animation: fadeinTop 0.5s;
    animation: fadeinTop 0.5s;
}

#snackbar-modal-pp.hide-modal-pp {
    visibility: hidden;
    -webkit-animation: fadeoutTop 0.5s;
    animation: fadeoutTop 0.5s;
}

.frame-snackbar-modal-pp {
    background-color: red;
    padding: 9px 5px 10px 5px;
    border-radius: 0 0 8px 8px;
}

@keyframes fadeinTop {
    from {
        bottom: 20px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes fadeoutTop {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: 20px;
        opacity: 0;
    }
}

.pola-text {
    font-size: 14px;
}

.apa-itu-boost-rtp-text {
    font-size: 14px;
}

.frame-rtp-yellow {
    font-size: 14px;
    border: 2px solid #ffc107;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.frame-rtp-red {
    font-size: 14px;
    border: 2px solid red;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.frame-rtp-green {
    font-size: 14px;
    border: 2px solid #00bb2b;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.text-green {
    color: #00bb2b;
}

.text-yellow {
    color: #ffc107;
}

.text-red {
    color: red;
}

.pola-rtp {
    font-weight: 900;
}

.apa-itu-boost-rtp-rtp {
    font-weight: 900;
}

@media (max-width: 991.98px) {
    #boost_modal {
        top: 12%;
    }
}

@media (max-width: 767.98px) {
    #boost_modal {
        top: 10%;
    }
}

@media (max-width: 575.98px) {
    #boost_modal {
        top: 10%;
    }

    .pola-text {
        font-size: 12px;
    }

    .apa-itu-boost-rtp-text {
        font-size: 12px;
    }

    .frame-rtp-yellow {
        font-size: 12px;
    }

    .frame-rtp-red {
        font-size: 12px;
    }

    .frame-rtp-green {
        font-size: 12px;
    }
}

.card-green {
    background: linear-gradient(to bottom, #00bb2b 5%, #008b20 100%);
    padding: 5px;
}

.card-red {
    background: linear-gradient(to bottom, #ff5b5b 5%, #fa0000 100%);
    padding: 5px;
}

.card-yellow {
    background: linear-gradient(to bottom, #fcff00 5%, #ffc800 100%);
    padding: 5px;
}</pre></body></html>