:root {
    --navy: #0b1620;
    --navy2: #102433;
    --green: #00b566;
    --green2: #0ea76a;
    --gold1: #ffe08a;
    --gold2: #ffb347;
    --yellow1: #ffe47a;
    --yellow2: #ffc64a;
    --spark: rgba(255, 198, 74, 0.92);
    --text: #eaf6f0;
    --bg-dark: #0b0f1a;
    --bg-elevated: #12172a;
    --accent: #22c55e;
    --text-muted: #9ca3af;
    --text-light: #e5e7eb;
}

.tush-heading,
.heading-col,
.tush-login-heading {
    text-align: center !important;
    font-size: 1.6rem !important;
}

.balance-text {
    display: block !important;
    padding-right: 10px !important;
}

.currency-label {
    display: block !important;
}

.modalxxx {
    display: none !important;
}

#openInviteAFriendModalNew {
    cursor: pointer;
}

#newUserDepositBtn,
#newCornerbtn {
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--tush-green);
    color: #fff;
    width: 100%;
    border: none;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
}


#confirmDeposit:disabled,
#newUserDepositBtn:disabled,
#newCornerbtn:disabled {
    background: gray;
    cursor: not-allowed;
}

.hideModal {
    display: none !important;
}

.tush-menu-item.fbx:hover,
.tush-menu-item.fbx:active {
    background-color: transparent !important;
}

.tush-menu-item.nav-item.active {
    background-color: transparent !important;
}

.tush-menu-item i {
    font-size: 0.7rem !important;
}

.tush-menu-item {
    font-size: .75rem !important;
}

.bigdiv {
    width: 150px !important;
}

.big-ics {
    width: 150px !important;
    ;
    height: 120px !important;
    ;
}

.bigdiv img {
    margin-top: 5px !important;
}

.bigdiv img,
.small-ics img {
    width: 100% !important;
    ;
    height: 100% !important;
    ;
}

.smalldiv {

    grid-template-rows: repeat(2, 55px) !important;
    ;
    grid-auto-columns: 70px !important;
    ;
    gap: 5px;
}

.small-ics {
    width: 70px !important;
    ;
    height: 60px !important;
    ;
}

@media (max-width: 576px) {

    .tush-menu-item {
        padding: .3rem .4rem !important
    }
}

.backdrop {
    position: fixed;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.popup {
    width: min(370px, 100%);
    min-width: 370px;
    border-radius: 22px;
    padding: 18px 16px 16px;
    background: linear-gradient(180deg, rgba(18, 37, 54, 0.96), rgba(11, 22, 32, 0.96));
    border: 1px solid #00b566;
    /*box-shadow: 0 26px 78px rgba(0, 0, 0, 0.60);*/
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    isolation: isolate;
}

.popup::before {
    content: "";
    position: absolute;
    inset: -42px;
    pointer-events: none;
    z-index: 0;
    /*background: radial-gradient(circle at 18% 0%, rgba(0, 181, 102, 0.22), transparent 55%),*/
    /*radial-gradient(circle at 88% 15%, rgba(255, 198, 74, 0.14), transparent 55%);*/
}

.popup::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    pointer-events: none;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    /*box-shadow: 0 0 0 1px rgba(0, 181, 102, 0.14),*/
    /*0 0 22px rgba(0, 181, 102, 0.10),*/
    /*0 0 16px rgba(255, 198, 74, 0.08);*/
    opacity: 0.95;
}

.popup>* {
    position: relative;
    z-index: 2;
}

.top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.freebet-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.account {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account .welcome {
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: 1px;
    /*color: #eafff4;*/
    color: var(--text);
    text-shadow: 0 2px 12px rgba(0, 181, 102, 0.10);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

.account .meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 14px;
    color: #eafff4;
    align-items: baseline;
    font-size: 16px;
    font-weight: 900;
    opacity: 0.96;

}

.account .meta .kv {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.account .meta .k {
    font-size: 12px;
    font-weight: 800;
    opacity: .72;
}

.account .meta .v {
    font-size: 16px;
    font-weight: 800;
    color: var(--yellow2);
    text-shadow: 0 2px 16px rgba(255, 198, 74, 0.20);
}

.account .sep {
    opacity: 0.35;
    padding: 0 2px;
}

.freebets-section {
    margin-top: 0;
    padding-top: 12px;
    position: relative;
}

.freebets-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.14),
            rgba(0, 181, 102, 0.22),
            rgba(255, 198, 74, 0.14),
            transparent);
    opacity: 0.9;
}

