/* =========================================================
   NS38 STYLESHEET (Combined Mobile & Desktop)
   ========================================================= */

/* 
   KETERANGAN ELEMENT (MOBILE):
   Bagian ini berisi gaya khusus untuk tampilan mobile (di bawah 1100px).
   Elemen yang diubah:
   - Body & Main Content: Penyesuaian background dan padding.
   - Headers & Navbars: Styling header mobile usai login, warna linear gradient gold, shadow.
   - Buttons: Tombol deposit, button lc, button join mobile dengan efek animasi pulse & warnanya.
   - Inputs: Desain untuk icon user & password di login form.
   - Promosi & Banners: Radius promo, tab promo khusus spesial dan provider, perbaikan margin.
   - Game Lobby Wrapper & Pools: Gambar pool untuk togel dan minigame.
*/
/* --- START MOBILE CSS --- */
@media(max-width: 1100px) {
    body {
        background-image: url('https://cdn.robotcheap.com/assets/ns38/layout/background/m/backgroundmobile.webp') !important;
        background-size: 100% !important;
    }
    
    body main,body main .main-content {
        background: none !important;
    }
    
    body main .main-content .inner-wrap {
        background: none !important;
    }

    .all-elements .page-content {
        background: #00000054 !important;
    }

    .bank-status {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        gap: 5px !important;
    }
    .bank-status .bank {
        display: flex !important;
        padding: 5px !important;
        width: 32% !important;
    }
    .bank-status .bank img:first-child {
        display: block !important;
        width: 70px !important;
    }
    .bank-status .bank img:last-child {
        display: block !important;
        width: 100% !important;
    }

    .main {
        background: transparent !important;
        background-size: 100% !important;
    }
    
    .main-content .inner-wrap,
    .tabcontent {
        background: #000;
    }
    
    .page-header,.header-after-login,.header-after-login .header-wrapper {
        background: linear-gradient(to bottom, #080808, #000000) !important;
    }

    .header-after-login .header-wrapper {
        border-bottom: 1px solid #fff000;
    }

    .smartb2 .header-logo2 {
        width: 150px !important;
        height: 50px !important;
        margin-left: 20px !important;
    }

    .header-lobby-left a,
    .header-lobby-left a img {
        width: 17rem !important;
    }

    .page-header .buttonlc {
        width: 11vh !important;
        right: 3vh !important;
    }
    
    .header-wrapper .buttonWrap,
    header.header-after-login .header-wrapper .buttn-header-deposit {
        background: linear-gradient(to bottom, #fcf200 0%, #fcf200 30%, #ebb40f 60%, #fcf200 95%) !important;
        border-radius: 18px !important;
        border: 2px solid #ffcf49;
        box-shadow: inset 0 0 5px 0px #ae7c0a, inset 0 2px 3px 0 #fbd98a;
    }
    header.header-after-login .header-wrapper .buttn-header-deposit {
        color: #000000 !important;
        font-weight: 600!important;
        text-transform: uppercase !important;
        font-size: 13px !important;
        box-shadow: inset 0 -2px 0 rgb(255, 251, 0);
        height: 35px!important;
        width: 110px!important;
        border: 1px solid #c29e00!important;
        border-radius: 15px !important;
        text-align: center;
        padding: 1rem 1.5rem!important;
    }
    header.header-after-login .header-wrapper .buttn-header-deposit::before {
        font-family: "Font Awesome 5 Free";
        content: "\f555  ";
        align-content: center;
        font-weight: 700;
    }
    
    .page-header .buttonlc2 {
        background: linear-gradient(90deg, #bb8014 0%, #fcf200 30%, #ffda14 70%, #bb8014 100%) !important;
        background-size: 400% 300%;
        color: #000 !important;
        animation: btnCarret 1s infinite;
        box-shadow: inset 0 0 0 1px #bb8014, inset 0 2px 0 0 #ffda14, inset 0 4px 4px 2px #cd8706, 3px 3px 3px 1px rgba(0, 0, 0, 0.2) !important;
    }
    
    .marquee{
        background: linear-gradient(to bottom, #fcf200, #fcf200, #f7c80c);
        font-size: 14px;
        font-weight: bold;
        color: #000 !important;
        border-bottom: 2px solid #ffcf49;
        border-top: 2px solid #ffcf49;
        padding: 2px 0;
        margin-top: 6.5rem;
        /* text-shadow: 1px 1px 2px #000; */
        /* border-radius: 0 0 12px 12px; */
    }
    
    .login-wrapper {
        background: none !important;
    }
    
    /* INPUT ICON */
    
    .iconuserlogin {
        position: absolute;
        top: 42px;
        left: 18px;
        background: linear-gradient(to bottom, #fcf200 10%, #fcf200 70%, #f7c80c 100%);
        border-radius: 50px 0 0 50px;
        padding: 10px 13px;
        border: 1px solid #ffcf49;
    }
    
    .iconuserlogin img {
        width: 19.3px;
        left: 2px;
        filter: brightness(0) contrast(8.8);
    }
    
    .iconkeylogin {
        position: absolute;
        top: 92px;
        left: 18px;
        background: linear-gradient(to bottom, #fcf200 10%, #fcf200 70%, #f7c80c 100%);
        border-radius: 50px 0 0 50px;
        padding: 10px 13px;
        border: 1px solid #ffcf49;
    }
    
    .iconkeylogin img {
        width: 19.3px;
        filter: brightness(0) contrast(8.8);
    }
    
    .showp {
        color: white;
        display: flex;
        float: right;
        position: absolute;
        align-items: center;
        top: 8px;
        right: 12px;
        z-index: 1;
    }
    .showp img {
        width: 25px;
        height: 25px;
        filter: brightness(0.5);
    }
    .showp #hideshow {
        display: none;
    }
    
    /* MOBILE FORM BUTTON */
    .contactField {
        border-radius: 10px !important;
        border: 2px solid #ffcf49 !important;
    }
    .buttonjoin,
    .buttonWrap,
    .login-wrapper .home-button-wrapper .btn.btn-1 {
        border-radius: 18px !important;
    }
    
    .buttonjoin .buttonWrap,
    .login-wrapper .home-button-wrapper .btn.btn-1,
    .formSubmitButtonErrorsWrap .buttonWrap {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        box-shadow: inset 0px 0px 0px 1.5px #8f6e10, inset 0px 1.5px 0px 0px #fffb82, inset 0px 0px 0px 1.5px #8f6e10, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2) !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        text-shadow: 1px 1px 2px #ffdc5d;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .buttonjoin .buttong,
    .button-ext-sec {
        background: linear-gradient(to bottom,#c0392b 0%,#ad0000 50%,#FF0000 100%) !important;
        box-shadow: inset 0 0 0 1px #c0392b, inset 0 2px 0 0 #c0392b, inset 0 4px 4px 2px #ad0000, 3px 3px 3px 1px rgba(0,0,0,0.2) !important;
        border: 1px solid #ad0000 !important;
        color: #ffffff !important;
        text-shadow: 1px 1px 2px #180000;
    }
    
    @keyframes mobile-button {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    
    @keyframes changeColor {
        0% {
        color: #000;
        }
        50% {
        color: #f5f5f5;
        }
        100% {
        color: #000;
        }
    }

    .section-title-form:first-child {
        text-align: center;
    }

    .section-title-form {
        background: linear-gradient(to bottom, #fcf200, #ebb40f, #fcf200);
        padding: 10px;
        border-left: 2px solid #ffcf49;
        border-bottom: 2px solid #ffcf49;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    main .inner-wrap .section-title-form h3 {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bold;
        font-size: 20px;
    }
    
    /* PROMOTION */
    
    /* .promosi-content-container .promosi-content .promosi-btn-wrapper {
        margin-top: 5px;
    } */
    
    .promosi-content-container .promosi-content .promosi-btn-wrapper .btn-promo#btn-promo-more,
    .radiusbl {
        background: linear-gradient(
        to bottom,
            #edbf05,
            #fcf200,
            #fcf200
        ) !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        border-radius: 0 8px 8px 0;
        border: 2px solid #ffcf49;
        margin-right: 1px;
        height: 95%;
    }
    
    /* .inner-wrap .radiusbr {
        width: 100%;
    }
    
    .promosi-content-container .promosi-content .promosi-btn-wrapper .btn-promo#btn-promo-play,
    .radiusbr {
        background: linear-gradient(
        to right bottom,
            #9c6f47,
            #E2A829,
            #a50000
        ) !important;
        color: #fff !important;
        border-radius: 14px 2px;
        margin-left: 1px;
    }
    
    .promosi-content-container .promosi-content>img {
        border-left: 2px solid #ffcf49;
        border-top: 2px solid #ffcf49;
        border-right: 2px solid #ffcf49;
        border-radius: 10px 10px 0 0;
    } */
    
    .promosi-content-container .promosi-more,
    .inner-wrap .accordion-content {
        background: linear-gradient(to bottom,#252002, #0c0900) !important;
        border: 2px solid #ffcf49;
        border-radius: 8px;
    }
    
    .promosi-content-container {
        margin-bottom: 0 !important;
    }
    
    .promosi-content-container .promosi-content {
        flex-direction: row !important;
    }
    
    .promosi-content-container .promosi-content .promosi-btn-wrapper {
        width: 20% !important;
    }
    
    
    .promosi-btn-wrapper #btn-promo-play {
        display: none !important;
    }

    .promosi-tab-wrapper {
        display: flex;
        gap: 12px;
        margin-bottom: 20px;
    }

    .promosi-tab {
        padding: 10px 18px;
        cursor: pointer;
        background: #c8b400;
        color: #fff;
        border-radius: 6px;
        font-weight: 600;
        width: 50%;
        text-align: center;
    }

    .promosi-tab.active {
        background: linear-gradient(
        to bottom,
            #edbf05,
            #fcf200,
            #fcf200
        ) !important;
        color: #000;
    }

    .promo-tab-content {
        width: 100%;
    }
    
    /* RULES */
    body {
        /* background mobile sudah didefinisikan di awal media query */
        margin: 0 !important;
    }
    main .peraturan-light {
        background: #0c0011ad !important;
    }
    
    .main-content .title-page {
        margin-block: 20px !important;
        text-align: center;
    }
    
    .peraturan-content,.rules {
        color: #fff !important;
        background: #000411ad;
        border-radius: 15px;
        border: 3px solid #ffcf49;
        padding: 16px 10px !important;
        line-height: 17px;
    }
    
    .peraturan-button-wrapper .btn-peraturan,.legend .btn.btn-theme {
        border-radius: 10px !important;
        padding: 10px 20px !important;
        font-size: 16px !important;
        box-shadow: none !important;
    }

    #rulesForm .peraturan-button-wrapper {
        margin-top: -0vh;
        border-radius: 8px;
        position: relative;
        z-index: 999;
        background: #000411ad;
        padding: 10px;
    }
    
    .peraturan-button-wrapper .btn-peraturan:first-child,.legend .btn.btn-theme:first-child {
        background: linear-gradient(to bottom, #18c505, #119103) !important;
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }
    .peraturan-button-wrapper .btn-peraturan:last-child,.legend .btn.btn-theme:last-child {
        background: linear-gradient(to bottom, #d10d0d, #8b0000) !important;
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }
    
    /* LOBBY */
    header.header-after-login .header-wrapper .buttn-header-deposit {
        padding: 8px 15px 10px !important;
    }
    
    .main .wrapper {
        border-right: 2px solid #ffcf49;
        border-left: 2px solid #ffcf49;
        border-bottom: 2px solid #ffcf49;
        border-radius: 2px 2px 26px 26px;
        background: radial-gradient(circle, rgb(35 30 3 / 100%) 0%, rgba(7, 7, 7, 0.905) 100%) !important;
    }

    .lobby-content-top {
        margin-top: 6.5rem;
        border-bottom: 2px solid #ffcf49;
        background: url(https://i.gyazo.com/d4e62c4e3aa5a829416987b94d3c0e60.webp) center no-repeat !important;
        background-size: 100% !important;
    }
    
    .lobby-content-top .mb-lobby-username,.lobby-content-top .mb-lobby-balance {
        color: #fff !important;
    }
    
    .btn-refresh-balance {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        border: 1px solid #000;
        overflow: auto !important;
        background: linear-gradient(to bottom, #00f600 0%, #022f00 100%) !important;
        box-shadow: inset 0 0 5px 3px #00cf19, inset 0 2px 0 0 #fff;
    }
    
    .panel-grey {
        background: none !important;
    }
    
    form .panel-grey button,.button-lobby-container .button-lobby-wrapper > .button-filter-lobby {
        background: linear-gradient(to bottom, #00b9f6 0%, #001745 100%) !important;
        border-radius: 10px !important;
        border: 2px solid #05dafa !important;
        box-shadow: 0px 0px 3px #00ffc9 !important;
        color: #fff !important;
        /* text-shadow: 1px 1px 2px #000; */
        min-height: auto;
        height: 4rem;
        font-weight: bold !important;
    }

    .button-lobby-container .button-lobby-wrapper > .button-filter-lobby img {
        filter: brightness(10) contrast(8.8);
    }

    .main-content .button-lobby-container:first-child > .button-lobby-wrapper:first-child > .button-filter-lobby > img {
        width: 30px !important;
        margin-right: -5px !important;
        margin-bottom: -5px !important;
    }

    /* .button-lobby-container .button-lobby-wrapper .category-tag {
        filter: invert(20%) sepia(50%) saturate(2000%) hue-rotate(100deg);
    } */

    .input-cari-wrapper input#cari-game {
        margin: unset !important;
        text-align: left !important;
        padding: 7px 10px 7px 40px !important;
        height: unset !important;
        border: 2px groove #edbc26 !important;
        border-radius: 15px !important;
        font-size: 14px !important;
    }
    .input-cari-wrapper.show svg {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 2;
        width: 24px;
        height: 24px;
        filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(189deg) brightness(109%) contrast(101%);
    }
    
    /* .main .panel-grey,.main-content {
        background: #000 !important;
    } */
    
    .main .panel-grey #lobtoto {
        margin-top: 20px;
    }
    
    #game-togel-all .game-wrapper a.game-lobby-content,
    #game-live .game-wrapper a.game-lobby-content {
        background-color: #17171791;
        border: inset 2px #ffdf00;
        border-radius: 10px;
        z-index: 1;
    }
    #game-togel-all .game-wrapper a.game-lobby-content .effect7,
    #game-live .game-wrapper a.game-lobby-content .effect7 {
        justify-content: space-between !important;
        height: auto !important;
        z-index: 1;
    }
    #game-togel-all div.game-lobby-content {
        background: #4e4303ab !important;
    }
    #game-togel-all div.game-lobby-content .pool-content {
        margin: 0 !important;
        padding: 2px !important;
        background: linear-gradient(to bottom, #fcf200, #fcf200, #ebb40f, #fcf200, #fcf200) !important;
        border-radius: 8px !important;
    }
    #togel4d a.game-lobby-content .game-angka {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
        height: auto !important;
    }
    #togel4d a.game-lobby-content .game-lobby-bottom {
        padding-bottom: 30px !important;
    }
    #game-live .game-lobby-content .game-angka {
        padding-block: 40px !important;
        padding-inline: 10px !important;
    }

    .game-togel .game-wrapper .game-lobby-content,
    .main-content-live .game-wrapper .game-lobby-content {
        border-radius: 4px;
    }

    .effect7 {
        box-shadow: 0 0 20px rgba(0, 0, 0, .8);
        /* background: linear-gradient(to right bottom, #b90505, #510404); */
    }
    .effect7::before {
        box-shadow: none !important;
    }

    .gambar-togel {
        position: absolute;
        z-index: 1;
        max-width: 3rem;
        top: .5rem;
        left: .5rem;
        animation: iconTogl 3s linear infinite;
    }
    
    .game-wrapper a.game-lobby-content .game-title {
        padding: 1.2rem 0 !important;
        width: 100% !important;
        background: linear-gradient(101deg, rgb(255 173 0) 4%, rgb(255 209 0) 15%, rgb(255 213 0) 30%, rgb(255 220 0) 69%, rgb(255 209 0) 87%, rgb(255 178 0) 92%) !important;
        color: #000000 !important;
        font-weight: bold !important;
        font-size: 14px !important;
        text-indent: 30px;
        text-shadow: 0 1px 2px #ffcb20;
    }

    .live-container .main-content-live .game-wrapper .game-lobby-content .game-title {
        /* margin-top: -3.6rem; */
        text-indent: 0;
    }

    .main-content-live .game-wrapper .game-lobby-content .game-title {
        /* white-space: pre-wrap; */
        word-break: keep-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 4px;
        min-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .game-wrapper .game-lobby-content .game-angka .lobby-game-angka-keluar {
        color: #ffd900 !important;
        font-size: 14px !important;
        width: 100% !important;
        margin: 0 auto !important;
        font-weight: bold;
        text-shadow: 1px 1px 2px #000;
        /* background: linear-gradient(to right, #2b2300a4, #110e00d2 , #020100, #110e00d2, #2b2300a4);
        padding: 10px 20px;
        border-radius: 20px 2px; */
        /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #18d1b8; */
    }
    #game-togel-all a.game-lobby-content .game-angka .lobby-game-angka-keluar {
        font-size: 32px !important;
    }

    .game-wrapper .game-lobby-content .game-angka {
        width: 100% !important;
    }

    .lobby-game-angka-keluar .img-angka {
        width: 100% !important;
    }
    
    .game-wrapper .game-lobby-content .game-lobby-bottom .timer-game {
        color: #40ff00 !important;
        font-size: 15px !important;
        /* background: #2cb100;
        padding: 1rem !important;
        border-radius: 8px;
        border: 1px solid #2cb100; */
    }

    .game-lobby-content .pool-container .pool-content .game-angka .lobby-game-angka-keluar {
        font-size: 22px !important;
    }
    .game-lobby-content .pool-container .pool-content .timer-game {
        padding: 13px 2px !important;
        flex: none !important;
        justify-content: center !important;
        width: 100% !important;
        font-size: 12px !important;
    }

    .game-lobby-content .game-container .item-data .sub-item-data .timer .time-game {
        display: flex;
        align-items: center;
        font-weight: 600 !important;
        font-size: 12px;
    }
    
    .game-wrapper .game-lobby-content .game-lobby-bottom .game-lobby-live-wrapper .game-lobby-live {
        color: #ff0000 !important;
        font-weight: bold !important;
        font-size: 15px !important;
        /* background: #cd0505;
        padding: 1rem !important;
        border-radius: 8px;
        border: 1px solid #cd0505; */
    }

    .game-button-wrapper .game-button {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border: 1px solid #ffcf49;
        color: #000;
        border-radius: 8px;
        padding: 1rem;
    }

    #game-elottery .slot-content .elottery-items {
        border: 1px solid #ffcf49;
        background: linear-gradient(to bottom, #f1bf1a, #fcf200);
    }

    #game-elottery .slot-content .elottery-items:nth-child(odd) {
        border-radius: 10px 5px;
    }

    #game-elottery .slot-content .elottery-items:nth-child(even) {
        border-radius: 5px 10px;
    }
    

    #game-arcade .arcade-content .arcade-content-item {
        background: linear-gradient(to bottom, #f1bf1a, #ddac0af7);
        text-align: center;
        border-radius: 10px;
        border: 1px solid #ffcf49;
    }
    
    #game-arcade .arcade-content .arcade-content-item span {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        line-height: 30px;
    }

    #game-arcade .arcade-content .arcade-content-item .arcade-content-relative {
        border-bottom: 1px solid #ffd818;
    }
    
    .slot-content {
        background: none !important;
    }
    
    .slot-header-right button {
        padding: 4px 10px !important;
        border-radius: 6px !important;
        color: #fff !important;
        border: 2px groove #ffd000 !important;
        background: linear-gradient(to bottom, rgb(105 103 103) 0%, rgb(0 0 0) 100%) !important;
        box-shadow: inset 0 0 4px 5px #000000f2, inset 0 1px 0 0 #0000003d, inset 0 0 0 2px #ff000054, 3px 3px 2px 1px rgb(0 0 0 / 0%) !important;
    }
    
    .sidebar-shortcuts,.mb-sidenav .sidenav-header {
        background: #000 !important;
    }
    
    .sidebar-shortcuts .buttonlc {
        width: 60% !important;
    }
    
    .sidebar-shortcuts .buttonlc .buttonWrap,
    .mb-sidenav .sidenav-header .buttonWrap {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        /* box-shadow: inset 0px 0px 0px 1.5px #8f1010, inset 0px 1.5px 0px 0px #ffcfcf, inset 0px 0px 0px 1.5px #7e0303, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2); */
        box-shadow: none !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        opacity: 1 !important;
    }
    
    .page-sidebar-scroll .navigation-item,.mb-sidenav .side-link-container>li {
        background: linear-gradient(to right bottom, 
            #ebb40f,
            #ffd632, 
            #f4c817, 
            #fcf200 
        ) !important;
        border-top: 2px solid #000000 !important;
    }
    
    .mb-sidenav .side-link-container>li .side-link .side-link-dot.active {
        /* background: #00b200 !important; */
        background: #000 !important;
    }
    
    .mb-sidenav .side-link-container>li .side-link .badge {
        background: #000 !important;
        color: #fff;
    }
    
    .mb-sidenav .side-link-container > li .side-link .side-link-desc .side-link-text {
        color: #000 !important;
    }
    
    .mb-sidenav .side-link-container > li .side-link .side-link-desc .icon-menu{
        background-image: url(https://photoku.io/images/2024/05/30/cG0DA32w.png)!important;
        height: 2.5rem;
        width: 2.5rem;
    }

    .burger-menu {
        display: flex;
        flex-direction: column;
        font-size: 10px;
    }

    #game-slot img {
        /* border: 2px solid #ffcf49; */
    }

    #game-slot .slot-wrapper,
    .slot-wrapper,
    .game-togel .title-game-child,
    #game-elottery .slot-header,
    .live-wrapper .live-header {
        padding: 1rem 10px;
        background: linear-gradient(to bottom, #fcf200, #ebb40f, #fcf200);
        border-left: 4px solid #ffcf49;
        border-bottom: 2px solid #ffcf49;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .title-game-child h3,
    .slot-header span {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        text-align: center;
        font-weight: bold;
    }

    #game-elottery .slot-header,
    .live-wrapper .live-header {
        width: 100%;
        margin-bottom: 10px;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }

    .live-wrapper .live-header .fa-icongame {
        background: #000 !important;
    }

    .live-wrapper .live-header span {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }

    .slot-wrapper .slot-header {
        display: flex;
        align-items: center;
    }

    .slot-wrapper .slot-header-right a {
        margin-left: auto;
    }

    .main-content-live .game-wrapper {
        margin-top: 15px;
    }
    
    /* IN GAME */
    
    .game-button .game-list {
        border: none !important;
    }
    
    .game-button .game-list,.games-btn-container .btn-games-wrapper .btn-game-hs {
        border: 1px solid #ffcf49;
        border-radius: 8px !important;
        background: linear-gradient(to bottom,
            #ebb40f,
            #fcf200, 
            #fcf200, 
            #fcf200 
        ) !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        /* font-weight: bolder; */
    }
    
    .game-button .game-list a {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000000; */
    }
    
    .inner-wrap .panel-blue form .buttonss {
        border-radius: 20px !important;
    }
    
    .fullcontent .inner-wrap {
        background: #1d002052 !important;
    }
    
    .fullcontent .inner-wrap .panel-grey {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border-bottom: 2px solid #ffcf49;
        border-left: 4px solid #ffcf49;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .fullcontent .inner-wrap .panel-grey h1 {
        text-align: center;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    .fullcontent .inner-wrap .panel-blue {
        border: 2px solid #ffcf49;
        border-radius: 20px;
        background: linear-gradient(to bottom,#251d02, #0c0a00) !important;
    }

    .fullcontent .inner-wrap .generator {
        border-bottom: none !important;
        border-top: none !important;
    }
    
    form .button-red,.fullcontent .inner-wrap .panel-blue .button-red{
        background: linear-gradient(150deg, #08b808, #006b00) !important;
        box-shadow: none !important;
        color: #fff !important;
        border-radius: 16px !important;
    }
    form .button-grey,.fullcontent .inner-wrap .panel-blue .button-grey {
        background: linear-gradient(150deg, #910000, #d61212) !important;
        color: #fff !important;
        box-shadow: none !important;
        border-radius: 16px !important;
    }
    
    /* =============================
    OLD PAGE
    =============================*/
    
    .content .main .wrapper {
        /* border-bottom: 2px solid #EEC61F;
        border-top: 2px solid #EEC61F; */
        background: #000 !important;
    }
    
    .content .main .inner-wrap {
        background: none;
    }
    
    
    /* TRANSACTION */
    main .inner-wrap .button-reds {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        /* box-shadow: inset 0px 0px 0px 1.5px #8f1010, inset 0px 1.5px 0px 0px #ffcfcf, inset 0px 0px 0px 1.5px #7e0303, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2); */
        box-shadow: none !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    /* DEPOSIT */
    .pg-container #bank,
    .pg-container #pg-tab,
    .deposit-wrapper #deposit,
    #container-wd, .withdrwa-info {
        background: linear-gradient(to bottom,#251f02, #0c0a00);
        border-radius: 30px 30px 10px 10px;
        margin-top: 10px;
        padding: 20px 10px;
        border-top: 3px solid #ffcf49;
        border-bottom: 3px solid #ffcf49;
        border-left: 1px solid #ffcf49;
        border-right: 1px solid #ffcf49;
    }

    .bank-status-item-parent .bank-cashier {
        background: #f5f5f5;
        border-radius: 10px 10px 10px 2px;
    }

    .bank-status-item-parent .bank-cashier .img-bank-cashier {
        height: 2rem;
    }


    #pg-tab .qr-bank-img {
        background: #ffffff80;
        border-radius: 10px;
    }

    #bankTabs .tablinks {
        background: linear-gradient(to bottom, 
            #ebb40f,
            #fcf200, 
            #fcf200, 
            #fcf200 
        );
        border: 1px solid #ffcf49;
        color: #000;
        /* text-shadow: 1px 1px 2px #000; */
    }

    #bankTabs .tablinks .menu-icon {
        background: #170000b0;
        border-radius: 4px;
    }

    #bankTabs .active {
        background: linear-gradient(to bottom, #fcf200, #ebb40f, #fcf200);
        border: 2px solid #ffcf49;
        color: #000;
        text-shadow: none;
    }

    .deposit-wrapper .tab-wrapper .tablinks-deposit {
        background: linear-gradient(to bottom, #fcf200, #ebb40f, #fcf200) !important;
        color: #000 !important;
        border-radius: 10px !important;
        /* text-shadow: 1px 1px 2px #000; */
    }

    #deposit .btn-depo-submit {
        background: linear-gradient(to bottom, #fcf200, #ebb40f, #fcf200) !important;
        color: #000 !important;
        border-radius: 12px !important;
        /* text-shadow: 1px 1px 2px #000; */
    }

    .pg-container .submit-depo {
        background: linear-gradient(to bottom,
            #ebb40f,
            #fcf200, 
            #fcf200, 
            #fcf200 
        ) !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        border-radius: 12px !important;
        border: 2px solid #ffcf49 !important;
        box-shadow: inset 0 0 5px 0px #ae7c0a, inset 0 2px 3px 0 #fbd98a;
    }

    /* #pg-main div:nth-child(1) {
        margin-top: 20px;
        padding: 20px 10px;
        background: linear-gradient(to bottom, #ffc901, #ffe96e);
        border-radius: 20px;
    } */

    #pg-main .tab-kkgaa-qrispayment {
        background: linear-gradient(to bottom, #fcf200, #ebb40f, #fcf200) !important;
        color: #000 !important;
        border: 2px solid #ffcf49;
    }

    #_hoki-app-tab .tabcontent {
        padding-top: 20px;
        border-radius: 16px 16px 0 0;
    }

    #_hoki-app-tab .tabcontent,
    #_hoki-app-tab .pg-container .bg-grey {
        background-color: #100c00 !important;
    }
    /* END DEPOSIT */
    
    
    /* WITHDRAW */
    .wd-btn-container .btn-wd {
        border-radius: 16px !important;
    }
    .wd-btn-container .btn-kirim {
        background: linear-gradient(270deg, rgb(0 194 201) 0%, rgb(0 136 193) 21%, rgb(0 154 255) 33%, rgb(0 236 255) 44%, rgb(9 200 215) 60%, rgb(34 126 252) 73%, rgb(0 180 255) 85%, rgb(0 217 255) 100%) !important;
        background-size: 400% 400% !important;
        animation: gradient 5s ease infinite !important;
        box-shadow: inset 0 0 5px 3px #00e9f1, inset 0 2px 0 0 #fff, inset 0 0 0 2px #640067, 3px 3px 3px 1px rgba(0, 0, 0, .2) !important;
        color: #000 !important;
        text-shadow: 1px 1px 2px #5dcbff !important;
        border: 2px solid #00cbff !important;
        border-radius: 16px !important;
    }
    .wd-btn-container .btn-batal {
        background: linear-gradient(to bottom, #940101, #e60707) !important;
        color: #fff !important;
        box-shadow: none !important;
        border-radius: 16px !important;
    }
    
    /* HISTORY */
    .button-history-container {
        background: linear-gradient(to bottom, #040225, #01000c);
        padding: 15px 10px;
        border: 1px solid #ffcf49;
        border-radius: 10px;
    }

    .button-history-container .button-filter-history {
        background: linear-gradient(to bottom , #101010 , #020202) !important;
        border: 1px solid #d7d7d7 !important;
    }

    .button-history-container .button-history-wrapper .active {
        opacity: 1 !important;
        border: 1px solid #ffcf49 !important;
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    /* END HISTORY */
    
    /* REFERRAL */
    main .referral-load {
        background: none !important;
    }
    
    .referral-load .button-referral {
        border-top: 1px solid #ffcf49;
        border-bottom: 1px solid #ffcf49;
        border-radius: 14px !important;
        background: linear-gradient(to bottom,
            #ebb40f,
            #fcf200, 
            #fcf200, 
            #fcf200 
        ) !important;
        box-shadow: none !important;
        color: #000;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    .container .panel-blue {
        border: 2px solid #ffcf49 !important;
        background: linear-gradient(to bottom,#110d00, #0c0900) !important;
    }
    /* END REFERRAL */

    /* INVOICE */

    main .invoice-load {
        background: #1f1800c6;
        border-radius: 20px 20px 0 0;
        margin-top: 20px;
    }
    main .invoice-load .myInput {
        width: 95% !important;
        margin: 20px auto !important;
        height: 3.5rem;
        border-radius: 10px;
        padding: 0 10px;
        border: 2px solid #ffcf49;
        font-family: monospace;
    }

    main .invoice-load .myInput:focus {
        border: 2px solid #0d0d0d;
        outline: 1.5px solid #ffcf49;
        box-shadow: rgba(146, 3, 182, 0.736) 0px 5px 15px;
    }
    
    /* MEMO */
    .header-memo .button-filter-memo {
        background: linear-gradient(to bottom, #181818, #040404) !important;
        border: 2px solid #ffcf49;
        color: #fff !important;
        /* text-shadow: 1px 1px 2px #000; */
        font-size: 13px;
        padding: 10px !important;
    }
    .header-memo .active {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border: 2px solid #ffcf49;
        color: #000 !important;
    }
    .memo-legends {
        background: linear-gradient(to bottom right, #1f1f1f , #000, #000 , #1f1f1f) !important;
        border: 2px solid #ffcf49;
    }
    
    .memo-inner .card-memo {
        background: linear-gradient(to bottom right, #1f1f1f , #000, #000 , #1f1f1f) !important;
        border: 2px solid #ffcf49;
    }
    
    .memo-inner .card-memo .unread {
        background: #008a1e !important;
    }
    
    .memo-inner .card-memo .card-memo-content {
        background: none !important;
    }
    /* END MEMO */
    
    /* HADIAH */
    .hadiah-load {
        background: #000 !important;
    }
    .hadiah-load .buttonWrap {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        /* box-shadow: inset 0px 0px 0px 1.5px #8f1010, inset 0px 1.5px 0px 0px #ffcfcf, inset 0px 0px 0px 1.5px #7e0303, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2); */
        box-shadow: none !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    
    /* BERITA */
    .news-content .news-card,.news-card {
        border: 3px solid #ffcf49;
        border-radius: 10px;
        background: linear-gradient(to bottom,
            #ebb40f,
            #fcf200, 
            #fcf200, 
            #fcf200 
        ) !important;
    }
    
    .news-card .news-icon i {
        color: #000 !important;
    }
    
    .news-card  .news-body h3 .app_title,.news-card  .news-body h4,.news-card  .news-body .news-control {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    .news-card h3,.news-card .news-body h3 strong span {
        display: flex;
        align-items: center;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    .body-mobile main .inner-wrap {
        background: none;
    }
    
    .body-mobile main .inner-wrap .news-detail {
        border: 2px solid #ffcf49;
        background: #120000;
        color: #fff;
        border-radius: 0 0 14px 14px;
    }

    .news-body h5 font {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    /* NEWS CARD NEW CUSTOMIZE */
    .news-body h3 marquee font {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }

    .news-card h3 .lnnews {
        width: 4rem;
    }

    .news-card .news-body h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news-card .news-body h3 img {
        width: 30px;
    }
    
    /* NEWS BEFORE LOGIN */
    .results .news-detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .results .news-detail .latest-news {
        padding: 10px 10px 15px;
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        color: #000;
        border-radius: 10px;
    }

    .results .news-detail .latest-news a {
        color: #000;
    }

    .results .news-detail .latest-news .dates {
        color: #fff;
        background: #21bc00;
        padding: 5px;
        border-radius: 4px;
    }
    /* END BERITA */
    
    /* CARA BERMAIN */
    main .main-content .header-menu { 
        background: #11111102;
    }
    
    main .main-content .header-menu .buttonWrap {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        /* box-shadow: inset 0px 0px 0px 1.5px #8f1010, inset 0px 1.5px 0px 0px #ffcfcf, inset 0px 0px 0px 1.5px #7e0303, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2); */
        box-shadow: none !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    main .main-content .tab-content {
        color: #fff;
    }

    main .main-content .tab-content .tab-pane {
        background: #0f0f0fce;
        border-radius: 14px 14px 4px 4px;
        border: 2px solid #ffcf49;
        padding: 16px 10px !important;
    }
    
    /* END CARA BERMAIN */
    
    .bannerRemove{
        display: none !important;
    }
    
    .historycontent .inner-wrap .color-grey,.historycontent .inner-wrap .color-grey .bets a font {
        color: #ffb000;
    }
    
    #transaction td a {
        color: #fff !important;
    }
    
    main .inner-wrap .color-grey {
        color: #fff;
    }
    
    main .inner-wrap .panel-blue {
        border: 2px solid #f1f1f1;
    }
    
    .side-link-container .sidelink-new-item {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        border: 2px solid #ffcf49;
        padding: 1.1rem;
        border-radius: 20px;
        background-image: linear-gradient(to bottom, #130d01, #0e0a00);
        box-shadow: rgb(0 0 0 / 54%) 0px 5px 10px;
        /* box-shadow: 0 0 10px 2px #ffcf49, inset 0px 0px 5px 0px #ffcf49;  */
    }
    
    .navigation-item-custom {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px 10px 0;
    }

    .side-nav-new-menu a {
        width: 90%;
        margin: 0 .3rem;
    }

    .side-nav-new-menu li {
        list-style: none;
    }

    .side-nav-new-menu {
        background: linear-gradient(to right, #E2A829, #E2A829, #E2A829, #E2A829) !important;
        border-top: 2px solid #000000 !important;
        padding: 10px;
    }

    .external-wrapper {
        width: 100%;
        margin: 1rem 0;
        /* margin-top: -25px !important; */
    }

    .bonus-promo-banner {
        width: 100%;
    }

    .bonus-promo-banner:first-child {
        margin-bottom: 15px;
    }

    .bonus-promo-banner img {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #ffcf49;
    }

    .notice-warning-info {
        width: 100%;
        border-radius: 18px;
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border: 2px solid #ffcf49;
        padding: 10px;
        text-align: center;
        color: #000;
        font-weight: bold;
        /* text-shadow: 1px 1px 2px #000; */
    }
    .lobby-new-button {
        width: 100%;
        margin-top: 20px;
    }
    .lobby-new-button a {
        width: 100%;
        border-radius: 18px;
        background: linear-gradient(to bottom, #00b9f6 0%, #001745 100%) !important;
        border: 2px solid #05dafa !important;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        text-shadow: 1px 1px 2px #000;
        box-shadow: 0px 0px 3px #00ffc9 !important;
    }

    .gambar-togel {
        position: absolute;
        z-index: 1;
        max-width: 3rem;
        top: .5rem;
        left: .1rem;
        animation: rotate 3s linear infinite;
    }
    /* .gambar-togel {
        position: absolute;
        z-index: -1;
        width: 4.5rem;
        top: 7rem;
        right: 1rem;
        opacity: 0.5;
        animation: iconTogl 1s infinite;
    } */

    .link-alternatif-list-wrapper {
        display: flex;
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border: 2px solid #ffcf49;
        padding: 10px;
        border-radius: 12px;
        gap: 10px;
    }

    .link-alternatif-list-content {
        width: 50%;
        color: #fff;
    }

    .link-alternatif-list-content h5 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 12px;
        margin-bottom: 10px;
    }

    #link-alternatif-list {
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 5px;
    }

    #copyLinkBtn {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border: 2px solid #ffcf49;
        color: #000;
    }

    .promo-potrait {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .promo-potrait img {
        border-radius: 10px;
        margin: 0 auto;
        width: 90%;
    }

    /* COPY LINK GENERATOR */
    .link-container {
        margin: 12px 0;
        padding: 10px;
        border: 2px solid #ffcf49;
        border-radius: 12px;
        background: linear-gradient(#000000 0, #000410 100%);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .left-column {
        flex: 1;
        color: #fff;
        max-width: 50%;
    }

    .left-column p.header-text {
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .link-button {
        font-weight: 500;
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        color: #fff;
        border: 1px solid #ffcf49;
        border-radius: 5px;
        padding: 8px 12px;
        font-size: 12px;
        cursor: pointer;
        width: auto;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
    }

    .link-button:hover {
        opacity: 0.9;
    }

    .link-button:focus,
    #linkDropdown:focus,
    .copy-selected-button:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 204, 0, 0.5);
    }

    #linkDropdown {
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 5px;
        color: #000;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
    }

    .left-column label {
        font-size: 12px;
        margin-bottom: 5px;
        display: block;
        color: white;
    }

    .copy-selected-button {
        font-size: 10px;
        background: #efbb00;
        border: 1px solid #ffcf49;
        color: #000;
        padding: 6px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    .copy-selected-button:hover {
        background: #00b300;
    }

    .left-column p.note-text {
        color: white;
        font-size: 8px;
        margin-top: 10px;
    }

    .right-column {
        max-width: 45%;
        flex-shrink: 0;
    }

    .right-column img {
        width: 100%;
        border: 1px solid #ffcf49;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(31, 31, 31, 0.5);
        display: block;
    }

    @media (max-width: 600px) {
        .link-container {
            display: flex;
        }
        .left-column, .right-column {
            width: 100%;
        }
        .left-column {
            order: 2;
        }
        .right-column {
            order: 1;
            margin-bottom: 15px;
        }
    }

    .link-alternatif-banner {
        width: 100%;
        padding: 20px 10px;
        border-radius: 18px;
        border: 2px solid #ffcf49;
        background: linear-gradient(to bottom, #1c1700, #564b04);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .link-alternatif-wrapper {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        box-sizing: border-box;
        gap: 10px;
    }

    .link-alternatif-wrapper a {
        display: inline-block;
        padding: 8px 12px;
        border-radius: 18px;
        background: linear-gradient(to bottom, #ffe524, #f2c80d);
        border: 1px solid #ffcf49;
        color: #000;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

    .link-alternatif-banner-image {
        width: 40%;
    }

    .link-alternatif-banner-image img {
        width: 100%;
        border: 1px solid #ffcf49;
        border-radius: 12px;
    }

    #togel4d div.title-game-child {
        order: -1;
    }

    .game-lobby-content-ns38 .game-angka {
        border: 1px solid white !important;
        padding: 5px !important;
        border-radius: 5px !important;
        flex: 1 !important;
        color: white !important;
        display: flex !important;
        justify-content: center !important;
        height: 100% !important;
    }
    .game-lobby-content-ns38 .game-lobby-bottom {
        display: flex !important;
        flex: 1 !important;
        justify-content: center !important;
        padding-bottom: 0 !important;
    }
    .game-lobby-content-ns38 .game-lobby-bottom .timer-game {
        border: 1px solid #08f851 !important;
        padding: 5px !important;
        border-radius: 5px !important;
        flex: 1 !important;
        color: #08f851 !important;
        text-align: center !important;
    }
    .game-lobby-content-ns38 .btn-bet-game {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 0;
        width: 100%;
        background: linear-gradient(to bottom, #e1302e, #851515) !important;
        border-radius: 4px;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }
    div.game-lobby-content .game-lobby-bottom .timer-game {
        display: flex !important;
        align-items: center !important;
        background: #00491647;
    }
    
    .glow:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #c09403, #f2d308);
        animation: glowAnimate1 2s linear infinite;
    }

    .glow:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, #c09403, #f2d308);
        animation: glowAnimate2 2s linear infinite;
        animation-delay: 1s;
    }

    .glow:nth-child(3) {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to left, #c09403, #f2d308);
        animation: glowAnimate3 2s linear infinite;
    }

    .glow:nth-child(4) {
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(to top, #c09403, #f2d308);
        animation: glowAnimate4 2s linear infinite;
        animation-delay: 1s;
    }

    .footer {
        background: transparent !important;
        border: 0 !important;
    }
    .footer .wrapper {
        border-top: 2px solid #ffcf49 !important;
        border-bottom: 0 !important;
        border-radius: 50px 50px 0 0 !important;
    }

    button.close-button {
        background-image: url(https://i.gyazo.com/00d8ba6d985cbb9f436ac1929074b6a7.png) !important;
        background-position: 10px 12px !important;
        background-repeat: no-repeat !important;
        background-size: 30px 30px !important;
        background-color: transparent !important;
        color: #fff !important;
        left: 200px !important;
        top: 5px !important;
        width: 50px !important;
        height: 50px !important;
        position: absolute !important;
        border-left: none !important;
        border-right: none !important;
    }
    button.close-button svg {
        display: none !important;
    }
    
    .buttonlc.smartb3 {
        right: 30px !important;
        width: 110px !important;
    }
    a.buttonWrap.buttonlc2.button-orange {
        margin-bottom: 0 !important;
        height: 35px !important;
        width: 110px !important;
        background: linear-gradient(to bottom, #fffb00 10%, #fed804 55%, #fdb81d 100%) !important;
        background-size: 400% 300%;
        color: #000000 !important;
        animation: btnCarret 1s infinite;
        border: 2px solid #fed804 !important;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 0 2px 4px #fff0a4;
        letter-spacing: 1px;
    }
    a.buttonWrap.buttonlc2.button-orange::before {
        font-family: "Font Awesome 5 Free";
        content: "\f4ad ";
        align-content: center;
        font-weight: 700;
        margin-right: 5px;
    }

    .responsibility-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 0;
        padding: 15px;
    }
    .game-responsibility-content {
        display: grid;
        grid-template-columns: 30px 1fr;
        gap: 3px;
    }
    .game-responsibility-content .icon-game-responsibility.bighest-icon,
    .game-responsibility-content .icon-game-responsibility.clock-icon,
    .game-responsibility-content .icon-game-responsibility.engine-icon,
    .game-responsibility-content .icon-game-responsibility.jp-icon,
    .game-responsibility-content .icon-game-responsibility.responsible-icon,
    .game-responsibility-content .icon-game-responsibility.secret-icon {
        filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(189deg) brightness(1000%) contrast(1000%)
    }
    .game-responsibility-content .icon-game-responsibility {
        width: 30px;
        margin-bottom: 18px
    }
    .game-responsibility-content .text-game-responsibility {
        text-align: center
    }
    .game-responsibility-content .text-game-responsibility div {
        font-size: 12px;
        margin: 3px 0;
        color: #fff
    }
    .game-responsibility-content .icon-game-responsibility.jp-icon {
        background: url(https://i.gyazo.com/5c1aea78ef8f788c93276e8c7824b84b.png) center/contain no-repeat
    }
    .game-responsibility-content .icon-game-responsibility.engine-icon {
        background: url(https://i.gyazo.com/ec67f9ea4c30147592a3ae104ee149e6.png) center/contain no-repeat
    }
    .game-responsibility-content .icon-game-responsibility.responsible-icon {
        background: url(https://i.gyazo.com/334278b8520ea55767740c5c45b0916a.png) center/contain no-repeat
    }
    .game-responsibility-content .icon-game-responsibility.clock-icon {
        background: url(https://i.gyazo.com/fc87dfcff3bde5d7114d7130394ea5aa.png) center/contain no-repeat
    }
    .game-responsibility-content .icon-game-responsibility.secret-icon {
        background: url(https://i.gyazo.com/ec3b65bf48c81e2606c47151ca4ea58f.png) center/contain no-repeat
    }
    .game-responsibility-content .icon-game-responsibility.bighest-icon {
        background: url(https://i.gyazo.com/3475880ffcc2c1e78ff1d4a7c8e9ada0.png) center/contain no-repeat
    }
    .horizontal-rule {
        border-top: 1px solid #fff;
    }

    img[alt="PG SOFT"], img[alt="PRAGMATIC PLAY"] {
        order: -1;
    }

    .main-content:has(#register-form) {
        background: #00000075 !important;
    }
    .main-content:has(#register-form) label {
        font-weight: 700 !important;
    }

    /* Keyframes for rotating animation */
    @keyframes iconTogl {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.07);
        }
        100% {
            transform: scale(1);
        }
    }

    @keyframes glowAnimate1 {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(100%);
        }
    }

    @keyframes glowAnimate2 {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(100%);
        }
    }

    @keyframes glowAnimate3 {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes glowAnimate4 {
        0% {
            transform: translateY(100%);
        }

        100% {
            transform: translateY(-100%);
        }
    }

    @keyframes borderPulse {
        0% {
            box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px rgb(255, 255, 255);
        }
        100% {
            box-shadow: 0px 0px 0px 8px rgba(255, 117, 117, 0), 0px 0px 0px 15px rgba(255, 0, 0, 0);
        }
    }

    @keyframes btnCarret {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(.95);
        }
    }

    @keyframes textCarret {
        0%, 100% {
            letter-spacing: 0.5px;
        }
        60% {
            letter-spacing: 6px;
        }
        65% {
            letter-spacing: 0.5px;
        }
        75% {
            letter-spacing: 3px;
        }
        85% {
            letter-spacing: 1.5px;
        }
        95% {
            letter-spacing: 1px;
        }
    }

    .ignielToTop {visibility:hidden; width:50px; height:50px; position:fixed; bottom:50px; left: 10px; z-index:99; cursor:pointer; border-radius:100px; border: 1px solid; opacity:0; -webkit-transform:translateZ(0); transition:all .5s; background:#e4d5007a url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;}
    .ignielToTop:hover {opacity: 1; background:#e4d5007a url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;}
    .ignielToTop.show {visibility:visible; bottom:16px; opacity:1;}
}

#dp-fr {
    background: rgba(0, 0, 0, 0.5) !important;
}

#bankTabs {
    grid-template-columns: repeat(3, 1fr) !important;
}

/* body global background dinonaktifkan agar tidak menimpa background mobile di media query */
/* body {
    background: #000 url(https://gambarkita.io/logototo/BG-MOBILE-1.jpg) !important;
    background-size: 100% !important;
} */

/* --- END STYLE BLOCK --- */

.login-wrapper .form-input .password-wrapper>button {
            position: absolute;
            top: 8px;
            right: 10px;
            background: transparent;
        }

        .login-wrapper .form-input .password-wrapper>button>svg {
            width: 1.5rem;
            color: #818285;
        }

        .login-wrapper .form-input .password-wrapper>button>svg.active {
            display: block;
        }

        .scontent {
            margin-bottom: 0px !important;
        }

        .dib {
            display: inline-block;
        }

        hr {
            margin-top: 5px;
            margin-bottom: 10px;
            border: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            clear: both;
        }

        body {
            line-height: 1.5;
        }

        .modal.show {
            background-color: #000;
            opacity: 0.5;
        }

        .modal-open .modal {
            overflow-x: hidden;
            overflow-y: auto;
        }

        .modal {
            padding-right: 0 !important;
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            outline: 0;
        }

        .fade {
            transition: opacity 0.15s linear;
        }

        .modal.show .modal-dialog {
            -webkit-transform: none;
            transform: none;
        }

        .modal.fade .modal-dialog {
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
        }

        .modal-dialog {
            position: relative;
            width: auto;
            margin: 0.5rem;
            pointer-events: none;
        }

        .modal .modal-content {
            background: transparent;
            box-shadow: none;
        }

        .modal .modal-content .modal-header {
            background: transparent;
            box-shadow: none;
        }

        .modal-dialog .modal-content .modal-header {
            border-bottom: none;
        }

        .modal-dialog .modal-content .modal-header {
            border-top-left-radius: 0.125rem;
            border-top-right-radius: 0.125rem;
        }

        .modal-header {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 1rem 1rem;
            border-bottom: 1px solid #dee2e6;
            border-top-left-radius: 0.3rem;
            border-top-right-radius: 0.3rem;
        }

        .modal-header .close {
            padding: 1rem 1rem;
            margin: -1rem -1rem -1rem auto;
        }

        .close {
            float: right;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .5;
        }

        .modal-body {
            position: relative;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1rem;
        }

        #dialog-container.dialog-container-off {
            opacity: 0;
            transition: opacity 0.5s ease-out;
        }

/* --- END STYLE BLOCK --- */

.results {
            background: white;
        }

        .pool-result span {
            font-size: 12px;
            font-weight: 400;
            margin-right: 5px;
        }

        #slider-hasil-left,
        #slider-hasil-right {
            display: none;
        }

        #slider-hasil img {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

/* --- END STYLE BLOCK --- */

.cust-container {
        padding: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    #cust-serv {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }

    #cust-serv > hr {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border: 1px groove #fed804;
    }

    .cust-box {
        display: flex;
    }

    .card {
        width: 100%;
        border: 1px solid #fed804 !important;
        border-radius: 5px !important;
        background: #000;
        color: #FFFFFF !important;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
        
    .card-header {
        background: linear-gradient(to bottom, #fffb00 10%, #fed804 55%, #fdb81d 100%) !important;
        color: #000000 !important;
        font-size: 12px;
        font-weight: bold !important;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border-top: 0px !important;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        padding: 4px !important;
        height: 25px;
        text-align: center !important;
        justify-content: center !important;
    }

    #text-rata {
    font-size: 12px !important;
    padding: 0% !important;
    }

    #text-mid {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        text-align: center !important;
        font-weight: bolder !important;
        padding: 0% !important;
        margin-top: 0px !important;
        font-size: 50px !important;
    }

    #text-mnt {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 0% !important;
        text-align: center !important;
        margin-top: -10px !important;
        font-size: 20px !important;
    }

    .text-on {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 0% !important;
        text-align: center !important;
        font-size: 25px;
        font-weight: bold;
        color: #fff600;
        margin-top: 3px;
    }

    #text-mbr {
        text-align: center;
        padding: 0;
        margin-top: -3px !important;
        font-size: 13px;
    }

    .cust-ktk {
        margin-top: 8px;
        margin-bottom: -20px;
        border: 2px solid #fff600;
        border-radius: 25px;
        width: 40px;
        height: 40px;
        font-size: 30px;
        border-radius: 50%;
        display: inline-block;
    }

    div#text-cust.card-body {
        padding: 0px;
        flex: none;
        margin-top: 15px;
        text-align: center;
    }

    .progress2, .progress3 {
        padding: 3px;
        border-radius: 30px;
        background: #665f00;
        /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); */
        margin: 0 5px 5px 5px;
    }
    .progress-bar2, .progress-bar3 {
        height: 10px;
        border-radius: 30px;
        /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); */
        transition: 0.4s linear;  
        transition-property: width, background-color;    
    }
    .progress-moved .progress-bar2{
        width: 20%; 
        background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35);  
        animation: progressAnimation 3s;
    }

    @keyframes progressAnimation {
        0%   { width: 1%; background-color: #ff912e;}
        100% { width: 20%; background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35); }
    }

    .progress-moved1 .progress-bar3 {
        width: 40%; 
        background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35);  
        animation: progressAnimation2 3s;
    }

    @keyframes progressAnimation2 {
        0%   { width: 1%; background-color: #ff912e;}
        100% { width: 40%; background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35); }
    }

    .odometer {
        font-family: inherit;
        display: inline-block;
    }

    .sliderGameSlotMob .slick-slide {
        padding: 0px;
        display: block;
        position: relative;
    }

    .sliderGameTogelMob .slick-slide {
        padding: 0px;
        display: block;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .kiri {
        float: left;
        margin-left: 5px;
    }

    .kanan {
        float: right;
        margin-right: 5px;
    }

    .border-togel {
        border: 2px groove #fed804;
        border-radius: 10px;
        margin: 3px;
    }

    .radius {
        border-radius: 10px;
    }

    .borderatas {
        border-top: 1px solid #fed804;
        margin: 10px;
    }

    .marginbawah5 {
        margin-top: -5px;
    }

    .marginbawah12 {
        margin-top: -12px;
    }

    .border {
        border: 2px groove #fed804;
        border-radius: 12px;
        margin: 3px;
    }

    .hot {
        content: url(https://cdn.robotcheap.com/assets/ns38/layout/support/hot.webp);
        width: 75px;
        height: 75px;
        z-index: 99;
        position: absolute;
        top: -5px;
        left: -5px;
    }

    .star {
        content: url(https://i.gyazo.com/7354aba91779711b5791419e50823786.png);
        width: 15px;
        height: 15px;
        z-index: 99;
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .name {
        background: #fed804;
        color: #000000;
        padding: 1.5px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 6px;
        text-align: center;
        border-bottom-right-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    .sliderGameMob {
        display: block;
        position: relative;
        padding: 20px 10px;
        background: #0000008c;
        border: 1px solid #fed804;
        border-radius: 12px;
    }

/* --- END STYLE BLOCK --- */

#smart_banner {
        position: fixed;
        width: 100%;
        padding: 10px;
        font-family: Verdana, arial, sans-serif;
        color: #ffffff;
        background: linear-gradient(to right, #1b1b1b 0%, #1b1b1b 50%, #1b1b1b 100%) !important;
        box-shadow: inset 0 2px 3px 1px #000000a3;
        height: inherit;
        transition: all 0.5s cubic-bezier(0, 1, 0.5, 1) 0s;
        overflow: hidden;
    }
    #smart_banner .app_icon {
        margin-left: 15px !important;
    }
    #smart_banner .app_info {
        left: 75px !important;
    }
    #smart_banner .app_info .app_title {
        color: #ffffff !important;
    }
    #smart_banner .app_info .app_slogan {
        color: #ffffff !important;
    }
    #smart_banner .btn-download-apk {
        font-size: 12px;
        padding: 8px 8px;
        color: #ffffff;
        background: linear-gradient(to bottom, #3baf00 0%, #29e100 50%, #195700 75%, #62ff00 100%);
        border-radius: 20px;
        text-shadow: 0 2px 4px #111;
        border: 2px solid #85ff00;
        font-weight: 700;
    }

    .newmenu-sec .buttonWrap:not(.buttonlc2, .button-green) {
        background: linear-gradient(to bottom,#f6f300 0%,#ffbb00 30%);
        color: #000 !important;
        box-shadow: inset 0px 0px 0px 1.5px #aa7a03, inset 0px 1.5px 0px 0px #fff9cf, inset 0px 0px 0px 1.5px #aa7a03, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2), 0px 0px 3px #ffe900 !important;
    }

    /* MOBILE RESULT */
    .grubsearchPasaran {
        margin-top: 10px;
        width: 100%;
        position: relative;
        padding: 6px 15px;
        background: linear-gradient(to bottom, #ddd014, #efd700, #ffb921);
        border-radius: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: inset 0 2px #ffe818;
        border: 1px solid #fffb14 !important;
    }
    .grubsearchPasaran input {
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 7px 5px;
        color: #000000;
        letter-spacing: 1px;
        background: #ffffff;
        box-shadow: inset 0 2px 3px 1px rgb(0 0 0 / 48%);
        border: 2px solid #695710 !important;
    }
    .grubsearchPasaran img {
        width: 28px;
        margin-right: 5px;
        filter: brightness(0) drop-shadow(1px 2px 2px #00000054) contrast(1);
    }
    .grubsearchPasaran input::placeholder {
        color: #b3bfc5;
    }
    
    .inner-wrap .panel-blue {
        border: 1.5px solid #ffcf49 !important;
        background: #040400 !important;
        border-radius: 14px;
    }
    
    .marquee-mobile {
        background: #000 !important;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 2px #ffec84;
        border: 1px solid #ffe000;
        padding: 4px 0;
        margin-bottom: -4px;
        height: 2rem;
    }

    .page-header {
        border-bottom: 0 !important;
    }

    #slider-hasil .slider {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        justify-items: stretch;
        justify-content: center;
        padding: 2px 0;
    }
    #slider-hasil .slider {
        width: 100%;
    }
    #slider-hasil .slider:has(.results.hide) {
        padding: 0 !important;
    }
    #slider-hasil .results {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin: 0 2px;
        margin-bottom: 10px !important;
        padding: 0px !important;
        border: 2px solid #ffcf49 !important;
        background: radial-gradient(circle,rgba(39, 32, 2, 0.828) 0%, rgba(0, 0, 0, 0.821) 100%);
        /* border-radius: 7px; */
        height: 100%;
        /* NEW CONFIG */
        flex-flow: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
    
    /* Fix Search Pasaran: Class untuk menyembunyikan elemen melawan CSS !important */
    .search-hidden { display: none !important; }

    #slider-hasil .results:nth-child(odd) {
        border-radius: 8px 4px 8px 8px;
    }
    #slider-hasil .results:nth-child(even) {
        border-radius: 8px 8px 8px 4px;
    }
    #slider-hasil .pool-name {
        color: #000 !important;
        border-bottom: 1px solid #ffcf49;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bolder !important;
        text-transform: uppercase;
        font-size: 8px !important;
        width: 100% !important;
        text-align: center !important;
        background: linear-gradient(
            150deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 400% 300%;
        animation: background-gold 4s infinite;
        padding: 4px 2px;
    }
    #slider-hasil .pool-date {
        font-size: 10px !important;
        color: #FFF !important;
        margin-left: 0% !important;
        padding-top: 2px;
        text-align: center;
        font-weight: 500;
    }
    #slider-hasil .pool-result {
        font-size: 1.1rem !important;
        color: #ffd900 !important;
        /* background: #000000ce; */
        padding: 0 10px;
        margin-bottom: 3px;
        border-radius: 10px 4px;
        /* border: 1px solid #ff1010; */
        /* new config */
        line-height: 1.5;
        max-width: 100%;
        max-height: 100%;
        white-space: pre-wrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 4px;
        min-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .text-carret {
        animation: btnCarret 1s ease-in-out infinite !important;
    }
    
    .banner-mobile {
        border-radius: 10px;
        border: 2px solid #ffcf49;
        margin: 10px 0;
    }

    /* MOBILE SNS MENU */
    .sns {
        margin: 20px 0 0;
    }
    .sns-tittle {
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        color: white;
    }
    .sns-row {
        display: flex;
        margin-bottom: 5px;
        gap: 10px;
        justify-content: center;
    }
    .sns-row a {
        width: 50%;
    }

    .sns-row a:first-child {
        margin-right: 2.5px;
    }

    .sns-row a:last-child {
        margin-left: 2.5px;
    }

    .sns-row a img {
        width: 100%;
        /* height: 3,2rem; */
    }
    
    /* MOBILE PROGESIVE JACKPOT */
    .progresif-jackpot {
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
        color: #ffdd00;
        background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/progressivejackpotmobile.gif) center no-repeat;
        background-size: 100%;
        height: auto;
        width: 100%;
        margin: 0 auto;
        background-position-y: 1px;
        padding-top: 40px;
        padding-bottom: 25px;
    }
    
    .bungkus-jackpot {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        align-items: center;
        padding-top: 0px;
        justify-content: center;
        border-radius: 0px;
    }
    
    .progresif-jackpot span {
        color: #fff;
        margin-right: 15px;
        margin-top: 20px;
    }
    
    /* GAME SLIDER */
    .slider-game {
        width: 80%;
        margin: 20px auto 5px !important;
    }
    
    .slick-slide img {
        width: 100%;
    }

    .slick-track .slick-slide {
        margin: 0 2px;
    }
    
    /* LIST MENU MOBILE */
    .list-menu-mobile {
        width: 100%;
        margin-top: 5px;
        display: flex;
    }
    
    .list-menu-mobile a {
        width: 25%;
        padding: 0px 5px;
        display: inline-block;
        margin-top: 5px;
    }
    
    .list-menu-mobile a img {
        width: 100%;
    }

    .google-search {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(
        to bottom,
            #2e2702,
            #725e03
        );
        width: 100%;
        border-radius: 28px;
        padding: 10px 20px;
        gap: 10px;
        margin-bottom: 12px;
        border: 2px solid #ffcf49;
    }
    .google-search img {
        width: 25px;
    }
    .google-brandname {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        /* box-shadow: inset 0px 0px 0px 1.5px #8f1010, inset 0px 1.5px 0px 0px #ffcfcf, inset 0px 0px 0px 1.5px #7e0303, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2); */
        box-shadow: none !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        border-radius: 20px;
        width: 18rem;
        text-align: center;
        padding: 5px;
    }
    .google-search p {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin-bottom: 0 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    .newmenu-sec {
        width: 90%;
        margin: 0 auto;
    }
    .newmenu-sec h3 {
        text-align: center;
    }
    .newmenu-sec .buttonWrap {
        padding: 0 20px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    #loginBtnHeader {
        background: linear-gradient(270deg, rgb(0 194 201) 0%, rgb(0 136 193) 21%, rgb(0 154 255) 33%, rgb(0 236 255) 44%, rgb(9 200 215) 60%, rgb(34 126 252) 73%, rgb(0 180 255) 85%, rgb(0 217 255) 100%) !important;
        background-size: 400% 400% !important;
        animation: gradient 5s ease infinite !important;
        box-shadow: inset 0 0 5px 3px #00e9f1, inset 0 2px 0 0 #fff, inset 0 0 0 2px #640067, 3px 3px 3px 1px rgba(0, 0, 0, .2) !important;
        color: #000 !important;
        text-shadow: 1px 1px 2px #5dcbff !important;
        border: 2px solid #00cbff !important;
    }

    .login-wrapper .contactField {
        border-radius: 50px !important;
    }

    @keyframes background-gold {
        0% {
            background-position: 0% 82%;
        }

        50% {
            background-position: 100% 0%;
        }

        100% {
            background-position: 0% 82%;
        }
    }
/* --- END MOBILE CSS --- */

/* 
   KETERANGAN ELEMENT (DESKTOP):
   Bagian ini berisi gaya khusus untuk tampilan desktop.
   Elemen yang diubah:
   - Forms & Alerts: Desain form control membulat, layout alert success.
   - Blog Posts & Promosi: Banner promo padding dan background gradient, menu accordion.
   - Buttons (btn-theme, padleft): Gradient spesifik pada hover, box-shadow.
   - Navbar & Sidenav: Navigation bar desktop, animasi hover di dropdown menu, sidebar kiri.
   - Quick Actions & Cards: Tampilan lobby card efek flip (front/back), marquee text khusus.
   - History & Transaksi: Tabel history, warna tile background gradient.
   - Withdraw & Memo: Tab spesifik dan form layout desktop.
*/
/* --- START DESKTOP CSS --- */
form .form-group .form-control  {
        border-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .blog-posts .search-results#content {
        margin-top: 50px;
    }

    .blog-posts .wrapper-category {
        border-radius: 18px !important;
    }
    
    /* PROMOTION */
    .wrapper-category .active {
        background: linear-gradient(to bottom, #f8cf00 10%, #9c7d00 50%, #f8cf00 95%) !important;
        color: #000000 !important;
    }
    
    .search-results .panel-heading {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }
    
    #content > .panel-heading > .row > center:first-child, #content > .panel-heading > .row > br {
        display: none !important;
    }

    #content .accordion-content p span strong {
        line-height: 30px;
    }
    
    
    .search-results .padleft .btn:first-child,.search-results .padleft a .btn:hover,.col-md-12 .btn.btn-theme  {
        background: linear-gradient(to bottom, #f8cf00 10%, #9c7d00 50%, #f8cf00 95%) !important;
        border-radius: 12px !important;
        color: #000 !important;
        border: 2px solid #ffcf49 !important;
        /* text-shadow: 1px 1px 2px #cdcdcd; */
        box-shadow: inset 0 0 5px 0px #fbd98a, inset 0 2px 3px 0 #ae7c0a !important;
    }

    .btn.btn-theme {
        border-radius: 10px;
    }
    
    .search-results .padleft .btn:last-child,.search-results .padleft .btn:first-child:hover {
        background: linear-gradient(to right, 
            #7e5e05, 
            #d9cb07, 
            #ebd300,
            #5f4f06 
        ) !important;
        border-radius: 12px  !important;
        color: #fff !important;
        text-shadow: none;
        border: 2px solid #f3db00 !important;
        box-shadow: inset 0 0 5px 0px #eed12c, inset 0 2px 3px 0 #0c0b00 !important;
    }
    
    .blog-posts .search-results  .panel-heading center h2 { 
        color: #fff !important;
    }
    
    /* .blog-posts .search-results  .panel-heading .wimage {
        border: 2px solid #F0C434 !important;
        border-radius: 16px  !important;
    } */
    
    .blog-posts .search-results  .panel-heading .accordion-content {
        border: 1px solid #ffcf49 !important;
        background: linear-gradient(to bottom, #252302, #0c0b00) !important;
    }
    
    .blog-posts .search-results  .panel-heading .accordion-content li {
        color: #fff !important;
    }
    /* END PROMOTION */
    
    /* LOBBY */
    #wrap .navbar,#wrap .navbar .navbar-header {
        background: linear-gradient(to bottom, #252302, #0c0b00) !important;
    }
    
    .navbar .side-nav li a {
        background: linear-gradient(to right, #5f4f06, #7e5e05, #b1a007) !important;
        color: #fff !important;
    }
    
    .navbar-nav.side-nav > li.navigation .menu > li > a:hover:after,
    .navbar-nav.side-nav > li.navigation .menu > li > .dropdown-menu .dropdown > a:hover:after {
        background: linear-gradient(to right, #fcf200, #f8c221, #fdd742) !important;
        color: #000 !important;
        text-shadow: none;
    }
    
    .navbar-nav.side-nav > li > a.sidebar-toggle:hover {
        color: #000;
    }
    
    .navbar .side-nav li:not(:first-child) a:hover {
        color: #000 !important;
    }
    
    .quick-actions .label {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        color: #000 !important;
        border: 2px solid #ffcf49;
        padding: 4px 10px;
        border-radius: 6px;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bold;
    }
    
    .quick-actions .label i {
        color: #000;
    }
    
    #content .nolisttypes {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border-radius: 12px !important;
        border: 2px solid #ffcf49;
        height: 2rem;
    }
    
    #content .nolisttypes .title {
        background: none !important;
        border-radius: 12px 0 0 12px;
    }
    
    #content .nolisttypes .title h5 {
        padding: 6px;
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border-radius: 12px 0 0 12px;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bold;
    }
    
    #content .nolisttypes .title h5 i {
        background: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: none;
    }
    
    .marquee marquee {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    #content2 .pageheader {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border-radius: 8px !important;
        border: 1px solid #ffcf49;
    }
    
    #content2 .pageheader h2 {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bold;
    }
    
    #content2 .pageheader i {
        background: none !important;
        border: none !important;
        color: #000 !important;
    }

    .container-live .pageheader .fa-idnlive {
        background: #000 !important;
    }

    
    #wrap #content,#wrap #content .main {
        background: #16161673;
    }
    
    #content2 .main .card-container .card .front,#content2 .main .card-container .card .back {
        border-radius: 14px !important;
        border: 2px solid #ffcf49;
    }
    
    #content2 .main .card-container .card .back {
        background: linear-gradient(to bottom, #7e5e05, #b1a007, #deda04) !important;
    }
    
    #content2 .main .card-container .card .back a  {
        color: #ffdd00;
    }
    
    #content2 .main .card-container .card .back a:hover  {
        color: #fff !important;
        text-shadow: 1px 1px 2px #000;
    }
    /* END LOBBY */
    
    .main .btn-primary {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border: 1px solid #ffcf49;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bold;
    }
    
    /* HISTORY NOMOR */
    .game-scroll #filterpools .btn {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border: 1px solid #ffcf49;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bold;
    }
    
    .historyinfo .tile {
        border: 1px solid #ffcf49;
        background: none !important;
    }
    
    .historyinfo .tile-header {
        color: #000;
    }
    
    .historyinfo #returninfo .tile-widget {
        background: linear-gradient(to bottom, #252302, #0c0b00) !important;
    }
    
    #returnrow tr td:nth-child(2) strong font {
        color: #f5f5f5 !important;
    }
    
    .historyinfo #returninfo .tile-footer {
        background: #141414 !important;
    }
    
    .historyinfo #returninfo .tile-footer .pagination li a {
        background: #000 !important;
        color: #fff;
        border: 1px solid #fff;
    }
    
    .historyinfo #returninfo .tile-footer .pagination .active a {
        background: #ededed !important;
        color: #000;
        border: 1px solid #f0f0f0;
    }
    /* END HISTORY NOMOR */
    
    /* DEPOSIT */
    #buang2 {
        display: flex;
    }

    #buang2 #td_memo.marquee {
        width: 100%;
    }

    #injectvip h1,
    #phone-required span,
    #note-fee {
        color: #fff !important;
    }
    
    #bankCategory .mop-menu {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border: 1px solid #ffcf49 ;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        margin-bottom: 10px;
        border-radius: 14px;
    }
    
    #bankCategory .bg-white {
        background: #e7e7e7;
        border: 1px solid #f3f3f3;
        color: #000;
        text-shadow: none;
    }
    
    #payment-gateway-section #other-mop label .default-mop {
        background: #f5f5f5;
        height: 11vh;
    }
    
    #payment-gateway-section #other-mop label .default-mop .checkmark {
        background: #fff;
    }
    
    #payment-gateway-section #other-mop label .default-mop .bankCheckbox input:checked~.checkmark {
        background: #19bd5d;
    }

    #phone-required span,
    form .text-md {
        color: #000;
    }

    #hide_for_accountname .text-xs {
        color: #fff;
    }

    #name-deposit,
    #number-deposit,
    #deposit {
        color: #000;
    }

    #dpContainer {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border-radius: 12px;
    }
    /* END DEPOSIT */
    
    /* LIST TRANSAKSI */
    .main .transparent-black,
    .main .recent-activity,
    .historyinfo,
    .custom-main-deposit,
    .withdraw-container {
        border: 1px solid #d3d3d3;
        background: linear-gradient(to bottom, #252302, #0c0b00) !important;
    }
    
    #translama {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    
    .tile .bg-transparent-white-2 {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
    }
    /* END LIST TRANSAKSI */

    /* WITHDRAW */
    .withdraw-container .info-wd,.withdraw-container .withdraw-info {
        background: linear-gradient(to bottom, #fdd742, #fcf200) !important;
        border: 1px solid #ffcf49;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    /* END WITHDRAW */
    
    /* HADIAH */
    .custom-main-hadiah .tile {
        border: 1px solid #ffcf49;
        background: linear-gradient(to bottom, #252302, #0c0b00);
    }
    
    #detailhadiah #datahadiah table .bg-transparent-white-2 {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
    }
    
    #detailhadiah #datahadiah table .bg-transparent-white-2 td {
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    /* HADIAH */
    
    /* CARA BERMAIN */
    .blog-posts .tab-pane {
        color: #f5f5f5 !important;
    }
    
    #how .tabdrop .btn,.tabdrop .btn {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
        border: 1px solid #ffcf49;
        color: #000 !important;
        /* text-shadow: 1px 1px 2px #000; */
        transition: transform .2s;
        font-weight: bold;
    }
    
    #how .tabdrop .btn.active,.tabdrop .btn.active {
        background: linear-gradient(to bottom, #7e5e05, #b1a007, #deda04) !important;
        border: 1px solid #ffcf49;
        color: #fff !important;
        text-shadow: none;
        transform: scale(1.1);
    }
    /* END CARA BERMAIN */
    
    /* MEMO */
    .memo-container .tile {
        border: none;
        background: none;
    }
    
    .tile .tile-body {
        background: none !important;
    }
    
    .memo-container .bg-transparent-white-2 {
        background: #000 !important;
    }
    
    .memo-container .nav-tabs {
        background: linear-gradient(to bottom, #fdd742, #fcf200);
    }
    
    .memo-container .nav-tabs .active a {
        background: linear-gradient(to bottom, #7e5e05, #b1a007, #deda04);
        color: #fff;
    }
    
    .memo-container .col-md-12 {
        border: 1px solid #ffcf49;
    }
    
    .memo-container .tile-body .tab-pane {
        width: 100%;
    }
    /* END MEMO */
    
    .news-header-text table tbody tr td:nth-child(4) a{
        color: #fff !important;
    }

@media (min-width: 1100px) {
    body, body.bg-1.body-after-login {
        background: url('https://cdn.robotcheap.com/assets/ns38/layout/background/d/background.webp') center no-repeat !important;
        background-position: top !important;
        background-size: 100% 100% !important;
        background-attachment: fixed !important;
    }
}

    img[src="/assets/img/feedback2.png"] {
        display: none !important;
    }

/* --- END STYLE BLOCK --- */

.bank-status-blink {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Muli';
            margin: 0px !important;
        }

        .bank-wrapper {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }

        .dp_barcode img:hover {
            transform: scale(2) translateX(30px) translateY(-28px);
        }

        .dp_barcode img {
            transition: all 1s ease;
        }

/* --- END STYLE BLOCK --- */

.w-100 {
            width: 100%;
            height: auto !important;
        }

        .mdlcenter {
            transform: translateY(50%) !important;
        }

        .modal-dialog {
            margin-top: 50% !important;
            transform: translateY(-100%) !important;
        }

        .modal-dialog .modal-content .modal-header {
            border-bottom: none;
            background: none;
        }

        .modal-dialog .modal-content {
            background: transparent;
            box-shadow: none;
            border: none;
            transform: translateY(-50%);
        }

        .ads-container {
            margin-top: 20px;
            display: grid;
            gap: 10px;
            grid-template-columns: 1fr 1fr;
        }

        .ads-container img {
            border-radius: 5px;
            border: 1px solid #fff;
            width: 100%;
        }

/* --- END STYLE BLOCK --- */

.blink {
    text-decoration: blink;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
.cycle-slideshow img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.text-regis {
    animation: blink 1.2s step-start infinite;
    transition: opacity 0.3s ease;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes  blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --- END STYLE BLOCK --- */

.cust-container {
        padding: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    #cust-serv {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }

    #cust-serv > hr {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border: 1px groove #fed804;
    }

    .cust-box {
        display: flex;
    }

    .card {
        width: 100%;
        border: 1px solid #fed804 !important;
        border-radius: 5px !important;
        background: #000;
        color: #FFFFFF !important;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
        
    .card-header {
        background: linear-gradient(to bottom, #fffb00 10%, #fed804 55%, #fdb81d 100%) !important;
        color: #000000 !important;
        font-size: 12px;
        font-weight: bold !important;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border-top: 0px !important;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        padding: 4px !important;
        height: 25px;
        text-align: center !important;
        justify-content: center !important;
    }

    #text-rata {
    font-size: 12px !important;
    padding: 0% !important;
    }

    #text-mid {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        text-align: center !important;
        font-weight: bolder !important;
        padding: 0% !important;
        margin-top: 0px !important;
        font-size: 50px !important;
    }

    #text-mnt {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 0% !important;
        text-align: center !important;
        margin-top: -10px !important;
        font-size: 20px !important;
    }

    .text-on {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 0% !important;
        text-align: center !important;
        font-size: 25px;
        font-weight: bold;
        color: #fff600;
        margin-top: 3px;
    }

    #text-mbr {
        text-align: center;
        padding: 0;
        margin-top: -3px !important;
        font-size: 13px;
    }

    .cust-ktk {
        margin-top: 8px;
        margin-bottom: -20px;
        border: 2px solid #fff600;
        border-radius: 25px;
        width: 40px;
        height: 40px;
        font-size: 30px;
        border-radius: 50%;
        display: inline-block;
    }

    div#text-cust.card-body {
        padding: 0px;
        flex: none;
        margin-top: 15px;
        text-align: center;
    }

    .progress2, .progress3 {
        padding: 3px;
        border-radius: 30px;
        background: #665f00;
        /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); */
        margin: 0 5px 5px 5px;
    }
    .progress-bar2, .progress-bar3 {
        height: 10px;
        border-radius: 30px;
        /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); */
        transition: 0.4s linear;  
        transition-property: width, background-color;    
    }
    .progress-moved .progress-bar2{
        width: 20%; 
        background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35);  
        animation: progressAnimation 3s;
    }

    @keyframes progressAnimation {
        0%   { width: 1%; background-color: #ff912e;}
        100% { width: 20%; background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35); }
    }

    .progress-moved1 .progress-bar3 {
        width: 40%; 
        background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35);  
        animation: progressAnimation2 3s;
    }

    @keyframes progressAnimation2 {
        0%   { width: 1%; background-color: #ff912e;}
        100% { width: 40%; background: linear-gradient(to right, #ff912e, #fdfa00, #fdff35); }
    }

    .odometer {
        font-family: inherit;
        display: inline-block;
    }

    .sliderGameSlotMob .slick-slide {
        padding: 0px;
        display: block;
        position: relative;
    }

    .sliderGameTogelMob .slick-slide {
        padding: 0px;
        display: block;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .kiri {
        float: left;
        margin-left: 5px;
    }

    .kanan {
        float: right;
        margin-right: 5px;
    }

    .border-togel {
        border: 2px groove #fed804;
        border-radius: 10px;
        margin: 3px;
    }

    .radius {
        border-radius: 10px;
    }

    .borderatas {
        border-top: 1px solid #fed804;
        margin: 10px;
    }

    .marginbawah5 {
        margin-top: -5px;
    }

    .marginbawah12 {
        margin-top: -12px;
    }

    .border {
        border: 2px groove #fed804;
        border-radius: 12px;
        margin: 3px;
    }

    .hot {
        content: url(https://cdn.robotcheap.com/assets/ns38/layout/support/hot.webp);
        width: 75px;
        height: 75px;
        z-index: 99;
        position: absolute;
        top: -5px;
        left: -5px;
    }

    .star {
        content: url(https://i.gyazo.com/7354aba91779711b5791419e50823786.png);
        width: 15px;
        height: 15px;
        z-index: 99;
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .name {
        background: #fed804;
        color: #000000;
        padding: 1.5px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 6px;
        text-align: center;
        border-bottom-right-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    .sliderGameMob {
        display: block;
        position: relative;
        padding: 20px 10px;
        background: #0000008c;
        border: 1px solid #fed804;
        border-radius: 12px;
    }

/* --- END STYLE BLOCK --- */

#smart_banner {
        position: fixed;
        width: 100%;
        padding: 10px;
        font-family: Verdana, arial, sans-serif;
        color: #ffffff;
        background: linear-gradient(to right, #1b1b1b 0%, #1b1b1b 50%, #1b1b1b 100%) !important;
        box-shadow: inset 0 2px 3px 1px #000000a3;
        height: inherit;
        transition: all 0.5s cubic-bezier(0, 1, 0.5, 1) 0s;
        overflow: hidden;
    }
    #smart_banner .app_icon {
        margin-left: 15px !important;
    }
    #smart_banner .app_info {
        left: 75px !important;
    }
    #smart_banner .app_info .app_title {
        color: #ffffff !important;
    }
    #smart_banner .app_info .app_slogan {
        color: #ffffff !important;
    }
    #smart_banner .btn-download-apk {
        font-size: 12px;
        padding: 8px 8px;
        color: #ffffff;
        background: linear-gradient(to bottom, #3baf00 0%, #29e100 50%, #195700 75%, #62ff00 100%);
        border-radius: 20px;
        text-shadow: 0 2px 4px #111;
        border: 2px solid #85ff00;
        font-weight: 700;
    }

    .newmenu-sec .buttonWrap:not(.buttonlc2, .button-green) {
        background: linear-gradient(to bottom,#f6f300 0%,#ffbb00 30%);
        color: #000 !important;
        box-shadow: inset 0px 0px 0px 1.5px #aa7a03, inset 0px 1.5px 0px 0px #fff9cf, inset 0px 0px 0px 1.5px #aa7a03, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2), 0px 0px 3px #ffe900 !important;
    }

    /* MOBILE RESULT */
    .grubsearchPasaran {
        margin-top: 10px;
        width: 100%;
        position: relative;
        padding: 6px 15px;
        background: linear-gradient(to bottom, #ddd014, #efd700, #ffb921);
        border-radius: 12px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: inset 0 2px #ffe818;
        border: 1px solid #fffb14 !important;
    }
    .grubsearchPasaran input {
        width: 100%;
        border: none;
        border-radius: 10px;
        padding: 7px 5px;
        color: #000000;
        letter-spacing: 1px;
        background: #ffffff;
        box-shadow: inset 0 2px 3px 1px rgb(0 0 0 / 48%);
        border: 2px solid #695710 !important;
    }
    .grubsearchPasaran img {
        width: 28px;
        margin-right: 5px;
        filter: brightness(0) drop-shadow(1px 2px 2px #00000054) contrast(1);
    }
    .grubsearchPasaran input::placeholder {
        color: #b3bfc5;
    }
    
    .inner-wrap .panel-blue {
        border: 1.5px solid #ffcf49 !important;
        background: #040400 !important;
        border-radius: 14px;
    }
    
    .marquee-mobile {
        background: #000 !important;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 2px #ffec84;
        border: 1px solid #ffe000;
        padding: 4px 0;
        margin-bottom: -4px;
        height: 2rem;
    }

    .page-header {
        border-bottom: 0 !important;
    }

    #slider-hasil .slider {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        justify-items: stretch;
        justify-content: center;
        padding: 2px 0;
    }
    #slider-hasil .slider {
        width: 100%;
    }
    #slider-hasil .slider:has(.results.hide) {
        padding: 0 !important;
    }
    #slider-hasil .results {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin: 0 2px;
        margin-bottom: 10px !important;
        padding: 0px !important;
        border: 2px solid #ffcf49 !important;
        background: radial-gradient(circle,rgba(39, 32, 2, 0.828) 0%, rgba(0, 0, 0, 0.821) 100%);
        /* border-radius: 7px; */
        height: 100%;
        /* NEW CONFIG */
        flex-flow: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
    
    /* Fix Search Pasaran: Class untuk menyembunyikan elemen melawan CSS !important */
    .search-hidden { display: none !important; }

    #slider-hasil .results:nth-child(odd) {
        border-radius: 8px 4px 8px 8px;
    }
    #slider-hasil .results:nth-child(even) {
        border-radius: 8px 8px 8px 4px;
    }
    #slider-hasil .pool-name {
        color: #000 !important;
        border-bottom: 1px solid #ffcf49;
        /* text-shadow: 1px 1px 2px #000; */
        font-weight: bolder !important;
        text-transform: uppercase;
        font-size: 8px !important;
        width: 100% !important;
        text-align: center !important;
        background: linear-gradient(
            150deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 400% 300%;
        animation: background-gold 4s infinite;
        padding: 4px 2px;
    }
    #slider-hasil .pool-date {
        font-size: 10px !important;
        color: #FFF !important;
        margin-left: 0% !important;
        padding-top: 2px;
        text-align: center;
        font-weight: 500;
    }
    #slider-hasil .pool-result {
        font-size: 1.1rem !important;
        color: #ffd900 !important;
        /* background: #000000ce; */
        padding: 0 10px;
        margin-bottom: 3px;
        border-radius: 10px 4px;
        /* border: 1px solid #ff1010; */
        /* new config */
        line-height: 1.5;
        max-width: 100%;
        max-height: 100%;
        white-space: pre-wrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 4px;
        min-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .text-carret {
        animation: btnCarret 1s ease-in-out infinite !important;
    }
    
    .banner-mobile {
        border-radius: 10px;
        border: 2px solid #ffcf49;
        margin: 10px 0;
    }

    /* MOBILE SNS MENU */
    .sns {
        margin: 20px 0 0;
    }
    .sns-tittle {
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        color: white;
    }
    .sns-row {
        display: flex;
        margin-bottom: 5px;
        gap: 10px;
        justify-content: center;
    }
    .sns-row a {
        width: 50%;
    }

    .sns-row a:first-child {
        margin-right: 2.5px;
    }

    .sns-row a:last-child {
        margin-left: 2.5px;
    }

    .sns-row a img {
        width: 100%;
        /* height: 3,2rem; */
    }
    
    /* MOBILE PROGESIVE JACKPOT */
    .progresif-jackpot {
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        text-align: right;
        color: #ffdd00;
        background: url(https://nxt-upload-bucket.ajp7e.upcloudobjects.com/2025/9/17/progressive-jackpot-small%20%281%29-1758112851497.gif) center no-repeat;
        background-size: 100%;
        height: auto;
        width: 100%;
        margin: 0 auto;
        background-position-y: 5px;
        padding-top: 10px;
        padding-bottom: 25px;
        display: flex;
        gap: 0px;
        justify-content: center;
        align-content: stretch;
        align-items: baseline;
    }
    
    .bungkus-jackpot {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        align-items: center;
        padding-top: 0px;
        justify-content: center;
        border-radius: 0px;
    }
    
    .progresif-jackpot span {
        color: #fff;
        margin-right: 15px;
        margin-top: 20px;
    }
    
    /* GAME SLIDER */
    .slider-game {
        width: 80%;
        margin: 20px auto 5px !important;
    }
    
    .slick-slide img {
        width: 100%;
    }

    .slick-track .slick-slide {
        margin: 0 2px;
    }
    
    /* LIST MENU MOBILE */
    .list-menu-mobile {
        width: 100%;
        margin-top: 5px;
        display: flex;
    }
    
    .list-menu-mobile a {
        width: 25%;
        padding: 0px 5px;
        display: inline-block;
        margin-top: 5px;
    }
    
    .list-menu-mobile a img {
        width: 100%;
    }

    .google-search {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(
        to bottom,
            #2e2702,
            #725e03
        );
        width: 100%;
        border-radius: 28px;
        padding: 10px 20px;
        gap: 10px;
        margin-bottom: 12px;
        border: 2px solid #ffcf49;
    }
    .google-search img {
        width: 25px;
    }
    .google-brandname {
        background: linear-gradient(
            190deg,
            #fcf200 10%,
            #fcf200 21%,
            #ebb40f 33%,
            #fcf200 44%,
            #fcf200 60%,
            #fcf200 73%,
            #ebb40f 85%,
            #fcf200 100%
        );
        background-size: 300% 300%;
        animation: mobile-button 5s ease infinite;
        /* box-shadow: inset 0px 0px 0px 1.5px #8f1010, inset 0px 1.5px 0px 0px #ffcfcf, inset 0px 0px 0px 1.5px #7e0303, 2px 2px 2px 1.5px rgba(0, 0, 0, 0.2); */
        box-shadow: none !important;
        border: 2px solid #ffcf49 !important;
        color: #000 !important;
        border-radius: 20px;
        width: 18rem;
        text-align: center;
        padding: 5px;
    }
    .google-search p {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin-bottom: 0 !important;
        /* text-shadow: 1px 1px 2px #000; */
    }
    .newmenu-sec {
        width: 90%;
        margin: 0 auto;
    }
    .newmenu-sec h3 {
        text-align: center;
    }
    .newmenu-sec .buttonWrap {
        padding: 0 20px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    #loginBtnHeader {
        background: linear-gradient(270deg, rgb(0 194 201) 0%, rgb(0 136 193) 21%, rgb(0 154 255) 33%, rgb(0 236 255) 44%, rgb(9 200 215) 60%, rgb(34 126 252) 73%, rgb(0 180 255) 85%, rgb(0 217 255) 100%) !important;
        background-size: 400% 400% !important;
        animation: gradient 5s ease infinite !important;
        box-shadow: inset 0 0 5px 3px #00e9f1, inset 0 2px 0 0 #fff, inset 0 0 0 2px #640067, 3px 3px 3px 1px rgba(0, 0, 0, .2) !important;
        color: #000 !important;
        text-shadow: 1px 1px 2px #5dcbff !important;
        border: 2px solid #00cbff !important;
    }

    .login-wrapper .contactField {
        border-radius: 50px !important;
    }

    @keyframes background-gold {
        0% {
            background-position: 0% 82%;
        }

        50% {
            background-position: 100% 0%;
        }

        100% {
            background-position: 0% 82%;
        }
    }

/* --- END STYLE BLOCK --- */

#slide-left1 {
        position: fixed;
        top: 110px;
        background: linear-gradient(149deg, #524300 -5%, #614a00 27%, #916f00 39%, #918300 63%, #614a00 80%, #524300 98%);
        z-index: 99999;
        width: 180px;
        left: -180px;
        min-height: 180px;
        text-align: center;
        transition: left .4s ease-in-out;
        -o-transition: left .4s ease-in-out;
        -ms-transition: left .4s ease-in-out;
        -moz-transition: left .4s ease-in-out;
        -webkit-transition: left .4s ease-in-out;
        border-radius: 0px 12px 32px 0;
        border: 1px solid gold;
    }

    #toggle-left1 {
        font-size: 20px;
        position: absolute;
        z-index: 99999;
        left: 180px;
        text-align: center;
        cursor: pointer;
    }

    .card-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .card-img {
        width: 150px;
        height: auto;
        margin-bottom: 5px;
        margin-left: 2px;
    }

    .hours {
        margin: 20px;
    }

    .img-kontak {
        width: 50px;
        margin: 10px;
        padding-bottom: 9px;
        border-bottom: 5px double gold;
    }
    .img-kontak:hover {
        border-bottom: 5px double rgb(255, 208, 0);
    }

    .daftar-btn-bawah {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

/* --- END STYLE BLOCK --- */

#fl_menu {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 99;
    width: 180px;
    height: 42px;
    display: block;
    overflow: visible;
    z-index: 99999;
}
#fl_menu:hover {
    height: 190px;
}
#fl_menu .menuaa {
    width: 185px;
    background: rgb(0 0 0 / 0.6);
}
#fl_menu .menuaa .menu_item {
    display: block;
    background: #4d4700b4;
    color: #ffd000;
    border-top: 0;
    border-color: #d9aa0c;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    width: 179px;
    border-bottom: 1px solid #d8b800;
}
#fl_menu .menuaa .menu_item:hover {
    background: linear-gradient(to bottom, #fcf200, #f3c91e, #fcf200);
    text-decoration: none;
    color: #000;
}
#fl_menu .menuaa .menu_item a {
    color: var(--color-8) !important;
}
#fl_menu .menuaa table,
#fl_menu .menuaa table tbody tr td {
    border: 0;
}

