/* =========================
   NAVBAR / HEADER MOEDAZ
   ========================= */

.nav-payment img {
    border-radius: 5px !important;
}

.moedaz-nav-area {
    position: relative;
    z-index: 1030;
}

/* topo (logo, busca, botões) */
.moedaz-header-top {
    background: #3636CC;
}

.moedaz-header-top .moedaz-header-top-lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 767.98px) {
    .moedaz-header-top .moedaz-header-top-lg {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        height: 80px;
    }
}

.moedaz-logo img {
    display: block;
}

/* busca em formato "pill" com ícone */
.moedaz-search-wrapper {
    max-width: 720px;
}

.moedaz-search-box {
    display: flex;
    align-items: center;
    background: #151826;
    border-radius: 0.375rem;
    border: 1px solid #111827;
    padding: 0 14px;
    height: 44px;
}

.moedaz-search-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #FFD31A;
    display: flex;
    align-items: center;
}

.moedaz-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #EFF3FA;
    font-size: 14px;
    padding: 0;
}

.moedaz-search-input::placeholder {
    color: rgba(239, 243, 250, 0.7);
}

.moedaz-search-input:focus {
    outline: none;
    box-shadow: none;
}

/* barra de categorias */
.moedaz-header-categories {
    background: #050816;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    position: relative;
    z-index: 20;
}

.moedaz-header-categories::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    /* encosta no conteúdo abaixo */
    height: 1px;

    /* FAIXA AMARELA COM GLOW */
    background: linear-gradient(to right,
            transparent 0%,
            #FFD31A 25%,
            #FFE875 50%,
            #FFD31A 75%,
            transparent 100%);
    filter: blur(0px);
    opacity: 1;
    pointer-events: none;
}


.moedaz-categories-list {
    list-style: none;
    margin: 0;
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: fit-content;
}

.moedaz-categories-list li {
    margin: 0;
}

/* links das categorias com barra amarela no hover */
.moedaz-categories-list .moedaz-cat-link,
.moedaz-categories-list .moedaz-link {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #EFF3FA;
    text-decoration: none;
    padding: 0.1rem 0.6rem 1rem 0.6rem;
    border-bottom: 3px solid transparent;
    transition: color .2s ease, border-color .2s ease;
    display: block;
    margin-bottom: -0.6rem;
}

.moedaz-categories-list .moedaz-cat-link:hover,
.moedaz-categories-list .moedaz-cat-link.active,
.moedaz-categories-list .moedaz-link:hover,
.moedaz-categories-list .moedaz-link.active {
    color: #FFD31A;
    border-bottom-color: #FFD31A;
}

/* Botão Vender à direita */
.moedaz-header-categories .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.moedaz-sell-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.2rem 1.25rem;
    background: #12141D;
    color: #fafcff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0px 0px 1px rgb(29, 29, 112);
    margin-top: -2px;
}

.moedaz-sell-button:hover {
    background: #23252E;
    color: #fff;
}

.moedaz-sell-button svg {
    flex-shrink: 0;
}

/* =========================
   MEGA MENU
   ========================= */

/* caixa do mega (fica abaixo da barra de categorias) */
/* fechado por padrão */
.moedaz-mega-menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #050816;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .75);
    padding: 12px 0 20px;
    max-height: calc(100vh - 250px);
    overflow: hidden;
    border-bottom: solid 1px #ffda3a57;
}

/* mega = header + colunas */
.moedaz-mega-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* header interno: 2 colunas (título na esquerda, search na direita) */
.moedaz-mega-header-row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    column-gap: 32px;
    align-items: center;
    padding: 6px 0 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.moedaz-mega-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(209, 213, 240, .7);
    margin: 0;
}

/* busca interna (direita do header) */
.moedaz-mega-search {
    width: 100%;
}

.moedaz-mega-search .form-control {
    background: #020409;
    border-color: #111827;
    color: #E5E7F4;
    border-radius: 0.375rem;
    padding-left: 14px;
    padding-right: 14px;
    height: 38px;
}

.moedaz-mega-search .form-control::placeholder {
    color: rgba(229, 231, 244, 0.7);
}

/* corpo do mega: também 2 colunas */
.moedaz-mega-columns {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    column-gap: 32px;
    max-height: calc(100vh - 250px);
    overflow: hidden;
}

/* coluna esquerda (lista de populares) */
.moedaz-mega-left {
    max-height: 100%;
    overflow-y: auto;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.moedaz-popular-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.moedaz-popular-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

.moedaz-popular-list li a img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.moedaz-popular-list li a:hover span {
    color: #FFD31A;
}

/* coluna direita */
.moedaz-mega-right {
    padding-left: 0;
}

/* filtros (chips) */
.moedaz-mega-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.moedaz-mega-filters button {
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid #111827;
    background: #020409;
    color: #D1D5F0;
    font-size: 12px;
    cursor: pointer;
}

.moedaz-mega-filters button.active,
.moedaz-mega-filters button:hover {
    background: #FFD31A;
    border-color: #FFD31A;
    color: #111827;
}

/* grid de jogos */
.moedaz-games-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px 18px;
    max-height: calc(-250px + 100vh);
    overflow-y: auto;
}

.moedaz-game-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 3px 0;
}

.moedaz-game-item img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.moedaz-game-item span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.moedaz-game-item:hover span {
    color: #FFD31A;
}

/* comportamento: abre no hover em desktop, some no mobile */
@media (min-width: 992px) {

    .moedaz-header-categories:has(.moedaz-categories-list:hover)+.moedaz-mega-menu-wrapper,
    .moedaz-mega-menu-wrapper:hover {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .moedaz-mega-menu-wrapper {
        display: none !important;
    }

    .latest-products-list {
        gap: 10px !important;
    }

    .profile-menu {
        display: none !important;
    }

    .no-profile-menu {
        display: block !important;
        height: 70px;
    }
}

/* .btn-login-header {
    color: #EFF3FA;
    border-color: #EFF3FA;
}

.btn-login-header:hover {
    background-color: #EFF3FA;
    color: #3636CC;
    border-color: #EFF3FA;
} */

/* quando a nav-area estiver com a classe is-mega-open, mostra o mega (desktop) */
@media (min-width: 992px) {
    .moedaz-nav-area.is-mega-open .moedaz-mega-menu-wrapper {
        display: block;
    }
}

/* mobile: nunca mostra o mega (usa offcanvas) */
@media (max-width: 991.98px) {
    .moedaz-mega-menu-wrapper {
        display: none !important;
    }
}

/* =========================
   HERO SEARCH (abaixo do carousel)
   ========================= */

.moedaz-hero-search-wrapper {
    position: relative;
    z-index: 5;
    margin-top: -31px;
    /* puxa levemente pra cima do slide */
    /* margin-bottom: 40px; */
}

/* centraliza o form e limita a 50% da largura no desktop */
.moedaz-hero-search-wrapper .container {
    display: flex;
    justify-content: center;
}

.moedaz-hero-search {
    width: 50%;
    max-width: 780px;
    min-width: 320px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #151826;
    border-radius: 999px;
    padding: 8px 10px 8px 22px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .65);
}

/* input */
.moedaz-hero-search-input {
    flex: 1;
}

.moedaz-hero-search-input input {
    width: 100%;
    border: none;
    background: transparent;
    color: #EFF3FA;
    outline: none;
}

.moedaz-hero-search-input input::placeholder {
    color: rgba(239, 243, 250, 0.65);
}

