body {
    /* background-color: #111; */
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-tushinde {
    max-width: 676px;
    margin: auto;
}

@font-face {
    font-family: 'gametitlefont';
    src: url('/fonts/Orbitron-Bold.ttf');
}

.gamefont {
    font-family: 'gametitlefont';
    text-transform: capitalize;
}

.top-games-bg {
    background-image: linear-gradient(rgba(0, 200, 33, 0.7) 0%, rgba(53, 88, 186, 0) 100%);
}

.crash-games-bg {
    background-image: linear-gradient(rgb(29, 233, 182) 0%, rgba(53, 88, 186, 0) 100%);
}

.slots-games-bg {
    background-image: linear-gradient(rgb(255, 171, 0) 0%, rgba(53, 88, 186, 0) 100%);
}

.jackpots-games-bg {
    background-image: linear-gradient(rgb(41, 121, 255) 0%, rgba(53, 88, 186, 0) 100%);
}

.livecasino-games-bg {
    background-image: linear-gradient(rgb(255, 23, 68) 0%, rgba(53, 88, 186, 0) 100%);
}

.scratchcards-games-bg {
    background-image: linear-gradient(rgb(118, 255, 3) 0%, rgba(53, 88, 186, 0) 100%);
}

.mines-games-bg {
    background-image: linear-gradient(rgb(255, 109, 0) 0%, rgba(53, 88, 186, 0) 100%);
}

.tablegames-games-bg {
    background-image: linear-gradient(rgb(0, 229, 255) 0%, rgba(53, 88, 186, 0) 100%);
}

.blackjacks-games-bg {
    background-image: linear-gradient(rgb(170, 0, 255) 0%, rgba(53, 88, 186, 0) 100%);
}

.new-games-bg {
    background-image: linear-gradient(rgb(213, 0, 249) 0%, rgba(53, 88, 186, 0) 100%);
}

.baccarat-games-bg {
    background-image: linear-gradient(rgb(245, 0, 87) 0%, rgba(53, 88, 186, 0) 100%);
}

.roulette-games-bg {
    background-image: linear-gradient(rgb(41, 121, 255) 0%, rgba(53, 88, 186, 0) 100%);
}

.virtualsports-games-bg {
    background-image: linear-gradient(rgb(255, 214, 0) 0%, rgba(53, 88, 186, 0) 100%);
}

.poker-games-bg {
    background-image: linear-gradient(rgb(0, 184, 212) 0%, rgba(53, 88, 186, 0) 100%);
}

.videopoker-games-bg {
    background-image: linear-gradient(rgb(224, 64, 251) 0%, rgba(53, 88, 186, 0) 100%);
}

.other-games-bg {
    background-image: linear-gradient(rgb(0, 255, 111) 0%, rgba(53, 88, 186, 0) 100%);
}

.btn-tushinde {
    background-color: #00d25a;
    color: #000;
    font-weight: bold;
}

.btn-tushinde:hover {
    background-color: #00a94c;
}

.modal-fullscreen-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 1050;
    overflow-y: auto;
    display: none;
}

.modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country-label {
    font-weight: bold;
    font-size: 1.1rem;
}

input.form-control {
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
}

.form-check-label,
a {
    color: #ccc;
}

a:hover {
    color: #00d25a;
}

.disabled-button {
    background-color: #444;
    border-color: #444;
    color: #777;
}

.btn-login-m {
    background-color: #109c45;
    color: white;
    border: 1px solid #46a345;
}

.btn-join-now {
    background-color: white;
    color: #109c45;
    border: 1px solid white;
}

.btn-link-x {
    text-decoration: none;
    font-weight: 700;
}

.modal-fullscreen-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1060;
}

.modal-fullscreen-custom-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1070;
}

.btn-dep-amt {
    width: 70px !important;
}

.force-green-txt {
    color: #00a94c !important;
}

.heading-col {
    color: #00a94c !important;
}

.cls-x {
    text-decoration: none;
    font-weight: 700;
}