/* --- END STYLE BLOCK --- */

/* NAVBAR */
.navbar-fixed-top {
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/NAVBARNEW.png) no-repeat center !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
}
.navbar-fixed-top .container {
    background: transparent !important;
    box-shadow: none !important;
}
.navbar-fixed-top .navbar-brand {
    margin-left: 30px !important;
}
.navbar-fixed-top .navbar-collapse {
    padding-right: 70px !important;
}
.navbar-fixed-top .navbar-collapse.collapse.skrollable.skrollable-between {
    background: url(https://i.gyazo.com/58db11093c0032e79e7a7b4f2fd07ddd.gif);
    background-size: 5%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 2s;
}

@media (min-width: 1100px) {
    .navbar-fixed-top {
        background-size: 1570px 100% !important;
    }
}

#bank .circle-navigation {
    display: none !important;
}
#bank .bankscroll {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    z-index: 1 !important;
}
/* Reset bankscroll di mobile agar tidak menimpa latest-results */
@media(max-width: 1100px) {
    #bank .bankscroll {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}
#bank .bankscroll .owl-controls {
    display: none !important;
}

.blog-sidebar .sidebar-nav {
    padding: 0 !important;
}
.blog-sidebar .sidebar-nav li a {
    background: linear-gradient(to bottom, #fcf200, #f3c91e, #fcf200);
    border-radius: 10px;
    border: 2px solid #ffd900;
    border-bottom: 2px solid #ffd900 !important;
    margin-bottom: .5rem;
    color: #000 !important;
}
.blog-sidebar .sidebar-nav li > a > i {
    background: -webkit-linear-gradient(#080808, #000000) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.blog-sidebar .sidebar-nav li:hover a {
    background: radial-gradient(circle at center, #d9cb07, #503b00) !important;
    color: #fff !important;
    text-shadow: 0 2px 4px #111 !important;
}
.blog-sidebar .sidebar-nav li:hover a i {
    background: -webkit-linear-gradient(#fad713, #ceaf00) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
}
.blog-sidebar .sidebar-button .btn-theme,
#submitlogin {
    background-image: linear-gradient(to right, #7e5e05, #d9cb07, #ebd300, #5f4f06, #7e5e05, #d9cb07, #ebd300, #5f4f06) !important;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    border-top: 2px solid #ffd900 !important;
    border-bottom: 2px solid #ffd900 !important;
    border-right: 4px solid #ffd900 !important;
    border-left: 4px solid #ffd900 !important;
    border-radius: 8px 20px 8px 20px !important;
    color: #000;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 2px #000; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}
.blog-sidebar .sidebar-button .btn-theme:hover {
    background: linear-gradient(to bottom, #f8cf00 10%, #9c7d00 50%, #f8cf00 95%) !important;
    background-size: 400% 400%;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

input[type="text"],
input[type="password"] {
    border-radius: 8px !important;
    border: 3px outset #eeeeee;
    background: linear-gradient(
        to bottom,
        #e8e8e8 0%,
        #fffbf5 30%,
        #f4f1ec 60%,
        #dadada 90%
    );
}
.form-control {
    color: #000;
}
.form-control::placeholder {
    color: #000 !important;
}
.form-control:focus {
    border: 3px solid #ffcf49 !important;
}

.news-head {
    clip-path: polygon(
        0% 0%,
        calc(0.75rem) 50%,
        0% 100%,
        100% 100%,
        100% 50%,
        100% 0
    );
    background: linear-gradient(
        to bottom,
        #fcf200 10%,
        #f4c818 50%,
        #fcf200 95%
    ) !important;
    border-radius: 0 0 0 12px !important;
}
.news-body {
    background: linear-gradient(
        to bottom,
        #fcf200 10%,
        #f4c818 50%,
        #fcf200 95%
    ) !important;
    clip-path: polygon(100% 0, 99% 50%, 100% 100%, 0 100%, 0 0);
    border-radius: 0 0 12px 0 !important;
}
.news-head > h5 {
    color: #000 !important;
}
.news-head > h5 > i {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.newsticker > li > a {
    color: #000 !important;
}

.section .container {
    background: #151400c0 !important;
}

.section .container .row {
    background: none !important;
}

#slider {
    margin-top: 10px;
    width: 100% !important;
    display: block !important;
    clear: both;
}

/* FIX BANNER KECIL: paksa setiap owl-item di slider carousel full width */
.slider .owl-carousel .owl-wrapper-outer {
    overflow: hidden !important;
    width: 100% !important;
}
.slider .owl-carousel .owl-wrapper {
    display: flex !important;
    width: auto !important;
}
.slider .owl-carousel .owl-item {
    width: 100% !important;
    flex-shrink: 0 !important;
}

.slider .owl-carousel .item img {
    border-radius: 14px;
    border: 2px solid #ffcf49;
}

.slider .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background-color: #0b0b0b;
    border: 2px solid #ffcf49;
    width: 18px;
}

.slider #progressBar  {
    display: none !important;
}

.three-banner {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    clear: both;
}
.three-banner .three-banner-item {
    width: 32%;
    transition: transform .2s;
}
.three-banner .three-banner-item:hover {
    transform: scale(1.1);
}
.three-banner .three-banner-item:nth-child(2) {
    margin: 0 auto;
}
.three-banner .three-banner-item img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ffcf49;
}

.banner-desktop {
    margin-top: 10px;
    margin-bottom: -10px;
}
.banner-desktop img {
    border-radius: 10px;
    border: 2px solid #ffcf49;
}

/* Desktop Only: Gold gradient & rounded borders for .results */
@media (min-width: 1100px) {
.results:nth-child(odd) {
    border-radius: 20px !important;
    border-top: 2px solid #ffcf49;
    border-bottom: 2px solid #ffcf49;
    border-right: 4px solid #ffcf49;
    border-left: 4px solid #ffcf49;
    background: linear-gradient(
        to bottom,
        #fcf200, 
        #fcf200, 
        #ebb40f,
        #fcf200 
    ) !important;
    box-shadow: inset 0 0 7px .5px #c8951d, inset 0 2px 0 0 #fbd98a, inset 0 0 0 2px #c18c12, 3px 3px 3px 1px rgba(0, 0, 0, .2);
}
.results:nth-child(even) {
    border-radius: 20px !important;
    border-top: 2px solid #ffcf49;
    border-bottom: 2px solid #ffcf49;
    border-right: 4px solid #ffcf49;
    border-left: 4px solid #ffcf49;
    background: linear-gradient(
        to bottom,
        #fcf200, 
        #fcf200, 
        #ebb40f,
        #fcf200 
    ) !important;
    box-shadow: inset 0 0 7px .5px #c8951d, inset 0 2px 0 0 #fbd98a, inset 0 0 0 2px #c18c12, 3px 3px 3px 1px rgba(0, 0, 0, .2);
}
}
.results .vertical-slider {
    min-height: 172px !important;
}
.results h4 {
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
    position: relative;
    padding-bottom: 8px;
}
.results h4::after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #000;
    position: absolute; 
    bottom: 0;
    left: 0; 
}
.results > h4 > i {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}
.results:nth-child(even) h4 {
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
}
.results:nth-child(even) > h4 > i {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-group.circle-navigations .btn i,
.results .btn-group #previous-control,
.results .btn-group #next-control,
.results .btn-group.custom-navigations .btn {
    color: #000 !important;
    font-weight: bold;
    /* font-size: 2rem; */
    background: none !important;
    background-color: none !important;
}
.btn-group.circle-navigations .btn:hover {
    background: linear-gradient(to right, #060253, #1108b1) !important;
    border: 1px solid #eec10b;
}
.btn-group.circle-navigations .btn:hover i {
    color: #fff !important;
}
.results .custom-navigations span {
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
}
.results-pool {
    color: #fff;
}
.results-detail {
    border: 1px solid #ffcf49;
    background: linear-gradient(to right bottom, #01031f, #000111);
    border-radius: 8px;
}
.results-detail .results-pool {
    color: #fff !important;
}
.results-detail .results-number {
    color: #ffd000;
}

.news-detail {
    border: 1px solid #ffcf49;
    border-radius: 12px !important;
    background: linear-gradient(to right bottom, #01031f, #000111) !important;
}

.table-footer {
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    border-collapse: separate;
    border: 1px solid #ffcf49;
    border-spacing: 4px;
}
.table-footer thead {
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 33px;
}
.table-footer thead th {
    background: none;
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #fcf200, #f3c91e, #fcf200);
    border-radius: 6px;
    border-collapse: separate;
}
.table-footer tr {
    background: none;
}
.table-footer td {
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    padding: 5px;
    background: none;
    text-align: left;
    border: 1px solid #ffcf49 !important;
    border-radius: 5px;
    line-height: 15px;
}
.table-footer td:first-child {
    width: 25%;
}

.running-bank-footer-wrapper {
    width: 800px;
    height: 80px;
    margin: 25px auto;
    border-radius: 20px;
    z-index: 0;
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/runningbank.webp) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.running-bank {
    width: 41rem;
    height: 7rem;
    overflow: hidden;
    position: relative;
    top: 2rem;
    right: -36rem;
}
.running-bank-item {
    position: absolute;
    top: 0;
    left: 100%;
    animation: 20s linear infinite marqueeAnimation;
    z-index: 99999;
    height: 57%;
    background: 0 0
}

.service-banner img {
    width: 100%;
}

.bottomnv li {
    display: inline-block;
    list-style-type: none;
}
.bottomnv li a {
    line-height: 11px;
    display: block;
    background: linear-gradient(to bottom, #fcf200, #f3c91e, #fcf200);
    border-radius: 12px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #ffcf49;
    border-top: 1px solid #ffcf49;
    padding: 8px 16px;
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
    font-weight: bold;
}
.bottomnv li a:hover {
    background: linear-gradient(to bottom, #8f7900, #dfc800);
    color: #fff !important;
    text-shadow: none;
}

.contactusbg a {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.contactusbg a:hover {
    color: #ffd900 !important;
}
.contactusbg:nth-child(1) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.contactusbg:nth-child(2) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.contactusbg:nth-child(3) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.contactusbg:nth-child(4) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.contactusbg:nth-child(5) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.col-lg-102 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-offset-125 {
    margin-left: 13.33333333%;
}
.col-xs-102 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-offset-125 {
    margin-left: 8.33333333%;
}
.col-md-offset-125 {
    margin-left: 8.33333333%;
}

.yellowfoot {
    width: auto;
    padding: 0px 0px 0px;
}
.yellowfoot .container {
    background: none !important;
}

.bottomnv {
    width: auto;
}
.bottomnv .blacktp {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: auto;
    padding-right: 55px;
}

.blog-posts ol, ul {
    color: #fff;
    line-height: 20px;
    padding: 0 25px;
    font-weight: 300;
}

.contactusbg:nth-child(1) {
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/social/facebook.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
}
.contactusbg:nth-child(2) {
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/social/x.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
}
.contactusbg:nth-child(3) {
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/social/instagram.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
}
.contactusbg:nth-child(4) {
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/runningbank.webp) no-repeat;
    width: 19%;
    height: 48px;
    background-size: 100%;
}
.contactusbg:nth-child(5) {
    background: url(https://cdn.robotcheap.com/assets/ns38/layout/support/runningbank.webp) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
}

footer#footer {
    background-color: #000;
    border: 2px solid #ffcf49;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    border-top-style: groove;
    width: 1170px;
    margin: auto;
    box-shadow: rgb(0 0 0 / 90%) 0 32px 62px -2px, rgb(0 0 0 / 90%) 0 30px 32px -3px;
}

#footer .footer-main .container {
    background: linear-gradient(to right bottom, #1f1a01, #000111);
    width: 100%;
}

#footer .footer-main .container .row {
    background: none !important;
}

.games-homes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 4rem;
}
.games-homes .game-item {
    display: block;
    position: relative;
}
.games-homes .game-item img:first-child {
    display: block;
    position: relative;
    border-radius: 10px;
    max-width: 100%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.games-homes .game-item:hover img:first-child {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    opacity: .5;
}
.games-homes .game-item img.game-popup {
    display: block;
    position: absolute;
    inset: 0;
    margin: 0 auto;
    width: auto;
    height: 100%;
    transition: all .5s ease-in-out;
    transform: translateY(10%);
    opacity: 0;
}
.games-homes .game-item:hover img.game-popup {
    width: auto;
    height: 190%;
    transform: translateY(-48%);
    opacity: 1;
    cursor: pointer;
    margin: 0 auto;
}

.link-alternatif-desktop-terbaik {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin: 10px auto 20px;
}
.link-alternatif-desktop-terbaik .link-alternatif-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    align-items: flex-end;
    text-align: right;
    width: 250px;
    height: 73px;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    color: gold;
    font-weight: 700 !important;
}
.link-alternatif-desktop-terbaik .link-alternatif-item:hover {
    text-decoration: none;
    color: #000;
}
.link-alternatif-desktop-terbaik .alternatif-dasar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* GAME ICON — FIX: pastikan carousel horizontal, tidak stack ke bawah */
.gameicon {
    overflow: hidden !important;
}
.gameicon .owl-wrapper-outer {
    overflow: hidden !important;
    width: 100% !important;
    position: relative !important;
}
.gameicon .owl-wrapper-outer .owl-wrapper {
    display: block !important;
    white-space: nowrap !important;
    width: auto !important;
}
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item {
    display: inline-block !important;
    float: none !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: auto !important;
}
.gameicon .owl-wrapper-outer .owl-wrapper .owl-item img {
    display: block !important;
    width: 100% !important;
}

body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(1) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconAlaska.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconAlberta.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconAtlanta.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconBoston.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(5) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconBullseye.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(6) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCambodia.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(7) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconChina.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(8) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconJakarta.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(9) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCeko.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(10) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconHongkong.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(11) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconSydney.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(12) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconTotoMacau.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(13) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconSingapore.webp") !important; }
body.custom-latest-results .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(14) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/Iconkanada.webp") !important; }



/* BANK LIST */
.owl-wrapper .owl-item .bank {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
.owl-wrapper .owl-item:nth-child(1) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BCA_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(1) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BCA_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(1) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BCA_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(2) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BNI_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(2) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BNI_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(2) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BRI_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(3) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BRI_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(3) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BRI_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(3) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/BRI_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

/*.......
.owl-wrapper .owl-item:nth-child(4) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/4102a87c6f73c5de43bc9ddab5be160b.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(4) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/5ea7e206baa5a142a31f4d47c245f977.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(4) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/20727ed9f994cd5dce6be2d7f59301fe.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
....*/

.owl-wrapper .owl-item:nth-child(5) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/DANA_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(5) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/DANA_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(5) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/DANA_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(6) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/GOPAY_Offline.webp') 0px 0px no-repeat !important;
    background: url('') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(6) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/GOPAY_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(6) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/GOPAY_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(7) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/QRIS_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(7) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/QRIS_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(7) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/QRIS_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}


.owl-wrapper .owl-item:nth-child(4) .bank .offline,
.owl-wrapper .owl-item:nth-child(8) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/MANDIRI_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(4) .bank .online,
.owl-wrapper .owl-item:nth-child(8) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/MANDIRI_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(4) .bank .trouble,
.owl-wrapper .owl-item:nth-child(8) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/MANDIRI_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(9) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/OVO_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(9) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/OVO_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(9) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/OVO_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(10) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/DANAMON_Offline.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(10) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/DANAMON_Online.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(10) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://cdn.robotcheap.com/assets/ns38/layout/support/bank/DANA_Maintance.webp') 0px 0px no-repeat !important;
    background-size: 100% !important;
}


/*------
.owl-wrapper .owl-item:nth-child(11) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/285460bdb8bb29c9df21725f5c335263.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(11) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/0cb18cbe5b3e60304dbe0167e8170869.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(11) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/3da619c049d7436025a2ced8d1f330da.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}

.owl-wrapper .owl-item:nth-child(12) .bank .offline {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/2e40b55942624bff7b568c12b7606caf.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(12) .bank .online {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/448b09107d0d979b7ccdf243e4beee16.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
.owl-wrapper .owl-item:nth-child(12) .bank .trouble {
    width: 145px !important;
    height: 94px !important;
    background: url('https://i.gyazo.com/448b09107d0d979b7ccdf243e4beee16.gif') 0px 0px no-repeat !important;
    background-size: 100% !important;
}
------*/


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 300% 0; }
    100% { background-position: 0 0; }
}

@keyframes marqueeAnimation {
    0% {
        left: 100%
    }
    100% {
        left: -350%
    }
}

/* --- END STYLE BLOCK --- */

img.dragonball{width:100px;position:absolute;text-align:center;z-index:-1;right:0;transform:scaleX(-1);top:500px}img.dragonball1{width:100px;position:absolute;text-align:center;z-index:-1;left:0;top:500px}

/* --- END STYLE BLOCK --- */

@font-face {
		font-family: Muli;
		src: url('/assets/fonts/Muli.ttf');
        font-display: swap;
	}
	h1, h2, h3, h4, h5, h6, a, button.btn-theme, .btn.btn-theme, span, .date, p, .copyright, li, thead, tbody, .row{
		font-family: Muli !important;
	}

/* --- END STYLE BLOCK --- */

.tickercontainer{width:100%;margin:0px;padding:0px;overflow:hidden;}
.tickercontainer .masking{position:relative;left:0px;width:100%;height:35px;overflow:hidden;}
ul.newsticker{position:relative;width:100%;list-style-type:none;margin-top:7px;padding:0px;}
ul.newsticker li{float:left;margin:0px;padding:0px;}
ul.newsticker a{white-space:nowrap;padding:0px;margin:0 45px 0 0;color:#717171;}
ul.newsticker span{margin:0 10px 0 0;}
/* --- END DESKTOP CSS --- */

/* =========================================================
   CUSTOM LATEST-RESULTS IMAGES (Desktop Only)
   Aktif hanya jika body memiliki class .custom-latest-results
   ========================================================= */
@media (min-width: 1100px) {
   
    body.custom-latest-results .gameicon .owl-item:nth-child(5) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconBullseye.webp") !important; }
    body.custom-latest-results .gameicon .owl-item:nth-child(6) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCambodia.webp") !important; }
    body.custom-latest-results .gameicon .owl-item:nth-child(9) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCeko.webp") !important; }
    body.custom-latest-results .gameicon .owl-item:nth-child(13) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCeko.webp") !important; }

}

/* =========================================================
   CUSTOM LATEST-RESULTS IMAGES (Mobile Only - sliderGameTogelMob)
   Aktif hanya jika body memiliki class .custom-latest-results
   ========================================================= */
@media (max-width: 1099px) {
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(1) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconAlaska.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(2) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconAlberta.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(3) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconAtlanta.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(4) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconBoston.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(5) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconBullseye.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(6) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCambodia.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(7) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconChina.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(8) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconJakarta.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(9) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconCeko.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(10) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconHongkong.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(11) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconSydney.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(12) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconTotoMacau.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(13) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/IconSingapore.webp") !important; }
    body.custom-latest-results .sliderGameTogelMob .slick-slide:nth-child(14) img { content: url("https://cdn.robotcheap.com/assets/ns38/layout/support/pasaran/Iconkanada.webp") !important; }
}

/* =========================================================
   sliderGameMob TOGGLE (Mobile Only - Slot Slider)
   Default: tersembunyi
   Tampil hanya jika body memiliki class .show-slider-gamemob
   ========================================================= */
@media (max-width: 1099px) {
    .sliderGameMob { display: none !important; }
    body.show-slider-gamemob .sliderGameMob { display: block !important; }
}