/* =========================
   WALLET BLOCKED SECTION
   ========================= */

.wallet-blocked-section {
    width: 100%;
}

.wallet-blocked-card {
    background: rgb(21, 24, 38);
    /* border-left: 1px solid #FFC107; */
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.moedaz-balance-block:last-child .wallet-blocked-section,
.moedaz-balance-block:last-child .wallet-blocked-section .wallet-blocked-card {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.wallet-blocked-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.wallet-blocked-icon {
    flex-shrink: 0;
    color: #FFC107;
    display: flex;
    align-items: center;
}

.wallet-blocked-icon svg {
    width: 16px;
    height: 16px;
}

.wallet-blocked-label {
    color: #FFC107;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wallet-blocked-amount {
    font-size: 15px;
    font-weight: 700;
    /* color: #FFD54F; */
    color: #DC3545;
}

.btn-unlock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    /* background: #FFC107; */
    background: #28A745;
    color: #1E2029;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-unlock:hover {
    background: #E6AC00;
}

.btn-unlock svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

/* botão de categoria (pill no meio) */
.moedaz-hero-search-category {
    position: relative;
}

.moedaz-hero-search-cat-btn {
    border: none;
    outline: none;
    background: #211A4A;
    color: #EFF3FA;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* .moedaz-hero-cat-chevron {
    font-size: 11px;
    opacity: 0.75;
} */

.moedaz-hero-search-cat-btn:focus {
    box-shadow: none;
}

/* DROPDOWN estilizado */
.moedaz-hero-dropdown {
    margin-top: 10px !important;
    border-radius: var(--bs-border-radius);
    padding: 16px;
    border: none;
    background: #211336;
    min-width: 260px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .8);
}

.moedaz-hero-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    font-size: 14px;
    color: #EFF3FA;
    background: transparent;
    border-radius: var(--bs-border-radius);
}

.moedaz-hero-dropdown .dropdown-item .moedaz-hero-drop-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.moedaz-hero-dropdown .dropdown-item:hover,
.moedaz-hero-dropdown .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #FFD31A;
}

.moedaz-hero-dropdown .dropdown-item.active {
    background: #2b1853;
    color: #FFD31A;
}

.moedaz-profile-dropdown {
    padding: 0;
    height: 28px;
}

/* botão da lupa */
.moedaz-hero-search-btn {
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: var(--bs-border-radius);
    background: transparent;
    color: #111827;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.moedaz-hero-search-btn:hover {
    background: #ffda3a57;
}

/* responsivo: em mobile ocupa 100% */
@media (max-width: 991.98px) {
    .moedaz-hero-search {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .moedaz-hero-search-category {
        display: none;
    }

    .moedaz-avatar-btn svg {
        border: 1px solid #fff !important;
        color: #fff !important;
        background-color: transparent !important;
    }

    .moedaz-logo {
        margin: auto !important;
    }
}

.moedaz-lang-icon-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #EFF3FA;
    /* cor do SVG via currentColor */
}

.moedaz-lang-icon-btn:hover {
    color: #FFD31A;
    /* hover amarelo */
}

/* .moedaz-lang-icon-btn svg {
    width: 32px;
    height: 32px;
    display: block;
} */


/* Grid de produtos das categorias - 5 itens por linha */
.products-grid {
    /* já está usando g-4 do Bootstrap, que dá espaçamento bom */
}

.products-grid .card {
    height: 100%;
}

@media (min-width: 1400px) {
    .products-grid>[class*="col-"] {
        flex: 0 0 auto;
        width: 20%;
        /* 100% / 5 = 20% */
    }
}

/* 5 itens por linha no desktop */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .products-grid>[class*="col-"] {
        flex: 0 0 auto;
        width: 25%;
        /* 100% / 5 = 20% */
    }
}

/* 4 itens por linha no tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .products-grid>[class*="col-"] {
        flex: 0 0 auto;
        width: 33.333333%;
        /* 100% / 4 = 25% */
    }
}

/* 3 itens por linha no mobile grande */
@media (min-width: 576px) and (max-width: 767.98px) {
    .products-grid>[class*="col-"] {
        flex: 0 0 auto;
        width: 50%;
        /* 100% / 3 = 33.333% */
    }
}

/* .owl-carousel .owl-nav.disabled {
    display: flex !important;
}

.owl-carousel .owl-nav {
    justify-content: space-between;
    align-items: center;
} */


.moedaz-icon-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EFF3FA;
}

.moedaz-icon-btn:hover {
    color: #FFD31A;
}

.moedaz-notify-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    background: #FF3B3B;
    border-radius: 50%;
}

/* Animação do sino de notificações quando há notificações */
.moedaz-notify-dot:not(.hide) ~ .notification-bell-icon,
.moedaz-icon-btn:has(.moedaz-notify-dot:not(.hide)) .notification-bell-icon {
    animation: notificationBellRing 2s ease-in-out 5;
    transform-origin: 12px 4px;
}

@keyframes notificationBellRing {
    0%, 100% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(-15deg);
    }
    10% {
        transform: rotate(15deg);
    }
    15% {
        transform: rotate(-15deg);
    }
    20% {
        transform: rotate(15deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(10deg);
    }
    35% {
        transform: rotate(-5deg);
    }
    40% {
        transform: rotate(5deg);
    }
    45%, 100% {
        transform: rotate(0deg);
    }
}

.moedaz-avatar-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.moedaz-avatar-btn svg {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #f2c91c;
    object-fit: cover;
    background-color: #f2c91c;
    color: #12141d;
}

.moedaz-avatar-btn-mobile svg {}

/* Link mobile do profile */
.moedaz-profile-link-mobile {
    color: #EFF3FA;
}

.moedaz-profile-link-mobile:hover {
    color: #FFD31A;
}

.moedaz-user-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.moedaz-user-header img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #FFD31A;
}

.moedaz-user-balance {
    background: #37205F;
    padding: 12px;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    padding: 12px 0;
    width: 300px;
}

/* Bloco de carteira (saldo + bloqueado) */
.moedaz-balance-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.moedaz-balance-block:last-child {
    border-bottom: none;
}

.moedaz-balance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #EFF3FA;
    font-size: 14px;
}

.moedaz-balance-row strong {
    color: #FFD31A;
    font-weight: 600;
}

.moedaz-user-balance span {
    opacity: .7;
}

.moedaz-user-section {
    font-size: 13px;
    opacity: .65;
    margin: 10px 0 6px;
}

.moedaz-user-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 4px;
    text-decoration: none;
    color: #FFF;
    border-radius: 8px;
}

.moedaz-user-item:hover {
    background: rgba(255, 255, 255, .08);
    color: #FFD31A;
}


.moedaz-header-notification {
    position: relative;
}

/* Botão do sininho (sem bordas, só o ícone) */
.icon-btn.icon-notification {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-bell {
    width: 24px;
    height: 24px;
    fill: #f9d26a;
    /* ajuste pra paleta do moedaz */
}

/* bolinha de notificação */
.notif-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff4b81;
    border: 2px solid #1a0734;
    /* cor de fundo da navbar */
}

/* Dropdown */
.notif-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: 380px;
    max-width: 90vw;
    background: #1e0a3b;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
    padding: 16px 0 24px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 999;
}

