.tab.tab-kiyaa#bankTabs {
display:grid !important;
grid-template-columns: 1fr 1fr 1fr !important;
}
#bankTabs button:nth-child(1) {
 order: 2;
}
#bankTabs button:nth-child(2) {
 order: 3;
}
#bankTabs button:nth-child(3) {
  order: 1;
}
.iconkeylogin,.iconuserlogin {
    box-shadow: 1px 0 5px #000;
    border: 1px solid #fff000;
    background: #000;
    left: 20px;
    padding: 10px;
    position: absolute
}

#bg-black,#pop-up-container {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}
.login-wrapper form .buttonWrap.buttons.button-blue.contactSubmitButton {
    background: linear-gradient(270deg, rgb(0 194 201) 0%, rgb(0 136 193) 21%, rgb(0 154 255) 33%, rgb(0 236 255) 44%, rgb(9 200 215) 60%, rgb(34 126 252) 73%, rgb(0 180 255) 85%, rgb(0 217 255) 100%);
    background-size: auto;
    border: 1px solid #00ecff !important;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: inset 0 0 5px 3px #00e9f1, inset 0 2px 0 0 #fff, inset 0 0 0 2px #640067, 3px 3px 3px 1px rgba(0, 0, 0, .2);
    color: #000;
}
.buttonWrap.buttong.button-green.contactSubmitButton {
    box-shadow: inset 0 0 0 1px #c0392b, inset 0 2px 0 0 #c0392b, inset 0 4px 4px 2px #ad0000, 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #c0392b 0%, #ad0000 50%, #FF0000 100%);
    border: 1px solid #ad0000 !important;
    animation: none;
    color: #fff;
}#smart_banner .download_button a
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.iconkeylogin img,.iconuserlogin img {
    filter: brightness(28) contrast(8.8)
}

.iconkeylogin {
    top: 92px;
    background: linear-gradient(180deg,#a11a1a 0,#b90000 30%,#b90000 50%,#9d0000 70%,#4d0000 100%);
    border-radius: 30px 0 0 30px;
    box-shadow: 1px 0 5px #000000cf
}

.iconuserlogin {
    top: 42px;
    background: linear-gradient(180deg,#a11a1a 0,#b90000 30%,#b90000 50%,#9d0000 70%,#4d0000 100%);
    border-radius: 30px 0 0 30px;
    box-shadow: 1px 0 5px #000000cf
}

.iconkeylogin img,.iconuserlogin img {
    width: 20px
}

.banner-mobile {
    border-radius: 10px;
    border: 2px solid #f4dd40;
    margin: 10px 0
}

.sns {
    margin: 20px 0 0
}

.sns-tittle {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #fff
}

.sns-row {
    display: flex;
    margin-bottom: 5px
}

.sns-row a,.splide__slide img {
    width: 100%
}

.sns-row a:first-child {
    margin-right: 0
}

.sns-row a:last-child {
    margin-left: 0
}

.sns-row a img {
    width: 100%;
    height: 90px
}

#pop-up-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    z-index: 11
}

#pop-up-wrapper {
    width: 85%;
    min-width: 315px;
    max-width: 500px;
    min-height: 210px;
    position: relative;
    z-index: 11;
    overflow: visible;
    border-radius: 5px
}

#pop-up-wrapper img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

#pop-up-wrapper button {
    width: 100%;
    padding: .75rem;
    font-size: -.75rem;
    font-weight: 700;
    border: none;
    border-radius: 0 0 5px 5px;
    margin: 0;
    background-color: #ff5b00
}

.gray-bg {
    background: no-repeat #00000000
}

.swirl-in-fwd {
    -webkit-animation: .6s ease-out both swirl-in-fwd;
    animation: .6s ease-out both swirl-in-fwd
}

.x-mark-container {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000;
    border-radius: 50%;
    width: 8%
}