.freebets-label {
    font-size: 12px;
    font-weight: 800;
    /*letter-spacing: 0.18px;*/
    color: #eafff4;
    opacity: 0.88;
    margin: 0 0 8px;
    text-shadow: 0 2px 12px rgba(0, 181, 102, 0.10);
}

.freebets-bar {
    width: 100%;
    padding: 6px 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);

    overflow-x: auto;
    scrollbar-width: none;
    /*scrollbar-color: rgba(255, 255, 255, 0.3) transparent;*/
}

.freebets-icons {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: nowrap;
}

.freebets-icons .tush-menu-item {
    padding: 0.2rem !important;
}

.freebets-icons .fb-icon {
    /*margin: 0 auto;*/
}

.fb-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.fb-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 42%),
        radial-gradient(circle at 78% 88%, rgba(0, 0, 0, 0.22), transparent 55%);
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.fb-icon.has-badge::after {
    content: attr(data-badge);
    position: absolute;
    bottom: 2px;
    right: 2px;

    width: 16px;
    height: 16px;

    background: #e11d48;
    color: #fff;

    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;

    border-radius: 50%;
    z-index: 5;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}

.fb-icon.a {
    /*background: linear-gradient(135deg, #ff2e63, #ff7a59);*/
}

.fb-icon.b {
    /*background: linear-gradient(135deg, #22c1c3, #1d4ed8);*/
}

.fb-icon.c {
    /*background: linear-gradient(135deg, #a855f7, #f472b6);*/
}

.fb-icon.d {
    /*background: linear-gradient(135deg, #00b566, #1d4ed8);*/
}

.fb-icon.e {
    /*background: linear-gradient(135deg, #ffb347, #ff2e63);*/
}

.fb-icon.f {
    /*background: linear-gradient(135deg, #60a5fa, #22c55e);*/
}



/* heading */
h2 {
    margin: 2px 0 6px;
    text-align: left;
    font-size: 16px;
    /*font-weight: 800;*/
    /*letter-spacing: 0.18px;*/
    /*color: #eafff4;*/
    color: var(--text);
    text-shadow: 0 2px 12px rgba(0, 181, 102, 0.12);

}

.offers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offer {
    border-radius: 18px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    /*box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);*/
    display: grid;
    grid-template-columns: 1fr 104px;
    gap: 12px;
    align-items: center;
    overflow: visible;
}

.offer.featured {
    /*border-color: rgba(255, 198, 74, 0.58);*/
    border-color: gold;
    background: linear-gradient(180deg, rgba(0, 181, 102, 0.10), rgba(255, 198, 74, 0.06));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.30);
    /*border: 1px solid red;*/
}


.offer .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
}


.subtitle {
    font-size: 10px;
    font-weight: 700;
    opacity: .72;
    margin: 0 0 10px;
}

.badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--yellow1), var(--yellow2));
    color: #2b1440;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.badge-left {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #e11d48;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tiles {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 6px 0 14px;
    flex-wrap: nowrap;
}

.tile .count {
    font-size: 10px;
    color: var(--gold2);
}

.tile {
    text-align: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: visible;
    flex: 0 0 auto;
    animation: floaty 3.6s ease-in-out infinite;
    animation-delay: var(--d, 0s);
    transform: translateZ(0);
}

.tile::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 42%),
        radial-gradient(circle at 78% 88%, rgba(0, 0, 0, 0.22), transparent 55%);
    pointer-events: none;
    mix-blend-mode: soft-light;
    clip-path: inset(0 round 14px);
}

.tile::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 54px;
    height: 44px;
    transform: translate(-50%, -4px);
    background: radial-gradient(circle 2.6px at 50% 18%, var(--spark), transparent 58%),
        radial-gradient(circle 2.2px at 32% 32%, rgba(255, 255, 255, 0.55), transparent 62%),
        radial-gradient(circle 2.0px at 68% 42%, var(--spark), transparent 62%),
        radial-gradient(circle 1.8px at 44% 54%, rgba(255, 255, 255, 0.38), transparent 62%),
        radial-gradient(circle 1.6px at 58% 64%, var(--spark), transparent 62%),
        radial-gradient(circle 1.4px at 36% 72%, rgba(255, 255, 255, 0.28), transparent 62%),
        radial-gradient(circle 1.2px at 66% 78%, var(--spark), transparent 62%);
    opacity: 0;
    filter: blur(0px) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
    pointer-events: none;
    animation: sparks 2s ease-in-out infinite;
    animation-delay: calc(var(--d, 0s) + 0.15s);
}