/* estado aberto */
.moedaz-header-notification.is-open .notif-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* cabeçalho */
.notif-header {
    padding: 0 24px 8px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* tabs */
.notif-tabs {
    display: flex;
    gap: 8px;
    padding: 12px 24px 4px;
}

.notif-tab {
    border: none;
    background: #29114f;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    cursor: pointer;
}

.notif-tab.is-active {
    background: #f9d26a;
    color: #1a0734;
}

/* corpo vazio */
.notif-empty {
    padding: 24px 24px 0;
    text-align: center;
}

.icon-bell-big {
    width: 96px;
    height: 96px;
    fill: #ffffff;
    opacity: 0.9;
}

.icon-bell-big circle {
    fill: #f9d26a;
    opacity: 0.18;
}


.notif-empty-text {
    margin-top: 16px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}

/* lista de notificações */
.notif-list {
    padding: 0 0;
}

.notif-item {
    display: block;
    padding: 12px 24px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
}

.notif-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.notif-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.notif-item-text {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.4;
}

.notif-list hr {
    margin: 0;
    border-top: var(--bs-border-width) solid;
}

/* =========================
   MOBILE BOTTOM BAR
   ========================= */

/* Fixa a barra de ícones no bottom em mobile */
@media (max-width: 767.98px) {

    /* Adiciona espaço no body para não sobrepor conteúdo */
    body {
        padding-top: 45px;
        padding-bottom: 44px;
    }

    .foot-mid,
    .foot-bot {
        text-align: center !important;
    }

    .nav-social {
        display: block ruby !important;
    }

    .nav-payment {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 1px;
        overflow-x: visible;
        white-space: normal;
    }

    .nav-payment li {
        flex: 0 0 auto;
        list-style: none;
    }

    .nav-payment img {
        display: block;
        width: 60px;
        height: 41px;
    }

    .grecaptcha-badge {
        bottom: 55px !important;
    }

    /* Container da navbar top - oculta em mobile */
    .moedaz-header-top {
        position: relative;
    }

    .moedaz-nav-area {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    #app:not(.app_profile):not(.app_home):not(.app_general) {
        margin-top: 65px !important;
    }

    #app.app_profile {
        margin-top: 45px !important;
    }

    #app.app_home {
        margin-top: 65px !important;
    }

    .mainprofile {
        padding-top: 45px !important;
    }

    /* A div gap-2 (que contém os botões e a div gap-3) */
    .moedaz-header-top .d-flex.align-items-center.gap-2 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1040;
        background: rgb(0, 0, 0);
        padding: 0.5rem 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        justify-content: center;
        gap: 1rem !important;
    }

    /* Oculta os botões "Vender Item" e "Login" do desktop em mobile */
    .moedaz-header-top .btn-login-sell,
    .moedaz-header-top .d-flex.align-items-center.gap-2>.btn-login-header {
        display: none !important;
    }

    /* A div gap-3 (que contém os ícones) */
    .moedaz-header-top .d-flex.align-items-center.gap-3 {
        width: 100%;
        justify-content: space-around;
        gap: 0.5rem !important;
    }

    /* Ajusta tamanho dos ícones na bottom bar */
    /* .moedaz-header-top .moedaz-icon-btn svg,
    .moedaz-header-top .moedaz-lang-icon-btn svg,
    .moedaz-header-top .moedaz-avatar-btn svg {
        width: 28px;
        height: 28px;
    } */

    /* Ajusta os dropdowns para abrirem para cima */
    .moedaz-header-top .dropdown-menu {
        bottom: 100% !important;
        top: auto !important;
        margin-bottom: 10px !important;
        transform: translateY(0) !important;
    }

    .moedaz-header-top .dropdown-menu.show {
        transform: translateY(0) !important;
    }
}





/* por padrão, some no desktop */
.moedaz-mobile-categories {
    display: none;
}

/* CARD BASE */
.moedaz-mobile-cat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #1e2029;
    border: 1px solid rgba(255, 255, 255, 0.04);
    text-decoration: none;
    color: #EFF3FA;
}

/* HOVER */
.moedaz-mobile-cat:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 211, 26, 0.45);
}

/* ÍCONE CÍRCULO */
.moedaz-mobile-cat-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #12141d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.moedaz-mobile-cat-icon svg {
    width: 22px;
    height: 22px;
    stroke: #FFFFFF;
    fill: none;
    stroke-width: 2;
}

/* TEXTO */
.moedaz-mobile-cat-label {
    font-size: 14px;
    font-weight: 500;
    color: #EFF3FA;
}

/* BADGE NEW */
.moedaz-mobile-cat-badge {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
    background: #FF4B81;
    padding: 3px 8px;
    border-radius: 20px;
}

/* GRID MOBILE: 2 colunas (50%) */
@media (max-width: 767.98px) {
    .moedaz-mobile-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .moedaz-mobile-cat {
        width: calc(50% - 5px);
    }

    /* esconder grid desktop, se tiver */
    .moedaz-desktop-categories {
        display: none !important;
    }
}

/* MOBILE MENOR: 1 coluna (100%) */
@media (max-width: 575.98px) {
    .moedaz-mobile-cat {
        width: 100%;
    }
}



/* =========================
   Correção de cores Moedaz
   (dropdown hero, profile e notificações)
   ========================= */

/* Pill de categoria no search */
.moedaz-hero-search-cat-btn {
    background: rgba(54, 54, 204, 0.18);
    /* azul #3636CC com alpha */
    color: #EFF3FA;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Dropdown genérico (idiomas + profile) */
.moedaz-hero-dropdown {
    margin-top: 10px !important;
    border-radius: var(--bs-border-radius);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #151826;
    /* menu/dropdown */
    min-width: 260px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .7);
}

/* Itens do dropdown */
.moedaz-hero-dropdown .dropdown-item {
    color: #EFF3FA;
    background: transparent;
}

.moedaz-hero-dropdown .dropdown-item:hover,
.moedaz-hero-dropdown .dropdown-item:focus {
    background: rgba(255, 202, 44, 0.12);
    /* amarelo #FFCA2C com alpha */
    color: #FFCA2C;
}

.moedaz-hero-dropdown .dropdown-item.active {
    background: rgba(255, 202, 44, 0.14);
    color: #FFCA2C;
}

/* Card de saldos dentro do profile */
.moedaz-user-balance {
    background: #1E2029;
    /* card dark */
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0;
    width: 300px;
}

/* Linhas de saldo */
.moedaz-balance-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.moedaz-balance-row strong {
    color: #FFCA2C;
    /* amarelo novo */
}

