@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3a9eb6n3wr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f6ff; /* fundo bem claro, puxando pro roxo/azul suave */
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

    .page h1[b-3a9eb6n3wr],
    .page h2[b-3a9eb6n3wr],
    .page h3[b-3a9eb6n3wr],
    .page .title[b-3a9eb6n3wr] {
        font-family: "Asap", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-weight: 700;
    }

/* main (conteúdo) */
main[b-3a9eb6n3wr] {
    flex: 1;
    margin-top: 3.5rem; /* espaço para o topo do NavMenu no mobile */
}

/* sidebar: container do NavMenu */
.sidebar[b-3a9eb6n3wr] {
    /* roxo/azul estilo Blazor, mas mais suave */
    background-image: linear-gradient(180deg, #4F46E5 0%, #4338CA 55%, #312E81 100%);
    color: #e5e7eb;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.45);
}

/* barra de topo (login, usuário, etc.) */
.top-row[b-3a9eb6n3wr] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0 1.25rem;
}

.top-row-spacer[b-3a9eb6n3wr] {
    flex: 1;
}

/* texto "Olá, fulano" */
.user-greeting[b-3a9eb6n3wr] {
    margin-right: 1rem;
    font-size: 0.95rem;
    color: #111827;
}

.logout-form[b-3a9eb6n3wr] {
    margin: 0;
}

/* links/botões no topo */
.top-row[b-3a9eb6n3wr]  a,
.top-row[b-3a9eb6n3wr]  .btn-link {
    white-space: nowrap;
    margin-left: 0.8rem;
    text-decoration: none;
    color: #4F46E5;
    border-radius: 999px;
    border: 1px solid #4F46E5;
    padding: 0.3rem 0.9rem;
    font-size: 0.85rem;
}

    .top-row[b-3a9eb6n3wr]  a:hover,
    .top-row[b-3a9eb6n3wr]  .btn-link:hover {
        background-color: #4F46E5;
        color: #EEF2FF;
    }

/* área de conteúdo geral */
.content[b-3a9eb6n3wr] {
    padding: 1.25rem 1.5rem 2rem;
}

    /* IMPORTANTE: remover o espaço extra quando a página usa .container/.container-fluid */
    .content > .container[b-3a9eb6n3wr],
    .content > .container-fluid[b-3a9eb6n3wr] {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

/* ============================
   MOBILE (<= 640px)
   ============================ */

@media (max-width: 640.98px) {
    .top-row[b-3a9eb6n3wr] {
        display: none; /* some a barra de topo no mobile */
    }

        .top-row[b-3a9eb6n3wr]  a,
        .top-row[b-3a9eb6n3wr]  .btn-link {
            margin-left: 0;
        }

    main[b-3a9eb6n3wr] {
        margin-top: 3.5rem; /* altura do topo do NavMenu */
    }
}

/* ============================
   DESKTOP (>= 641px)
   ============================ */

@media (min-width: 641px) {
    .page[b-3a9eb6n3wr] {
        flex-direction: row;
    }

    .sidebar[b-3a9eb6n3wr] {
        position: sticky;
        top: 0;
        width: 260px;
        height: 100vh;
        z-index: 0;
    }

    main[b-3a9eb6n3wr] {
        /* AQUI É A MUDANÇA: nada de margin-left, o flex já coloca ao lado da sidebar */
        margin: 0 !important;
        overflow-x: hidden;
    }

    .top-row[b-3a9eb6n3wr] {
        display: flex;
    }

        .top-row.auth[b-3a9eb6n3wr]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .content[b-3a9eb6n3wr] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/* ============================
   BLAZOR ERROR UI (padrão)
   ============================ */

#blazor-error-ui[b-3a9eb6n3wr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3a9eb6n3wr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* CHECKBOX DO BURGER: FICA ESCONDIDO */

.nav-toggle-checkbox[b-aaxxel6rat] {
    display: none;
}
/* TOPO (faixa com logo) */

.top-row[b-aaxxel6rat] {
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4F46E5;
    border-bottom: 1px solid #E5E7EB;
}

.navbar-brand[b-aaxxel6rat] {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    padding: 0.2rem 0;
    overflow: hidden;
}

.navbar-logo[b-aaxxel6rat] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 48px;
    width: auto;
    object-fit: contain;
}
/* BOTÃO BURGER (label que clica no checkbox) */

.navbar-toggler[b-aaxxel6rat] {
    border: none;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    background: transparent;
    color: #E0E7FF;
}

    .navbar-toggler .navbar-toggler-icon[b-aaxxel6rat] {
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
    }
/* ==================================== CONTAINER DO MENU + ITENS ==================================== */

.nav-container[b-aaxxel6rat] {
    background-color: #4338CA;
}

.nav-scrollable[b-aaxxel6rat] {
    overflow-y: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-height: calc(100vh - 4.5rem);
}

.oi[b-aaxxel6rat] {
    width: 1.25rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.nav-item[b-aaxxel6rat] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-aaxxel6rat] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aaxxel6rat] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aaxxel6rat]  a {
        color: #E0E7FF;
        border-radius: 0.75rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 0 1rem;
        text-decoration: none;
        transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
    }

        .nav-item[b-aaxxel6rat]  a span:first-child {
            margin-right: 0.75rem;
        }

        .nav-item[b-aaxxel6rat]  a:hover {
            color: #F9FAFB;
            background-color: rgba(255, 255, 255, 0.14);
            transform: translateX(2px);
        }

        .nav-item[b-aaxxel6rat]  a.active {
            color: #F9FAFB;
            background-color: rgba(255, 255, 255, 0.26);
            border-left: 3px solid #A5B4FC;
        }
