/* /Components/Dialogs/FechamentoPdvDialog.razor.rz.scp.css */
.pdv-total-row[b-5kzg1o0ccb] {
    display: grid;
    grid-template-columns: 88px minmax(86px, 1fr);
    align-items: center;
    min-height: 24px;
    column-gap: 8px;
    font-size: 0.875rem;
    line-height: 1.2;
}

.pdv-total-row > :first-child[b-5kzg1o0ccb] {
    min-width: 0;
    white-space: nowrap;
}

[b-5kzg1o0ccb] .pdv-total-row .mud-typography {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    white-space: nowrap;
}

.pdv-total-value[b-5kzg1o0ccb] {
    justify-self: end;
    min-width: 70px;
    text-align: right;
    white-space: nowrap;
}

.pdv-total-value-danger[b-5kzg1o0ccb] {
    color: var(--mud-palette-error);
}

.pdv-total-row-entry[b-5kzg1o0ccb] {
    min-height: 32px;
    margin-top: 2px;
}

.pdv-total-final[b-5kzg1o0ccb] {
    min-height: 30px;
    font-size: 1.25rem;
    font-weight: 600;
}

.pdv-total-final > :last-child[b-5kzg1o0ccb] {
    color: var(--mud-palette-primary);
    text-align: right;
    white-space: nowrap;
}

.pdv-entry-error[b-5kzg1o0ccb] {
    display: block;
    margin: -2px 0 4px;
    text-align: right;
    line-height: 1.15;
}

.pdv-entry-input[b-5kzg1o0ccb] {
    grid-column: 2;
    justify-self: end;
    width: 86px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: 4px;
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    font: inherit;
    line-height: 1;
    padding: 3px 7px;
    text-align: right;
}

.pdv-entry-input:focus[b-5kzg1o0ccb] {
    border-color: var(--mud-palette-primary);
    outline: 1px solid var(--mud-palette-primary);
}

.pdv-entry-input-error[b-5kzg1o0ccb] {
    border-color: var(--mud-palette-error);
}
/* /Components/Dialogs/PdvPesquisaProdutoCodigoDialog.razor.rz.scp.css */
.pdv-prod-dialog[b-kd27bxxtvc] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.pdv-prod-toolbar[b-kd27bxxtvc] {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 180px 120px 130px;
    gap: 10px;
    align-items: center;
}

.pdv-prod-actions[b-kd27bxxtvc] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.pdv-prod-actions[b-kd27bxxtvc]  .mud-button {
    min-height: 34px;
}

.pdv-prod-main[b-kd27bxxtvc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 10px;
    min-height: 0;
}

.pdv-prod-main.has-side[b-kd27bxxtvc] {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 380px);
}

.pdv-prod-grid-wrap[b-kd27bxxtvc] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    outline: none;
}