/* Container do lado direito (valor + botão) */
.moedaz-balance-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Botão de adicionar saldo */
.moedaz-balance-add-btn {
    color: #28a745;
    font-size: 18px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.moedaz-balance-add-btn:hover {
    color: #34ce57;
    transform: scale(1.1);
}

.moedaz-balance-add-btn i {
    display: block;
}

/* Botão de saque */
.moedaz-balance-withdraw-btn {
    color: #dc3545;
    font-size: 18px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.moedaz-balance-withdraw-btn:hover {
    color: #e74c3c;
    transform: scale(1.1);
}

.moedaz-balance-withdraw-btn i {
    display: block;
}

/* Botões de ação nas páginas de transferência (depósitos e saques) */
.deposit-add-btn,
.withdraw-add-btn,
.sell-add-btn,
.character-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {

    .deposit-add-btn,
    .withdraw-add-btn,
    .sell-add-btn,
    .character-add-btn {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        padding: 0;
    }

    .deposit-add-btn i,
    .withdraw-add-btn i,
    .sell-add-btn i,
    .character-add-btn i {
        margin: 0 !important;
    }
}

/* TOOLTIP PERSONALIZADO */
.custom-tooltip {
    opacity: 1 !important;
}

.custom-tooltip .tooltip-inner {
    background-color: #1E2029;
    color: #EFF3FA;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    font-size: 0.8125rem;
    padding: 6px 10px;
    max-width: 240px;
    text-align: left;
    cursor: default !important;
}

.custom-tooltip .tooltip-arrow::before {
    border-top-color: #1E2029;
}

/* NOTIFICAÇÕES (sininho) */
.notif-dropdown {
    background: #151826;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

/* Tabs do topo das notificações */
.notif-tab {
    background: rgba(54, 54, 204, 0.18);
    /* azul suave */
    color: #EFF3FA;
    border: none;
}

.notif-tab.is-active {
    background: #FFCA2C;
    color: #090B13;
}

/* Bolinha do sininho */
.notif-dot {
    background: #FF4B81;
    /* badge pink */
    border: 2px solid #3636CC;
    /* azul da marca */
}

.moedaz-user-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #EFF3FA;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

.moedaz-user-item:hover {
    background: rgba(255, 202, 44, 0.10);
    /* amarelo suave */
}

.moedaz-user-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FFCA2C;
    /* ícone escuro dentro do amarelo */
}

.moedaz-user-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.moedaz-user-label {
    flex: 1;
}


/* =========================
   TOP SELLING GRID (Produtos Mais Vendidos)
   ========================= */

.top-selling-wrapper {
    position: relative;
}

.top-selling-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-selling-col {
    padding: 0.5rem;
}

/* Setas de navegação - ocultas por padrão no desktop */
.top-selling-nav {
    display: none;
    position: absolute;
    top: 0;
    width: 30px;
    bottom: 0;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
    padding: 0;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    outline: none;
}

.top-selling-nav:hover {
    opacity: 1 !important;
}

.top-selling-nav-left {
    left: 0;
    background: transparent;
    border-radius: 12px 0 0 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.top-selling-nav-right {
    right: 0;
    background: transparent;
    border-radius: 0 12px 12px 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.top-selling-nav.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Responsividade para mobile - Carrossel horizontal */
@media (max-width: 767.98px) {
    .top-selling-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 10px;
        padding: 4px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .top-selling-col {
        flex: 0 0 110px !important;
        max-width: 110px !important;
        padding: 0;
        scroll-snap-align: start;
    }

    /* Mostrar setas de navegação no mobile */
    .top-selling-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-selling-nav-left {
        left: 0;
    }

    .top-selling-nav-right {
        right: 0;
    }

    /* Scrollbar customizada para mobile */
    .top-selling-grid::-webkit-scrollbar {
        height: 6px;
    }

    .top-selling-grid::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 3px;
    }

    .top-selling-grid::-webkit-scrollbar-thumb {
        background: rgba(255, 202, 44, 0.3);
        border-radius: 3px;
    }

    .top-selling-grid::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 202, 44, 0.5);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-selling-col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        /* 4 itens por linha em tablet */
    }
}

.top-selling-item {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 12px;
    background: #1E2029;
    aspect-ratio: 1 / 1;
    /* Garante que seja quadrado */
    width: 100%;
}

.top-selling-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-selling-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Garante que a imagem preencha todo o quadrado */
    transition: opacity 0.3s ease;
    opacity: 0.6;
    /* Imagem com opacidade por padrão */
    background: #12141d;
}

/* Hover: remove a opacidade */
.top-selling-item:hover .top-selling-image {
    opacity: 1;
}

/* Título no rodapé, por cima da imagem */
.top-selling-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
    color: #EFF3FA;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    z-index: 0;
    transition: color 0.3s ease;
}

/* Hover no título */
.top-selling-item:hover .top-selling-title {
    color: #FFCA2C;
}


/* =========================
   SECTION DIVIDER (Divisor de Seções)
   ========================= */

.section-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    margin: 3rem 0;
    opacity: 0.6;
}

/* =========================
   LATEST PRODUCTS (Últimos Adicionados)
   ========================= */

.latest-products-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background: #3333D1;
    border-radius: 12px;
    padding: 20px;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background-image: url("../img/background-last-add.png");
    background-position: calc(100% + 150px) 70px;
    background-repeat: no-repeat;
    position: relative;
}

.latest-products-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: radial-gradient(ellipse at center bottom, rgba(0, 0, 0, 0.4) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 0 0 32px 32px;
}

/* Título (30% - esquerda) */
.latest-products-header {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
    order: 1;
}

.latest-products-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.latest-products-heading {
    font-size: 28px;
    font-weight: 700;

    margin: 0;
    line-height: 1.2;
}

/* Lista de produtos (70% - direita) */
.latest-products-list-wrapper {
    flex: 0 0 70%;
    position: relative;
    order: 2;
}

.latest-products-list {
    display: flex;
    gap: 43px;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0;
    scroll-behavior: smooth;
    /* Permite scroll horizontal se necessário */
}

/* Oculta scrollbar mas mantém funcionalidade */
.latest-products-list::-webkit-scrollbar {
    height: 6px;
}

.latest-products-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.latest-products-list::-webkit-scrollbar-thumb {
    background: rgba(255, 202, 44, 0.3);
    border-radius: 3px;
}

.latest-products-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 202, 44, 0.5);
}

.latest-product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 110px;
    /* Impede que os itens encolham */
}

.latest-product-image {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px;
    min-height: 110px;
    max-width: 110px;
    max-height: 110px;
    object-fit: cover;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* opacity: 0.7; */
    display: block;
    background: #12141d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.latest-product-item:hover .latest-product-image {
    opacity: 1;
    /* transform: scale(1.05); */
}

.latest-product-title {
    margin-top: 10px;
    color: #EFF3FA;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 110px;
    line-height: 1.3;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-product-item:hover .latest-product-title {
    color: #FFCA2C;
}

/* Responsividade */
@media (max-width: 991.98px) {
    .latest-products-container {
        flex-direction: column !important;
        padding: 18px;
        overflow: visible;
    }

    .latest-products-list-wrapper {
        flex: 1 1 auto;
        width: 100%;
    }

    .latest-products-list {
        width: 100%;
        order: 2;
        justify-content: flex-start;
        padding-left: 0;
        margin-left: 0;
    }

    /* Mostrar setas de navegação no mobile para latest-products */
    .latest-nav-left,
    .latest-nav-right {
        display: flex !important;
    }

    .latest-products-header {
        flex: 1 1 auto;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        order: 1;
        margin-bottom: 8px;
    }
}


.foot-mid .nav-link {
    line-height: 100% !important;
}

.product-item .link-img {
    min-height: 107px !important;
}

.ads {
    text-align: center;
}

.ads img {
    width: 80%;
    max-width: 100%;
}

.close-widgets-container {
    bottom: 87px !important;
    right: 6px !important;
    z-index: 50 !important;
}

.profile-menu {
    width: 100%;
    display: flex;
    align-items: center;
    background: #151826;
    border-radius: 0 0 16px 16px;
    padding: 16px 22px 16px 22px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .65);
    margin: 0 auto 0 auto;
}

.no-profile-menu {
    display: none;
}

.profile-menu__list {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: auto;
    padding: 0;
}

.profile-menu__list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 6px;
    position: relative;
}

/* underline elegante no hover */
.profile-menu__list li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ffd31a;
    /* amarelo Moedaz */
    transition: width .25s ease;
}

.profile-menu__list li a:hover::after,
.profile-menu__list li a.active::after {
    width: 100%;
}

