@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-vfmoie68l4] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
}

.sidebar[b-vfmoie68l4] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #101827;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

main[b-vfmoie68l4] {
    min-width: 0;
}

.topbar[b-vfmoie68l4] {
    height: 76px;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(247, 248, 252, .88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #e4e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.environment[b-vfmoie68l4] {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #6c7484;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.environment span[b-vfmoie68l4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38d996;
    box-shadow: 0 0 0 4px rgba(56, 217, 150, .13);
}

.user-chip[b-vfmoie68l4] {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #172033;
    text-decoration: none;
}

.user-chip > span[b-vfmoie68l4] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: white;
    font-weight: 800;
    background: linear-gradient(135deg, #725cff, #a865ff);
}

.user-chip div[b-vfmoie68l4] {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.user-chip strong[b-vfmoie68l4] {
    font-size: .82rem;
}

.user-chip small[b-vfmoie68l4] {
    color: #8790a0;
    font-size: .7rem;
}

.content[b-vfmoie68l4] {
    max-width: 1380px;
    padding: 3rem;
    margin: 0 auto;
}

#blazor-error-ui[b-vfmoie68l4] {
    color-scheme: light;
    background: #fff4dd;
    bottom: 0;
    box-shadow: 0 -2px 12px rgba(16, 24, 39, .15);
    display: none;
    left: 0;
    padding: .8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-vfmoie68l4] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}

@media (max-width: 800px) {
    .app-shell[b-vfmoie68l4] {
        display: block;
    }

    .sidebar[b-vfmoie68l4] {
        position: relative;
        height: auto;
    }

    .topbar[b-vfmoie68l4] {
        height: 62px;
        padding: 0 1.25rem;
    }

    .user-chip div[b-vfmoie68l4] {
        display: none;
    }

    .content[b-vfmoie68l4] {
        padding: 1.5rem 1.1rem 3rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-d8zjv0brn7] {
    height: 76px;
    padding: 0 1.4rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand[b-d8zjv0brn7] {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: white;
    text-decoration: none;
}

.brand > span[b-d8zjv0brn7] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #7058ff, #9f65ff);
    font-size: .9rem;
    font-weight: 900;
}

.brand div[b-d8zjv0brn7] {
    display: flex;
    flex-direction: column;
}

.brand strong[b-d8zjv0brn7] {
    font-size: .92rem;
    letter-spacing: .08em;
}

.brand small[b-d8zjv0brn7] {
    color: #8792a7;
    font-size: .58rem;
    letter-spacing: .13em;
}

.nav-scrollable[b-d8zjv0brn7] {
    height: calc(100vh - 76px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    padding: 1.7rem 1rem 1.2rem;
}

nav[b-d8zjv0brn7] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.nav-section[b-d8zjv0brn7] {
    padding: .45rem .75rem .75rem;
    color: #657086;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.account-section[b-d8zjv0brn7] {
    margin-top: 1.7rem;
}

[b-d8zjv0brn7] .nav-link {
    min-height: 48px;
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    gap: .45rem;
    padding: 0 .8rem;
    border-radius: 11px;
    color: #a8b1c2;
    font-size: .86rem;
    font-weight: 650;
    text-decoration: none;
    transition: .18s ease;
}

[b-d8zjv0brn7] .nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, .05);
}

[b-d8zjv0brn7] .nav-link.active {
    color: white;
    background: linear-gradient(90deg, rgba(112, 88, 255, .28), rgba(112, 88, 255, .08));
    box-shadow: inset 3px 0 #846eff;
}

[b-d8zjv0brn7] .nav-link small {
    font-size: .64rem;
    color: #69748a;
}

.nav-icon[b-d8zjv0brn7] {
    font-size: 1.05rem;
    text-align: center;
}

.sidebar-footer[b-d8zjv0brn7] {
    display: grid;
    gap: 1rem;
}