.tushinde-icon-nav-wrapper::-webkit-scrollbar {
    /* height: 4px; */
    height: 1px;
}

.tushinde-icon-nav-wrapper::-webkit-scrollbar-thumb {
    /* background: #00d25a; */
    background: #5a626e !important;
    border-radius: 10px;
}

.game-category-wrapper {
    /* margin: 5px; */
    margin: 2px;
    padding-left: 4px;
    border-radius: 8px 8px 0 0;
    overflow-x: hidden;
    padding-right: 4px;
    padding-bottom: 3px;
}

.game-title-name-mobile {
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
}

.top-games-category {
    display: flex;
    gap: 8px;
    padding-left: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.top-games-category::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.game-item-mobile-a {
    height: 100px;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.game-item-mobile-a:hover {
    transform: scale(1.05);
}

.icon-menu-fmt {
    background-color: #121212;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.footer-tushinde {
    background-color: #000;
    color: #ccc;
    padding: 20px;
    font-size: 0.9rem;
    padding-bottom: 60px;
    margin-top: 15px;
}

.footer-tushinde .footer-heading {
    color: #00d25a;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-tushinde a {
    color: #ccc;
    text-decoration: none;
}

.footer-tushinde a:hover {
    color: #00d25a;
    text-decoration: underline;
}

.footer-tushinde .contact-btn {
    background-color: #444;
    color: #fff;
    padding-right: 10px;
    padding-left: 5px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-tushinde .social-icons i {
    font-size: 1.2rem;
    margin-right: 10px;
    color: #fff;
}

.footer-tushinde .footer-bottom {
    border-top: 1px solid #444;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 0.75rem;
    color: #777;
}

.footer-tushinde .back-to-top {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    padding: 10px;
    cursor: pointer;
    color: #00d25a;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.loggedin-user {
    width: 40px;
    text-align: center;
    height: 40px;
    /* border-left: 1px solid #fff; */
    cursor: pointer;
    background-color: #06871b;
    line-height: 32px;
    border-radius: 50%;
}

.tushinde-sidenav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #111;
    color: #fff;
    z-index: 1001;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}

.tushinde-sidenav.open {
    right: 0;
}

.sidenav-header {
    border-bottom: 1px solid #444;
    background-color: #0d0d0d;
}

.category {
    margin-top: 15px;
}

.category-title {
    font-weight: bold;
    color: #00d25a;
    margin-bottom: 10px;
}

.category-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shortcut {
    width: 45%;
    background-color: #222;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s;
}

.shortcut:hover {
    background-color: #00d25a;
    color: #000;
}

.sidenav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Dark backdrop */
    z-index: 1000;
    display: none;
}

#accountModal {
    display: none;
}

#accountModal.show {
    display: block;
    transform: translateY(0);
}

.slide-modal {
    position: fixed;
    top: 0;
    /* below navbar height */
    left: 0;
    width: 100%;
    height: calc(100%);
    background-color: #111;
    z-index: 1050;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}

.slide-modal.show {
    transform: translateY(0);
}

.modal-content-custom {
    min-height: 45%;
    padding-top: 10px;
}

.btn-close-white {
    filter: invert(1);
}

#notificationModal {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    border: 2px solid rgb(21, 216, 21);
    color: #000;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(194, 231, 200, 0.3);
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
    max-width: 500px;
    min-width: 320px;
    text-align: center;
}

#notificationModal-error {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    border: 2px solid rgb(245, 44, 44);
    color: #ff0606;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(194, 231, 200, 0.3);
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
    max-width: 500px;
    min-width: 320px;
    text-align: center;
}

#depsecbalance,
#withdrawsecbalance {
    line-height: 40px;
    padding-left: 10px;
    font-weight: 700;
    color: #1f9fad;
}



.blinking-dot {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
    background-color: #00ff66;
    border-radius: 50%;
    animation: blink 1s infinite;
    box-shadow: 0 0 4px rgba(0, 255, 102, 0.8);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

#banner-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #b3b3b3;
    width: 0%;
    transition: width 10s linear;
}