/* Remove underline dos links do dropdown */
.profile-menu-dropdown .dropdown-menu .dropdown-item::after {
    display: none;
}

@media (max-width: 768px) {
    .profile-menu__list {
        overflow-x: auto;
        white-space: nowrap;
        gap: 20px;
    }

    .close-widgets-container {
        bottom: 127px !important;
        /* display: none !important; */
        /* right: -33px !important; */
    }

    /* .close-widgets-container:hover {
        right: 0px !important;
    } */
}

/* =========================
   CHECKOUT V2 (MOEDAZ)
   ========================= */

.checkout--v2 {
    padding: 28px 0 28px;
    /* background: radial-gradient(1200px 600px at 10% -10%, rgba(54, 54, 204, 0.35), transparent 60%),
        radial-gradient(900px 500px at 80% 0%, rgba(255, 211, 26, 0.18), transparent 55%),
        #0b0f1d;
    color: #E6ECF5; */
}

.checkout--v2 .checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.checkout--v2 .checkout-grid--centered {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
}

.checkout--v2 .checkout-side {
    position: relative;
}

.checkout--v2 .checkout-hero {
    position: sticky;
    /* top: 24px; */
    /* padding: 32px; */
    /* border-radius: 20px; */
    /* background: linear-gradient(180deg, rgba(18, 22, 38, 0.95), rgba(9, 12, 24, 0.95)); */
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    /* box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); */
    padding: 1.5rem !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    border-radius: var(--bs-border-radius-xl) !important;
}

.checkout--v2 .checkout-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 16px;
}

.checkout--v2 .checkout-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #F3F6FF;
}

.checkout--v2 .checkout-subtitle {
    font-size: 16px;
    color: rgba(230, 236, 245, 0.78);
    margin-bottom: 24px;
}

.checkout--v2 .checkout-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: grid;
    gap: 12px;
}

.checkout--v2 .checkout-benefits li {
    position: relative;
    padding-left: 24px;
    color: rgba(230, 236, 245, 0.8);
    font-size: 14px;
}

.checkout--v2 .checkout-benefits li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFD31A;
    position: absolute;
    left: 0;
    top: 8px;
    box-shadow: 0 0 8px rgba(255, 211, 26, 0.7);
}

.checkout--v2 .checkout-preview-card {
    padding: 20px;
    background: rgba(11, 15, 29, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 211, 26, 0.06);
    border-radius: var(--bs-border-radius-xl) !important;
    margin-bottom: 24px;
}

.checkout--v2 .checkout-preview-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.checkout--v2 .checkout-preview-price {
    color: #FFD31A;
    font-weight: 600;
}

.checkout-change-package {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #FFCA2C;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.checkout-change-package:hover,
.checkout-change-package:focus {
    color: #FFCA2C !important;
    text-decoration: none;
}

.checkout-change-package:hover i,
.checkout-change-package:focus i {
    transform: rotate(180deg) !important;
}

.checkout-change-package i {
    display: block !important;
    transition: transform 0.2s ease !important;
}

.checkout--v2 .checkout-preview-name {
    font-size: 18px;
    font-weight: 600;
    color: #F3F6FF;
    margin-bottom: 6px;
}

.checkout--v2 .checkout-preview-meta {
    font-size: 13px;
    color: rgba(230, 236, 245, 0.7);
}

.checkout--v2 .checkout-main {
    display: grid;
    gap: 28px;
}

.checkout--v2 .checkout-panel {
    /* background: #0f1324; */
    /* border: 1px solid rgba(255, 255, 255, 0.07); */
    /* border-radius: 20px; */
    /* padding: 32px; */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);

    padding: 1.5rem !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    border-radius: var(--bs-border-radius-xl) !important;
}

.checkout--v2 .checkout-panel h2.h3 {
    color: #F3F6FF;
    font-weight: 600;
}

.checkout--v2 .checkout-panel hr,
.checkout--v2 .checkout-summary hr {
    border-color: rgba(255, 255, 255, 0.08);
    opacity: 1;
}

.checkout--v2 .checkout-panel .form-control,
.checkout--v2 .checkout-panel .btn-dropdown,
.checkout--v2 .checkout-summary .form-control {
    background-color: #0b0f1d;
    border: var(--bs-border-width) solid #2A2C34;
    color: #E6ECF5;
}

.checkout--v2 .checkout-panel .form-control:focus,
.checkout--v2 .checkout-summary .form-control:focus {
    border-color: #3636CC;
    box-shadow: 0 0 0 0.2rem rgba(54, 54, 204, 0.15);
}

.checkout--v2 .checkout-panel .card {
    background: #0b0f1d;
    border: var(--bs-border-width) solid #2A2C34;
    color: #E6ECF5;
    border-radius: 16px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout--v2 .checkout-panel .checkout-card:hover .card {
    transform: translateY(-4px);
    border-color: rgba(255, 211, 26, 0.5);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.checkout--v2 .checkout-panel input.card-input:checked+.card {
    border-color: #FFD31A;
    box-shadow: 0 0 0 2px rgba(255, 211, 26, 0.2);
}

.checkout--v2 .method-item__badge {
    font-size: 0.55rem;
    white-space: normal;
    z-index: 1;
    max-width: 60px;
    line-height: 1.2;
    top: -20px;
    left: 50%;
    margin-left: -30px;
    background-color: #FFD31A !important;
    color: #0b0f1d !important;
    animation: badgeFloat 2s ease-in-out infinite;
}

@keyframes badgeFloat {
    0%, 100% { top: -20px; }
    50% { top: -10px; }
}

.checkout--v2 .method-item:has(.method-item__input:checked) .method-item__badge {
    display: none;
}

.checkout--v2 .method-item img {
    filter: grayscale(1);
}

.checkout--v2 .method-item:has(.method-item__input:checked) img {
    filter: grayscale(0);
}

.checkout--v2 .method-item img {
    border: 2px solid transparent;
    border-radius: 7px !important;
    transition: all 0.2s ease;
    clip-path: inset(0 round 0px);
    overflow: hidden;
}

.checkout--v2 .method-item:hover {
    /* transform: translateY(-2px); */
    filter: grayscale(0);
}

.checkout--v2 .method-item__input:checked+img {
    border-color: #3636CC !important;
    border-width: 3px;
    display: block;
    box-shadow: 0 0 0 2px rgba(54, 54, 204, 0.2);
}

.checkout--v2 .checkout-summary {
    display: grid;
    gap: 24px;
}

.checkout--v2 .checkout-summary-card {
    background: #0b0f1d;
    border: var(--bs-border-width) solid #2A2C34;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.checkout--v2 .description,
.checkout--v2 .bg-dark {
    background: #0b0f1d !important;
    border: var(--bs-border-width) solid #2A2C34;
}

@media (max-width: 991.98px) {
    .checkout--v2 {
        padding: 10px 0 60px;
    }

    .checkout--v3 {
        padding: 52px 0 60px;
    }

    .checkout--v2 .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout--v2 .checkout-hero {
        position: static;
    }

    .checkout--v2 .checkout-panel {
        padding: 24px;
    }
}

.method-item img {
    border-radius: 0px !important;
}

.link-light-price {
    font-size: 1.5rem !important;
}

/* =========================
   CHECKOUT MOBILE PAYMENT BUTTON
   ========================= */

.checkout-mobile-payment-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    z-index: 1000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 30%, transparent 100%);
    transition: bottom 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

/* Quando usuário está logado, ajusta o bottom para não sobrepor o menu inferior */
body:has(.moedaz-logged-in:not([style*="display: none"])) .checkout-mobile-payment-btn {
    bottom: 45px;
}

.checkout-mobile-payment-btn .btn {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    min-width: 200px;
}

/* ====== MOBILE MENU HAMBURGER ====== */

/* Botão Hamburger */
.moedaz-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 20;
    position: relative;
}

.moedaz-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.moedaz-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.moedaz-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.moedaz-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.moedaz-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 380px;
    height: 100vh;
    background: #1a1a2e;
    z-index: 1045;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.moedaz-mobile-menu.active {
    right: 0;
}

/* Backdrop */
.moedaz-mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.moedaz-mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Header do Menu Mobile */
.moedaz-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #3636CC;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.moedaz-mobile-menu-close {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moedaz-mobile-menu-close svg {
    stroke: #fff;
}

