@import url('https://fonts.cdnfonts.com/css/digital-numbers');
@import url('https://fonts.cdnfonts.com/css/brave-phoenix');

:root {
    --background-image: url('../img/bg1.webp');
}

body {
    background-color: black;
    color: white;
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

.bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg1 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg2 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg3 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg5 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg6 {
    background-color: rgba(0, 0, 0, 0.2);
}

.cursor {
    cursor: pointer;
}

.pelangi {
    background: -webkit-linear-gradient(red, gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
}

@font-face {
    font-family: 'Digital-7';
    src: url('../font/digital-7.ttf') format('truetype');
}

.digital-text {
    font-family: 'Digital-7', sans-serif;
    font-size: 88px;
    letter-spacing: 2px;
}

.offcanvas-body::-webkit-scrollbar {
    display: none;
}





/* BUTTON ---------------------------------------------------------------------------------------------------------- */
/* BUTTON ---------------------------------------------------------------------------------------------------------- */
.gradient-buttons .btn {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.5)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;
    border-radius: 50px;

    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-info:hover {
    background: linear-gradient(0deg, #4EDFF0, #17A2B8 57%, #007AA5) !important;
}

.gradient-buttons .btn-outline-info {
    color: white !important;
}

.gradient-buttons .btn-outline-info:hover {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: white !important;
}

.text-bg-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

.text-info {
    color: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

.bg-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.gradient-buttons .btn.btn-warning:hover {
    background: linear-gradient(0deg, #FFC700, #FFA801, #D27303) !important;
    color: black !important;
}

.gradient-buttons .btn-outline-warning:hover {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
    color: black !important;
}

.text-bg-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.text-warning {
    color: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.alert-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-primary {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

.gradient-buttons .btn.btn-primary:hover {
    background: linear-gradient(0deg, #0084E9, #0056b3 57%, #011F5B) !important;
}

.gradient-buttons .btn-outline-primary {
    color: white !important;
}

.gradient-buttons .btn-outline-primary:hover {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
    color: white !important;
}

.text-bg-primary {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

.text-primary {
    color: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-danger:hover {
    background: linear-gradient(0deg, #FF6B6B, #DC3545 57%, #8B0000) !important;
}

.gradient-buttons .btn-outline-danger {
    color: white !important;
}

.gradient-buttons .btn-outline-danger:hover {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: white !important;
}

.bg-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.text-bg-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.text-danger {
    color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.alert-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.gradient-buttons .btn.btn-success:hover {
    background: linear-gradient(0deg, #50D050, #28A745 57%, #0A5720) !important;
}

.gradient-buttons .btn-outline-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
}

.gradient-buttons .btn-outline-success:hover {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
}

.text-bg-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.text-success {
    color: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.bg-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.alert-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-light {
    background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important;
}

.gradient-buttons .btn.btn-light:hover {
    background: linear-gradient(0deg, #FFFFFF, #F8F9FA 57%, #E0E0E0) !important;
}

.gradient-buttons .btn-outline-light {
    color: white !important;
}

.gradient-buttons .btn-outline-light:hover {
    background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important;
    color: black !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-secondary {
    background: linear-gradient(0deg, #505050, #6C757D 57%, #A0A0A0) !important;
}

.gradient-buttons .btn.btn-secondary:hover {
    background: linear-gradient(0deg, #A0A0A0, #6C757D 57%, #505050) !important;
}

.gradient-buttons .btn-outline-secondary {
    color: white !important;
}

.gradient-buttons .btn-outline-secondary:hover {
    background: linear-gradient(0deg, #A0A0A0, #6C757D 57%, #505050) !important;
    color: white !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-dark {
    background: linear-gradient(0deg, #343a40, #495057 57%, #6c757d) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-dark:hover {
    background: linear-gradient(0deg, #6c757d, #495057 57%, #343a40) !important;
    color: white !important;
}

.gradient-buttons .btn-outline-dark {
    color: #343a40 !important;
    border-color: #343a40 !important;
}

.gradient-buttons .btn-outline-dark:hover {
    background: linear-gradient(0deg, #6c757d, #495057 57%, #343a40) !important;
    color: white !important;
}

/* BUTTON ---------------------------------------------------------------------------------------------------------- */
/* BUTTON ---------------------------------------------------------------------------------------------------------- */





/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */
/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */
.custom-input {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    border: none;
}

.custom-input::placeholder {
    color: white !important;
}

.custom-input :active {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: none;
}

.input-with-icon input[type="text"] {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px;
    margin: 5px 0;
}

::placeholder {
    color: rgba(255, 255, 255, 0.479);
}

.input-with-icon {
    position: relative;
}

.input-with-icon input[type="text"] {
    padding-left: 30px;
}

.input-with-icon i {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */
/* INPUT GANTI PASSWORD ---------------------------------------------------------------------------------------------------------- */





/* RESPONSIVE ---------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE ---------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1400px) {
    #downloadapk {
        display: none;
    }

    #navbarMobile {
        display: none;
    }

    #navbarBawahMobile {
        display: none;
    }

    #halamanSlotMobile {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    #navbarAtasDesktop {
        display: none;
    }

    #navbarDesktop {
        display: none;
    }

    #halamanSlotDesktop {
        display: none;
    }
}

/* RESPONSIVE ---------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE ---------------------------------------------------------------------------------------------------------- */




/* MENU ---------------------------------------------------------------------------------------------------------- */
/* MENU ---------------------------------------------------------------------------------------------------------- */
.menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.menu a {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: background-color 0.3s, transform 0.3s;
}

.menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.menu a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: -webkit-linear-gradient(red, gold);
    transition: width 0.3s;
}

.menu a:hover::after {
    width: 100%;
}

.dropdown-menu.show {
    -webkit-animation: fadeIn .3s alternate;
    animation: fadeIn .3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform .2s cubic-bezier(.77, .2, .05, 1), background .2s cubic-bezier(.77, .2, .05, 1), all .2s ease-in-out;
    left: 0
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%)
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg)
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg)
}



.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    left: 5%;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

/* MENU ---------------------------------------------------------------------------------------------------------- */
/* MENU ---------------------------------------------------------------------------------------------------------- */





/* LOADING ---------------------------------------------------------------------------------------------------------- */
/* LOADING ---------------------------------------------------------------------------------------------------------- */
.ajax-loader-member {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;

    background:
        radial-gradient(circle at top left, rgba(255, 210, 60, 0.13), transparent 35%),
        radial-gradient(circle at bottom right, rgba(0, 255, 110, 0.10), transparent 35%),
        radial-gradient(circle at center, rgba(255, 0, 0, 0.08), transparent 45%),
        rgba(0, 10, 3, 0.78);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.ajax-loader-box {
    width: 100%;
    max-width: 300px;
    min-height: 250px;
    text-align: center;

    background:
        linear-gradient(145deg, rgba(5, 35, 13, 0.88), rgba(2, 10, 5, 0.94)),
        radial-gradient(circle at top, rgba(255, 214, 70, 0.18), transparent 45%);

    border: 1px solid rgba(255, 214, 70, 0.42);
    border-radius: 28px;
    padding: 34px 24px 28px;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.65),
        0 0 35px rgba(255, 214, 70, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);

    position: relative;
    overflow: hidden;
}

.ajax-loader-box::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        linear-gradient(115deg,
            transparent 35%,
            rgba(255, 230, 90, 0.12) 45%,
            rgba(255, 230, 90, 0.28) 50%,
            rgba(0, 255, 110, 0.10) 55%,
            transparent 65%);
    transform: rotate(12deg);
    animation: ajaxLoaderShine 2.6s linear infinite;
    pointer-events: none;
}

.ajax-loader-glow {
    position: absolute;
    width: 190px;
    height: 190px;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 214, 70, 0.28), transparent 68%);
    filter: blur(10px);
}

.ajax-loader-ring-wrap {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2;
}

.ajax-loader-ring {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.08);
    border-top-color: #ffd84a;
    border-right-color: #16ff7a;
    border-bottom-color: #ff1f3d;
    animation: ajaxLoaderSpin 0.85s linear infinite;
    box-shadow:
        0 0 22px rgba(255, 216, 74, 0.32),
        inset 0 0 18px rgba(255, 216, 74, 0.08);
}

.ajax-loader-dot {
    display: none;
}

.ajax-loader-logo-asg {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    filter:
        drop-shadow(0 0 8px rgba(255, 216, 74, 0.35)) drop-shadow(0 0 14px rgba(255, 0, 45, 0.18));
}

.ajax-loader-title {
    font-size: 18px;
    font-weight: 900;
    color: #ffe66d;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    text-shadow:
        0 0 10px rgba(255, 216, 74, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.65);
}

.ajax-loader-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.ajax-loader-progress {
    width: 170px;
    height: 6px;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 216, 74, 0.18);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ajax-loader-progress span {
    display: block;
    width: 45%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #16ff7a, #ffd84a, #ff1f3d);
    box-shadow: 0 0 14px rgba(255, 216, 74, 0.65);
    animation: ajaxLoaderProgress 1s ease-in-out infinite;
}

body.ajax-loading {
    overflow: hidden;
}

@keyframes ajaxLoaderSpin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ajaxLoaderProgress {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(240%);
    }
}

@keyframes ajaxLoaderShine {
    0% {
        transform: translateX(-80%) rotate(12deg);
    }

    100% {
        transform: translateX(80%) rotate(12deg);
    }
}

/* LOADING ---------------------------------------------------------------------------------------------------------- */
/* LOADING ---------------------------------------------------------------------------------------------------------- */





/* MATCH DESKTOP ---------------------------------------------------------------------------------------------------------- */
/* MATCH DESKTOP ---------------------------------------------------------------------------------------------------------- */
#matchSlideBox {
    overflow: hidden;
}

.matchSlideItem {
    height: 140px !important;
    overflow: hidden;
}

.matchSlideItem .list-group-item {
    height: 140px !important;
    overflow: hidden;
}

#matchSlideBox .list-group-item {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 215, 0, 0.25);
    color: #fff !important;
}

#matchSlideBox .list-group-item small,
#matchSlideBox .list-group-item p {
    color: #fff !important;
}

/* MATCH DESKTOP ---------------------------------------------------------------------------------------------------------- */
/* MATCH DESKTOP ---------------------------------------------------------------------------------------------------------- */





/* MATCH MOBILE ---------------------------------------------------------------------------------------------------------- */
/* MATCH MOBILE ---------------------------------------------------------------------------------------------------------- */
#matchSlideBoxMobile {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

#matchSlideInnerMobile {
    display: flex;
    width: max-content;
}

#matchSlideInnerMobile {
    display: flex;
    width: 100%;
}

.matchSlideItemMobile {
    width: 100%;
    min-width: 100%;
}

.matchSlideItemMobile {
    height: 190px !important;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.matchSlideItemMobile .list-group-item {
    height: 190px !important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 215, 0, 0.25);
    color: #fff !important;
}

#matchSlideBoxMobile .list-group-item small,
#matchSlideBoxMobile .list-group-item p {
    color: #fff !important;
}

/* MATCH MOBILE ---------------------------------------------------------------------------------------------------------- */
/* MATCH MOBILE ---------------------------------------------------------------------------------------------------------- */





/* ANGKA JACKPOT ---------------------------------------------------------------------------------------------------------- */
/* ANGKA JACKPOT ---------------------------------------------------------------------------------------------------------- */
.jackpot-number {
    color: #ffffff;
    text-shadow:
        0 0 5px #ffffff,
        0 0 10px #ffd700,
        0 0 20px #ffd700,
        0 0 35px #ff9900,
        0 0 50px #ff3300;
    animation: jackpotGlow 1.5s infinite alternate;
}

@keyframes jackpotGlow {
    0% {
        text-shadow:
            0 0 5px #ffffff,
            0 0 10px #ffd700,
            0 0 20px #ffd700,
            0 0 35px #ff9900;
        transform: scale(1);
    }

    100% {
        text-shadow:
            0 0 10px #ffffff,
            0 0 20px #ffff00,
            0 0 35px #ffd700,
            0 0 55px #ff9900,
            0 0 75px #ff3300;
        transform: scale(1.03);
    }
}

.jackpot-title {
    margin: 0;
    padding: 4px 5px;
    text-align: center;

    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #ffe680;

    text-shadow:
        0 2px 0 #3b1f00,
        0 0 8px rgba(255, 255, 180, 0.95),
        0 0 16px rgba(255, 215, 0, 0.9),
        0 0 26px rgba(255, 170, 0, 0.65);

    background: linear-gradient(180deg,
            #ffffff 0%,
            #fff3b0 30%,
            #ffd43b 60%,
            #ff9800 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    line-height: 1.2;
}


.h1-title {
    margin: 0;
    padding: 4px 5px;
    /* text-align: center; */

    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #ffe680;

    text-shadow:
        0 2px 0 #3b1f00,
        0 0 8px rgba(255, 255, 180, 0.95),
        0 0 16px rgba(255, 215, 0, 0.9),
        0 0 26px rgba(255, 170, 0, 0.65);

    background: linear-gradient(180deg,
            #ffffff 0%,
            #fff3b0 30%,
            #ffd43b 60%,
            #ff9800 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    line-height: 1.2;
}


.jackpot-label-white {
    margin: 8px 0 10px;
    padding: 4px 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    font-family: 'Brave Phoenix 3D', sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 1.1;

    color: #ffffff;

    text-shadow:
        0 2px 0 #111111,
        0 0 6px rgba(255, 255, 255, 0.95),
        0 0 14px rgba(255, 255, 255, 0.75),
        0 0 22px rgba(255, 215, 0, 0.45);

    background: linear-gradient(180deg,
            #ffffff 0%,
            #f7f7f7 35%,
            #dcdcdc 65%,
            #9f9f9f 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: relative;
}

.jackpot-label-white span {
    display: inline-block;
}

.jackpot-icon {
    height: 30px;
    width: auto;

    /* filter:
        drop-shadow(0 0 5px rgba(255, 215, 0, 0.9)) drop-shadow(0 0 10px rgba(255, 140, 0, 0.5)); */
}

/* ANGKA JACKPOT ---------------------------------------------------------------------------------------------------------- */
/* ANGKA JACKPOT ---------------------------------------------------------------------------------------------------------- */





/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */
/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */
#testimoni-carousel .item {
    padding: 0 14px;
}

.testimonial-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 140px;
}

.testimonial-card img {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial-card>div {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: justify;
    /* ✅ rata kiri-kanan */
    white-space: normal;
    word-wrap: break-word;
}

.testimonial-text {
    line-height: 1.5;
    margin: 0;
    text-align: justify;
    /* ✅ pastikan isi testimoni rata kiri-kanan */
}


.testimonial-title {
    font-weight: 700;
    line-height: 1.25;
}

.testimonial-text {
    line-height: 1.5;
    margin: 0;
}

.testimonial-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    opacity: .9;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    #testimoni-carousel .item {
        padding: 0 10px;
    }
}

/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */
/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */





/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */
/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */
#backToTop {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 9999;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
}

#backToTop1 {
    position: fixed;
    bottom: 40px;
    right: 50%;
    z-index: 9999;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
}

/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */
/* CAROUSEL TESTTOMONI ---------------------------------------------------------------------------------------------------------- */





/* FOOTER ---------------------------------------------------------------------------------------------------------- */
/* FOOTER ---------------------------------------------------------------------------------------------------------- */
.site-footer {
    /* background-color: #26272b; */
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: white;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: white;
}

.site-footer a:hover {
    color: red;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: white;
    text-decoration: none;
    border-bottom: red 1px solid;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: gold;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    /* background-color: #33353d; */
}

.copyright-text a {
    margin: 0;
    text-decoration: none;
    border-bottom: red 1px solid;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: white;
    background-color: goldenrod;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

/* FOOTER ---------------------------------------------------------------------------------------------------------- */
/* FOOTER ---------------------------------------------------------------------------------------------------------- */





/* GAMES SLOT ---------------------------------------------------------------------------------------------------------- */
/* GAMES SLOT ---------------------------------------------------------------------------------------------------------- */
.cardSlot {
    width: 175px;
    height: 250px;
    border-radius: 10px;
    margin: 5px auto;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    cursor: pointer;
    transition: 0.23s ease;
    position: relative;
}

.cardSlot img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(to bottom, #1a1a1a, #000);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background: linear-gradient(45deg, rgb(255, 0, 255, 0.3), rgb(0, 255, 255, 0.3), rgb(255, 0, 255, 0.3)); */
    /* background: linear-gradient(to right, #000, #002244); */
}

.cardSlot:hover {
    box-shadow: 0 0 37.2px 2.8px rgba(0, 0, 0, 5);
}

.cardSlot:hover .layer {
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.cardSlot:hover .layer small {
    top: auto;
    bottom: 25%;
    font-size: 15px;
}

.cardSlot:hover .layer .icon {
    top: 50%;
    right: 50%;
    margin: -55px -25px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.cardSlot:hover .layer .video-lenght {
    top: 50%;
    right: 50%;
    margin: -55px -25px 0 0;
    opacity: 0;
}

.layer {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: 0.23s ease;
}

.layer .icon {
    position: absolute;
    top: -50px;
    right: 10px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to left, #ff2e41 0, #fa2e76 79%, #f42dab 100%);
    border-radius: 100%;
    transition: 0.23s ease;
}

.layer .video-lenght {
    padding: 5px 7px;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white;
    border-radius: 15px;
    font-family: "Source Sans Pro", sans-serif;
    top: -44px;
    right: 55px;
    position: absolute;
    font-size: 12px;
    font-weight: 100;
    transition: 0.23s ease;
}

.layer small {
    font-weight: 100;
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    transition: 0.23s ease;
    margin-top: 10px;
    color: white;
}

@media (max-width: 768px) {
    .cardSlot {
        width: 102px;
        height: 125px;
    }

    .cardSlot img {
        width: 102px;
        height: 150px;
    }

    .cardSlot:hover .layer small {
        top: auto;
        bottom: 30%;
    }

    .layer .icon {
        width: 30px;
        /* Ukuran ikon lebih kecil */
        height: 30px;
        line-height: 30px;
    }

    .layer .video-lenght {
        display: none;
        font-size: 10px;
        padding: 3px 5px;
        top: -34px;
        right: 40px;
    }

    .layer small {
        font-size: 13px;
        /* Ukuran font lebih kecil */
    }
}

/* GAMES SLOT ---------------------------------------------------------------------------------------------------------- */
/* GAMES SLOT ---------------------------------------------------------------------------------------------------------- */





/* SPACE ---------------------------------------------------------------------------------------------------------- */
/* SPACE ---------------------------------------------------------------------------------------------------------- */
.space-kosong {
    display: none;
}

@media (max-width: 767px) {
    .space-kosong {
        display: block;
        height: 120px;
        width: 100%;
        clear: both;
    }
}

/* SPACE ---------------------------------------------------------------------------------------------------------- */
/* SPACE ---------------------------------------------------------------------------------------------------------- */





/* HALAMAN SLOT DNA LAIN NYA ACTIVE PILLS ---------------------------------------------------------------------------------------------------------- */
/* HALAMAN SLOT DNA LAIN NYA ACTIVE PILLS ---------------------------------------------------------------------------------------------------------- */
#halamanSlotDesktop .nav-pills .nav-link.active,
#halamanSlotDesktop .nav-pills .show>.nav-link {
    background: linear-gradient(0deg, #FF6B6B, #DC3545 57%, #8B0000) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 3px 8px rgba(0, 0, 0, 0.35) !important;
}

/* HOVER NAV PILLS */
#halamanSlotDesktop .nav-pills .nav-link:hover {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: #ffffff !important;
}

/* NORMAL NAV PILLS */
#halamanSlotDesktop .nav-pills .nav-link {
    color: #ffffff !important;
    border-radius: 6px !important;
    background: transparent !important;
    border: none !important;
}

/* FOCUS / KETIKA DIKLIK */
#halamanSlotDesktop .nav-pills .nav-link:focus,
#halamanSlotDesktop .nav-pills .nav-link:active {
    background: linear-gradient(0deg, #FF6B6B, #DC3545 57%, #8B0000) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

#halamanSlotDesktop #v-pills-tab {
    padding: 10px !important;
}

/* HALAMAN SLOT DNA LAIN NYA ACTIVE PILLS ---------------------------------------------------------------------------------------------------------- */
/* HALAMAN SLOT DNA LAIN NYA ACTIVE PILLS ---------------------------------------------------------------------------------------------------------- */


/* =========================================================
   FIX CARD SLOT + NAMA GAME + RTP DI BAWAH
========================================================= */

.cardSlotRtp {
    width: 175px !important;
    height: auto !important;
    min-height: 245px !important;
    margin: 5px auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    position: relative !important;

    background: rgba(0, 0, 0, 0.72) !important;
    border: 1px solid rgba(255, 193, 7, 0.18) !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.55) !important;
}

/* Bungkus gambar */
.slot-image-wrap {
    width: 100% !important;
    height: 175px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px 10px 0 0 !important;
}

/* Gambar game */
.cardSlotRtp .slot-game-img {
    width: 100% !important;
    height: 175px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Layer play tetap di atas gambar saja */
.cardSlotRtp .layer {
    position: absolute !important;
    top: 78% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    text-align: center !important;
    transition: 0.23s ease !important;
}

.cardSlotRtp:hover .layer {
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Karena nama game sekarang di luar layer */
.cardSlotRtp .layer small {
    display: none !important;
}

/* Tombol kategori */
.cardSlotRtp .layer .video-lenght {
    padding: 5px 7px !important;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
    border-radius: 15px !important;
    top: -44px !important;
    right: 55px !important;
    position: absolute !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* Icon play */
.cardSlotRtp .layer .icon {
    position: absolute !important;
    top: -50px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    transition: 0.23s ease !important;
}

.cardSlotRtp:hover .layer .icon {
    top: 50% !important;
    right: 50% !important;
    margin: -25px -25px 0 0 !important;
    width: 50px !important;
    height: 50px !important;
}

.cardSlotRtp:hover .layer .video-lenght {
    opacity: 0 !important;
}

/* Nama game di bawah gambar */
.slot-game-title {
    min-height: 38px !important;
    padding: 7px 6px 4px !important;

    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: center !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(0, 0, 0, 0.78) !important;
}

/* RTP sekarang bukan absolute lagi */
.rtp-box {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;

    margin: 0 8px 8px !important;
    padding: 5px 6px 6px !important;
    border-radius: 8px !important;

    background: rgba(0, 0, 0, 0.82) !important;
    border: 1px solid rgba(255, 193, 7, 0.35) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.45) !important;
}

.rtp-info {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    margin-bottom: 3px !important;

    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.rtp-info .rtp-label {
    color: #ffc700 !important;
    text-shadow: 0 0 5px rgba(255, 193, 7, 0.6) !important;
}

.rtp-info .rtp-value {
    color: #50d050 !important;
    text-shadow: 0 0 5px rgba(40, 167, 69, 0.7) !important;
}

.rtp-progress {
    width: 100% !important;
    height: 7px !important;
    overflow: hidden !important;

    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.rtp-progress-bar {
    height: 100% !important;
    border-radius: 50px !important;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 0 8px rgba(40, 167, 69, 0.9) !important;
}

.rtp-progress-bar.rtp-medium {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.rtp-progress-bar.rtp-low {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

/* =========================================================
   RTP CARD - DESKTOP + MOBILE
========================================================= */

.cardSlotRtp {
    width: 175px !important;
    height: auto !important;
    min-height: 252px !important;
    margin: 5px auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    position: relative !important;

    background: rgba(0, 0, 0, 0.78) !important;
    border: 1px solid rgba(255, 193, 7, 0.25) !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.55) !important;
}

.cardSlotRtp .slot-image-wrap {
    width: 100% !important;
    height: 175px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px 10px 0 0 !important;
}

.cardSlotRtp .slot-game-img {
    width: 100% !important;
    height: 175px !important;
    object-fit: cover !important;
    display: block !important;
}

.cardSlotRtp .layer {
    position: absolute !important;
    top: 78% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    text-align: center !important;
    transition: 0.23s ease !important;
}

.cardSlotRtp:hover .layer {
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.cardSlotRtp .layer .icon {
    position: absolute !important;
    top: -50px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    transition: 0.23s ease !important;
}

.cardSlotRtp:hover .layer .icon {
    top: 50% !important;
    right: 50% !important;
    margin: -25px -25px 0 0 !important;
    width: 50px !important;
    height: 50px !important;
}

.cardSlotRtp .layer .video-lenght {
    padding: 5px 7px !important;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
    border-radius: 15px !important;
    top: -44px !important;
    right: 55px !important;
    position: absolute !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.cardSlotRtp:hover .layer .video-lenght {
    opacity: 0 !important;
}

.cardSlotRtp .rtp-box {
    position: static !important;
    margin: 7px 8px 5px !important;
    padding: 5px 6px 6px !important;
    border-radius: 8px !important;

    background: rgba(0, 0, 0, 0.85) !important;
    border: 1px solid rgba(255, 193, 7, 0.35) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.45) !important;
}

.cardSlotRtp .rtp-info {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 3px !important;

    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.cardSlotRtp .rtp-label {
    color: #ffc700 !important;
    text-shadow: 0 0 5px rgba(255, 193, 7, 0.6) !important;
}

.cardSlotRtp .rtp-value {
    color: #50d050 !important;
    text-shadow: 0 0 5px rgba(40, 167, 69, 0.7) !important;
}

.cardSlotRtp .rtp-progress {
    width: 100% !important;
    height: 7px !important;
    overflow: hidden !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.cardSlotRtp .rtp-progress-bar {
    height: 100% !important;
    border-radius: 50px !important;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 0 8px rgba(40, 167, 69, 0.9) !important;
}

.cardSlotRtp .rtp-progress-bar.rtp-medium {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.cardSlotRtp .rtp-progress-bar.rtp-low {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.cardSlotRtp .slot-game-title {
    min-height: 38px !important;
    padding: 5px 6px 8px !important;

    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: center !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(0, 0, 0, 0.78) !important;
}


/* =========================================================
   RTP CARD MOBILE
========================================================= */

@media (max-width: 768px) {

    .cardSlotRtp {
        width: 105px !important;
        min-height: 178px !important;
        margin: 4px auto !important;
        border-radius: 8px !important;
    }

    .cardSlotRtp .slot-image-wrap {
        height: 105px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .cardSlotRtp .slot-game-img {
        height: 105px !important;
        object-fit: cover !important;
    }

    .cardSlotRtp .layer {
        top: 75% !important;
    }

    .cardSlotRtp .layer .icon {
        width: 30px !important;
        height: 30px !important;
        top: -36px !important;
        right: 6px !important;
    }

    .cardSlotRtp:hover .layer .icon {
        width: 34px !important;
        height: 34px !important;
        margin: -17px -17px 0 0 !important;
    }

    .cardSlotRtp .layer .video-lenght {
        top: -32px !important;
        right: 40px !important;
        font-size: 9px !important;
        padding: 3px 6px !important;
    }

    .cardSlotRtp .rtp-box {
        margin: 5px 5px 4px !important;
        padding: 4px 5px 5px !important;
        border-radius: 6px !important;
    }

    .cardSlotRtp .rtp-info {
        font-size: 8px !important;
        margin-bottom: 3px !important;
    }

    .cardSlotRtp .rtp-progress {
        height: 5px !important;
    }

    .cardSlotRtp .slot-game-title {
        min-height: 34px !important;
        padding: 4px 4px 6px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
}

/* =========================================================
   RTP CARD FINAL - DESKTOP & MOBILE
========================================================= */

.cardSlotRtp {
    width: 175px !important;
    height: auto !important;
    min-height: 252px !important;
    margin: 5px auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    position: relative !important;
    background: rgba(0, 0, 0, 0.78) !important;
    border: 1px solid rgba(255, 193, 7, 0.25) !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.55) !important;
}

.cardSlotRtp .slot-image-wrap {
    width: 100% !important;
    height: 175px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px 10px 0 0 !important;
}

.cardSlotRtp .slot-game-img {
    width: 100% !important;
    height: 175px !important;
    object-fit: cover !important;
    display: block !important;
}

.cardSlotRtp .layer {
    position: absolute !important;
    top: 78% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    text-align: center !important;
    transition: 0.23s ease !important;
}

.cardSlotRtp:hover .layer {
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.cardSlotRtp .layer .icon {
    position: absolute !important;
    top: -50px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    transition: 0.23s ease !important;
}

.cardSlotRtp:hover .layer .icon {
    top: 50% !important;
    right: 50% !important;
    margin: -25px -25px 0 0 !important;
    width: 50px !important;
    height: 50px !important;
}

.cardSlotRtp .layer .video-lenght {
    padding: 5px 7px !important;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
    border-radius: 15px !important;
    top: -44px !important;
    right: 55px !important;
    position: absolute !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.cardSlotRtp:hover .layer .video-lenght {
    opacity: 0 !important;
}

.cardSlotRtp .rtp-box {
    position: static !important;
    margin: 7px 8px 5px !important;
    padding: 5px 6px 6px !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.85) !important;
    border: 1px solid rgba(255, 193, 7, 0.35) !important;
}

.cardSlotRtp .rtp-info {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 3px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.cardSlotRtp .rtp-label {
    color: #ffc700 !important;
}

.cardSlotRtp .rtp-value {
    color: #50d050 !important;
}

.cardSlotRtp .rtp-progress {
    width: 100% !important;
    height: 7px !important;
    overflow: hidden !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.16) !important;
}

.cardSlotRtp .rtp-progress-bar {
    height: 100% !important;
    border-radius: 50px !important;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.cardSlotRtp .rtp-progress-bar.rtp-medium {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.cardSlotRtp .rtp-progress-bar.rtp-low {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.cardSlotRtp .slot-game-title {
    min-height: 38px !important;
    padding: 5px 6px 8px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.78) !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .cardSlotRtp {
        width: 100% !important;
        min-height: 170px !important;
        margin: 4px auto !important;
        border-radius: 8px !important;
    }

    .cardSlotRtp .slot-image-wrap {
        height: 95px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .cardSlotRtp .slot-game-img {
        height: 95px !important;
        object-fit: cover !important;
    }

    .cardSlotRtp .layer {
        top: 75% !important;
    }

    .cardSlotRtp .layer .icon {
        width: 30px !important;
        height: 30px !important;
        top: -36px !important;
        right: 6px !important;
    }

    .cardSlotRtp:hover .layer .icon {
        width: 34px !important;
        height: 34px !important;
        margin: -17px -17px 0 0 !important;
    }

    .cardSlotRtp .layer .video-lenght {
        top: -32px !important;
        right: 38px !important;
        font-size: 8px !important;
        padding: 3px 6px !important;
    }

    .cardSlotRtp .rtp-box {
        margin: 5px 5px 4px !important;
        padding: 4px 5px 5px !important;
        border-radius: 6px !important;
    }

    .cardSlotRtp .rtp-info {
        font-size: 8px !important;
        margin-bottom: 3px !important;
    }

    .cardSlotRtp .rtp-progress {
        height: 5px !important;
    }

    .cardSlotRtp .slot-game-title {
        min-height: 32px !important;
        padding: 4px 4px 6px !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 768px) {

    #halamanSlotMobile .nav-pills,
    #halamanSlotDesktop .nav-pills {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 6px !important;
        gap: 6px !important;
    }

    #halamanSlotMobile .nav-pills .nav-link,
    #halamanSlotDesktop .nav-pills .nav-link {
        min-width: 95px !important;
        width: auto !important;
        white-space: nowrap !important;
        font-size: 11px !important;
        padding: 7px 8px !important;
    }

    #halamanSlotMobile .nav-pills .nav-link img,
    #halamanSlotDesktop .nav-pills .nav-link img {
        height: 22px !important;
        width: 22px !important;
        object-fit: contain !important;
    }
}

/* =========================================================
   FIX RTP MOBILE - TOMBOL TIDAK BERLEBIH
========================================================= */

@media (max-width: 768px) {

    /* Sembunyikan badge kategori Slots di mobile */
    .cardSlotRtp .layer .video-lenght {
        display: none !important;
    }

    /* Kecilkan icon play */
    .cardSlotRtp .layer .icon {
        width: 28px !important;
        height: 28px !important;
        top: -33px !important;
        right: 5px !important;
    }

    .cardSlotRtp:hover .layer .icon {
        width: 32px !important;
        height: 32px !important;
        top: 50% !important;
        right: 50% !important;
        margin: -16px -16px 0 0 !important;
    }

    /* Layer bawah jangan terlalu tinggi */
    .cardSlotRtp .layer {
        top: 78% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.35) !important;
    }

    /* Ukuran card mobile lebih pas */
    .cardSlotRtp {
        border-radius: 7px !important;
        min-height: 165px !important;
    }

    .cardSlotRtp .slot-image-wrap {
        height: 92px !important;
    }

    .cardSlotRtp .slot-game-img {
        height: 92px !important;
    }

    /* RTP lebih kecil */
    .cardSlotRtp .rtp-box {
        margin: 4px 4px 3px !important;
        padding: 3px 4px 4px !important;
    }

    .cardSlotRtp .rtp-info {
        font-size: 7px !important;
    }

    .cardSlotRtp .rtp-progress {
        height: 4px !important;
    }

    /* Nama game */
    .cardSlotRtp .slot-game-title {
        min-height: 30px !important;
        font-size: 10px !important;
        padding: 3px 4px 5px !important;
    }
}








/* SALDO MEMBER -------------------------------------------------------------------------------------------------------------------------------------- */
/* SALDO MEMBER -------------------------------------------------------------------------------------------------------------------------------------- */
#saldoDesktop {
    min-width: 170px;
}

.saldo-member-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 16px 7px 10px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 230, 130, 0.18), rgba(120, 20, 20, 0.08)),
        linear-gradient(90deg, #0c0c0c, #18110a 45%, #0b0b0b);
    border: 1px solid rgba(255, 214, 104, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -8px 18px rgba(0, 0, 0, 0.45),
        0 0 10px rgba(255, 186, 50, 0.25),
        0 0 18px rgba(180, 0, 0, 0.18);
    overflow: hidden;
}

.saldo-member-box::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.16) 45%, transparent 70%);
    transform: translateX(-120%);
    animation: saldoShine 3.8s ease-in-out infinite;
    pointer-events: none;
}

.saldo-member-box::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 2px;
    height: 1px;
    /* background: linear-gradient(90deg, transparent, rgba(255, 215, 90, 0.65), transparent); */
}

.saldo-member-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff3b0;
    background:
        radial-gradient(circle at 35% 25%, #fff7b8, #f2b735 35%, #9b4b00 72%, #3b1300);
    border: 1px solid rgba(255, 230, 130, 0.7);
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.45),
        0 0 10px rgba(255, 196, 63, 0.38);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.saldo-member-content {
    position: relative;
    z-index: 1;
    line-height: 1.05;
    text-align: left;
}

.saldo-member-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #f5c55c;
    text-shadow: 0 1px 2px #000;
    margin-bottom: 8px;
}

.saldo-member-value {
    min-width: 95px;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    white-space: nowrap;
    text-shadow:
        0 1px 2px #000,
        0 0 8px rgba(255, 211, 89, 0.45);
}

.saldo-member-value i {
    color: #ffd65c;
    font-size: 12px;
}

@keyframes saldoShine {
    0% {
        transform: translateX(-120%);
    }

    45% {
        transform: translateX(130%);
    }

    100% {
        transform: translateX(130%);
    }
}

/* SALDO MEMBER -------------------------------------------------------------------------------------------------------------------------------------- */
/* SALDO MEMBER -------------------------------------------------------------------------------------------------------------------------------------- */





/* SALDO MEMBER MOBILE -------------------------------------------------------------------------------------------------------------------------------------- */
/* SALDO MEMBER MOBILE -------------------------------------------------------------------------------------------------------------------------------------- */
#navbarMobile {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

#navbarMobileb {
    align-items: center;
}

.saldo-mobile-card {
    position: relative;
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 14px 6px 10px;
    border-radius: 999px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 235, 145, 0.35), transparent 28%),
        linear-gradient(180deg, #22c85a 0%, #078c35 45%, #035c22 100%);
    /* border: 1px solid rgba(255, 230, 130, 0.75);
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.35),
        inset 0 -8px 15px rgba(0, 0, 0, 0.35),
        0 0 8px rgba(0, 255, 95, 0.35),
        0 0 14px rgba(255, 196, 60, 0.25); */
}

.saldo-mobile-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
    transform: skewX(-18deg);
    animation: saldoMobileShine 3.5s infinite;
}

.saldo-mobile-card::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 3px;
    height: 1px;
    /* background: linear-gradient(90deg,
            transparent,
            rgba(255, 240, 155, 0.9),
            transparent); */
}

.saldo-mobile-icon {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #5c2b00;
    background:
        radial-gradient(circle at 35% 25%, #fff8c4 0%, #ffd45c 35%, #b66b00 70%, #5c2500 100%);
    /* border: 1px solid rgba(255, 245, 180, 0.9);
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.65),
        0 0 9px rgba(255, 204, 77, 0.55); */
    font-size: 15px;
}

.saldo-mobile-info {
    position: relative;
    z-index: 2;
    text-align: left;
    line-height: 1.1;
}

.saldo-mobile-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.7px;
    color: #ffe89a;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
    margin-bottom: 2px;
}

.saldo-mobile-nominal {
    min-width: 120px;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    white-space: nowrap;
    text-align: left;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.9),
        0 0 8px rgba(255, 255, 255, 0.35);
}

.saldo-mobile-nominal i {
    font-size: 12px;
    color: #ffe89a;
}

@keyframes saldoMobileShine {
    0% {
        left: -80%;
    }

    45% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}

/* SALDO MEMBER MOBILE -------------------------------------------------------------------------------------------------------------------------------------- */
/* SALDO MEMBER MOBILE -------------------------------------------------------------------------------------------------------------------------------------- */





/* TABLE RESPONSIVE ------------------------------------------------------------------ */
/* TABLE RESPONSIVE ------------------------------------------------------------------ */
.ok_sms {
    width: 100%;
    border-collapse: collapse;
}

.ok_sms td {
    padding: 12px 15px;
    /* border: 1px solid #ddd; */
    font-size: 16px;
    color: white;
    /* background: rgba(0, 0, 0, 0.5); */
    background: rgba(0, 0, 0, 0.1) !important;
}

.ok_sms th {
    /* background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important; */
    background: rgba(0, 0, 0, 0.1) !important;
    color: white;
}

.ok_sms tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1) !important;
    /* background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important; */
}

/* responsive OK SMS */

@media (max-width: 500px) {
    .ok_sms thead {
        display: none;
    }

    .ok_sms,
    .ok_sms tbody,
    .ok_sms tr,
    .ok_sms td {
        display: block;
        width: 100%;
    }

    .ok_sms tr {
        margin-bottom: 15px;
    }

    .ok_sms td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .ok_sms td::before {
        content: attr(data-label);
        position: absolute;
        left: 0px;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}

/* TABLE RESPONSIVE ------------------------------------------------------------------ */
/* TABLE RESPONSIVE ------------------------------------------------------------------ */