.pdv-prod-grid-wrap:focus-within[b-kd27bxxtvc],
.pdv-prod-grid-wrap:focus[b-kd27bxxtvc] {
    box-shadow: inset 0 0 0 2px rgba(103, 58, 183, 0.32);
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  .mud-table {
    width: 100%;
    min-width: 0;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  .mud-table-container {
    border: 1px solid #d9d9d9;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  table {
    width: max-content;
    min-width: 100%;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  th,
.pdv-prod-grid-wrap[b-kd27bxxtvc]  td {
    white-space: nowrap;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  td:last-child,
.pdv-prod-grid-wrap[b-kd27bxxtvc]  th:last-child {
    width: 108px;
    min-width: 108px;
    position: sticky;
    right: 0;
    z-index: 2;
    background: #fff;
    box-shadow: -1px 0 0 #d9d9d9;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  th:last-child {
    z-index: 3;
    background: #fafafa;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  td:nth-child(2) {
    min-width: 340px;
    max-width: 430px;
    white-space: normal;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  td:last-child .mud-button {
    min-width: 88px;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  tr.pdv-prod-row-selected > td {
    background: #fff3cd !important;
    box-shadow: inset 0 1px 0 #e1b84c, inset 0 -1px 0 #e1b84c;
    font-weight: 600;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  tr.pdv-prod-row-selected > td:last-child {
    background: #fff3cd !important;
}

.pdv-prod-grid-wrap[b-kd27bxxtvc]  tr.pdv-prod-row-selected > td:first-child {
    box-shadow: inset 4px 0 0 #6b4fd8, inset 0 1px 0 #e1b84c, inset 0 -1px 0 #e1b84c;
}

.pdv-prod-side[b-kd27bxxtvc] {
    min-width: 0;
}

.pdv-prod-side-paper[b-kd27bxxtvc] {
    border: 1px solid #d9d9d9;
    height: 55vh;
    overflow: auto;
}

.pdv-prod-image[b-kd27bxxtvc] {
    width: 100%;
    height: auto;
    max-height: 45vh;
    object-fit: contain;
}

.pdv-prod-detail[b-kd27bxxtvc] {
    border: 1px solid #d9d9d9;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
}

@media (max-width: 980px) {
    .pdv-prod-toolbar[b-kd27bxxtvc],
    .pdv-prod-main.has-side[b-kd27bxxtvc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d0wrpvm1fm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-d0wrpvm1fm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Fiscal/NfeAvulsaPage.razor.rz.scp.css */
.nfa-toolbar[b-8ko6i39113] {
    border-left: 4px solid var(--mud-palette-primary);
    position: sticky;
    top: 0;
    z-index: 5;
}

.nfa-toolbar-content[b-8ko6i39113] {
    min-height: 38px;
    flex-wrap: wrap;
}

.nfa-title[b-8ko6i39113] {
    font-weight: 600;
}

.nfa-section[b-8ko6i39113] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
}

.nfa-section-header[b-8ko6i39113] {
    min-height: 28px;
    margin-bottom: 8px;
    color: var(--mud-palette-text-secondary);
}

.nfa-items[b-8ko6i39113] {
    overflow-x: auto;
}

.nfa-item-table[b-8ko6i39113] {
    min-width: 3420px;
}

.nfa-add-item-button[b-8ko6i39113] {
    display: flex;
    align-items: flex-end;
}

.nfa-tabs[b-8ko6i39113] {
    min-height: 420px;
}

.nfa-totals[b-8ko6i39113] {
    position: sticky;
    top: 62px;
}

@media (max-width: 960px) {
    .nfa-toolbar[b-8ko6i39113],
    .nfa-totals[b-8ko6i39113] {
        position: static;
    }

    .nfa-item-table[b-8ko6i39113] {
        min-width: 3000px;
    }
}
/* /Components/Pages/Fiscal/NfeManualPage.razor.rz.scp.css */
.nfe-actions[b-0y6g3h7u8a] {
    flex-wrap: wrap;
}

.nfe-consulta[b-0y6g3h7u8a],
.nfe-detail-panel[b-0y6g3h7u8a] {
    min-width: 0;
}

.nfe-detail-panel[b-0y6g3h7u8a] {
    max-height: calc(100vh - 210px);
    overflow: auto;
}

.nfe-list-table[b-0y6g3h7u8a] {
    font-size: 0.78rem;
}

.nfe-list-client[b-0y6g3h7u8a],
.nfe-list-status[b-0y6g3h7u8a] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nfe-list-client[b-0y6g3h7u8a] {
    color: var(--mud-palette-text-secondary);
}

.nfe-list-table[b-0y6g3h7u8a]  tr.nfe-row-selected,
.nfe-list-table[b-0y6g3h7u8a]  tr.nfe-row-selected td,
.nfe-list-table[b-0y6g3h7u8a]  tr.nfe-row-selected .mud-typography,
.nfe-list-table[b-0y6g3h7u8a]  tr.nfe-row-selected .nfe-list-client,
.nfe-list-table[b-0y6g3h7u8a]  tr.nfe-row-selected .nfe-list-status {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary-text) !important;
}

.nfe-edit-cell[b-0y6g3h7u8a] {
    text-align: right;
    white-space: nowrap;
}

.nfe-modal-backdrop[b-0y6g3h7u8a] {
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 18px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1200;
}

.nfe-modal[b-0y6g3h7u8a] {
    background: var(--mud-palette-surface);
    border-radius: 6px;
    box-shadow: var(--mud-elevation-24);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 36px);
    max-width: calc(100vw - 36px);
    min-width: min(1180px, calc(100vw - 36px));
    overflow: hidden;
}

.nfe-modal-title[b-0y6g3h7u8a],
.nfe-modal-actions[b-0y6g3h7u8a] {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
}

.nfe-modal-title[b-0y6g3h7u8a] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    justify-content: space-between;
}

.nfe-modal-actions[b-0y6g3h7u8a] {
    border-top: 1px solid var(--mud-palette-lines-default);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nfe-detail-panel[b-0y6g3h7u8a]  .mud-tabs-toolbar {
    min-height: 38px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
}

.nfe-detail-panel[b-0y6g3h7u8a]  .mud-tab {
    min-width: 96px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.78rem;
}

.nfe-detail-panel[b-0y6g3h7u8a]  .mud-input-control {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .nfe-modal[b-0y6g3h7u8a] {
        min-width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .nfe-detail-panel[b-0y6g3h7u8a] {
        max-height: calc(100vh - 190px);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-header[b-26v6mulyhb] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(21, 101, 192, 0.08), rgba(46, 125, 50, 0.08));
}

.dashboard-title[b-26v6mulyhb] {
    font-weight: 700;
}

.dashboard-card[b-26v6mulyhb],
.dashboard-panel[b-26v6mulyhb] {
    border-radius: 8px;
    height: 100%;
    background-color: var(--mud-palette-surface);
}

.dashboard-card[b-26v6mulyhb] {
    min-height: 118px;
}

.dashboard-panel[b-26v6mulyhb] {
    min-height: 100%;
}

.dashboard-list-row[b-26v6mulyhb] {
    width: 100%;
    gap: 12px;
}

.dashboard-payment-row[b-26v6mulyhb] {
    width: 100%;
    gap: 12px;
}

.dashboard-payment-name[b-26v6mulyhb] {
    min-width: 0;
}

.dashboard-payment-color[b-26v6mulyhb] {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    flex: 0 0 14px;
}

.dashboard-truncate[b-26v6mulyhb] {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-table :deep(th)[b-26v6mulyhb],
.dashboard-table :deep(td)[b-26v6mulyhb] {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 600px) {
    .dashboard-header-content[b-26v6mulyhb] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px;
    }

    .dashboard-truncate[b-26v6mulyhb] {
        max-width: 180px;
    }
}
/* /Components/Pages/Vendas/ConsultaVendasPage.razor.rz.scp.css */
.consulta-vendas-grid[b-33nxcw3ska] {
    min-width: 0;
}

.cv-action-cell[b-33nxcw3ska] {
    text-align: right;
    white-space: nowrap;
}

.consulta-vendas-grid[b-33nxcw3ska]  .cv-situacao-col {
    max-width: 180px;
    white-space: normal;
    width: 180px;
}

.consulta-vendas-grid[b-33nxcw3ska]  tr.cv-row-selected,
.consulta-vendas-grid[b-33nxcw3ska]  tr.cv-row-selected td,
.consulta-vendas-grid[b-33nxcw3ska]  tr.cv-row-selected .mud-typography {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary-text) !important;
}

.cv-modal-backdrop[b-33nxcw3ska] {
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 18px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1400;
}

.cv-modal-backdrop-top[b-33nxcw3ska] {
    z-index: 1450;
}

.cv-modal[b-33nxcw3ska],
.cv-email-modal[b-33nxcw3ska] {
    background: var(--mud-palette-surface);
    border-radius: 6px;
    box-shadow: var(--mud-elevation-24);
    display: flex;
    flex-direction: column;
    height: min(760px, calc(100vh - 36px));
    max-width: calc(100vw - 36px);
    overflow: hidden;
    width: min(1120px, calc(100vw - 36px));
}

.cv-email-modal[b-33nxcw3ska] {
    height: auto;
    min-height: 190px;
    width: min(520px, calc(100vw - 36px));
}

.cv-xml-modal[b-33nxcw3ska] {
    background: var(--mud-palette-surface);
    border-radius: 6px;
    box-shadow: var(--mud-elevation-24);
    display: flex;
    flex-direction: column;
    height: min(760px, calc(100vh - 36px));
    max-width: calc(100vw - 36px);
    overflow: hidden;
    width: min(1050px, calc(100vw - 36px));
}

.cv-itens-modal[b-33nxcw3ska] {
    background: var(--mud-palette-surface);
    border-radius: 6px;
    box-shadow: var(--mud-elevation-24);
    display: flex;
    flex-direction: column;
    height: min(560px, calc(100vh - 36px));
    max-width: calc(100vw - 36px);
    overflow: hidden;
    width: min(900px, calc(100vw - 36px));
}

.cv-modal-title[b-33nxcw3ska],
.cv-modal-actions[b-33nxcw3ska] {
    align-items: center;
    background: var(--mud-palette-surface);
    display: flex;
    gap: 8px;
    padding: 8px 12px;
}

.cv-modal-title[b-33nxcw3ska] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    justify-content: space-between;
}

.cv-modal-content[b-33nxcw3ska] {
    background: var(--mud-palette-surface);
    flex: 1 1 auto;
    overflow: auto;
    padding: 8px;
}

.cv-modal-actions[b-33nxcw3ska] {
    border-top: 1px solid var(--mud-palette-lines-default);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cv-summary[b-33nxcw3ska] {
    border: 1px solid var(--mud-palette-lines-default);
}

.cv-xml-content[b-33nxcw3ska] {
    flex: 1 1 auto;
    overflow: auto;
    padding: 12px;
}

.cv-xml-content pre[b-33nxcw3ska] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.78rem;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 900px) {
    .cv-modal[b-33nxcw3ska],
    .cv-email-modal[b-33nxcw3ska],
    .cv-xml-modal[b-33nxcw3ska],
    .cv-itens-modal[b-33nxcw3ska] {
        max-width: calc(100vw - 24px);
        width: calc(100vw - 24px);
    }

    .cv-modal[b-33nxcw3ska],
    .cv-xml-modal[b-33nxcw3ska],
    .cv-itens-modal[b-33nxcw3ska] {
        height: calc(100vh - 24px);
    }
}