/* Conteúdo do Menu */
.moedaz-mobile-menu-content {
    padding: 20px;
}

/* Login Area */
.moedaz-mobile-menu-login {
    padding: 10px 0;
}

/* User Header (quando logado) */
.moedaz-mobile-user-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 20px;
}

.moedaz-mobile-user-header svg {
    flex-shrink: 0;
    stroke: #FFD31A;
}

.moedaz-mobile-user-header strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
}

.moedaz-mobile-profile-link {
    color: #FFD31A;
    font-size: 14px;
    text-decoration: none;
}

.moedaz-mobile-profile-link:hover {
    text-decoration: underline;
}

/* Section Title */
.moedaz-mobile-section-title {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 20px 0 12px 0;
}

/* Navigation Items */
.moedaz-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.moedaz-mobile-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s ease;
    font-size: 15px;
}

.moedaz-mobile-nav-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.moedaz-mobile-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    flex-shrink: 0;
}

.moedaz-mobile-nav-icon svg {
    stroke: #9ca3af;
}

.moedaz-mobile-nav-item:hover .moedaz-mobile-nav-icon svg {
    stroke: #FFD31A;
}

/* Logout Button */
.moedaz-mobile-logout {
    color: #ef4444 !important;
}

.moedaz-mobile-logout .moedaz-mobile-nav-icon svg {
    stroke: #ef4444 !important;
}

/* Divisor */
.moedaz-mobile-menu-content hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

/* User Balance no Mobile */
#moedaz-user-balance-mobile {
    margin-bottom: 10px;
}

/* ====== CHECKOUT RESPONSIVE ====== */
/* Abaixo de 1400px, checkbox de termos e botão finalizar ficam em coluna completa */
@media (max-width: 1399.98px) {

    .canfinishcol .col-auto,
    .canfinishcol .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* ====== WALLET ITEMS SEPARATOR ====== */
/* Separador gradiente entre itens de carteira (wallet list) */
.checkout-main .method-item {
    position: relative;
    padding-bottom: 12px;
}

.checkout-main .col-md-12:not(:last-child) .method-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0));
}

/* =========================
   ABOUT PAGE (MOEDAZ)
   ========================= */
.about-page {
    color: #E6ECF5;
}

.about-intro .about-eyebrow {
    color: #FFD31A;
    letter-spacing: 0.18em;
}

.about-card {
    background: linear-gradient(180deg, rgba(13, 17, 32, 0.95), rgba(9, 12, 24, 0.95)) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.about-mini-card {
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.about-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 211, 26, 0.12);
    border: 1px solid rgba(255, 211, 26, 0.35);
    color: #FFD31A;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.about-step {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(54, 54, 204, 0.2);
    border: 1px solid rgba(54, 54, 204, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.about-btn-primary {
    background: #3636CC;
    border-color: #3636CC;
    box-shadow: 0 12px 24px rgba(54, 54, 204, 0.35);
}

.about-btn-primary:hover {
    background: #2b2ba3;
    border-color: #2b2ba3;
}

.about-btn-ghost {
    border-color: rgba(255, 255, 255, 0.3);
}

.about-btn-ghost:hover {
    border-color: rgba(255, 211, 26, 0.7);
    color: #FFD31A;
}

.about-cta {
    background: linear-gradient(120deg, rgba(54, 54, 204, 0.22), rgba(9, 12, 24, 0.95)) !important;
    border-color: rgba(54, 54, 204, 0.45) !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.about-highlight {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px 4px 10px;
    margin: 0 4px;
    border-radius: 999px;
    background: rgba(255, 211, 26, 0.18);
    border: 1px solid rgba(255, 211, 26, 0.6);
    color: #FFD31A;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 16px rgba(255, 211, 26, 0.2);
}

.about-mini-card .small,
.about-intro p,
.about-card p,
.about-card .small,
.about-cta p {
    color: rgba(209, 213, 240, .7) !important;
}

@media (max-width: 991.98px) {
    .about-intro .display-6 {
        font-size: 2rem;
    }
}

/* =========================
   AFFILIATE PAGE (MOEDAZ)
   ========================= */
.affiliate-page {
    color: #E6ECF5;
}

.affiliate-hero {
    background: linear-gradient(120deg, rgba(54, 54, 204, 0.24), rgba(9, 12, 24, 0.92));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.affiliate-card {
    background: linear-gradient(180deg, rgba(13, 17, 32, 0.95), rgba(9, 12, 24, 0.95)) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.affiliate-intro p,
.affiliate-card p,
.affiliate-card li,
.affiliate-cta p {
    color: rgba(209, 213, 240, .78) !important;
}

.affiliate-list {
    padding-left: 1.25rem;
}

.affiliate-list li::marker {
    color: #FFD31A;
}

.affiliate-btn-primary {
    box-shadow: 0 10px 24px rgba(255, 202, 44, 0.22);
}

.affiliate-btn-ghost {
    border-color: rgba(255, 255, 255, 0.32);
}

.affiliate-btn-ghost:hover {
    border-color: rgba(255, 211, 26, 0.7);
    color: #FFD31A;
}

.affiliate-cta {
    background: linear-gradient(120deg, rgba(54, 54, 204, 0.26), rgba(9, 12, 24, 0.95)) !important;
    border-color: rgba(54, 54, 204, 0.45) !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
    .affiliate-intro .display-6 {
        font-size: 2rem;
    }
}

/* Dropdown User Menu como Overlay Mobile */
@media (max-width: 767.98px) {
    #dropdownUserMenu {
        position: fixed;
        top: 0 !important;
        display: block !important;
        right: -100%;
        max-width: 380px;
        height: 100vh;
        margin: 0 !important;
        z-index: 1045;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
        border: none !important;
        border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius) !important;
    }

    #dropdownUserMenu.active {
        right: 0;
    }

    #dropdownUserMenu.show {
        right: -100%;
    }

    #dropdownUserMenuClose {
        position: absolute;
        top: 20px;
        right: 20px;
        background: transparent;
        border: none;
        color: #fff;
        padding: 8px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: background 0.2s ease;
    }

    #dropdownUserMenuClose:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    #dropdownUserMenuClose svg {
        width: 24px;
        height: 24px;
    }
}

/* Menu expansível com submenus */
.moedaz-user-item-expandable {
    display: flex;
    flex-direction: column;
}

.moedaz-user-item-toggle {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.moedaz-user-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    margin-left: auto;
}

.moedaz-user-item-toggle.active .moedaz-user-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.moedaz-user-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* padding-left: 44px; */
}

.moedaz-user-submenu.active {
    max-height: 400px;
}

