@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Apply Inter as the default game font everywhere */
*, *::before, *::after {
    font-family: 'Inter', sans-serif;
}

html {
    background: #000;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    overflow: auto;
    background: #000;
    overscroll-behavior: none;
}

@font-face {
    font-family: 'ALK Sanet';
    src: url('../fonts/ALKSanet.woff2') format('woff2'),
        url('../fonts/ALKSanet.woff') format('woff'),
        url('../fonts/ALKSanet.ttf') format('truetype'),
        url('../fonts/ALKSanet.svg#ALKSanet') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.secondary-font {
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'ALK Sanet';
}
.btn-danger {
    background: #f7001f;
    border-color: #f7001f;
}
.custm-btn-2 {
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1.2;
}

.fixed-bottom-btn {
    position: fixed;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    padding: 10px 100px;
    background: url(../images/play_desktop_bg.svg) no-repeat rgb(209, 46, 64);
    box-shadow: rgb(230 63 109 / 30%) 0px 10px 20px;
    border-radius: 15px 15px 0px 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    height: 80px;
    background-size: 190%;
    background-position: top center;
}

    .fixed-bottom-btn:hover {
        color: #fff;
    }

.md-btn {
    min-width: 200px;
}

.green-btn {
    background-image: linear-gradient(0deg,#87bc17,#88c504);
    box-shadow: 0 10px 30px rgb(135 187 24 / 40%);
}

    .green-btn:hover {
        background-image: linear-gradient(0deg,#92c91d 0,#9ada0f);
        box-shadow: 0 20px 30px rgb(135 187 24 / 40%);
        color: #fff;
    }

.orange-btn {
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
}

    .orange-btn:hover {
        background-image: linear-gradient(0deg,#fa5e00 0,#fa7c00);
        box-shadow: 0 20px 30px rgb(250 65 0 / 40%);
        color: #fff;
    }

.custom-badge {
    font-size: 14px;
    line-height: normal;
    height: auto;
    padding: 2px 6px;
    text-align: center;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-family: Inter, sans-serif;
    justify-content: center;
    font-weight: 600;
    width: fit-content;
}

/* bg3 = low multiplier (< 2x)   → Spribe blue */
.bg3 {
    background: rgba(52, 180, 255, 0.15);
    color: #34b4ff;
}

/* bg1 = mid multiplier (2–9.99x) → Spribe purple */
.bg1 {
    background: rgba(145, 62, 248, 0.15);
    color: #913ef8;
}

/* bg2 = high multiplier (≥ 10x)  → Spribe pink */
.bg2 {
    background: rgba(192, 23, 180, 0.15);
    color: #c017b4;
}

a, a:hover {
    color: #83878e;
    text-decoration: none;
}

.lh-13 {
    line-height: 13px;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-40 {
    font-size: 40px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48
}

.bg-color1 {
    background: #2C2D30;
}

/* ── Antigo header-top desactivado ── */
.header-top {
    display: none !important;
}

/* ── Único header fixo — estilo Spribe (replicação exacta) ── */
/* all_bets: .header { height:40px; padding:4px; align-items:center } */
.header-bottom {
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    background-color: #1b1c1d;
    padding: 4px;
    box-sizing: border-box;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1050;
    margin-top: 0;
}

.modal-dialog {
    margin: auto;
}

.h-26 {
    height: 26px;
}

.logo {
    width: 84px;
}

.logo1 {
    width: 175px;
}

.login-btn, .register-btn, .deposite-btn {
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    height: 42px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 18px;
    box-shadow: none !important;
}

.register-btn {
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
}

.login-btn {
    background-image: linear-gradient(0deg,#428cdc 0,#509aea 97%,#509aea);
}

.deposite-btn {
    color: #0000;
    background: #ffba00;
    /*box-shadow: 0 11px 27px rgb(255 186 0 / 43%);*/
}

/* ── Balance — replicação all_bets (.balance / .balance-amount / .balance-currency) ── */
.wallet-balance {
    display: flex;
    align-items: baseline;
    text-align: right;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-feature-settings: "lnum", "tnum";
    font-variant-numeric: lining-nums tabular-nums;
}

/* all_bets: .balance-amount { color:#28a909; font-weight:600; margin-right:4px } */
.wallet-balance .balance-amount,
.wallet-balance span#wallet_balance {
    color: #28a909;
    font-weight: 600;
    font-size: 14px;
    margin-right: 4px;
}

/* all_bets: .balance-currency { color:#9b9c9e; font-weight:500; letter-spacing:-.21px; margin-right:4px }
   tamanho mantido em 14px (pedido do utilizador), com peso visual reduzido via font-weight:400 */
.wallet-balance .balance-currency {
    color: #9b9c9e;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.21px;
    margin-right: 4px;
}

/* ════
   HEADER BOTTOM — ícones oficiais da Spribe
   Replicação exacta do CSS da Spribe (all_bets.html)
   ════ */

/* ── Header left: logo do Aviator ── */
.header-left {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 8px;
    min-width: 0;
    flex-shrink: 0;
}

.game-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

/*
 * all_bets (exacto): .game-logo { width:72px; height:100%; background … center/contain }
 * Para SVG inline: width em CSS define a largura; height:auto calcula pela proporção do viewBox (108×28).
 * SEM overflow:visible — era isso que fazia o SVG pintar ao tamanho natural (108×28) fora da caixa.
 */
.game-logo {
    width: 72px;
    height: 32px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.game-logo-svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (min-width: 768px) {
    .game-logo {
        width: 84px;
        height: 32px;
    }
}

/* ── Header right container ── */
.header-right {
    display: flex;
    align-items: center;
    min-width: fit-content;
}

/* ── Burger icon (três barras) — SVG inline Spribe ── */
.burger-i {
    margin: 4px;
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    overflow: visible;
}

/* Remove estilos Bootstrap do botão dropdown no header */
.header-bottom .btn-group .btn.caret-none {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

/* ── Chat icon — SVG inline Spribe ── */
.chat-i-wrapper {
    display: flex;
    align-items: center;
}

.chat-i {
    margin: 4px;
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    cursor: default;
    overflow: visible;
}

.header-bottom .dropdown-menu {
    z-index: 1000;
}

.menu-icon {
    color: #9b9c9e;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48
}

.caret-none {
    height: 26px;
    width: 40px;
    border-radius: 20px;
}

    .caret-none.dropdown-toggle::after {
        display: none;
    }

/*
 * Painel conta (☰): só estas regras — escopo estrito ao menu perfil (.profile-dropdown).
 * Sem scroll dentro do menu: vmin/vw mais breakpoints encolhem tudo proporcionalmente.
 * Bordo pouco curvo (~4px) para ficar próximo ao default Bootstrap / Spribe.
 */
ul.dropdown-menu.profile-dropdown.dropdown-menu-dark {
    box-sizing: border-box;
    min-width: min(268px, calc(100vw - max(28px, env(safe-area-inset-left, 0px) + env(safe-area-inset-right, 0px))));
    max-width: calc(100vw - max(20px, env(safe-area-inset-left, 0px) + env(safe-area-inset-right, 0px)));
    max-height: none;
    overflow: visible !important;
    overflow-x: hidden;
    border-radius: 4px !important;
    background: #2c2d30;
    font-size: clamp(9.5px, 2vmin + 0.4vw, 12px);
    line-height: 1.38;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark .profile-head {
    padding: 0.65em 0.72em;
    background: #383A3E;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark .avtar-ico {
    min-width: 36px;
    width: clamp(34px, 9vmin, 40px);
    height: clamp(34px, 9vmin, 40px);
    border-radius: 50%;
    margin-right: 0.55em;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark .profile-name {
    font-size: clamp(12.8px, 1.06em + 3px, 16px);
    line-height: 1.28;
    color: #fff;
    font-weight: 600;
}

.change-avatar-btn {
    padding: 5px 7px;
    border-radius: 6px;
}

    .change-avatar-btn:hover {
        background: #2c2d30;
    }

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li {
    border-top: solid 1px rgba(255, 255, 255, .07);
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li.divider {
    height: 3px;
    background: #383A3E;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li a {
    padding: 0.52em 0.58em;
    gap: 0.42em;
    row-gap: 0.25em;
    display: flex;
    color: #cdcdcd;
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
    box-sizing: border-box;
    font-size: 1em !important;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li a .ico {
    color: #7c7c7c;
    font-size: 1.7em !important;
    width: 1em !important;
    flex-shrink: 0;
    margin-right: 0.06em !important;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li:hover,
ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li a:hover,
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background: #191b1d;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li.profile-head:hover {
    background: #383A3E;
}

ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li.divider:hover {
    background: #383A3E;
}

@media (max-height: 620px),
(max-width: 380px) {
    ul.dropdown-menu.profile-dropdown.dropdown-menu-dark {
        font-size: clamp(9px, 1.75vmin + 0.42vw, 11px);
    }
}

@media (max-height: 540px),
(max-width: 340px) {
    ul.dropdown-menu.profile-dropdown.dropdown-menu-dark {
        font-size: clamp(8.45px, 1.62vmin + 0.38vw, 10px);
    }

    ul.dropdown-menu.profile-dropdown.dropdown-menu-dark .profile-head {
        padding: 0.45em 0.55em;
    }

    ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li a {
        padding: 0.4em 0.48em;
    }

    ul.dropdown-menu.profile-dropdown.dropdown-menu-dark li.divider {
        height: 2px;
    }
}

@media (max-height: 460px) {
    ul.dropdown-menu.profile-dropdown.dropdown-menu-dark {
        font-size: clamp(8px, 1.52vmin + 0.34vw, 9.35px);
    }
}

.form-switch.lg-switch .form-check-input {
    width: 35px;
    height: 18px;
}

.lg-switch .form-check-input:focus {
    box-shadow: none;
}

.lg-switch .form-check-input {
    background-position: left center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232c2d30'/%3e%3c/svg%3e");
}

    .lg-switch .form-check-input:checked {
        background-color: #229607;
        border-color: #229607;
    }

.lg-switch .form-check-input {
    background-color: transparent;
    border: solid 1px rgba(255,255,255,.3);
    cursor: pointer;
}

/* Aba Automático — interruptores (fundo #141516, sem borda) */
.bet-controls .controls .second-row .cash-out-switcher .form-check-input {
    background-color: #141516 !important;
    border: none !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232c2d30'/%3e%3c/svg%3e");
    background-position: left center;
}

.bet-controls .controls .second-row .cash-out-switcher .form-check-input:checked {
    background-color: #141516 !important;
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a3a3a3'/%3e%3c/svg%3e");
    background-position: right center;
}

.bet-controls .controls .second-row .cash-out-switcher .form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Campo multiplicador auto cashout (ex.: 1.10x) */
.bet-controls .controls .second-row .cashout-spinner-wrapper .cashout-spinner .spinner.small .input input,
.bet-controls .controls .second-row .cashout-spinner-wrapper input {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-variant-numeric: lining-nums tabular-nums;
}

.main-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #101011;
}

@media(max-width:767px) {
    .logo1 {
        width: 100px;
    }

    .login-btn, .register-btn, .deposite-btn {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
    }

    .caret-none {
        width: auto;
    }
}

footer {
    background: #2A2B2E;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    width: 100%;
}

.footer-bottom, .footer-top {
    justify-content: space-between;
    display: flex;
    margin: 20px;
    flex-wrap: wrap;
}

.footer-logo img {
    max-width: 266px;
    width: 75%;
}

.footer-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 auto;
}

.footer-column_center, .footer-column_left {
    flex-grow: 1;
}

.darkblue-bg {
    background-color: #09437f;
    padding: 0 30px;
    height: 45px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon_monocolor {
    width: 20px;
    fill: #1183d3;
    transition: .3s ease;
    cursor: pointer;
}

    .footer-icon_monocolor:hover {
        fill: #428cdc;
    }

    .footer-icon_monocolor svg {
        fill: inherit;
        width: 100%;
        stroke-width: inherit;
        height: 100%;
    }

.social-icons .footer-icon_monocolor {
    height: 28px;
    min-width: 36px;
}

.age_limit {
    border: 2px solid #09437f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    color: #1183d3;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ftr-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .ftr-nav a {
        margin-right: 30px;
        color: #1183d3;
        font-size: 16px;
        font-weight: 600;
        transition: color .3s ease;
        display: flex;
        align-items: center;
    }

.footer-middle .footer-top {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.footer-highlight {
    padding: 10px;
    background-color: #04386e;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}

.providers-icons {
    flex: 1 1 auto;
}

.providers .footer-icon {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    height: 27px;
}

    .providers .footer-icon svg {
        fill: inherit;
        width: 100%;
        stroke-width: inherit;
        height: 100%;
    }

.footer-bottom .footer-column {
    align-items: flex-start;
}

.antillephone {
    max-width: 206px;
}

.footer__antillephone-license {
    width: 30px;
    height: 50px;
}

.antialis-inner {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 60px;
    min-width: 50px;
}

.ftr-txt {
    color: #36699e;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    min-width: 140px;
}

.footer-sponsors-list {
    margin: 0;
    border-radius: 0;
}

element.style {
}

.footer-sponsors-list {
    margin: 0;
    border-radius: 0;
}

.footer-highlight {
    padding: 10px;
    background-color: #04386e;
}

.games {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .games .footer-icon {
        height: 56px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 11.1111%;
        margin: 5px;
    }

        .games .footer-icon.fifa {
            max-width: 79px;
        }

        .games .footer-icon.nhl {
            max-width: 40px;
        }

        .games .footer-icon.wta {
            max-width: 57px;
        }

        .games .footer-icon.fiba {
            max-width: 61px;
        }

        .games .footer-icon.atp {
            max-width: 49px;
        }

        .games .footer-icon.uefa {
            max-width: 71px;
        }

        .games .footer-icon.iihf {
            max-width: 99px;
        }

        .games .footer-icon.nba {
            max-width: 68px;
        }

    .games svg {
        fill: #628eb9;
        width: 100%;
        stroke-width: inherit;
        height: 100%;
    }

@media(max-width:575px) {
    .footer-icon_monocolor {
        margin-left: 10px !important;
    }

    .social-icons .footer-icon_monocolor {
        height: 18px;
        min-width: 22px;
        display: flex;
        align-items: center;
        margin-left: 5px !important;
    }

    .ftr-nav a {
        font-size: 10px;
        margin: 0 15px 10px;
    }
}
@media(max-width:620px) {
    .providers .footer-icon {
        height: 12px;
        width: auto;
        flex-basis: auto;
        display: flex;
        align-items: center;
    }
}
@media(max-width:420px) {
    .darkblue-bg {
        padding: 0 10px;
    }

}

.main-container {
    display: flex;
    /*height: calc(100vh - 98px);*/
}

.left-sidebar {
    min-width: 410px !important;
    max-width: 410px !important;
    padding-left: 10px;
}

.right-sidebar {
    width: calc(100% - 410px) !important;
}

.tabs-navs, .tabs-navs1 {
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tabs-navs .nav-item button, .tabs-navs1 .nav-item button {
        padding: 0;
        height: 20px;
        width: 100px;
        font-size: 12px;
        color: #fff;
        z-index: 2;
        position: relative;
    }

    .tabs-navs .nav.nav-pills, .tabs-navs1 .nav.nav-pills {
        border-radius: 10px;
        border: solid 1px #363738;
        position: relative;
        overflow: hidden;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-radius: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
}

.tabs-navs .active-line, .tabs-navs1 .active-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 33.333%; */
    width: 50%; /* mehul */
    height: 20px;
    border-radius: 10px;
    background: rgb(44, 45, 48);
    transition: all ease-in-out 0.5s;
}

.tabs-navs .nav-item:nth-child(1).active ~ .active-line, .tabs-navs1 .nav-item:nth-child(1).active ~ .active-line {
    left: 0%;
}

.tabs-navs .nav-item:nth-child(2).active ~ .active-line, .tabs-navs1 .nav-item:nth-child(2).active ~ .active-line {
    /* left: 33.333%; */
    left: 50%; /* mehul */
}

.tabs-navs .nav-item:nth-child(3).active ~ .active-line, .tabs-navs1 .nav-item:nth-child(3).active ~ .active-line {
    left: 66.666%;
}

.contents-blocks {
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    /*background: #1B1C1D;*/
    background-image: url(../images/grey-texture-bg.png);
    border-radius: 20px 20px 0 0;
    border: 1px solid #2A2B2E;
    border-bottom: 0;
    min-height: 0;
    color: #7b7b7b;
    padding: 10px;
}

.bets-count {
    color: #fff;
}

/* Removed pill/border — bet amounts display as plain text */
.previous-history {
    color: #bbbfc5 !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    font-size: 12px;
    font-family: Inter, sans-serif;
    transition: none;
}

    .previous-history.selected {
        border: solid 1px #e90000;
        background-color: #600;
    }

        .previous-history.selected .history-icos, .previous-history .close-icos {
            display: none;
        }

        .previous-history.selected .close-icos {
            display: block;
        }

.list-header {
    font-size: 11px;
    color: #7b7b7b;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.slimScrollDiv {
    height: auto !important;
}

.list-body {
    /*max-height: calc(100vh - 150px);*/
    max-height: calc(100vh - 100px);
    height: 100% !important;
}

.list-body2 {
    max-height: calc(100vh - 120px);
    height: 100% !important;
}

/* Spribe bets widget: globais .list-body usam height/max-height !important (ex.: 430px ≤640px). */
.bets-block.spribe-bets-tabs .list-data-tbl {
    flex: 1 1 0% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.bets-block.spribe-bets-tabs .list-body {
    max-height: none !important;
    min-height: 0 !important;
    flex: 1 1 0% !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch !important;
}

.column-1 {
    box-sizing: border-box;
    width: 28%;
    text-align: left;
}

.column-2 {
    box-sizing: border-box;
    width: 25%;
    text-align: center;
}

.column-3, .column-4 {
    box-sizing: border-box;
    width: 20%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.list-items {
    border-radius: 17px;
    background-image: linear-gradient(85deg,#0000,#0f1214);
    border: solid 2px #0000;
    margin-bottom: 2px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    height: 34px;
    font-weight: 600;
}

.column-2 .btn {
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
}

.list-items.active {
    border: solid 1px #427F00;
    background: #123405;
}

.list-second {
    padding: 5px;
}

.column-1.users, .column-1.users1 {
    margin-left: 2px;
}

.column-1.users1 {
    min-width: 80px;
    width: 80px;
    align-items: center;
}

    .column-1.users .avatar, .column-1.users1 .avatar {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        border-radius: 50%;
    }

.column-3.w-auto, .column-4.w-auto {
    color: #6b6b6b;
}

.list-items.active .column-2 .btn {
    border: none;
}

.list-second {
    height: auto;
}

.custom-tabs .nav-tabs {
    border: none;
}

    .custom-tabs .nav-tabs .nav-link.active, .custom-tabs .nav-tabs .nav-item.show .nav-link, .custom-tabs .nav-tabs .nav-link {
        color: #fff;
        background: transparent;
    }

        .custom-tabs .nav-tabs .nav-link.active {
            border: 1px solid #fff;
        }

    .custom-tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        padding: 0 10px;
        height: 24px;
        border-radius: 12px;
    }

.tooltip-inner ul {
    list-style: none;
    padding: 0;
    min-width: 150px;
}

    .tooltip-inner ul li {
        display: flex;
        justify-content: space-between;
    }

        .tooltip-inner ul li span {
            color: #b0bbc8;
            font-size: 12px;
            font-weight: normal;
        }

            .tooltip-inner ul li span span {
                color: #fff;
                font-size: 14px;
            }

.tooltip.show {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

.fairness .material-symbols-outlined {
    color: #57b314;
}

.fairness:hover:after {
    content: attr(data-title);
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    min-width: 115px;
    padding: 0 5px;
    height: 28px;
    border-radius: 6px;
    background-color: #57b314;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    top: 50%;
    color: #fff;
    font-weight: normal;
    transform: translate(-105%,-50%);
}

.date-times {
    color: #a6a9b1;
    font-size: 12px;
    font-weight: normal;
}

.text-purple {
    color: #900087;
}

/* ── Round History Bar — Spribe style ── */
.history-top {
    min-height: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.stats {
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px;
    border-radius: 16px;
}

.stats .payouts-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 4px;
    overflow: hidden;
}

.stats .payouts-wrapper .payouts-block {
    display: flex;
    flex-wrap: nowrap;
}

/* ── Payout pill in the bar — text-only, Spribe colours ── */
.stats .payouts-wrapper .payouts-block .custom-badge {
    background: transparent !important;
    border-radius: 0;
    padding: 0;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.18px;
    width: 40.2px;
    height: 22px;
    min-width: 40.2px;
    max-width: 40.2px;
    min-height: 22px;
    max-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    flex-shrink: 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum", "tnum";
}

/* Spribe colour per multiplier range */
.stats .payouts-wrapper .payouts-block .bg3.custom-badge { color: #34b4ff; }
.stats .payouts-wrapper .payouts-block .bg1.custom-badge { color: #913ef8; }
.stats .payouts-wrapper .payouts-block .bg2.custom-badge { color: #c017b4; }

/* Largura das pills por faixa de multiplicador (evita sobreposição em 10x+) */
.stats .payouts-wrapper .payouts-block .custom-badge.round-pill--mid,
.history-dropdown .custom-badge.round-pill--mid {
    width: 47.8px;
    min-width: 47.8px;
    max-width: 47.8px;
}

.stats .payouts-wrapper .payouts-block .custom-badge.round-pill--hi,
.history-dropdown .custom-badge.round-pill--hi {
    width: 55.4px;
    min-width: 55.4px;
    max-width: 55.4px;
}

.stats .payouts-wrapper .payouts-block .custom-badge.round-pill--mega,
.history-dropdown .custom-badge.round-pill--mega {
    width: 63px;
    min-width: 63px;
    max-width: 63px;
}

/* Opacity fade — newest pill full opacity, older ones fade */
.stats .payouts-wrapper .payouts-block .custom-badge         { opacity: .5; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(1) { opacity: 1; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(2) { opacity: .9; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(3),
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(4) { opacity: .8; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(5) { opacity: .75; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(6) { opacity: .7; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(7) { opacity: .65; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(8) { opacity: .6; }
.stats .payouts-wrapper .payouts-block .custom-badge:nth-child(9) { opacity: .55; }

/* ── Show-more button — Spribe style ── */
.stats .button-block {
    flex-shrink: 0;
    margin: 0 4px;
    display: flex;
    align-items: center;
    height: 100%;
}

.stats .button-block .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 6px;
    border-radius: 32px;
    background: #2c2d30;
    border: none;
    cursor: pointer;
    z-index: 1;
    box-shadow: -4px 0 10px 10px #0e0e0e;
}

.stats .button-block .button .button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats .button-block .button .button-icon .material-symbols-outlined {
    font-size: 14px;
    color: #a3a3a3;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

/* Toggle open/closed icon state */
.stats .button-block .button .open-icon  { display: none; }
.stats .button-block .button .closed-icon { display: flex; }

.button-block.show .button .open-icon   { display: flex; }
.button-block.show .button .closed-icon { display: none; }
.button-block.show .button .button-icon .material-symbols-outlined { color: #fff; }
/* Elevate button above the open dropdown so it remains clickable */
.button-block.show .button { z-index: 5210; box-shadow: none; }

/* ── History dropdown — Spribe style ── */
/* Filho de .stats: cobre a faixa inteira, rola com a página (sem fixed) */
.stats .history-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 16px;
    background: #1b1c1d;
    box-shadow: 0 0 4px #141414e0, 0 0 0 2px #2c2d3066;
    padding: 4px;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.history-dropdown-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 8px;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.18px;
    font-variant-numeric: lining-nums tabular-nums;
}

.round-history-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2px 4px;
}

/* Pills inside dropdown — same text-only Spribe style */
.history-dropdown .custom-badge {
    background: transparent !important;
    border-radius: 0;
    padding: 0;
    margin-right: 4px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    width: 40.2px;
    height: 22px;
    min-width: 40.2px;
    max-width: 40.2px;
    min-height: 22px;
    max-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    flex-shrink: 0;
}

.history-dropdown .bg3.custom-badge { color: #34b4ff; }
.history-dropdown .bg1.custom-badge { color: #913ef8; }
.history-dropdown .bg2.custom-badge { color: #c017b4; }

.pa-5 {
    padding: 10px;
}

.game-play {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
    padding: 0 10px 10px;
    height: calc(100vh - 40px);
}

.stats:has(.button-block.show) .history-dropdown,
.button-block.show ~ .history-dropdown {
    display: block;
}

/* Histórico aberto — só altura vertical das pills (faixa fechada inalterada) */
.stats:has(.button-block.show) .history-dropdown .round-history-list > .custom-badge,
.button-block.show ~ .history-dropdown .round-history-list > .custom-badge {
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    line-height: 22px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stage-board {
    height: calc(100vh - 265px);
    min-height: 200px;
    /* height: 400px; */
    position: relative;
}

.stage-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #2A2B2E;
    overflow: hidden;
}

/* ════
   BET CONTROLS — Pixel-perfect Spribe Aviator recreation
   Extracted verbatim from Spribe production build (all_bets.html)
   • Flat solid colors · 4px solid #141516 borders
   • 1px colored borders on action buttons · translateY(1px) on press
   • NO gradients · NO layered shadows
   ════ */

/* ── Wrapper ── */
.bet-controls {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 4px;
    row-gap: 4px;
    column-gap: 4px;
    align-content: flex-start;
    padding: 0 4px;
}

.bet-control.double-bet:first-child { padding-right: 0; }
.bet-control.double-bet:last-child  { padding-left: 0; }

/* ── Card panel (outer) ── */
.bet-controls .bet-control {
    flex: 1 1 310px;
    width: 100%;
    min-width: 310px;
    max-width: 760px;
    height: 184px;
    border-radius: 20px;
    overflow-y: hidden;
}

/* ── Card panel (inner dark surface) — flat, no shadows ── */
.bet-controls .bet-control .controls {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 184px;
    border-radius: 20px;
    background-color: #1b1c1d;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    /* visible: o botão remove (círculo + bordo) fica no canto; overflow:hidden cortava o anel no Safari mobile */
    overflow: visible;
    overflow-y: hidden;
}

/* Auto tab open: segunda fila dentro da altura fixa (desktop) */
.bet-controls .bet-control .controls:has(.second-row.show) {
    height: 184px;
    min-height: 184px;
}

/* ── Top content section (navigation + first-row) ── */
.bet-controls .bet-control .controls > .navigation,
.bet-controls .bet-control .controls > .first-row {
    max-width: 384px;
}

/* ── + / remove icon ── */
.bet-box-action {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(140,140,145,0.7);
    transition: color 150ms ease-out;
    z-index: 2;
}
.bet-box-action:hover { color: rgba(200,200,205,0.9); }
.bet-box-action.add   { color: #29a909; }

/* Remove button — Spribe: círculo #2c2d30 + anel 4px #141516 (border real = fiável no iOS) */
.bet-box-action.remove-btn {
    box-sizing: border-box;
    background-color: #2c2d30;
    border: 4px solid #141516;
    -webkit-appearance: none;
    appearance: none;
}
.bet-box-action.remove-btn svg {
    pointer-events: none;
    flex-shrink: 0;
    display: block;
}

/* 2.º card: (−) na linha Apostas/Auto; coluna direita = fim do botão verde */
.bet-controls #extra_bet_section .controls > .bet-box-action.remove-btn {
    top: 8px;
    right: calc((100% - min(384px, 100%)) / 2 + 8px);
    transform: none;
}

/* ── Tab navigation: Apostas / Auto ── */
.controls .navigation {
    width: 208px;
    height: 32px;
    display: flex;
    justify-content: center;
    margin: 8px 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}

.navigation-switcher {
    display: flex;
    width: 100%;
    height: 32px;
    background: #141516;
    border-radius: 64px;
    border: solid 4px #141516;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.navigation-switcher .slider {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.18px;
    cursor: pointer;
    z-index: 1;
    transition: background-color 0.25s ease-in, color 0.25s ease-in;
    user-select: none;
    -webkit-font-smoothing: antialiased;
}

.navigation-switcher .slider:not(.active):hover { color: #d0021b; }

.navigation-switcher .slider.active {
    background: #2c2d30;
    color: #ebebeb;
    cursor: default;
}

/* Legacy sliding-line — hidden; Spribe puts bg directly on active slider */
.navigation-switcher .active-line { display: none; }

/* TEXTO VISÍVEL "Automático" — o nó de texto permanece "Auto" para o JS ($.text() === 'Auto') */
.bet-controls .navigation-switcher .slider.auto-btn {
    position: relative;
    font-size: 0;
    color: transparent;
    letter-spacing: 0;
}

.bet-controls .navigation-switcher .slider.auto-btn::before {
    content: 'Automático';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.18px;
    font-family: 'Inter', sans-serif;
    color: #a3a3a3;
    white-space: nowrap;
    pointer-events: none;
    transition: color 0.25s ease-in;
}

.bet-controls .navigation-switcher .slider.auto-btn:not(.active):hover::before {
    color: #d0021b;
}

.bet-controls .navigation-switcher .slider.auto-btn.active::before {
    color: #ebebeb;
}

/* Aba AUTOMÁTICO — rótulos PT (uma linha no desktop; mobile ≥991 reforça no mesmo bloco) */
.bet-controls .controls .second-row .auto-switch-lbl {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2em;
    white-space: nowrap;
}

.bet-controls .controls .second-row .auto-switch-lbl .auto-lbl-line2 {
    display: inline;
}

/* ── First row: [bet-block LEFT] [buttons-block RIGHT] ── */
.first-row.auto-game-feature {
    display: flex;
    width: 100%;
    max-width: 390px;
    justify-content: center;
    padding-top: 8px;
    margin: auto;
    flex-shrink: 0;
}

/* ── Left side: amount input + presets ── */
.bet-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 140px;
    min-width: 140px;
    flex-shrink: 0;
}

.spinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    width: 100%;
    border-radius: 32px;
    background-color: #141516;
    border: none;
    padding: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #ccc;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    transition: opacity 0.1s;
}

.spinner.small { padding: 0; height: 28px; }

.spinner .input {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    height: 100%;
}
.spinner .input.full-width {
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    height: 100%;
}

.spinner .input input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #ccc;
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    caret-color: #28a909;
    outline: none;
}
.spinner .input input:disabled { opacity: .5; cursor: not-allowed; }

:focus-visible { outline: none; }

.spinner .qty-buttons {
    display: inline-flex;
    align-items: center;
}

.spinner .qty-buttons button {
    margin: 0;
    padding: 0;
    border: none;
    width: 24px; height: 24px;
    min-width: 24px; min-height: 24px;
    background: #2c2d30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8c8cc;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 150ms ease-out, transform 80ms ease-out;
}
.spinner .qty-buttons button:hover  { background: #3a3b3e; }
.spinner .qty-buttons button:active { transform: translateY(1px); box-shadow: none; }

.spinner .qty-buttons button .material-symbols-outlined {
    font-size: 15px;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

/* ── Preset amount buttons (flex-wrap, fixed 68×24 per Spribe) ── */
.bets-opt-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    color: #9ea0a3;
    font-family: 'Inter', sans-serif;
}

.bets-opt-list .btn-sm.bet-opt,
.btn-sm.bet-opt {
    font-size: 14px;
    font-weight: 400;
    width: 68px;
    height: 24px;
    margin-top: 4px;
    line-height: 1;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: #141516;
    background-color: #141516;
    color: #9ea0a3;
    text-align: center;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    transition: background-color 150ms ease-out, color 150ms ease-out;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bets-opt-list .bet-opt:nth-child(even) { margin-left: 4px; }

.btn-sm.bet-opt:hover {
    background-color: #252528;
    color: #e8e8ec;
    box-shadow: none;
}
.btn-sm.bet-opt:active {
    transform: translateY(1px);
    box-shadow: none;
}

/* ── Right side: APOSTA / CANCEL / CASHOUT button wrapper ── */
.controls .first-row .buttons-block {
    width: calc(100% - 148px);
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    border-radius: 16px;
    border: solid 4px #141516;
    min-height: 88px;
    overflow: hidden;
    box-shadow: none;
}

.controls .first-row .buttons-block button {
    width: 100%;
    flex: 1;
    min-height: 88px;
    height: 88px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    border-radius: 12px;
    transition: background-color 150ms ease-out, transform 80ms ease-out;
    font-variant-numeric: lining-nums tabular-nums;
    line-height: 1;
}

/* ── APOSTA inner layout ── */
.buttons-block .btn.spribe-bet-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-family: 'Inter', sans-serif !important;
}

.bet-btn-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    margin: 0;
}

.bet-lbl-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    line-height: 27px;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}

.bet-lbl-amount {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    line-height: 27px;
    font-size: 22px;
    letter-spacing: -0.33px;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
}

.bet-lbl-amount .bet-currency {
    font-size: 18px;
    margin-left: 4px;
    letter-spacing: 0;
}

/* Botão verde — só texto (Aposta / valor / MZN); não altera layout */
.bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-lbl-action,
.bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-lbl-amount,
.bet-controls .buttons-block .btn.btn-success .bet-btn-inner .main-bet-display-val,
.bet-controls .buttons-block .btn.btn-success .bet-btn-inner .extra-bet-display-val {
    font-size: 22px !important;
    line-height: 27px !important;
    color: #fafafa !important;
    text-transform: none !important;
    font-weight: 400 !important;
    letter-spacing: -0.33px;
    white-space: nowrap !important;
}

.bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-lbl-amount {
    flex-wrap: nowrap !important;
}

.bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-currency {
    font-size: 18px !important;
    color: #fafafa !important;
    font-weight: 400 !important;
}

/* Dimensões fixas Apostas (PC + mobile) — só elementos internos; .bet-control mantém 184px */
.bet-controls .bet-block {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    flex: 0 0 140px;
}

.bet-controls .bet-block > .spinner {
    width: 140px;
    max-width: 140px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.bet-controls .bets-opt-list .btn-sm.bet-opt,
.bet-controls .btn-sm.bet-opt {
    width: 68px;
    height: 24px;
    min-width: 68px;
    max-width: 68px;
    flex: 0 0 68px;
    color: #ffffff80;
}

.bet-controls .btn-sm.bet-opt:hover {
    color: #e8e8ec;
}

.bet-controls .controls .first-row.auto-game-feature {
    align-items: center;
    padding-top: 0;
}

/* Botão verde — moldura Spribe (border-radius + borda); altura pelo min-height do botão */
.bet-controls .controls .first-row .buttons-block {
    align-self: center;
    border-radius: 16px;
    border: solid 4px #141516;
    overflow: hidden;
    box-sizing: border-box;
}

.bet-controls .controls .first-row .buttons-block button.btn-success,
.bet-controls .controls .first-row .buttons-block button.btn-danger,
.bet-controls .controls .first-row .buttons-block button.btn-warning {
    width: 100%;
    height: 88px;
    min-height: 88px;
    max-height: 88px;
    flex: 0 0 88px;
    border-radius: 12px;
    box-sizing: border-box;
}

/* ── Green APOSTA button — flat Spribe style ── */
.buttons-block .btn.btn-success {
    background: #28a909;
    background-color: #28a909;
    border: solid 1px #b2f2a3;
    color: #fff;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border-radius: 12px;
}
.buttons-block .btn.btn-success:hover {
    background-color: #36cb12;
    box-shadow: none;
}
.buttons-block .btn.btn-success:not(.disabled):not(:disabled):active,
.buttons-block .btn.btn-success:not(.disabled):active {
    background-color: #36cb12;
    outline: none;
    box-shadow: none;
    transform: translateY(1px);
}
.buttons-block .btn.btn-success:disabled,
.buttons-block .btn.btn-success.disabled {
    background-color: #28a909;
    opacity: .5;
    box-shadow: none;
}

/* ── Red CANCELAR button ── */
.buttons-block .btn.btn-danger {
    background: #cb011a;
    background-color: #cb011a;
    border: solid 1px #ff7171;
    color: #fff;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border-radius: 12px;
}
.buttons-block .btn.btn-danger:hover {
    background-color: #f7001f;
    box-shadow: none;
}
.buttons-block .btn.btn-danger:not(.disabled):not(:disabled):active,
.buttons-block .btn.btn-danger:not(.disabled):active {
    background-color: #f7001f;
    color: #fff;
    outline: none;
    box-shadow: none;
    transform: translateY(1px);
}

/* ── Orange LEVANTAR (cashout) button ── */
.buttons-block .btn.btn-warning {
    background: #d07206;
    background-color: #d07206;
    border: solid 1px #ffbd71;
    color: #fff;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border-radius: 12px;
}
.buttons-block .btn.btn-warning:hover {
    background-color: #f58708;
    box-shadow: none;
}
.buttons-block .btn.btn-warning:not(.disabled):not(:disabled):active,
.buttons-block .btn.btn-warning:not(.disabled):active {
    background-color: #f58708;
    color: #fff;
    outline: none;
    box-shadow: none;
    transform: translateY(1px);
}

/* ── Waiting tooltip (under button, inside buttons-block) ── */
.btn-tooltip {
    margin-top: 2px;
    color: rgba(250, 250, 250, 0.8);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.21px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 0;
    white-space: nowrap;
}

/* Waiting text inline under CANCELAR (inside button, same visual style) */
.buttons-block .btn.btn-danger .cancel-waiting-inline {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.21px;
    line-height: 1.1;
    white-space: nowrap;
}

/* ── Auto tab: second row (fixed 39px per Spribe) ── */
.controls .second-row {
    display: none;
    width: 100%;
    max-width: 390px;
    height: 39px;
    padding: 0 8px;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
    background: transparent;
    border: none;
    margin: 0;
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    transition: opacity 0.25s ease-out;
}

.controls .second-row.show { display: flex; }

.controls .second-row .auto-bet-wrapper { margin-left: 5px; }

.controls .second-row .auto-bet-wrapper .auto-bet {
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
    display: flex;
    align-items: center;
    text-align: center;
}

.controls .second-row .auto-bet-wrapper .auto-bet label,
.controls .second-row .cash-out-switcher label,
.controls .second-row .form-check-label {
    margin: 0 5px 0 0;
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #ccc;
    white-space: nowrap;
}

.controls .second-row .auto-bet-wrapper .auto-bet .auto-play-btn {
    height: 24px;
    width: auto;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
}

.auto-play-btn {
    border: 1px solid #36363c;
    border-radius: 64px;
    background-color: #252528;
    color: #83878e;
    text-align: center;
    box-shadow: none;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    transition: background-color 150ms ease-out, color 150ms ease-out;
}
.auto-play-btn:hover   { background-color: #36363c; color: #83878e; box-shadow: none; }
.auto-play-btn:active  { transform: translateY(1px); box-shadow: none; }

.controls .second-row .cashout-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ccc;
    margin: 0 5px;
    flex: 1;
}

.controls .second-row .cashout-block .cash-out-switcher {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.controls .second-row .cashout-block .cash-out-switcher .form-switch { padding: 0; }

.controls .second-row .cashout-block .cash-out-switcher .form-check-input {
    width: 36px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.controls .second-row .cashout-block .cashout-spinner-wrapper {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.controls .second-row .cashout-block .cashout-spinner-wrapper .cashout-spinner {
    height: 28px;
    width: 80px;
    display: flex;
    font-size: 12px;
    font-weight: 500;
}

.spinner .text.text-x {
    padding: 0;
    line-height: 1;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    margin-right: 4px;
}
.spinner .text.text-x .material-symbols-outlined {
    font-size: 14px;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

/* Global btn-danger rule (border-radius: 5px) re-scoped inside bet controls */
.bet-controls .btn.btn-danger {
    border-radius: 12px;
}

/* Kill Bootstrap's default focus ring inside bet controls (Spribe is ringless) */
.bet-controls .btn:focus,
.bet-controls .btn:focus-visible,
.bet-controls .btn.focus,
.bet-controls .btn-sm.bet-opt:focus,
.bet-controls .btn-sm.bet-opt:focus-visible,
.bet-controls .spinner .qty-buttons button:focus,
.bet-controls .spinner .qty-buttons button:focus-visible,
.bet-controls .navigation-switcher .slider:focus,
.bet-controls .navigation-switcher .slider:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

/* Keep the active-press transform on focus (matches Spribe behavior) */
.bet-controls .buttons-block .btn.btn-success:focus { background-color: #28a909; }
.bet-controls .buttons-block .btn.btn-danger:focus  { background-color: #cb011a; }
.bet-controls .buttons-block .btn.btn-warning:focus { background-color: #d07206; }


/* ── Footer interno do widget (Spribe) — perfil do backup (decimo): faixa baixa ── */
.bets-widget-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 4px;
    height: auto;
    min-height: 28px;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
}

.bets-widget-footer .provably-fair-block,
.bets-widget-footer .logo-block,
.bets-widget-footer .logo-block .logo-btn {
    display: flex;
    align-items: center;
    height: 12px;
    max-height: 12px;
    line-height: 12px;
    font-size: 10px;
    font-weight: 400;
    padding: 0 2px;
    box-sizing: border-box;
}

@media (max-width: 991.98px) {
    html {
        overflow-x: hidden;
        max-width: 100%;
    }

    body {
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 100%;
    }

    .main-container {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        flex-wrap: nowrap;
        padding: 4px;
        gap: 4px;
        box-sizing: border-box;
        overflow-x: hidden;
        max-width: 100%;
    }

    .left-sidebar {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        height: 80vh;
        padding-left: 0;
        order: unset;
        box-sizing: border-box;
    }

    .right-sidebar {
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        order: unset;
        box-sizing: border-box;
    }

    .game-play {
        height: auto;
        padding: 0;
    }

    .stage-board {
        /* Mobile vertical fit: keep top game area fully visible on short/tall phones */
        height: var(--mobile-stage-h, clamp(200px, calc(100 * var(--dvh, 1vh) - 430px), 268px));
        min-height: 200px;
        max-height: none;
        overflow-x: hidden;
        max-width: 100%;
        box-sizing: border-box;
    }

    .bet-controls {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        gap: 4px;
        row-gap: 4px;
        column-gap: 4px;
    }

    .bet-controls .bet-control {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        height: 144px;
        min-height: 144px;
        box-sizing: border-box;
    }

    .bet-controls .bet-control .controls {
        width: 100%;
        max-width: 100%;
        height: 144px;
        min-height: 144px;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .bet-controls .bet-control:has(.second-row.show),
    .bet-controls .bet-control .controls:has(.second-row.show) {
        height: 184px;
        min-height: 184px;
    }

    .controls .controls-content-top,
    .controls .controls-content-bottom {
        width: 100%;
        max-width: min(384px, 100%);
        box-sizing: border-box;
        min-width: 0;
    }

    .controls .controls-content-top {
        padding: clamp(4px, 1.8vw, 8px);
    }

    /* Apostas / Auto: pill compacto (~208px Spribe), centrado — não esticar à largura do cartão */
    .controls .navigation {
        width: 208px;
        max-width: calc(100% - 16px);
        margin: 8px auto;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .controls .navigation .navigation-switcher {
        width: 100%;
        box-sizing: border-box;
    }

    .controls .navigation-switcher .slider {
        flex: 1 1 50%;
        min-width: 0;
        max-width: 100%;
    }

    .controls .first-row,
    .controls .second-row {
        width: 100%;
        max-width: min(384px, 100%);
        box-sizing: border-box;
        min-width: 0;
    }

    .first-row.auto-game-feature {
        padding: 8px;
        margin: 0 auto;
        gap: clamp(4px, 1.5vw, 7px);
        min-width: 0;
        max-width: 100%;
    }

    .bet-controls .bet-block {
        width: 140px;
        min-width: 140px;
        max-width: 140px;
        flex: 0 0 140px;
        box-sizing: border-box;
    }

    .bet-controls .bet-block > .spinner {
        width: 140px;
        max-width: 140px;
        height: 32px;
        min-height: 32px;
        max-height: 32px;
    }

    .bet-controls .controls .first-row .buttons-block {
        width: auto;
        min-width: 0;
        margin-left: 0;
        flex: 1 1 auto;
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 16px;
        border: solid 4px #141516;
        overflow: hidden;
    }

    .bet-controls .controls .first-row .buttons-block button.btn-success,
    .bet-controls .controls .first-row .buttons-block button.btn-danger,
    .bet-controls .controls .first-row .buttons-block button.btn-warning {
        width: 100%;
        height: 88px;
        min-height: 88px;
        max-height: 88px;
        flex: 0 0 88px;
        border-radius: 12px;
    }

    .bet-controls .bets-opt-list .btn-sm.bet-opt,
    .bet-controls .btn-sm.bet-opt {
        width: 68px;
        height: 24px;
        min-width: 68px;
        max-width: 68px;
        flex: 0 0 68px;
    }

    /* ── Aba AUTOMÁTICO — mobile: uma linha horizontal (Spribe); encolhe texto, toggles e campo ── */
    .controls .second-row {
        height: 39px;
        min-height: 39px;
        max-height: 39px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0 clamp(3px, 1.6vw, 8px);
        box-sizing: border-box;
        overflow-x: clip;
        max-width: 100%;
    }

    .controls .second-row .cashout-block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: clamp(2px, 0.9vw, 10px);
        flex: 1;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .controls .second-row .cashout-block .cash-out-switcher {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        width: auto;
        gap: clamp(2px, 0.9vw, 8px);
        box-sizing: border-box;
    }

    .controls .second-row .cashout-block .cash-out-switcher > .form-check {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        flex: 1 1 0;
        min-width: 0;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        gap: clamp(2px, 0.9vw, 6px);
        box-sizing: border-box;
    }

    .controls .second-row .cashout-block .cash-out-switcher > .form-check.pe-5 {
        padding-right: 0.25rem !important;
    }

    .bet-controls .controls .second-row .auto-switch-lbl {
        flex-direction: row;
        align-items: center;
        white-space: nowrap;
        gap: 0.12em;
    }

    .bet-controls .controls .second-row .auto-switch-lbl .auto-lbl-line2 {
        display: inline;
    }

    .bet-controls .controls .second-row .cash-out-switcher label.form-check-label.auto-switch-lbl {
        flex-shrink: 1;
        min-width: 0;
        margin-right: 0 !important;
        align-self: center;
        box-sizing: border-box;
        line-height: 1.05;
        white-space: nowrap;
        font-size: clamp(7px, 2.7vw, 12px);
    }

    .controls .second-row .cashout-block .cash-out-switcher .form-check-input {
        flex-shrink: 0;
        margin-left: 0 !important;
        width: clamp(26px, 9vw, 36px) !important;
        height: clamp(14px, 4.9vw, 20px) !important;
    }

    .controls .second-row .cashout-spinner-wrapper {
        flex: 0 1 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: 0;
        height: auto;
        min-width: 0;
        max-width: min(32%, 5.25rem);
        box-sizing: border-box;
    }

    .controls .second-row .cashout-spinner-wrapper .cashout-spinner {
        width: 100%;
        min-width: 0;
        flex-shrink: 1;
        max-width: min(5rem, 24vw);
        box-sizing: border-box;
    }

    .controls .second-row .cashout-spinner-wrapper .cashout-spinner .spinner.small {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: clamp(22px, 6.4vw, 28px);
        padding: 0 clamp(1px, 0.8vw, 4px);
        font-size: clamp(9px, 2.75vw, 12px);
        box-sizing: border-box;
    }

    .controls .second-row .cashout-spinner-wrapper .cashout-spinner .spinner.small .input input {
        font-size: clamp(9px, 2.75vw, 12px) !important;
    }

    .spinner .input.full-width {
        width: 100%;
    }

    .bet-lbl-action,
    .bet-lbl-amount {
        font-size: clamp(16px, 4.6vw, 22px);
        line-height: 1.15;
        white-space: nowrap;
    }

    .bet-lbl-amount .bet-currency {
        font-size: clamp(14px, 3.8vw, 18px);
    }

    .bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-lbl-action,
    .bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-lbl-amount,
    .bet-controls .buttons-block .btn.btn-success .bet-btn-inner .main-bet-display-val,
    .bet-controls .buttons-block .btn.btn-success .bet-btn-inner .extra-bet-display-val {
        font-size: 22px !important;
        line-height: 27px !important;
        color: #fafafa !important;
        text-transform: none !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }

    .bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-lbl-amount {
        flex-wrap: nowrap !important;
    }

    .bet-controls .buttons-block .btn.btn-success .bet-btn-inner .bet-currency {
        font-size: 18px !important;
        color: #fafafa !important;
        font-weight: 400 !important;
    }

    .btn-tooltip {
        font-size: clamp(11px, 2.8vw, 14px);
    }

    .bets-widget-footer {
        padding: 3px 4px;
        min-height: 22px;
    }

    .bets-widget-footer .provably-fair-block,
    .bets-widget-footer .logo-block,
    .bets-widget-footer .logo-block .logo-btn {
        height: 12px;
        max-height: 12px;
        line-height: 12px;
        font-size: 9px;
        font-weight: 400;
        padding: 0 2px;
    }
}

/* ── Aba AUTOMÁTICO — telemóveis estreitos (≤375px): 2 linhas de texto centradas; evita sobreposição ──
      Aposta          Levantar      (linhas centradas por coluna)
      automática      Auto          [toggles + 1.10× na mesma faixa] */
@media (max-width: 991.98px) and (max-width: 375px) {
    .controls .second-row {
        height: auto;
        min-height: 39px;
        max-height: none;
        align-items: center;
        padding: 6px clamp(3px, 1.6vw, 8px);
        overflow-x: visible;
    }

    .controls .second-row .cashout-block .cash-out-switcher {
        justify-content: space-between;
        align-items: center;
        gap: clamp(5px, 2.5vw, 12px);
    }

    .controls .second-row .cashout-block .cash-out-switcher > .form-check {
        align-items: center;
        justify-content: center;
        gap: clamp(4px, 1.5vw, 8px);
        flex: 1 1 0;
        min-width: 0;
    }

    .bet-controls .controls .second-row .cash-out-switcher label.form-check-label.auto-switch-lbl {
        flex: 1 1 0;
        min-width: 0;
        white-space: normal;
        font-size: clamp(8px, 3.05vw, 11px);
        line-height: 1.14;
        align-self: center;
        text-align: center;
    }

    .bet-controls .controls .second-row .auto-switch-lbl {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        white-space: normal;
        gap: 0;
        line-height: 1.14;
        text-align: center;
    }

    .bet-controls .controls .second-row .auto-switch-lbl .auto-lbl-line1,
    .bet-controls .controls .second-row .auto-switch-lbl .auto-lbl-line2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .controls .second-row .cashout-block .cash-out-switcher .form-check-input {
        flex-shrink: 0;
        width: clamp(28px, 9.5vw, 36px) !important;
        height: clamp(15px, 5vw, 20px) !important;
    }

    .controls .second-row .cashout-spinner-wrapper {
        align-self: center;
        flex-shrink: 0;
        max-width: min(34%, 5rem);
    }
}

/* ── Tablet: side-by-side but tighter ── */
@media (max-width: 900px) and (min-width: 641px) {
    .bet-controls {
        padding: 0 4px;
    }

    .bet-controls .bet-control {
        min-width: 280px;
        flex: 1 1 280px;
    }
}

/* ── Mobile: stack vertically ── */
@media (max-width: 640px) {
    .bet-controls {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 0;
        gap: 0 !important;
        row-gap: 0 !important;
    }

    .bet-controls .bet-control {
        min-width: 0;
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        height: 144px;
        min-height: 144px;
        padding: 0;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .bet-controls .bet-control + .bet-control {
        margin-top: 4px !important;
    }

    .bet-controls.controls-wrap .bet-control:first-child {
        margin-bottom: 0;
    }

    .controls .navigation {
        width: min(208px, calc(100% - 12px));
        max-width: calc(100% - 12px);
    }

    .first-row.auto-game-feature {
        padding: clamp(4px, 1.5vw, 8px) clamp(4px, 1.5vw, 6px);
        gap: clamp(4px, 1.2vw, 6px);
        min-width: 0;
        max-width: 100%;
    }

    .bet-controls .bet-block {
        width: 140px;
        min-width: 140px;
        max-width: 140px;
        flex: 0 0 140px;
    }

    .bet-controls .bet-block > .spinner {
        width: 140px;
        max-width: 140px;
        height: 32px;
        min-height: 32px;
        max-height: 32px;
    }

    .bet-controls .controls .first-row .buttons-block {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        border-radius: 16px;
        border: solid 4px #141516;
        overflow: hidden;
    }

    .bet-controls .controls .first-row .buttons-block button.btn-success,
    .bet-controls .controls .first-row .buttons-block button.btn-danger,
    .bet-controls .controls .first-row .buttons-block button.btn-warning {
        width: 100%;
        height: 88px;
        min-height: 88px;
        max-height: 88px;
        flex: 0 0 88px;
        border-radius: 12px;
    }

    .bet-controls .bet-block > .spinner {
        font-size: 16px;
    }

    .bet-controls .bet-block > .spinner .input input {
        font-size: 16px;
    }

    .controls .second-row .auto-bet-wrapper .auto-bet label,
    .controls .second-row .cash-out-switcher label,
    .controls .second-row .form-check-label {
        font-size: clamp(10px, 2.6vw, 12px);
    }

    .bet-controls .bets-opt-list .btn-sm.bet-opt,
    .bet-controls .btn-sm.bet-opt {
        width: 68px;
        height: 24px;
        min-width: 68px;
        max-width: 68px;
        flex: 0 0 68px;
    }

    .m-font-0 { font-size: 0 !important; }

    button.m-font-0 {
        padding: 0 !important;
        width: 26px;
        justify-content: center;
    }

    button.m-font-0 .material-symbols-outlined { margin: 0 !important; }
}

.mCSB_inside > .mCSB_container {
    margin: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0.5;
}

.modal-header {
    padding: 7px;
    background: #2C2D30;
    color: #fff;
    border: none;
}

    .modal-header .modal-title {
        font-size: 16px;
    }

.modal-content {
    background: #383A3E;
}

.modal-body {
    color: #ffff;
}

.item-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .item-wrapper .rounded-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 34px;
        border-radius: 17px;
        border: solid 1px #0000;
        background: #2C2D30;
        margin: 0 auto;
    }

        .item-wrapper .rounded-block .main-row {
            height: 22px;
            width: 100%;
            display: flex;
            align-items: center;
            margin-top: 5px;
        }

            .item-wrapper .rounded-block .main-row .green-circle {
                border-radius: 50%;
                margin-left: 10px;
                width: 16px;
                height: 16px;
                background-image: linear-gradient(to bottom,#78a013,#428a12);
                cursor: default;
                flex-shrink: 0;
            }

    .item-wrapper .cash-block .cash-block__text {
        margin-left: 17px;
    }

.modal-content .free-bets-header {
    margin: 12px auto 0;
    padding: 0 10px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
}

    .modal-content .free-bets-header .archive-btn {
        display: flex;
        margin-left: auto;
        font-size: 12px;
        line-height: 16px;
        cursor: pointer;
        color: #b8b8b7;
    }

.modal-content .content__none {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .modal-content .content__none .free-bet-image {
        width: 64px;
        height: 64px;
    }

.modal-body iframe {
    width: 100% !important;
}

.steps-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

    .steps-container .step {
        flex: 0 0 240px;
    }

    .steps-container h3 {
        font-weight: 700;
        font-size: 24px;
        margin-top: 20px;
    }

    .steps-container .step .step-text {
        margin-top: 10px;
        background: url(../images/01-bet.svg) no-repeat top left;
        background-size: 36px 36px;
        padding-left: 40px;
        min-height: 36px;
        font-weight: 700;
    }

        .steps-container .step .step-text span {
            color: red;
        }

    .steps-container .step .step-bg-img {
        width: 240px;
        height: 140px;
        border-radius: 20px;
        border: 1px solid #4e4e4e;
    }

.list-ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

    .list-ul li:before {
        background: url(../images/red-arrow.svg);
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 14px;
        height: 13px;
        background-size: 8px;
        background-repeat: no-repeat;
    }

.modal-body .column-1 {
    width: 20%;
}

.modal-body .column-5 {
    width: 8%;
}

.btn.btn-warning {
    background-color: #e69308;
    box-shadow: 0 10px 15px -10px #d07206;
    border-color: #e69308;
    color: #5f3816;
}

.play-rules.step {
    display: flex;
    color: #5f3816;
    margin-top: 15px;
}

    .play-rules.step .bullet {
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: flex-start;
        background: url(../images/01-bet.svg) no-repeat right;
        background-size: 40px 40px;
        min-width: 65px;
        max-width: 65px;
        height: 40px;
        font-size: 18px;
        font-weight: 700;
    }

.limit-rules .list-group-item {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #b0bbc8;
}

.list-group-item:first-child {
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.limit-rules .list-group-item span.badge.badge-success {
    border-radius: 12px;
    background-color: #229607;
    font-size: 12px;
}

.l-modal .modal-dialog {
    max-width: 300px;
}

.login-header {
    justify-content: flex-start;
    padding: 15px;
    background: #fff;
    color: #000;
}

.modal-header.login-header .modal-title {
    font-size: 15px;
    font-weight: 600;
}

.login-header .material-symbols-outlined {
    margin-right: 10px;
    color: #9ea7b2;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}
/*.login-form {
    margin: 10px;
}*/
.login-controls {
    background-image: linear-gradient(0deg,#fff 0,#fff 74%,#e8ecf1);
    position: relative;
    border-width: 2px;
    border-style: solid;
    transition: .3s ease;
    display: flex;
    align-items: center;
    border-color: #dde4ec;
    margin-bottom: 10px;
}

    .login-controls.input-focus {
        border-color: #09519e;
    }

    .login-controls label {
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .login-controls label span {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .login-controls label .input-ico {
            width: 18px;
            height: 18px;
            margin-left: 6px;
            margin-right: 3px;
            flex: 0 0 auto;
            font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
            color: #9ea7b2;
            font-size: 20px;
        }

    .login-controls.input-focus label .input-ico {
        color: #09519e;
    }

    .login-controls label input {
        color: #000;
        font-size: 14px;
        flex: 1 1 auto;
        width: 0;
        font-weight: 500;
        padding: 4px 6px;
        min-height: 32px;
        align-self: stretch;
        text-decoration: none;
        text-indent: 22px;
        direction: ltr;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        border: none;
        background: none;
    }

        .login-controls label input::placeholder {
            color: #CBD4DF;
        }

    .login-controls .form-control:focus {
        box-shadow: none;
        background: transparent;
    }

.l-modal .modal-content {
    background: #fff;
    border-radius: 15px;
}

.checkforlogin {
    color: #094b95;
    font-weight: 500;
}

.link-text {
    color: #094b95;
    font-weight: 500;
}

    .link-text:hover {
        color: #1183d3;
    }

.md-switch .form-check-input {
    width: 28px;
    height: 18px;
}

    .md-switch .form-check-input:checked, .md-switch .form-check-input:focus {
        box-shadow: none;
    }

    .md-switch .form-check-input:checked {
        background-color: #084b94;
        border-color: #084b94;
    }

.login-footer {
    background: #e8ecf1;
    padding: 1rem;
}

.darkblue-txt {
    color: #084b94;
}

.text-indent-0 {
    text-indent: 0 !important;
}

@media(max-width:575px) {
    .login-header {
        flex-direction: column;
    }

        .login-header .modal-title {
            margin-top: 10px;
        }
}

.register-modal-popup .modal-dialog {
    max-width: 780px;
}
/*.register-modal-popup .modal-content{
    overflow:auto;
}*/
.register-modal-popup .modal-content, .register-modal-popup .login-header {
    background: #003265;
    color: #fff;
}


.pa-40 {
    padding: 40px;
}

.register-title {
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.close-absolute {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .close-absolute .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
        color: #458AD7;
    }

.register-tabs .nav-tabs {
    border: none;
}

    .register-tabs .nav-tabs li {
        width: 25%;
    }

        .register-tabs .nav-tabs li button {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            padding: 20px 0px;
        }

            .register-tabs .nav-tabs li button .material-symbols-outlined {
                margin-right: 5px;
                font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
                color: #458AD7;
            }

.material-symbols-outlined.bold-icon {
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

.register-tabs .nav-link {
    border: none;
    color: #fff;
}

    .register-tabs .nav-link.active, .register-tabs .nav-link:hover {
        background: #022449;
        background-image: linear-gradient(#003265, #022449);
        border: none;
        color: #F8CE00;
    }

        .register-tabs .nav-link.active .material-symbols-outlined {
            color: #fff;
        }

.register-tabs .tab-content {
    background: #012348;
    padding: 30px;
}

.register-form .input-group {
    border: 2px solid #113b70;
}

    .register-form .input-group input, .register-form .input-group select, .niceCountryInputMenu {
        border: none;
        background: none !important;
        font-size: 14px;
        font-weight: 600;
        color: #fff !important;
        height: 40px;
    }

    .register-form .input-group.promocode input::placeholder {
        font-size: 14px;
        font-weight: 600;
        color: #458AD7;
    }

.form-control:focus, .form-select:focus {
    box-shadow: none;
}

.register-form .input-group .input-group-text {
    background: no-repeat;
    border: none;
    color: #fff;
}

.register-form .input-group.promocode .input-group-text {
    background: no-repeat;
    border: none;
}

.check-btn, .check-btn:hover {
    color: #458AD7;
    font-weight: 600;
    font-size: 14px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 45px;
    font-weight: 600;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    background-color: #012348;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 180px;
    overflow: auto;
    margin-top: 2px;
}

    .options li {
        padding: 0 6px;
        margin: 0 0;
        padding: 10px;
        font-weight: 600;
    }

        .options li:hover {
            background-color: #458AD7;
            color: white;
        }

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 15px;
    transform: translateY(-50%);
}

.CheckButton-icon {
    width: 1em;
    height: 1em;
    fill: #fff;
    flex: 0 0 auto;
}

    .CheckButton-icon svg {
        fill: inherit;
        width: 100%;
        stroke-width: inherit;
        height: 100%;
    }

.checks-bg {
    background: #003265;
    padding: 10px;
}

    .checks-bg .pretty {
        white-space: normal;
    }

        .checks-bg .pretty .state label:before {
            border-color: #5e9fe6;
            border-width: 2px;
            top: 0;
        }

        .checks-bg .pretty.p-svg .state .svg, .checks-bg .pretty .state label:after, .checks-bg .pretty .state label:before {
            width: 20px;
            height: 20px;
            top: 0px;
        }

        .checks-bg .pretty .state label {
            text-indent: 0;
            color: #5e9fe6;
            font-weight: 600;
            line-height: 14px;
            padding-left: 30px;
            line-height: 20px;
        }

            .checks-bg .pretty .state label a {
                color: #fff;
            }

.niceCountryInputMenuDropdownContent {
    position: absolute;
    z-index: 9;
    border: none;
}

.niceCountryInputSelector {
    width: 100%;
}

.niceCountryInputMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.niceCountryInputMenuDefaultText span {
    color: #fff;
}

.niceCountryInputMenuDropdown span {
    display: none;
}

.niceCountryInputMenuDropdown:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 55%;
    right: 5px;
    transform: translateY(-50%);
}

.niceCountryInputMenuFilter {
    display: none !important;
}

.niceCountryInputMenuDropdownContent {
    background-color: #012348;
    overflow: hidden;
}

    .niceCountryInputMenuDropdownContent a {
        margin: 0 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #fff !important;
        height: auto;
    }

        .niceCountryInputMenuDropdownContent a:hover {
            background-color: #458AD7 !important;
            color: white;
        }

.modal-ico {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.dice-ico {
    top: -30px;
    right: 70px;
    width: 50px;
    height: 65px;
    background-image: url(../images/dice.png);
}

.chip-ico {
    top: 120px;
    left: -50px;
    width: 90px;
    height: 85px;
    background-image: url(../images/chips.png);
    z-index: 9;
}

.ychip-ico {
    top: 40px;
    right: -50px;
    width: 80px;
    height: 75px;
    background-image: url(../images/coin.png);
    z-index: 9;
}

.ball-ico {
    top: -90px;
    left: -60px;
    width: 120px;
    height: 125px;
    background-image: url(../images/football.png);
    z-index: 9;
}

@media(max-width:768px) {
    .register-tabs .nav-tabs li button {
        flex-direction: column;
    }

    .ychip-ico {
        top: 40px;
        right: -20px;
        width: 50px;
        height: 55px;
    }

    .chip-ico {
        top: 40px;
        left: -21px;
        width: 60px;
        height: 55px;
    }

    .dice-ico {
        top: -25px;
        right: 48px;
        width: 30px;
        height: 45px;
    }

    .ball-ico {
        top: -30px;
        left: 30px;
        width: 50px;
        height: 65px;
    }
}

@media(max-width:992px) {
    .register-modal-popup .modal-dialog {
        max-width: 85%;
    }

    .pretty .state label:after, .pretty .state label:before {
        top: 0;
    }
}

@media(max-width:640px) {
    .register-tabs .nav-tabs {
        justify-content: space-between;
    }

        .register-tabs .nav-tabs li button {
            font-size: 9px;
            padding: 10px 7px;
        }

            .register-tabs .nav-tabs li button .material-symbols-outlined {
                margin-right: 0;
                margin-bottom: 5px;
            }

        .register-tabs .nav-tabs li {
            display: flex;
            width: auto;
        }

    .register-tabs .tab-content {
        padding: 15px 10px;
    }

    .input-group-text span {
        font-size: 16px;
    }

    .checks-bg .pretty .state label {
        font-size: 12px;
    }

        .checks-bg .pretty.p-svg .state .svg, .checks-bg .pretty .state label:after, .checks-bg .pretty .state label:before {
            width: 16px;
            height: 16px;
            top: 3px;
        }
}

@media(max-width:460px) {
    .register-tabs .nav-tabs li button {
        font-size: 9px;
        padding: 10px 3px;
    }
}

.OneClickCredentialsModal {
    background-color: #448ede;
    display: flex;
    justify-content: center;
    margin: 0 10px 10px;
    padding: 20px;
}

.userCredentials {
    flex-basis: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
}

    .userCredentials:first-of-type {
        border-right: 2px solid #559be6;
    }

.credentialsText {
    color: #afd5ff;
    font-size: 16px;
}

    .credentialsText span {
        color: #fff;
    }

.bg-darkblue {
    background: #012348;
}

.cc-picker-code-list {
    z-index: 9999 !important;
}

.cc-picker {
    padding: 0 10px;
}

.cc-picker-code-select-enabled::after {
    border-top: 5px solid #ffff;
}

.phone-field::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #458AD7;
}

.cc-picker-code {
    width: 25px;
}

.lig-txt {
    color: rgb(109, 163, 222);
    font-weight: 600;
    text-align: center;
}

@media(max-width:767px) {
    .OneClickCredentialsModal {
        display: inline-block;
        width: 100%;
    }

    .userCredentials:first-of-type {
        border: none;
        margin-bottom: 10px;
    }

    .userCredentials {
        justify-content: flex-start;
    }

    .modal-content .login-btn {
        height: 45px;
    }

    .mob-p-1 {
        padding: 1rem
    }

    .fixed-bottom-btn {
        width: 90%;
        bottom: 5px;
        border-radius: 10px;
        background: url(../images/button-bg-img.png) no-repeat rgb(209, 46, 64);
        background-size: contain;
        background-position: top right;
        height: 65px;
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .register-title {
        font-size: 20px;
    }

    .OneClickCredentialsModal {
        padding: 10px;
    }

    .credentialsText {
        font-size: 14px;
    }
}

/*---Deposite CSS---*/
.deposite-container {
    margin-top: 40px;
}

.pay-tabs {
    color: #fff;
}

.pay-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.custom-tabs-link {
    padding: 10px;
    margin: 0 10px;
    position: relative;
    color: #fff;
}

    .custom-tabs-link.active, .custom-tabs-link:hover {
        color: #ffba00;
    }

        .custom-tabs-link.active:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            height: 3px;
            width: 100%;
            z-index: 1;
            background: #ffba00;
        }

.dark-bg-main {
    background: #000;
}

.grid-view {
    display: grid;
    grid-template-columns: repeat(2,minmax(130px,1fr));
    grid-gap: 20px;
    align-items: flex-start;
    justify-content: start;
    padding: 0 0 20px 0;
    background: var(--color-main-white);
    border-radius: 0 0 15px 15px;
    position: relative;
}

.payment-btn {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 180px;
    background: #DDE4EC;
    border-radius: 15px;
    border: 3px solid #e8ecf1;
    margin-bottom: 0;
}

    .payment-btn.active {
        filter: drop-shadow(0 5px 20px rgba(251,93,2,.25));
        border: 3px solid #ffba00;
        transition: all .2s linear;
        background: #fff;
    }

    .payment-btn img {
        display: block;
        max-width: 50%;
        height: auto;
        margin: auto;
        overflow: hidden;
    }

.PaymentCard_limit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #6b7d8e;
}

.deposite-box .d-box {
    padding: 15px 10px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.deposite-box {
    display: none;
    width: 100%;
    position: relative;
}

    .deposite-box.show {
        display: block;
    }

.limit-txt {
    color: #6b7d8e;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

    .limit-txt span {
        padding-left: 4px;
        color: #09519e;
    }

.Input_currency {
    position: absolute;
    right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #cbd4df;
    pointer-events: none;
    font-style: normal;
}

.text-i10 {
    text-indent: 10px !important;
}

.h42 {
    height: 42px;
}

.amount-tooltips {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 40px;
}

.amount-tooltips-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    margin: 8px 5px 0;
    padding: 7px;
    cursor: pointer;
    border-radius: 15px;
    background-color: #cbd4df;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #09519e;
}

    .amount-tooltips-btn:hover, .amount-tooltips-btn.active {
        color: #fff;
        background-color: #09519e;
    }

.deposite-blc {
    font-size: 14px;
    font-weight: 600;
    color: #6b7d8e;
    margin-top: 10px;
}

.dopsite-vlue {
    color: #fb5e01;
    font-size: 18px;
    margin-top: 5px;
}

.orange-shadow {
    filter: drop-shadow(0 10px 20px rgba(251,93,2,.2));
}

@media(max-width: 767px) {
    .grid-list .register-btn {
        height: 42px;
    }
}

.faq-box {
    height: 45px;
    padding: 10px;
    background: #fff;
    color: #09519e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media(max-width:480px) {
    .payment-btn img {
        max-width: 70%;
    }

    .payment-btn {
        height: 150px;
    }
}

.bg-main {
    background: #DDE4EC;
}

.sub-header {
    background-image: linear-gradient(0deg,#2A2B2E 50%,#2A2B2E 98%);
    background-color: #2A2B2E;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sub-header h2 {
        color: #fff;
        font-size: 20px;
    }

.EmptyProfileWarning {
    margin-bottom: 20px;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.EmptyProfileWarning_icon {
    width: 40px;
    height: 40px;
    fill: #9ea7b2;
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.Icon_icon {
    fill: inherit;
    width: 100%;
    stroke-width: inherit;
    height: 100%;
}

.EmptyProfileWarning_header {
    font-weight: 500;
    line-height: 30px;
    font-size: 23px;
    text-transform: uppercase;
    color: #202020;
}

.EmptyProfileWarning_text {
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #202020;
    text-align: center;
}

.EmptyProfileWarning_link {
    color: #09519e;
    text-decoration: none;
}

.EmptyProfileWarning_btn {
    max-width: 340px;
    width: 100%;
    padding: 0 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #fa4d00;
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    box-shadow: 0 10px 30px rgb(250 65 0 / 40%);
}

.pay-static-form {
    display: none;
}

.form-back {
    cursor: pointer;
}

    .form-back span {
        color: #1183d3;
    }

.white-box {
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    font-weight: 500;
}

.barcode-img {
    width: 250px;
    margin: 0 auto 10px;
}

.white-box .link-text {
    color: #1183d3;
}

.blues-box {
    padding: 15px;
    border-radius: 15px;
    background: rgba(0,49,102,.7);
    font-weight: 500;
}

.option-2 {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    color: #60a6f1;
    font-weight: 500;
}

.accordian-header {
    color: #fff;
    background: #2A2B2E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
}

    .accordian-header h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    .accordian-header button span {
        color: #1183d3 !important;
        transform: rotateZ(-180deg);
    }

.accordian-body {
    background: #fff;
}

.acc-row {
    width: 100%;
    padding: 15px 20px;
}

    .acc-row:nth-child(2n) {
        background-color: #e8ecf1;
    }

.row-controls {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

    .row-controls .left {
        display: flex;
        align-items: center;
        width: 52%;
        margin-right: 2px;
    }

    .row-controls .right {
        justify-content: flex-end;
        width: 48%;
        display: flex;
        align-items: center;
    }

.lh-18 {
    line-height: 18px;
}

.profile-row {
    display: flex;
}

.Profile_column {
    flex-direction: column;
    width: 100%;
}

.Profile_divide {
    min-width: 20px;
}

.left em {
    color: red;
    padding-left: 1px;
}

.transparent-select {
    background: none;
    border: none;
    min-height: 32px;
    padding: 0 10px;
}

.select-caret select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.m-modal .modal-dialog {
    max-width: 360px;
}

.w-480 .modal-dialog {
    max-width: 480px;
}

.absolute-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.yellow-btn {
    background-image: linear-gradient(0deg,#fa9400 0,#fab600);
    box-shadow: 0 10px 30px rgb(250 148 0 / 40%);
    min-width: auto;
    font-size: 18px !important;
}

    .yellow-btn:hover {
        background-image: linear-gradient(0deg,#ffa017 0,#ffc93a);
        box-shadow: 0 20px 30px rgb(250 148 0 / 40%);
        color: #fff;
    }
/*.picker-2 .cc-picker {
    padding-right:0;
}*/
.picker-2 .cc-picker-code {
    color: #000;
}

.picker-2 .cc-picker-code-select-enabled::after {
    border-top: 5px solid #000;
}

.picker-2 input {
    border: none;
    background: none;
}

    .picker-2 input::placeholder {
        color: #ccc;
    }

.accordian-header .material-symbols-outlined {
    display: none;
}

@media(max-width:992px) {
    .profile-row {
        display: inline-block;
        width: 100%;
    }
}

@media(max-width:768px) {
    .accordian-header .material-symbols-outlined {
        display: block;
    }
}

.custom-accordian.active .accordian-body {
    display: none;
}

.custom-accordian.active .accordian-header button span {
    transform: rotateZ(0deg);
}

.stage-board {
    border-radius: 20px;
    border: 1px solid #2A2B2E;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
}

.game-wrapper {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
    align-items: flex-end;
    justify-content: flex-start;
}
    .game-wrapper.show{
        display:flex;
    }
    .crash-game {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

.crash-game__stroke {
    stroke-width: 6;
    stroke: #F00B3E;
    stroke-linejoin: round;
    filter: blur(.1);
    fill: none;
}

.crash-game__wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 4.375em);
    height: 27.8125em;
}

.crash-game__pin {
    position: absolute;
     top: -67px;
    left: 120px;
    /*top: -80px;
    left: 39px;*/
    z-index: 1;
    width: 10em;
    height: 6em;
    pointer-events: none;
    will-change: transform,bottom,left;
}

@keyframes mymove {
    from {
        bottom: 0;
        left: 0;
    }

    to {
        bottom: 61%;
        left: 80%;
    }
}

.animation-plane .crash-game__pin {
    background: url(../images/canvas/plane-0.svg) no-repeat;
}

.animation-plane1 .crash-game__pin {
    background: url(../images/canvas/plane-1.svg) no-repeat;
}

.animation-plane2 .crash-game__pin {
    background: url(../images/canvas/plane-2.svg) no-repeat;
}

.animation-plane3 .crash-game__pin {
    background: url(../images/canvas/plane-3.svg) no-repeat;
}

@-webkit-keyframes steps-sprite {
    to {
        background-position-x: 100%
    }
}

@keyframes steps-sprite {
    to {
        background-position-x: 100%
    }
}

#path400 {
    stroke: red;
    stroke-width: 5;
    fill: none;
}

#path309 {
    width: 0;
    overflow: hidden;
}
#heart{
    fill-opacity:0.6;
}
.graphs {
    position: absolute;
    bottom: -5px;
    left: 0px;
}
.game-wrapper svg {
    /*width: 90em;
    height: 30.625em;*/
    /*width: 100%;
   
    margin-top:auto;
    position:absolute;
    left:0;
    bottom:0;*/
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.axis-y {
    height: 95%;
    width: 1px;
    background: #2A2B2E;
    position: absolute;
    left: 21px;
    top: -2px;
    display: block;
}

.axis-x {
    height: 1px;
    width: 100%;
    background: #2A2B2E;
    position: absolute;
    left: 20px;
    bottom: 19px;
    display: block;
}

.crash-game__coordinate {
    text-anchor: middle;
    fill: #fff;
}

.blue-circle {
    fill: #1197D6;
}

.x-axis {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/x-axis.png);
    background-position: 0px 0px;
}
.y-axis {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/y-axis.png);
    background-position: 0px 0px;
}
.x-axis-animation{
    position:absolute;
    height:8px;
    width:100%;
    overflow:hidden;
    bottom:3px;
    left:20px;
}
.y-axis-animation {
    position: absolute;
    height: 100%;
    width: 8px;
    overflow: hidden;
    left: 7px;
    bottom: 20px;
}
.animations-x {
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
}
.animations-y {
    animation: animatedBackgroundY 10s linear infinite;
    -moz-animation: animatedBackgroundY 10s linear infinite;
    -webkit-animation: animatedBackgroundY 10s linear infinite;
    -ms-animation: animatedBackgroundY 10s linear infinite;
    -o-animation: animatedBackgroundY 10s linear infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}


@keyframes animatedBackgroundY {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 300px;
    }
}

@-moz-keyframes animatedBackgroundY {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 300px;
    }
}

@-webkit-keyframes animatedBackgroundY {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 300px;
    }
}

@-ms-keyframes animatedBackgroundY {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 300px;
    }
}

@-o-keyframes animatedBackgroundY {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position:0 300px;
    }
}

/* Fundo rotativo (bg-rotate): como “setimo backup (topo perfeito)” — sem opacity extra nem filter; atrás do canvas */
.rotateimage {
    position: absolute;
    z-index: 0;
}

    .rotateimage.rotatebg {
        -webkit-animation: spin 30s linear infinite;
        -moz-animation: spin 30s linear infinite;
        animation: spin 30s linear infinite;
    }
@media(max-width:1024px){
    .rotateimage {
        top: -450px;
        left: -860px;
        width: 240%;
    }
    .crash-game__pin{
        background-size:100% !important;
    }
}
@media(max-width:768px){
    .crash-game__pin {
        background-size: 90% !important;
    }
}
@media(max-width:640px) {
    .rotateimage {
        top: -340px;
        left: -720px;
    }
}

    @-moz-keyframes spin {
        100% {
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
@media(max-width:680px) {
   
    .graphs {
        bottom: 1px;
        left: 6px;
    }

}
@media(max-width:620px) {
    .stage-board {
        height: var(--mobile-stage-h, clamp(200px, calc(100 * var(--dvh, 1vh) - 400px), 236px));
        min-height: 200px;
        max-height: none;
    }
    .graphs {
        bottom: 4px;
        left:8px;
    }
    .crash-game__pin{
        width:106px;
        height:60px;
    }
}
@media(max-width:420px) {
       .graphs {
        bottom: 9px;
        left: 13px;
    }
}

@media(max-width:520px) {
    .graphs {
        bottom: 6px;
        left: 10px;
    }
}
@media(max-width:420px) {
    #planes {
        transform: scale(0.45);
    }
    /*.stage-board {
        height: 150px;
    }*/
}

@media(max-width:400px) {
    .graphs {
        bottom: 9px;
        left: 13px;
    }
}

.letter-2{
    letter-spacing:2px;
}

/*14-10-2022 New CSS Added*/
.loading-game{
    display:none;
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.loading-game.show {
    display: flex;
}
.loading-game .center-loading {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    flex-shrink: 0;
}

/* Spribe-style loader: partner logo → thin progress → official game badge */
.spribe-round-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 2vw, 16px);
    width: min(86vw, 240px);
    max-width: 100%;
    box-sizing: border-box;
}

.spribe-round-loader__brand {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    flex-shrink: 0;
}

.spribe-round-loader__brand--ufc {
    width: min(72vw, 200px);
}

.spribe-round-loader__brand--badge {
    width: min(62vw, 130px);
}

.line-loader{
    margin:auto;
    width:250px;
    height:7px;
    background:#262830;
    position:relative;
    overflow:hidden;
    border-radius:7px;
}

.line-loader--spribe {
    width: min(58vw, 148px);
    height: 4px;
    border-radius: 4px;
    background: #1a1c22;
}

.line-loader--spribe .fill-line {
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #c4122e 0%, #e50539 45%, #ff4d64 100%);
}
.fill-line {
    width: 100%;
    height: 7px;
    background: #E50539;
    animation: line-fill 5s linear;
}

@keyframes line-fill{
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}
.bottom-left-plane {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
    .plane-static{
        width:150px;
    }
    @media(max-width:1024px){
        .waiting-text{
            font-size:30px;
        }
    }
@media(max-width:767px) {
    .waiting-text {
        font-size: 18px;
    }
    .spribe-round-loader {
        width: min(84vw, 200px);
        gap: clamp(5px, 1.8vw, 12px);
    }
    .spribe-round-loader__brand--ufc {
        width: min(68vw, 148px);
    }
    .spribe-round-loader__brand--badge {
        width: min(58vw, 104px);
    }
    .line-loader--spribe {
        width: min(52vw, 124px);
    }
    .plane-static {
        width: 100px;
    }
}
@media(max-width:480px){
    .spribe-round-loader__brand--ufc {
        width: min(62vw, 132px);
    }
    .spribe-round-loader__brand--badge {
        width: min(54vw, 96px);
    }
    .line-loader--spribe {
        width: min(48vw, 112px);
    }
}
.stage-board canvas#myCanvas {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Multiplicador por cima do canvas: brilho no canvas (z2), texto (z5) */
.stage-board .counter-num,
.stage-board #auto_increment_number_div {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flew_away_section {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.waiting-text {
    letter-spacing: 2px;
}

#auto_increment_number_div #auto_increment_number {
    line-height: 80px;
}

@media(max-width:640px){
    .custom-badge {
        font-size: 12px;
        line-height: 18px;
        height: 20px;
        padding: 0 7px;
    }
}
@media(max-width:992px){
.verify-control{
    flex-direction: column;
}
.verify-control .left,.verify-control .right{
width: 100%;
}
.verify-control .right{
    margin-top: 10px;
    }
}
.verify-btn{
    background-color: #e8ecf1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
.verify-btn .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

@media(max-width:640px){.custom-badge {
    font-size: 11px;
    line-height: 20px;
    height: 18px;
    padding: 0 10px;
}}

/* Histórico de rondas — tamanho fixo em mobile (evita encolher para 11px / 15px) */
@media(max-width:640px){
    .stats .payouts-wrapper .payouts-block .custom-badge,
    .history-dropdown .custom-badge {
        font-size: 12px !important;
        line-height: 1 !important;
        height: 22px !important;
        min-height: 22px !important;
        max-height: 22px !important;
        padding: 0 !important;
        width: 40.2px !important;
        min-width: 40.2px !important;
        max-width: 40.2px !important;
    }

    .stats .payouts-wrapper .payouts-block .custom-badge.round-pill--mid,
    .history-dropdown .custom-badge.round-pill--mid {
        width: 47.8px !important;
        min-width: 47.8px !important;
        max-width: 47.8px !important;
    }

    .stats .payouts-wrapper .payouts-block .custom-badge.round-pill--hi,
    .history-dropdown .custom-badge.round-pill--hi {
        width: 55.4px !important;
        min-width: 55.4px !important;
        max-width: 55.4px !important;
    }

    .stats .payouts-wrapper .payouts-block .custom-badge.round-pill--mega,
    .history-dropdown .custom-badge.round-pill--mega {
        width: 63px !important;
        min-width: 63px !important;
        max-width: 63px !important;
    }
}

@media(max-width:640px){
    .list-body {
        height: 430px !important; 
    }
}

@keyframes blink{
    0%{opacity: 0.3;}
    50%{opacity: .7;}
    100%{opacity: 1;}
}

.dullEffect {
    animation: blink 1s linear infinite;
}

.collection-page {
    margin-top: 40px;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #666 !important;
    border-radius: 10px;
    margin: 0 5px;
}
.owl-dots .owl-dot.active {
    background: #428cdc !important;
}
.game-list-boxs {
    border-radius: 10px;
    background-color: #09519e;
    overflow: hidden;
    transition: all .15s;
}
.game-list-boxs p {
    color: #87bcf5;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.game-list-boxs:hover {
    transform: scale(1.05,1.045) translateZ(0);
    box-shadow: 0 12px 28px rgb(12 95 184 / 30%);
}
.demo-btns {
    /* display: flex; */
    align-items: center;
    /* position: absolute; */
    bottom: -20px;
    /*left: 50%;*/
    right: 10px;
    background: #fa4d00;
    height: 35px;
    border-radius: 35px;
    color: #fff;
    border: 1px solid transparent;
    /* transform: translateX(-50%);*/
    box-shadow: 0 11px 27px rgb(250 65 0 / 63%);
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    font-size: 18px;
    padding-top: 3px;
}
.demo-btns:hover {
    color: #fff;
    /* border: 1px solid #fff;
    background: transparent;*/
}
.demo-btns .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.title-bg1 {
    background-color: #002347;
    background-image: linear-gradient(0deg,#002347 0,#002347 20%,#2A2B2E);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0 20px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 8px;
}
.title-bg1 h2 {
    font-size: 20px;
    text-shadow: 0 0 12px #448ede, 0 0 12px #448ede, 0 0 12px rgb(68 142 222 / 40%), 0 0 12px rgb(68 142 222 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.title-bg1 .material-symbols-outlined {
    text-shadow: none;
    color: #449eff;
}

/*
 * Crash desktop: anular regras base (410px / calc width) — premium-promo-header.css define o layout.
 */
@media (min-width: 992px) {
    body.dark-bg-main .left-sidebar {
        min-width: 320px !important;
        max-width: 320px !important;
        width: 320px !important;
        padding-left: 0 !important;
    }

    body.dark-bg-main .right-sidebar {
        width: auto !important;
        flex: 1 1 0 !important;
    }

    body.dark-bg-main .game-play {
        height: 100% !important;
        max-height: 100% !important;
    }

    body.dark-bg-main .bets-block.spribe-bets-tabs {
        min-height: 0;
        overflow: hidden;
    }

    body.dark-bg-main .bets-block.spribe-bets-tabs .navigation-switcher {
        flex: 0 0 40px !important;
        flex-shrink: 0 !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
    }

    body.dark-bg-main .bets-block.spribe-bets-tabs .spribe-tab-panel.active {
        flex: 1 1 0% !important;
        min-height: 0 !important;
    }

    body.dark-bg-main .bets-block.spribe-bets-tabs .data-list,
    body.dark-bg-main .bets-block.spribe-bets-tabs .spribe-tab-scroll {
        flex: 1 1 0% !important;
        min-height: 0 !important;
    }

    body.dark-bg-main .bets-block.spribe-bets-tabs .spribe-footer {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }
}

@media (min-width: 1200px) {
    body.dark-bg-main .left-sidebar {
        min-width: 370px !important;
        max-width: 370px !important;
        width: 370px !important;
    }
}

@media (min-width: 1400px) {
    body.dark-bg-main .left-sidebar {
        min-width: 410px !important;
        max-width: 410px !important;
        width: 410px !important;
    }
}

@media (max-width: 991.98px) {
    .bets-block.spribe-bets-tabs {
        min-height: 0;
    }

    .bets-block.spribe-bets-tabs .spribe-tab-panel.active {
        flex: 1 1 0% !important;
        min-height: 0 !important;
    }

    .bets-block.spribe-bets-tabs .data-list {
        flex: 1 1 0% !important;
        min-height: 0 !important;
    }

    .bets-block.spribe-bets-tabs .spribe-tab-scroll {
        flex: 1 1 0% !important;
        min-height: 0 !important;
    }

    .bets-block.spribe-bets-tabs .spribe-footer {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        height: auto !important;
        min-height: clamp(26px, 7vw, 34px) !important;
        max-height: none !important;
        padding: clamp(6px, 1.6vw, 10px) clamp(6px, 2.2vw, 12px) !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        align-items: center !important;
        overflow: hidden !important;
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }

    .bets-block.spribe-bets-tabs .spribe-footer .provably-fair-block,
    .bets-block.spribe-bets-tabs .spribe-footer .logo-block {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        line-height: 1.2 !important;
        padding: 0 clamp(2px, 0.6vw, 4px) !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        align-items: center !important;
    }

    .bets-block.spribe-bets-tabs .spribe-footer .provably-fair-block {
        font-size: clamp(10px, 2.7vw, 11px) !important;
        font-weight: 400 !important;
    }

    .bets-block.spribe-bets-tabs .spribe-footer .logo-block .logo-btn {
        font-size: clamp(10px, 2.7vw, 11px) !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    .bets-block.spribe-bets-tabs .spribe-footer .provably-fair-block .i-fair {
        width: clamp(12px, 3.2vw, 14px) !important;
        height: clamp(12px, 3.2vw, 14px) !important;
        margin: 0 clamp(5px, 1.4vw, 8px) !important;
    }

    .bets-block.spribe-bets-tabs .spribe-footer .logo-block .i-logo {
        width: clamp(28px, 8vw, 36px) !important;
        height: clamp(9px, 2.4vw, 10px) !important;
        padding: 0 !important;
        margin-left: clamp(2px, 0.8vw, 4px) !important;
    }
}