.preview-card[b-d8zjv0brn7] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(133, 111, 255, .22);
    border-radius: 12px;
    background: rgba(112, 88, 255, .08);
}

.preview-card span[b-d8zjv0brn7] {
    color: #a896ff;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.preview-card strong[b-d8zjv0brn7] {
    margin: .15rem 0;
    color: white;
    font-size: 1.1rem;
}

.preview-card small[b-d8zjv0brn7] {
    color: #7f8a9f;
    font-size: .65rem;
}

.logout-button[b-d8zjv0brn7] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .7rem .85rem;
    border: 0;
    color: #8994a9;
    background: transparent;
    font-size: .78rem;
}

.logout-button:hover[b-d8zjv0brn7] {
    color: white;
}

.guest-message[b-d8zjv0brn7] {
    padding: 1rem .75rem;
    display: flex;
    flex-direction: column;
}

.guest-message span[b-d8zjv0brn7] {
    color: #8f79ff;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.guest-message strong[b-d8zjv0brn7] {
    margin-top: .7rem;
    color: white;
    font-size: 1.05rem;
}

.guest-message p[b-d8zjv0brn7] {
    color: #79859b;
    font-size: .78rem;
    line-height: 1.65;
}

.navbar-toggler[b-d8zjv0brn7] {
    display: none;
}

@media (max-width: 800px) {
    .brand-row[b-d8zjv0brn7] {
        height: 62px;
        justify-content: space-between;
    }

    .navbar-toggler[b-d8zjv0brn7] {
        appearance: none;
        display: block;
        width: 36px;
        height: 32px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 8px;
        background: linear-gradient(white, white) center 10px / 16px 1px no-repeat,
                    linear-gradient(white, white) center 15px / 16px 1px no-repeat,
                    linear-gradient(white, white) center 20px / 16px 1px no-repeat;
    }

    .nav-scrollable[b-d8zjv0brn7] {
        display: none;
        height: auto;
        max-height: 75vh;
    }

    .brand-row:has(.navbar-toggler:checked) + .nav-scrollable[b-d8zjv0brn7] {
        display: flex;
    }

    .preview-card[b-d8zjv0brn7] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jwdatbd9qd],