.moedaz-user-submenu.active a svg {
    transform: translateY(-50%) rotate(-90deg);
    margin-top: 12px;
}

.moedaz-user-subitem {
    display: block;
    padding: 9px 18px;
    font-size: 14px;
    color: #EFF3FA;
    text-decoration: none;
    border-radius: var(--bs-border-radius);
    transition: all 0.2s ease;
}

.moedaz-user-subitem:hover {
    background: rgba(255, 202, 44, 0.12);
    color: #FFCA2C;
}

/* Dropdown no hover do menu profile */
.profile-menu-dropdown {
    position: relative;
}

.profile-menu-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    width: max-content;
    min-width: 150px;
    padding: 8px;
}

.profile-menu-dropdown .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 202, 44, 0.12);
    color: #FFCA2C;
}

.profile-menu-dropdown:hover .dropdown-menu,
.profile-menu-dropdown .dropdown-menu:hover {
    display: block;
}

/* Remove efeitos de hover das páginas do perfil (depósitos, saques, etc) */
.profile-page {
    pointer-events: auto;
    cursor: default;
}

.profile-page * {
    cursor: default;
}

.profile-page button,
.profile-page a {
    cursor: pointer;
}

/* .profile-page input,
.profile-page select */

.profile-page .card, .modal-body .card {
    transform: none !important;
    transition: none !important;
}

.profile-page .card:hover, .modal-body .card:hover {
    transform: none !important;
    border-color: inherit !important;
    box-shadow: none !important;
    background: #1e2029 !important;
}

/* Compatibilidade bootstrap-select v1.13.x (classe legada "open") */
/* .bootstrap-select.open .dropdown-menu,
.bootstrap-select .dropdown-menu.open {
    display: block;
} */

/* status profile */

.PROFILE_AWATING_PAYMENT,
.PROFILE_REGISTERED,
.PROFILE_ENABLED,
.PROFILE_CANCELED,
.PROFILE_REQUESTED,
.PROFILE_PROCESSING,
.PROFILE_PROCESSED,
.PROFILE_DECLINED,
.PROFILE_FINISHED,
.PROFILE_REFUNDED,
.PROFILE_ANALYZING,
.PROFILE_APPROVED,
.PROFILE_ERROR,
.PROFILE_PARTIAL,
.PROFILE_PENDING_AUTHORIZATION,
.PROFILE_BLOCKED,
.PROFILE_RETURNED,
.PROFILE_PENDING_SHIPPING,
.PROFILE_DISABLED,
.PROFILE_AWAITING_PROCESSING {
    padding: 0.25rem 0.65rem;
    border-radius: 0.25rem;
    width: 100%;
    display: block;
    text-align: center;
    border: solid 0px;
}

.PROFILE_ENABLED {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.PROFILE_CANCELED,
.PROFILE_RETURNED {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.PROFILE_REGISTERED,
.PROFILE_REQUESTED {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.PROFILE_ANALYZING,
.PROFILE_PROCESSING,
.PROFILE_PARTIAL {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.PROFILE_PROCESSED,
.PROFILE_FINISHED,
.PROFILE_APPROVED,
.PROFILE_PENDING_SHIPPING,
.PROFILE_AWAITING_PROCESSING {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}


.PROFILE_DISABLED {
    color: #eeeeee;
    background-color: #cccccc;
    border-color: #0c0c0c;
}

.PROFILE_REFUNDED,
.PROFILE_ERROR,
.PROFILE_PENDING_AUTHORIZATION,
.PROFILE_DECLINED,
.PROFILE_BLOCKED,
.PROFILE_PARTIAL {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.PROFILE_PENDING_AUTHORIZATION {
    cursor: pointer;
}


/**************************************/

.PROFILE_AWATING_PAYMENT,
.PROFILE_REGISTEREDBORDER,
.PROFILE_ENABLEDBORDER,
.PROFILE_CANCELEDBORDER,
.PROFILE_REQUESTEDBORDER,
.PROFILE_PROCESSINGBORDER,
.PROFILE_PROCESSEDBORDER,
.PROFILE_DECLINEDBORDER,
.PROFILE_FINISHEDBORDER,
.PROFILE_REFUNDEDBORDER,
.PROFILE_ANALYZINGBORDER,
.PROFILE_APPROVEDBORDER,
.PROFILE_ERRORBORDER,
.PROFILE_PARTIALBORDER,
.PROFILE_PENDING_AUTHORIZATIONBORDER,
.PROFILE_RETURNEDBORDER {
    border: solid 0px;
}

.PROFILE_ENABLEDBORDER,
.PROFILE_AWATING_PAYMENT {
    color: #155724;
    background-color: #d4edda;
}

.PROFILE_REGISTEREDBORDER,
.PROFILE_CANCELEDBORDER,
.PROFILE_RETURNEDBORDER {
    border-left: solid 10px #999;
    background-color: #f9f9f9
}

.PROFILE_REQUESTEDBORDER {
    border-left: solid 10px #004085;
    background-color: #e6f2ff;
}

.PROFILE_PROCESSINGBORDER,
.PROFILE_PARTIALBORDER {
    border-left: solid 10px #e8dcb9;
    background-color: #fffbef;
}

.PROFILE_PROCESSEDBORDER,
.PROFILE_FINISHEDBORDER,
.PROFILE_APPROVEDBORDER {
    border-left: solid 10px #9abcc2;
    background-color: #f0fdff;
}

.PROFILE_REFUNDEDBORDER,
.PROFILE_ERRORBORDER,
.PROFILE_PENDING_AUTHORIZATIONBORDER,
.PROFILE_ANALYZINGBORDER,
.PROFILE_DECLINEDBORDER {
    border-left: solid 10px #f5c6cb;
    background-color: #fff0f2;
}

.PROFILE_PENDING_AUTHORIZATIONBORDER {
    cursor: pointer;
}

/* status profile */

.col_id {
    width: 90px !important;
}

.col_status {
    width: 300px !important;
}

.col_date {
    width: 120px !important;
}

.col_date_h {
    width: 190px !important;
}

.col_amount {
    width: 120px !important;
}

.col_actions {
    width: 140px !important
}

.col_450 {
    width: 450px !important;
}

.btn,
.btn * {
    cursor: pointer !important;
}

#dataTable .btn-open-detail:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #FFD31A;
}

.form-control {
    background-color: #0b0f1d;
    border: var(--bs-border-width) solid #2A2C34;
    color: #E6ECF5;
}

select.form-control {
    padding: 0.65rem 0.75rem !important;
}

.form-group label {
    display: block !important;
    width: 100% !important;
}

.preview-card {
    padding: 20px;
    background: rgba(11, 15, 29, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 211, 26, 0.06);
    border-radius: var(--bs-border-radius-xl) !important;
}

.bootstrap-select button {
    padding: 0.35rem 0.75rem !important;
    background-color: #0b0f1d !important;
    border: var(--bs-border-width) solid #2A2C34 !important;
    color: #E6ECF5 !important;
    border-radius: 0.375rem !important;
}

.city-search-wrapper {
    position: relative;
}

.city-search-wrapper input.form-control {
    padding-right: 60px;
    cursor: pointer;
}

.city-clear-btn {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6c757d;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s, background 0.2s;
    padding: 0;
}

.city-clear-btn:hover {
    opacity: 1;
    background: #5a6268;
}

.city-search-wrapper::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #adb5bd;
    pointer-events: none;
    transition: transform 0.2s;
}

.city-search-wrapper.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.city-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2b2b2b;
    border: 1px solid #444;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.city-option {
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.2s;
}

.city-option:hover {
    background-color: #3a3a3a;
}

.city-dropdown::-webkit-scrollbar {
    width: 8px;
}

.city-dropdown::-webkit-scrollbar-track {
    background: #1e1e1e;
}

.city-dropdown::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}

.city-dropdown::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.qrcode-container {
    border: 10px solid #0b0f1d;
    border-radius: 17px;
    aspect-ratio: 1;
    background-color: white;
    width: fit-content;
    margin: auto;
}

.small, small {
    font-size: 12px;
}

/* ── Modal Nova Venda — lista de produtos ── */
.sell-product-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sell-product-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.sell-product-row:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.sell-product-row__img {
    flex-shrink: 0;
    width: fit-content;
    height: 100%;
    max-height: 100%;
}

.sell-product-row__img img {
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    max-height: 80px;
    min-height: 80px;
}

.sell-product-row__info {
    flex: 1;
    min-width: 0;
}

.sell-product-row__name {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sell-product-row__price {
    font-size: 0.85rem;
    color: #aaa;
    margin-top: 2px;
}

.sell-product-row__arrow {
    flex-shrink: 0;
    color: #aaa;
    font-size: 0.85rem;
}

.sell-product-row.selected {
    background-color: rgba(40, 167, 69, 0.15);
    border-color: rgba(40, 167, 69, 0.3);
}

.sell-product-row.selected:hover {
    background-color: rgba(40, 167, 69, 0.2);
}

.autorization-withdraw-preview-card {
    padding: 20px;
    background: rgba(11, 15, 29, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 211, 26, 0.06);
    border-radius: var(--bs-border-radius-xl) !important;
    margin-bottom: 24px;
}

#affiliate-dash-app .card:hover {
    transform: none !important;
    border-color: inherit !important;
    box-shadow: none !important;
    background: #1e2029 !important;
}

/* ══════════════════════════════════════════════════
   Link Programa de Afiliados - Navbar
   ══════════════════════════════════════════════════ */
.moedaz-affiliate-links-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.moedaz-affiliate-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    transition: color 0.2s ease;
    border-radius: 4px;
    font-weight: 700;
    /* text-transform: uppercase; */
    position: relative;
}

