body {
    background: url('/assets/images/dark-blue/bg.jpg') #fff;
    background-attachment: fixed;
    background-size: cover;
}


.registerkiri {
    background: url('/assets/images/dark-blue/image-register.jpg');
    background-size: cover;
    background-position: center;
}

.bungkusan .kartu {
    background: url("/assets/images/dark-blue/bg_card.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.arrow {
    width: 25px;
    height: 15px;
    position: relative;
    top: 1px;
    left: 0px;
    background: url("/assets/images/arrow.svg") no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.arrowconvert {
    width: 15px;
    height: 10px;
    position: relative;
    left: 10px;
    background: url("/assets/images/dark-blue/arrow.svg") no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.h-merah {
    color: #E43434;
}

@media (max-width: 639px) {
    .w-488 {
        width: 48%;
    }
}

@media (min-width: 1024px) {
    .slick-slide {
        height: 424px;
    }

    .slick-slide img {
        height: 424px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1023px) {
    #chat-widget-container {
        display: none
    }
}

.loading_bar {
    animation: loadingBarAnimation 5s linear infinite
}

@keyframes loadingBarAnimation {
    0% {
        width: 0%
    }

    10% {
        width: 10%
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%
    }
}

.overlay-body {
    z-index: 1
}

.overlay-maintenance {
    background: rgb(0 0 0 / 80%);
    top: 0;
    z-index: 99999;
}

.overlay-maintenance .boxs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 640px) {}

@media (min-width: 768px) {
    .container {
        transform-origin: 50% 0%;
        zoom: 0.85;
        zoom: 85%;
        margin: auto;
        transform: scale(0.85)
    }

    #header .container {
        transform-origin: 50% 50%;
    }

    .bigcover .container {
        transform: scale(1)
    }

    .informasi .container,
    .kanan .container {
        transform-origin: 50% 0%;
        zoom: 1;
        zoom: 100%;
        margin: auto;
        transform: scale(1)
    }

    @-moz-document url-prefix() {
        #footer .container {
            margin-bottom: -2rem;
        }
    }

}

@media (min-width: 1024px) {}

@media screen and (min-width: 1200px) {
    @-moz-document url-prefix() {
        #wrapper {
            margin-bottom: -7.5rem;
        }

        #footer .container {
            margin-bottom: -11rem;
        }
    }
}

#footer .containerss {
    transform-origin: top center !important;
    transform: scale(0.95) !important;
}

.density h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}

.density h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
}

.density h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 2rem;
    font-weight: 600;
}

.density ul {
    padding-left: 1rem;
    list-style-type: disc;
    line-height: 2rem;
}

.density ol {
    padding-left: 1rem;
    list-style-type: number;
    line-height: 2rem;
}

.togelgames input {
    visibility: hidden;
    margin: 0 -8px
}

.togelgames label {
    cursor: pointer;
}

.togelgames input:checked+label {
    background: #E43434;
}

.alive {
    max-height: 100%;
}

.isipromo ul {
    padding-left: 1rem;
    list-style: disc;
    line-height: 32px;
}

.isipromo ol {
    padding-left: 1rem;
    list-style: number;
    line-height: 32px;
}

.isipromo h3 {
    display: flex;
    align-items: center;
}

.isipromo img {
    margin: 1rem 0;
}

.isipromo h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

.isipromo p {
    margin: 1rem 0;
}

.isipromo table,
#footer table {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

ul.filtcx li {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.filtermobile .current {
    background: transparent !important;
    border-bottom: 4px solid#E43434;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.filtermobile .current img {
    filter: brightness(1) invert(0) !important;
}

.filtcx li {
    background-image: none;
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    --tw-text-opacity: 0.7;
}

ul.filt li.current {
    background: #E43434;
}

.namegm {
    background: linear-gradient(360deg, #000000 20.95%, rgba(0, 0, 0, 0.443848) 64.91%, rgba(0, 0, 0, 0) 100%);
}

.slotgames a:hover .namegm {
    bottom: 0;
    transition: .2s all;
}

.namegm h2 {
    text-shadow: 0px 2px 3px #000;
}

/* .namegm .type {
        color: #5D9BE3;
    }

    .namegm .play div {
        background: #5D9BE3;
    } */
#loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 60%);
}

.lds-ellipsis {

    display: inline-block;
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.slots_game a:hover .overlay {
    bottom: 0
}

/*
#loadMore {
    display: block !important;
}
*/

.overlay {
    background: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.overlay .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
}

.icon-provider-slot {
    background: url('/assets/images/mobile-view/slot/icon.png') no-repeat;
    background-size: 90%;
    display: block;
    width: 24px;
    height: 24px;
    background-position-x: center;
}

.icon-provider-slot.PragmaticPlay {
    background-position-y: 0
}

.icon-provider-slot.Evoplay {
    background-position-y: -108px
}

.icon-provider-slot.Playson {
    background-position-y: -64px
}

.icon-provider-slot.Booongo {
    background-position-y: -43px
}

.icon-provider-slot.CQ9 {
    background-position-y: -346px
}

.icon-provider-slot.Habanero {
    background-position-y: -21px
}

.icon-provider-slot.TopTrend {
    background-position-y: -130px
}

.icon-provider-slot.DreamTech {
    background-position-y: -150px
}

.icon-provider-slot.PGSoft {
    background-position-y: -173px
}

.icon-provider-slot.CQ9 {
    background-position-y: -85px
}


.tw-share a {
    background: #56A6DF;
    opacity: 1;
    transition: .2s all;
}

.wa-share a {
    background: #2BBE28;
    opacity: 1;
    transition: .2s all;
}

.te-share a {
    background: #05B5DC;
    opacity: 1;
    transition: .2s all;
}

.fb-share a {
    background: #4567E0;
    opacity: 1;
    transition: .2s all;
}

.referralshare a:hover {
    opacity: .8;
    transition: .2s all;
}

.tabreferral li.current {
    border-color: #E43434;
}