﻿body {
    background: linear-gradient(180deg, #0D0D0D, #18122B);
    color: #EAEAEA;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    touch-action: manipulation;
}

.info-icon {
    cursor: help;
    margin-left: 0.5rem; /* spacing before the icon */
}

.modal-backdrop {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    z-index: 9999;
    /* Blur everything behind this overlay */
    backdrop-filter: blur(8px);
    /* Slightly darken the overlay, too */
    background-color: rgba(0, 0, 0, 0.4);
    /* Center the modal-content */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main modal container */
.modal-content {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 600px; /* Limit width on large screens */
    max-height: 80vh; /* So it can scroll if content is tall */
    background-color: #1a1a1a; /* Example dark background */
    color: #fff;
    border-radius: 8px;
    overflow: hidden; /* Corners clipped if content is large */
}

/* Modal header */
.modal-header {
    background-color: #000;
    padding: 1rem;
    display: flex;
    align-items: center;
}

/* "Back" button style */
.back-button {
    background: none;
    border: 1px solid #555;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 1rem;
}

/* Title in header */
.modal-title {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Body area can scroll if there's lots of content */
.modal-body {
    padding: 1rem;
    overflow-y: auto; /* Enable scrolling if needed */
    flex: 1; /* Fill remaining space */
}

.user-layout .navbar {
    background-color: #1C1C2E;
}

.main-banner {
    background: linear-gradient(90deg, #5A189A, #D72638);
    color: #FFD700;
    padding: 30px;
    border-radius: 10px;
}

.promo-section {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.promo-card {
    flex: 1;
    background-color: #241E4D;
    color: #FFD700;
    border-radius: 10px;
    padding: 20px;
    min-width: 300px;
    background-size: cover; /* Ensure the image covers the entire div by default */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    min-height: 120px;
    max-height: 120px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .promo-card:nth-child(1) {
        background-image: url('/assets/images/dragon-tiger-banner.webp');
    }

    .promo-card:nth-child(3) {
        background-image: url('/assets/images/JetXBanner.webp');
    }

    .promo-card:nth-child(2) {
        background-image: url('/assets/images/TeenPattiBanner.webp');
    }

.tabs-section {
    margin-top: 20px;
}

.nav-tabs {
    overflow-x: auto; /* Allow horizontal scrolling */
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    background-color: #1C1C2E;
    padding: 10px;
    border-radius: 10px;
    scroll-snap-type: x mandatory; /* Enable snap scrolling */
    scroll-behavior: smooth; /* Smooth scrolling */
}

    .nav-tabs .nav-item {
        flex-shrink: 0; /* Prevent tabs from shrinking */
        scroll-snap-align: center; /* Align each tab to the center */
        margin-right: 5px;
        flex: none;
    }

    .nav-tabs .nav-link {
        color: #FFD700;
        background-color: #2A075E;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 15px;
        gap: 10px;
        min-width: 120px;
        transition: transform 0.3s ease;
    }

        .nav-tabs .nav-link.active {
            background-color: #FFD700;
            color: #1C1C2E;
        }

.tab-icon {
    font-size: 18px;
}

.game-section, #Games_Thumbnail_Section {
    background: #18122B;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.game-card {
    background-color: #241E4D;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .game-card img {
        width: 100%;
        height: 150px;
    }

.game-title {
    font-size: 12px;
    font-weight: bold;
    color: #FFD700;
    background-color: #1C1C2E;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #241E4D;
    color: #FFD700;
    padding: 20px;
    text-align: center;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.lobby-btn {
    align-items: center;
    background-color: initial;
    border: 1px solid #FFD700;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: space-evenly;
    width: 50px;
}

.lobby-name {
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 12px;
    margin: 0;
}

.lobby-container {
    align-items: center;
    display: flex;
    height: 100%;
    width: 10%;
}

.mobile-Tab, .mobile-View {
    display: none;
}

.RBC-Jetx-MainContainer {
    display: flex;
    height: 70vh; /* Takes up full viewport height */
    gap: 5px;
    align-items: stretch;
}

/* Left Panel (Multipliers) */
/* Left Panel (Multipliers) */
.RBC-Jetx-LeftPanel {
    padding: 0px;
    width: 5%;
    min-width: 45px;
    /* min-width: 60px;*/
    max-height: 100%;
    overflow-y: auto;
    text-align: center;
}

    /* Hiding scrollbar while allowing scrolling */
    .RBC-Jetx-LeftPanel::-webkit-scrollbar,
    .RBC-Jetx-RightPanel::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari */
    }

.RBC-Jetx-LeftPanel,
.RBC-Jetx-RightPanel {
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

.RBC-Jetx-Multiplier {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    margin: 2px 0;
    text-align: center;
    border-radius: 3px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #FFD700;
}

.RBC-Jetx-Red {
    color: #ff4747;
    background-color: rgba(255, 71, 71, 0.2);
}

.RBC-Jetx-Green {
    color: #00ff00;
    background-color: rgba(0, 255, 0, 0.1);
}

/* Center Panel (Game & Betting) */
.RBC-Jetx-CenterPanel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
}

.RBC-Jetx-GameScreen {
    /*background-color: #0D0D0D;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border: 2px solid #222;
    border-radius: 10px;
    position: relative;
}

.RBC-RID-Panel {
    background: linear-gradient(180deg, #34050b, #02111e);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    border: 2px solid #222;
    border-radius: 10px;
    position: relative;
    min-height: 4vh;
    color: white;
}

.RBC-Jetx-Rocket {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.RBC-Jetx-MultiplierText {
    font-size: 40px;
    font-weight: bold;
    color: #00ff00;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}

.RBC-Jetx-BetSection {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    width: 100%;
}

/* 🛠️ Bet Box Styling */
.RBC-Jetx-BetBox {
    background-color: #151322;
    padding: 10px;
    border-radius: 10px;
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.resultbox {
    border-radius: 6px;
    margin: 2px 2px;
    padding: 0px 4px;
}
/* 🟡 FIX: Ensuring Bet & Collect Stay Inside Parent */
.RBC-Jetx-TopRow {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
}

/* 📌 Bet & Collect Columns (Fixed Width) */
.RBC-Jetx-BetColumn {
    flex: 1;
    min-width: 50%; /* ✅ Ensures both columns stay in one row */
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-sizing: border-box; /* ✅ Prevents overflow */
}

/* 📌 Label Row (With Auto Toggle) */
.RBC-Jetx-LabelContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

/* 📌 Auto Toggle */
.RBC-Jetx-Toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.RBC-Jetx-Switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

    .RBC-Jetx-Switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.RBC-Jetx-Slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    border-radius: 18px;
    transition: 0.4s;
}

.RBC-Jetx-Switch input:checked + .RBC-Jetx-Slider {
    background: linear-gradient(90deg, #8a47ff 0%, #c36eff 100%);
}

.RBC-Jetx-Slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.RBC-Jetx-Switch input:checked + .RBC-Jetx-Slider::before {
    transform: translateX(16px);
}

/* 📌 Input Section */
.RBC-Jetx-InputContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    border: 1px solid #444;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.RBC-Jetx-Input {
    text-align: center;
    background: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    width: 100%;
    flex: 1; /* ✅ Ensures it stretches properly */
    outline: none;
}

.RBC-Jetx-InputBtn {
    background: linear-gradient(90deg, #8a47ff 0%, #c36eff 100%);
    color: #fff;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 18px;
    flex-shrink: 0; /* ✅ Prevents shrinking */
    touch-action: manipulation;
}

    /* ✅ Hover Effect */
    .RBC-Jetx-InputBtn:hover {
        background-color: #ffd700;
        color: #000;
    }

/* 📌 Quick Bet Options */
.RBC-Jetx-QuickBet {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-top: 5px;
}

.RBC-Jetx-QuickBetBtn,
.RBC-Jetx-QuickBetAll {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    touch-action: manipulation;
}

.RBC-Jetx-QuickBetAll {
    background: linear-gradient(90deg, #8a47ff 0%, #c36eff 100%);
    color: white;
    font-weight: bold;
}

/* 📌 Place Bet Button */
.RBC-Jetx-BetBtn {
    /*background: linear-gradient(90deg, #8a47ff 0%, #c36eff 100%);*/
    border-radius: 12px;
    padding: 12px 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    background: linear-gradient(90deg, #5A189A, #D72638);
    color: white;
}

    .RBC-Jetx-BetBtn:hover {
        transform: scale(1.05);
        background-color: #FFD700;
        color: #000;
    }

/* Right Panel (Bet History) */
.RBC-Jetx-RightPanel {
    width: 100%;
    min-width: 250px;
    max-width: 370px; /* Adjust based on design */
    overflow-x: auto; /* Enable scrolling if content overflows */
    background: #1C1132;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #FFD700;
    box-shadow: 0px 0px 10px rgba(255, 215, 0, 0.5);
}

.RBC-Jetx-BetEntry {
    font-weight: bold;
    color: #FFD700;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.5);
}

/* ✅ Table Styling */
.RBC-Jetx-Table {
    width: 100%;
    border-collapse: collapse;
    background: #241E4D;
    border-radius: 10px;
    overflow: hidden;
}

    .RBC-Jetx-Table thead {
        background: linear-gradient(90deg, #FFD700, #FFC300);
        color: black;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        border-bottom: 2px solid #FFD700;
    }

    .RBC-Jetx-Table th, .RBC-Jetx-Table td {
        padding: 5px;
        white-space: nowrap; /* Prevents text from breaking */
        text-align: center;
    }

/* ✅ Green for winning amounts */
.RBC-Jetx-WinAmount {
    color: #00FF00;
    font-weight: bold;
}

.RBC-Jetx-Table tbody tr:hover {
    background: rgba(255, 215, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.RBC-Jetx-Table tbody tr:nth-child(even) {
    background: rgba(200, 170, 50, 0.15);
}

.scroll-containeraviator {
    width: 100%;
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    /*border: 1px solid #000;*/
    display: flex;
    justify-content: center;
    border-radius: 15px;
    /*background: #0D0D0D;*/
}

#animationCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: center;
}

.overlayaviatorx {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.overlay-contentx {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .overlay-contentx img {
        width: 20vw; /* Responsive width: 20% of viewport width */
        max-width: 100px; /* Maximum width */
        height: auto; /* Maintain aspect ratio */
        animation: rotateImage 2s linear infinite;
    }

.text-strokeblackAve {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.overlay-textaviatorx {
    margin-top: 10px;
    font-size: 2.5em;
    color: #FFD700;
}

.AnimateOdds {
    animation-name: shake;
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
}


@keyframes shake {
    0% {
        transform: translateY(-90%)
    }

    12% {
        transform: translateY(0)
    }

    24% {
        transform: translateY(-30%)
    }

    36% {
        transform: translateY(0)
    }

    48% {
        transform: translateY(-15%)
    }

    60% {
        transform: translateY(0)
    }

    72% {
        transform: translateY(-10%)
    }

    84% {
        transform: translateY(0)
    }

    96% {
        transform: translateY(-5%)
    }

    to {
        transform: translateY(0)
    }
}

.Odds_Text_JetX {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #9b5aff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    align-content: center;
    text-align: center;
}

/* 🔹 Active tab (Always Yellow-Golden) */
.rbc-games-tab .nav-link.active {
    background: linear-gradient(90deg, #FFD700, #FFC300) !important;
    color: black !important;
}

/* 🔹 Non-active tabs will have a cyclic gradient pattern */
.rbc-games-tab:nth-child(3n+1) .nav-link:not(.active) {
    background: linear-gradient(90deg, #2bc46b 0%, #59e49f 100%); /* Greenish */
    color: white;
}

.rbc-games-tab:nth-child(3n+2) .nav-link:not(.active) {
    background: linear-gradient(90deg, #3f6fd1 0%, #56a2f5 100%); /* Bluish */
    color: white;
}

.rbc-games-tab:nth-child(3n+3) .nav-link:not(.active) {
    background: linear-gradient(90deg, #8e44ad 0%, #d16fff 100%); /* Purple-Pink */
    color: white;
}

/* Optional Hover Effect */
.rbc-games-tab .nav-link:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.RBC-Jetx-Table tbody tr {
    margin-bottom: 5px;
    background: #2e1b50;
}


/* 🔹 User Column Badge */
.user-column {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

/* 🔹 Bet Column - Unique Background */
.bet-column {
    border-radius: 5px;
    padding: 6px 10px;
    text-align: center;
}

    .bet-column.highlight-bet {
        background: linear-gradient(90deg, #3f6fd1 0%, #56a2f5 100%);
        color: white;
    }

/* 🔹 Collect Column - Golden Highlight */
.collect-column.highlight-collect {
    color: #ffcc66;
    font-weight: bold;
}

.B-height {
    min-height: 300px;
    max-height: 350px !important;
}

.RBC-2-chip-odds-view-ctn {
    background: 0 0;
    margin: 0;
    padding: 5px 10px 0;
}

    .RBC-2-chip-odds-view-ctn .RBC-2-chip-odds-view-layer {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }

.t-l-ctn {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 35px;
    justify-content: center;
    margin: auto;
}

.total-bets {
    align-items: center;
    color: #b97f2b;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed, sans-serif;
    font-size: 10px;
    font-weight: 400;
    height: 100%;
    text-transform: uppercase;
    width: 50%;
}

.chipDeck .chip-ctn {
    background-clip: padding-box, border-box;
    background-image: linear-gradient(180deg, #000000, #2b2424), linear-gradient(270deg, #ffffff, hsla(0, 0%, 82%, 0), #ececec);
    background-origin: border-box;
    border: 1.7px double transparent;
    border-radius: 100px;
    position: relative;
    text-align: left;
    width: 100%;
}

    .chipDeck .chip-ctn .show-stakes {
        border: 1px double transparent;
        border-radius: 100px;
        opacity: 1 !important;
        width: 100% !important;
    }

    .chipDeck .chip-ctn .chips-layer {
        display: flex;
        padding: 1% 0;
        width: 100%;
        justify-content: space-evenly;
    }

    .chipDeck .chip-ctn .noActive {
        opacity: .9;
    }

    .chipDeck .chip-ctn .cdChip {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        margin-left: 1%;
        margin-right: 4%;
        width: 15%;
    }

.chip-ctn .active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.chipimg {
    width: 45px;
    max-width: 45px;
}

.cdChipSpan {
    border-radius: 5px;
    position: absolute;
    color: white; /* Text color */
    z-index: 1; /* Ensure text is above background */
}

    .cdChipSpan::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
        border-radius: 15px; /* Round background */
        filter: blur(4px); /* Blur effect */
        z-index: -1; /* Position behind the text */
    }

.ure-btn {
    display: flex;
    justify-content: space-evenly;
}

.undo-ctn, .reset-ctn {
    align-items: center;
    background: black;
    border: 1px solid #cf8d2e;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed, sans-serif;
    font-size: 8px;
    font-weight: 700;
    justify-content: center;
    margin-right: 5px;
    padding: 1% 0;
    pointer-events: visible;
    text-transform: uppercase;
    width: 30%;
}

.odds-view {
    margin-top: 10px;
}

.odds-view {
    margin-top: 10px;
}

.layout-three-odds-ctn {
    align-items: center;
    background: var(--layout-bg);
    border: 1px solid rgba(207,141,46,.35);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    position: relative;
    width: 100%;
}

    .layout-three-odds-ctn .lt-o-l .lt-odds-ctn {
        background: linear-gradient(180deg,#34050b,#02111e);
        color: #fff;
        flex-direction: row;
        height: 150px;
        outline: solid 1px rgba(207,141,46,.35);
        outline-offset: -1px;
        padding: 10px;
        text-transform: uppercase;
    }

    .layout-three-odds-ctn .lt-o-l, .layout-three-odds-ctn .lt-o-l .lt-odds-ctn {
        align-items: center;
        border-radius: 6px;
        display: flex;
        font-family: Roboto Condensed, sans-serif;
        font-size: 12px;
        font-weight: 600;
        justify-content: center;
        width: 100%;
    }

    .layout-three-odds-ctn .d-t-suit-ctn {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

.s-up-ctn, .s-s-ctn, .s-down-ctn {
    height: 100%;
    width: 33.33%;
    position: relative;
}

.layout-three-odds-ctn .lt-o-l .lt-odds-ctn .s-up-ctn .s-o-img {
    background-image: linear-gradient(180deg,#a11425,#400b11),linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));
    border-radius: 0px 10px 10px 0px;
}

.s-o-img {
    align-items: center;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    border: 1px double transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    width: 100%;
}

.layout-three-odds-ctn .d-t-suit-ctn .d-oe-c, .layout-three-odds-ctn .d-t-suit-ctn .t-oe-c {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
}

.layout-three-odds-ctn .d-t-suit-ctn .color-ctn, .layout-three-odds-ctn .d-t-suit-ctn .oe-ctn {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.layout-three-odds-ctn .m-name {
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.layout-three-odds-ctn .d-t-suit-ctn .e-o-odds {
    align-items: center;
    background: linear-gradient(180deg,#34050b,#02111e);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    outline: 1px solid rgba(207,141,46,.35);
    padding: 7px;
    width: 100%;
}

.layout-three-odds-ctn .d-t-suit-ctn .even-odd {
    align-items: center;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(180deg,grey 0.01%,#313433),linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));
    background-origin: border-box;
    border: 1px double transparent;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 600;
    height: 47px;
    justify-content: center;
    width: 48%;
    position: relative; /* Ensure the image container stays inside */
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-three-odds-ctn .vector {
    border-left: 1px solid rgba(207, 141, 46, .35);
    height: 65px;
    margin: 20px 10px 0;
}

.layout-three-odds-ctn .d-t-suit-ctn .d-suit-ctn, .layout-three-odds-ctn .d-t-suit-ctn .t-suit-ctn {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5px;
    width: 50%;
}

.layout-three-odds-ctn .d-t-suit-ctn .d-r-odds {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.layout-three-odds-ctn .d-t-suit-ctn .ds-ctn, .layout-three-odds-ctn .d-t-suit-ctn .ts-ctn {
    align-items: center;
    background: linear-gradient(180deg,#34050b,#02111e);
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 600;
    height: 60px;
    justify-content: space-evenly;
    outline: 1px solid rgba(207,141,46,.35);
    width: 22%;
    position: relative;
    margin: 0px 2px;
}

.b-img {
    width: 40%;
    border-radius: 8px;
}

.layout-three-odds-ctn .lt-o-l .lt-odds-ctn .s-s-ctn .s-o-img {
    background-image: linear-gradient(180deg,#0d8014,#022204 79.82%),linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));
}

.layout-three-odds-ctn .lt-o-l .lt-odds-ctn .s-down-ctn .s-o-img {
    background-image: linear-gradient(180deg,#1064a9,#032440),linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));
    border-radius: 10px 0px 0px 10px;
}

.RBC-7UD-table {
    display: flex;
    align-items: flex-end;
    width: 100%;
    border-radius: 15px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: space-around;
}

.RBC-7UD-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.RBC-7UD-box {
    width: 8vw;
    height: 20vh;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 15px;
}

.RBC-7UD-label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
}

    .RBC-7UD-label.RBC-7UD-orange {
        color: orange;
    }

.RBC-7UD-middle-box {
    color: red;
    font-size: 32px;
    font-weight: bold;
}

.Rou-image-container {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rol-winner-icon {
    width: 30px;
    height: 30px;
}

.Rou-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.RBC-7UD-box img {
    max-width: 100%;
    max-height: 100%;
}

.overlayRoulettelock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* Ensure the overlay appears over content inside roul-box-desktop */
}

    .overlayRoulettelock svg {
        width: 100px; /* Adjust size as necessary */
        height: 100px;
        fill: #fff; /* Change color of the SVG to white */
    }

.rol-winner-icon {
    width: 30px;
    height: 30px;
}

.zero-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zero-icon {
    width: 35px;
    height: 35px;
    z-index: 100;
}

.waveStrength-3 {
    position: absolute;
    bottom: -10px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave {
    margin: 1px 1px;
    border: 3px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    border-style: solid;
}

/* Define colors for different signal strengths */
.waveStrength-3 .wave {
    border-top-color: #2ECC71;
}
/* Green */
.waveStrength-2 .wv4.wave, .waveStrength-2 .wv3.wave {
    border-top-color: #3498DB;
}
/* Red */
.round-id-container {
    position: absolute;
    top: 0px;
    left: 10px;
    border-radius: 8px;
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Connectedclients {
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

    .user-icon::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 4px;
        width: 6px;
        height: 6px;
        background-color: white;
        border-radius: 50%;
    }

    .user-icon::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 2px;
        width: 10px;
        height: 6px;
        background-color: white;
        border-radius: 6px 6px 0 0;
    }

.layout-three-odds-ctn .m-name {
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.layout-three-odds-ctn .Three-card-ctn {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.layout-three-odds-ctn .single-cards-ctn {
    align-items: flex-end;
    background: linear-gradient(90deg, #0a523c, #02111e);
    border: 1px solid rgba(207, 141, 46, .35);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 72px;
    justify-content: center;
    padding: 6px;
    width: 100%;
}

.layout-three-odds-ctn .Three-card-ctn .e-runner {
    align-items: center;
    background: linear-gradient(90deg, #774e0f, #02111e);
    border: 1px solid rgba(207, 141, 46, .35);
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    width: 25%;
    position: relative;
}

    .layout-three-odds-ctn .Three-card-ctn .e-runner .e-cards {
        align-items: center;
        background: linear-gradient(180deg, #3c413f .01%, #050505);
        border: 1px solid #fff;
        border-radius: 0 0 6px 6px;
        display: flex;
        flex-direction: row;
        gap: 5px;
        height: 56px;
        justify-content: center;
        width: 100%;
    }

        .layout-three-odds-ctn .Three-card-ctn .e-runner .e-cards .card-img {
            height: 44px;
            width: 32px;
        }

.layout-three-odds-ctn .single-cards-ctn .c-runner, .layout-three-odds-ctn .single-cards-ctn .single-m-ctn {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
}

.layout-three-odds-ctn .single-cards-ctn .c-runner {
    background: linear-gradient(180deg, #3c413f .01%, #050505);
    border: 1px solid #fff;
    border-radius: 6px;
    height: 56px;
    justify-content: space-evenly;
}

    .layout-three-odds-ctn .single-cards-ctn .c-runner .card-img {
        height: 44px;
    }


/* Casino Table ---------------- tpt20*/
.casino-table {
    width: 100%;
    background: linear-gradient(135deg, #004400, #003300);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row; /* Always in a row */
    align-items: center;
    justify-content: center;
    gap: 20px; /* Space between hands */
}

/* Hands (div holding cards) */
.casino-hand {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: inset 0px 4px 8px rgba(255, 255, 255, 0.2);
    position: relative;
}

/* Cards Container */
.cards-container {
    display: flex;
    gap: 5px;
}

/* Casino Cards */
.casino-card {
    width: 5vw;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Runner Name - Fixed at Bottom */
/* .runner-name {
    font-size: 12px;
    font-weight: bold;
    color: #FFD700;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
} */

/* Hover Effect */
.casino-card:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.8);
}

.loading-placeholder .casino-card {
    animation: pulse 1.5s infinite ease-in-out;
    opacity: 0.6;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.text-white {
    color: #ffffff;
}

.bg-blackby20 {
    /* background-color: rgba(0, 0, 0, 0.2);*/
}

.from-red {
    /*--tw-gradient-from: #ff0000;*/
}

.to-redby70 {
    background-color: rgb(255 9 0 / 62%);
}

.from-blue {
    /*--tw-gradient-from: #0000ff;*/
}

.to-blueby70 {
    background-color: rgb(0 115 229 / 98%);
}

.from-purple {
    /*--tw-gradient-from: #800080;*/
}

.to-purpleby70 {
    background-color: rgb(156 0 236 / 62%);
}

.bg-gradient-to-t {
    /* background-image: linear-gradient(to top, var(--tw-gradient-from), var(--tw-gradient-to));*/
}

/* General container */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex.items-center {
    align-items: center;
}

.flex.justify-center {
    justify-content: center;
}

.grid {
    display: grid;
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gap-half {
    gap: 2px;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.max-w-md {
    max-width: 40rem; /* 448px */
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.p-2 {
    padding: 0.5rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top-1by2 {
    top: 50%;
}

.left-1by2 {
    left: 50%;
}

.-translate-x-1by2 {
    transform: translateX(-50%);
}

.-translate-y-1by2 {
    transform: translateY(-50%);
}

.rounded-lg {
    border-radius: 8px;
}

.rounded-md {
    border-radius: 6px;
}

.rounded-sm {
    border-radius: 4px;
}

.rounded-tr-md {
    border-top-right-radius: 6px;
}

.rounded-tl-md {
    border-top-left-radius: 6px;
}

.opacity-70 {
    opacity: 0.7;
}

.border {
    border-width: 1px;
}

.border-transparent {
    border-color: transparent;
}

.transition-all {
    transition-property: all;
}

.ease-in-out {
    transition-timing-function: ease-in-out;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.z-10 {
    z-index: 10;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.w-10 {
    width: 2.5rem; /* 40px */
}

.h-10 {
    height: 2.5rem; /* 40px */
}

.w-12 {
    width: 3rem; /* 48px */
}

.h-12 {
    height: 3rem; /* 48px */
}

.h-16 {
    height: 4rem; /* 64px */
}

.w-16 {
    width: 4rem; /* 64px */
}

.p-2p {
    padding: 2px;
}

.px-1 {
    padding-left: 4px;
    padding-right: 4px;
}

.bg-blackby20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.border {
    border-width: 1px;
}

.border-transparent {
    border-color: transparent;
}

.applyPerspective {
    perspective: 800px;
}

.txt-left-bottom {
    bottom: 50%;
}
/* General styles for the grid items */
/* Specific border radius for corners */
#ABlack {
    border-bottom-left-radius: 0.375rem;
}

#BRed {
    border-bottom-right-radius: 0.375rem;
}

/* SVG Container */
.grid > div > div {
    height: 100%;
    opacity: 0.7;
}

/* Small badge at the bottom left */
.grid span.text-badge {
    font-size: 10px;
    position: absolute;
    bottom: 0.125rem;
    left: 0.125rem;
    padding: 0.125rem 0.25rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
}

/* SVG icons positioned at the top-left and top-right */
.grid span.icon-left,
.grid span.icon-right {
    position: absolute;
    top: 0.25rem;
}

.grid span.icon-left {
    left: 0.25rem;
}

.grid span.icon-right {
    right: 0.25rem;
}

/* Central absolute element */
.grid > div > div.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Utility to define common width and height */
.grid svg {
    width: 100%;
    height: 100%;
}

/* Ensure consistency in scaling */
.grid .w-4.h-4 {
    width: 1rem;
    height: 1rem;
}

/* Hover Effects */
.grid > div:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4));
    transition: background 0.3s ease-in-out;
}

.txt-left-bottom {
    left: 0;
    bottom: 0;
    font-size: 10px;
}

.txt-top-left {
    top: 4px;
    left: 0;
}

.txt-top-right {
    top: 4px;
    right: 0;
}

.to-whiteby30 {
    /*--tw-gradient-to: hsla(0, 0%, 100%, .3) var(--tw-gradient-to-position);*/
}

.bg-rgba-grey {
    background: linear-gradient(to bottom, rgba(211, 211, 211, 0.6), rgba(105, 105, 105, 0.6));
}

/* Andr Bahr Css */
.RBC-AB-container {
    margin: 24px 0px;
    width: 100%;
    position: relative;
}

.RBC-Basic-Div {
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height: 90px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    padding: 10px 0;
    flex-wrap: wrap;
}

.RBC-AB-top {
    background: linear-gradient(to bottom, #3a93e9, #0a5db1);
}

.RBC-AB-bottom {
    background: linear-gradient(to bottom, #f9a825, #e65100);
}

.RBC-AB-center {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.CommImg {
    width: 80px;
    height: 100px;
    border-radius: 5px;
}

.RBC-AB-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    padding-right: 60px; /* Prevent images from going under center card */
}

    .RBC-AB-cards img {
        min-width: 50px;
        width: 50px;
        height: 70px;
        border-radius: 5px;
        position: relative;
        margin-left: -25px;
    }

        .RBC-AB-cards img:first-child {
            margin-left: 0;
        }

        .RBC-AB-cards img:nth-child(1n) {
            max-width: calc(100% - 60px);
        }

.andbhrmain {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
}

.B-ANBH-height {
    max-height: 40vh;
}

.base-timer {
    position: absolute;
    top: 0;
    width: 50px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.RBC-AB-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: rgb(63 49 49 / 20%);
    font-weight: bold;
    pointer-events: none;
    user-select: none;
    z-index: 100;
}

.body-HiLo-Rnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    padding: 8px 0px;
}

.HILI-RNR-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 800px;
    width: 100%;
}

.HILI-RNR-row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: nowrap;
}

.HILI-RNR-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 120px;
    flex: 1;
}

    .HILI-RNR-box span {
        font-size: 13px;
        margin-top: 2px;
    }

.HILI-RNR-high {
    background-color: #4CAF50;
}

.HILI-RNR-snap {
    background-color: #D4A017;
}

.HILI-RNR-low {
    background-color: #D32F2F;
}

.HILI-RNR-red, .HILI-RNR-black, .HILI-RNR-cards {
    background-color: #3a2c2c;
    color: white;
}

.HILI-RNR-red, .HILI-RNR-black {
    max-width: 100%;
}

.HILI-RNR-cards {
    max-width: 100%;
}

.RBC-HiLo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.RBC-HiLo-arrow {
    position: relative;
    width: 150px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .RBC-HiLo-arrow svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: #635252;
        stroke-width: 2;
        opacity: 0.3;
    }

    .RBC-HiLo-arrow img {
        width: 55px;
        height: 80px;
        object-fit: cover;
        position: absolute;
        z-index: 1;
        top: 55%;
        transform: translateY(-50%);
    }

.RBC-HiLo-center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}

    .RBC-HiLo-center-image img {
        width: 55px;
        height: 80px;
        object-fit: cover;
    }

.highcardmbl {
    transform: rotate(180deg) !important;
    top: 5vh !important;
}

.RBC-DT-container {
    display: flex;
    gap: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.RBC-DT-box {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: white;
    position: relative;
    text-align: center;
}

.RBC-DT-red {
    background-color: #e63946;
}

.RBC-DT-golden {
    background-color: #e69b00;
    color: black;
}

.RBC-DT-text {
    font-size: 14px;
    align-self: start;
    color: white;
}

.RBC-DT-bottom {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RBC-DT-icon {
    font-size: 14px;
}

.RBC-DT-dragon, .RBC-DT-tiger {
    position: relative;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    height: 10vh;
}

.RBC-DT-dragon {
    background-color: #e63946;
    color: white;
}

.RBC-DT-tiger {
    background-color: #e69b00;
    color: black;
}

.RBC-DT-tie-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.RBC-DT-tie {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    flex-direction: column;
    background-color: #2ecc71;
    color: white;
}

.RBC-DT-odds {
    font-size: 12px;
    align-self: start;
}

.RBC-DT-IMG-WTRMRK {
    height: inherit;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    transition: transform 0.3s ease-in-out;
}

    .RBC-DT-IMG-WTRMRK:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }
/*--------------------------------MOBILE CSS-------------------------------------------------------------------------------*/

@media(max-width:620px) {
    .game-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1340px) {
    .promo-section {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        scroll-behavior: smooth;
        gap: 20px; /* Increase gap on smaller screens */
    }

    .promo-card {
        min-width: 90%; /* Take full width on mobile */
        max-height: 200px; /* Adjust height to be suitable for mobile */
        background-size: 100% 100%; /* Stretch the image to fill the entire div */
        background-position: center; /* Center the image (though it will be stretched now) */
    }

    .modal-title {
        font-size: 1rem;
    }

    .desktop-tab, .vector {
        display: none;
    }

    .mobile-Tab {
        display: flex !important;
    }

    .mobile-View {
        display: block !important;
    }

    .promo-section::-webkit-scrollbar {
        display: none;
    }

    .nav-tabs {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .nav-tabs::-webkit-scrollbar {
            display: none;
        }



    .game-card {
        min-width: 150px;
        max-width: 100%;
    }

        .game-card img {
            min-height: 175px;
            max-height: 175px;
            height: auto;
        }

    .game-title {
        font-size: 10px;
    }

    footer {
        position: relative;
    }




    .RBC-Jetx-MainContainer {
        padding: 0px;
        flex-direction: column;
        height: 100%;
    }

    .RBC-Jetx-LeftPanel {
        width: 100%;
        height: auto;
        max-width: none;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        max-height: 50px;
    }

    .RBC-Jetx-Multiplier {
        font-size: 14px;
        font-weight: bold;
        padding: 3px 0;
        margin: 2px;
        text-align: center;
        border-radius: 6px;
        display: inline-block;
        padding: 5px 10px;
    }

    .RBC-Jetx-CenterPanel {
        height: 100%;
    }

    .RBC-Jetx-GameScreen {
        height: 25vh;
    }

    .RBC-Jetx-BetSection {
        padding: 0px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .RBC-Jetx-RightPanel {
        height: auto;
        max-height: 250px;
        overflow-y: auto;
        width: 100%;
        max-width: none;
    }

    .RBC-Jetx-TopRow {
        flex-wrap: wrap;
    }

    .RBC-Jetx-BetColumn {
        min-width: 48%; /* ✅ Keeps them in one row */
    }

    .RBC-Jetx-InputContainer {
        /* max-width: 120px;*/ /* ✅ Smaller width on mobile */
    }

    .RBC-Jetx-Input {
        font-size: 16px; /* ✅ Adjusted size */
    }

    .RBC-Jetx-InputBtn {
        padding: 5px 10px; /* ✅ Smaller buttons */
    }

    .overlay-textaviatorx {
        margin-top: 5px;
        font-size: 1em;
        color: white; /* Ensure text is visible over the background */
    }

    .Odds_Text_JetX {
        font-size: 30px;
    }

    .RBC-Jetx-Table thead {
        /* display: none;  Hide table headers */
    }

    .RBC-Jetx-Table tbody tr {
        width: 100%;
        margin-bottom: 5px;
        border-radius: 8px;
        background: #2e1b50;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .RBC-Jetx-Table tbody td {
        justify-content: space-between;
        padding: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .RBC-Jetx-Table tbody td::before {
            content: attr(data-label);
            font-weight: bold;
            text-transform: uppercase;
            color: #ffcc00;
        }

    .layout-three-odds-ctn .d-t-suit-ctn {
        flex-direction: column;
    }

        .layout-three-odds-ctn .d-t-suit-ctn .d-oe-c, .layout-three-odds-ctn .d-t-suit-ctn .t-oe-c {
            margin-top: 10px;
            width: 100%;
        }

        .layout-three-odds-ctn .d-t-suit-ctn .d-suit-ctn, .layout-three-odds-ctn .d-t-suit-ctn .t-suit-ctn {
            flex-direction: row;
            width: 100%;
        }

    .RBC-7UD-table {
        margin-top: 16px;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
    }

    .RBC-7UD-box {
        width: 60px;
        height: 80px;
    }

    .RBC-7UD-label {
        font-size: 14px;
    }

    .b-img {
        width: 55%;
        border-radius: 8px;
    }

    .B-height {
        min-height: auto;
        height: 22vh !important;
    }

    .RBC-RID-Panel {
        height: 5vh;
    }

    .round-id-container {
        font-size: 10px;
    }

    .Connectedclients {
        font-size: 10px;
    }

    .user-icon {
        width: 10px;
        height: 10px;
    }

        .user-icon::before {
            width: 4px;
            height: 4px;
        }

        .user-icon::after {
            width: 8px;
            height: 4px;
        }

    .layout-three-odds-ctn .Three-card-ctn {
        flex-wrap: wrap;
    }

        .layout-three-odds-ctn .Three-card-ctn .e-runner {
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 10px;
            justify-content: center;
            width: 48%;
        }

            .layout-three-odds-ctn .Three-card-ctn .e-runner .e-runner-name {
                margin-left: 5px;
            }

            .layout-three-odds-ctn .Three-card-ctn .e-runner .e-cards {
                border-radius: 0 6px 6px 0;
                gap: 4px;
            }

    .layout-three-odds-ctn .single-cards-ctn {
        flex-direction: row;
        height: 130px;
    }

    element.style {
    }


    .layout-three-odds-ctn .single-cards-ctn .e-runner-name {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 10%;
    }

    .layout-three-odds-ctn .single-cards-ctn .single-m-ctn {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        -webkit-column-gap: 5px;
        column-gap: 5px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        height: auto;
        height: 100%;
        padding: 5px;
        row-gap: 5px;
    }

    .casino-table {
        width: 100%;
        height: 100%;
        padding: 0px;
        gap: 10px;
    }

    .casino-hand {
        gap: 5px;
    }

    .casino-card {
        width: 40px;
    }


    .RBC-AB-cards img {
        width: 40px;
        height: 56px;
        margin-left: -20px;
    }

    .CommImg {
        width: 40px;
        height: 56px;
    }

    .RBC-AB-center {
        width: 50px;
        height: 70px;
    }

    .B-ANBH-height {
        height: auto !important;
        max-height: 100% !important;
    }

    .RBC-Basic-Div {
        min-height: 76px;
    }

    .andbhrmain {
        padding-top: 50px;
    }

    .info-icon {
        font-size: 15px /* spacing before the icon */
    }

    .HILI-RNR-container {
        max-width: 100%;
    }

    .HILI-RNR-box {
        font-size: 16px;
        padding: 8px;
        min-width: 80px;
    }

    .HILI-RNR-row {
        max-height: 54px !important;
    }

    .RBC-HiLo-arrow {
        width: 80px;
        height: 100px;
    }

        .RBC-HiLo-arrow img {
            width: 40px;
            height: 55px;
        }



    .RBC-HiLo-center-image {
        height: 170px;
    }

        .RBC-HiLo-center-image img {
            width: 40px;
            height: 55px;
        }

    .highcardmbl {
        transform: rotate(180deg) !important;
        top: 3vh !important;
    }

    .RBC-DT-container {
        margin-top: 6px;
        flex-wrap: nowrap;
        overflow: hidden;
        display: flex;
    }

    .RBC-DT-box {
        width: 0%;
        height: 80px;
    }

    .RBC-DT-dragon, .RBC-DT-tiger {
        width: 100%;
        height: 80px;
    }

    .RBC-DT-tie-container {
        width: 48%;
    }

    .RBC-DT-tie {
        width: 100%;
        height: 100%;
        font-size: 12px;
    }

    .RBC-DT-boxlast {
        flex: 1;
        height: 70px;
        margin: 0px 1px;
    }

    .RBC-DT-mb-no-gap {
        gap: 0px !important;
    }

    .RBC-DT-text {
        font-size: 10px;
    }
}
