@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&display=swap); @import url(https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap); .hot-games.wrapper {
    height: 180px;
    overflow: hidden;
    position: relative
}

.hot-games .img-container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: absolute
}

.hot-games .games-leave-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear
}

.hot-games .games-enter-active {
    -webkit-animation: enter 25s linear;
    animation: enter 25s linear
}

.hot-games a {
    color: inherit
}

.hot-games .game-item {
    background-color: #0d000c;
    height: 143px;
    margin-right: 5px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 120px
}

.hot-games .game-item img {
    border: 1px solid #8c3e75;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden
}

.hot-games .game-item .game-title {
    background-color: #21071d;
    color: #fff;
    height: 60px;
    padding: 0 15px;
    text-align: left;
    width: 120px
}

@-webkit-keyframes leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

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

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.flex-space-btw {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-space-btw,.flex-start {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.center-text {
    -webkit-flex-direction: column;
    flex-direction: column;
    place-content: space-between
}

.mobile .center-position {
    text-align: center
}

.right-text {
    text-align: right
}

.mobile .right-text {
    text-align: center
}

.flex-display {
    display: -webkit-flex;
    display: flex
}

.mobile .deposit-section {
    background: linear-gradient(0deg,hsla(0,0%,45%,.2),hsla(0,0%,45%,.2));
    border-radius: 8px;
    display: inline-block;
    padding: 15px;
    position: relative
}

.mobile .deposit-section:after {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 5px;
    height: 100%;
    left: 12px;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: 0;
    top: -1px;
    width: calc(100% - 24px);
    width: calc(100% + 2px);
    z-index: -1
}

.deposit-withdraw-div {
    padding: 0 15px
}

.mobile .deposit-withdraw-div {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.deposit-withdraw-div .deposit-withdraw-section {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    box-sizing: border-box;
    display: inline-block;
    margin: 1px 15px 1px 1px;
    padding: 35px 15px 30px;
    position: relative;
    width: 68%
}

.deposit-withdraw-div .deposit-withdraw-section:after {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 5px;
    height: 100%;
    left: 12px;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: 0;
    top: -1px;
    width: calc(100% - 24px);
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .deposit-withdraw-div .deposit-withdraw-section {
    background: transparent;
    border: 0 solid linear-gradient(180deg,#e71d90,#0d000c);
    margin-right: 0;
    padding: 0;
    width: 100%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section:after {
    display: none
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
    margin-top: 0;
    width: 48%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
    margin: 0 auto;
    text-align: center;
    width: 50%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:last-child {
    margin-top: 25px
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:first-child {
    margin-top: 0
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top {
    display: inline-block;
    text-align: center;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon {
    display: -webkit-flex;
    display: flex;
    font-size: 35px;
    place-items: center;
    width: 70px
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon {
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon .circular-progress-bar {
    position: relative
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon .circular-progress-bar {
    display: inline-block;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon .circular-progress-bar .footer-atn-icon {
    color: #fff;
    font-size: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    z-index: 9999
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content {
    color: #fff;
    display: inline-block;
    float: left;
    place-content: space-between;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1 {
    font-family: Rammetto One,cursive;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width: 461px) and (max-width:660px) {
    .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1 {
        font-size:16px
    }
}

@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1 {
        font-size:15px
    }
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div:first-child .deposit-withdraw-text1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 0,#fff 100%,#fff 0,#fff 0);
    -webkit-background-clip: text
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text2 {
    color: #fff;
    display: block;
    font-size: 12px
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text2 {
    font-size: 11px
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div:last-child {
    display: -webkit-flex;
    display: flex;
    place-items: end
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader {
    background-color: #4a183c;
    border-radius: 10px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

/* =======================================================
   ANIMASI UNTUK GRADASI EMAS MENGALIR
   ======================================================= */
@keyframes goldLoaderFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader span {
    background: linear-gradient(90deg, #ff0b83 0%, #ff2e9f 50%, #fff4fb 100%) !important; /* Gradasi Biru Laut ke Biru Neon dan Putih Es */
    background-size: 200% auto !important;
    animation: lighthouseLoaderFlow 2s linear infinite !important; /* Efek warna biru mengalir dinamis */
    box-shadow: 0 0 12px rgba(0, 179, 255, 0.8), 0 0 4px rgba(0, 92, 230, 0.5) !important; /* Efek neon biru menyala */
    border-radius: 10px;
    height: 100%;
    position: absolute;
    width: 30%; /* Mempertahankan lebar bawaan script asli */
    transition: width 0.3s ease;
}

/* Animasi pendukung untuk loader jika belum ada */
@keyframes lighthouseLoaderFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div {
    margin-top: 50px;
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .icon-wrp {
    background: linear-gradient(180deg,#ff4fb5 0,#fff5fb 100%,#ff75c8 0,#fff 0);
    box-shadow: 0 -1px 1px 1px rgba(0,0,0,.15)
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div {
    margin-top: 0
}

@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner {
        border-bottom:1px solid #282828;
        border-top: 0 solid #282828;
        margin-top: 20px
    }

    .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner .item {
        padding: 30px 0
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
    display: -webkit-flex;
    display: flex
}

@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item {
    width: 50%
}

@media (max-width: 767px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item {
        margin-top:15px;
        width: 48%
    }

    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item:nth-child(-n+2) {
        margin-top: 0
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card-width {
    width: 100%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
    width: 43%
}

@media (min-width: 661px) and (max-width:768px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width:50%
    }
}

@media (min-width: 461px) and (max-width:660px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width:50%
    }
}

@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width {
        width:50%
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card {
    place-items: center
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border {
    background: linear-gradient(180deg,#e71d90 0,#1a0617);
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    height: 2em;
    place-content: center;
    place-items: center;
    width: 2em
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border {
    height: 45px;
    width: 45px
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div {
    background: #1a0617;
    border-radius: 4px 4px 0 0;
    display: -webkit-flex;
    display: flex;
    height: 94%;
    place-content: center;
    place-items: center;
    width: 94%
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(1turn,#fff,#fff 43.57%,#fff);
    -webkit-background-clip: text
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    width: calc(100% - 2em)
}

@media (max-width: 460px) {
    .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content {
        width:calc(100% - 45px)
    }
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font {
    color: #ffd6ee;
    font-size: 15px;
    font-weight: 400
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font {
    font-size: 13px
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .mail-color {
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background: linear-gradient(180deg,#fff 0,#fff 100%,#fff 0,#fff 0);
    -webkit-background-clip: text;
    font-size: 12px;
    font-weight: 900
}

.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font {
    color: #ffd6ee;
    font-size: 15px;
    font-weight: 600
}

.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font {
    font-size: 13px
}

.info-section {
    background: linear-gradient(0deg,hsla(0,0%,45%,.2),hsla(0,0%,45%,.2));
    border-radius: 16px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    width: 32%
}

.info-section:after {
    content: "";
    height: 5px;
    left: 12px;
    position: absolute;
    top: 0;
    width: calc(100% - 24px)
}

.mobile .info-section {
    background: transparent;
    border-top: none;
    width: 100%
}

.mobile .info-section:after {
    display: none
}

.info-section .div-card {
    border-bottom: 1px solid #3e4041;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
    place-content: space-between
}

.info-section .div-card:last-child {
    border-bottom: none
}

.info-section .div-card .text {
    color: #f0c5df;
    font-size: 15px;
    font-weight: 600;
    place-items: center
}

.info-section .div-card .a-href-div {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    min-width: 75px;
    place-content: center;
    place-items: center;
    width: inherit
}

.info-section .div-card .a-href-div a {
    background: #1a0617;
    border-radius: 5px;
    color: #f5d2e7;
    display: -webkit-flex;
    display: flex;
    height: 90%;
    place-content: center;
    place-items: center;
    text-decoration: none!important;
    width: 95%
}

.mobile .info-section .div-card .a-href-div a {
    height: 94%;
    width: 97%
}

.circle_recommended_games {
    margin-top: 50px
}

.mobile .circle_recommended_games {
    margin-top: 0
}

.circle_recommended_games .popular-section {
    padding: 30px 0 0!important
}

.circle_recommended_games .popular-section .btn-link.btn-prev {
    background: #350d2c;
    border-radius: 50%;
    height: 50px;
    left: 0!important;
    right: auto!important;
    top: 1rem!important;
    width: 50px
}

.circle_recommended_games .popular-section .btn-link.btn-prev:hover:before {
    background: #350d2c
}

.circle_recommended_games .popular-section .btn-link.btn-prev:before {
    /* Gradasi dari Biru Neon (#ff2e9f) ke Biru Gelap/Hitam (#13000f) */
    background: linear-gradient(90deg, #ff2e9f, #13000f) !important;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0 !important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1;
}

.mobile .circle_recommended_games .popular-section .btn-link.btn-prev {
    height: 35px;
    top: 2rem!important;
    width: 35px
}

.circle_recommended_games .popular-section .btn-link.btn-next {
    background: #350d2c;
    border-radius: 50%;
    height: 50px;
    top: 1rem!important;
    width: 50px
}

.circle_recommended_games .popular-section .btn-link.btn-next:hover:before {
    background: #350d2c
}

.circle_recommended_games .popular-section .btn-link.btn-next:before {
    /* Gradasi dari Biru Neon (#ff2e9f) ke Biru Gelap/Hitam (#13000f) */
    background: linear-gradient(270deg, #ff2e9f, #13000f) !important;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0 !important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1;
}

.mobile .circle_recommended_games .popular-section .btn-link.btn-next {
    height: 35px;
    top: 2rem!important;
    width: 35px
}

.g-slider-wrapper .content-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.g-slider-wrapper .content-wrapper .round {
    margin: 0 auto
}

.g-slider-wrapper ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2px!important
}

.mobile .g-slider-wrapper ul {
    padding: 0!important
}

.g-slider-wrapper ul li {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.g-slider-wrapper ul li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.g-slider-wrapper ul .round_recommended_game {
    border-radius: 50px!important;
    height: 70px;
    margin: 6px 10px!important
}

.g-slider-wrapper ul .round_recommended_game:before {
    border-radius: 50px!important
}

.mobile .g-slider-wrapper ul .round_recommended_game {
    margin: 6px 10px!important
}

.g-slider-wrapper ul .round_recommended_game img {
    max-width: 100%;
    width: 70px
}

.g-slider-wrapper .lottery-title-center {
    margin-top: 90px;
    place-content: center!important
}

@media (max-width: 460px) {
    .g-slider-wrapper .lottery-title-center {
        margin-top:70px
    }
}

.g-slider-wrapper .title-center {
    margin-top: 60px;
    place-content: center!important
}

.mobile .g-slider-wrapper .title-center {
    margin-top: 70px
}

.g-slider-wrapper .title-wrapper {
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.g-slider-wrapper .pagi-wrp .btn {
    border: 1px solid;
    height: 40px;
    width: 40px
}

.mobile .g-slider-wrapper .pagi-wrp {
    display: none
}

.g-slider-wrapper a.game-box,.g-slider-wrapper div.game-box {
    border-radius: 4px 4px 0 0;
    height: 85px;
    width: 110px
}

.desktop .common-top-section .g-slider-wrapper a.game-box,.desktop .common-top-section .g-slider-wrapper div.game-box {
    margin-right: 0
}

.g-slider-wrapper a.game-box>img,.g-slider-wrapper div.game-box>img {
    background: #0d000c;
    border-radius: 15px;
    height: 110px;
    width: 110px
}

.desktop .g-slider-wrapper a.game-box>img,.desktop .g-slider-wrapper div.game-box>img {
    height: 150px;
    width: 150px
}

.g-slider-wrapper a.game-box .game_brand,.g-slider-wrapper div.game-box .game_brand {
    margin-bottom: 15px;
    text-align: left
}

.mobile .g-slider-wrapper a.game-box .game_brand,.mobile .g-slider-wrapper div.game-box .game_brand {
    margin-bottom: 10px
}

.g-slider-wrapper a.game-box .game_brand_logo,.g-slider-wrapper div.game-box .game_brand_logo {
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    width: 50px
}

.mobile .g-slider-wrapper a.game-box .game_brand_logo,.mobile .g-slider-wrapper div.game-box .game_brand_logo {
    height: 30px;
    margin-right: 5px;
    width: 30px
}

.g-slider-wrapper a.game-box .game_brand_name,.g-slider-wrapper div.game-box .game_brand_name {
    color: #fff;
    display: inline-block!important;
    font-family: Sora,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.mobile .g-slider-wrapper a.game-box .game_brand_name,.mobile .g-slider-wrapper div.game-box .game_brand_name {
    font-size: 10px
}

.g-slider-wrapper a.game-box.round,.g-slider-wrapper div.game-box.round {
    height: auto;
    width: auto
}

.g-slider-wrapper a.game-box.round>img,.g-slider-wrapper div.game-box.round>img {
    border-radius: 50%;
    height: auto;
    max-width: 70px;
    width: 70px
}

.desktop .g-slider-wrapper a.game-box.round>img,.desktop .g-slider-wrapper div.game-box.round>img {
    height: auto;
    max-width: 100%;
    width: auto
}

.desktop .g-slider-wrapper a.game-box.round,.desktop .g-slider-wrapper div.game-box.round {
    height: auto;
    max-width: 100%;
    width: 100px
}

.g-slider-wrapper .game-title {
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 4px;
    text-align: left
}

.mobile .g-slider-wrapper .game-title {
    font-size: 11.2px;
    padding-left: 7px
}

.g-slider-wrapper .game-title img.logo {
    height: 18px;
    width: 18px
}

.g-slider-wrapper.hot .game-title {
    background: transparent
}

.g-slider-wrapper.recommend {
    position: relative
}

.g-slider-wrapper.new .game-title {
    background: #4b1140
}

.g-slider-wrapper .btn-link {
    border-radius: 4px;
    color: #fff;
    height: 40px;
    position: absolute;
    text-decoration: none;
    top: -1rem;
    width: 40px
}

.g-slider-wrapper .btn-link.btn-prev {
    background: #350d2c;
    right: 45px
}

.g-slider-wrapper .btn-link.btn-next {
    background: #350d2c;
    right: 0
}

.g-slider-wrapper .btn-link span {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%
}

.jackpot .text-content {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.gradient-bg {
    background: linear-gradient(0deg,hsla(0,0%,45%,.2),hsla(0,0%,45%,.2));
    border-radius: 16px
}

.common-section {
    margin-top: 35px;
    overflow: hidden
}

.popular-section {
    border-radius: 14px;
    padding: 50px 0 0!important
}

.mobile .popular-section {
    padding: 20px 0 0!important
}

.popular-section .btn-link {
    border-radius: 4px;
    color: #fff;
    height: 40px;
    position: absolute;
    text-decoration: none;
    top: -4rem;
    width: 40px
}

.mobile .popular-section .btn-link {
    height: 30px;
    width: 30px
}

.popular-section .btn-link.btn-prev {
    background: #350d2c;
    right: 45px
}

.popular-section .btn-link.btn-prev:hover {
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    opacity: .8
}

.popular-section .btn-link.btn-prev:hover i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.popular-section .btn-link.btn-prev i {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.popular-section .btn-link.btn-next {
    background: #350d2c;
    right: 0
}

.popular-section .btn-link.btn-next:hover {
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    opacity: .8
}

.popular-section .btn-link.btn-next:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.popular-section .btn-link.btn-next i {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.popular-section .btn-link span {
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    place-content: center;
    place-items: center;
    position: relative;
    width: 100%
}

.top-section {
    position: relative
}

.top-section .top-section-inner {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 99
}

.Popular-slider {
    position: relative
}

.promotion-section .center-position {
    border-radius: 14px;
    overflow: hidden;
    padding: 1px;
    position: relative
}

.promotion-section .center-position:after {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 5px;
    height: 100%;
    left: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 24px);
    width: calc(100% + 2px);
    z-index: -1
}

.common-group-section {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0;
    padding: 0 0 50px
}

.common-group-section .common-section {
    margin-top: 35px
}

.mobile .common-group-section .mobile_promo {
    margin: 0
}

.info-section .div-card .text {
    font-size: 13px
}

.common-title {
    font-weight: 800;
    margin-bottom: 30px
}

.top-section .common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #ff2e9f 18.18%, #ff0b83 50%, #fff4fb 69.12%) !important;
    -webkit-background-clip: text !important;
    display: none;
    font-size: 38px;
    color: #ff2e9f !important; /* Fallback warna jika background-clip tidak didukung */
}

.common-top-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 0
}

.mobile .common-top-section {
    background-position: 0 58%;
    background-size: 100% auto;
    padding: 0
}

.common-section-inner {
    padding: 0
}

.lates-deposit-section {
    margin-bottom: 50px
}

.circular-progress {
    border: 1px solid #3b1133;
    border-radius: 50%;
    height: 60px;
    position: relative;
    width: 60px
}

.circular-progress:after {
    background-clip: content-box,border-box;
    background-image: linear-gradient(#18212e,#18212e),linear-gradient(180deg,#fff,#ff4fb5);
    background-origin: border-box;
    border: 6px double transparent;
    border-radius: 50%;
    width: 66px
}

.circular-progress:after,.circular-progress:before {
    content: "";
    height: 66px;
    left: -3px;
    position: absolute;
    top: -3px
}

.circular-progress:before {
    background-color: #18212e;
    width: 33px;
    z-index: 8
}

.lgo-lw-wraper .width-40 {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 100% 0,linear-gradient(180deg,#2b0924,#12000f);
    border-radius: 16px;
    padding: 10px;
    width: 100%
}

.lgo-lw-wraper .width-40 .common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 18.18%,#d5a8c5 69.12%);
    -webkit-background-clip: text;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 15px
}

.lgo-lw-wraper .width-40 .flex-xs-center {
    -webkit-justify-content: center;
    justify-content: center
}

.lgo-lw-wraper .theme-UL-style {
    padding: 0
}

.site-footer {
    margin-top: 0
}

.content {
    margin-bottom: 0
}

.svc-advantage .circle-wrp {
    background: #170014;
    border-radius: 50%;
    font-size: 30px;
    height: 2em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    width: 2em
}

.svc-advantage .circle-wrp > i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ff0b83, #ff2e9f 50%, #fff4fb 95.87%) !important;
    -webkit-background-clip: text !important;
    color: #ff2e9f !important;
}

.promotion-section .img-fluid {
    border-radius: 14px;
    width: 100%
}

.promotion-section .promotion-single-inner~.promotion-single-inner {
    margin-top: 15px
}

.common-group-section {
    margin-top: 35px
}

.common-group-section .common-section,.mobile .common-group-section {
    margin-top: 15px
}

.mobile .common-group-section .common-section {
    margin-bottom: 20px
}

.common-group-section .last-winner {
    display: block;
    margin: 50px 0
}

.mobile .common-group-section .last-winner {
    margin: 20px 0
}

.mobile .common-group-section .last-winner .gradient-bg {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid linear-gradient(180deg,#e71d90,#0d000c);
    display: block;
    padding: 5px 0
}

.mobile .common-group-section .last-winner .gradient-bg .lw-loop-content:before {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .common-group-section .last-winner .common-section .title-wrapper {
    margin-top: 0
}

.mobile .common-group-section .last-winner .common-section {
    margin: 0
}

.common-group-section .last-winner .content-wrapper {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 14px;
    display: inline-block;
    overflow: initial!important;
    padding: 20px 64px;
    width: 100%
}

.common-group-section .last-winner .content-wrapper:before {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .common-group-section .last-winner .content-wrapper {
    padding: 20px 0
}

.common-group-section .last-winner li {
    margin: 5px 16px!important;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.common-group-section .last-winner li:before {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.common-group-section .last-winner li .flex-start {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-size: 100%;
    border-radius: 14px;
    height: 70px;
    padding: 10px;
    width: 300px
}

.mobile .common-group-section .last-winner li .flex-start {
    padding: 20px 8px;
    width: 100%
}

.common-group-section .last-winner-img {
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    height: 50px;
    width: 50px
}

.common-group-section .last-winner-name span {
    color: #fff;
    font-family: Barlow,sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    padding-left: 5px;
    text-transform: capitalize
}

.mobile .common-group-section .last-winner-name span {
    font-size: 18px;
    margin-left: 0;
    padding-left: 0
}

.common-group-section .last-winner-amount span {
    color: #fff;
    font-family: Barlow,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px;
    text-transform: uppercase
}

.common-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 18.18%,#d5a8c5 69.12%);
    -webkit-background-clip: text;
    display: inline-block;
    font-family: Sora,sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    vertical-align: middle
}

.popular-section .common-title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 130px)
}

/* =======================================================
   ANIMASI UNTUK WARNA HIDUP (FLOW & PULSE) - OCEAN x WHITE
   ======================================================= */
@keyframes lighthouseFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes lighthousePulse {
    0% { box-shadow: 0 0 5px rgba(0, 179, 255, 0.4); }
    50% { box-shadow: 0 0 16px rgba(0, 179, 255, 0.95), 0 0 12px rgba(240, 248, 275, 0.7); }
    100% { box-shadow: 0 0 5px rgba(0, 179, 255, 0.4); }
}

/* =======================================================
   1. DISABLED LINK AFTER EFFECT (BIRU LAUT - BIRU NEON - PUTIH ES BERGERAK)
   ======================================================= */
.a-disabledLink:after {
    background: linear-gradient(135deg, #ff0b83 0%, #ff2e9f 50%, #fff4fb 100%) !important;
    background-size: 200% auto !important;
    animation: lighthouseFlow 3s linear infinite !important; /* Efek garis mengalir lembut */
    transition: .5s ease;
}

/* =======================================================
   2. TEXT & ICON TOP BAR MOBILE (GRADASI HIDUP BIRU & PUTIH)
   ======================================================= */
.mobile .top-bar a, 
.mobile .top-bar button {
    background: linear-gradient(135deg, #ff0b83 0%, #ff2e9f 50%, #fff4fb 100%) !important;
    background-size: 200% auto !important;
    animation: lighthouseFlow 4s linear infinite !important; /* Teks gradasinya jalan bergantian warna secara halus */
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* =======================================================
   3. BORDER TOMBOL BULAT (#btnToggleRSideNav) - OCEAN BLUE & ICE WHITE DUAL GLOW
   ======================================================= */
.mobile .top-bar #btnToggleRSideNav {
    border: 1px solid #ff2e9f !important; /* Border Biru Neon Menyala */
    border-radius: 50px;
    float: left;
    height: 30px;
    line-height: 24px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    width: 30px;
    animation: lighthousePulse 2.5s infinite ease-in-out !important; /* Efek pendaran dual glow biru & putih berdenyut */
}

.mobile .top-bar #btnToggleRSideNav i.icon-user-o {
    font-size: 16px;
    line-height: 0px
}

.mobile .common-top-section .tab-content-inner {
    margin-bottom: 20px;
    padding: 0 20px 30px
}

.mobile .common-top-section .tab-content-inner .tab-content {
    min-height: 170px;
    padding-bottom: 0
}

.mobile .theme-UL-style {
    width: calc(100% - 30px)
}

.mobile .promotion-section {
    padding: 0
}

.mobile .promotion-section .promotion-single-inner~.promotion-single-inner {
    margin-top: 15px
}

.desktop .site-footer {
    background: linear-gradient(0deg,#1a0617,#1a0617)
}

.desktop .footer-content .footerlink ul li,.desktop .footer-content .footerlink ul li a,.footer-misc,.title {
    color: #fff
}

.button.is-outline {
    background-color: #0d000c;
    border-color: #0d000c
}

.social-icons i {
    color: #fff
}

.dotted_line {
    border-bottom: 5px solid #180014
}

.ann-wrapper {
    color: #f0c5df
}

.ann-wrapper i {
    color: #fff
}

.desktop .carousel-indicators {
    bottom: 30px
}

.desktop .main.nav-wrapper {
    background: linear-gradient(180deg,#35102e,#35102e)
}

.hot-games .games-leave-active {
    -webkit-animation: leave 80s linear;
    animation: leave 80s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-leave-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games .games-leave-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-leave-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games .games-enter-active {
    -webkit-animation: leave 80s linear;
    animation: leave 80s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-enter-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games .games-enter-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games .games-enter-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-leave-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-leave-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-leave-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-leave-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-enter-active {
    -webkit-animation: leave 25s linear;
    animation: leave 25s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-enter-active:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.hot-games.round .games-enter-active.run {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.hot-games.round .games-enter-active.pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.promo-banner-title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg,#fff 18.18%,#d5a8c5 69.12%);
    -webkit-background-clip: text;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase
}

.promo-banner-description {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center
}

.circular-progress-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 120px
}

.progress__meter,.progress__value {
    fill: none
}

.progress__meter {
    stroke: #43153b;
    stroke-width: 5px
}

.progress__value {
    stroke-linecap: round
}

.progress__bar {
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.deposit-progress__meter,.deposit-progress__value {
    fill: none
}

.deposit-progress__meter {
    stroke: #43153b;
    stroke-width: 5px
}

.deposit-progress__value {
    stroke-linecap: round
}

/* =======================================================
   AUTO-BOX & NAV HOVER - OCEAN BLUE & ICE WHITE
   ======================================================= */
.auto-box:hover a,
.auto-box:hover a:after,
.main-nav a:hover,
.nav-item:hover .navlink {
    /* Gradasi disesuaikan dari Biru Tua (#8f145f), Biru Laut Terang (#ff2e9f), ke Putih Es (#fff4fb) */
    background: linear-gradient(1turn, #8f145f, #ff2e9f 43.57%, #fff4fb) !important;
    transition: .5s ease;
}

.online-users {
    margin-top: 50px
}

.mobile .online-users {
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 10px
}

.online-users .icon-outer {
    background: linear-gradient(180deg,#e71d90 0,#1a0617);
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    height: 2em;
    vertical-align: middle;
    width: 2em
}

.online-users .icon-outer .icon-wrp {
    background: #1a0617;
    border-radius: 4px 4px 0 0;
    display: -webkit-flex;
    display: flex;
    height: 94%;
    place-content: center;
    place-items: center;
    width: 94%
}

.online-users .icon-outer .icon-wrp i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(1turn,#fff,#fff 43.57%,#fff);
    -webkit-background-clip: text
}

.online-users .mail-color {
    -webkit-text-fill-color: transparent;
    word-wrap: break-word;
    background: linear-gradient(180deg,#fff 0,#fff 100%,#fff 0,#fff 0);
    -webkit-background-clip: text;
    font-size: 12px;
    font-weight: 900;
    margin: 2px 0
}

.online-users .support-font {
    color: #ffd6ee;
    font-size: 15px;
    font-weight: 600
}

.online-users .line-font {
    font-size: 13px
}

.online-users .icon-label {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 40px)
}

.main.nav-wrapper .nav-item-content {
    background-color: #21061d;
    border-bottom: 15px solid #21061d
}

.width-60 {
    width: 60%
}

@media (max-width: 768px) {
    .width-60 {
        margin:auto;
        width: 98%
    }
}

.width-40 {
    width: 40%
}

@media (max-width: 768px) {
    .width-40 {
        margin:auto;
        width: 98%
    }
}

.plr-8 {
    padding-left: 8px;
    padding-right: 8px
}

.top-section .width-40 {
    width: 100%
}

@media (max-width: 768px) {
    .top-section .width-40 {
        margin:auto;
        width: 98%
    }
}

.fw-bold {
    font-weight: 700
}

.lw-loop-content {
    border-radius: 15px;
    height: 190px;
    overflow: hidden;
    position: relative
}

@media (max-width: 768px) {
    .lw-loop-content {
        height:300px
    }
}

.theme-UL-style {
    border-radius: 8px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.theme-UL-style::-webkit-scrollbar {
    display: none;
    width: 5px
}

.theme-UL-style:hover::-webkit-scrollbar {
    display: block
}

.theme-UL-style:hover::-webkit-scrollbar-track {
    background: #f1f1f1
}

.theme-UL-style:hover::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px
}

.theme-UL-style:hover::-webkit-scrollbar-thumb:hover {
    background: #9d5f85
}

.theme-UL-style li {
    border-bottom: 1px solid #212c39;
    padding: 10px 0
}

.theme-UL-style li .LW-div .wd-item__avatar {
    margin-right: 8px;
    width: 35px
}

@media (max-width: 768px) {
    .theme-UL-style li .LW-div .wd-item__avatar {
        padding-right:5px
    }
}

.theme-UL-style li .LW-btn {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    font-family: Sora,sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px
}

@media (max-width: 768px) {
    .theme-UL-style li .LW-btn {
        padding:3px 10px;
        width: 90px
    }
}

.LW-font {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px
}

.LW-date-font {
    color: #fff;
    font-size: 9px;
    min-width: 125px
}

.LW-secondary-color {
    color: #ff62c5
}

.ann-wrapper {
    background-color: transparent;
    background-image: none;
    margin-top: 0;
    position: relative;
    width: 30%;
    z-index: 9
}

.mobile .ann-wrapper {
    width: 100%
}

.ann-wrapper .ann-content {
    width: 85%
}

.main-nav,.main-nav .nav-item {
    overflow: initial!important
}

.main-nav .nav-item {
    transition: .2s
}

.main-nav .nav-item.is-active,.main-nav .nav-item:hover {
    background-color: transparent!important;
    transition: .2s ease
}

/* =======================================================
   NAVIGASI UTAMA - OCEAN BLUE & ICE WHITE
   ======================================================= */
.main-nav .nav-item.is-active .navlink,
.main-nav .nav-item:hover .navlink {
    /* Gradasi dari Biru Laut Gelap (#8f145f), Biru Neon Terang (#ff2e9f), ke Putih Es (#fff4fb) */
    background: linear-gradient(1turn, #8f145f, #ff2e9f 43.57%, #fff4fb) !important;
    color: #13000f !important; /* Teks warna gelap agar sangat kontras di atas gradasi terang */
    text-shadow: none !important;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .5s ease;
}

.main-nav .nav-item.is-active .navlink .nav-icon,.main-nav .nav-item:hover .navlink .nav-icon {
    left: -5px;
    position: relative;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    transition: .5s ease
}

.main-nav .nav-item.is-active .navlink .nav-title,.main-nav .nav-item:hover .navlink .nav-title {
    left: 5px;
    position: relative;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    transition: .5s ease
}

.desktop .carousel-indicators {
    left: 0;
    margin: 0 auto;
    right: 0
}

.desktop .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    opacity: .5;
    width: 50px
}

.desktop .carousel-indicators li.active {
    background-color: #fff;
    height: 5px;
    margin-bottom: 0;
    opacity: 1;
    width: 50px
}

.mobile .carousel-indicators {
    left: 0;
    margin: 0 auto;
    right: 0
}

.mobile .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    opacity: .5;
    width: 30px
}

.mobile .carousel-indicators li.active {
    background-color: #fff;
    height: 5px;
    margin-bottom: 0;
    opacity: 1;
    width: 30px
}

.jackpot {
    font-family: Sora,sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px
}

.header-wrapper {
    background: #180014
}

/* =======================================================
   1. Tombol Kiri (btn-accent) - Gradasi Biru Laut ke Biru Neon
   ======================================================= */
.header-wrapper .fix.btn-accent {
    background: linear-gradient(135deg, #ff0b83 0%, #ff2e9f 100%) !important;
    border: 1px solid #ff2e9f !important;
    color: #fff4fb !important; /* Teks Putih Es tajam */
    text-shadow: 0 1px 2px rgba(5, 11, 20, 0.8) !important;
    border-radius: 0;
    font-weight: 600;
    margin-left: 0!important;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .5s ease;
}

/* =======================================================
   2. Tombol Kanan (btn-tertiery) - Gradasi Biru Neon ke Putih Es
   ======================================================= */
.header-wrapper .fix.btn-tertiery {
    background: linear-gradient(135deg, #ff2e9f 0%, #fff4fb 100%) !important;
    border: 1px solid #ff2e9f !important;
    color: #13000f !important; /* Teks Biru Gelap agar kontras di atas latar putih */
    text-shadow: none !important;
    border-radius: 0;
    font-weight: 600;
    margin-right: 2px!important;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    transition: .5s ease;
}

/* =======================================================
   3. Efek Hover Saat Disentuh Kursor (Glowing Biru & Putih Es)
   ======================================================= */
.header-wrapper .fix.btn-accent:hover {
    border: 1px solid #fff4fb !important;
    box-shadow: inset 0 0 10px 0 #ff0b83, 0 0 18px 0 #ff2e9f !important; /* Glow dalam biru tua, luar biru neon menyala */
    transition: .5s ease;
}

.header-wrapper .fix.btn-tertiery:hover {
    border: 1px solid #ff0b83 !important;
    box-shadow: inset 0 0 10px 0 #ff2e9f, 0 0 18px 0 #fff4fb !important; /* Glow dalam biru neon, luar putih es menyala */
    transition: .5s ease;
}

/* Menjaga teks di dalam tombol tetap lurus (tidak ikut miring) */
.header-wrapper .fix.btn-accent span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}

.header-wrapper .fix.btn-tertiery span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

.header-wrapper .fix.btn-tertiery:hover {
    border: 1px solid #d2bfcc;
    box-shadow: inset 0 0 10px 0 #d2bfcc,0 0 10px 0 #d2bfcc;
    transition: .5s ease
}

.header-wrapper .flex-right .flex-row i {
    color: #fff;
    font-weight: 500;
    transition: .5s ease
}

.header-wrapper .flex-right .flex-row i:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff;
    transition: .5s ease
}

.header-wrapper .flex-right .flex-row .button.icon.circle {
    background-color: transparent
}

.header-wrapper .flex-right .flex-row .compliant-btn {
    background: #6b7586;
    border-radius: 8px;
    color: #fff;
    margin-top: 5px;
    padding: 0 10px
}

.header-wrapper .flex-right .flex-row .compliant-btn i {
    color: #fff;
    font-size: 14px
}

.header-wrapper .line {
    background-color: #fff
}

.top-bar .inner-header {
    background: #180014
}

.jackpot-wraper {
    width: 100%
}

.jackpot-wraper #jackpot_amount {
    display: inline-block;
    font-size: 25px;
    margin-left: 30px;
    margin-top: 45px;
    text-align: center;
    width: 100%
}

.mobile .jackpot-wraper #jackpot_amount {
    font-size: 20px;
    margin-left: 0;
    margin-top: 0
}

.desktop .popular-section .g-slider-wrapper {
    margin: 1px;
    padding: 0
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .widget-wrapper-image {
    border-radius: 16px 16px 0 0;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-size: 100%;
    border-radius: 14px;
    float: left;
    height: 100%;
    padding: 15px;
    width: 270px
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box .widget-wrapper-image-img {
    border: 1px solid #fff;
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .gamebox-large img {
    height: 160px;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%
}

.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title span {
    display: block;
    font-family: Sora,sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.desktop .popular-section .g-slider-wrapper li {
    border-radius: 14px;
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    display: inline-block;
    margin: 6px 5px;
    position: relative;
    text-align: center
}

.desktop .popular-section .g-slider-wrapper li,.desktop .popular-section .g-slider-wrapper li:hover {
    background: linear-gradient(180deg,#2b0924,#12000f)
}

.desktop .popular-section .g-slider-wrapper li:before {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.moregame-link {
    color: #a48b79;
    font-weight: 700;
    margin-top: 10px
}

.mobile .top-section {
    background: transparent;
    border-top: none;
    padding: 0
}

.mobile .top-section .common-title {
    font-size: 12px;
    margin-top: 12px
}

.mobile .top-section .jackpot-wraper {
    margin-top: 15px
}

.mobile .top-section .jackpot-wraper .jackpot {
    border-radius: 8px
}

.mobile .top-section .jackpot-wraper .jackpot .text-content {
    font-size: 18px;
    margin-top: 0;
    padding-top: 0
}

@media (min-width: 768px) and (max-width:1024px) {
    .mobile .top-section .jackpot-wraper .jackpot .text-content {
        display:inline-block;
        font-size: 44px;
        margin-top: 20px
    }
}

.mobile .top-section .top-section-inner {
    background-image: none;
    padding: 0 20px
}

.mobile .top-section .col-width-full {
    width: 100%
}

.mobile .title-wrapper {
    background-color: transparent;
    border-radius: 8px;
    margin: 20px 0 5px;
    width: 100%
}

.mobile .common-title {
    font-size: 18px!important;
    margin: 0;
    text-align: center;
    width: 100%
}

.mobile .popular-section {
    background: transparent;
    border-top: none;
    padding: 0
}

.mobile .g-slider-wrapper.widget-wrapper {
    background: transparent;
    border-radius: 8px;
    padding: 15px 0;
    position: relative
}

.mobile .g-slider-wrapper .btn-link {
    top: 90%
}

.mobile .g-slider-wrapper .btn-link.btn-next {
    left: auto;
    right: 0;
    top: -20px
}

.mobile .g-slider-wrapper .btn-link.btn-prev {
    left: auto;
    right: 33px;
    top: -20px
}

.mobile .g-slider-wrapper li {
    background: #1a0617;
    border-radius: 14px;
    border-top: 1px solid linear-gradient(180deg,#e71d90,#0d000c);
    box-shadow: 3px 4px 4px rgba(0,0,0,.33);
    display: inline-block;
    margin: 6px;
    padding: 0;
    position: relative;
    text-align: center
}

.mobile .g-slider-wrapper li:hover,.mobile .g-slider-wrapper li:hover:before {
    background: linear-gradient(180deg,#2b0924,#12000f)
}

.mobile .g-slider-wrapper li:before {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .g-slider-wrapper .widget-wrapper-image {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-size: cover;
    float: left;
    height: 100%;
    padding: 5px;
    width: 150px
}

.mobile .g-slider-wrapper .game-box {
    border-radius: 14px;
    margin: 0;
    padding: 8px
}

.mobile .g-slider-wrapper .game-box .widget-wrapper-image-img {
    height: auto;
    margin: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.mobile .g-slider-wrapper .gamebox-large {
    display: inline-block
}

.mobile .g-slider-wrapper .gamebox-large img {
    height: 160px;
    width: 100%
}

.mobile .g-slider-wrapper .game-title {
    display: block;
    font-weight: 400;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%
}

.mobile .g-slider-wrapper .game-title span {
    display: block;
    font-family: Sora,sans-serif;
    line-height: 12px;
    overflow: hidden;
    padding: 5px 2px;
    text-overflow: ellipsis
}

.mobile .g-slider-wrapper .lw-loop-content {
    margin: 5px 0;
    overflow: hidden;
    padding: 15px;
    position: relative
}

.mobile .g-slider-wrapper .lw-loop-content ul {
    left: 0;
    width: 100%
}

.mobile .g-slider-wrapper .lw-loop-content ul li {
    background: linear-gradient(180deg, #4a0025, #1f000f); /* Diubah dari ungu ke gradasi pink/magenta gelap */
    display: block;
    margin-bottom: 20px!important
}

.mobile .g-slider-wrapper .lw-loop-content ul li .LW-btn {
    color: #ff62c5;
    font-weight: 700
}

.mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
    margin-right: 10px;
    width: 45px
}

@media (max-width: 768px) {
    .mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
        padding-right:5px
    }
}

.mobile .Popular-slider {
    background: linear-gradient(0deg,hsla(0,0%,45%,.2),hsla(0,0%,45%,.2));
    border-radius: 8px;
    padding: 15px;
    position: relative
}

/* =======================================================
   ANIMASI UNTUK EFEK HIDUP (FLOW & PULSE) - BLUE x WHITE
   ======================================================= */
@keyframes lighthouseFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes lighthouseGlowPulse {
    0% { box-shadow: 0 0 6px rgba(0, 179, 255, 0.4); }
    50% { box-shadow: 0 0 18px rgba(0, 179, 255, 0.95), 0 0 14px rgba(240, 248, 275, 0.8); }
    100% { box-shadow: 0 0 6px rgba(0, 179, 255, 0.4); }
}

/* =======================================================
   1. Timpa warna background & teks dasar kedua tombol (Biru & Putih)
   ======================================================= */
.mobile .btns-log .btn-accent, 
.mobile .btns-log .btn-tertiery {
    background: linear-gradient(135deg, #ff0b83 0%, #ff2e9f 50%, #fff4fb 100%) !important; /* Gradasi Biru ke Putih Es */
    background-size: 200% auto !important;
    animation: lighthouseFlow 4s linear infinite !important; 
    color: #fff4fb !important; /* Teks Putih Es */
    font-weight: 600 !important;
    text-shadow: 0 1px 2px rgba(5, 11, 20, 0.8) !important; 
    transition: all 0.3s ease-in-out !important;
}

/* =======================================================
   2. Khusus Tombol DAFTAR (.btn-accent) 
   ======================================================= */
.mobile .btns-log .btn-accent {
    background: linear-gradient(135deg, #ff2e9f 0%, #ff0b83 50%, #fff4fb 100%) !important; 
    border: 1px solid #ff2e9f !important; /* Border Biru Neon */
    border-radius: 0 !important;
    color: #fff4fb !important; 
    text-shadow: 0 1px 2px rgba(5, 11, 20, 0.8) !important;
    animation: lighthouseFlow 4s linear infinite, lighthouseGlowPulse 2.5s infinite ease-in-out !important; 
}

/* =======================================================
   3. Khusus Tombol LOGIN (.btn-tertiery) 
   ======================================================= */
.mobile .btns-log .btn-tertiery {
    background: #13000f !important; /* Biru Sangat Gelap / Hitam Laut */
    border: 1px solid #ff2e9f !important; /* Border Biru Neon */
    border-radius: 0 !important;
    color: #ff2e9f !important; /* Tulisan Biru Neon */
    text-shadow: 0 0 6px rgba(0, 179, 255, 0.6) !important; /* Efek glow lembut warna biru pada teks */
}

.mobile .mob-row-rev {
    direction: rtl;
    display: -webkit-flex;
    display: flex
}

.mobile .moregame-link {
    margin-top: 5px
}

body {
    font-family: Sora,sans-serif
}

body,body.mobile {
    background: #020203
}

.lw-horizontal-slider .gradient-bg {
    background: #13032d
}

.desktop .deposit-withdraw-div .info-section {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    margin: 1px
}

.deposit-withdraw-div .info-section:after {
    background: linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px;
    content: "";
    height: 100%;
    left: -1px;
    padding: 0!important;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1
}

.mobile .deposit-section {
    background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png) no-repeat 0 0,linear-gradient(180deg,#2b0924,#12000f);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid linear-gradient(180deg,#e71d90,#0d000c);
    border-radius: 14px
}

.mobile .btns-log .btn-accent {
    border-left: 1px solid #727272
}

.mobile .scroll-wrapper[_home] .slider-content {
    background: #0d000c
}

.mobile .scroll-wrapper[_home] .next-btn,.mobile .scroll-wrapper[_home] .prev-btn {
    background: #350d2c
}

.desktop .g-slider-wrapper {
    padding-top: 4px
}

.desktop .g-slider-wrapper .content-wrapper {
    overflow: hidden
}

.desktop .g-slider-wrapper ul {
    list-style-type: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    white-space: nowrap
}

.desktop .g-slider-wrapper ul::-webkit-scrollbar {
    display: none
}

.desktop .g-slider-wrapper ul {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.desktop .g-slider-wrapper li {
    display: inline-block;
    position: relative
}

.desktop .g-slider-wrapper img {
    border-radius: 5px;
    display: block;
    height: 100%;
    width: 100%
}

.desktop .g-slider-wrapper a.game-box,.desktop .g-slider-wrapper div.game-box {
    color: inherit;
    display: block;
    height: 150px;
    margin-right: 30px;
    position: relative;
    width: 150px
}

.desktop .g-slider-wrapper .game-title {
    font-size: 11.2px;
    overflow: hidden;
    text-transform: uppercase
}
/* =======================================================
   NAVIGASI UTAMA - OCEAN BLUE & ICE WHITE
   ======================================================= */
.main-nav a.active,
.main-nav a:hover,
.nav-item:hover .navlink {
    /* Gradasi biru laut dalam ke biru neon (ombak) */
    background: linear-gradient(90deg, #ff0b83, #ff2e9f) !important;
}

.main-nav .nav-item .navlink {
    color: #ff2e9f !important; /* Biru neon terang saat diam */
}

.main-nav .nav-item:hover .navlink {
    color: #fff4fb !important; /* Putih es saat disentuh */
    text-shadow: 0 0 5px #ffcf3d !important; /* Sedikit sentuhan glow emas */
}

.a-disabledLink:after,
.auto-box:hover a:after,
.main-nav .nav-item:hover .navlink {
    background: linear-gradient(90deg, #ff0b83, #ff2e9f) !important;
}

/* =======================================================
   ANIMASI OCEAN FLOW & DUAL GLOW (BLUE x GOLD)
   ======================================================= */
@keyframes oceanFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes lighthousePulse {
    /* Glow gabungan: Biru air dan Cahaya Emas mercusuar */
    0% { box-shadow: 0 0 8px rgba(0, 179, 255, 0.5); }
    50% { box-shadow: 0 0 22px rgba(0, 179, 255, 0.95), 0 0 18px rgba(255, 184, 0, 0.85); }
    100% { box-shadow: 0 0 8px rgba(0, 179, 255, 0.5); }
}

/* =======================================================
   ICON TRANSFER - BLUE WAVES & ICE WHITE GLOW
   ======================================================= */
i.icon-transfer, .icon-transfer {
    background: linear-gradient(135deg, #ff2e9f 0%, #ff0b83 50%, #fff4fb 100%) !important;
    background-size: 200% 200% !important;
    animation: oceanFlow 3s ease infinite !important;
    color: #fff4fb !important; /* Ice white */
    text-shadow: 0 1px 2px rgba(5, 11, 20, 0.8) !important; /* Bayangan gelap #13000f */
    box-shadow: 0 0 12px rgba(0, 179, 255, 0.7), 0 0 10px rgba(255, 184, 0, 0.5) !important;
}

/* =======================================================
   TOMBOL LOGIN / SUBMIT (GOLDEN LIGHTHOUSE)
   ======================================================= */
button.btn.btn-block.btn-primary.fs-lg.btn-submit {
    /* Gradasi warna emas dari angka 77 */
    background: linear-gradient(90deg, #ffcf3d 0%, #ffdf62 50%, #CC7A00 100%) !important;
    background-size: 200% auto !important;
    animation: oceanFlow 4s linear infinite, lighthousePulse 3s infinite ease-in-out !important;
    border: 1px solid #ffdf62 !important; 
    color: #13000f !important; /* Teks warna biru sangat gelap agar kontras di atas emas */
    font-weight: bold !important; 
    box-shadow: 0 0 12px rgba(255, 184, 0, 0.7) !important; 
    text-shadow: none !important; /* Dihilangkan agar teks gelap tetap tajam */
    transition: all 0.3s ease-in-out !important;
}

/* Efek saat tombol disentuh / hover / focus / active */
button.btn.btn-block.btn-primary.fs-lg.btn-submit:hover,
button.btn.btn-block.btn-primary.fs-lg.btn-submit:focus,
button.btn.btn-block.btn-primary.fs-lg.btn-submit:active {
    /* Putih Es -> Emas -> Biru Gelap (efek pantulan dinamis) */
    background: linear-gradient(90deg, #fff4fb 0%, #ffcf3d 50%, #ff0b83 100%) !important;
    background-size: 200% auto !important;
    box-shadow: 0 0 25px rgba(255, 184, 0, 0.95), 0 0 20px rgba(0, 179, 255, 0.85) !important; 
    color: #13000f !important;
    opacity: 0.95 !important;
}



/* =========================================================
   BABYBOSS77 VISUAL OVERRIDE
   Visual-only layer. Existing layout, links, AJAX and game
   logic are intentionally left untouched.
   ========================================================= */

:root{
  --bb-bg:#16031d;
  --bb-bg-2:#2b062f;
  --bb-pink:#ff2d91;
  --bb-pink-2:#ff68b5;
  --bb-pink-dark:#9b145c;
  --bb-magenta:#d51678;
  --bb-purple:#4a0c50;
  --bb-text:#fff7fc;
  --bb-muted:#f4cfe2;
  --bb-glow:rgba(255,45,145,.58);
  --bb-glow-soft:rgba(255,105,181,.28);
}

/* Page */
html,body,
body.mobile{
  background:
    radial-gradient(circle at 20% 10%, rgba(255,45,145,.18), transparent 28%),
    radial-gradient(circle at 85% 35%, rgba(181,48,255,.16), transparent 30%),
    linear-gradient(180deg,#130218 0%,#240426 48%,#120116 100%) !important;
  color:var(--bb-text) !important;
}

body.mobile{
  min-height:100vh;
  padding-bottom:76px !important;
}

/* Optional BabyBoss background:
   Put your background here when ready:
   /assets/images/babybos-bg.png
*/
body.mobile.bb-has-background{
  background:
    linear-gradient(rgba(24,2,29,.16),rgba(24,2,29,.34)),
    url("/assets/images/babybos-bg.png") center top/cover fixed no-repeat !important;
}

/* Generic cards / panels */
.mobile .Popular-slider,
.mobile .lw-loop-content,
.mobile .deposit-section,
.mobile .info-section,
.mobile .deposit-withdraw-section{
  background:
    linear-gradient(180deg,rgba(87,9,69,.92),rgba(25,2,29,.96)) !important;
  border-color:rgba(255,68,160,.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 0 1px rgba(255,31,137,.10),
    0 8px 28px rgba(0,0,0,.34),
    0 0 18px rgba(255,45,145,.14) !important;
}

/* Pink glow borders */
.mobile .deposit-section:after,
.deposit-withdraw-div .deposit-withdraw-section:after,
.deposit-withdraw-div .info-section:after{
  background:linear-gradient(180deg,#ff8cc7,#b9156c 55%,#5b0b45) !important;
}

/* Header / logo area */
.mobile .logo img,
.mobile .logo-wrap img{
  filter:drop-shadow(0 0 8px rgba(255,75,171,.5));
}

/* Main navigation */
.main-nav a.active,
.main-nav a:hover,
.nav-item:hover .navlink{
  background:linear-gradient(135deg,#ff2b91,#c31370 58%,#8e0d57) !important;
  box-shadow:0 0 14px rgba(255,45,145,.35) inset !important;
}
.main-nav .nav-item .navlink{
  color:#ffe7f4 !important;
}
.main-nav .nav-item:hover .navlink{
  color:#fff !important;
  text-shadow:0 0 8px rgba(255,139,201,.8) !important;
}

/* Announcement / ticker */
.mobile .scroll-wrapper[_home] .slider-content{
  background: linear-gradient(180deg, #4A0A3F, #260521) !important;
  border: 1px solid #8E246D !important;
  box-shadow: 0 0 12px rgba(255, 45, 145, .18) !important;
}

/* Login/register visual buttons */
.mobile .btns-log .btn-accent,
.mobile .btns-log .btn-tertiery{
  background:linear-gradient(180deg,#ff69b4 0%,#e31b7d 48%,#a30d5b 100%) !important;
  border:1px solid #ff9bd0 !important;
  border-radius:14px !important;
  color:#fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 5px 14px rgba(255,20,125,.28),
    0 0 14px rgba(255,45,145,.18) !important;
  animation:none !important;
}
.mobile .btns-log .btn-accent:hover,
.mobile .btns-log .btn-tertiery:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}

/* Shortcut/game category row */
.mobile .scroll-wrapper[_home] .next-btn,
.mobile .scroll-wrapper[_home] .prev-btn{
  background:linear-gradient(180deg,#ff5dad,#c81773) !important;
  border:1px solid #ff9bd0 !important;
  color:#fff !important;
  box-shadow:0 0 12px rgba(255,45,145,.35) !important;
}

.mobile .scroll-wrapper[_home] .slider-content .col a,
.mobile .scroll-wrapper[_home] .slider-content .btn-box{
  color:#fff !important;
}

/* Popular games cards */
.mobile .g-slider-wrapper ul li,
.mobile .g-slider-wrapper .gamebox-large,
.mobile .hot-games .game-item{
  background:linear-gradient(180deg,#5a0c54,#250525) !important;
  border:1px solid rgba(255,84,173,.75) !important;
  border-radius:14px !important;
  overflow:hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 5px 16px rgba(0,0,0,.32),
    0 0 12px rgba(255,45,145,.14) !important;
}

.mobile .g-slider-wrapper .game-title,
.mobile .hot-games .game-item .game-title{
  background:linear-gradient(180deg,#3a0736,#1b021d) !important;
  color:#fff !important;
}

/* Provider pills */
.mobile .icon-prov,
.mobile .icon-providers{
  color:#fff !important;
}

.mobile .icon-card-bg{
  background:linear-gradient(180deg,#ff4fa7,#a80e60) !important;
  border:1px solid #ff9dd1 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.25),
    0 4px 12px rgba(0,0,0,.28),
    0 0 12px rgba(255,45,145,.16) !important;
}

/* Deposit / Withdraw */
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box{
  background:linear-gradient(180deg,rgba(255,51,155,.13),rgba(90,5,61,.08));
  border-radius:14px;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader{
  background:#43082f !important;
  box-shadow:inset 0 0 0 1px rgba(255,126,196,.18);
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader span{
  background:linear-gradient(90deg,#ff2d91,#ff8bc6,#d91578) !important;
  box-shadow:0 0 12px rgba(255,45,145,.72) !important;
  animation:none !important;
}

/* Text */
.mobile .title-game,
.mobile .deposit-withdraw-text1,
.mobile .nav-title{
  color:#fff !important;
  text-shadow:0 1px 4px rgba(0,0,0,.45);
}
.mobile .deposit-withdraw-text2{
  color:#ffd8ec !important;
}

/* Fixed bottom navigation */
.menu-bottom .navbar-inverse.navbar-fixed-bottom{
  background:
    linear-gradient(180deg,#ff4ca7 0%,#e51b7d 55%,#ad0d5d 100%) !important;
  border:0 !important;
  border-top:1px solid #ff9fd1 !important;
  box-shadow:
    0 -8px 28px rgba(0,0,0,.38),
    0 -2px 16px rgba(255,45,145,.28) !important;
  z-index:9999 !important;
}

.menu-bottom .flex-row{
  display:flex !important;
  align-items:stretch !important;
  justify-content:space-around !important;
  width:100% !important;
}

.menu-bottom .footericon-single{
  flex:1 1 0 !important;
  min-width:0 !important;
  padding:7px 3px 6px !important;
  text-align:center !important;
}

.menu-bottom .footericon-single a{
  color:#fff !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:3px !important;
  text-decoration:none !important;
  font-weight:700 !important;
  font-size:10px !important;
  text-shadow:0 1px 3px rgba(79,0,40,.7);
}

.menu-bottom .footericon-single i{
  display:block !important;
  width:32px !important;
  height:32px !important;
  margin:0 auto 2px !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:contain !important;
  color:transparent !important;
  font-size:0 !important;
  text-shadow:none !important;
}

/* Existing bottom icons -> BabyBoss PNG */
/* Existing bottom icons -> BabyBoss PNG */
.menu-bottom .footericon-single .icon-home{
    background-image:url("/assets/images/home.webp") !important;
}

.menu-bottom .footericon-single .icon-gift{
    background-image:url("/assets/images/bonus.webp") !important;
}

.menu-bottom .footericon-single .icon-transfer{
    background-image:url("/assets/images/dana.webp") !important;
}

.menu-bottom .footericon-single .icon-mail_outline{
    background-image:url("/assets/images/memo.webp") !important;
}

.menu-bottom .footericon-single .icon-chat1{
    background-image:url("/assets/images/livechat.webp") !important;
}

/* Hover/touch */
.menu-bottom .footericon-single a:active i,
.menu-bottom .footericon-single a:hover i{
  transform:translateY(-2px) scale(1.04);
  filter:drop-shadow(0 0 7px rgba(255,235,247,.65));
}

/* Floating WA button: make it match the theme without touching its link */
body.mobile > div[style*="bottom: 120px"] img{
  filter:drop-shadow(0 0 8px rgba(255,45,145,.45));
}

/* Forms / modals */
.modal-content,
.modal-dialog .modal-content{
  background:linear-gradient(180deg,#430a3e,#18031c) !important;
  border:1px solid #ff4ca7 !important;
  color:#fff !important;
  box-shadow:0 0 28px rgba(255,45,145,.3) !important;
}
.modal-header{
  border-bottom-color:rgba(255,125,193,.28) !important;
}
.form-control{
  background:rgba(30,2,25,.78) !important;
  border-color:rgba(255,86,172,.65) !important;
  color:#fff !important;
}
.form-control:focus{
  border-color:#ff6bb4 !important;
  box-shadow:0 0 0 2px rgba(255,45,145,.12),0 0 12px rgba(255,45,145,.25) !important;
}

/* Hide legacy icon glyphs visually where PNG mapping exists */
.menu-bottom .footericon-single i::before{
  content:none !important;
}

/* Mobile sizing */
@media (max-width:480px){
  .menu-bottom .footericon-single i{
    width:34px !important;
    height:34px !important;
  }
  .menu-bottom .footericon-single a{
    font-size:9px !important;
    line-height:12px !important;
  }
  .mobile .icon-card-bg p{
    color:#fff !important;
  }
}

@media (min-width:481px){
  .menu-bottom .footericon-single i{
    width:38px !important;
    height:38px !important;
  }
}


/* =========================================================
   BABYBOSS88 PINK GLOSSY THEME
   Color-only skin override. Layout/logic/animations preserved.
   ========================================================= */
:root{
  --bb-bg:#0d000c;
  --bb-bg-2:#180014;
  --bb-panel:#23051e;
  --bb-panel-2:#33002c;
  --bb-pink:#ff1f9d;
  --bb-pink-2:#ff63c7;
  --bb-pink-3:#ff9ad9;
  --bb-purple:#5b0c52;
  --bb-gold:#ffd34d;
  --bb-text:#fff7fc;
  --bb-muted:#eabdd7;
  --bb-line:#ff3eb2;
  --bb-shadow:0 0 18px rgba(255,31,157,.45);
}
html,body{
  background-color:var(--bb-bg);
  color:var(--bb-text);
}
body,
.mobile,
.desktop{
  background-color:var(--bb-bg);
  color:var(--bb-text);
}
a,
a:focus,
a:hover{
  color:var(--bb-text);
}
button,
.btn,
.btn-link{
  color:var(--bb-text);
}
input,
select,
textarea{
  background-color:#fff4fa;
  color:#2b001f;
  border-color:#c62b8d;
}
input:focus,
select:focus,
textarea:focus{
  border-color:var(--bb-pink);
  box-shadow:0 0 0 2px rgba(255,31,157,.18),0 0 14px rgba(255,31,157,.24);
}
.modal-content,
.modal-header,
.modal-body,
.modal-footer,
.side-bar-content,
.nav-content,
.side-nav,
.side-nav-items,
.panel,
.card,
.dropdown-menu,
.popover-content,
.tooltip-inner{
  background-color:var(--bb-panel);
  color:var(--bb-text);
  border-color:var(--bb-line);
}
.navbar,
.header,
.common-top-section,
.footer,
.bottom-nav,
.mobile-footer,
.mobile-bottom-nav{
  background:linear-gradient(180deg,#1e0019,#0f000d);
  color:var(--bb-text);
  border-color:rgba(255,62,178,.65);
}
.btn,
button,
.btn-primary,
.btn-success,
.btn-warning,
.btn-info{
  background:linear-gradient(180deg,var(--bb-pink-2),var(--bb-pink));
  border-color:#ff8bd5;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 0 12px rgba(255,31,157,.30);
}
.btn:hover,
button:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-info:hover{
  background:linear-gradient(180deg,#ff79d0,#e9108a);
  color:#fff;
}
.btn-danger,
.alert-danger{
  background:linear-gradient(180deg,#ff4b8e,#d8176f);
  border-color:#ff8ebd;
}
.btn-link{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}
.label,
.badge,
.nav-pills>li>a,
.nav-tabs>li>a{
  border-color:var(--bb-line);
}
.badge,
.label-primary,
.label-info{
  background:linear-gradient(180deg,#ff66c7,#dc0d80);
}
.label-success,
.alert-success{
  background-color:#0f6b46;
  border-color:#32d59a;
  color:#eafff7;
}
.label-warning,
.alert-warning{
  background:linear-gradient(180deg,#ffd95b,#f1aa18);
  color:#290018;
  border-color:#ffe89c;
}
.alert-info{
  background:#4a0f42;
  color:#fff0fa;
  border-color:#a52b7e;
}
.table,
.table>thead>tr>th,
.table>tbody>tr>td,
.table>tbody>tr>th{
  color:var(--bb-text);
  background-color:transparent;
  border-color:#5d1b4d;
}
.table-striped>tbody>tr:nth-of-type(odd){
  background-color:rgba(255,31,157,.06);
}
.progress{
  background:#3c1032;
  border-color:#64204f;
}
.progress-bar{
  background:linear-gradient(90deg,#e70f8d,#ff58bd,#ffb1df);
  background-size:200% auto;
  animation:bbPinkFlow 2s linear infinite;
  box-shadow:0 0 12px rgba(255,45,180,.7);
}
@keyframes bbPinkFlow{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.hot-games .game-item,
.g-slider-wrapper a.game-box,
.g-slider-wrapper div.game-box{
  background-color:#190014;
  border-color:#7c2a66;
}
.hot-games .game-item img,
.g-slider-wrapper a.game-box>img,
.g-slider-wrapper div.game-box>img{
  border-color:#ff3cad;
  box-shadow:0 0 10px rgba(255,31,157,.22);
}
.hot-games .game-item .game-title,
.g-slider-wrapper .game-title{
  background:linear-gradient(180deg,#33002b,#1b0417);
  color:#fff;
}
.g-slider-wrapper ul li:hover,
.game-box:hover,
.category:hover,
.provider:hover{
  filter:drop-shadow(0 0 10px rgba(255,54,176,.48));
}
.deposit-withdraw-div .deposit-withdraw-section,
.info-section,
.deposit-section{
  background:linear-gradient(180deg,#3b0b31,#160010);
  border-color:#ff44b6;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-loader{
  background:#3d1633;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader span{
  background:linear-gradient(90deg,#e50c8d,#ff4ab9,#ffd2ed)!important;
  background-size:200% auto!important;
  animation:bbPinkFlow 2s linear infinite!important;
  box-shadow:0 0 12px rgba(255,45,180,.8),0 0 4px rgba(255,20,145,.45)!important;
}
.circle_recommended_games .popular-section .btn-link.btn-prev:before,
.circle_recommended_games .popular-section .btn-link.btn-next:before{
  background:linear-gradient(90deg,#ff40ad,#2b061f)!important;
}
.circle_recommended_games .popular-section .btn-link.btn-next:before{
  background:linear-gradient(270deg,#ff40ad,#2b061f)!important;
}
.scroll-row,
.g-slider-wrapper .content-wrapper,
.g-slider-wrapper ul{
  scrollbar-color:#ff2fa5 #190014;
}
::-webkit-scrollbar{
  height:7px;
  width:7px;
}
::-webkit-scrollbar-track{
  background:#190014;
}
::-webkit-scrollbar-thumb{
  background:linear-gradient(#ff58bd,#b70770);
  border-radius:99px;
}
.text-muted,
.muted{
  color:#d9aeca!important;
}
.text-primary{color:#ff62c6!important}
.text-info{color:#ff8ad6!important}
.text-warning{color:#ffd452!important}
.border,
.border-top,
.border-bottom,
.border-left,
.border-right{
  border-color:#592043!important;
}
.hr,
hr{
  border-color:#5b1f49;
}

/* FIX: payment image transparency only */
.payment_imgs,
.payment_imgs > div,
.payment_imgs img {
    background: transparent !important;
}