html,
body {
    padding: 0 !important;
    margin: 0 !important;
    touch-action: manipulation !important;
}

html {
    scrollbar-width: auto;
}

html::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #DEDEDE;
}

html::-webkit-scrollbar-thumb {
    background-color: #0B7DDA;
    border-radius: 5px;
}

.element {
    scrollbar-width: auto;
}

.element::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #DEDEDE;
}

.element::-webkit-scrollbar-thumb {
    background-color: #0B7DDA;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #DEDEDE;
}

::-webkit-scrollbar-thumb {
    background: #0B7DDA;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0B7DDA;
}

.progress-container-custom {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.progress-bar-custom {
    height: 2px;
    background: #0B7DDA;
    width: 0%;
}

img {
    border-radius: 5px;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

img:-moz-broken {
    opacity: 0;
}

img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

iframe {
    border-radius: 5px;
}

.mainshowcallcenter {
    background: none;
    position: fixed;
    bottom: 134px;
    right: 24px;
    width: 45px;
    height: 45px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    line-height: 0px;
    border-radius: 15px;
    z-index: 9999;
}

.mainimglivechat {
    background-color: #FFFFFF;
    padding: 2px;
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.mainlivechat {
    background-color: transparent;
    position: fixed;
    bottom: 180px;
    right: 24px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    align-content: center;
    border-radius: 50px;
    line-height: 0px;
    padding: 2px;
}

.mainwhatsapp {
    background: transparent;
    position: fixed;
    bottom: 249px;
    right: 24px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    align-content: center;
    border-radius: 15px;
    line-height: 0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.carouselborder {
    border-radius: 15px !important;
    padding: 5px;
    0
}

.togelheader {
    border: 3px solid #0D47A1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.togeltitle {
    background: #0D47A1;
    color: #DEDEDE;
}

.lastgames {
    width: 100%;
    height: 100px;
    text-align: -webkit-center;
    overflow: hidden;
    overflow-x: scroll;
}

.lastgamenav {
    max-width: 1200px;
    height: auto;
    justify-items: center;
    place-content: center;
}

.lastgameitem {
    width: 110px;
    height: auto;
    padding: 5px;
}

.lastgameimg {
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    max-width: 100%;
    width: 100px;
    height: 75px;
    opacity: .90;
}

.lastgameimg:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
    opacity: 1;
}

.dailydropwin {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.gamertpimg {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 140px;
    height: 140px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: .90;
}

.gamertpimg:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
    opacity: 1;
}

.gamertpimgtitle {
    background: #F1F1FF;
    height: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gamertpimgtitle:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
}

.gamenormalimg {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 140px;
    height: 140px;
    border-radius: 8px;
    opacity: .90;
}

.gamenormalimg:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .gamertpimg {
        min-height: 100px;
        height: 100px;
    }

    .gamenormalimg {
        min-height: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .gamertpimg {
        min-height: 90px;
        height: 90px;
    }

    .gamenormalimg {
        min-height: 90px;
        height: 90px;
    }
}

.providernormalimg {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: auto;
    max-width: 100%;
    max-height: 140px;
    border-radius: 8px;
    opacity: .9;
}

.topbrandimgmobile {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 40px;
    color: #F1F1FF !important;
}

.topbtandimgdesktop {
    width: auto;
    max-height: 45px;
}

.dropdownoptiontop {
    font-size: 12px;
    text-transform: lowercase;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #DEDEDE;
}

.dropdownoptiontopmenu {
    padding: 2px;
    background: #030C30;
    border-radius: 10px;
    border: 2px solid #DEDEDE;
}

.dropdownoptiontopitem {
    width: 20px;
    color: #F1F1FF;
}

.dropdownoptiontopbalance {
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #DEDEDE;
}

.dropdownoptiontopsaldo {
    padding: 2px;
    background: #030C30;
    border-radius: 10px;
    border: 2px solid #DEDEDE;
}

.dropdownoptiontopwallet {
    border-top: 0;
    vertical-align: middle;
    color: #F1F1FF;
}

.dropdownoptiontopwalletinfo {
    border-top: 0;
    vertical-align: middle;
    color: #0B7DDA;
}

.dropdownoptiontopinfowallet {
    border-top: 0;
    color: #F1F1FF;
}

.dropdownoptiontopinfosaldo {
    border-top: 0;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F1F1FF;
}

.dropdownoptiontopsaldotarik {
    border-top: 0;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0B7DDA;
}

.gamelistmenudesktop {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.gamelistmenumobile {
    width: 50px !important;
    height: 50px;
    display: block !important;
    margin: 0 auto;
}

.sidebarmenuinfo {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #151819;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebarmenutitle {
    font-size: 16px;
    color: #F1F1FF;
}

.sidebarmenuinfosaldo {
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.sidebarmenuinfosaldoidr {
    background: #030c30;
    color: #F1F1FF;
    font-size: 16px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.sidebarmenuoptionlist {
    width: 20px;
    color: #F1F1FF !important;
}

.notificationtext {
    background: #F1F1FF !important;
    color: #000;
}

.notificationmarquee {
    color: #000;
    font-size: 12px;
}

.footercopyrightimg {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    max-height: 40px;
}

.footerapplicationimg {
    display: block;
    margin: 0 auto;
    max-width: 35%;
    max-height: 40px;
    opacity: .90;
}

.footerapplicationimg:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
    opacity: 1;
}

.footerfixedcontent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

.footercontentdesktop {
    border-top: 3px solid #0B7DDA;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footercontenttext {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0 auto;
    border-radius: 15px;
    font-size: 20px;
    background: #0d47a1;
}

.mobileprovider {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
}

.mobileprov {
    height: auto;
    justify-content: center;
    width: max-content;
}

.desktopprov {
    height: auto;
    justify-content: center;
}

.menuprovider {
    max-height: 80px;
    border: 0px solid rgb(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 15px;
}

.menuprovider:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
    background: #030C30;
}

.styleimgprovider {
    width: 100px;
    max-height: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    opacity: .95;
}

.styleimgprovider:hover {
    opacity: 1;
}

.lastgameplay {
    width: 100%;
    height: 90px;
    overflow: hidden;
    overflow-x: scroll;
}

.navlastgameplay {
    width: 600px;
    height: 90px;
}

.navitemlastgameplay {
    width: 100px;
    height: 100px;
    padding: 5px;
}

.imgnavitemlastgameplay {
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    width: 90px;
    height: 75px;
}

.imgnormalmobilelayout {
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 100%;
    border-radius: 8px;
    opacity: .90;
}

.imgnormalmobilelayout:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
    opacity: 1;
}

.togel {
    border-radius: 15px;
}

.togel:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
}

.togelheader:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
}

.hoverimg {
    border-radius: 15px;
}

.hoverimg:hover {
    box-shadow: 0px 0px 8px 0px #0D47A1;
}

.backtotop {
    display: none;
    overflow: hidden;
    color: #fff;
    background: #0B7DDA;
    position: fixed;
    bottom: 85px;
    right: 24px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    border-radius: 50px;
    z-index: 9999;
}

.backtotop:hover {
    background: #0D47A1;
    opacity: 1;
}

@media screen and(max-width:880px) {
    .navbar-scrolled.backtotop {
        opacity: 0 !important;
    }
}

.modal {
    top: -200px;
}

.modalu {
    top: -100px;
}

.fixedfeature {
    position: fixed;
    bottom: 85px;
    left: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    z-index: 9999;
}

.fixedfeature img {
    width: 45px;
    height: 45px;
}

.fixedfeature {
    display: none !important;
}

@keyframes zoominout {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

.inoutimg {
    animation: zoominout 0.8s infinite;
}

@keyframes zoominoutlogo {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03, 1.03);
    }

    100% {
        transform: scale(1);
    }
}

.inoutlogo {
    animation: zoominoutlogo 1s infinite;
}

.game-item:hover .game-btn {
    opacity: 1;
}

.game-btn {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transition: .2s;
}

.game-btn {
    background-color: rgba(0, 0, 0, .5);
}

.game-btn .btn-beginplay,
.game-btn .btn-freeplay {
    border-radius: 15px;
    width: 56px;
    height: 28px;
}

.game-btn .btn-beginplay {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
    font-size: 14px;
    background-color: transparent;
    background-size: 100% 100%;
    white-space: nowrap;
}

.game-btn .btn-beginplay.active,
.game-btn .btn-beginplay:hover {
    color: #DEDEDE;
    opacity: 1;
}

.game-btn .btn-freeplay {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
    font-size: 13px;
    background-color: transparent;
    background-size: 100% 100%;
    white-space: nowrap;
}

.game-btn .btn-freeplay {
    background-image: linear-gradient(to right, #019e4c 0%, #04b962 50%, #019e4c 100%);
    color: #FFFFFF;
    opacity: .9;
}

.game-btn .btn-freeplay.active,
.game-btn .btn-freeplay:hover {
    color: #DEDEDE;
    opacity: 1
}

.game-item:hover .game-btn-sm {
    opacity: 1;
}

.game-btn-sm {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transition: .2s;
}

.game-btn-sm {
    background-color: rgba(0, 0, 0, .5);
}

.game-btn-sm .btn-beginplay,
.game-btn-sm .btn-freeplay {
    border-radius: 8px;
    width: 48px;
    height: 24px;
}

.game-btn-sm .btn-beginplay {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
    background-size: 100% 100%;
    white-space: nowrap;
    margin-top: 80px;
}

.game-btn-sm .btn-beginplay.active,
.game-btn-sm .btn-beginplay:hover {
    color: #DEDEDE;
    opacity: 1
}

.game-btn-sm .btn-freeplay {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
    font-size: 11px;
    background-color: transparent;
    background-size: 100% 100%;
    white-space: nowrap;
    margin-top: 80px;
}

.game-btn-sm .btn-freeplay {
    background-image: linear-gradient(to right, #019e4c 0%, #04b962 50%, #019e4c 100%);
    color: #FFFFFF;
    opacity: .9;
}

.game-btn-sm .btn-freeplay.active,
.game-btn-sm .btn-freeplay:hover {
    color: #DEDEDE;
    opacity: 1;
}

.bg-custom {
    border-bottom: 1px;
    background: url(/assets/images/background/1-body.webp) repeat center fixed #030C30;
}

header {
    background: #030C30;
}

header .form-control {
    border: 1px solid #6c757d;
    background-color: rgba(0, 0, 0, 0);
    color: #eee !important;
}

header .form-control:focus {
    border: 1px solid #232021;
    background-color: #232021;
    color: #fff !important;
}

header ::placeholder {
    color: #fff !important;
    font-size: 15px;
    opacity: .5 !important;
}

section.site-header {
    height: 90px;
    padding-top: .5rem;
    background: #030C30;
    z-index: 9999 !important;
}

section.site-header ul.navbar-nav li.nav-item a.nav-link {
    color: #F1F1FF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

section.site-header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: rgb(255, 255, 255, 0.7);
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.progressive-jackpot {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-size: 100% 100%;
}

.progressive-jackpot>h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    outline: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(179 179 179 / 40%), inset 0 -2px 5px 1px rgb(0 0 0), inset 0 -1px 1px 3px rgb(151 151 151);
    background-image: linear-gradient(160deg, #424242, #595959, #787878, #4f4f4f, #000);
    border: 1px solid #000;
    color: #f5f5f5;
    font-weight: 700;
    text-shadow: 0 2px 2px rgb(0 0 0);
    transition: all 0.2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    font-size: 16px;
    max-width: 290px;
    z-index: 5;
    letter-spacing: 0;
    margin: 0 auto;
    line-height: 1.5;
}

#jackpot {
    font-family: "Space Mono", monospace;
    background-image: linear-gradient(160deg, #fff, #515151, #f7f7f7, #dfdfdf, #fff, #575757, #e9e9e9);
    color: #F1F1FF;
    -webkit-background-clip: text;
}

.progressive-jackpot,
.progressive-jackpot img {
    width: 100%;
    border-radius: 15px;
}

.progressive-jackpot img {
    max-width: 100%;
}

.jackpot-wrapper {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.jackpot-wrapper>span {
    position: absolute;
    width: 100%;
    font-size: 3rem;
}

.progressive-jackpot:hover {
    box-shadow: 0px 0px 10px 0px #0D47A1;
}

.progressive-jackpot img {
    width: 1370px;
    max-width: 100%;
    max-height: 100%;
    background-size: 100% 100%;
}

.progressive-jackpot h2 {
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px rgba(139, 66, 8, 1), inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: #281b01;
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    font-size: 14px !important;
}

.dashboard {
    background-color: #030c30;
    border-bottom: 1px;
    color: #f1f1ff;
}

.dashboard h1,
.dashboard h2,
.dashboard h3,
.dashboard h4,
.dashboard h5,
.dashboard h6 {
    line-height: 1.2;
}

.dashboard .card {
    background: #1e2124 !important;
    color: #F1F1FF !important;
    border-radius: 5px;
}

.dashboard .card .card-header {
    background: #151819;
}

.dashboard .card .card-header,
.dashboard .card .card-body {
    background: none;
}

.dashboard ul.nav.flex-column li.nav-item a.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    border-top: 2px solid #DEDEDE;
}

.dashboard ul.nav.flex-column li.nav-item a.nav-link:hover,
.dashboard ul.nav.flex-column li.nav-item a.nav-link.active {
    background: #0D47A1;
    color: #F1F1FF !important;
}

.dashboard ul.nav {
    border-bottom: 2px solid #DEDEDE;
}

.dashboard ul.nav li.nav-item a.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.dashboard ul.nav li.nav-item a.nav-link:hover,
.dashboard ul.nav li.nav-item a.nav-link.active {
    background: #0D47A1;
    color: #F1F1FF !important;
}

.dashboard .form-control {
    background-color: #151819;
    color: #fff !important;
}

.dashboard .form-control:focus {
    border: 1px solid #232021;
    background-color: #F1F1FF;
    color: #232021 !important;
}

.dashboard ::placeholder {
    color: #fff !important;
    font-size: 15px;
    opacity: .5 !important;
}

.dashborder {
    padding: 10px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dashtext {
    background: #151819;
    color: #F1F1FF;
    padding: 20px 10px;
}

.bg-footer {
    color: #dedede;
    position: relative;
    background: url(/assets/images/background/1-footer.webp) repeat center fixed #151819;
    width: 100%;
    border-top: 1px;
}

.product-tile__clip-path[data-v-10b0ebbe] {
    display: flex;
    padding: 0;
    padding-top: 0px;
    padding-top: 0px;
    margin-top: -39px;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -10px;
    background-color: #151819;
    ;
    clip-path: polygon(0 23%, 6% 72%, 12% 47%, 18% 70%, 24% 51%, 32% 80%, 38% 47%, 44% 80%, 50% 49%, 56% 70%, 60% 86%, 66% 42%, 72% 65%, 78% 38%, 84% 64%, 90% 17%, 96% 20%, 100% 1%, 100% calc(100% + 1px), 0 calc(100% + 1px));
    -webkit-clip-path: polygon(0 23%, 6% 72%, 12% 47%, 18% 70%, 24% 51%, 32% 80%, 38% 47%, 44% 80%, 50% 49%, 56% 70%, 60% 86%, 66% 42%, 72% 65%, 78% 38%, 84% 64%, 90% 17%, 96% 20%, 100% 1%, 100% calc(100% + 1px), 0 calc(100% + 1px));
}

.product-tile__clip-paths[data-v-10b0ebbe] {
    display: flex;
    padding: 0;
    padding-top: 0px;
    margin-top: -39px;
    width: 100%;
    height: 50px;
    position: relative;
    top: -10px;
    background-color: #0B7DDA;
    clip-path: polygon(0 23%, 6% 72%, 12% 47%, 18% 70%, 24% 51%, 32% 80%, 38% 47%, 44% 80%, 50% 49%, 56% 70%, 60% 86%, 66% 42%, 72% 65%, 78% 38%, 84% 64%, 90% 17%, 96% 20%, 100% 1%, 100% calc(100% + 1px), 0 calc(100% + 1px));
    -webkit-clip-path: polygon(0 23%, 6% 72%, 12% 47%, 18% 70%, 24% 51%, 32% 80%, 38% 47%, 44% 80%, 50% 49%, 56% 70%, 60% 86%, 66% 42%, 72% 65%, 78% 38%, 84% 64%, 90% 17%, 96% 20%, 100% 1%, 100% calc(100% + 1px), 0 calc(100% + 1px));
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.group-container {
    background: #030C30;
    display: block;
    width: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #666666;
    border-radius: 10px;
    position: relative;
    vertical-align: top;
    font-size: 12px;
}

.group-container>legend {
    width: initial;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    background: transparent;
    padding: 0 10px;
    font-size: 17px;
    color: #DEDEDE;
}

.type-container {
    background: #030C30;
    display: block;
    width: auto;
    padding: 20px 25px;
    margin: 0;
    border: 1px solid #666666;
    border-radius: 15px;
    position: relative;
    vertical-align: top;
}

.type-container>legend {
    width: initial;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    background: transparent;
    padding: 0 10px;
    font-size: 17px;
    color: #DEDEDE;
}

.provider-container {
    background: #151819;
    display: inline-block;
    width: auto;
    padding: 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #666666;
    border-radius: 10px;
    position: relative;
    vertical-align: top;
}

.provider-container>legend {
    width: initial;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    background: transparent;
    padding: 0 10px;
    font-size: 17px;
    color: #DEDEDE;
}

.hover-list {
    display: flex;
    flex-wrap: wrap;
}

.hover-list>li+li {
    margin-left: 10px;
}

.hover-list>li {
    position: relative;
}

.hover-list>li picture,
.hover-list>li img {
    height: 40px;
    width: 100%;
    padding-bottom: 10px;
}

.hover-list>li a>picture:first-child,
.hover-list>li a>img:first-child,
.hover-list>li>picture:first-child,
.hover-list>li>img:first-child {
    opacity: 1;
}

.hover-list>li a>picture:last-child,
.hover-list>li a>img:last-child,
.hover-list>li>picture:last-child,
.hover-list>li>img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.hover-list>li a>picture:first-child,
.hover-list>li a>img:first-child,
.hover-list>li>picture:first-child,
.hover-list>li>img:first-child,
.hover-list>li a>picture:last-child,
.hover-list>li a>img:last-child,
.hover-list>li>picture:last-child,
.hover-list>li>img:last-child {
    transition: opacity 0.5s;
}

.hover-list>li:hover a>picture:first-child,
.hover-list>li:hover a>img:first-child,
.hover-list>li:hover>picture:first-child,
.hover-list>li:hover>img:first-child {
    opacity: 0;
}

.hover-list>li:hover a>picture:last-child,
.hover-list>li:hover a>img:last-child,
.hover-list>li:hover>picture:last-child,
.hover-list>li:hover>img:last-child {
    opacity: 1;
}

.sticky-left {
    position: fixed;
    top: 180px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background: #151819;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link {
    color: #F1F1FF;
    -webkit-transition: line-height 0.3s ease-in-out;
    transition: line-height 0.3s ease-in-out;
    border-bottom: 1px dotted #0B7DDA;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link:hover {
    background: #0D47A1;
    color: #F1F1FF !important;
}

@media screen and (max-width: 778px) {
    .navbar-collapse {
        background: #1e2124;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 14px;
    }
}

.game {
    justify-content: center;
    width: auto;
}

.main-content {
    position: relative;
    top: -10px;
}

.owl-theme .custom-nav {
    position: absolute;
    width: 100%;
    top: 3px;
    margin-top: 0 !important;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #F1F1FF !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    height: 87px;
    color: #F1F1FF !important;
    background: #030C30;
    border-radius: 5px;
    border: none;
    z-index: 100;
}

.owl-prev {
    left: -5px;
}

.owl-next {
    right: -5px;
}

.hrborder {
    border: 1.5px solid #0D47A1;
    margin-bottom: 10px;
}

.containerslide {
    padding-right: 0px;
    padding-left: 0px;
}
.login {
    grid-area: login;
    display: flex;
    justify-content: end;
    align-items: end;

}

.login-form {

    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.login-field {
    width: 104px;
    height: 30px;
    border-radius: 3px;
}

.login-input-field {
    margin: 0px;
    padding: 0px 8px;
    border-radius: 3px !important;
}

.password-container {
    position: relative;
    width: 100%;
}

.password-container input {
    width: 100%;
    padding-right: 40px;
    /* Ruang untuk ikon di dalam input */
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    /* Warna ikon */
}

.toggle-password i {
    font-size: 18px;
}

/* Lanaya-style responsive lobby refresh. Uses CSS variables from admin theme output. */
:root {
    --lanaya-bg: #0f0808;
    --lanaya-card: #211b1b;
    --lanaya-panel: #190606;
    --lanaya-nav: #1d2a3a;
    --lanaya-accent: #ef2336;
    --lanaya-accent-hover: #891014;
    --lanaya-text: #f8fafc;
    --lanaya-muted: rgba(255,255,255,.58);
    --lanaya-green: #21d980;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--lanaya-bg) !important;
    color: var(--lanaya-text);
    touch-action: manipulation !important;
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% -10%, rgba(239, 35, 54, .22), transparent 28%),
        linear-gradient(180deg, rgba(21, 2, 3, .96) 0%, var(--lanaya-bg) 38%, #080303 100%) !important;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 120px 120px;
}

.lanaya-desktop-header,
.lanaya-mobile-header {
    position: sticky;
    top: 0;
    z-index: 1035;
    background:
        linear-gradient(180deg, rgba(118, 9, 14, .86), rgba(20, 2, 3, .96) 62%),
        var(--lanaya-bg) !important;
    border-bottom: 1px solid rgba(239, 35, 54, .55);
    box-shadow: 0 8px 24px rgba(0,0,0,.42), inset 0 -1px 0 rgba(255,255,255,.05);
}

.lanaya-desktop-header .container-fluid,
.lanaya-mobile-header .container-fluid {
    padding-left: clamp(16px, 4vw, 70px);
    padding-right: clamp(16px, 4vw, 70px);
}

.lanaya-topbar {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lanaya-brand {
    width: 132px;
    flex: 0 0 132px;
    margin: 0;
}

.topbtandimgdesktop {
    max-height: 42px;
    width: auto;
    object-fit: contain;
}

.lanaya-searchbox {
    flex: 0 1 260px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: var(--lanaya-muted) !important;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 5px;
    font-weight: 500;
    white-space: nowrap;
}

.lanaya-searchbox i {
    color: var(--lanaya-text);
    opacity: .9;
}

.lanaya-filter-button,
.lanaya-menu-toggle {
    width: 44px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    color: var(--lanaya-text);
    background: rgba(255,255,255,.12);
    cursor: pointer;
}

.lanaya-quick-links {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 42px);
}

.lanaya-quick-links a,
.lanaya-auth-link {
    color: rgba(249,250,251,.74) !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.lanaya-quick-links a:hover,
.lanaya-auth-link:hover {
    color: #fff !important;
}

.lanaya-quick-links i {
    margin-right: 6px;
    opacity: .74;
}

.lanaya-auth-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 14px;
}

.lanaya-auth-cta {
    min-width: 98px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    background: linear-gradient(180deg, var(--lanaya-accent), var(--lanaya-accent-hover));
    box-shadow: 0 6px 16px rgba(239,35,54,.28), inset 0 1px 0 rgba(255,255,255,.18);
    white-space: nowrap;
}

.lanaya-mobile-topbar {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lanaya-mobile-brand {
    max-width: 156px;
    margin: 0;
}

.topbrandimgmobile {
    max-height: 42px;
    margin: 0;
}

.lanaya-mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lanaya-mobile-actions .lanaya-auth-link {
    font-size: 13px;
}

.lanaya-mobile-actions .lanaya-auth-cta {
    min-width: 82px;
    height: 40px;
    font-size: 13px;
}

section.site-header {
    position: sticky;
    top: 64px;
    height: 82px;
    z-index: 1034 !important;
    padding: 0 !important;
    background: linear-gradient(180deg, #1d2a3a, #172233) !important;
    border-bottom: 1px solid rgba(0,0,0,.8);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

section.site-header > .container {
    width: 100%;
    max-width: 1280px;
    padding-left: clamp(18px, 3vw, 42px);
    padding-right: clamp(18px, 3vw, 42px);
}

section.site-header .navbar {
    min-height: 82px;
    margin: 0 !important;
    padding: 0;
}

section.site-header ul.navbar-nav {
    width: 100% !important;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: clamp(18px, 1.8vw, 34px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

section.site-header ul.navbar-nav::-webkit-scrollbar,
.lanaya-game-row .row::-webkit-scrollbar,
.lanaya-featured-panel .row::-webkit-scrollbar,
.lanaya-togel-track::-webkit-scrollbar,
.lastgames::-webkit-scrollbar,
.lastgameplay::-webkit-scrollbar {
    display: none;
}

section.site-header ul.navbar-nav li.nav-item {
    width: auto !important;
    flex: 0 0 auto;
}

section.site-header ul.navbar-nav li.nav-item:nth-child(4) { order: 9; }
section.site-header ul.navbar-nav li.nav-item:nth-child(5) { order: 4; }
section.site-header ul.navbar-nav li.nav-item:nth-child(6) { order: 5; }
section.site-header ul.navbar-nav li.nav-item:nth-child(9) { order: 6; }
section.site-header ul.navbar-nav li.nav-item:nth-child(7) { order: 7; }
section.site-header ul.navbar-nav li.nav-item:nth-child(8) { order: 8; }

section.site-header ul.navbar-nav li.nav-item a.nav-link {
    position: relative;
    height: 82px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    color: rgba(255,255,255,.45) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
}

section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link,
section.site-header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #fff !important;
}

section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    border-radius: 999px 999px 0 0;
    background: var(--lanaya-accent);
}

.gamelistmenudesktop {
    width: 28px;
    height: 28px;
    margin: 0;
    opacity: .95;
    object-fit: contain;
    filter: grayscale(1) brightness(1.6);
}

.containerslide {
    width: min(100% - 70px, 1280px);
    max-width: 1280px;
    margin: 36px auto 0;
    padding: 0;
    background: transparent;
}

.containerslide::before,
.containerslide::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 310px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255,255,255,.22), transparent 24%, transparent 76%, rgba(255,255,255,.22)),
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 100% 100%, 120px 120px, 120px 120px;
    opacity: .5;
}

.carouselborder {
    padding: 0;
    border-radius: 0 !important;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    aspect-ratio: 1280 / 342;
    height: auto;
    max-height: 342px;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    bottom: 18px;
}

.carousel-indicators li {
    width: 34px;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255,255,255,.25);
}

.carousel-indicators .active {
    background-color: var(--lanaya-accent);
}

body .bg-custom {
    background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 28% 8%, rgba(239,35,54,.18), transparent 22%),
        var(--lanaya-bg) !important;
    background-size: 120px 120px, 120px 120px, 100% 100%, auto !important;
}

.lanaya-page-grid {
    display: flex;
}

.lanaya-jackpot-section,
.lanaya-mobile-login-strip {
    display: none !important;
}

.lanaya-favorite-section { order: 1; }
.lanaya-slot-section { order: 2; }
.lanaya-togel-section { order: 3; }
.lanaya-casino-section { order: 4; }
.lanaya-arcade-section { order: 5; }
.lanaya-last-section { order: 6; }

.type-container {
    min-width: 0;
}

.type-container.lanaya-featured-panel,
.type-container.lanaya-game-row,
.type-container.lanaya-market-panel {
    position: relative;
    width: 100%;
    border: 0 !important;
    color: var(--lanaya-text);
}

.type-container.lanaya-featured-panel {
    min-height: 384px;
    margin: 36px 0 18px;
    padding: 84px 24px 36px 432px !important;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(122,10,13,.96) 0%, rgba(168,23,28,.94) 34%, rgba(107,7,10,.96) 100%),
        var(--lanaya-panel) !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -12px 0 rgba(0,0,0,.35);
}

.type-container.lanaya-featured-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 420px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.13), transparent 45%),
        radial-gradient(circle at 78% 45%, rgba(0,0,0,.2), transparent 38%);
    clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
    opacity: .9;
}

.type-container.lanaya-featured-panel legend {
    position: absolute;
    left: 32px;
    top: 118px;
    z-index: 1;
    width: 360px;
    margin: 0;
    padding: 0;
    border: 0;
}

.type-container.lanaya-featured-panel legend h2,
.type-container.lanaya-featured-panel legend h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: .98;
    text-align: left;
    text-transform: none;
}