.click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(211, 211, 211, 0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-radius: 6px;
}

.spinner-wrapper img {
    height: 95px;
}


@keyframes flashAndFade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.game-item-mobile-wrapper {
    position: relative;
    display: inline-block;
}

.center-container {
    max-width: 676px;
    width: 100%;
    margin: 0 auto;
}

.center-container-notification {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#cookieModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#cookieAddit {
    background-color: #004927;
    border-radius: 12px;
    padding: 15px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}

#acceptCookiesBtn {
    background-color: #00d25a;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
}

#preload-progress-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, #b3ffed, #73ea92);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#progress-bar-container {
    width: 80%;
    max-width: 300px;
    height: 8px;
    background: #333;
    border-radius: 4px;
    overflow: hidden;
}

#preload-percentage {
    color: #00d25a;
    font-weight: 700;
    margin-top: 10px;
    font-size: 14px;
}

#preload-progress-bar {
    width: 0%;
    height: 100%;
    background: #00d25a;
    transition: width 0.3s;
}

#preload-logo {
    height: 60px;
    margin-bottom: 20px;
}

#simple-spinner {
    display: none;
    margin-top: 20px;
}

.btn-dep-amt {
    min-width: 110px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 10px;
    text-align: center;
    background-color: #111;
    border: 2px solid #00ff88;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-dep-amt:hover {
    background-color: #00ff88;
    color: #000;
    transform: scale(1.05);
}

.btn-dep-amt small {
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

#openRedeemMilesModal {
    color: black !important;
    background-color: #00d25a;
    font-weight: 700;
}

#iosInstallModal ol {
    font-size: 0.95rem;
}

.installInf {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 0;
    align-items: center;
    background-color: #ffffff;
    color: #000;
    padding: 2px 2px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    margin-bottom: 4px;
    border-left: 4px solid #00d25a;
    margin-left: 5px;
    margin-right: 5px;
}

