html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: black;
    color: #fff;
    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
    overflow: hidden;
}

@font-face {
    font-family: 'gametitlefont';
    src: url('/fonts/Orbitron-Bold.ttf');
}

.gamefont {
    font-family: 'gametitlefont';
    text-transform: capitalize;
}

.nav-toggle-btn {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

nav {
    width: 100%;
    background: linear-gradient(90deg, #b3ffed, #73ea92);
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
}

nav.visible {
    top: 0;
}

.nav-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0.6rem 1rem;
}

#game-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
}

.modal-fullscreen-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #111; */
    z-index: 1050;
    overflow-y: auto;
    display: none;
}

.center-container {
    max-width: 676px;
    width: 100%;
    margin: 0 auto;
}

.center-container-notification {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#notificationModal {
    display: none;
    position: fixed;
    bottom: 40px;
    width: 100%;
    margin: auto;
    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;
}

#notificationModal-error {
    display: none;
    position: fixed;
    bottom: 40px;
    width: 100%;
    margin: auto;
    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;
}


.btn-link-x {
    text-decoration: none;
    font-weight: 700;
}

.force-green-txt {
    color: #00a94c !important;
}

.btn-dep-amt {
    width: 70px !important;
}

#gameLoadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: system-ui, sans-serif;
}

#gameLoadingOverlay .loading-text {
    color: #00d25a;
    font-size: 1.5rem;
    font-weight: bold;
    animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

#betSlip a {
    background-color: #00a94c !important;
}


nav {
    position: relative !important;
    top: 0;
}

iframe {
    width: 97vw;
}

.game-category-wrapper-a {
    margin: 2px;
    padding-left: 4px;
    overflow-x: hidden;
    padding-right: 4px;
    padding-bottom: 3px;
}

.pWkwvka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}

.Aeu5m78Ft {
    overflow: auto;
}

.rF7kuq72w {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

.gh4PDDfN3 {
    width: 22px;
    filter: drop-shadow(0 0 2px white);
}

.Pz3a23F00 {
    padding-left: 10px;
}

.qIMPWGxbe {
    background-color: #f9f9f9;
    color: #000;
    display: none;
}

#kshbalance {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(36deg, black, transparent);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}

.creditsx {
    font-size: 12px;
    font-weight: 500;
}

#bkarrbtn {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.xbalx {
    line-height: 10px;
}