.tile.a {
    /*background: linear-gradient(135deg, #ff2e63, #ff7a59);*/
}

.tile.b {
    /*background: linear-gradient(135deg, #22c1c3, #1d4ed8);*/
}

.tile.c {
    /*background: linear-gradient(135deg, #a855f7, #f472b6);*/
}

/* points tile */
.tile.points-tile {
    background: linear-gradient(135deg, rgba(0, 181, 102, 0.95), rgba(34, 193, 195, 0.90));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #062016;
    border-color: rgba(255, 255, 255, 0.20);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
}

.tile.points-tile::after {
    content: none;
}

.tile.points-tile .pnum {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.tile.points-tile .plbl {
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    opacity: .95;
}

.tiles .tile:nth-child(1) {
    --d: 0s;
}

.tiles .tile:nth-child(2) {
    --d: .45s;
}

.tiles .tile:nth-child(3) {
    --d: .9s;
}

.deposit-0,
.deposit-1 {
    width: 98px;
    height: 98px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--gold1), var(--gold2));
    /*background: linear-gradient(to bottom, #5df296, #1b8b50);*/
    border: 1px solid rgba(255, 255, 255, 0.22);
    /*border: none;*/
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2b1440;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    animation: depositPulse 2.8s ease-in-out infinite;
}

.deposit:hover {
    /*transform: translateY(-1px) scale(1.02);*/
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
    filter: saturate(1.06);
}

.deposit:active {
    transform: translateY(0px) scale(0.99);
}

.deposit .amt {
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.deposit .lbl {
    font-size: 11px;
    margin-top: 5px;
    /*letter-spacing: 0.8px;*/
    font-weight: 900;
}

.close {
    margin-top: 6px;
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--green), var(--green2)) !important;
    color: #062016;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.hidden {
    display: none !important;
}

/* ===== Confirm Deposit Modal ===== */

.modalOverlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 12px;
}

.modalContent {
    width: min(380px, 100%);
    background: linear-gradient(180deg,
            rgba(18, 37, 54, 0.96),
            rgba(11, 22, 32, 0.96));
    border-radius: 20px;
    padding: 18px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.65);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: modalPop 0.22s ease-out;
}

.modalCloseBtn {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.modalCloseBtn:hover {
    color: white;
    transform: scale(1.1);
}

.modalContent h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    color: var(--text);
    text-shadow: 0 2px 12px rgba(0, 181, 102, 0.15);
}

.modalBody {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.modalBody strong {
    color: var(--gold1);
}

.modalBtnControl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.confirmBtn {
    flex: 1;
    border: none;
    border-radius: 14px;
    padding: 10px 12px;
    background: linear-gradient(135deg, var(--green), var(--green2));
    color: white;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.confirmBtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.cancelBtn {
    flex: 1;
    /*border: 1px solid rgba(255, 255, 255, 0.22);*/
    border-radius: 14px;
    padding: 10px 12px;
    background: linear-gradient(to bottom, #ff9b7f, #b33a2b);
    color: var(--text);
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    border: none;
}

.cancelBtn:hover {
    /*background: rgba(255, 255, 255, 0.06);*/
    background: linear-gradient(to bottom, #ff9b7f, #b33a2b);
    border-color: rgba(255, 255, 255, 0.35);
}

/* Animation */
@keyframes modalPop {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* animations */
@keyframes floaty {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes sparks {
    0% {
        transform: translate(-50%, -6px);
        opacity: 0;
    }

    12% {
        opacity: 0.95;
    }

    45% {
        opacity: 0.35;
    }

    75% {
        opacity: 0.06;
    }

    100% {
        transform: translate(-50%, 14px);
        opacity: 0;
    }
}

@keyframes depositPulse {

    0%,
    100% {
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
    }

    50% {
        box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
    }
}

@media (prefers-reduced-motion: reduce) {

    .tile,
    .tile::after,
    .deposit {
        animation: none !important;
    }
}

.hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kicker {
    font-size: 12px;
    font-weight: 900;
    opacity: 0.80;
    color: var(--text);
}

.kicker h1 {
    font-size: 22px;
    font-weight: 800;
}

.kicker h5 {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}

h1 {
    font-size: 22px;
    font-weight: 900;
    color: var(--text);
    text-shadow: 0 2px 14px rgba(0, 181, 102, 0.12);
}

.sub {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.72;
}

.step {
    border-radius: 18px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}

.step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.step-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
    font-size: 12px;
    font-weight: 900;
    opacity: 0.92;
}

.step-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 181, 102, 0.92);
    box-shadow: 0 0 14px rgba(0, 181, 102, 0.25);
}

.counter {
    font-size: 12px;
    font-weight: 900;
    color: rgba(234, 246, 240, 0.86);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.18);
}

.step-title {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    color: var(--text);
}

.step-desc {
    margin: -2px 0 0;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.72;
    color: var(--text);
}

.pick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 4px;
}

.pick {
    height: 65px;
    width: 70px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    position: relative;
    overflow: visible;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
    transition: transform .14s ease, filter .14s ease, opacity .14s ease, box-shadow .14s ease;
    transform: translateZ(0);
}

.pick::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 42%),
        radial-gradient(circle at 78% 88%, rgba(0, 0, 0, 0.22), transparent 55%);
    pointer-events: none;
    mix-blend-mode: soft-light;
    clip-path: inset(0 round 16px);
}