.login-wrapper,.main,div.main-content.peraturan-light {
    background: linear-gradient(#00000080,#00000080),url(https://cloud.ecerangrosir.site/lembaga/assets/branding/bg-mobile-2026-lembagatoto.png) center/cover!important
}

#bg-black {
    background-color: rgba(0,0,0,.86);
    position: fixed;
    z-index: 10
}

@-webkit-keyframes swirl-in-fwd {
    0% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1
    }
}

@keyframes swirl-in-fwd {
    0% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1
    }
}

.swirl-out-bck {
    -webkit-animation: .6s ease-in both swirl-out-bck;
    animation: .6s ease-in both swirl-out-bck
}

@-webkit-keyframes swirl-out-bck {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0
    }
}

@keyframes swirl-out-bck {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-540deg) scale(0);
        transform: rotate(-540deg) scale(0);
        opacity: 0
    }
}

.fade-in {
    -webkit-animation: 1.2s cubic-bezier(.39,.575,.565,1) both fade-in;
    animation: 1.2s cubic-bezier(.39,.575,.565,1) both fade-in
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-out {
    -webkit-animation: 1s ease-out both fade-out;
    animation: 1s ease-out both fade-out
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.slider-lobby {
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width: 600px) {
    #snackbar-mobile {
        visibility:hidden;
        width: 53rem;
        box-shadow: inset 0 0 3px 1px #4a00000f,inset 0 1px 0 0 #ae000024,inset 0 0 0 2px #77000036,3px 3px 2px 1px rgb(0 0 0 / 0%)!important;
        background: linear-gradient(to bottom,#f56b08 0,#f5b608 100%);
        color: #000;
        text-align: center;
        border-radius: 25px;
        position: fixed;
        font-family: Glory,sans-serif;
        z-index: 99999999999999999999999999999999999999999999999999999999999999;
        border: 2px solid red;
        display: flex!important;
        gap: 1rem;
        align-items: center;
        max-width: 95%;
        height: 60px;
        left: 2%;
        font-size: 12px;
        bottom: 3%;
        padding: .3rem;
        transform: translateX(0);
        margin-top: auto
    }

    .snackbar-mobile-icon {
        max-width: 2rem;
        padding-right: .6rem
    }

    .snackbar-mobile-img {
        max-width: 35px;
        margin-left: 1rem
    }

    #snackbar-mobile.tampil {
        visibility: visible;
        -webkit-animation: .8s fadein,.8s 4.5s fadeout;
        animation: .8s fadein,.8s 4.5s fadeout
    }

    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0
        }

        to {
            bottom: 3%;
            opacity: 2
        }
    }

    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0
        }

        to {
            bottom: 3%;
            opacity: 2
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 3%;
            opacity: 2
        }

        to {
            bottom: 0;
            opacity: 0
        }
    }

    @keyframes fadeout {
        from {
            bottom: 3%;
            opacity: 2
        }

        to {
            bottom: 0;
            opacity: 0
        }
    }

    #snackbar-mobile span,#snackbar-mobile strong {
        font-weight: 700;
        color: red
    }

    .snackbar-mobile-nominal {
        font-size: 1rem
    }

    #withdraw-mobile {
        font-size: .8rem
    }
}


.logo-item a img,img.header-logo2 {
    content: url("https://ceritabahagia.lol/static/moneysite/logo-lembaga.webp")
}

:root {
    --w-color: #ffffff;
    --b-color: #000000;
    --t1-color: #ffca66;
    --t2-color: #ffc14c;
    --t3-color: #ffb832;
    --t4-color: #ffaf19;
    --t5-color: #ffa700;
    --t6-color: #ff5b00;
    --o-color: #be6300;
    --o2-color: #ffe000;
    --o3-color: #ffa400;
    --color-primary: #ffbc00;
    --color-primary-2: #f56b08;
    --btn-background: linear-gradient( 150deg, var(--color-primary) 10%, var(--color-primary-2) 21%, var(--color-primary-2) 33%, var(--color-primary-2) 44%, var(--color-primary) 60%, var(--color-primary-2) 73%, var(--color-primary-2) 85%, var(--color-primary-2) 100% )!important
}

