* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif !important;;
}

body {
    background-color: rgb(100, 0, 0);
}

.headervv {
    padding: 15px;
    margin-bottom: 20px;
}

.headervv img {
    display: block;
    margin: auto;
}

.pilihan_provider {
    color: white;
    position: relative;
    width: 720px;
    margin: auto;
    display: grid;
    grid-template-columns: calc(100%/6) calc(100%/6) calc(100%/6) calc(100%/6) calc(100%/6) calc(100%/6);
    margin-bottom: 10px;
}

.provider {
    background-color: rgb(60, 0, 0);
    border-radius: 20px;
    padding: 10px;
    margin: 0px 5px;
    transition: all .2s ease-in;
}

.provider:hover{
    background-color: rgb(180, 0, 0);
    border-radius: 20px;
    padding: 10px;
    margin: 0px 5px;
}

.provider::before {
    content: "";
    background: url(https://rtp49.pentanie.bond/assets/hot.gif) no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    position: absolute;
    margin-top: -45px;
    margin-left: 40px;
}

.provider img {
    width: 85px;
    display: block;
    margin: auto;
}

.provider p {
    font-size: 0.8rem;
    text-align: center;
}

.provider_terpilih {
    background-color: rgb(180, 0, 0);
    border-radius: 20px;
    padding: 10px;
    margin: 0px 5px;
    transition: all .2s ease-in;
}

.provider_terpilih:hover{
    background-color: rgb(180, 0, 0);
    border-radius: 20px;
    padding: 10px;
    margin: 0px 5px;
}

.provider_terpilih::before {
    content: "";
    background: url(https://rtp49.pentanie.bond/assets/hot.gif) no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    position: absolute;
    margin-top: -45px;
    margin-left: 40px;
}

.provider_terpilih img {
    width: 85px;
    display: block;
    margin: auto;
}

.provider_terpilih p {
    font-size: 0.8rem;
    text-align: center;
}

.provider_rtp {
    position: relative;
    width: 1400px; /* Bagian Edit */
    background-color: rgb(160, 0, 0);
    margin: auto;
    border-radius: 10px;
}

.rtp_list {
    display: grid;
    grid-template-columns: calc(100%/4) calc(100%/4) calc(100%/4) calc(100%/4);
}

.rtp {
    color: white;
    position: relative;
    display: flex;
    height: 200px;
    margin: 5px;
    background-color: rgb(100, 0, 0);
    padding: 0px 5px;
    border-radius: 5px;
}

.gambar_rtp {
    width: 50%;
}

.gambar_rtp p {
    margin: 5px 5px 5px;
    white-space: nowrap;
    text-align: center;
    background-color: red;
    border-radius: 5px;
    padding: 2px;
    overflow: hidden;
    text-overflow: clip;
}

.gambar {
    width: 90%;
    height: 60%;
    margin: calc((100% - 60%)/2) 5px 0px;
    border: 2px solid red;
    border-radius: 20px;
}

.pola_rtp {
    position: relative;
    width: 50%;
    height: 170px;
    background-color: black;
    margin: calc((200px - 170px)/2) 0px;
    border-radius: 10px;
}

.bagian_judul {
    width: 90px;  /* Bagian Edit */
    display: flex;
    margin: 5px auto 0px;
    color: #cea640;
    border-bottom: 1px solid white;
}

.bagian_judul img {
    width: 30px;  /* Bagian Edit */
    height: 30px;
}

.bagian_judul p {
    width: 60px;  /* Bagian Edit */
    display: inline-block;
    line-height: 40px;
    height: 32px;
    font-size: 0.9rem;
}

.bagian_isi {
    margin: 5px auto 0px;
    width: 120px;
}

.bagian_isi .kecil{
    display: flex;
}

.judul {
    font-size: 0.7rem;
    width: 60px;
    height: 20px;
    line-height: 20px;
}

.dot_merah {
    background: -webkit-linear-gradient(red, #bd0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dot_hijau {
    background: -webkit-linear-gradient(green, #005c22);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bagian_rtp {
    width: 120px;
    margin: 5px auto 5px;
    text-align: center;
}

.waktu p {
    font-size: 0.8rem;
    display: inline;
}

.percent {
    height: 19px;
    margin-top: 5px !important;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    font-weight: bold;
    transform: translateY(14px);
    color: white;
    margin-top: 2.5px;
}

.super_great {
    background-color: blue;
}

.great {
    background-color: green;
}

.medium {
    background-color: orange;
}

.percent_bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width 0.6sease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}

.judul_permainan {
    color: white;
    width: 50%;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgb(160, 0, 0);
}

.judul_permainan h1 {
    text-align: center;
    padding: 10px;
}

.marquee {
    width: 50%;
    height: 50px;
    margin: 30px auto;
    background-color: rgb(160, 0, 0);
    border-radius: 5px;
}

.marquee marquee{
    color: white;
    margin: 16px 0px;
}

.pencarian_permainan {
    position: relative;
    width: 70%;
    height: 50px;
    background-color: black;
    margin: auto;
    background-color: rgb(160, 0, 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.pencarian_permainan Input {
    width: 80%;
    height: 30px;
    margin: 10px 0px;
    background-color: rgb(100, 0, 0);
    border: 0px;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.pencarian_permainan Input::placeholder{
    color: white;
}

.pencarian_permainan button {
    height: 30px;
    margin: 10px 0px;
    padding: 5px;
    background-color: rgb(100, 0, 0);
    border: 0px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.permainan_tidak_ada {
    position: relative;
    width: 1400px; /* Bagian Edit */
    background-color: rgb(160, 0, 0);
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.permainan_tidak_ada p {
    font-size: 1.5rem;
    padding: 10px;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@media (max-width:1400px) {
    .provider_rtp {
        width: 1050px; /* Bagian Edit */
    }

    .rtp_list {
        grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
    }

    .permainan_tidak_ada {
        width: 1050px; /* Bagian Edit */
    }
}

@media (max-width:1050px) {
    .provider_rtp {
        width: 700px; /* Bagian Edit */
    }

    .rtp_list {
        grid-template-columns: calc(100%/2) calc(100%/2);
    }

    .pilihan_provider {
        width: 540px;
    }

    .judul_permainan h1 {
        font-size: 1.5rem;
    }

    .provider img {
        width: 60px;
    }

    .provider::before {
        background-size: 50px;
        width: 50px;
        height: 50px;
        margin-top: -35px;
        margin-left: 30px;
    }

    .provider_terpilih img {
        width: 60px;
    }

    .provider_terpilih::before {
        background-size: 50px;
        width: 50px;
        height: 50px;
        margin-top: -35px;
        margin-left: 30px;
    }

    .permainan_tidak_ada {
        width: 700px; /* Bagian Edit */
    }
}

@media (max-width:700px) {
    .provider_rtp {
        width: 350px; /* Bagian Edit */
    }

    .rtp_list {
        grid-template-columns: calc(100%/1);
    }

    .pilihan_provider {
        width: 420px;
    }

    .judul_permainan h1 {
        font-size: 1.5rem;
    }

    .provider img {
        width: 40px;
    }

    .provider::before {
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -25px;
        margin-left: 30px;
    }

    .provider_terpilih img {
        width: 40px;
    }

    .provider_terpilih::before {
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -25px;
        margin-left: 30px;
    }

    .pencarian_permainan {
        width: 50%;
        border-radius: 0px;
    }

    .permainan_tidak_ada {
        width: 350px; /* Bagian Edit */
    }
}

@media (max-width:500px) {
    .headervv img {
        width: calc(373px/1.5);
        height: calc(117px/1.5);
    }

    .pilihan_provider {
        width: 360px;
    }

    .judul_permainan h1 {
        font-size: 1.5rem;
    }

    .provider img {
        width: 30px;
    }

    .provider::before {
        background-size: 20px;
        width: 20px;
        height: 20x;
        margin-top: -15px;
        margin-left: 20px;
    }

    .provider_terpilih img {
        width: 30px;
    }

    .provider_terpilih::before {
        background-size: 20px;
        width: 20px;
        height: 20px;
        margin-top: -15px;
        margin-left: 20px;
    }

    .pencarian_permainan {
        width: 70%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}