.pick::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 54px;
    height: 44px;
    transform: translate(-50%, -6px);
    background: radial-gradient(circle 2.6px at 50% 18%, var(--spark), transparent 58%),
        radial-gradient(circle 2.2px at 32% 32%, rgba(255, 255, 255, 0.55), transparent 62%),
        radial-gradient(circle 2.0px at 68% 42%, var(--spark), transparent 62%),
        radial-gradient(circle 1.8px at 44% 54%, rgba(255, 255, 255, 0.38), transparent 62%),
        radial-gradient(circle 1.6px at 58% 64%, var(--spark), transparent 62%),
        radial-gradient(circle 1.4px at 36% 72%, rgba(255, 255, 255, 0.28), transparent 62%),
        radial-gradient(circle 1.2px at 66% 78%, var(--spark), transparent 62%);
    opacity: 0;
    filter: blur(0.25px) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
    pointer-events: none;
    animation: sparks 1.8s ease-in-out infinite;
    animation-delay: var(--d, 0s);
}

.pick:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.42);
}

.pick:active {
    transform: translateY(0px) scale(0.99);
}

.pick.selected {
    outline: 2px solid rgba(255, 198, 74, 0.55);
    box-shadow: 0 18px 44px rgba(255, 198, 74, 0.10), 0 22px 60px rgba(0, 0, 0, 0.46);
}

.pick.selected::before {
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.34), transparent 42%),
        radial-gradient(circle at 70% 10%, rgba(255, 198, 74, 0.22), transparent 50%),
        radial-gradient(circle at 78% 88%, rgba(0, 0, 0, 0.22), transparent 55%);
}

.pick.locked {
    cursor: default;
    opacity: 0.40;
    filter: grayscale(0.55) saturate(0.85);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    transform: none;
}

.pick.locked::after {
    opacity: 0;
    animation: none;
}

.g1 {
    /*background: linear-gradient(135deg, #ff2e63, #ff7a59);*/
}

.g2 {
    /*background: linear-gradient(135deg, #22c1c3, #1d4ed8);*/
}

.g3 {
    /*background: linear-gradient(135deg, #a855f7, #f472b6);*/
}

.g4 {
    /*background: linear-gradient(135deg, #00b566, #1d4ed8);*/
}

.g5 {
    /*background: linear-gradient(135deg, #ffb347, #ff2e63);*/
}

.g6 {
    /*background: linear-gradient(135deg, #60a5fa, #22c55e);*/
}

.claim-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 2px;
}

.note {
    font-size: 12px;
    font-weight: 800;
    opacity: 0.70;
    color: var(--text);
}

.deposit-newuser {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    background: linear-gradient(145deg, var(--gold1), var(--gold2));
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2b1440;
    cursor: pointer;
    user-select: none;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, opacity .18s ease;
}

.deposit-newuser .amt {
    font-size: 26px;
    line-height: 1;
    font-weight: 1000;
}

.deposit-newuser .lbl {
    font-size: 10px;
    margin-top: 6px;
    font-weight: 1000;
}