#smart_banner .app_title,.app_slogan,.button,.button-custom,.center-text,.color-grey,.form-group .form-control,.form-group .input-group-text,.marquee-parent,.pool-name {
    color: #fff!important
}

img.header-logo2 {
    width: 148px!important;
    height: 30px!important;
    margin-top: 25px!important;
    float: left;
    margin-left: 7px!important;
    margin-right: auto
}

marquee {
    background: #000;
    border-left: 0!important;
    border-right: 0px!important;
    border-bottom: 1px solid var(--color-primary)!important;
    border-radius: 0!important;
    color: #fff;
    padding: .25rem!important
    
}

.form-group .form-control,.panel-blue {
    border: 1px solid var(--color-primary)
}

.inner-wrap {
    background: 0 0!important
}

#smart_banner,.form-group .form-control,.main-content,.panel-blue,.promosi-content-container .promosi-more {
    background: transparent!important
}

.footer {
    border-top: 1px solid var(--color-primary)!important
}

.form-group .input-group-text,.wrapper-captcha img {
    border-color: var(--color-primary)!important
}

.btn-captcha-refresh,.form-group .input-group-text {
    background: var(--color-primary)!important
}

.decoration {
    background-color: var(--color-primary)!important
}

#smart_banner,.header-wrapper#header-wrap,.marquee-parent,header.header-after-login {
    border-bottom: 1px solid var(--color-primary)
}

.main-content,.marquee-parent {
    border-top: 1px solid var(--color-primary)
}

.page-header {
    border-bottom: 1px solid var(--color-primary)!important
}


#smart_banner .download_button a {
    font-size: 12px;
    padding: 8px 8px;
    color: #000;
    background: linear-gradient(to bottom, #00f5f6 0%, #0b669e 100%);
    border-radius: 20px;
    border: 2px solid #05f4fa;
    box-shadow: 0px 0px 3px #00d3ff;
}

#smart_banner .app_info {
    top: 30px!important
}

#smart_banner .close_button {
    color: var(--color-primary)!important
}

.buttonlc.space.smartb3.slc {
    transform: translate(39px,6px)!important
}

.buttonlc.space.smartb3 {
    transform: translate(35px,0)!important
}

.buttonlc {
    width: 85px!important
}

#header-wrap .buttonWrap {
    transform: translate(-10px,0)!important
}

.buttonWrap,.login-wrapper .home-button-wrapper .btn.btn-1 {
    background: var(--btn-background);
    box-shadow: none!important;
    border: 1px solid var(--color-primary)!important
}