.installInf a {
    background-color: #00d25a;
    color: white;
    padding: 6px;
    margin: 3px 0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.installInf a:hover {
    background-color: #00b24a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.material-icons {
    font-size: 30px !important;
    color: #ffffff;
    vertical-align: middle;
    font-weight: 700 !important;
    cursor: pointer;
    text-shadow: 0 0 2px rgb(73 154 73), 0 1px 3px #499a49;
}


.bb-bomiless {
    padding: 3px;
}

.iCiqFATho {
    text-align: right;
}

.menu-icon-below {
    width: 70px;
    color: #ccc;
}



.modal-header input.form-control {
    background-color: #fff;
    color: #000;
    border: none;
    box-shadow: none;
    height: 38px;
}

.badge.bg-light {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}

.tush-search-div {
    height: 100vh !important;
}

.bg-light-x {
    background-color: #ededed;
}

.row-res {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

#s-results-body a:hover .row-res {
    background-color: #eafae9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.s-row-f {
    border: 1px solid #eaf3e8;
    background-color: #eaf3e8;
    border-radius: 6px;
    cursor: pointer;
}

.s-row-image {
    width: 60px;
    height: auto;
    border-radius: 4px;
}

.s-row-anchor {
    transition: background 0.2s ease-in-out;
    border-radius: 6px;
}

.tu-nav-bar {
    background: linear-gradient(90deg, #b3ffed, #73ea92);
    padding: 0.6rem 1rem;
}

h2 {
    color: #00d25a;
}

#scoreDisplay {
    position: relative;
    height: 120px;
    overflow: hidden;
    background: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-in {
    animation: slideUp 0.6s ease forwards;
}

.slide-out {
    animation: slideUpAndFadeOut 0.6s ease forwards;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUpAndFadeOut {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.blinking2 {
    width: 8px;
    height: 8px;
    background-color: #00ff66;
    border-radius: 50%;
    animation: blink 1s infinite;
    box-shadow: 0 0 4px rgba(0, 255, 102, 0.8);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.live-score-box {
    background-image: linear-gradient(rgb(0, 184, 212) 0%, rgba(53, 88, 186, 0) 100%);
    margin: 5px;
    padding-left: 4px;
    border-radius: 8px 8px 0 0;
    overflow-x: hidden;
    padding-right: 4px;
    padding-bottom: 3px;
    width: 100%;
    height: 120px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
    font-family: 'gametitlefont', sans-serif;
}

.header span {
    font-size: 14px;
    color: #ffffff;
}

.league-name {
    display: grid;
    grid-template-columns: 0.3fr 1.2fr 2.5fr;
    background-color: #121212;
    border-radius: 4px 4px 0px 0px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

.flg-score {
    height: 15px;
}

.score-results-outer {
    display: grid;
    grid-template-columns: 0.8fr 3.2fr;
    height: 60px;
    border: 2px solid #121212;
}

.team-row {
    display: grid;
    grid-template-columns: 0.6fr 2.2fr 0.2fr;
    height: 30px;
    line-height: 30px;
}

.actscore {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
    line-height: 25px;
}

.team-name-r {
    line-height: 25px;
    font-size: 14px;
}

.team-flag {
    text-align: center;
    line-height: 20px;
}

.football-flag-div {
    text-align: center;
    line-height: 25px;
}

.football-country {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
}

.football-leaguetitle {
    color: rgb(1, 176, 203);
    font-weight: 700;
    padding-left: 3px;
}

.football-match-status {
    height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

.football-live-score {
    color: #a7f3ff !important;
    font-size: 12px !important;
    position: relative;
    top: 1px;
}

.football-football {
    position: absolute;
    left: 40px;
}

.football-games-holder {
    height: 60px;
}

.ZARxAOoa {
    position: relative;
    display: inline-block;
}

.AXPUyGhY {
    height: 64px;
}

.WLhMHeaH {
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
}

.qAePCXUh {
    padding: 0 !important;
}

.pWkwvk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.ZAIuAZ {
    font-size: 14px;
    color: #ffffff;
}

.jFZvQd {
    line-height: 5px;
}

.rRKHGrYA {
    height: 80px;
}

.bOArMq {
    background: linear-gradient(90deg, #b3ffed, #73ea92);
    padding: 0.3rem 0.4rem;
}

.kNylig {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.bzHmyW {
    height: 32px;
}

.QlFaWg {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    line-height: 5px;
    font-weight: 600;
}

.oVEhnB {
    font-weight: 700 !important;
}

.ggZSgO {
    DISPLAY: BLOCK;
    font-size: 10px;
    line-height: 12px;
}

.SUnhMX {
    font-size: 14px;
    font-weight: 700 !important;
}

.boWRls {
    font-weight: 700 !important;
}

#banner-image {
    max-height: 180px;
    object-fit: cover;
}

.HTOSGC {
    max-height: 180px;
}

.QnwgQK {
    width: max-content;
    padding-left: 3px;
}

#scoreloading {
    color: #a7f3ff;
    font-size: 12px;
    position: relative;
    top: 1px;
}

#scorefootball {
    position: absolute;
    left: 40px;
}

#scoretimestatus {
    height: 80px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 80px;
}

#scoreleaguename-div1 {
    text-align: center;
    line-height: 18px;
}

.scroll-wrapper,
.scroll-wrapper-custom {
    position: relative;
    width: 100%;
    margin-top: 0;
    overscroll-behavior-x: contain;
}

.top-games-category.scrollable {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0;
    gap: 10px;
}

.scroll-btn,
.scroll-btn-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 15px;
    padding: 5px 12px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50% 50%;
}

.scroll-btn.left,
.scroll-btn-custom.left {
    left: 0;
}

.scroll-btn.right,
.scroll-btn-custom.right {
    right: 0;
}

.scroll-btn:hover,
.scroll-btn-custom:hover {
    background: rgba(6, 135, 27, 0.5);
}

.ijgds2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.brYtA {
    font-size: 14px;
    color: #ffffff;
}

.wMzzNA {
    line-height: 5px;
}

.qZgwKo {
    background-color: #0d0d0d;
}

.lTxFgK {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

.rXKbvB {
    border-right: 1px solid #ccc;
}

#clearPhoneInputbtn {
    display: none;
    margin-right: 10px;
    cursor: pointer;
    color: #888;
}

#customPhoneInput {
    background-color: #fff;
    color: #000;
}

#passwordInput {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.QLMauZ {
    background-color: #00a94c;
    color: #fff;
    font-weight: 700;
}

.dbRfFA {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    border-top: 1px solid #444;
}

.olirHX {
    background-color: #0d0d0d;
    padding: 0 10px;
}

.yPhcqG {
    position: relative;
}

.mavlVU {
    font-size: 0.875rem;
}

.PjzpNQ {
    background-color: #0d0d0d;
}

.UjRQSs {
    color: #fff !important;
}

.CiJHQo {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

.HNVPfu {
    border-right: 1px solid #ccc;
}

#joinPhoneInput {
    background-color: #fff;
    color: #000;
}

#clearJoinPhoneInputbtn {
    display: none;
    margin-right: 10px;
    cursor: pointer;
    color: #888;
}