.deposit-newuser .sub2 {
    font-size: 10px;
    margin-top: 3px;
    font-weight: 900;
    opacity: 0.78;
}

.deposit-newuser.enabled {
    animation: depositPulse 2.8s ease-in-out infinite;
}

.deposit-newuser.enabled:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
    filter: saturate(1.06);
}

.deposit-newuser:active {
    transform: translateY(0px) scale(0.99);
}

.deposit-newuser.disabled {
    cursor: default;
    opacity: 0.42;
    filter: grayscale(0.55) saturate(0.85);
    animation: none;
}

.access {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--green), var(--green2));
    color: #062016;
    font-size: 16px;
    font-weight: 1000;
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.access:hover {
    transform: translateY(-1px);
    filter: saturate(1.04);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.44);
}

.access:active {
    transform: translateY(0px) scale(0.99);
}

.muted {
    opacity: 0.65;
    filter: grayscale(0.2);
}

@media(max-width: 370px) {
    .logo-img {
        width: 100px;
    }

    .btn.btn-my-wallet.fw-bold {
        font-size: 11px;
    }
}

/* Footer */
.casino-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, var(--bg-elevated), var(--bg-dark));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 1000;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1100px;
    margin: 0 auto;
}

.nav-item,
.tush-menu-item.nav-item {
    display: block;
    padding: 10px 6px 12px !important;
    text-align: center !important;
    text-decoration: none !important;
    color: var(--text-muted) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    transition: color 0.2s ease, transform 0.15s ease !important;
    ;
}

.tush-menu-item.nav-item .icon,
.nav-item .icon {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.tush-menu-item .tushinde-icon,
.tushinde-icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.tush-menu-item.nav-item:hover,
.nav-item:hover {
    color: var(--accent) !important;
    transform: translateY(-1px) !important;
    background-color: transparent;
}

.tush-menu-item.nav-item.active,
.nav-item.active {
    color: var(--accent) !important;
}

.nav-item.active .icon,
.tush-menu-item.nav-item:hover {
    filter: drop-shadow(0 0 6px rgba(34, 197, 94, 0.6));
}


.tush-menu-item.nav-item.highlight {
    color: var(--text-light);
}

.tush-menu-item.nav-item.highlight .icon {
    color: var(--accent);
}

@media (min-width: 768px) {
    .casino-footer {
        padding-bottom: env(safe-area-inset-bottom);
    }

    .nav-item {
        font-size: 12px;
    }
}

/*NEW FOOTER*/
:root {
    --bg-dark: #0b0f1a;
    --bg-elevated: #12172a;
    --accent: #22c55e;
    --text-muted: #9ca3af;
    --text-light: #e5e7eb;
}

/* Footer */
.casino-footer-cashback {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, var(--bg-elevated), var(--bg-dark));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 1000;
}

.footer-nav-cashback {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    max-width: 1100px;
    margin: 0 auto;
}

.nav-item-cashback {
    padding: 10px 6px 12px;
    text-align: center;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.15s ease;
}