.list-menu-mobile {
    margin-top: 10px;
    padding: 0 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.list-menu-mobile img {
    border-radius: 5px;
    width: 100%
}

.button-custom {
    margin-bottom: 10px;
    padding: 10px 26px;
    text-align: center;
    border-radius: 7px;
    font-size: 20px
}

.blue-custom {
    border: 1px solid #1a90ff;
    background: linear-gradient(150deg,#1a90ff 10%,#1259c7 21%,#1259c7 33%,#1259c7 44%,#1a90ff 60%,#1259c7 73%,#1259c7 85%,#1a90ff 100%)!important
}

.red-custom {
    border: 1px solid #ff1a1a;
    background: linear-gradient(150deg,#ff1a1a 10%,#950909 21%,#950909 33%,#950909 44%,#ff1a1a 60%,#950909 73%,#950909 85%,#ff1a1a 100%)!important
}

.grubsearchPasaran {
    margin-top: 10px;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    background: linear-gradient(to bottom,var(--color-primary) 8%,var(--color-primary-2) 60%,var(--color-primary) 100%);
    border-radius: 12px 4px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: inset 0 2px var(--color-primary-2);
    border: 1px solid var(--color-primary)
}

.carikita .icon,.desccccc button-list a,.pool-name {
    background: var(--btn-background)
}

.grubsearchPasaran input {
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    background: #000;
    box-shadow: none;
    border: 0!important
}

.grubsearchPasaran img {
    width: 28px;
    margin-right: 5px;
    filter: brightness(10) drop-shadow(1px 2px 2px #00000054) contrast(1)
}

.grubsearchPasaran input::placeholder {
    color: #b3bfc5
}

#slider,.home_banner {
    padding: 10px
}

#slider .owl-carousel-mobile-banner {
    overflow: hidden;
    border-radius: 10px
}

#slider-hasil .slider {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: start;
    justify-items: stretch;
    justify-content: center;
    padding: 2px 0
}

.pool-name {
    font-weight: bolder!important;
    text-transform: uppercase;
    font-size: 8px!important;
    width: 100%!important;
    text-align: center!important;
    background-size: 400% 300%;
    animation: 4s infinite background-gold;
    padding: 4px 2px
}

.carikita,.pool-date,.title-page.peraturan-title {
    text-align: center
}

.pool-date {
    font-size: 10px!important;
    color: #fffadd!important;
    margin-left: 0!important;
    padding-top: 2px;
    font-weight: 500
}

.pool-result {
    font-size: 18px!important;
    color: #ffd519!important
}

.results {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0 2px;
    padding: 0!important;
    border: 2px solid var(--color-primary)!important;
    background: linear-gradient(45deg,#140b00,#2c1504,#4e3d2f)!important;
    border-radius: 8px;
    height: 100%
}

.progresif-jackpot {
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 15px;
    color: #ffbc00;
    text-shadow: 0 0 10px currentcolor;
    background: url(https://ceritabahagia.lol/static/moneysite/mobile/progressive-jackpot.webp) center/contain no-repeat;
    width: 100%;
    height: 5rem;
    padding-top: 13px;
    background-position-y: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.bungkus-jackpot {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 10px;
    justify-content: center;
    border-radius: 0;
    margin-bottom: 10px
}

#image-carousel,.social_links {
    padding: 0 10px 10px
}

.progresif-jackpot span,.tab-content .tab-pane {
    color: #fff
}

.promosi-content-container {
    margin-bottom: 0!important
}

.promosi-content {
    border-radius: 0!important
}

.promosi-btn-wrapper {
    opacity: 0;
    position: absolute;
    height: 100%
}

.login-wrapper form .form-input .form-group {
    display: flex!important;
    align-items: center
}

.login-wrapper form .form-input .form-group input {
    border-radius: 7px!important;
    background: #000!important;
    color: #fff!important;
    border: 2px solid var(--color-primary)!important
}

.login-wrapper form .form-input .form-group:first-child:before,.login-wrapper form .form-input .form-group:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-radius: 7px 0 0 7px!important;
    height: 40px;
    background: var(--btn-background);
    z-index: 1
}

.login-wrapper form .form-input .form-group:first-child:after {
    content: "";
    position: absolute;
    left: 10px;
    width: 20px;
    border-radius: 7px 0 0 7px!important;
    height: 20px;
    background: url(https://ceritabahagia.lol/static/moneysite/mobile/users.svg);
    z-index: 1
}

.login-wrapper form .form-input .form-group:nth-child(2):after {
    content: "";
    position: absolute;
    left: 10px;
    width: 20px;
    border-radius: 7px 0 0 7px!important;
    height: 20px;
    background: url(https://ceritabahagia.lol/static/moneysite/mobile/lock.svg);
    z-index: 1
}

.carikita {
    transform: scale(1.3);
    margin: 20px 0 15px
}

.carikita .ttl {
    font-weight: 700;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px
}

.carikita a {
    background: #000;
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    padding-right: 1rem;
    gap: 10px;
    border: 1.5px solid var(--color-primary);
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    animation: 1s infinite blink-border
}

@keyframes blink-border {
    0%,100% {
        border-color: transparent
    }

    50% {
        border-color: var(--color-primary)
    }
}

.carikita .icon {
    height: 2rem;
    width: 2rem;
    display: flex
}

.carikita a svg {
    width: 1.8rem;
    margin: auto;
    height: 1.8rem
}

.carikita a span {
    text-transform: uppercase;
    color: var(--color-primary-2)
}

.desccccc .title,.desccccc button-list a {
    text-align: center;
    color: #fff
}

.tab-content .tab-pane table tr.even td {
    background: #222
}

.social_links {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.social_links a {
    display: inline-flex
}

.social_links a:hover {
    filter: brightness(150%)
}

.social_links a img {
    with: 100%
}

.owl-carousel-mobile-games img {
    width: 100px!important
}

.banner_bottom_group {
    padding: 10px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr
}

.banner_bottom_group img {
    width: 100%;
    border-radius: 10px
}

.login-wrapper form .buttonjoin:last-child {
    display: block!important
}

.splide__slide.is-visible img {
    opacity: .5!important
}

.splide__slide.is-visible.is-active img {
    opacity: 1!important
}

.home_banner img {
    border-radius: 10px
}

.wrapper2 {
    padding: 10px!important
}

.desccccc {
    display: grid;
    padding: 10px
}

.desccccc search-bar {
    display: inline-flex;
    align-items: center;
    background: #fff;
    gap: 1rem;
    padding: 10px 1.5rem;
    border-radius: 50px;
    color: #000
}

.desccccc search-bar img {
    width: 2rem;
    height: 2rem
}

.desccccc button-list {
    display: grid;
    gap: 1rem;
    margin-top: 1rem
}

.desccccc button-list a {
    font-family: aller;
    font-size: 20px;
    border-radius: 7px;
    padding: 10px 26px;
    border: 1px solid var(--color-primary)!important
}

div.main-content.peraturan-light {
    min-height: 100vh;
    padding-top: 8rem
}

.peraturan-content {
    overflow-Y: scroll;
    max-height: 350px!important;
    color: #fff;
    background: #000;
    padding: 1rem!important;
    border: 1px solid var(--color-primary)
}

.peraturan-content::-webkit-scrollbar {
    background: #222;
    width: 10px
}

.peraturan-content::-webkit-scrollbar-thumb {
    background: var(--color-primary)
}

.btn-peraturan#setuju,.btn-refresh-balance {
    background: linear-gradient(to right,#10b510,green);
    border: 1px solid #10b510!important
}

.btn-peraturan#tidak-setuju {
    background: linear-gradient(to right,red,#8f0505);
    border: 1px solid red!important
}

header.header-after-login .header-wrapper .buttn-header-deposit {
    background: linear-gradient(317deg,#be6300,#ffa700)!important;
    border: 1px solid #ffa700
}


.button-lobby-container .button-lobby-wrapper>.button-filter-lobby {
    background: linear-gradient(to left,#1e9fbe,#3490dc)!important
}

.mb-lobby-username {
    background: -webkit-linear-gradient(#fb660a,#f5a314);
    background-clip: text;
    color: transparent!important;
    font-weight: 700!important
}
body {
color: #fff !important;
}
.body-mobile main {
    background: #000;
    border-top: 1px solid var(--color-primary)
}

.body-mobile .main-content {
    border-top: 0!important
}

.body-mobile .title-type {
    background: linear-gradient(to right,#ffa5008a,transparent);
    padding: .4rem 1rem;
    border-left: 2px solid var(--color-primary)
}

.bg-white.bg-grey.w-full {
    background: #000!important;
    border: 0!important;
    padding: 0 10px
}

#smart_banner .app_info div.app_title {
    color: var(--color-primary)!important;
    font-weight: 700;
    font-size: 13px!important
}
.promosi-content-container .promosi-content .promosi-btn-wrapper .btn-promo#btn-promo-play {
display:none;
}