#joinPasswordInput,
#joinConfirmPasswordInput {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#nextButton {
    background-color: #ccc;
    color: #666;
}

#registrationOtpModal {
    background-color: #0d0d0d;
    display: none;
}

#registrationOtpInput {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.VVizmr {
    width: 20px;
}

#forgotPasswordModal {
    background-color: #0d0d0d;
}

#closeForgotPassword1 {
    width: 20px;
}

#closeForgotPassword1 img {
    width: 100%;
}

.VCVYLv {
    max-width: 400px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

.pxDbSm {
    border-right: 1px solid #ccc;
}

#forgotPhoneInput {
    background-color: #fff;
    color: #000;
}

#forgotNextButton {
    background-color: #ccc;
    color: #666;
}

#resetPasswordModal {
    background-color: #0d0d0d;
    display: none;
}

#newPasswordInput,
#confirmPasswordInput {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.AqJABKAX {
    width: 20px;
}

.mQerrXPn {
    width: 20px;
}

.FfdGqCim {
    font-size: 0.875rem;
}

#otpConfirmModal {
    background-color: #0d0d0d;
    display: none;
}

#otpCodeInput {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.HhjevG {
    width: 20px;
}

#deactivateModal {
    background-color: #0d0d0d;
}

.LUhvbT {
    font-size: 0.95rem;
}

.fKCOYK {
    max-width: 400px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

.vYKDsv {
    border-right: 1px solid #ccc;
}

.pEhnZs {
    max-width: 400px;
}

#deactivatePhoneInput {
    background-color: #fff;
    color: #000;
}

#deactivateNextButton {
    background-color: #ccc;
    color: #666;
}

#depositModal {
    background-color: #f9f9f9;
    color: #000;
    display: none;
}

.iRTihn {
    background: linear-gradient(90deg, #b3ffed, #73ea92);
    padding: 0.6rem 1rem;
}

.AcgDNs {
    padding-right: 10px !important;
    padding-left: 0 !important;
}

.PqYOXZou {
    color: black;
    font-weight: 800;
}

.GDxbCPzx {
    height: 32px;
}

.QNiMoukk {
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
}

#mybalance-2 {
    font-weight: 600;
    font-size: 1rem;
}

.zyZQMYNq {
    background-color: #00d25a;
    color: #000;
}

#openWithdrawModal {
    background-color: #333;
    font-weight: 600;
}

#öpenReedemMilesModal {
    background-color: #b1b1b1;
    font-weight: 600;
}

#logoutUser {
    background-color: #6f6f6f;
    color: #ffffff;
    width: 100%;
}

#withdrawModal,
#excludeModal,
#checkMpesaModal {
    background-color: #f9f9f9;
    color: #000;
    display: none;
}

.jCAJSjQy {
    background-color: #fafafa;
}

