.adv,.link-container {
    justify-content: center;
    display: flex
}

.adv,.title {
    display: flex
}

.card,.card-content {
    border: none;
    position: relative
}

.card,.card-content,.percent,.wrapper {
    position: relative
}

.percent-bar,.wrapper {
    overflow: hidden;
    white-space: nowrap
}

.link-container a,.play-btn,a:hover {
    text-decoration: none
}

.btn-provider,.card,.link-container a,.maintenance,.percent p,.percent-bar,.play-btn,.site-footer {
    text-align: center
}

.jam,.jam h5,.percent p {
    font-weight: 700;
    margin-bottom: .1rem
}

.jam h5 {
    font-size: 13px
}

.jamgacor,.pola {
    font-family: Poppins,sans-serif!important
}

* {
    font-family: sans-serif;
    box-sizing: border-box
}

body {
    background: url(../assets/untukrtptempo.png) top center/cover no-repeat fixed #000
}

p {
    margin: 0
}

.site-logo img {
    max-width: 100%;
    margin: 15px
}

@keyframes slide-in {
    0% {
        top: -100%
    }

    100% {
        top: 50%
    }
}

.link-container {
    font-size: var(--x-large-font);
    padding: 0;
    width: 100%
}

.link-container a {
    width: 50%;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff
}

.register-button {
    background: linear-gradient(to bottom,#e6b000 0,#ffbb00 100%);
    color: #fff
}

.login-button {
    background: linear-gradient(to bottom,#01a1fd 0,#00aeff 100%);
    color: #fff
}

a:hover {
    color: #fff
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.adv {
    flex-wrap: wrap
}

img {
    vertical-align: middle;
    border-style: none
}

.title {
    justify-content: center
}

.title-text {
    color: #fff;
    font-size: 2.5rem
}

.slot {
    display: block
}

.slot .slot-sidebar {
    padding-left: 0;
    margin-top: 5px;
    background-color: #000;
    float: none!important;
    width: 100%!important;
    flex: none!important;
    max-width: 100%!important;
    padding-right: 0!important
}

.btn-provider:hover {
    background-color: #644c1c
}

.slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.slot-sidebar-nav>li {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: linear-gradient(to bottom,#242424 0,#515151 46%,#242424 100%)
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #000
}

.btn-provider {
    display: block
}

.enter,.mySlides,.short {
    display: none
}

.btn-provider span {
    position: unset
}

.active {
    background-color: #0092b1
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #111;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%)
}

.wrapper {
    width: 100%;
    padding: 0 0 20px;
    z-index: 0
}

.card {
    float: left;
    width: 20%;
    background: 0 0
}

.card-content {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    overflow: hidden
}

.card img {
    border-radius: 20px;
    border: 2px solid gray
}

.percent,.play-btn {
    border-radius: 18px
}

.percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    z-index: 1;
    width: 90%;
    margin: 0 auto
}

.hover-btn,.maintenance,.percent p {
    position: absolute;
    width: 100%
}

.percent p {
    z-index: 15;
    font-size: 14px;
    transform: translateY(14px);
    color: #000
}

.hover-btn:hover~.img-zoom,.maintenance p {
    position: relative
}

.percent-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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;
    color: #fff;
    transition: width .6s;
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
    z-index: 10
}

.yellow {
    background-color: #ffc107
}

.green {
    background-color: #28a745
}

.red {
    background-color: #dc3545
}

.hover-btn {
    opacity: 0;
    background-color: rgba(0,0,0,.9);
    transition: .1s ease-in-out;
    z-index: 10;
    height: 52%
}

.maintenance {
    background-color: rgba(0,0,0,.5);
    z-index: 10;
    height: 100%;
    color: #fff;
    margin: -6px
}

.maintenance p {
    top: 40%;
    font-size: 13px
}

.play-btn {
    font-size: 15px;
    align-items: center;
    padding: 8px;
    display: block;
    margin: 42% 30px;
    background: linear-gradient(to bottom,#5ad0ff 0,#00eeff 88%);
    color: #000;
    transition: .3s
}

.play-btn:hover {
    background: linear-gradient(to top,#95f3ff 0,#00e1ff 88%)
}

.img-zoom {
    transition: .45s ease-in-out
}

.ygg-img {
    border: 5px solid #2f2f2f
}

.hover-btn:hover {
    opacity: 100%
}

.next-btn {
    background: linear-gradient(to bottom,#242424 0,#515151 46%,#242424 100%);
    width: 15%;
    background-color: #292a2b;
    border: none;
    color: #fff
}

.site-footer {
    padding: 10px;
    color: rgb(255, 255, 255)
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }

    #form_order {
        display: flex
    }

    .cd-filters {
        width: 50%
    }
}

@media (max-width: 576px) {
    .jam h5 {
        font-size:11px
    }

    .jam p {
        font-size: 9px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (max-width: 992px) {
    .content,.slot-sidebar {
        float:none!important;
        width: 100%!important;
        max-width: 100%!important
    }

    .slot-sidebar-nav {
        flex-wrap: nowrap
    }

    .slot-sidebar {
        flex: none!important;
        padding-right: 0!important
    }

    .content {
        flex: none!important
    }

    .card {
        width: 50%!important
    }

    .hover-btn {
        display: none
    }

    .btn-provider,.enter {
        display: block
    }

    .hover-btn:hover~.img-zoom {
        transform: scale(1);
        position: relative
    }

    .btn-provider {
        text-align: center
    }

    .btn-provider span {
        position: unset
    }

    .btn-provider i {
        margin: 0
    }

    .slot-sidebar-nav li {
        border-bottom: none
    }

    .maintenance p,.slot-sidebar-nav li a p {
        font-size: 5px
    }

    .img-zoom {
        height: auto
    }

    .slot-sidebar-nav li a img {
        height: 17.5px!important
    }
}

.jamgacor {
    padding: 6px 3px 3px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: .1px solid #000
}

.jam {
    margin-bottom: 7px;
    padding: 8px;
    color: #000
}

.pola {
    padding: 6px 3px 3px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: .1px solid #000
}

#form_order select,#form_order input {
    width: 100%;
    max-width: 100%;
    color: #fff
}

#form_order select,#form_order input {
    border-radius: 10px;
    margin: 5px 0;
    background: rgb(3 33 100);
    border: 1px solid #003abd
}

section form {
    background: linear-gradient(to bottom,#242424 0,#515151 46%,#242424 100%);
    padding: 30px 10px
}

#form_order select,#form_order input {
    border-radius: 10px;
    margin: 5px 0;
    background: #090e12;
    border: 1px solid #0f4c8f
}

section form label {
    color: #ffc107;
    margin: 0 8px;
    font-weight: 700;
    font-size: 14px
}

#filters {
    display: flex
}

.filter::placeholder {
    color: #fff
}
.floatingButton {
    position: fixed; 
    bottom: 30px; 
    right: 8px; 
    z-index: 9; 
    width: 65px; 
    display: block;
}
.livechat {
width: 90px;
height: 60px;
position: fixed;
bottom: 30px;
z-index: 999;
right: 8px;	
transform: translate(10%, 10%);			
}


.rtp-button {
width: 90px;
height: 60px;
position: fixed;
bottom: 170px;
left: 5px;
z-index: 999;
transform: translate(10%, 10%);
}
.rtp-button img{
width:75px;
height:75px;
padding:10px;
}
.button-close {
    background: rgb(64 64 64 / 50%);
    color: #00ff1f;
    transform: translate(178%, 38%) scale(0.6);
    }
    .d-none {
    display: none;
    }
.d-none {
display: none;
}