.type-container.lanaya-featured-panel legend::after {
    content: "Game pilihan terbaik rekomendasi kami yang dijamin gacor 100%";
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
}

.type-container.lanaya-featured-panel .row,
.type-container.lanaya-game-row .row {
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.type-container.lanaya-featured-panel .row > [class*="col-"],
.type-container.lanaya-game-row .row > [class*="col-"] {
    flex: 0 0 224px;
    max-width: 224px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.type-container.lanaya-game-row {
    margin: 18px 0 8px;
    padding: 44px 0 12px !important;
    background: transparent !important;
}

.type-container.lanaya-game-row legend,
.type-container.lanaya-market-panel legend,
.lastgames + legend {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
}

.type-container.lanaya-game-row legend h3,
.type-container.lanaya-game-row legend h2,
.type-container.lanaya-market-panel legend h2,
.type-container.lanaya-market-panel legend h3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
}

.type-container.lanaya-game-row legend h3::after,
.type-container.lanaya-game-row legend h2::after,
.type-container.lanaya-market-panel legend h2::after {
    content: "10";
    display: inline-flex;
    min-width: 40px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    background: rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 800;
}

.game-item {
    position: relative;
    height: 220px;
    padding: 8px 8px 12px;
    overflow: hidden;
    border-radius: 5px;
    background: var(--lanaya-card);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
    content-visibility: auto;
    contain-intrinsic-size: 224px 220px;
}

.game-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.32), 0 0 0 1px rgba(239,35,54,.4);
}