.components-reconnect-repeated-attempt-visible[b-jwdatbd9qd],
.components-reconnect-failed-visible[b-jwdatbd9qd],
.components-pause-visible[b-jwdatbd9qd],
.components-resume-failed-visible[b-jwdatbd9qd],
.components-rejoining-animation[b-jwdatbd9qd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-retrying[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-failed[b-jwdatbd9qd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jwdatbd9qd] {
    display: block;
}


#components-reconnect-modal[b-jwdatbd9qd] {
    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-jwdatbd9qd 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-jwdatbd9qd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jwdatbd9qd 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-jwdatbd9qd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jwdatbd9qd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jwdatbd9qd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jwdatbd9qd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jwdatbd9qd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jwdatbd9qd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jwdatbd9qd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jwdatbd9qd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jwdatbd9qd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jwdatbd9qd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jwdatbd9qd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jwdatbd9qd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jwdatbd9qd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jwdatbd9qd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jwdatbd9qd {
    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/Clientes/ClienteDetalhe.razor.rz.scp.css */
.detail-section-title[b-758dlyrl5t] {
    color: #657086;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.detail-list > div[b-758dlyrl5t] {
    display: grid;
    gap: .75rem;
    grid-template-columns: 8rem minmax(0, 1fr);
    margin-bottom: .35rem;
}

.detail-list dt[b-758dlyrl5t] {
    color: #657086;
    font-weight: 500;
}

.detail-list dd[b-758dlyrl5t] {
    margin: 0;
}

.pesquisa-tabs[b-758dlyrl5t] {
    flex-wrap: nowrap;
    gap: .25rem;
    overflow-x: auto;
    padding-bottom: .6rem;
}

.pesquisa-tabs .nav-link[b-758dlyrl5t] {
    white-space: nowrap;
}

.result-table[b-758dlyrl5t] {
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
}

.result-table thead th[b-758dlyrl5t] {
    background: #f8f9fb;
    color: #536076;
    font-size: .73rem;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.result-table tbody td[b-758dlyrl5t] {
    font-size: .86rem;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .detail-list > div[b-758dlyrl5t] {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
/* /Components/Pages/Clientes/ClientesConsulta.razor.rz.scp.css */
.clientes-heading[b-wrfu9fucvq] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.resultados-card[b-wrfu9fucvq] {
    min-height: 16rem;
    overflow: hidden;
}

.resultados-card thead th[b-wrfu9fucvq] {
    background: #f8f9fb;
    border-bottom-width: 1px;
    color: #536076;
    font-size: .76rem;
    letter-spacing: .04em;
    padding-bottom: .85rem;
    padding-top: .85rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.resultados-card tbody td[b-wrfu9fucvq] {
    font-size: .9rem;
}

.codigo-col[b-wrfu9fucvq] {
    width: 6rem;
}

.cliente-id-link[b-wrfu9fucvq] {
    font-weight: 650;
    text-underline-offset: .18rem;
}

.page-size[b-wrfu9fucvq] {
    width: 5rem;
}

@media (max-width: 575.98px) {
    .clientes-heading[b-wrfu9fucvq] {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }
}
/* /Components/Pages/Clientes/ClientesInativos.razor.rz.scp.css */
.inativos-heading[b-pnqy09ea2l] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.resultados-card[b-pnqy09ea2l] {
    min-height: 12rem;
    overflow: hidden;
}

.codigo-col[b-pnqy09ea2l] {
    width: 7rem;
}

@media (max-width: 575.98px) {
    .inativos-heading[b-pnqy09ea2l] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.company-header[b-adr89a9y1y] {
    align-items: center;
    background: #20252a;
    border-radius: .65rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
}

.company-name[b-adr89a9y1y],
.company-user[b-adr89a9y1y] {
    align-items: center;
    display: flex;
    gap: .8rem;
}

.company-name div[b-adr89a9y1y],
.company-user[b-adr89a9y1y] {
    display: flex;
    flex-direction: column;
}

.company-name small[b-adr89a9y1y],
.company-user small[b-adr89a9y1y] {
    color: #aeb8c2;
    font-size: .68rem;
    letter-spacing: .06em;
}

.company-name strong[b-adr89a9y1y] {
    font-size: 1.05rem;
}

.company-mark[b-adr89a9y1y] {
    font-size: 1.8rem;
    line-height: 1;
}

.company-user[b-adr89a9y1y] {
    align-items: flex-end;
    text-align: right;
}

.company-user strong[b-adr89a9y1y] {
    font-size: .78rem;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .company-header[b-adr89a9y1y] {
        align-items: flex-start;
        flex-direction: column;
        gap: .9rem;
    }

    .company-user[b-adr89a9y1y] {
        align-items: flex-start;
        padding-left: 2.6rem;
        text-align: left;
    }
}
/* /Components/Pages/Pedidos/ConsultaPedidos.razor.rz.scp.css */
.pedidos-heading[b-fpc6afnvc5] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.status-options[b-fpc6afnvc5] {
    align-items: center;
    display: flex;
    gap: 1.35rem;
    min-height: 2.375rem;
}

.resultados-card[b-fpc6afnvc5] {
    min-height: 16rem;
    overflow: hidden;
}

.pedidos-table[b-fpc6afnvc5] {
    min-width: 108rem;
}

.pedidos-table thead th[b-fpc6afnvc5] {
    background: #f8f9fb;
    border-bottom-width: 1px;
    color: #536076;
    font-size: .73rem;
    letter-spacing: .04em;
    padding-bottom: .85rem;
    padding-top: .85rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.pedidos-table tbody td[b-fpc6afnvc5] {
    font-size: .86rem;
    vertical-align: middle;
}

.cliente-cell[b-fpc6afnvc5] {
    min-width: 16rem;
}

.cliente-cell a[b-fpc6afnvc5] {
    font-weight: 600;
    text-underline-offset: .18rem;
}

.cliente-modal-backdrop[b-fpc6afnvc5] {
    align-items: center;
    background: rgba(15, 23, 42, .58);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 1055;
}

.cliente-modal[b-fpc6afnvc5] {
    max-height: calc(100vh - 2rem);
    max-width: 70rem;
    overflow: auto;
    width: 100%;
}

.cliente-resultados[b-fpc6afnvc5] {
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
}

.cliente-resultados thead th[b-fpc6afnvc5] {
    background: #f8f9fb;
    color: #536076;
    font-size: .73rem;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cliente-resultados tbody td[b-fpc6afnvc5] {
    font-size: .86rem;
}

@media (max-width: 767.98px) {
    .pedidos-heading[b-fpc6afnvc5] {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }

    .status-options[b-fpc6afnvc5] {
        gap: .8rem;
        justify-content: space-between;
    }
}
/* /Components/Pages/Pedidos/DetalhePedido.razor.rz.scp.css */
.pedido-detalhe-heading[b-9zbcxyolyf] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.detail-section-title[b-9zbcxyolyf] {
    color: #657086;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.detail-list > div[b-9zbcxyolyf] {
    display: grid;
    gap: .75rem;
    grid-template-columns: 7rem minmax(0, 1fr);
    margin-bottom: .35rem;
}

.detail-list dt[b-9zbcxyolyf] {
    color: #657086;
    font-weight: 500;
}

.detail-list dd[b-9zbcxyolyf] {
    margin: 0;
}

.itens-pedido-table[b-9zbcxyolyf] {
    min-width: 64rem;
}

.itens-pedido-table thead th[b-9zbcxyolyf] {
    background: #f8f9fb;
    color: #536076;
    font-size: .73rem;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.itens-pedido-table tbody td[b-9zbcxyolyf] {
    font-size: .86rem;
}

.itens-pedido-table tfoot th[b-9zbcxyolyf] {
    background: var(--bs-tertiary-bg);
    border-top-width: 2px;
}

.preserve-lines[b-9zbcxyolyf] {
    white-space: pre-line;
}

.contact-row[b-9zbcxyolyf] {
    align-items: center;
    border-top: 1px solid var(--bs-border-color);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 0;
}

.contact-row:first-of-type[b-9zbcxyolyf] {
    border-top: 0;
    padding-top: 0;
}

.contact-row > span:first-child[b-9zbcxyolyf] {
    display: flex;
    flex-direction: column;
}

.contact-row small[b-9zbcxyolyf] {
    color: var(--bs-secondary-color);
}

.contact-row a[b-9zbcxyolyf] {
    overflow-wrap: anywhere;
    text-align: right;
}

@media (max-width: 575.98px) {
    .pedido-detalhe-heading[b-9zbcxyolyf] {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }

    .detail-list > div[b-9zbcxyolyf] {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .contact-row[b-9zbcxyolyf] {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-row a[b-9zbcxyolyf] {
        text-align: left;
    }
}
/* /Components/Pages/Pedidos/NovoPedido.razor.rz.scp.css */
.cliente-selecionado[b-tn8ry23poz] { border-left: .3rem solid var(--bs-primary) !important; }
.quantidade-col[b-tn8ry23poz] { width: 8rem; }
table th[b-tn8ry23poz] { white-space: nowrap; }
/* /Components/Pages/Pedidos/RevisarPedido.razor.rz.scp.css */
.campo-numero[b-q608gtt42e] { min-width: 7.5rem; width: 7.5rem; }
table th[b-q608gtt42e] { white-space: nowrap; }