.WeypIbKa {
    font-size: 28px;
}

.RytbNepz {
    background-color: #499a49;
}

.qekgmkUh {
    border-radius: 4px;
    max-width: 80%;
}

.mUGDeYzl {
    color: black;
    font-family: gametitlefont;
}

.NvNpVNDD {
    height: 32px;
    margin-bottom: 10px
}

.tPZSvcyE {
    color: #00d25a;
}

.aPFkiUzx {
    font-size: 0.95rem;
    color: #ccc;
}

#promobanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
    text-align: center;
}

#promobanner img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

#closePromoBtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10000;
    font-weight: 700;
}

#closePromoBtn:hover {
    color: #ff5555;
}

@media only screen and (max-width: 395px) {
    .navbar.navbar-expand-lg.navbar-dark {
        padding: 0px !important;
    }

    .gap-2 {
        gap: 0.1rem !important;
    }

    .btn-join-now {
        width: 90px !important;
        font-size: 12px !important;
    }

    .btn-login-m {
        font-size: 12px !important;
    }

    #depomessage {
        font-size: 14px !important;
    }
}

@media (max-width: 320px) {
    .btn-join-now {
        width: 70px !important;
        font-size: 9px !important;
    }

    .btn-login-m {
        width: 60px !important;
        font-size: 9px !important;
        margin-right: 4px;
        margin-left: 4px;
    }

    .material-icons {
        font-size: 22px !important;
        margin-right: 5px;
    }

    .game-item-mobile-a {
        height: 80px;
    }

    .game-title-name-mobile {
        font-size: 0.75rem;
        text-transform: uppercase;
    }

    .header span {
        font-size: 0.75rem;
    }

    .rem-keep {
        font-size: 0.875rem;
    }

    .UjRQSs {
        font-size: 1.0rem;
    }

    .installInf a {
        font-size: 0.7rem;
    }
}

@media (max-width: 575.98px) {
    .top-games-category {
        padding-left: 1px;
    }
}

@media (min-width: 581px) {
    .top-games-category {
        max-height: 130px;
        overflow-y: auto;
    }

    .top-games-category::-webkit-scrollbar {
        width: 6px;
    }

    .top-games-category::-webkit-scrollbar-thumb {
        background-color: #00d25a;
        border-radius: 4px;
    }

    .top-games-category::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

@media (min-width: 360px) and (max-width: 390px) {
    .btn-join-now {
        width: 80px !important;
        font-size: 11px !important;
    }

    .btn-login-m {
        width: 60px !important;
        font-size: 11px !important;
        margin-right: 4px;
        margin-left: 4px;
    }

    .material-icons {
        font-size: 24px !important;
        margin-right: 5px;
    }

    .game-item-mobile-a {
        height: 80px;
    }


    .game-title-name-mobile {
        font-size: 0.75rem;
        text-transform: uppercase;
    }

    .header span {
        font-size: 0.75rem;
    }

    .rem-keep {
        font-size: 0.875rem;
    }

    .UjRQSs {
        font-size: 1.0rem;
    }

    .installInf a {
        font-size: 0.7rem;
    }
}

@supports (-webkit-touch-callout: none) {
    .modal-dialog {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100vh;
        margin: auto;
    }
}

.newbtn {
    padding-top: 0.155rem !important;
    padding-bottom: 0.155rem !important;
}

#depositModal {
    z-index: 1055 !important;
}

.game-item-mobile-a {
    height: 75px !important;
}

.game-title-name-mobile {
    font-size: 0.8rem !important;
}

#depomessage {
    height: 25px;
}

@media (min-width: 360px) and (max-width: 390px) {
    .game-item-mobile-a {
        height: 50px !important;
    }
}

.tushinde-icon-nav-wrapper {
    background-color: #121212;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.tushinde-icon-nav-wrapper ul {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0px 4px;
}

.tushinde-icon-nav-wrapper li a {
    display: block;
    width: 55px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
}