.moedaz-affiliate-link:first-of-type::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(0, 0, 0, 0.45);
}

.moedaz-affiliate-link:hover {
    color: #FFCA2C;
    background: rgba(0, 0, 0, 0.45);
}

/* ══════════════════════════════════════════════════
   Botão Comprar - Produtos
   ══════════════════════════════════════════════════ */
.btn-product-buy-icon {
    display: none;
}

/* Entre 768px e 1200px: mostrar apenas ícone */
@media (max-width: 1199.98px) {
    .btn-product-buy-text {
        display: none;
    }

    .btn-product-buy-icon {
        display: inline-block;
        font-size: 18px;
    }
}

/* Abaixo de 1200px: adicionar margem top */
@media (max-width: 1199.98px) {
    .btn-product-buy {
        margin-top: 12px;
    }
}

/* ══════════════════════════════════════════════════
   Carrossel de Categorias - Mobile
   ══════════════════════════════════════════════════ */
@media (max-width: 466px) {
    .moedaz-header-categories .container {
        padding: 0;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    /* Esconde a scrollbar no Chrome/Safari */
    .moedaz-header-categories .container::-webkit-scrollbar {
        display: none;
    }

    .moedaz-categories-list {
        padding: 0.4rem 1rem;
        gap: 1rem;
    }

    /* Evita quebra de linha nos itens */
    .moedaz-categories-list li {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .moedaz-categories-list .moedaz-cat-link,
    .moedaz-categories-list .moedaz-link {
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .moedaz-affiliate-link {
        display: none !important;
    }

    /* Botão Vender em mobile - Posição fixa à direita */
    .moedaz-sell-button {
        display: none;
        /* position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
        padding: 0.75rem;
        border-radius: 8px 0 0 8px;
        width: 48px;
        height: 48px;
        justify-content: center;
        overflow: hidden;
        transition: width 0.3s ease, padding 0.3s ease, background 0.3s ease;
        box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.5);
        background: #050816;
        border-left: solid 2px #FFCA2C; */
    }

    /* .moedaz-sell-button:hover {
        transform: translateY(-50%) scale(1.05);
    }

    .moedaz-sell-button svg {
        min-width: 18px;
        width: 18px;
        height: 18px;
    }

    .moedaz-sell-button .sell-text {
        opacity: 0;
        white-space: nowrap;
        margin-left: 0;
        max-width: 0;
        overflow: hidden;
        transition: opacity 0.3s ease, margin-left 0.3s ease, max-width 0.3s ease;
    }

    .moedaz-sell-button.expanded {
        width: auto;
        padding: 0.75rem 1.25rem;
    }

    .moedaz-sell-button.expanded .sell-text {
        opacity: 1;
        margin-left: 0.5rem;
        max-width: 200px;
    }*/
}

.checkout-preview-wrap::after {
    content: "";
    display: block;
    clear: both;
}

.checkout-preview-media {
    float: left;
    width: 35%;
    max-width: 220px;
    margin-right: 1rem;
    margin-bottom: .5rem;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.checkout-preview-media img {
    width: auto;
    height: auto;
}

.checkout-preview-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile */
@media (max-width: 768px) {
    .checkout-preview-media {
        min-height: auto;
        max-width: 32%;
    }
}

@media (max-width: 767px) {
    .checkout-preview-media {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
        margin-bottom: 1rem;
        min-height: auto;
        max-width: 32%;
    }

    .checkout-preview-media img {
        width: 100%;
        height: auto;
    }

    .checkout-eyebrow {
        display: block;
        width: 100%;
        margin-top: -30px;
        text-align: right;
        font-size: 8px !important;
    }
}

@media (max-width: 767.98px) {
    .hide_bar_user_mobile {
        display: none !important;
    }
}

@media (max-width: 391px) {
    .checkout--v2 .checkout-preview-top {
        display: block !important;
    }
}

@media (max-width: 465px) {
    .checkout--v2 .checkout-preview-top {
        display: block !important;
    }

    .checkout--v2 .checkout-preview-top span {
        display: block;
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1199.98px) {
    .checkout--v2 .checkout-preview-top {
        display: block !important;
    }

    .checkout--v2 .checkout-preview-top span {
        display: block;
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 1199.98px) and (max-width: 1399.98px) {
    #accfount_dateofbirth {
        width: 143px;
    }

    #accfount_phone {
        width: 159px;
    }

    #accfount_whatsappverified {
        width: 125px;
    }

}

.cover .container h1 {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .cover .container .breadcrumb {
        margin-top: 12px !important;
    }

    .was-validated * {
        text-align: center !important;
    }

    .was-validated .pt-5 {
        padding-top: 1rem !important;
    }

    /* Tabs do modal de registro em mobile */
    #registerModal .nav-tabs {
        flex-wrap: nowrap;
    }

    #registerModal .nav-tabs .nav-item {
        width: 100%;
        flex: 1;
    }

    #registerModal .nav-tabs .nav-link {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 412.98px) {
    .moedaz-categories-list {
        gap: 0.5rem !important;
    }
}

.form-with-btn>.btn {
    padding: .59rem .75rem !important;
    border: 0;
    background: #0b0f1d;
}

.btn-info:hover {
    color: #0b0f1d !important;
}