.gamertpimg,
.gamenormalimg,
.imgnormalmobilelayout {
    width: 100%;
    height: 150px;
    min-height: 150px;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.game-item::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 86px;
    height: 72px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.88));
    border-radius: 0 0 4px 4px;
}

.game-item p,
.game-item small {
    position: relative;
    z-index: 2;
    display: block !important;
    margin: -42px 8px 0 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gamertpimgtitle {
    position: relative;
    z-index: 2;
    height: 22px;
    margin-top: 42px;
    background: rgba(33,217,128,.22);
    border-radius: 0 0 4px 4px;
}

.gamertpimgtitle::before {
    content: "RTP";
    position: absolute;
    left: 0;
    top: -24px;
    color: #9bd8ff;
    font-size: 13px;
    font-weight: 700;
}

.gamertpimgtitle .progress-bar {
    min-width: 34px;
    background-color: var(--lanaya-green) !important;
    color: var(--lanaya-green);
    text-align: right;
    font-size: 12px;
    font-weight: 900;
    overflow: visible;
}

.dailydropwin {
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
}

.game-btn,
.game-btn-sm {
    border-radius: 5px;
    z-index: 5;
}

.game-btn .btn-beginplay,
.game-btn .btn-freeplay,
.game-btn-sm .btn-beginplay,
.game-btn-sm .btn-freeplay {
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.type-container.lanaya-market-panel {
    margin: 18px 0 8px;
    position: relative;
    padding: 56px 0 12px !important;
    background: transparent !important;
}

.type-container.lanaya-market-panel legend {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.type-container.lanaya-market-panel legend a {
    color: inherit;
    text-decoration: none !important;
}

.type-container.lanaya-market-panel legend h2::after {
    display: none !important;
}

.lanaya-section-count {
    display: inline-flex;
    min-width: 36px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 6px;
    color: #fff;
    background: rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 900;
}

.lanaya-section-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.lanaya-section-actions button,
.lanaya-section-actions a {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff !important;
    background: #241d1f;
    box-shadow: none;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.lanaya-section-actions button {
    width: 38px;
    border-radius: 999px;
}

.lanaya-section-actions a {
    min-width: 102px;
    padding: 0 18px;
    border-radius: 999px;
}

.lanaya-togel-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0 0 8px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.lanaya-togel-item {
    flex: 0 0 346px;
    max-width: 346px;
    padding: 0;
    scroll-snap-align: start;
}

.lanaya-togel-card {
    position: relative;
    min-height: 322px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 22px 18px 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    color: #fff;
    background: #241f20;
    text-align: left;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.16);
}

.lanaya-togel-date {
    width: calc(100% - 86px);
    min-height: 18px;
    color: rgba(255,255,255,.74);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.lanaya-togel-date i {
    margin-right: 5px;
    color: rgba(255,255,255,.74);
}

.lanaya-togel-badge {
    position: absolute;
    top: -9px;
    right: 16px;
    width: 66px;
    height: 92px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(180deg, #ffd44a 0%, #ff9d18 100%);
    clip-path: polygon(0 0, 100% 0, 100% 77%, 50% 100%, 0 77%);
    filter: drop-shadow(0 6px 8px rgba(0,0,0,.28));
}

.lanaya-togel-badge span {
    width: 46px;
    height: 46px;
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    color: #fff;
    background: #162331;
    font-size: 16px;
    font-weight: 900;
}

.lanaya-togel-market-name {
    margin-top: 22px;
    padding-right: 78px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.lanaya-togel-main {
    margin-top: 8px;
    padding-right: 78px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.08;
    white-space: nowrap;
}

.lanaya-togel-open {
    margin-top: 10px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 800;
}

.lanaya-togel-open span {
    margin: 0 7px;
    color: rgba(255,255,255,.56);
}

.lanaya-prize-one {
    margin-top: 28px;
    text-align: center;
}

.lanaya-prize-one strong,
.lanaya-prize-split strong {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 900;
}

.lanaya-digit-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lanaya-digit-row span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    background: #111;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0,0,0,.22);
}

.lanaya-prize-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 20px -18px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

.lanaya-prize-split > div {
    min-width: 0;
    padding: 12px 10px 14px;
    text-align: center;
}

.lanaya-prize-split > div + div {
    border-left: 1px solid rgba(255,255,255,.08);
}

.lanaya-prize-split .lanaya-digit-row {
    gap: 7px;
}

.lanaya-prize-split .lanaya-digit-row span {
    width: 28px;
    height: 28px;
    font-size: 15px;
}

.lanaya-togel-detail {
    display: none;
}

.type-container.lanaya-market-panel .row.game {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -8px !important;
    scrollbar-width: none;
}

.type-container.lanaya-market-panel .row.game > .col {
    flex: 0 0 330px;
    max-width: 330px;
    padding: 0 8px;
}

.togelheader {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 5px !important;
    background: var(--lanaya-card) !important;
}

.togelheader .card-body {
    display: flex;
    min-height: 162px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px !important;
    color: #fff;
    text-align: left !important;
}

.togelheader .h1 {
    color: #fff !important;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}

.togeltitle {
    background: var(--lanaya-accent) !important;
    color: #fff;
    font-weight: 900;
}

.lastgames {
    height: auto;
    margin-top: 14px;
}

.lastgamenav {
    width: max-content;
    max-width: none;
    place-content: flex-start;
}

.footerfixedcontent {
    z-index: 1040;
}

.footercontentdesktop {
    min-height: 72px;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(126,25,27,.96), rgba(78,15,17,.98)) !important;
    box-shadow: 0 -8px 22px rgba(0,0,0,.32);
}

.footercontentdesktop .row {
    flex-wrap: nowrap;
    align-items: center;
}

.footercontentdesktop .row > .col {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 0;
}

.footercontenttext {
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 999px;
    background: transparent !important;
    font-size: 16px;
}

.footercontentdesktop small {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.72);
    font-weight: 800;
}

.footercontentdesktop .row > .col:nth-child(3) .footercontenttext {
    width: 58px;
    height: 58px;
    margin-top: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f7c95c, #b46b22) !important;
    color: #fff;
    border: 7px solid rgba(126,25,27,.96);
    box-shadow: 0 6px 18px rgba(0,0,0,.34);
}

.mcp-footer-desc .extra-small-font {
    display: block !important;
    margin: 28px 0;
    padding: 28px 34px;
    column-count: 2;
    column-gap: 42px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.035);
    border-radius: 8px;
    line-height: 1.72;
}

.bg-footer {
    background:
        linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.28)),
        var(--lanaya-bg) !important;
}

@media (max-width: 1199.98px) {
    .lanaya-brand {
        width: 116px;
        flex-basis: 116px;
    }

    .lanaya-searchbox {
        flex-basis: 210px;
    }

    .lanaya-quick-links {
        gap: 18px;
    }

    .lanaya-quick-links a {
        font-size: 12px;
    }

    .type-container.lanaya-featured-panel {
        padding-left: 330px !important;
    }

    .type-container.lanaya-featured-panel::before,
    .type-container.lanaya-featured-panel legend {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 74px;
    }

    .lanaya-mobile-header .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    section.site-header {
        top: 56px;
        height: 74px;
        overflow: hidden;
    }

    section.site-header > .container {
        padding: 0;
    }

    section.site-header .main-content {
        padding: 8px 0 6px;
    }

    .gamelistmenumobile {
        width: 28px !important;
        height: 28px;
        filter: grayscale(1) brightness(1.6);
    }

    section.site-header .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    section.site-header .owl-carousel .item a.nav-link {
        min-width: 74px;
        height: 58px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: rgba(255,255,255,.58) !important;
        font-weight: 800;
        text-transform: none;
        white-space: nowrap;
    }

    section.site-header .owl-nav {
        display: none;
    }

    .notificationtext {
        display: none !important;
    }

    .containerslide {
        width: calc(100% - 36px);
        margin-top: 110px;
    }

    .containerslide::before,
    .containerslide::after {
        height: 260px;
    }

    .carousel-item img {
        aspect-ratio: 350 / 166;
        max-height: none;
        border-radius: 2px !important;
    }

    .carousel-indicators {
        bottom: -34px;
        margin-bottom: 0;
    }

    .carousel-indicators li {
        width: 24px;
    }

    .bg-custom.d-block.d-sm-none {
        padding-top: 46px;
    }

    .bg-custom.d-block.d-sm-none > .container,
    .bg-custom.d-block.d-sm-none .container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .lanaya-togel-section {
        order: 3;
    }

    .type-container.lanaya-featured-panel {
        min-height: 300px;
        margin: 12px 0 20px;
        padding: 124px 0 22px 0 !important;
        background:
            linear-gradient(90deg, rgba(138,13,17,.98), rgba(188,35,40,.9)),
            var(--lanaya-panel) !important;
    }

    .type-container.lanaya-featured-panel::before {
        width: 100%;
        height: 122px;
        clip-path: none;
        background: linear-gradient(90deg, rgba(255,255,255,.13), transparent 62%);
    }

    .type-container.lanaya-featured-panel legend {
        top: 34px;
        left: 20px;
        width: calc(100% - 136px);
    }

    .type-container.lanaya-featured-panel legend h2,
    .type-container.lanaya-featured-panel legend h3 {
        font-size: 27px;
        line-height: .95;
    }

    .type-container.lanaya-featured-panel legend::after {
        display: none;
    }

    .type-container.lanaya-featured-panel legend::before {
        content: "LIHAT";
        position: absolute;
        top: 10px;
        right: -118px;
        width: 88px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #111;
        background: #f2eeee;
        border-radius: 3px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .type-container.lanaya-featured-panel .row,
    .type-container.lanaya-game-row .row {
        margin-left: -6px !important;
        margin-right: -6px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .type-container.lanaya-featured-panel .row > [class*="col-"],
    .type-container.lanaya-game-row .row > [class*="col-"] {
        flex: 0 0 152px;
        max-width: 152px;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .type-container.lanaya-game-row {
        padding-top: 42px !important;
    }

    .type-container.lanaya-game-row legend h3,
    .type-container.lanaya-game-row legend h2,
    .type-container.lanaya-market-panel legend h2,
    .type-container.lanaya-market-panel legend h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .game-item {
        height: 150px;
        padding: 6px;
        contain-intrinsic-size: 152px 150px;
    }

    .gamertpimg,
    .gamenormalimg,
    .imgnormalmobilelayout {
        height: 90px;
        min-height: 90px;
    }

    .game-item::after {
        left: 6px;
        right: 6px;
        top: 46px;
        height: 52px;
    }

    .game-item p,
    .game-item small {
        margin: -32px 4px 0 !important;
        font-size: 11px;
    }

    .gamertpimgtitle {
        height: 14px;
        margin-top: 34px;
    }

    .gamertpimgtitle::before {
        top: -20px;
        font-size: 11px;
    }

    .gamertpimgtitle .progress-bar {
        font-size: 10px;
        line-height: 14px;
    }

    .dailydropwin {
        width: 24px;
        height: 24px;
        top: 9px;
        left: 9px;
    }

    .type-container.lanaya-market-panel {
        padding-top: 48px !important;
        overflow: visible;
    }

    .type-container.lanaya-market-panel legend {
        align-items: center;
        gap: 8px;
    }

    .lanaya-section-count {
        min-width: 32px;
        height: 30px;
        padding: 0 9px;
    }

    .lanaya-section-actions {
        gap: 8px;
    }

    .lanaya-section-actions button,
    .lanaya-section-actions a {
        height: 30px;
        font-size: 10px;
    }

    .lanaya-section-actions button {
        width: 30px;
    }

    .lanaya-section-actions a {
        min-width: 98px;
        padding: 0 13px;
    }

    .lanaya-togel-track {
        gap: 12px;
        padding-bottom: 2px;
    }

    .lanaya-togel-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lanaya-togel-card {
        min-height: 202px;
        padding: 18px 92px 18px 18px;
        border-radius: 6px;
    }

    .lanaya-togel-date {
        width: 100%;
        padding-right: 10px;
        font-size: 11px;
    }

    .lanaya-togel-badge {
        top: 0;
        right: 22px;
        width: 62px;
        height: 84px;
    }

    .lanaya-togel-badge span {
        width: 42px;
        height: 42px;
        margin-top: 30px;
        font-size: 15px;
    }

    .lanaya-togel-market-name {
        margin-top: 22px;
        padding-right: 0;
        font-size: 11px;
    }

    .lanaya-togel-main {
        margin-top: 7px;
        padding-right: 0;
        font-size: 24px;
    }

    .lanaya-togel-open {
        margin-top: 9px;
        font-size: 13px;
    }

    .lanaya-prize-one {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        margin-top: 34px;
        text-align: left;
    }

    .lanaya-prize-one strong {
        margin: 0;
        font-size: 11px;
        white-space: nowrap;
    }

    .lanaya-digit-row {
        gap: 9px;
    }

    .lanaya-digit-row span {
        width: 34px;
        height: 34px;
        font-size: 19px;
    }

    .lanaya-prize-split,
    .lanaya-togel-detail {
        display: none !important;
    }

    .type-container.lanaya-market-panel .table {
        width: 100%;
        min-width: 0;
        margin: 0;
        color: #fff;
        background: var(--lanaya-card);
        border-radius: 5px;
        overflow: hidden;
    }

    .type-container.lanaya-market-panel .table th,
    .type-container.lanaya-market-panel .table td {
        border-color: rgba(255,255,255,.08);
        padding: 12px 10px;
        font-size: 11px;
        white-space: nowrap;
    }

    .type-container.lanaya-market-panel {
        overflow: visible;
        scrollbar-width: none;
    }

    .type-container.lanaya-market-panel::-webkit-scrollbar {
        display: none;
    }

    .lastgameplay {
        height: auto;
    }

    .mainlivechat,
    .mainwhatsapp,
    .mainshowcallcenter,
    .fixedfeature,
    .backtotop {
        display: none !important;
    }

    .mcp-footer-desc .extra-small-font {
        column-count: 1;
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .lanaya-mobile-brand {
        max-width: 128px;
    }

    .lanaya-mobile-actions {
        gap: 6px;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        min-width: 74px;
        height: 38px;
    }

    .type-container.lanaya-featured-panel .row > [class*="col-"],
    .type-container.lanaya-game-row .row > [class*="col-"] {
        flex-basis: 144px;
        max-width: 144px;
    }
}