.tushinde-icon-nav-wrapper li a:hover {
    color: #00d25a;
}

.tushinde-icon-nav-wrapper img,
.tushinde-icon-nav-wrapper svg {
    height: 24px;
}

.btn-tushinde {
    background-color: #00d25a;
    color: #000;
    font-weight: bold;
}

.btn-tushinde:hover {
    background-color: #00a94c;
}

.modal-fullscreen-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 1050;
    overflow-y: auto;
    display: none;
}

.modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country-label {
    font-weight: bold;
    font-size: 1.1rem;
}

input.form-control {
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
}

.form-check-label,
a {
    color: #ccc;
}

a:hover {
    color: #00d25a;
}

.disabled-button {
    background-color: #444;
    border-color: #444;
    color: #777;
}

.btn-login-m {
    background-color: #109c45;
    color: white;
    border: 1px solid #46a345;
}

.btn-join-now {
    background-color: white;
    color: #109c45;
    border: 1px solid white;
}

.btn-link-x {
    text-decoration: none;
    font-weight: 700;
}

.modal-fullscreen-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1050;
}

.btn-dep-amt {
    width: 70px !important;
}

.force-green-txt {
    color: #00a94c !important;
}

.heading-col {
    color: #00a94c !important;
}

.cls-x {
    text-decoration: none;
    font-weight: 700;
}

.tushinde-icon-nav-wrapper::-webkit-scrollbar {
    height: 4px;
}

.tushinde-icon-nav-wrapper::-webkit-scrollbar-thumb {
    background: #00d25a;
    border-radius: 10px;
}

#menu4h {
    padding-top: .3rem !important;
    padding-bottom: .2rem !important;
}

.iframediv {
    width: 100vw;
    max-width: 670px !important;
    margin-top: 0px;
}

iframe {
    width: 100%;
}

.cgPSBwkFm {
    max-width: 320px;
    margin: auto;
}

.qmHOxpreg {
    font-size: 1.05rem;
    font-weight: 600;
}

.riLGFSLgm {
    background-color: #00d25a;
}

.hRFJZsvNz {
    color: #000;
}

.unQOMEAsi {
    max-width: 280px;
}

.fWOhbjXZH {
    padding-right: 10px;
}


.aZaLyXbO {
    color: black;
}

.YICCxTmW {
    max-width: 280px;
}

.tushinde-icon-nav-wrapper li a {
    width: 60px;
}

.more-button {
    position: absolute;
    /* top: 148px; */
    width: 35px;
    right: 0px;
    /* background-color: #101c0b; */
    background-image: linear-gradient(rgba(0, 200, 33, 0.95) 0%, rgb(16 16 16 / 90%) 100%);
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 18px;
    z-index: 999;
    cursor: pointer;
    align-items: center;
    border-left: 1px solid gray;
    transition: background-color 0.5s;
}

.more-button.hovered {
    background-color: #00b24a !important;
}

#menu4h {
    padding-right: 30px !important;
}

.shortcutx {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s;
    font-size: 15px;
}

.shortcutx i {
    margin-right: 10px;
}

.shortcutx:hover {
    background-color: #00d25a;
    color: #000;
}

@media (max-width: 375px) {
    .loggedin-user {
        width: 33px;
        height: 33px;
        line-height: 28px;
        margin-right: 3px;
        margin-left: 3px;
    }

    .footer-tushinde .contact-btn {
        font-size: 0.8rem;
    }
}

.asbuyxsl {
    text-transform: uppercase !important;
}

.game-item-mobile-a {
    margin-bottom: 3px;
    border-radius: 1px !important;
}

.game-category-wrapper {
    border-top: 1px solid #393939;
    border-bottom: 1px solid #000000;
}

.footer-tushinde {
    margin-top: 0 !important;
}

#banner4h {
    min-height: 300px;
}

h1 {
    font-size: 8px;
    color: #111111;
    height: 0px;
}

.game-name {
    /* margin-top: 6px; */
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #fffdfd;
    text-transform: uppercase;
    background-color: #1587a5;
}