.nav-item-cashback .icon-cashback {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.icon-relative {
    position: relative;
}

.freebetsBadge {
    position: absolute;
    top: -6px;
    right: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.nav-gif-cashback,
.tushinde-icon-cashback {
    width: 27px;
    height: 27px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.nav-item-cashback:hover {
    color: var(--text-light);
    transform: translateY(-1px);
}

.nav-item-cashback.active {
    color: var(--accent);
}

.nav-item-cashback.active .icon-cashback {
    filter: drop-shadow(0 0 6px rgba(34, 197, 94, 0.6));
}

.nav-item-cashback.highlight {
    color: var(--text-light);
}

.nav-item-cashback.highlight .icon-cashback {
    color: var(--accent);
}

.nav-item-cashback.disabled {
    pointer-events: none;
    opacity: 0.4;
    filter: grayscale(100%);
}

/* Cashback Modal */
.modal-cashback {
    padding: 4px 0;
    position: fixed;
    inset: 0;
    z-index: 2000;
    right: 20%;
}

.modal-cashback.hidden {
    display: none;
}

.modal-cashback .modal-content-cashback {
    margin: 0 auto;
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    background: #0e1f33;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border-radius: 14px;
    transition: transform 0.3s ease;
}

.modal-cashback:not(.hidden) .modal-content-cashback {
    transform: translateX(-50%) translateY(0);
}

.modal-cashback .modal-overlay-cashback {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* ===============================
   Cashback Rules Overlay
================================ */
.rules-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rules-overlay.hidden {
    display: none;
}

.rules-panel {
    background: #0e1f33;
    color: #fff;
    width: min(92%, 360px);
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.rules-panel h4 {
    margin-bottom: 8px;
    color: #FFD700;
}

.rules-panel ul {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.4;
}

/* Wrapper & Sections */
.wrapper-cashback {
    padding: 12px 14px;
    color: #fff;
    background: #0e1f33 !important;
}

.header-cashback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 6px;
}

.title-cashback {
    font-size: 14px;
    font-weight: 700;
    color: #FFD700;
}

.infoBtn-cashback {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.infoBtn-cashback:hover {
    color: #C084FC;
}

.body-cashback {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 16px;
}

.highlight-cashback {
    font-size: 18px;
    font-weight: 700;
    color: #C084FC;
}

.subtext-cashback {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.streak-cashback {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.day-cashback {
    height: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.day-cashback.active {
    background: #C084FC;
    color: #0b1622;
    font-weight: 700;
}

.day-cashback.sunday {
    border: 2px solid #FFD700;
}

.streakText-cashback {
    margin-top: 4px;
    font-size: 12px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
}

.progress-cashback {
    margin-top: 6px;
    width: 100%;
    height: 6px;
    appearance: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    outline: none;
    overflow: hidden;
}

.progress-cashback::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
}

.progress-cashback::-webkit-slider-thumb {
    appearance: none;
    width: 0;
    height: 6px;
    background: #C084FC;
    box-shadow: -100vw 0 0 100vw #C084FC;
}

.progress-cashback::-moz-range-track {
    background: rgba(255, 255, 255, 0.15);
    height: 6px;
    border-radius: 999px;
}

.progress-cashback::-moz-range-progress {
    background: #C084FC;
    height: 6px;
    border-radius: 999px;
}

.cashbackFooter-cashback {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cashbackFooterDiv-cashback {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.amount-cashback {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.amountLabel-cashback {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.amountValue-cashback {
    font-size: 14px;
    font-weight: 700;
    color: #FFD700;
}

.claimBtn-cashback {
    padding: 8px 14px;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    background: #C084FC;
    color: #0b1622;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
}

.claimBtn-cashback:disabled {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}

.claimBtn-cashback:not(:disabled):active {
    transform: scale(0.96);
}

.claimedBtn-cashback {
    background: #ffcc33 !important;
    color: #000 !important;
    font-weight: 700;
    cursor: default;
    border: none;
}

.claimNote-cashback {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 215, 0, 0.85);
    text-align: right;
    animation: fadeIn-cashback 0.3s ease-in-out;
}

@keyframes fadeIn-cashback {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.skeletonLine-cashback {
    border-radius: 6px;
    animation: shimmer-cashback 1.2s linear infinite;
    background: rgba(255, 255, 255, 0.1) linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.1) 100%);
    background-size: 200% 100%;
}

@keyframes shimmer-cashback {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* ===============================
   Footer Spin Icon (Mini Version)
================================ */
.spin-icon {
    display: grid;
    place-items: center;
    margin-bottom: 2px;
}

.spin-stage-mini {
    position: relative;
    width: 26px;
    height: 26px;
}

.wheel-mini {
    width: 100%;
    height: 100%;
    animation: spin-mini 2.5s linear infinite;
}

.pointer-mini {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 40px;
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
}

@keyframes spin-mini {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Media */
@media (min-width: 768px) {
    .casino-footer {
        padding-bottom: env(safe-area-inset-bottom);
    }

    .nav-item {
        font-size: 12px;
    }
}

.newlook-category-header {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px 0;
    background: linear-gradient(180deg, rgba(18, 37, 54, 0.96), rgba(11, 22, 32, 0.96));
}

.newlook-category-header h2 {
    margin: 0;
    color: #eaf6f0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.newlook-category-header-count {
    margin-left: 10px;
    border: 0.5px solid hsl(154, 100%, 35%);
    padding: 4px;
    height: 20px;
    width: 20px;
    border-radius: 8px;
}


.newlook-game-grid {
    display: grid;
    gap: 12px;
    padding: 10px;
    grid-template-columns: repeat(3, 1fr);
}

/* Tablet */
@media (min-width: 768px) {
    .newlook-game-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .newlook-game-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Wide Desktop */
@media (min-width: 1440px) {
    .newlook-game-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}

.newlook-casino-card {
    background: #0f172a;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 0.5px solid hsl(154, 100%, 35%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
    transition: all 0.3s ease;
    animation: newlook-fadeUp 0.6s ease forwards;
}

.newlook-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.newlook-card-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    height: 90px;
    /* mobile default */
}

/* Resize images for larger screens */
@media (min-width: 768px) {
    .newlook-card-image img {
        height: 110px;
    }
}

@media (min-width: 1024px) {
    .newlook-card-image img {
        height: 180px;
    }
}

.newlook-casino-card:hover img {
    transform: scale(1.1);
}

.newlook-casino-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(7, 202, 82, 0.5);
}

.newlook-provider-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 9px;
    border-radius: 10px;
    border: 0.5px solid #1d1d1d;
    letter-spacing: .5px;
    text-transform: uppercase;
    z-index: 4;
    box-shadow: 0 0 10px rgba(255, 200, 0, 0.6);
}

.newlook-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px;
}

.newlook-casino-card:hover .newlook-card-overlay {
    opacity: 1;
}

.tush-menu-item.newlook-play-btn {
    background: linear-gradient(135deg, #ffd700, #ff9800);
    color: #000 !important;
    padding: 11px 26px;
    border-radius: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    transition: all 0.25s ease;
}

.newlook-game-active {
    font-size: 10px;
    color: #00d25a;
    padding: 0;
    margin: 0;
}

.newlook-game-active.active-number {
    padding: 0;
    margin: 0;
}

.tush-menu-item.newlook-play-btn:hover {
    color: #000 !important;
    transform: scale(1.12);
    box-shadow: 0 0 30px rgb(0, 255, 98);
}

.newlook-card-info {
    background: #020617;
    padding: 2px 8px;
    text-align: center;
}

.newlook-game-title {
    color: #e5e7eb;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.newlook-no-games {
    color: #94a3b8;
    padding: 40px;
    text-align: center;
    grid-column: 1 / -1;
    font-size: 15px;
}

@keyframes newlook-fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.ti-container {
    width: 100%;
    padding: 0.75rem;
}

.ti-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
}

.ti-card {
    min-height: 4.5rem;
    padding: 0.75rem;
    border-radius: 0.625rem;;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}

.ti-card--balance {
    border: 1px solid #22c55e;
    background:
        linear-gradient(180deg,
            rgba(34, 197, 94, 0.18) 0%,
            rgba(34, 197, 94, 0.06) 45%,
            rgba(0, 0, 0, 0.15) 100%),
        #181f2c !important;
}

.ti-card--points {
    border: 1px solid #facc15;
    background:
        linear-gradient(180deg,
            rgba(250, 204, 21, 0.18) 0%,
            rgba(250, 204, 21, 0.06) 45%,
            rgba(0, 0, 0, 0.15) 100%),
        #181f2c !important;
}

.ti-card--freebets {
    border: 1px solid #ef4444;
    background:
        linear-gradient(180deg,
            rgba(239, 68, 68, 0.18) 0%,
            rgba(239, 68, 68, 0.06) 45%,
            rgba(0, 0, 0, 0.15) 100%),
        #181f2c !important;
}


.ti-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ti-card-label {
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1;
}

.ti-card-value {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin-top: 0.625rem;
    color: #fff !important;
}

.ti-card-icon {
    font-size: 1rem;
    line-height: 1;
    opacity: 0.9;
}

.ti-card .ti-card-value #mybalance-2,
.ti-card .ti-card-value #depsecbalance,
.ti-card .ti-card-value #tush-list-count {
    color: #fff !important;
    padding: 0 !important;
    right: 0;
    top: 0;
    box-shadow: 0;
    position: relative !important;
    background-color: transparent !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.ti-card-icon {
    font-size: 16px;
    line-height: 1;
    opacity: 0.9;
}


@media (max-width: 480px) {
    .ti-card {
        padding: 8px;
        min-height: 64px;
    }

    .ti-card-label {
        font-size: 11px;
    }

    .ti-card-value {
        font-size: 13px;
    }
}


.ti-dpt-content-input {
    padding: 0.6rem !important;
    border: 2px solid #1b8b50 !important;
    outline: none !important;
    border-radius: 10px !important;
    min-width: 190px !important;
}

.ti-dpt-content-btn {
    border: none !important;
    background: #5df296 !important;
    padding: 0.6rem 1rem !important;
    border-radius: 10px !important;
    font-weight: bolder !important;
}

.ti-deposit {
    background: #ffffff;
    color: #000;
    padding: 0.875rem;
    border-radius: 12px;
    margin-top: 16px;
    padding: 10px 5px;
}

.ti-deposit__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ti-deposit__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ti-deposit__badge {
    background: #edd787;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.8125rem;
    padding: 4px 18px;
    border-radius: 16px;
    width: 100%;
    text-align: center;
}

/*.ti-deposit__info {*/
/*    background: none;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*}*/

.ti-deposit__title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ti-deposit__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
}

.ti-deposit__subtitle {
    font-size: 13px;
    color: #9ca3af;
}

.ti-deposit__description {
    font-size: 0.875rem;
    margin-bottom: 0;
}

/* ============================
   PACK GRID
============================ */
.ti-deposit__packs {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
    margin-top: 14px;
}

/* ============================
   PACK CARD
============================ */
.ti-pack {
    background: #0f1a24;
    color: #fff;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.ti-pack--recommended {
    border: 1px solid #f6c53e;
    box-shadow: 0 0 18px rgba(255, 215, 80, 0.25);
}

.ti-pack__label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    opacity: 0.85;
}

.ti-pack__badge {
    background: linear-gradient(90deg, #ffd54d, #ffb700);
    color: #000;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 4px;
    border-radius: 12px;
}

.ti-pack__title {
    font-size: 17px;
    font-weight: 700;
}

.ti-pack__benefits {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ti-pack__benefits li {
    font-size: 14px;
    color: #d5d5d5;
}

.ti-pack__btn {
    background: linear-gradient(to bottom, #5df296, #1b8b50);
    border: none;
    border-radius: 14px;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
    color: white;
}

.ti-pack__btn--alt {
    color: white;
    background: linear-gradient(to bottom, #ff9b7f, #b33a2b);
}

.ti-pack__note {
    font-size: 13px;
    opacity: 0.85;
}

@media (max-width: 480px) {
    .ti-deposit {
        padding: 10px 5px;
    }

    .ti-deposit__packs {
        gap: 10px;
    }

    .ti-pack {
        padding: 12px;
        gap: 8px;
    }

    .ti-pack__title {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .ti-pack__benefits {
        margin-bottom: 2px;
    }

    .ti-pack__benefits li {
        font-size: 0.75rem;
    }

    .ti-pack__btn {
        padding: 8px;
        font-size: 12px;
        border-radius: 12px;
    }

    .ti-pack__note {
        font-size: 11px;
        line-height: 1.3;
    }

    .ti-pack__label {
        font-size: 11px;
    }

    .ti-pack__badge {
        font-size: 8px;
        padding: 2px 4px;
    }
}


.tushinde-carousel-container-new {
    padding: 0 !important;
}

#tushindeCarouselTrackNew {
    gap: 0 !important;
    margin: 0 !important;
}

.tush-carousel-item-new {
    height: 90px;
}

.tush-menu-item.banner-images-new {
    padding: 0 !important;
}

.banner-images-new {
    border-radius: 0 !important;
    width: 100vw !important;
    max-width: 768px;
    height: 90px;
    padding: 0;
    margin: 0 auto;
}

.tush-carousel-item-new,
.banner-images-new.tush-carousel-img {
    min-width: 100vw !important;
    max-width: 768px;
}


.tush-carousel-item.tush-carousel-item-new,
.tush-menu-item.banner-images-new,
.tush-menu-item.banner-images-new .tush-carousel-img,
.tush-menu-item.banner-images-new img {
    border-radius: 0 !important;
}

.tush-menu-item.banner-images-new img {
    width: 100vw !important;
    max-width: 768px;
    height: 100%;
}

.tush-carousel-img {
    object-fit: fill !important;
}

@media (min-width: 768px) {

    .tush-carousel-item,
    .tush-carousel-img {
        text-align: center !important;
    }

}

.showall-newlook {
    color: #020617;
    font-size: 13px;
    font-weight: 600;
}

.showall-newlook:hover,
.showall-newlook:active {
    color: #ffb700 !important;
}

[data-theme="dark"] {
    .showall-newlook {
        color: #fff;
    }
}

.game-section {
    margin-top: 2px !important;
}