/* ==================================== MOBILE: BURGER ABRE / FECHA COM CSS ==================================== */

@media (max-width: 640.98px) { /* por padrão o menu fica escondido */

    .nav-container[b-aaxxel6rat] {
        display: none;
    }
    /* quando o checkbox está marcado, mostra o menu */

    #nav-toggle:checked ~ .nav-container[b-aaxxel6rat] {
        display: block;
    }
}
/* ==================================== DESKTOP: MENU SEMPRE VISÍVEL ==================================== */

@media (min-width: 641px) { /* some o burger */

    .navbar-toggler[b-aaxxel6rat] {
        display: none;
    }
    /* menu sempre visível */

    .nav-container[b-aaxxel6rat] {
        display: block;
    }

    .top-row[b-aaxxel6rat] {
        height: 4.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rp9g5dgxhf],
.components-reconnect-repeated-attempt-visible[b-rp9g5dgxhf],
.components-reconnect-failed-visible[b-rp9g5dgxhf],
.components-pause-visible[b-rp9g5dgxhf],
.components-resume-failed-visible[b-rp9g5dgxhf],
.components-rejoining-animation[b-rp9g5dgxhf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-retrying[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-failed[b-rp9g5dgxhf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rp9g5dgxhf] {
    display: block;
}


#components-reconnect-modal[b-rp9g5dgxhf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rp9g5dgxhf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rp9g5dgxhf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rp9g5dgxhf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rp9g5dgxhf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rp9g5dgxhf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rp9g5dgxhf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rp9g5dgxhf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rp9g5dgxhf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rp9g5dgxhf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rp9g5dgxhf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rp9g5dgxhf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rp9g5dgxhf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rp9g5dgxhf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rp9g5dgxhf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rp9g5dgxhf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rp9g5dgxhf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rp9g5dgxhf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rp9g5dgxhf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Cupons/CuponsPorCpf.razor.rz.scp.css */
/* Container principal da tela */
.promo-page[b-0wm1y5r4w5] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: bottom;
    padding: 1.5rem;
}

/* Cartão principal */
.promo-card[b-0wm1y5r4w5] {
    max-width: 960px; /* antes 760px */
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 1.75rem 2rem 2rem 2rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* Cabeçalho da promoção */
.promo-header[b-0wm1y5r4w5] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

/* Logo */
.promo-logo-img[b-0wm1y5r4w5] {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Bloco de título */
.promo-title-block[b-0wm1y5r4w5] {
    flex: 1;
}

.promo-badge[b-0wm1y5r4w5] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    background-color: #E30613; /* vermelho Leleka */
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.promo-title[b-0wm1y5r4w5] {
    margin: 0.4rem 0 0.2rem 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #E30613;
}

.promo-subtitle[b-0wm1y5r4w5] {
    margin: 0;
    font-size: 0.9rem;
    color: #444;
}

/* Diretrizes / texto do sorteio */
.promo-diretrizes[b-0wm1y5r4w5] {
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    background-color: #fff7cc;
    border-left: 4px solid #E30613;
    font-size: 0.9rem;
    color: #333;
}

/* Formulário */
.promo-form[b-0wm1y5r4w5] {
    margin-top: 1rem;
}

/* Linha CPF + botão lado a lado */
.promo-form-row[b-0wm1y5r4w5] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.promo-input-group[b-0wm1y5r4w5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

/* Wrapper do botão na mesma linha */
.promo-actions-inline[b-0wm1y5r4w5] {
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

/* Botão estilizado */
.promo-btn[b-0wm1y5r4w5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.9rem;
    border-radius: 999px;
    border: none;
    background-color: #E30613; /* vermelho Leleka */
    color: #FFE600; /* amarelo Leleka */
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
}

    .promo-btn:hover[b-0wm1y5r4w5],
    .promo-btn:focus[b-0wm1y5r4w5] {
        background-color: #b30410;
        color: #FFE600;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
        outline: none;
    }

    .promo-btn:disabled[b-0wm1y5r4w5] {
        opacity: 0.7;
        cursor: default;
        transform: none;
        box-shadow: none;
    }

/* Resultados / mensagens */
.promo-result[b-0wm1y5r4w5] {
    margin-top: 0.75rem;
}

.promo-result-card[b-0wm1y5r4w5] {
    border-radius: 12px;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
}

.promo-result-success[b-0wm1y5r4w5] {
    background-color: #e9f8ec;
    border-left: 4px solid #32a852;
    color: #215733;
}

.promo-result-info[b-0wm1y5r4w5] {
    background-color: #f3f4f6;
    border-left: 4px solid #9ca3af;
    color: #374151;
}

/* Rodapé */
.promo-footer[b-0wm1y5r4w5] {
    margin-top: 0.75rem;
    text-align: left;
    font-size: 0.8rem;
}

/* Responsivo */
@media (max-width: 640px) {
    .promo-card[b-0wm1y5r4w5] {
        padding: 1.25rem 1.25rem 1.5rem 1.25rem;
    }

    .promo-header[b-0wm1y5r4w5] {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-form-row[b-0wm1y5r4w5] {
        flex-direction: column;
        align-items: stretch;
    }

    .promo-actions-inline[b-0wm1y5r4w5] {
        justify-content: flex-start;
    }

    .promo-logo-img[b-0wm1y5r4w5] {
        max-width: 180px;
    }
}
/* /Components/Pages/Estoque/Recebimentos/Create.razor.rz.scp.css */
.recebimento-xml-input[b-na2rjq1g3d] {
    min-height: calc(1.5em + 0.75rem + 2px);
}

@media (max-width: 767.98px) {
    .recebimento-xml-input[b-na2rjq1g3d] {
        width: 100%;
    }
}
/* /Components/Pages/Estoque/Recebimentos/Edit.razor.rz.scp.css */
.recebimento-xml-input[b-y1gkqaqtic] {
    min-height: calc(1.5em + 0.75rem + 2px);
}

@media (max-width: 767.98px) {
    .recebimento-xml-input[b-y1gkqaqtic] {
        width: 100%;
    }
}
/* /Components/Pages/Estoque/RelatorioMovimentacao.razor.rz.scp.css */
.report-card[b-y67obygkt7] {
    border: 1px solid #dce3eb;
}

.report-header[b-y67obygkt7] {
    background: #f8fbff;
}

.linha-alerta-venda td[b-y67obygkt7] {
    background-color: #f8d7da !important;
    color: #842029;
}

@media print {
    .report-card[b-y67obygkt7] {
        border: none;
    }

    .table[b-y67obygkt7] {
        font-size: 12px;
    }

    .linha-alerta-venda td[b-y67obygkt7] {
        background-color: #f8d7da !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/Pages/Financeiro/Fechamento de caixa/Fechamentodecaixa.razor.rz.scp.css */
.card-header[b-3ilxnsvngt] {
    background: linear-gradient(90deg, #4F46E5 0%, #4338CA 100%);
    color: #F9FAFB;
    font-weight: 700;
}

.card-header .btn[b-3ilxnsvngt] {
    border-color: rgba(249, 250, 251, 0.65);
    color: #F9FAFB;
}

.card-header .btn:hover[b-3ilxnsvngt] {
    background-color: rgba(249, 250, 251, 0.14);
    color: #FFFFFF;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-dxw5vma1p9] {
    font-size: .95rem;
    color: #1f2937;
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    padding: 1.5rem;
}

.dashboard-header[b-dxw5vma1p9] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.subtitle[b-dxw5vma1p9] {
    color: #475569;
    margin: 0;
    font-size: 1.08rem;
}

.toolbar-actions[b-dxw5vma1p9] {
    display: flex;
    align-items: end;
    gap: .75rem;
}

.unit-filter[b-dxw5vma1p9] {
    min-width: 250px;
}

.unit-filter label[b-dxw5vma1p9] {
    display: block;
    margin-bottom: .35rem;
    color: #334155;
}

.btn-refresh[b-dxw5vma1p9] {
    min-width: 130px;
    font-weight: 600;
}

.cards-grid[b-dxw5vma1p9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.dash-card[b-dxw5vma1p9] {
    font-size: .95rem;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.metric-card[b-dxw5vma1p9] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .65rem;
}

.metric-card-title[b-dxw5vma1p9] {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    color: #0f172a;
}

.speedometer-wrap[b-dxw5vma1p9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
}

.speedometer[b-dxw5vma1p9] {
    width: 100%;
    max-width: 210px;
    overflow: visible;
}

.gauge-track[b-dxw5vma1p9] {
    fill: none;
    stroke: #dbe4f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.gauge-progress[b-dxw5vma1p9] {
    fill: none;
    stroke: url(#gaugeGradient);
    stroke: #34d399;
    stroke-width: 10;
    stroke-linecap: round;
}

.gauge-reference[b-dxw5vma1p9] {
    stroke: #f59e0b;
    stroke-width: 2;
    stroke-linecap: round;
}

.gauge-needle[b-dxw5vma1p9] {
    stroke: #334155;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.gauge-center[b-dxw5vma1p9] {
    fill: #334155;
}

.gauge-value[b-dxw5vma1p9] {
    fill: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-anchor: middle;
}

.metric[b-dxw5vma1p9] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: .4rem 0;
    color: #0f172a;
}

.meter-legend[b-dxw5vma1p9] {
    width: 100%;
    max-width: 210px;
    display: flex;
    justify-content: space-between;
    font-size: .78rem;
    color: #475569;
}

.meter-legend-single[b-dxw5vma1p9] {
    justify-content: center;
}

.loading-box[b-dxw5vma1p9] {
    padding: 1rem;
    border-radius: 10px;
    background: #eef2f7;
    color: #334155;
}

.fidelity-card[b-dxw5vma1p9] {
    margin-top: .75rem;
    overflow-x: auto;
}

.sat-lines[b-dxw5vma1p9] {
    display: grid;
    gap: .7rem;
}

.sat-lines span[b-dxw5vma1p9] {
    display: block;
    font-size: .82rem;
    color: #64748b;
}

.fidelity-table[b-dxw5vma1p9] {
    margin-bottom: 0;
    --bs-table-bg: #ffffff;
    --bs-table-color: #1f2937;
    --bs-table-border-color: #dbe4f0;
    --bs-table-striped-bg: #f8fafc;
    --bs-table-striped-color: #1f2937;
}

.abc-wrapper[b-dxw5vma1p9] {
    margin-top: 1rem;
}

.abc-grid[b-dxw5vma1p9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.abc-column[b-dxw5vma1p9] {
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    padding: .65rem;
}

.abc-column h3[b-dxw5vma1p9] {
    margin: 0 0 .5rem;
    font-size: .95rem;
    color: #0f172a;
}

.ranking-curva-list[b-dxw5vma1p9] {
    display: grid;
    gap: .85rem;
}

.ranking-curva-item[b-dxw5vma1p9] {
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    padding: .75rem;
}

.ranking-curva-main[b-dxw5vma1p9] {
    font-weight: 700;
    color: #0f172a;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ranking-curva-info[b-dxw5vma1p9] {
    margin-top: .2rem;
    font-size: .8rem;
    color: #475569;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ranking-curva-related-list[b-dxw5vma1p9] {
    margin: .55rem 0 0;
    padding-left: 1.2rem;
    border-top: 1px solid #eef2f7;
    padding-top: .55rem;
}

.ranking-curva-related-list li + li[b-dxw5vma1p9] {
    margin-top: .35rem;
    padding-top: .35rem;
    border-top: 1px solid #f1f5f9;
}

.ranking-curva-related[b-dxw5vma1p9] {
    font-weight: 600;
    color: #1e293b;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
    .abc-grid[b-dxw5vma1p9] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-page[b-dxw5vma1p9] {
        padding: 1rem;
    }

    .toolbar-actions[b-dxw5vma1p9] {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .unit-filter[b-dxw5vma1p9] {
        min-width: 100%;
    }

    .btn-refresh[b-dxw5vma1p9] {
        width: 100%;
        min-width: 0;
    }

    .abc-column[b-dxw5vma1p9] {
        overflow-x: auto;
    }
}
/* /Components/Pages/PedidosPages/Index.Razor.rz.scp.css */
/* Página de pedidos ocupa bem o espaço vertical */
.pedidos-page[b-47d4hgk0ce] {
    min-height: calc(100vh - 80px); /* ajuste se seu layout tiver outro header */
}

/* Wrapper do grid: scroll horizontal e vertical se precisar */
.pedidos-grid-wrapper[b-47d4hgk0ce] {
    width: 100%;
    max-height: calc(100vh - 220px); /* altura máxima p/ não estourar a tela */
    overflow-x: auto;
    overflow-y: auto;
}

.status-filtro-scroll[b-47d4hgk0ce] {
    max-height: 190px;
    overflow-y: auto;
}

.status-dropdown[b-47d4hgk0ce] {
    position: relative;
}

.status-dropdown-summary[b-47d4hgk0ce] {
    list-style: none;
}

.status-dropdown-summary[b-47d4hgk0ce]::-webkit-details-marker {
    display: none;
}

.status-dropdown-menu[b-47d4hgk0ce] {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