.group-wrap {
    background-color: #1587a5;
}

.game-item-mobile-ab {
    height: 85px;
    border-radius: 1px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.ggvjxflsot {
    width: 100%;
    transition: width 10s linear;
    display: none !important;
}

.dyqhtdaokj {
    font-size: 1.6rem;
}

#scoreDisplay {
    display: none !important;
}

.bxaglsrofz {
    font-size: 0.9rem;
}

.nkbuitjclt {
    padding-right: 10px;
}

.teawikiiba {
    font-size: 0.95rem;
}

.vetqomckjn {
    background-color: #00d25a;
}

.wkrbtgzncg {
    font-size: 1.05rem;
    font-weight: 600;
}

.bremejrsjs {
    max-width: 320px;
    margin: auto;
}

.mxytcfnxgt {
    color: #000;
}

.yxcuwlqaml {
    max-width: 280px;
}

#cookieModal {
    display: none;
}

body {
    background-color: #0f1b2c !important;
}

.loggedin-user {
    padding-top: 5px;
}

.game-item-mobile-a {
    height: 65px !important;
}

#banner-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px !important;
    background: #5a626e !important;
    width: 0%;
    transition: width 10s linear;
}

.bOArMq {
    padding: 0.1rem 0.4rem !important;
}

.top-games-bg,
.crash-games-bg,
.spin-games-bg,
.mines-games-bg,
.slots-games-bg,
.tablegames-games-bg,
.jackpots-games-bg,
.other-games-bg,
.new-games-bg {
    background-image: linear-gradient(rgb(23 38 61) 0%, #17263d 100%) !important;
}

.tushinde-icon-nav-wrapper {
    background-color: #000000 !important;
}

.footer-tushinde {
    background-color: #17263d !important;
}

.game-item-mobile-a {
    margin-bottom: 3px;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.5);
}

.material-icons {
    font-size: 24px !important;
    color: #ffffff;
    vertical-align: middle;
    font-weight: 400 !important;
    cursor: pointer;
    text-shadow: 0 0 2px rgb(73 154 73), 0 1px 3px #499a49;
}

.btn1 {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.175rem;
}

#resendBtn {
    display: inline-block;
    padding: 1px 6px;
    background: #198754;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

#resendBtn.disabled {
    background: #aaa;
    pointer-events: none;
    cursor: not-allowed;
}

.tushinde-icon-nav-wrapper ul {
    gap: 3px !important;
    padding: 0px 2px !important;
}

.tushinde-icon-nav-wrapper li a {
    width: 52px !important;
}

.zvbw08iu8q {
    text-align: center;
}

#gameLoadingOverlay {
    position: fixed;
    inset: 0;
    background: #0008;
    display: none;
    z-index: 9999;
}

#myIframe {
    width: 100%;
    border: 0;
}


.jwv0vb9c20 {
    padding-right: 10px;
    gap: .10rem !important;
}

.yhhlwq6a3g {
    background-color: #000000 !important;
}


.more-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    width: 65px !important;
}

.more-button i {
    font-size: 20px;
    margin-bottom: 4px;
}

.moretxt {
    font-size: 12px;
    line-height: 1;
}

p {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
        'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue',
        Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#game-container {
    padding-left: 5px;
    padding-right: 5px;
}

.scroll-btn.left {
    left: 0;
}

.scroll-btn.right {
    right: 0;
}


.modal-bodyx {
    position: relative;
    flex: 1 1 auto;
    padding: 5px;
}

/* Wrapper ensures correct stacking */
.lazy-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: 65px;
    /* match your fixed height */
    overflow: hidden;
    border-radius: 6px;
    /* match image radius */
}

/* Placeholder sits underneath */
.lazy-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    z-index: 1;
}

/* Actual game image overlays on top */
.game-item-mobile-a {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    height: 65px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.5);
    margin-bottom: 3px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.game-item-mobile-a:hover {
    transform: scale(1.05);
}

#game-container {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

#myIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    border: 0;
}