@import '_content/Lasius.Presenter.UI/Lasius.Presenter.UI.bundle.scp.css';

/* /Cadastros/Produtos/Views/Components/Dashboard/ProdutosDashboardPerformanceView.razor.rz.scp.css */
.cursor-pointer[b-ofhcwbefhj] {
    cursor: pointer;
}

.cursor-pointer:hover[b-ofhcwbefhj] {
    opacity: 0.8;
    transform: scale(1.05);
    transition: all 0.2s ease;
}
/* /Cadastros/Produtos/Views/Components/ProdutoCategorias.razor.rz.scp.css */
.search-categorias-container[b-m4q1ojzwbp] {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.ls-category-pill[b-m4q1ojzwbp] {
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    background-color: #1b5592;
    padding: 6px 40px 9px 12px;
    border-radius: 70em;
    margin: 8px 6px 8px 0;
    margin-left: 0px;
    position: relative;
    text-transform: lowercase;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    .ls-category-pill[b-m4q1ojzwbp]::after {
        content: "x";
        position: absolute;
        top: 8px;
        margin-left: 8px;
        width: 24px;
        height: 24px;
        color: #1b5592;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        padding: 1px 0px;
        background-color: #fff;
        border-radius: 50%;
    }

    .ls-category-pill:hover[b-m4q1ojzwbp]::after {
        background-color: #808080;
        color: #fff;
    }
/* /Cadastros/Produtos/Views/Components/ProdutoImagemContainer.razor.rz.scp.css */
.image-box[b-4epxnmd3s7] {
    height: 400px;
    width: 300px;
    background-color: #FFFFFF;
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-.0);
    margin-left: calc(var(--bs-gutter-x)*-.0);
    cursor: pointer;
}

.image-box__empty[b-4epxnmd3s7] {
    font-size: 3rem;
    color: #22638bb0 !important;
}

.image-box__empty-label[b-4epxnmd3s7] {
    font-size: .9rem;
    color: #22638bb0 !important;
}

.image-box__image[b-4epxnmd3s7] {
    max-height: 400px;
    max-width: 300px;
}

@media (max-width: 768px) {
    .image-box[b-4epxnmd3s7] {
        height: 367px;
        width: 100% !important;
    }

    .image-box__image[b-4epxnmd3s7] {
        max-height: 360px;
    }

    .image-box-container[b-4epxnmd3s7] {
        width: 100% !important;
    }
}
/* /Cadastros/Produtos/Views/Components/ProdutoValePresente.razor.rz.scp.css */
[b-xh1rxn64it] .alert-info {
    background-color: #e3f2fd;
    border-color: #2196F3;
    color: #0d47a1;
}

[b-xh1rxn64it] .alert-info i {
    color: #2196F3;
}
/* /Cadastros/Produtos/Views/MeuProdutoView.razor.rz.scp.css */
 #produtoTabs[b-jn6bzf0bmv] {
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 0 !important;
    }

    #produtoTabs .nav-link[b-jn6bzf0bmv] {
        background-color: transparent;
        color: #6c757d;
        border: 1px solid transparent;
        border-bottom: none;
        margin-bottom: -1px;
        padding: 0.75rem 1.25rem;
        transition: all 0.2s ease;
        position: relative;
    }

    #produtoTabs .nav-link:hover[b-jn6bzf0bmv] {
        background-color: #f8f9fa;
        border-color: #dee2e6 #dee2e6 transparent;
    }

    #produtoTabs .nav-link.active[b-jn6bzf0bmv] {
        background-color: #fff !important;
        color: #495057 !important;
        font-weight: 600;
        border-color: #dee2e6 #dee2e6 #fff !important;
        border-width: 1px;
        z-index: 1;
    }

    #produtoTabs .nav-item:first-child .nav-link[b-jn6bzf0bmv] {
        margin-left: 1rem;
    }

    #produtoTabsContent[b-jn6bzf0bmv] {
        border: 1px solid #dee2e6;
        border-top: none;
        background-color: #fff;
        border-radius: 0 0 0.375rem 0.375rem;
    }

    /* Estilo para cards de análise */
    .analise-card[b-jn6bzf0bmv] {
        border: none;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        transition: box-shadow 0.15s ease-in-out;
    }

    .analise-card:hover[b-jn6bzf0bmv] {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .metric-value[b-jn6bzf0bmv] {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .metric-label[b-jn6bzf0bmv] {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        opacity: 0.8;
    }

    .progress-thin[b-jn6bzf0bmv] {
        height: 4px;
    }

    .info-tooltip[b-jn6bzf0bmv] {
        cursor: help;
        border-bottom: 1px dotted #6c757d;
    }

    /* Classes customizadas para opacidade de fundo */
    .bg-success-10[b-jn6bzf0bmv] {
        background-color: rgba(25, 135, 84, 0.1) !important;
    }

    .bg-info-10[b-jn6bzf0bmv] {
        background-color: rgba(13, 202, 240, 0.1) !important;
    }

    .bg-warning-10[b-jn6bzf0bmv] {
        background-color: rgba(255, 193, 7, 0.1) !important;
    }

    .bg-danger-10[b-jn6bzf0bmv] {
        background-color: rgba(220, 53, 69, 0.1) !important;
    }

    .bg-primary-10[b-jn6bzf0bmv] {
        background-color: rgba(13, 110, 253, 0.1) !important;
    }

    .bg-secondary-10[b-jn6bzf0bmv] {
        background-color: rgba(108, 117, 125, 0.1) !important;
    }

    .bg-dark-10[b-jn6bzf0bmv] {
        background-color: rgba(33, 37, 41, 0.1) !important;
    }

    .bg-light-10[b-jn6bzf0bmv] {
        background-color: rgba(248, 249, 250, 0.1) !important;
    }
/* /Cadastros/Produtos/Views/ProdutosDashboardExpandidoView.razor.rz.scp.css */
#dashboardTabs[b-2fvb8r2om5] {
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 0 !important;
}

#dashboardTabs .nav-link[b-2fvb8r2om5] {
    background-color: transparent;
    color: #6c757d;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    transition: all 0.2s ease;
    position: relative;
}

#dashboardTabs .nav-link:hover[b-2fvb8r2om5] {
    background-color: #f8f9fa;
    border-color: #dee2e6 #dee2e6 transparent;
}

#dashboardTabs .nav-link.active[b-2fvb8r2om5] {
    background-color: #fff !important;
    color: #495057 !important;
    font-weight: 600;
    border-color: #dee2e6 #dee2e6 #fff !important;
    border-width: 1px;
    z-index: 1;
}

#dashboardTabs .nav-item:first-child .nav-link[b-2fvb8r2om5] {
    margin-left: 1rem;
}

#dashboardTabsContent[b-2fvb8r2om5] {
    border: 1px solid #dee2e6;
    border-top: none;
    background-color: #fff;
    border-radius: 0 0 0.375rem 0.375rem;
}

/* Estilo para links de produtos */
#dashboardTabsContent a.text-dark:hover[b-2fvb8r2om5] {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

/* Estilos para o overlay de privacidade */
.privacy-overlay[b-2fvb8r2om5] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-top: 1rem;
}

.privacy-overlay i[b-2fvb8r2om5] {
    color: #6c757d;
}

.privacy-overlay h4[b-2fvb8r2om5] {
    color: #495057;
    margin-bottom: 1rem;
}

.privacy-overlay p[b-2fvb8r2om5] {
    font-size: 0.9rem;
}
/* /Comercial/Propostas/Views/Components/Formulario/Cliente/ClienteCadastroCompleto.razor.rz.scp.css */
/* Container principal */
.cadastro-completo-container[b-3js5unpu08] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Tabs customizadas */
.nav-tabs-custom[b-3js5unpu08] {
    border-bottom: none;
    background: white;
    padding: 1rem 1rem 0;
    display: flex;
    gap: 0.5rem;
}

.nav-tabs-custom .nav-link[b-3js5unpu08] {
    border: 1px solid #dee2e6;
    /*background: #f8f9fa;*/
    color: #6c757d;
    padding: 0.625rem 1.25rem;
    margin-right: 0;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nav-tabs-custom .nav-link:hover[b-3js5unpu08] {
    background: white;
    color: #495057;
}

.nav-tabs-custom .nav-link.active[b-3js5unpu08] {
    /*background: #667eea;*/
    color: white;
    /*border: 1px solid #667eea;*/
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
    transform: translateY(-2px);
}

.nav-tabs-custom .nav-link i[b-3js5unpu08] {
    font-size: 1rem;
}

/* Conteúdo das abas */
.tab-content[b-3js5unpu08] {
    padding: 1.5rem;
    background: white;
    border-top: 1px solid #e9ecef;
    margin-top: 1rem;
}

.tab-pane[b-3js5unpu08] {
    animation: fadeIn-b-3js5unpu08 0.3s ease;
}

@keyframes fadeIn-b-3js5unpu08 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Seções */
.section-divider[b-3js5unpu08] {
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #e9ecef;
}

.section-title[b-3js5unpu08] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Tipo de pessoa toggle */
.btn-group-toggle[b-3js5unpu08] {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
}

.btn-group-toggle .btn[b-3js5unpu08] {
    flex: 1;
    padding: 0.5rem 1rem;
    border: 2px solid #dee2e6;
    background: white;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-group-toggle .btn:first-child[b-3js5unpu08] {
    border-radius: 8px 0 0 8px;
}

.btn-group-toggle .btn:last-child[b-3js5unpu08] {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

.btn-group-toggle .btn:hover[b-3js5unpu08] {
    background: #f8f9fa;
}

.btn-group-toggle .btn.active[b-3js5unpu08] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

/* Labels e campos */
.form-label[b-3js5unpu08] {
    font-size: 0.813rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 0.375rem;
}

.form-label.required[b-3js5unpu08]::after {
    content: " *";
    color: #dc3545;
}

.form-control[b-3js5unpu08],
.form-select[b-3js5unpu08] {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.form-control:focus[b-3js5unpu08],
.form-select:focus[b-3js5unpu08] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.1);
}

.form-control-sm[b-3js5unpu08] {
    padding: 0.375rem 0.625rem;
    font-size: 0.875rem;
}

/* Input groups */
.input-group-text[b-3js5unpu08] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

.input-group-text.clickable[b-3js5unpu08] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.input-group-text.clickable:hover[b-3js5unpu08] {
    background: #e9ecef;
    color: #495057;
}

/* Campos especiais */
.search-cep-btn[b-3js5unpu08] {
    padding: 0.5rem 1rem;
    background: white;
    border: 1px dashed #667eea;
    border-radius: 6px;
    color: #667eea;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    width: 100%;
}

.search-cep-btn:hover:not(:disabled)[b-3js5unpu08] {
    background: #667eea;
    color: white;
}

.search-cep-btn:disabled[b-3js5unpu08] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Status badges */
.status-toggle[b-3js5unpu08] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-check[b-3js5unpu08] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.form-check:hover[b-3js5unpu08] {
    background: #f8f9fa;
}

.form-check-input[b-3js5unpu08] {
    margin-right: 0.5rem;
}

.form-check-input:checked[b-3js5unpu08] {
    background-color: #667eea;
    border-color: #667eea;
}

.form-check-label[b-3js5unpu08] {
    font-size: 0.9rem;
    color: #495057;
    margin: 0;
    cursor: pointer;
}

/* Campos monetários */
.currency-input[b-3js5unpu08] {
    text-align: right;
    font-weight: 500;
}

/* Textarea */
.form-control[rows][b-3js5unpu08] {
    resize: vertical;
    min-height: 80px;
}

/* Loading overlay */
.loading-overlay[b-3js5unpu08] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.spinner-border[b-3js5unpu08] {
    width: 2rem;
    height: 2rem;
    border-width: 0.2rem;
}

/* Validação */
.is-valid[b-3js5unpu08] {
    border-color: #28a745 !important;
}

.is-invalid[b-3js5unpu08] {
    border-color: #dc3545 !important;
}

.valid-feedback[b-3js5unpu08],
.invalid-feedback[b-3js5unpu08] {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.valid-feedback[b-3js5unpu08] {
    color: #28a745;
}

.invalid-feedback[b-3js5unpu08] {
    color: #dc3545;
}

/* Botões de ação */
.action-buttons[b-3js5unpu08] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.btn[b-3js5unpu08] {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-outline-secondary[b-3js5unpu08] {
    background: white;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-3js5unpu08] {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.btn-primary[b-3js5unpu08] {
    background: #667eea;
    border: 1px solid #667eea;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-3js5unpu08] {
    background: #5a67d8;
    border-color: #5a67d8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled[b-3js5unpu08] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Grid responsivo */
@media (max-width: 768px) {
    .nav-tabs-custom[b-3js5unpu08] {
        padding: 0.25rem 0.5rem 0;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .nav-tabs-custom .nav-link[b-3js5unpu08] {
        padding: 0.5rem 0.75rem;
        font-size: 0.813rem;
    }
    
    .nav-tabs-custom .nav-link i[b-3js5unpu08] {
        display: none;
    }
    
    .tab-content[b-3js5unpu08] {
        padding: 1rem;
    }
    
    .row.g-3 > *[b-3js5unpu08] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .action-buttons[b-3js5unpu08] {
        flex-direction: column;
    }
    
    .action-buttons .btn[b-3js5unpu08] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .col-md-3[b-3js5unpu08],
    .col-md-4[b-3js5unpu08],
    .col-md-6[b-3js5unpu08],
    .col-md-8[b-3js5unpu08],
    .col-md-9[b-3js5unpu08] {
        width: 100%;
    }
    
    .btn-group-toggle[b-3js5unpu08] {
        flex-direction: column;
    }
    
    .btn-group-toggle .btn:first-child[b-3js5unpu08] {
        border-radius: 8px 8px 0 0;
    }
    
    .btn-group-toggle .btn:last-child[b-3js5unpu08] {
        border-radius: 0 0 8px 8px;
        border-left: 2px solid #dee2e6;
        border-top: none;
    }
}

/* Animações suaves */
.fade-in[b-3js5unpu08] {
    animation: fadeIn-b-3js5unpu08 0.3s ease;
}

.slide-down[b-3js5unpu08] {
    animation: slideDown-b-3js5unpu08 0.3s ease;
}

@keyframes slideDown-b-3js5unpu08 {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}

/* Tooltips */
[data-bs-toggle="tooltip"][b-3js5unpu08] {
    cursor: help;
}

/* Campos desabilitados */
.form-control:disabled[b-3js5unpu08],
.form-select:disabled[b-3js5unpu08] {
    background-color: #f8f9fa;
    opacity: 0.8;
    cursor: not-allowed;
}

/* Highlight de campos importantes */
.highlight-field[b-3js5unpu08] {
    position: relative;
}

.highlight-field[b-3js5unpu08]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    width: 3px;
    background: #667eea;
    border-radius: 2px;
}

/* Mensagens de ajuda */
.help-text[b-3js5unpu08] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
    font-style: italic;
}

/* Cards de informação */
.info-card[b-3js5unpu08] {
    background: #f0f2ff;
    border: 1px solid #d4d9ff;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 1rem;
}

.info-card i[b-3js5unpu08] {
    color: #667eea;
    margin-right: 0.5rem;
}

.info-card p[b-3js5unpu08] {
    margin: 0;
    font-size: 0.875rem;
    color: #495057;
}

/* Success state */
.success-message[b-3js5unpu08] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 0.75rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.success-message i[b-3js5unpu08] {
    color: #28a745;
}

/* Error state */
.error-message[b-3js5unpu08] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 0.75rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.error-message i[b-3js5unpu08] {
    color: #dc3545;
}

/* Progress indicator */
.progress-indicator[b-3js5unpu08] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

.progress-step[b-3js5unpu08] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.progress-step[b-3js5unpu08]::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    right: -50%;
    height: 2px;
    background: #dee2e6;
    z-index: 0;
}

.progress-step:last-child[b-3js5unpu08]::before {
    display: none;
}

.progress-step.completed[b-3js5unpu08]::before {
    background: #28a745;
}

.step-circle[b-3js5unpu08] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #6c757d;
    z-index: 1;
    position: relative;
}

.progress-step.active .step-circle[b-3js5unpu08] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.progress-step.completed .step-circle[b-3js5unpu08] {
    background: #28a745;
    border-color: #28a745;
    color: white;
}

.step-label[b-3js5unpu08] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.5rem;
    text-align: center;
}

.progress-step.active .step-label[b-3js5unpu08] {
    color: #667eea;
    font-weight: 600;
}

.progress-step.completed .step-label[b-3js5unpu08] {
    color: #28a745;
}

.cadastro-footer[b-3js5unpu08] {
    padding-inline: 1.5rem;
    padding-bottom: 16px;
}
/* /Comercial/Propostas/Views/Components/Formulario/Cliente/PesquisaSimplesPessoa.razor.rz.scp.css */
.cliente-busca-simples[b-0xy1as26sl] {
    width: 100%;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.search-wrapper[b-0xy1as26sl] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-icon[b-0xy1as26sl] {
    position: absolute;
    left: 0.75rem;
    color: #6c757d;
    pointer-events: none;
    z-index: 1;
}

.search-input[b-0xy1as26sl] {
    padding-left: 2.25rem !important;
    padding-right: 2.5rem !important;
    border-radius: 16px !important;
    border: 1px solid #dee2e6 !important;
    transition: all 0.2s ease !important;
}

.search-input:focus[b-0xy1as26sl] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.1);
}

.btn-clear[b-0xy1as26sl] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    padding: 0.25rem;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1;
}

.btn-clear:hover[b-0xy1as26sl] {
    color: #495057;
    transform: scale(1.1);
}

.spinner-container[b-0xy1as26sl] {
    position: absolute;
    right: 0.75rem;
    z-index: 1;
}

/* Container de Resultados */
.results-container[b-0xy1as26sl] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: fadeIn-b-0xy1as26sl 0.2s ease;
}

@keyframes fadeIn-b-0xy1as26sl {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Lista de Resultados */
.results-list[b-0xy1as26sl] {
    max-height: 200px;
    overflow-y: auto;
}

.result-item[b-0xy1as26sl] {
    display: flex;
    align-items: center;
    padding: 0.625rem 0.75rem;
    cursor: pointer;
    transition: background 0.15s ease;
    border-bottom: 1px solid #f8f9fa;
}

.result-item:hover[b-0xy1as26sl] {
    background: #f8f9fa;
}

.result-item:last-child[b-0xy1as26sl] {
    border-bottom: none;
}

.result-icon[b-0xy1as26sl] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f2ff;
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.result-info[b-0xy1as26sl] {
    flex: 1;
    min-width: 0;
}

.result-name[b-0xy1as26sl] {
    font-weight: 500;
    color: #212529;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-doc[b-0xy1as26sl] {
    font-size: 0.813rem;
    color: #6c757d;
}

.results-footer[b-0xy1as26sl] {
    padding: 0.5rem;
    background: #f8f9fa;
    text-align: center;
    border-top: 1px solid #e9ecef;
}

/* Nenhum Resultado */
.no-results[b-0xy1as26sl] {
    padding: 1.5rem;
    text-align: center;
}

.no-results p[b-0xy1as26sl] {
    font-size: 0.875rem;
}

/* Seção de Cadastro */
.cadastro-section[b-0xy1as26sl] {
    animation: fadeIn-b-0xy1as26sl 0.2s ease;
}

@keyframes slideIn-b-0xy1as26sl {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cadastro-header[b-0xy1as26sl] {
    padding-bottom: 0;
    border-bottom: none;
}

.cadastro-header h6[b-0xy1as26sl] {
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
}

.cadastro-form[b-0xy1as26sl] {
    max-width: 100%;
    margin-top: 1rem;
}

/* Botões de Tipo de Pessoa */
.tipo-pessoa-toggle[b-0xy1as26sl] {
    display: flex;
    gap: 0;
    width: 100%;
}

.tipo-pessoa-btn[b-0xy1as26sl] {
    flex: 1;
    padding: 0.75rem 1rem;
    background: white;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tipo-pessoa-btn:first-child[b-0xy1as26sl] {
    border-radius: 0.375rem 0 0 0.375rem;
    border-right: none;
}

.tipo-pessoa-btn:last-child[b-0xy1as26sl] {
    border-radius: 0 0.375rem 0.375rem 0;
}

.tipo-pessoa-btn:hover[b-0xy1as26sl] {
    background: #f9fafb;
}

.tipo-pessoa-btn.active[b-0xy1as26sl] {
    background: #6366f1;
    border-color: #6366f1;
    color: white;
    z-index: 1;
}

.tipo-pessoa-btn.active:first-child[b-0xy1as26sl] {
    border-right: 1px solid #6366f1;
}

/* Labels */
.form-label[b-0xy1as26sl] {
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    text-transform: none;
}

/* Inputs */
.form-control[b-0xy1as26sl] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    background: #ffffff;
}

.form-control:focus[b-0xy1as26sl] {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    outline: none;
}

.form-control[b-0xy1as26sl]::placeholder {
    color: #9ca3af;
    font-size: 0.875rem;
}

/* Validação */
.form-control.is-valid[b-0xy1as26sl] {
    border-color: #10b981;
    background-color: #f0fdf4;
}

.form-control.is-invalid[b-0xy1as26sl] {
    border-color: #ef4444;
    background-color: #fef2f2;
}

/* Input Group */
.input-group-sm .input-group-text[b-0xy1as26sl] {
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
    background: #f8f9fa;
    border-color: #dee2e6;
}

/* Botões */
.btn[b-0xy1as26sl] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.15s ease;
}

.btn-primary[b-0xy1as26sl] {
    background: #6366f1;
    border-color: #6366f1;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-0xy1as26sl] {
    background: #4f46e5;
    border-color: #4f46e5;
}

.btn-primary:disabled[b-0xy1as26sl] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-outline-secondary[b-0xy1as26sl] {
    color: #6b7280;
    border-color: #e5e7eb;
    background: white;
}

.btn-outline-secondary:hover[b-0xy1as26sl] {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #374151;
}

.btn-link[b-0xy1as26sl] {
    color: #6b7280;
    text-decoration: none;
    font-weight: 400;
    padding: 0;
}

.btn-link:hover[b-0xy1as26sl] {
    color: #374151;
}

.btn-link[b-0xy1as26sl] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.btn-link:hover[b-0xy1as26sl] {
    color: #5a67d8;
    text-decoration: none;
}

/* Badges */
.badge[b-0xy1as26sl] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
}

/* Spinner */
.spinner-border-sm[b-0xy1as26sl] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.15rem;
}

/* Responsivo */
@media (max-width: 768px) {
    .cadastro-section[b-0xy1as26sl] {
        padding: 0.75rem;
    }
    
    .row.g-2[b-0xy1as26sl] {
        row-gap: 0.5rem !important;
    }
    
    .col-md-4[b-0xy1as26sl],
    .col-md-6[b-0xy1as26sl],
    .col-md-8[b-0xy1as26sl] {
        width: 100%;
    }
}
/* /Comercial/Propostas/Views/Components/Formulario/Produto/PropostaProdutoBuscaInline.razor.rz.scp.css */
.product-search-container[b-7qnr7l5wu6] {
    position: relative;
    margin-bottom: 1rem;
}

.search-input-group[b-7qnr7l5wu6] {
    position: relative;
}

.search-icon[b-7qnr7l5wu6] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.search-input[b-7qnr7l5wu6] {
    padding-left: 38px !important;
    padding-right: 40px !important;
    border-radius: 8px !important;
    border: 2px solid #e0e0e0 !important;
    transition: all 0.3s ease !important;
    font-size: 0.95rem !important;
}

.search-input:focus[b-7qnr7l5wu6] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
    outline: none;
}

.btn-clear[b-7qnr7l5wu6] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s;
}

.btn-clear:hover[b-7qnr7l5wu6] {
    color: #dc3545;
}

.keyboard-hint[b-7qnr7l5wu6] {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #6c757d;
    display: none;
}

.search-input-group:hover .keyboard-hint[b-7qnr7l5wu6] {
    display: block;
}

.suggestions-dropdown[b-7qnr7l5wu6] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    animation: slideDown-b-7qnr7l5wu6 0.2s ease;
}

@keyframes slideDown-b-7qnr7l5wu6 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.suggestion-item[b-7qnr7l5wu6] {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suggestion-item:last-child[b-7qnr7l5wu6] {
    border-bottom: none;
}

.suggestion-item:hover[b-7qnr7l5wu6],
.suggestion-item.selected[b-7qnr7l5wu6] {
    background-color: #f8f9fa;
}

.suggestion-item.selected[b-7qnr7l5wu6] {
    background-color: #e7f3ff;
}

.product-info[b-7qnr7l5wu6] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-code[b-7qnr7l5wu6] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 2px;
}

.product-name[b-7qnr7l5wu6] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #212529;
}

.product-details[b-7qnr7l5wu6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-price[b-7qnr7l5wu6] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.85rem;
}

.price-vista[b-7qnr7l5wu6] {
    color: #28a745;
    font-weight: 600;
}

.price-prazo[b-7qnr7l5wu6] {
    font-size: 0.75rem;
}

.no-results[b-7qnr7l5wu6] {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
}

.no-results i[b-7qnr7l5wu6] {
    color: #dee2e6;
    margin-bottom: 0.5rem;
}

.no-results p[b-7qnr7l5wu6] {
    margin: 0.5rem 0;
    font-weight: 500;
}

.suggestion-footer[b-7qnr7l5wu6] {
    padding: 8px 16px;
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.search-loading[b-7qnr7l5wu6] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .keyboard-hint[b-7qnr7l5wu6] {
        display: none !important;
    }
    
    .search-input[b-7qnr7l5wu6] {
        font-size: 16px;
    }
    
    .suggestions-dropdown[b-7qnr7l5wu6] {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 16px 16px 0 0;
        max-height: 70vh;
    }
}
/* /Comercial/Propostas/Views/Components/Formulario/PropostaInformacoesGerais.razor.rz.scp.css */
/* Layout Consistente com Seção de Totais */

.info-content[b-o4mzhqlj4m] {
    padding-top: 0.5rem;
}

.info-summary[b-o4mzhqlj4m] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.client-compact[b-o4mzhqlj4m] {
    min-width: 250px;
}

.client-compact strong[b-o4mzhqlj4m] {
    font-size: 0.95rem;
    color: #212529;
}

/* Informações do Cliente */
.cliente-info[b-o4mzhqlj4m] {
    flex: 1;
    min-width: 0;
}

/* Atalhos Rápidos do Cliente */
.cliente-shortcuts[b-o4mzhqlj4m] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cliente-shortcuts .btn[b-o4mzhqlj4m] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cliente-shortcuts .btn:hover[b-o4mzhqlj4m] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cliente-shortcuts .btn i[b-o4mzhqlj4m] {
    font-size: 0.875rem;
}

.quick-info[b-o4mzhqlj4m] {
    display: flex;
    gap: 1.5rem;
}

.info-item[b-o4mzhqlj4m] {
    text-align: center;
    min-width: 60px;
}

.info-item small[b-o4mzhqlj4m] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 2px;
    color: #6c757d;
}

.info-item strong[b-o4mzhqlj4m] {
    font-size: 0.9rem;
}

.details-content[b-o4mzhqlj4m] {
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    animation: slideDown-b-o4mzhqlj4m 0.3s ease;
}

@keyframes slideDown-b-o4mzhqlj4m {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsivo */
@media (max-width: 768px) {
    .info-summary[b-o4mzhqlj4m] {
        padding: 0.5rem;
    }
    
    .quick-info[b-o4mzhqlj4m] {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #e9ecef;
        width: 100%;
        justify-content: space-between;
    }
    
    .client-compact[b-o4mzhqlj4m] {
        width: 100%;
    }
    
    .cliente-shortcuts[b-o4mzhqlj4m] {
        flex-direction: column;
        width: 100%;
    }
    
    .cliente-shortcuts .btn[b-o4mzhqlj4m] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cliente-shortcuts .btn span[b-o4mzhqlj4m] {
        display: none;
    }
    
    .cliente-shortcuts .btn[b-o4mzhqlj4m] {
        padding: 0.5rem;
    }
}
/* /Comercial/Propostas/Views/Components/Formulario/PropostaObservacoesAdicionais.razor.rz.scp.css */
.observacoes-content[b-vmvcdenhfo] {
    padding: 1rem 0;
}

.observacoes-summary[b-vmvcdenhfo] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.summary-text[b-vmvcdenhfo] {
    display: flex;
    align-items: flex-start;
}

.empty-message[b-vmvcdenhfo] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #6c757d;
}

.observacoes-full[b-vmvcdenhfo] {
    padding: 1.5rem 0;
}

.editor-container[b-vmvcdenhfo] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.editor-container textarea[b-vmvcdenhfo] {
    border: 2px solid #e9ecef;
    border-radius: 8px 8px 0 0;
    resize: vertical;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

.editor-container textarea:focus[b-vmvcdenhfo] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.1);
}

.editor-toolbar[b-vmvcdenhfo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.character-count[b-vmvcdenhfo] {
    color: #6c757d;
}

.editor-actions[b-vmvcdenhfo] {
    display: flex;
    gap: 0.5rem;
}

.observacao-display[b-vmvcdenhfo] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}

.observacao-text[b-vmvcdenhfo] {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
    color: #212529;
}

.empty-state[b-vmvcdenhfo] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.empty-state i[b-vmvcdenhfo] {
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h5[b-vmvcdenhfo] {
    color: #495057;
    margin-bottom: 0.5rem;
}

.empty-state p[b-vmvcdenhfo] {
    margin-bottom: 1.5rem;
}

.suggestions-container[b-vmvcdenhfo] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.suggestions-container h6[b-vmvcdenhfo] {
    color: #495057;
    font-size: 0.875rem;
    font-weight: 600;
}

.suggestion-chips[b-vmvcdenhfo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip[b-vmvcdenhfo] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.chip i[b-vmvcdenhfo] {
    font-size: 0.875rem;
    color: #6c757d;
}

.chip:hover[b-vmvcdenhfo] {
    background: #667eea;
    border-color: #667eea;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.chip:hover i[b-vmvcdenhfo] {
    color: white;
}

@keyframes slideDown-b-vmvcdenhfo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-down[b-vmvcdenhfo] {
    animation: slideDown-b-vmvcdenhfo 0.3s ease;
}

@media (max-width: 768px) {
    .suggestion-chips[b-vmvcdenhfo] {
        flex-direction: column;
    }
    
    .chip[b-vmvcdenhfo] {
        width: 100%;
        justify-content: center;
    }
    
    .editor-toolbar[b-vmvcdenhfo] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .editor-actions[b-vmvcdenhfo] {
        width: 100%;
    }
    
    .editor-actions .btn[b-vmvcdenhfo] {
        flex: 1;
    }
}
/* /Comercial/Propostas/Views/Components/Formulario/PropostaParcelamento.razor.rz.scp.css */
/* Parcelamento Section Styles */

.parcelamento-content[b-jvw3umsjpu] {
    padding-top: 0.5rem;
}

/* Summary View (Minimized) */
.parcelamento-summary[b-jvw3umsjpu] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.summary-info[b-jvw3umsjpu] {
    font-size: 0.9rem;
}

.parcelas-preview[b-jvw3umsjpu] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.preview-item[b-jvw3umsjpu] {
    padding: 0.25rem 0;
    border-bottom: 1px dashed #e9ecef;
}

.preview-item:last-child[b-jvw3umsjpu] {
    border-bottom: none;
}

.empty-message[b-jvw3umsjpu] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #6c757d;
}

/* Full View (Expanded) */
.parcelamento-full[b-jvw3umsjpu] {
    padding-top: 1rem;
}

/* Progress Bar */
.progress-container[b-jvw3umsjpu] {
    margin-bottom: 1.5rem;
}

.progress[b-jvw3umsjpu] {
    height: 25px;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar[b-jvw3umsjpu] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 0.875rem;
    transition: width 0.3s ease;
}

.progress-info[b-jvw3umsjpu] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

/* Quick Methods */
.quick-methods[b-jvw3umsjpu] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.quick-methods h6[b-jvw3umsjpu] {
    color: #495057;
    margin-bottom: 1rem;
}

.method-buttons[b-jvw3umsjpu] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.method-buttons .btn[b-jvw3umsjpu] {
    flex: 1;
    min-width: 80px;
    font-size: 0.875rem;
}

.method-buttons .btn.active[b-jvw3umsjpu] {
    background-color: #0d6efd;
    color: white;
}

/* Custom Options */
.custom-options[b-jvw3umsjpu] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
}

/* Templates */
.templates[b-jvw3umsjpu] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.template-buttons[b-jvw3umsjpu] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.template-buttons .btn[b-jvw3umsjpu] {
    font-size: 0.85rem;
}

/* Parcelas Table */
.parcelas-table[b-jvw3umsjpu] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
}

.parcelas-table h6[b-jvw3umsjpu] {
    color: #495057;
    margin-bottom: 1rem;
}

.parcelas-table .table[b-jvw3umsjpu] {
    margin-bottom: 0;
}

.parcelas-table .form-control[b-jvw3umsjpu],
.parcelas-table .form-select[b-jvw3umsjpu] {
    font-size: 0.875rem;
}

.parcelas-table .btn-group[b-jvw3umsjpu] {
    white-space: nowrap;
}

/* Empty State */
.empty-state[b-jvw3umsjpu] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.empty-state i[b-jvw3umsjpu] {
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h5[b-jvw3umsjpu] {
    color: #495057;
    margin-bottom: 0.5rem;
}

/* Animations */
.animate-slide-down[b-jvw3umsjpu] {
    animation: slideDown-b-jvw3umsjpu 0.3s ease;
}

@keyframes slideDown-b-jvw3umsjpu {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .method-buttons[b-jvw3umsjpu] {
        flex-direction: column;
    }
    
    .method-buttons .btn[b-jvw3umsjpu] {
        width: 100%;
    }
    
    .template-buttons[b-jvw3umsjpu] {
        flex-direction: column;
    }
    
    .template-buttons .btn[b-jvw3umsjpu] {
        width: 100%;
    }
    
    .progress-info[b-jvw3umsjpu] {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .parcelas-table[b-jvw3umsjpu] {
        padding: 0.5rem;
    }
    
    .parcelas-table .table[b-jvw3umsjpu] {
        font-size: 0.8rem;
    }
    
    .btn-group-sm .btn[b-jvw3umsjpu] {
        padding: 0.15rem 0.3rem;
        font-size: 0.75rem;
    }
}
/* /Comercial/Propostas/Views/Components/Formulario/PropostaProduto.razor.rz.scp.css */
/* Estilo para o input de desconto unificado */
input.form-control-sm[b-d2v7knbsor] {
    font-size: 0.875rem;
}

input.form-control-sm:focus[b-d2v7knbsor] {
    outline: none;
    border-bottom: 1px solid #667eea !important;
    box-shadow: none;
}

input.form-control-sm[b-d2v7knbsor]::placeholder {
    color: #9ca3af;
    font-size: 0.813rem;
}

/* Hover no campo de desconto */
input.form-control-sm:hover:not(:disabled)[b-d2v7knbsor] {
    background-color: #f9fafb !important;
}

/* Estado desabilitado */
input.form-control-sm:disabled[b-d2v7knbsor] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Comercial/Propostas/Views/Components/Formulario/PropostaProdutos.razor.rz.scp.css */
.save-status[b-y994al1aly] {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 20px;
}

.save-status.saving[b-y994al1aly] {
    background: #ffc107;
    color: #212529;
}

.save-status.saved[b-y994al1aly] {
    background: #28a745;
    color: white;
    animation: fadeIn-b-y994al1aly 0.3s ease;
}

@keyframes fadeIn-b-y994al1aly {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Products Section Layout */
.products-content[b-y994al1aly] {
    padding-top: 0.5rem;
}

/* Summary View (Minimized) */
.products-summary[b-y994al1aly] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.summary-grid[b-y994al1aly] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.summary-item[b-y994al1aly] {
    padding: 0.5rem;
    background: white;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.product-name[b-y994al1aly] {
    font-size: 0.9rem;
    color: #212529;
}

.product-details[b-y994al1aly] {
    margin-top: 0.25rem;
}

.summary-more[b-y994al1aly] {
    padding: 0.5rem;
    text-align: center;
    border-top: 1px dashed #dee2e6;
    margin-top: 0.5rem;
    color: #6c757d;
}

.summary-totals[b-y994al1aly] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Animations */
.animate-slide-down[b-y994al1aly] {
    animation: slideDown-b-y994al1aly 0.3s ease;
}

@keyframes slideDown-b-y994al1aly {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.empty-state[b-y994al1aly] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.empty-state i[b-y994al1aly] {
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h5[b-y994al1aly] {
    color: #495057;
    margin-bottom: 0.5rem;
}


.suggested-products[b-y994al1aly] {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.suggestions-grid[b-y994al1aly] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.suggestion-card[b-y994al1aly] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    gap: 8px;
}

.suggestion-card:hover[b-y994al1aly] {
    border-color: #0d6efd;
    background: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.suggestion-name[b-y994al1aly] {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    color: #212529;
}

.suggestion-price[b-y994al1aly] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #28a745;
}

.suggestion-card i[b-y994al1aly] {
    font-size: 1.2rem;
    color: #0d6efd;
}

kbd[b-y994al1aly] {
    padding: 2px 6px;
    font-size: 0.85rem;
    color: #fff;
    background-color: #495057;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .suggestions-grid[b-y994al1aly] {
        grid-template-columns: 1fr;
    }
}
/* /Comercial/Propostas/Views/Components/Formulario/PropostaTotaisSection.razor.rz.scp.css */
.totals-content[b-6m81ivtpz2] {
    padding: 1rem 0;
}

.totals-grid[b-6m81ivtpz2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.total-card[b-6m81ivtpz2] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
}

.total-card:hover[b-6m81ivtpz2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.total-label[b-6m81ivtpz2] {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.total-label i[b-6m81ivtpz2] {
    font-size: 0.9rem;
}

.total-value[b-6m81ivtpz2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.total-percentage[b-6m81ivtpz2] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Discount Card Styles */
.total-card.discount[b-6m81ivtpz2] {
    background: #fff;
    border: 2px dashed #dee2e6;
    position: relative;
    overflow: visible;
}

.total-card.discount.has-discount[b-6m81ivtpz2] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
}

.total-card.discount.no-discount[b-6m81ivtpz2] {
    background: #f8f9fa;
    border: 2px dashed #adb5bd;
}

.total-card.discount .total-value[b-6m81ivtpz2] {
    color: #28a745;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    position: relative;
}

.total-card.discount .total-value.clickable:hover[b-6m81ivtpz2] {
    transform: scale(1.05);
}

.total-card.discount .edit-icon[b-6m81ivtpz2] {
    font-size: 0.8rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
    right: -20px;
    color: #6c757d;
}

.total-card.discount:hover .edit-icon[b-6m81ivtpz2] {
    opacity: 1;
}

.discount-percentage[b-6m81ivtpz2] {
    font-size: 0.75rem;
    color: #6c757d;
    display: block;
}

/* Discount Editor */
.discount-editor[b-6m81ivtpz2] {
    padding: 0.5rem 0;
}

.discount-editor .input-group[b-6m81ivtpz2] {
    max-width: 280px;
    margin: 0 auto;
}

.discount-editor .btn[b-6m81ivtpz2] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.discount-editor input[b-6m81ivtpz2] {
    font-size: 1rem;
    font-weight: 600;
}

.discount-preview[b-6m81ivtpz2] {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    color: #28a745;
    font-weight: 500;
    font-size: 0.875rem;
}

.total-card.primary[b-6m81ivtpz2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
}

.total-card.primary .total-label[b-6m81ivtpz2],
.total-card.primary .total-value[b-6m81ivtpz2],
.total-card.primary .total-details[b-6m81ivtpz2] {
    color: white;
}

.total-details[b-6m81ivtpz2] {
    margin-top: 0.5rem;
    text-align: center;
}

.totals-details[b-6m81ivtpz2] {
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    animation: slideDown-b-6m81ivtpz2 0.3s ease;
}

@keyframes slideDown-b-6m81ivtpz2 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-6m81ivtpz2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.discount-editor[b-6m81ivtpz2] {
    animation: slideDown-b-6m81ivtpz2 0.3s ease;
}

.total-card.discount.has-discount[b-6m81ivtpz2] {
    animation: pulse-b-6m81ivtpz2 0.5s ease;
}

.detail-row[b-6m81ivtpz2] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    border-bottom: 1px dotted #e9ecef;
}

.detail-row:last-child[b-6m81ivtpz2] {
    border-bottom: none;
}

.detail-label[b-6m81ivtpz2] {
    color: #6c757d;
}

.detail-value[b-6m81ivtpz2] {
    font-weight: 600;
    color: #212529;
}

.action-buttons[b-6m81ivtpz2] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    flex-wrap: wrap;
}

.action-buttons .btn[b-6m81ivtpz2] {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .totals-grid[b-6m81ivtpz2] {
        grid-template-columns: 1fr;
    }
    
    .total-card[b-6m81ivtpz2] {
        padding: 0.75rem;
    }
    
    .total-value[b-6m81ivtpz2] {
        font-size: 1.25rem;
    }
    
    .action-buttons[b-6m81ivtpz2] {
        flex-direction: column;
    }
    
    .action-buttons .btn[b-6m81ivtpz2] {
        width: 100%;
    }
    
    .section-header[b-6m81ivtpz2] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .totals-grid[b-6m81ivtpz2] {
        grid-template-columns: 1fr;
    }
    
    .total-card[b-6m81ivtpz2] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    
    .total-label[b-6m81ivtpz2] {
        justify-content: flex-start;
    }
}
/* /Comercial/Propostas/Views/Components/Relatorios/PropostasRelatoriosView.razor.rz.scp.css */
/* Estilos específicos para a tela de Relatórios de Propostas */

/* Container principal */
.relatorios-container[b-7g7z914rui] {
    font-size: 0.9rem;
}

/* Seletor de relatório */
.form-select-lg option[b-7g7z914rui] {
    padding: 8px 4px;
}

.form-select-lg optgroup[b-7g7z914rui] {
    font-weight: bold;
    color: var(--bs-primary);
}

/* Badges de status */
.badge[b-7g7z914rui] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

/* Tabelas */
.table-hover tbody tr[b-7g7z914rui] {
    cursor: pointer;
    transition: background-color 0.2s;
}

.table-hover tbody tr:hover[b-7g7z914rui] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-7g7z914rui] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #6c757d;
}

.table td[b-7g7z914rui] {
    vertical-align: middle;
}

/* Botões de ordenação */
.btn-link[b-7g7z914rui] {
    text-decoration: none;
    color: #6c757d;
    transition: color 0.2s;
}

.btn-link:hover[b-7g7z914rui] {
    color: var(--bs-primary);
}

/* KPI Cards */
.kpi-card[b-7g7z914rui] {
    position: relative;
    overflow: hidden;
}

.kpi-card[b-7g7z914rui]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-info));
}

/* Estado vazio */
.empty-state[b-7g7z914rui] {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.empty-state i[b-7g7z914rui] {
    opacity: 0.3;
}

/* Paginação */
.pagination[b-7g7z914rui] {
    margin: 0;
}

.page-link[b-7g7z914rui] {
    border: none;
    color: #6c757d;
    margin: 0 2px;
    border-radius: 4px;
}

.page-item.active .page-link[b-7g7z914rui] {
    background-color: var(--bs-primary);
    box-shadow: 0 2px 4px rgba(0,123,255,0.2);
}

/* Filtros presets */
.preset-filters .btn[b-7g7z914rui] {
    margin: 2px;
}

/* Loading overlay */
.loading-overlay[b-7g7z914rui] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Gráficos */
canvas[b-7g7z914rui] {
    max-width: 100%;
    height: auto !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .form-select-lg[b-7g7z914rui] {
        font-size: 1rem;
    }
    
    .btn-group[b-7g7z914rui] {
        width: 100%;
        margin-top: 10px;
    }
    
    .btn-group .btn[b-7g7z914rui] {
        flex: 1;
    }
    
    .table[b-7g7z914rui] {
        font-size: 0.8rem;
    }
    
    .pagination[b-7g7z914rui] {
        justify-content: center;
    }
}

/* Cores semânticas */
.text-success[b-7g7z914rui] { color: #28a745 !important; }
.text-danger[b-7g7z914rui] { color: #dc3545 !important; }
.text-warning[b-7g7z914rui] { color: #ffc107 !important; }
.text-info[b-7g7z914rui] { color: #17a2b8 !important; }

/* Modal */
.modal-content[b-7g7z914rui] {
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.modal-header[b-7g7z914rui] {
    border-bottom: 1px solid #f0f0f0;
}

.modal-footer[b-7g7z914rui] {
    border-top: 1px solid #f0f0f0;
}

/* Tooltips customizados */
[data-bs-toggle="tooltip"][b-7g7z914rui] {
    cursor: help;
}

/* Scroll suave */
html[b-7g7z914rui] {
    scroll-behavior: smooth;
}

/* Destaque de linha selecionada */
.table tbody tr.selected[b-7g7z914rui] {
    background-color: rgba(0, 123, 255, 0.1);
    font-weight: 500;
}

/* Indicador de filtros ativos */
.filters-active-indicator[b-7g7z914rui] {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background: var(--bs-danger);
    border-radius: 50%;
    animation: pulse-b-7g7z914rui 2s infinite;
}

@keyframes pulse-b-7g7z914rui {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* Melhorias visuais para inputs */
.form-control:focus[b-7g7z914rui],
.form-select:focus[b-7g7z914rui] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hover-shadow:hover[b-7g7z914rui] {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
/* /Common/Buttons/LsSearchFile.razor.rz.scp.css */
.ls-search-input[b-o7q2pp9gyc] {
    color: #fff;
    background-color: #1B5592;
    border-color: #1b5592;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    height: 38px;
}

    .ls-search-input:hover[b-o7q2pp9gyc] {
        background-color: #0a4c91;
    }
/* /Common/CadastrosRapidos/Produto/CadastroRapidoProdutoView.razor.rz.scp.css */
.search-categorias-container[b-hn29k7w11z] {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.ls-category-pill[b-hn29k7w11z] {
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    background-color: #1b5592;
    padding: 6px 40px 9px 12px;
    border-radius: 70em;
    margin: 8px 6px 8px 0;
    margin-left: 0px;
    position: relative;
    text-transform: lowercase;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    .ls-category-pill[b-hn29k7w11z]::after {
        content: "x";
        position: absolute;
        top: 8px;
        margin-left: 8px;
        width: 24px;
        height: 24px;
        color: #1b5592;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        padding: 1px 0px;
        background-color: #fff;
        border-radius: 50%;
    }

    .ls-category-pill:hover[b-hn29k7w11z]::after {
        background-color: #808080;
        color: #fff;
    }
/* /Common/Parcelamento/Card/CardFormaPagamento.razor.rz.scp.css */
i[b-1fkd87voue] {
    font-size: 2em;
}

span[b-1fkd87voue] {
    font-size: 1.1em;
}

.card-forma-pagamento[b-1fkd87voue] {
    background-color: #0b4060;
    height: 6em;
    color: #ffffff;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .card-forma-pagamento:hover[b-1fkd87voue] {
        cursor: pointer;
        background-color: #1B5592;
    }

.card-quadrado[b-1fkd87voue] {
    background-color: #0b4060;
    height: 6em;
    color: #ffffff;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .card-quadrado:hover[b-1fkd87voue] {
        cursor: pointer;
        background-color: #1B5592;
    }
/* /Common/Parcelamento/Card/CardFormaPagamentoPix.razor.rz.scp.css */
i[b-xq13bic1c9] {
    font-size: 2em;
}

span[b-xq13bic1c9] {
    font-size: 1.1em;
}

.card-forma-pagamento[b-xq13bic1c9] {
    background-color: #0b4060;
    height: 6em;
    color: #ffffff;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .card-forma-pagamento:hover[b-xq13bic1c9] {
        cursor: pointer;
        background-color: #1B5592;
    }

/* /Common/Parcelamento/Card/CardFormaPagamentoTef.razor.rz.scp.css */
i[b-7bd5a9pr60] {
    font-size: 2em;
}

span[b-7bd5a9pr60] {
    font-size: 1.1em;
}

.card-forma-pagamento[b-7bd5a9pr60] {
    background-color: #0b4060;
    height: 6em;
    color: #ffffff;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .card-forma-pagamento:hover[b-7bd5a9pr60] {
        cursor: pointer;
        background-color: #1B5592;
    }
/* /Common/Parcelamento/Parcelamento.razor.rz.scp.css */
.container-82[b-f6s1p300l1] {
    width: 100%;
}

.container-92[b-f6s1p300l1] {
    width: 100%;
}

@media (min-width: 1200px) {
    .container-82[b-f6s1p300l1] {
        width: 82%;
    }

    .container-92[b-f6s1p300l1] {
        width: 92%;
    }
}
/* /Common/Relatorio/LsRelatoriosBase.razor.rz.scp.css */
.ls-relatorio-max-size[b-cey6d6xo0z] {
    width: 100% !important;
}

@media (min-width: 992px) {
    .ls-relatorio-border-start[b-cey6d6xo0z] {
        border-left: 1px solid #dee2e6 !important;
    }

    .ls-relatorio-max-size[b-cey6d6xo0z] {
        width: 75% !important;
    }
}
/* /Financeiro/BandeirasCartoes/Searches/SearchBandeirasCartoes.razor.rz.scp.css */
.flip-card[b-y02lizoo0q] {
    background-color: transparent;
    width: 225px;
    height: 154px;
    perspective: 1000px;
    color: white;
}

.heading_8264[b-y02lizoo0q] {
    position: absolute;
    letter-spacing: .2em;
    font-size: 0.6em;
    top: 1.3em;
    right: 2em;
}

.logo[b-y02lizoo0q] {
    position: absolute;
    top: 5.2em;
    right: 1em;
    font-size: 1.3rem;
}

.chip[b-y02lizoo0q] {
    position: absolute;
    top: 2.3em;
    left: 1.5em;
}

.contactless[b-y02lizoo0q] {
    position: absolute;
    top: 3.5em;
    left: 12.4em;
}

.number[b-y02lizoo0q] {
    position: absolute;
    font-weight: bold;
    font-size: .6em;
    top: 8.3em;
    left: 1.6em;
}

.valid_thru[b-y02lizoo0q] {
    position: absolute;
    font-weight: bold;
    top: 635.8em;
    font-size: .01em;
    left: 140.3em;
}

.date_8264[b-y02lizoo0q] {
    position: absolute;
    font-weight: bold;
    font-size: 0.5em;
    top: 13.6em;
    left: 3.2em;
}

.name[b-y02lizoo0q] {
    position: absolute;
    font-weight: bold;
    font-size: 0.7em;
    top: 11.7em;
    left: 2em;
}

.flip-card-inner[b-y02lizoo0q] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front[b-y02lizoo0q] {
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1rem;
}

.flip-card-front[b-y02lizoo0q] {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -1px 0px inset;
    background-color: #1B5592;
}
/* /Importacoes/Views/ImportacaoView.razor.rz.scp.css */
.importacao-container[b-o9pma1oju3] {
    font-size: 0.9rem;
}

.upload-area[b-o9pma1oju3] {
    position: relative;
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    padding: 3rem 2rem;
    text-align: center;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-area:hover[b-o9pma1oju3] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.upload-content[b-o9pma1oju3] {
    pointer-events: none;
}

.upload-icon[b-o9pma1oju3] {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.file-input[b-o9pma1oju3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-input:disabled[b-o9pma1oju3] {
    cursor: not-allowed;
}

.error-list[b-o9pma1oju3] {
    max-height: 300px;
    overflow-y: auto;
}

.error-item[b-o9pma1oju3] {
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.error-item:last-child[b-o9pma1oju3] {
    border-bottom: none;
}

.result-stats[b-o9pma1oju3] {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.stat-item[b-o9pma1oju3] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-item span[b-o9pma1oju3] {
    font-size: 1.1rem;
}

.btn-group .btn-check:checked + label[b-o9pma1oju3] {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.btn-group label[b-o9pma1oju3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .result-stats[b-o9pma1oju3] {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-group[b-o9pma1oju3] {
        display: flex;
        flex-direction: column;
    }

    .btn-group label[b-o9pma1oju3] {
        width: 100%;
    }
}
/* /Pages/Agenda/Componentes/_Calendario.razor.rz.scp.css */
h1[b-11sz7x87a3], h2[b-11sz7x87a3], h3[b-11sz7x87a3], h4[b-11sz7x87a3], h5[b-11sz7x87a3], h6[b-11sz7x87a3] {
    -webkit-font-smoothing: antialiased;
}

p[b-11sz7x87a3], span[b-11sz7x87a3], ul[b-11sz7x87a3], li[b-11sz7x87a3] {
    color: #2d4338;
    font-weight: 100;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    font-size: 1rem;
}

.calendar-contain[b-11sz7x87a3] {
    position: relative;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    margin: 1rem auto;
    background-color: #f5f7f6;
    box-shadow: 5px 5px 16px rgba(30, 46, 50, 0.3);
    color: #040605;
}

@media screen and (min-width: 1440px) {
    .calendar-contain[b-11sz7x87a3] {
        margin: auto;
        top: 5%;
    }
}

.title-bar[b-11sz7x87a3] {
    position: relative;
    width: 100%;
    display: table;
    text-align: right;
    background: #f5f7f6;
    padding: 0.5rem;
    margin-bottom: 0;
}

    .title-bar[b-11sz7x87a3]:after {
        display: table;
        clear: both;
    }

.title-bar__burger[b-11sz7x87a3] {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
}

    .title-bar__burger:focus[b-11sz7x87a3] {
        outline: none;
    }

.burger__lines[b-11sz7x87a3] {
    display: block;
    position: absolute;
    width: 18px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #040605;
}

    .burger__lines[b-11sz7x87a3]:before, .burger__lines[b-11sz7x87a3]:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #040605;
        content: "";
    }

    .burger__lines[b-11sz7x87a3]:before {
        top: -5px;
    }

    .burger__lines[b-11sz7x87a3]:after {
        bottom: -5px;
    }

.title-bar__year[b-11sz7x87a3], .calendar__title[b-11sz7x87a3] {
    display: block;
    position: relative;
    float: left;
    font-size: 1.2rem;
    line-height: 30px;
    width: 50%;
    padding: 0 0.5rem;
    text-align: left;
    font-weight: 500;
}

.calendar__title[b-11sz7x87a3] {
    display: none !important;
}

@media screen and (min-width: 1440px) {
    .title-bar__year[b-11sz7x87a3] {
        width: 17%;
    }

    .calendar__title[b-11sz7x87a3] {
        display: block !important;
        width: 37.5%;
    }
}

.title-bar__month[b-11sz7x87a3] {
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    width: 100%;
    padding: 0 0.5rem;
    text-align: left;
}

@media screen and (min-width: 1440px) {
    .title-bar__month[b-11sz7x87a3] {
        width: 27%;
    }
}

.title-bar__date[b-11sz7x87a3] {
    width: 50%;
    position: relative;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    padding: 0 0.5rem;
    text-align: right;
}

@media screen and (min-width: 1440px) {
    .title-bar__date[b-11sz7x87a3] {
        width: 18%;
    }
}

.title-bar__minimize[b-11sz7x87a3], .title-bar__maximize[b-11sz7x87a3], .title-bar__close[b-11sz7x87a3] {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
}

    .title-bar__minimize[b-11sz7x87a3]:before, .title-bar__maximize[b-11sz7x87a3]:before, .title-bar__close[b-11sz7x87a3]:before, .title-bar__minimize[b-11sz7x87a3]:after, .title-bar__maximize[b-11sz7x87a3]:after, .title-bar__close[b-11sz7x87a3]:after {
        top: 30%;
        right: 30%;
        bottom: 30%;
        left: 30%;
        content: " ";
        position: absolute;
        border-color: #8e8e8e;
        border-style: solid;
        border-width: 0 0 2px 0;
    }

.title-bar .title-bar__controls[b-11sz7x87a3] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
    width: auto;
}

    .title-bar .title-bar__controls[b-11sz7x87a3]:before, .title-bar .title-bar__controls[b-11sz7x87a3]:after {
        content: none;
    }

.title-bar .title-bar__minimize[b-11sz7x87a3]:before {
    border-bottom-width: 2px;
}

.title-bar .title-bar__maximize[b-11sz7x87a3]:before {
    border-width: 1px 1px 2px 1px;
}

.title-bar .title-bar__close[b-11sz7x87a3]:before, .title-bar .title-bar__close[b-11sz7x87a3]:after {
    bottom: 50%;
    top: 49.9%;
}

.title-bar .title-bar__close[b-11sz7x87a3]:before {
    transform: rotate(45deg);
}

.title-bar .title-bar__close[b-11sz7x87a3]:after {
    transform: rotate(-45deg);
}

.calendar__sidebar[b-11sz7x87a3] {
    width: 100%;
    margin: 0 auto;
    float: none;
    background: linear-gradient(120deg, #eff3f3, #e1e7e8);
    padding-bottom: 0.7rem;
    text-align: center;
}

@media screen and (min-width: 1440px) {
    .calendar__sidebar[b-11sz7x87a3] {
        position: absolute;
        height: 100%;
        width: 35%;
        float: left;
        margin-bottom: 0;
    }
}

.calendar__sidebar .content[b-11sz7x87a3] {
    padding: 2rem 1.5rem 2rem 4rem;
    color: #040605;
}

.sidebar__nav[b-11sz7x87a3] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.9rem;
    padding: 0.7rem 1rem;
    background-color: #f5f7f6;
}

.sidebar__nav-item[b-11sz7x87a3] {
    display: inline-block;
    width: 22px;
    margin-right: 23px;
    padding: 0;
    opacity: 0.8;
}

.sidebar__list[b-11sz7x87a3] {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 95%;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

.sidebar__list-item[b-11sz7x87a3], .sidebar__list-item-title[b-11sz7x87a3] {
    margin: .8rem 0 .5rem 0;
    color: #2b3932;
    font-weight: 100;
    font-size: 1rem;
    text-align: start;
}

.sidebar__list-item-title[b-11sz7x87a3] {
    margin: 1rem 0 0 0;
}

.list-item__time[b-11sz7x87a3] {
    display: inline-block;
    width: 50px;
    font-size: 1rem;
}

@media screen and (min-width: 1440px) {
    .list-item__time[b-11sz7x87a3] {
        margin-right: 2rem;
    }
}

.sidebar__list-item--complete[b-11sz7x87a3], .sidebar__list-item--complete .list-item__time[b-11sz7x87a3] {
    color: #00ac0f;
}

.sidebar__heading[b-11sz7x87a3] {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
    /*margin-bottom: 3rem;*/
    margin-top: 1rem;
    color: #22638b;
}

    .sidebar__heading span[b-11sz7x87a3] {
        float: right;
        font-weight: 300;
    }

.sub__heading[b-11sz7x87a3] {
    font-size: 1.2rem;
}

.calendar__heading-highlight[b-11sz7x87a3] {
    color: #2d444a;
    font-weight: 900;
}

.calendar__days[b-11sz7x87a3] {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    float: none;
    min-height: 580px;
    height: 100%;
    font-size: 12px;
    padding: 0.8rem 0 1rem 1rem;
    background: #f5f7f6;
}

@media screen and (min-width: 1440px) {
    .calendar__days[b-11sz7x87a3] {
        width: 65%;
        float: right;
    }
}

.calendar__top-bar[b-11sz7x87a3] {
    display: flex;
    flex: 32px 0 0;
}

.top-bar__days[b-11sz7x87a3] {
    width: 100%;
    padding: 0 5px;
    color: #2d4338;
    font-weight: 100;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1.4rem;
}

.calendar__week[b-11sz7x87a3] {
    display: flex;
    flex: 1 1 0;
}

.calendar__day[b-11sz7x87a3] {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.9rem 0.2rem 0.2rem;
}

/*.calendar__date {
    color: #04446b;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 0.7;
}
*/
/*@media screen and (min-width: 1440px) {
    .calendar__date {
        font-size: 2.3rem;
    }
}
*/
.calendar__week .inactive .calendar__date[b-11sz7x87a3], .calendar__week .inactive .task-count[b-11sz7x87a3] {
    color: #c6c6c6;
}

.calendar__week .today .calendar__date[b-11sz7x87a3] {
    color: #F5A400;
}

/*.calendar__task {
    color: #121212;*/
/*display: flex;*/
/*font-size: 0.9rem;
}

@media screen and (min-width: 1440px) {
    .calendar__task {
        font-size: 1rem;
    }
}*/
/*
.calendar__task.calendar__task--today {
    color: #F5A400;
}
*/
/* /Pages/Agenda/Componentes/_DiaCalendario.razor.rz.scp.css */
h1[b-ashgjns534], h2[b-ashgjns534], h3[b-ashgjns534], h4[b-ashgjns534], h5[b-ashgjns534], h6[b-ashgjns534] {
    /*-webkit-font-smoothing: antialiased;*/
}

p[b-ashgjns534], span[b-ashgjns534], ul[b-ashgjns534], li[b-ashgjns534] {
    color: #2d4338;
    font-weight: 100;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    font-size: 1rem;
}

.calendar__day[b-ashgjns534] {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.2rem 0.2rem 0.2rem;
}

.calendar__date[b-ashgjns534] {
    color: #1B5592;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
}

@media screen and (min-width: 1440px) {
    .calendar__date[b-ashgjns534] {
        font-size: 2.3rem;
    }
}

.calendar__week .inactive .calendar__date[b-ashgjns534] {
    color: #c6c6c6;
}

.calendar__week .today .calendar__date[b-ashgjns534] {
    color: #F5A400;
}

.calendar__task[b-ashgjns534] {
    color: #2b3932;
    font-size: 1.1rem;
}

@media screen and (min-width: 1440px) {
    .calendar__task[b-ashgjns534] {
        font-size: 1.4rem;
    }
}

.calendar__task.calendar__task--today[b-ashgjns534] {
    color: #F5A400;
}

.previous_day .calendar__date[b-ashgjns534] {
    color: #93b8cf !important;
}

.previous_day .calendar__task[b-ashgjns534] {
    color: #75807a !important;
}
/* /Pages/Conta/CriarConta/CriarConta.razor.rz.scp.css */
#senha-col[b-5xbpo1hihd] {
    margin-left: 0px !important;
}

#botoes-acao[b-5xbpo1hihd] {
    margin-inline: 1px;
}

.floating-tip[b-5xbpo1hihd] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-5xbpo1hihd] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/ContasBancarias/ContasBancarias/ContasBancarias.razor.rz.scp.css */
@media (min-width: 1230px) {
    .m-tl-xxl-md[b-2l99oo6dpc] {
        margin-top: 0.0rem !important;
        margin-left: 0.5rem !important;
    }
}
/* /Pages/ContasBancarias/ContasBancarias/_ContasBancariasExtrato.razor.rz.scp.css */
.ScrolingExtrato[b-tkss4807ag] {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (min-width: 1450px) {
    .ScrolingExtrato[b-tkss4807ag] {
        height: 54vh;
    }
}

@media only screen and (min-width: 2550px) {
    .ScrolingExtrato[b-tkss4807ag] {
        height: 60vh;
    }
}

.linha-data[b-tkss4807ag] {
    background-color: #1B5592 !important;
    color: #ffffff !important;
}
/* /Pages/ContasBancarias/Shared/_CardLancamentosBancarios.razor.rz.scp.css */
.card * :not(button)[b-dnkebqnya3] {
    background-color: transparent !important;
}

.card-header[b-dnkebqnya3] {
    background-color: transparent !important;
}

td[b-dnkebqnya3] {
    padding: 0 !important;
    border: none !important;
}

.card i[b-dnkebqnya3] {
    color: #1B5592;
}
/* /Pages/Filial/AdicionarFilial/AdicionarFilial.razor.rz.scp.css */
.altura-formulario[b-1mkx0yn0um] {
    height: auto !important;
}

@media screen and (min-width : 834px) {
    .altura-formulario[b-1mkx0yn0um] {
        height: calc(100vh - 55px) !important;
    }
}
/* /Pages/Filial/EtiquetasFilial/AdicionarEtiqueta.razor.rz.scp.css */
.onoffswitch[b-1w1yjv20y2] {
    position: relative;
    width: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox[b-1w1yjv20y2] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label[b-1w1yjv20y2] {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1B5592;
    border-radius: 5px;
}

.onoffswitch-inner[b-1w1yjv20y2] {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner[b-1w1yjv20y2]:before, .onoffswitch-inner[b-1w1yjv20y2]:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner[b-1w1yjv20y2]:before {
        content: "LIGADO";
        padding-left: 10px;
        background-color: #1B5592;
        color: #FFFFFF;
    }

    .onoffswitch-inner[b-1w1yjv20y2]:after {
        content: "DESLIGADO";
        padding-right: 5px;
        background-color: #EEEEEE;
        color: #1B5592;
        text-align: right;
    }

.onoffswitch-switch[b-1w1yjv20y2] {
    display: block;
    width: 21px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 93px;
    border: 1px solid #1B5592;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner[b-1w1yjv20y2] {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch[b-1w1yjv20y2] {
    right: 0px;
}






.onoffswitch1[b-1w1yjv20y2] {
    position: relative;
    width: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox1[b-1w1yjv20y2] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label1[b-1w1yjv20y2] {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1B5592;
    border-radius: 5px;
}

.onoffswitch-inner1[b-1w1yjv20y2] {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner1[b-1w1yjv20y2]:before, .onoffswitch-inner1[b-1w1yjv20y2]:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner1[b-1w1yjv20y2]:before {
        content: "LIGADO";
        padding-left: 10px;
        background-color: #1B5592;
        color: #FFFFFF;
    }

    .onoffswitch-inner1[b-1w1yjv20y2]:after {
        content: "DESLIGADO";
        padding-right: 5px;
        background-color: #EEEEEE;
        color: #1B5592;
        text-align: right;
    }

.onoffswitch-switch1[b-1w1yjv20y2] {
    display: block;
    width: 21px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 93px;
    border: 1px solid #1B5592;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox1:checked + .onoffswitch-label1 .onoffswitch-inner1[b-1w1yjv20y2] {
    margin-left: 0;
}

.onoffswitch-checkbox1:checked + .onoffswitch-label1 .onoffswitch-switch1[b-1w1yjv20y2] {
    right: 0px;
}





.onoffswitch2[b-1w1yjv20y2] {
    position: relative;
    width: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox2[b-1w1yjv20y2] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label2[b-1w1yjv20y2] {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1B5592;
    border-radius: 5px;
}

.onoffswitch-inner2[b-1w1yjv20y2] {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner2[b-1w1yjv20y2]:before, .onoffswitch-inner2[b-1w1yjv20y2]:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner2[b-1w1yjv20y2]:before {
        content: "LIGADO";
        padding-left: 10px;
        background-color: #1B5592;
        color: #FFFFFF;
    }

    .onoffswitch-inner2[b-1w1yjv20y2]:after {
        content: "DESLIGADO";
        padding-right: 5px;
        background-color: #EEEEEE;
        color: #1B5592;
        text-align: right;
    }

.onoffswitch-switch2[b-1w1yjv20y2] {
    display: block;
    width: 21px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 93px;
    border: 1px solid #1B5592;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox2:checked + .onoffswitch-label2 .onoffswitch-inner2[b-1w1yjv20y2] {
    margin-left: 0;
}

.onoffswitch-checkbox2:checked + .onoffswitch-label2 .onoffswitch-switch2[b-1w1yjv20y2] {
    right: 0px;
}
/* /Pages/Financeiro/Despesas/BaixarDespesas/BaixarDespesas.razor.rz.scp.css */
/* Remove limitações de altura das tabelas - deixa expandir */
.table-container[b-hrzqvlr6ya] {
    height: auto !important;
    overflow: visible !important;
    position: relative;
}

/* Garante que o container principal permita scroll */
.container-fluid[b-hrzqvlr6ya] {
    /* height: 100%; */
    overflow: visible;
}

/* Ajusta o layout principal para permitir scroll */
main[b-hrzqvlr6ya] {
    overflow-y: auto !important;
    height: calc(100vh - 72px) !important;
}

/* Força o body a sempre permitir scroll quando modais são fechados */
body:not(.modal-open)[b-hrzqvlr6ya] {
    overflow: visible !important;
    padding-right: 0 !important;
}

/* Previne que modais removam o scroll da página */
.modal-open[b-hrzqvlr6ya] {
    overflow-y: auto !important;
}

/* Corrige problemas de scroll no modal de pesquisa */
#PesquisarClienteFinanceiro .modal-body[b-hrzqvlr6ya] {
    max-height: 70vh;
    overflow-y: auto;
}

/* Remove scroll duplicado da tabela dentro do modal */
#PesquisarClienteFinanceiro .ls-search-modal-wrapper[b-hrzqvlr6ya] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Garante que o HTML e BODY mantenham scroll */
html[b-hrzqvlr6ya], body[b-hrzqvlr6ya] {
    overflow-y: auto !important;
    height: 100% !important;
}

/* Remove qualquer estilo inline que possa bloquear o scroll */
body[style*="overflow"][b-hrzqvlr6ya] {
    overflow: visible !important;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .table-container[b-hrzqvlr6ya] {
        height: auto !important;
        overflow: visible !important;
    }
}

/* Remove estilos de scrollbar já que não teremos scroll nas tabelas */
/* /Pages/Financeiro/Despesas/Despesas/Despesas.razor.rz.scp.css */
/* Garante que o container principal permita scroll */
.container-fluid[b-a9lafqoaj5] {
    height: 100%;
    overflow: visible;
}

/* Ajusta o layout principal para permitir scroll */
main[b-a9lafqoaj5] {
    overflow-y: auto !important;
    height: calc(100vh - 72px) !important;
}

/* Permite que o tab-content se expanda conforme necessário */
.tab-content[b-a9lafqoaj5] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Remove limitações de altura das tabelas - deixa expandir */
.overflow-auto[b-a9lafqoaj5] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Garante que apenas a página tenha scroll */
#myTabContent[b-a9lafqoaj5] {
    height: auto !important;
    overflow: visible !important;
}

/* Força o body a sempre permitir scroll quando modais são fechados */
body:not(.modal-open)[b-a9lafqoaj5] {
    overflow: visible !important;
    padding-right: 0 !important;
}

/* Previne que modais removam o scroll da página */
.modal-open[b-a9lafqoaj5] {
    overflow-y: auto !important;
}

/* Corrige problemas de scroll nos modais de pesquisa */
#PesquisarClienteFinanceiro .modal-body[b-a9lafqoaj5],
#PesquisarClientePagos .modal-body[b-a9lafqoaj5] {
    max-height: 70vh;
    overflow-y: auto;
}

/* Remove scroll duplicado da tabela dentro do modal */
#PesquisarClienteFinanceiro .ls-search-modal-wrapper[b-a9lafqoaj5],
#PesquisarClientePagos .ls-search-modal-wrapper[b-a9lafqoaj5] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Garante que o HTML e BODY mantenham scroll */
html[b-a9lafqoaj5], body[b-a9lafqoaj5] {
    overflow-y: auto !important;
    height: 100% !important;
}

/* Remove qualquer estilo inline que possa bloquear o scroll */
body[style*="overflow"][b-a9lafqoaj5] {
    overflow: visible !important;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    /* Mantém o conteúdo expandido em mobile também */
    .tab-content[b-a9lafqoaj5] {
        height: auto !important;
        overflow: visible !important;
    }
    
    .overflow-auto[b-a9lafqoaj5] {
        height: auto !important;
        overflow: visible !important;
    }
}

/* Remove estilos de scrollbar já que não teremos scroll nas tabelas */

/* Reduz o tamanho das fontes nas tabelas */
.table[b-a9lafqoaj5] {
    font-size: 0.85rem !important;
}

.table th[b-a9lafqoaj5] {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

.table td[b-a9lafqoaj5] {
    font-size: 0.85rem !important;
}

/* Ajusta também os inputs dentro das tabelas */
.table input[b-a9lafqoaj5],
.table select[b-a9lafqoaj5],
.table button[b-a9lafqoaj5] {
    font-size: 0.85rem !important;
}

/* Para tabelas muito densas, pode reduzir ainda mais */
.table-sm[b-a9lafqoaj5] {
    font-size: 0.8rem !important;
}

.table-sm th[b-a9lafqoaj5],
.table-sm td[b-a9lafqoaj5] {
    font-size: 0.8rem !important;
    padding: 0.25rem !important;
}

/* Responsividade - em telas menores, reduz ainda mais */
@media (max-width: 768px) {
    .table[b-a9lafqoaj5] {
        font-size: 0.75rem !important;
    }
    
    .table-sm[b-a9lafqoaj5] {
        font-size: 0.7rem !important;
    }
}
/* /Pages/Financeiro/Receitas/BaixarReceitas/BaixarReceitas.razor.rz.scp.css */
/* Remove limitações de altura das tabelas - deixa expandir */
.table-container[b-ajm7l5szvs] {
    height: auto !important;
    overflow: visible !important;
    position: relative;
}

/* Garante que o container principal permita scroll */
.container-fluid[b-ajm7l5szvs] {
    /* height: 100%; */
    overflow: visible;
}

/* Ajusta o layout principal para permitir scroll */
main[b-ajm7l5szvs] {
    overflow-y: auto !important;
    height: calc(100vh - 72px) !important;
}

/* Força o body a sempre permitir scroll quando modais são fechados */
body:not(.modal-open)[b-ajm7l5szvs] {
    overflow: visible !important;
    padding-right: 0 !important;
}

/* Previne que modais removam o scroll da página */
.modal-open[b-ajm7l5szvs] {
    overflow-y: auto !important;
}

/* Corrige problemas de scroll no modal de pesquisa */
#PesquisarClienteFinanceiro .modal-body[b-ajm7l5szvs] {
    max-height: 70vh;
    overflow-y: auto;
}

/* Remove scroll duplicado da tabela dentro do modal */
#PesquisarClienteFinanceiro .ls-search-modal-wrapper[b-ajm7l5szvs] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Garante que o HTML e BODY mantenham scroll */
html[b-ajm7l5szvs], body[b-ajm7l5szvs] {
    overflow-y: auto !important;
    height: 100% !important;
}

/* Remove qualquer estilo inline que possa bloquear o scroll */
body[style*="overflow"][b-ajm7l5szvs] {
    overflow: visible !important;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .table-container[b-ajm7l5szvs] {
        height: auto !important;
        overflow: visible !important;
    }
}

/* Remove estilos de scrollbar já que não teremos scroll nas tabelas */
/* /Pages/Financeiro/Receitas/Receitas/Receitas.razor.rz.scp.css */
/* Garante que o container principal permita scroll */
.container-fluid[b-91g74fj51g] {
    height: 100%;
    overflow: visible;
}

/* Ajusta o layout principal para permitir scroll */
main[b-91g74fj51g] {
    overflow-y: auto !important;
    height: calc(100vh - 72px) !important;
}

/* Permite que o tab-content se expanda conforme necessário */
.tab-content[b-91g74fj51g] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Remove limitações de altura das tabelas - deixa expandir */
.overflow-auto[b-91g74fj51g] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Garante que apenas a página tenha scroll */
#myTabContent[b-91g74fj51g] {
    height: auto !important;
    overflow: visible !important;
}

/* Força o body a sempre permitir scroll quando modais são fechados */
body:not(.modal-open)[b-91g74fj51g] {
    overflow: visible !important;
    padding-right: 0 !important;
}

/* Previne que modais removam o scroll da página */
.modal-open[b-91g74fj51g] {
    overflow-y: auto !important;
}

/* Corrige problemas de scroll nos modais de pesquisa */
#PesquisarClienteFinanceiro .modal-body[b-91g74fj51g],
#PesquisarClienteRecebidos .modal-body[b-91g74fj51g] {
    max-height: 70vh;
    overflow-y: auto;
}

/* Remove scroll duplicado da tabela dentro do modal */
#PesquisarClienteFinanceiro .ls-search-modal-wrapper[b-91g74fj51g],
#PesquisarClienteRecebidos .ls-search-modal-wrapper[b-91g74fj51g] {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Garante que o HTML e BODY mantenham scroll */
html[b-91g74fj51g], body[b-91g74fj51g] {
    overflow-y: auto !important;
    height: 100% !important;
}

/* Remove qualquer estilo inline que possa bloquear o scroll */
body[style*="overflow"][b-91g74fj51g] {
    overflow: visible !important;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    /* Mantém o conteúdo expandido em mobile também */
    .tab-content[b-91g74fj51g] {
        height: auto !important;
        overflow: visible !important;
    }
    
    .overflow-auto[b-91g74fj51g] {
        height: auto !important;
        overflow: visible !important;
    }
}

/* Remove estilos de scrollbar já que não teremos scroll nas tabelas */

/* Reduz o tamanho das fontes nas tabelas */
.table[b-91g74fj51g] {
    font-size: 0.85rem !important;
}

.table th[b-91g74fj51g] {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

.table td[b-91g74fj51g] {
    font-size: 0.85rem !important;
}

/* Ajusta também os inputs dentro das tabelas */
.table input[b-91g74fj51g],
.table select[b-91g74fj51g],
.table button[b-91g74fj51g] {
    font-size: 0.85rem !important;
}

/* Para tabelas muito densas, pode reduzir ainda mais */
.table-sm[b-91g74fj51g] {
    font-size: 0.8rem !important;
}

.table-sm th[b-91g74fj51g],
.table-sm td[b-91g74fj51g] {
    font-size: 0.8rem !important;
    padding: 0.25rem !important;
}

/* Responsividade - em telas menores, reduz ainda mais */
@media (max-width: 768px) {
    .table[b-91g74fj51g] {
        font-size: 0.75rem !important;
    }
    
    .table-sm[b-91g74fj51g] {
        font-size: 0.7rem !important;
    }
}
/* /Pages/Fiscal/DFe/Shared/Componentes/_InfoCardDFe.razor.rz.scp.css */
.info-wrapper[b-luqwzof236] {
    display: block;
    position: relative;
    display: inline-block;
    visibility: visible;
}

.info-trigger[b-luqwzof236] {
    margin-bottom: 10px;
}

.info-content[b-luqwzof236] {
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    padding: 0px;
    opacity: 1.0;
    border-radius: 6px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
    left: -228px;
    bottom: 36px;
    right: 0px;
    position: absolute;
    margin: 0px;
    min-width: 260px;
    max-width: 280px;
    text-align: left;
    text-justify: none;
    background-color: #f7f7f7;
    padding: 1px;
    z-index: 1010;
    color: #6c757d;
    white-space: normal;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-clip: padding-box;
    font-size: 0.875rem;
}

.info-content-title[b-luqwzof236] {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 13px !important;
    font-weight: 600;
}

.info-content:hover .info-content-title[b-luqwzof236] {
    visibility: visible;
}

.info-content-content[b-luqwzof236] {
    padding: 9px 14px;
    margin: 0;
    max-height: 150px;
    overflow: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.info-content:hover .info-content-content[b-luqwzof236] {
    visibility: visible;
}

.info-content[b-luqwzof236]:after, .info-content[b-luqwzof236]:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.info-content[b-luqwzof236]:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f7f7f7;
    border-width: 10px;
    left: 91%;
    margin-left: -10px;
}

.info-content[b-luqwzof236]:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c9c9c9;
    border-width: 11px;
    left: 91%;
    margin-left: -11px;
}

.info-wrapper:hover .info-content[b-luqwzof236] {
    visibility: visible;
}

.bi-info-circle-fill[b-luqwzof236] {
    width: 0px;
}
/* /Pages/Home/Home.razor.rz.scp.css */
h5[b-6ne9rnjkjy] {
    font-size: 11px !important;
}

@media (max-width: 376px) {
    .h-es-78[b-6ne9rnjkjy] {
        height: 78vh !important;
    }
}

@media (min-width: 377px) {
    .h-88[b-6ne9rnjkjy] {
        height: 88vh !important;
    }
}

.col-6[b-6ne9rnjkjy] {
    flex: 0 0 auto !important;
    width: 48% !important;
}

[aria-label][b-6ne9rnjkjy] {
    position: relative !important;
    transition: all 1s !important;
}

    [aria-label][b-6ne9rnjkjy]::after {
        content: attr(aria-label);
        display: none;
        position: absolute;
        top: 80%;
        left: 50%;
        z-index: 5000;
        pointer-events: none;
        padding: 10px 12px;
        margin: 25px;
        text-decoration: none;
        font-size: 11px;
        color: #fff;
        border-radius: 5px;
        background-color: #0D6EFD;
        transition: all 1s;
    }

    [aria-label]:hover[b-6ne9rnjkjy]::after {
        display: block;
        transition: all 1s;
    }


/* /Pages/Login/Componentes/_AlteracaoSenha.razor.rz.scp.css */
#senha-col[b-jrbixrls1v] {
    margin-left: 0px !important;
}

#botoes-acao[b-jrbixrls1v] {
    margin-inline: 1px;
}

.floating-tip[b-jrbixrls1v] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-jrbixrls1v] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/Login/Componentes/_RecuperacaoSenha.razor.rz.scp.css */
.form[b-h7hkoe99sc] {
    --black: #1B5592;
    --ch-black: #1B5592;
    --eer-black: #1B5592;
    --night-rider: #1B5592;
    --night-rider-yellow: #FDA502;
    --white: #ffffff;
    --af-white: #f3f3f3;
    --ch-white: #e1e1e1;
    --tomato: #fa5656;
    font-family: Helvetica, sans-serif;
    border: 2px solid var(--glow-color);
    padding: 25px;
    display: flex;
    max-width: 45rem;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: var(--night-rider);
    background-color: var(--white);
    border-radius: 8px;
    position: relative;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .15);
}

.info[b-h7hkoe99sc] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title[b-h7hkoe99sc] {
    font-size: 1.5rem;
    font-weight: 900;
}

.description[b-h7hkoe99sc] {
    margin-top: 10px;
    font-size: 1rem;
}

.form .input-fields[b-h7hkoe99sc] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form .input-fields input[b-h7hkoe99sc] {
    height: 2.5em;
    width: 2.5em;
    outline: none;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
    color: var(--ch-black);
    border-radius: 5px;
    border: 2.5px solid var(--ch-white);
    background-color: var(--ch-white);
}

.form .input-fields input:focus[b-h7hkoe99sc] {
    border: 1px solid var(--night-rider);
    box-shadow: inset 10px 10px 10px rgba(0, 0, 0, .15);
    transform: scale(1.05);
    transition: 0.5s;
}

.action-btns[b-h7hkoe99sc] {
    display: flex;
    margin-top: 20px;
    gap: 0.5rem;
}

.verify[b-h7hkoe99sc] {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    text-shadow: none;
    background: var(--ch-black);
    box-shadow: transparent;
    border: 1px solid var(--night-rider);
    transition: 0.5s ease;
    user-select: none;
}

.verify:hover[b-h7hkoe99sc], .verify:focus[b-h7hkoe99sc] {
    color: var(--white);
    background: var(--night-rider-yellow);
}

.clear[b-h7hkoe99sc] {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--night-rider);
    text-shadow: none;
    background: transparent;
    border: 1px solid var(--night-rider);
    transition: 0.5s ease;
    user-select: none;
}

.clear:hover[b-h7hkoe99sc], .clear:focus[b-h7hkoe99sc] {
    color: var(--tomato);
    background-color: var(--white);
    border: 1px solid var(--tomato);
}
/* /Pages/Login/Componentes/_SolicitarRecuperacao.razor.rz.scp.css */
.form-container[b-ikcyioq3lx] {
    background-color: #fff;
    padding: 32px 24px;
    font-size: 14px;
    font-family: inherit;
    color: #1B5592;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}

.form-container button:active[b-ikcyioq3lx] {
    scale: 0.95;
}

.form-container .logo-container[b-ikcyioq3lx] {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.form-container .form[b-ikcyioq3lx] {
    display: flex;
    flex-direction: column;
}

.form-container .form-group[b-ikcyioq3lx] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.form-container .form-group label[b-ikcyioq3lx] {
    display: block;
    margin-bottom: 5px;
}

.form-container .form-group input[b-ikcyioq3lx] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    font-family: inherit;
    border: 1px solid #ccc;
}

.form-container .form-group input[b-ikcyioq3lx]::placeholder {
    opacity: 0.5;
}

.form-container .form-group input:focus[b-ikcyioq3lx] {
    outline: none;
    border-color: #1778f2;
}

.form-container .form-submit-btn[b-ikcyioq3lx] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    color: #fff;
    background-color: #1B5592;
    border: none;
    width: 100%;
    padding: 12px 16px;
    font-size: inherit;
    gap: 8px;
    margin: 12px 0;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}

    .form-container .form-submit-btn-2[b-ikcyioq3lx] {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: inherit;
        color: #fff;
        background-color: #dc3545;
        border: none;
        width: 100%;
        padding: 12px 16px;
        font-size: inherit;
        gap: 8px;
        margin: 12px 0;
        cursor: pointer;
        border-radius: 6px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
    }

.form-container .link[b-ikcyioq3lx] {
    color: #1778f2;
    text-decoration: none;
}

.form-container .signup-link[b-ikcyioq3lx] {
    align-self: center;
    font-weight: 500;
}

.form-container .signup-link .link[b-ikcyioq3lx] {
    font-weight: 400;
}

.form-container .link:hover[b-ikcyioq3lx] {
    text-decoration: underline;
}
/* /Pages/Login/Login.razor.rz.scp.css */
#imagem[b-dm4uryib8h] {
    cursor: pointer;
}
/* /Pages/Login/PrimeiroLogin.razor.rz.scp.css */
#senha-col[b-vy8qj52qoj] {
    margin-left: 0px !important;
}

#botoes-acao[b-vy8qj52qoj] {
    margin-inline: 1px;
}

.floating-tip[b-vy8qj52qoj] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-vy8qj52qoj] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/Login/PrimeiroLogin_ES.razor.rz.scp.css */
#senha-col[b-qz8tfgi2fm] {
    margin-left: 0px !important;
}

#botoes-acao[b-qz8tfgi2fm] {
    margin-inline: 1px;
}

.floating-tip[b-qz8tfgi2fm] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-qz8tfgi2fm] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/Preferencias/Componentes/Modal/_ModalConfiguracaoCartao.razor.rz.scp.css */
.container-taxas[b-on7k467ab0] {
    max-height: 400px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}
/* /Pages/Preferencias/Componentes/_PreferenciasGeral.razor.rz.scp.css */
.logo-preview[b-uamugzvzbs] {
    min-width: 230px;
    min-height: 120px;
    border: 1px solid rgba(27, 85, 146, .5);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdown-logo-button[b-uamugzvzbs] {
    min-width: 230px;
    padding: 4px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .dropdown-logo-button.dropdown-visible[b-uamugzvzbs] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.dropdown-logo[b-uamugzvzbs] {
    position: absolute;
    top: 2rem;
    z-index: 99;
    background-color: rgb(27, 85, 146);
    padding: 6px;
    color: #fff;
    min-width: 230px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .dropdown-logo label[b-uamugzvzbs] {
        margin-left: 8px;
    }

.logo-wrapper[b-uamugzvzbs] {
    padding: 8px;
}
/* /Pages/Preferencias/Preferencias.razor.rz.scp.css */
hr[b-mjyjrk4i6k] {
    color: #FFFFFF;
    margin-inline: 16px;
}

[b-mjyjrk4i6k]::-webkit-scrollbar-track {
    margin-top: 5px !important;
}

.nav-hover[b-mjyjrk4i6k] {
    cursor: pointer;
}

    .nav-hover:hover[b-mjyjrk4i6k] {
        color: #0097F5;
    }

.container-sidebar-preferencias[b-mjyjrk4i6k] {
    height: calc(100vh - 185px) !important;
    overflow: auto;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

.container-conteudo[b-mjyjrk4i6k] {
    height: calc(100vh - 185px) !important;
    overflow: auto;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

.sidebar-preferencias[b-mjyjrk4i6k] {
    height: auto !important;
    position: sticky;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    background-color: #1B5592;
    color: #fff;
    overflow: hidden !important;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}
/* /Pages/Usuario/AdicionarUsuario/AdicionarUsuario.razor.rz.scp.css */
#senha-col[b-cglcnw9c9b] {
    margin-left: 0px !important;
}

#botoes-acao[b-cglcnw9c9b] {
    margin-inline: 1px;
}

.floating-tip[b-cglcnw9c9b] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-cglcnw9c9b] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/Usuario/EditarUsuario/Componentes/_ModalDadosPrincipaisUsuario.razor.rz.scp.css */
#senha-col[b-bxv1rjmgqc] {
    margin-left: 0px !important;
}

#botoes-acao[b-bxv1rjmgqc] {
    margin-inline: 1px;
}

.floating-tip[b-bxv1rjmgqc] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-bxv1rjmgqc] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/Usuario/EditarUsuario/Componentes/_ModalMudarSenhaUsuario.razor.rz.scp.css */
#senha-col[b-cz3ghq8pq9] {
    margin-left: 0px !important;
}

#botoes-acao[b-cz3ghq8pq9] {
    margin-inline: 1px;
}

.floating-tip[b-cz3ghq8pq9] {
    display: none;
}

.float-trigger:focus + .floating-tip[b-cz3ghq8pq9] {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    position: absolute;
    padding: 8px;
    height: 160px;
    width: 100%;
    top: 45px;
    z-index: 3;
}
/* /Pages/Usuario/EditarUsuario/EditarUsuario.razor.rz.scp.css */
/* /Shared/Componentes/Botao/_FloatingActionButton.razor.rz.scp.css */
.floating-button[b-sm2d97f3oi] {
    position: fixed;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem !important;
    z-index: 1 !important;
}

    .floating-button i[b-sm2d97f3oi] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        color: white;
    }
/* /Shared/Componentes/Botao/_FloatingActionButtonErrosEmissao.razor.rz.scp.css */
.floating-button[b-0vrbmernvm] {
    position: fixed;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem !important;
    z-index: 1 !important;
}

    .floating-button i[b-0vrbmernvm] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        color: white;
    }

.mensagem-floating[b-0vrbmernvm] {
    position: fixed;
    border-radius: 16px;
    width: 25rem;
    padding: 8px;
    /*height: 3rem;*/
    font-size: 1rem !important;
    z-index: 1 !important;
    color: white;
    background-color: red;
    border-bottom-right-radius: 0px;
}
/* /Shared/Componentes/Botao/_FloatingActionButtonErrosValidacao.razor.rz.scp.css */
.floating-button[b-vhpornr9vr] {
    position: fixed;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem !important;
    z-index: 1 !important;
}

    .floating-button i[b-vhpornr9vr] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        color: white;
    }

.mensagem-floating[b-vhpornr9vr] {
    position: fixed;
    border-radius: 16px;
    width: 25rem;
    padding: 8px;
    /*height: 3rem;*/
    font-size: 1rem !important;
    z-index: 1 !important;
    color: white;
    background-color: red;
    border-bottom-right-radius: 0px;
}
/* /Shared/Componentes/Botao/_FloatingActionButtonErrosValidacaoLancamentos.razor.rz.scp.css */
.floating-button[b-mpgbmgfdny] {
    position: fixed;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem !important;
    z-index: 1 !important;
}

    .floating-button i[b-mpgbmgfdny] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        color: white;
    }

.mensagem-floating[b-mpgbmgfdny] {
    position: fixed;
    border-radius: 16px;
    width: 25rem;
    padding: 8px;
    /*height: 3rem;*/
    font-size: 1rem !important;
    z-index: 1 !important;
    color: white;
    background-color: red;
    border-bottom-right-radius: 0px;
}
/* /Shared/Componentes/CadastroRapido/Cliente/Formulario/_CadastroRapidoClienteDadosPrincipais.razor.rz.scp.css */
#bloqueado[b-ss7tbste61] {
    height: 1.5rem;
    width: 1.5rem;
}
/* /Shared/Componentes/CadastroRapido/Cliente/_CadastroRapidoCliente.razor.rz.scp.css */
#bloqueado[b-hnx60ib1ee] {
    height: 1.5rem;
    width: 1.5rem;
}
/* /Shared/Componentes/CadastroRapido/Fornecedor/Formulario/_CadastroRapidoFornecedorDadosPrincipais.razor.rz.scp.css */
#bloqueado[b-sqzqbxt4kn] {
    height: 1.5rem;
    width: 1.5rem;
}
/* /Shared/Componentes/Card/_CardPagamentoVenda.razor.rz.scp.css */
.botao-acao[b-a4qyq2j2j4] {
    width: 12%;
    font-size: 2rem;
    cursor: pointer;
    padding: 14px;
}

    .botao-acao i[b-a4qyq2j2j4] {
        color: white;
        position: absolute;
        transform: translate(-50%, -15%);
    }
/* /Shared/Componentes/Info/_Info.razor.rz.scp.css */
.info-wrapper[b-bz6hdx9shc] {
    display: block;
    position: relative;
    display: inline-block;
    visibility: visible;
}
 
.info-content[b-bz6hdx9shc] {
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    padding: 0px;
    opacity: 1.0;
    border-radius: 6px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
    left: -228px;
    top: 36px;
    right: 0px;
    position: absolute;
    margin: 0px;
    min-width: 260px;
    max-width: 280px;
    text-align: left;
    text-justify: none;
    background-color: #f7f7f7;
    padding: 1px;
    z-index: 1010;
    color: #6c757d;
    white-space: normal;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-clip: padding-box;
    font-size: 0.875rem;
}

.info-content-title[b-bz6hdx9shc] {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 13px !important;
    font-weight: 600;
}

.info-content:hover .info-content-title[b-bz6hdx9shc] {
    visibility: visible;
}

.info-content-content[b-bz6hdx9shc] {
    padding: 9px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.info-content:hover .info-content-content[b-bz6hdx9shc] {
    visibility: visible;
}

.info-content[b-bz6hdx9shc]:after, .info-content[b-bz6hdx9shc]:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.info-content[b-bz6hdx9shc]:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f7f7f7;
    border-width: 10px;
    left: 91%;
    margin-left: -10px;
}

.info-content[b-bz6hdx9shc]:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #c9c9c9;
    border-width: 11px;
    left: 91%;
    margin-left: -11px;
}

.info-wrapper:hover .info-content[b-bz6hdx9shc] {
    visibility: visible;
}

.bi-info-circle-fill[b-bz6hdx9shc] {
    width: 0px;
}
/* /Shared/Componentes/Info/_InfoCard.razor.rz.scp.css */
.info-wrapper[b-tq8j0nyfry] {
    display: block;
    position: relative;
    display: inline-block;
    visibility: visible;
}

.info-trigger[b-tq8j0nyfry] {
    margin-bottom: 10px;
}

.info-content[b-tq8j0nyfry] {
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    padding: 0px;
    opacity: 1.0;
    border-radius: 6px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.2);
    left: -228px;
    top: 36px;
    right: 0px;
    position: absolute;
    margin: 0px;
    min-width: 260px;
    max-width: 280px;
    text-align: left;
    text-justify: none;
    background-color: #f7f7f7;
    padding: 1px;
    z-index: 1010;
    color: #6c757d;
    white-space: normal;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-clip: padding-box;
    font-size: 0.875rem;
}

.info-content-title[b-tq8j0nyfry] {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 13px !important;
    font-weight: 600;
}

.info-content:hover .info-content-title[b-tq8j0nyfry] {
    visibility: visible;
}

.info-content-content[b-tq8j0nyfry] {
    padding: 9px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.info-content:hover .info-content-content[b-tq8j0nyfry] {
    visibility: visible;
}

.info-content[b-tq8j0nyfry]:after, .info-content[b-tq8j0nyfry]:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.info-content[b-tq8j0nyfry]:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f7f7f7;
    border-width: 10px;
    left: 91%;
    margin-left: -10px;
}

.info-content[b-tq8j0nyfry]:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #c9c9c9;
    border-width: 11px;
    left: 91%;
    margin-left: -11px;
}

.info-wrapper:hover .info-content[b-tq8j0nyfry] {
    visibility: visible;
}

.bi-info-circle-fill[b-tq8j0nyfry] {
    width: 0px;
}
/* /Shared/Componentes/Modal/PesquisaCliente/_ListagemDeClientes.razor.rz.scp.css */
@media (min-width: 576px) {
    .modal-dialog[b-jgj4mtp3xz] {
        max-width: 50rem !important;
    }
}

@media (min-width: 992px) {
    .modal-lg[b-jgj4mtp3xz], .modal-xl[b-jgj4mtp3xz] {
        max-width: 80rem !important;
    }
}
/* /Shared/Componentes/Modal/_ModalPesquisaSatisfacao.razor.rz.scp.css */
.ps-container[b-ciy6rqz0yp] {
    position: absolute;
    bottom: 8%;
    right: 52px;
    z-index: 99;
    width: 580px;
    max-height: 600px;
    border-radius: 8px;
    padding: 16px;
    background-color: aliceblue;
    -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.ps-container-back[b-ciy6rqz0yp] {
    height: 100px !important;
}

.ps-rating[b-ciy6rqz0yp] {
    display: flex;
    flex-direction: row-reverse;
    font-size: 2.5rem;
}

    .ps-rating > input[b-ciy6rqz0yp] {
        display: none;
    }

    .ps-rating:not(:checked) > label[b-ciy6rqz0yp] {
        cursor: pointer;
        color: #666;
        transition: fill 0.3s ease;
    }

    .ps-rating > input:checked + label:hover[b-ciy6rqz0yp],
    .ps-rating > input:checked + label:hover ~ label[b-ciy6rqz0yp],
    .ps-rating > input:checked ~ label:hover[b-ciy6rqz0yp],
    .ps-rating > input:checked ~ label:hover ~ label[b-ciy6rqz0yp],
    .ps-rating > label:hover ~ input:checked ~ label[b-ciy6rqz0yp] {
        color: #e58e09;
    }

    .ps-rating:not(:checked) > label:hover[b-ciy6rqz0yp],
    .ps-rating:not(:checked) > label:hover ~ label[b-ciy6rqz0yp] {
        color: #ffa723;
    }

    .ps-rating > input:checked ~ label[b-ciy6rqz0yp] {
        color: #ffa723;
    }
/* /Shared/Componentes/NavMenu/ListItem.razor.rz.scp.css */
ul > div[b-5p2g629680] {
    cursor: pointer;
}

/*ul > div:hover {
    color: #F5A400;
}*/

.menu-item-not-permitted[b-5p2g629680]   {
    color: #A9A9A9 !important;
    
}

.menu-item-disabled[b-5p2g629680]   {
    color: #668CB3 !important;
    font-style: italic;
}
/* /Shared/Componentes/NavMenu/_NavMenu.razor.rz.scp.css */
hr[b-23mty9i3rk] {
    color: #FFFFFF;
    margin-inline: 16px;
}

[b-23mty9i3rk]::-webkit-scrollbar-track {
    margin-top: 5px !important;
}

.nav-hover[b-23mty9i3rk] {
    cursor: pointer;
}

    .nav-hover:hover[b-23mty9i3rk] {
        color: #0097F5;
    }

.whatsapp-suporte[b-23mty9i3rk] {
    background-color: #ffffff;
    color: #1B5592;
    border-radius: 8px;
}

.sidebar[b-1ssllgpy40][b-23mty9i3rk] {
    height: auto;
    position: sticky;
    top: 0;
    width: 60px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.sidebar:hover[b-23mty9i3rk] {
    width: 210px;
    font-size: 14px;
}

.sidebarAberta[b-1ssllgpy40][b-23mty9i3rk] {
    height: auto;
    position: sticky;
    top: 0;
    width: 210px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

main .sidebar[b-23mty9i3rk] {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* /Shared/Componentes/Notificacoes/Shared/Componentes/_CardNotificacao.razor.rz.scp.css */
.mensagemPrincipal[b-xam073k6os] {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-notify[b-xam073k6os] {
    background: #0392c612;
}

.border-info[b-xam073k6os] {
    border-color: #3582a05e !important;
}

.text-QntdNaoLida[b-xam073k6os] {
    color: #5f5f5f;
}

.text-secondary[b-xam073k6os] {
    color: #7f7f7ffc !important;
}

.card-notify-secondary[b-xam073k6os] {
    background: #9595950a;
}

.border-secondary[b-xam073k6os] {
    border-color: #0000000d !important;
}

.text-info[b-xam073k6os] {
    color: #1f637ed1 !important;
}

.text-light[b-xam073k6os] {
    color: #a9a9a9 !important;
}

.tamanhoFonte[b-xam073k6os] {
    font-size: 15px;
}
/* /Shared/Componentes/Notificacoes/_NavMenuNotificacoes.razor.rz.scp.css */
.offcanvas-end[b-32742qj858] {
    border-left: 1px solid rgb(27 85 146 / 19%);
}

.offcanvas-header .btn-close[b-32742qj858] {
    font-size: 15px;
}

.border-light[b-32742qj858] {
    border-color: #dee2e669 !important;
}



/*.bg-Notificacao {
    background-color: #038cbd !important;
    background: -webkit-linear-gradient(#0390c3, #036999);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: white;
}

.bi-bell-fill {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 80% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 80% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 90% 4px;
}
*/
/* /Shared/Componentes/Overlay/_LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-172e2xssfo] {
    background-color: rgba(255,255,255,0.6);
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*visibility: hidden;*/
    display: none;
}

.loader-overlay[b-172e2xssfo] {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid #1B5592;
    animation: spin-b-172e2xssfo 1.1s infinite linear;
}

    .loader-overlay[b-172e2xssfo], .loader-overlay[b-172e2xssfo]:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }

@keyframes spin-b-172e2xssfo {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* /Shared/Componentes/Pesquisar/ES/_Pesquisar_ComData_ES.razor.rz.scp.css */
.pesquisa-area[b-6w3nb34lwl] {
    display: flex;
    width: 100%;
}

.pesquisa-botao[b-6w3nb34lwl] {
    margin-left: -50px;
    z-index: 2;
}

.input-w100[b-6w3nb34lwl] {
    width: 100%;
}
/* /Shared/Componentes/Pesquisar/ES/_Pesquisar_ES.razor.rz.scp.css */
.pesquisa-area[b-t15t6n1qdk] {
    display: flex;
    width: 100%;
}

.pesquisa-botao[b-t15t6n1qdk] {
    margin-left: -50px;
    z-index: 2;
}

.input-w100[b-t15t6n1qdk] {
    width: 100%;
}
/* /Shared/Componentes/Pesquisar/_Pesquisar.razor.rz.scp.css */
.pesquisa-area[b-79wgccubke] {
    display: flex;
    width: 100%;
}

.pesquisa-botao[b-79wgccubke] {
    margin-left: -50px;
    z-index: 2;
}

.input-w100[b-79wgccubke] {
    width: 100%;
}
/* /Shared/Componentes/Pesquisar/_PesquisarComData.razor.rz.scp.css */
.pesquisa-area[b-p2dazop4y9] {
    display: flex;
    width: 100%;
}

.pesquisa-botao[b-p2dazop4y9] {
    margin-left: -50px;
    z-index: 2;
}

.input-w100[b-p2dazop4y9] {
    width: 100%;
}
/* /Shared/Layout/Componentes/LsMobileMenuBar.razor.rz.scp.css */
.ls-menu-bar--shadow[b-vusws4q6cn] {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}

.ls-menu-bar--icon[b-vusws4q6cn] {
    font-size: 20px;
}
/* /Shared/Layout/Componentes/LsMobileTitleBar.razor.rz.scp.css */
.ls-title-bar[b-im9agr99qd] {
    padding: 0.5em 0;
}

.ls-title-bar__title[b-im9agr99qd] {
    font-size: 1.15em;
    font-weight: bold;
}
/* /Shared/Layout/LayoutConta.razor.rz.scp.css */
.divider[b-2zhmt1udoe]:after,
.divider[b-2zhmt1udoe]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom[b-2zhmt1udoe] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-2zhmt1udoe] {
        height: 100%;
    }
}
/* /Shared/Layout/LayoutDocumentacao.razor.rz.scp.css */
.app-footer[b-14hpzjryqg] {
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid #dee2e6;
    padding: 20px 0;
    margin-top: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

    .app-footer .footer-content[b-14hpzjryqg] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        flex-wrap: wrap;
        gap: 15px;
        position: relative;
    }

    .app-footer .footer-center[b-14hpzjryqg] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

.scroll-to-top-btn[b-14hpzjryqg] {
    background: #0390c3;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(3, 144, 195, 0.3);
}

    .scroll-to-top-btn:hover[b-14hpzjryqg] {
        background: #036999;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(3, 144, 195, 0.4);
    }

    .scroll-to-top-btn i[b-14hpzjryqg] {
        font-size: 1.2rem;
    }

.btnIconSupport[b-14hpzjryqg] {
    background-color: #f7f9fe;
    border-color: #f7f9fe;
}

.support-offcanvas[b-14hpzjryqg] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Suporte Offcanvas Styles */
.support-options[b-14hpzjryqg] {
    padding: 0;
}

.support-card[b-14hpzjryqg] {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

    .support-card:hover[b-14hpzjryqg] {
        border-color: #0390c3;
        box-shadow: 0 4px 12px rgba(3, 144, 195, 0.15);
        transform: translateY(-2px);
    }

.support-icon[b-14hpzjryqg] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.whatsapp-bg[b-14hpzjryqg] {
    background: linear-gradient(135deg, #25d366 0%, #1ea952 100%);
    color: white;
}

.teamviewer-bg[b-14hpzjryqg] {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
}

.support-icon i[b-14hpzjryqg] {
    font-size: 1.5rem;
}

.support-content[b-14hpzjryqg] {
    flex: 1;
}

.support-title[b-14hpzjryqg] {
    margin: 0 0 4px 0;
    font-weight: 600;
    color: #212529;
}

.support-description[b-14hpzjryqg] {
    margin: 0 0 4px 0;
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

.support-number[b-14hpzjryqg], .support-url[b-14hpzjryqg] {
    color: #0390c3;
    font-weight: 500;
}

.support-arrow[b-14hpzjryqg] {
    color: #6c757d;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.support-card:hover .support-arrow[b-14hpzjryqg] {
    color: #0390c3;
    transform: translateX(4px);
}

.support-info[b-14hpzjryqg] {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
}

.info-item[b-14hpzjryqg] {
    font-size: 0.9rem;
}

.app-footer .footer-brand[b-14hpzjryqg] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.app-footer .lasius-brand-link[b-14hpzjryqg] {
    font-weight: 600;
    color: #0390c3;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .app-footer .lasius-brand-link:hover[b-14hpzjryqg] {
        color: #036999;
        text-decoration: underline;
    }

.app-footer .separator[b-14hpzjryqg] {
    color: #6c757d;
    font-weight: 300;
    font-size: 0.85rem;
}

.app-footer .developer-text[b-14hpzjryqg] {
    color: #6c757d;
    font-size: 0.85rem;
}

.app-footer .developer-link[b-14hpzjryqg] {
    color: #0390c3;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

    .app-footer .developer-link:hover[b-14hpzjryqg] {
        color: #036999;
        text-decoration: underline;
    }

.app-footer .footer-actions[b-14hpzjryqg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.app-footer .footer-support[b-14hpzjryqg] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-footer .footer-teamviewer[b-14hpzjryqg] {
    display: flex;
    align-items: center;
}

.app-footer .support-text[b-14hpzjryqg] {
    color: #6c757d;
    font-size: 0.85rem;
}

.app-footer .whatsapp-link[b-14hpzjryqg] {
    color: #25d366;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

    .app-footer .whatsapp-link:hover[b-14hpzjryqg] {
        background: rgba(37, 211, 102, 0.1);
        color: #1ea952;
        text-decoration: none;
    }

    .app-footer .whatsapp-link i[b-14hpzjryqg] {
        font-size: 0.9rem;
    }

.app-footer .teamviewer-link[b-14hpzjryqg] {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

    .app-footer .teamviewer-link:hover[b-14hpzjryqg] {
        background: rgba(13, 110, 253, 0.1);
        color: #0a58ca;
        text-decoration: none;
    }

    .app-footer .teamviewer-link i[b-14hpzjryqg] {
        font-size: 0.9rem;
    }

/* Responsividade do footer */
@media (max-width: 768px) {
    .app-footer .footer-content[b-14hpzjryqg] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 0 15px;
    }

    .app-footer .footer-brand[b-14hpzjryqg] {
        justify-content: center;
    }

    .app-footer .footer-center[b-14hpzjryqg] {
        position: static;
        transform: none;
        order: 2;
        margin: 10px 0;
    }

    .app-footer .footer-actions[b-14hpzjryqg] {
        align-items: center;
        gap: 10px;
        order: 3;
    }

    .app-footer[b-14hpzjryqg] {
        padding: 15px 0;
    }
}

@media (max-width: 576px) {
    .app-footer .footer-brand[b-14hpzjryqg] {
        font-size: 0.8rem;
    }

    .app-footer .lasius-brand-link[b-14hpzjryqg],
    .app-footer .developer-link[b-14hpzjryqg] {
        font-size: 0.8rem;
    }

    .app-footer .developer-text[b-14hpzjryqg],
    .app-footer .support-text[b-14hpzjryqg] {
        font-size: 0.75rem;
    }

    .app-footer .whatsapp-link[b-14hpzjryqg],
    .app-footer .teamviewer-link[b-14hpzjryqg] {
        font-size: 0.8rem;
    }

    .app-footer .separator[b-14hpzjryqg] {
        font-size: 0.75rem;
    }

    .scroll-to-top-btn[b-14hpzjryqg] {
        width: 35px;
        height: 35px;
    }

        .scroll-to-top-btn i[b-14hpzjryqg] {
            font-size: 1rem;
        }
}
/* /Shared/Layout/LayoutLogin.razor.rz.scp.css */
.divider[b-ay5itqgkxn]:after,
.divider[b-ay5itqgkxn]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom[b-ay5itqgkxn] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-ay5itqgkxn] {
        height: 100%;
    }
}
/* /Shared/Layout/LayoutMain.razor.rz.scp.css */
.page[b-1fslomuywl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1fslomuywl] {
    flex: 1;
    overflow: visible;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    height: auto;
}

.sidebar[b-1fslomuywl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    overflow: visible !important;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

    .sidebar.floating-button[b-1fslomuywl] {
        width: 2rem !important;
        height: 2rem !important;
    }

.top-row[b-1fslomuywl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1fslomuywl]  a, .top-row[b-1fslomuywl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-1fslomuywl]  a:hover, .top-row[b-1fslomuywl]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-1fslomuywl]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.dropdown[b-1fslomuywl] {
    position: relative;
}

    .dropdown > button[b-1fslomuywl] {
        background-color: transparent;
        border: none;
    }

.dropdown-menu[b-1fslomuywl] {
    right: 8px;
    overflow: auto !important;
    overflow-x: hidden !important;
    padding: 16px 4px;
    min-width: 180px;
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2000;
}

[b-1fslomuywl]::-webkit-scrollbar-track {
    margin-top: 7px !important;
}

[b-1fslomuywl]::-webkit-scrollbar-track {
    margin-top: 7px !important;
}

.dropdown-item[b-1fslomuywl] {
    color: #1B5592 !important;
}

    .dropdown-item:active[b-1fslomuywl] {
        background-color: #1B5592 !important;
        color: #fff !important;
    }

.dropdown-item-not-permitted[b-1fslomuywl] {
    color: #A9A9A9 !important;
}

.dropdown-item-disabled[b-1fslomuywl] {
    color: #668CB3 !important;
    font-style: italic !important;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1fslomuywl] {
        display: none;
    }

    .top-row.auth[b-1fslomuywl] {
        justify-content: space-between;
    }

    .top-row[b-1fslomuywl]  a, .top-row[b-1fslomuywl]  .btn-link {
        margin-left: 0;
    }

    .ls-article[b-1fslomuywl] {
        padding: .5rem !important;
        margin: 0 !important;
        margin-top: 61px !important;
        margin-bottom: 54px !important;
        height: auto !important;
        overflow: visible !important;
    }

    .sidebar[b-1fslomuywl] {
        height: 100vh !important;
    }
}

@media (min-width: 641px) {
    .page[b-1fslomuywl] {
        flex-direction: row;
    }

    .sidebar[b-1fslomuywl] {
        width: 250px;
        position: sticky;
        top: 0;
        height: auto;
        font-weight: 500;
        border: none;
        cursor: pointer;
        outline: none;
        height: auto !important;
        min-height: calc(100vh - 143px);
    }

        .sidebar.overflow[b-1fslomuywl] {
            width: 200px;
        }

    .top-row[b-1fslomuywl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-1fslomuywl]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    /* .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    } */

    main[b-1fslomuywl] {
        height: auto !important;
        min-height: calc(100vh - 72px);
    }
}

.sidebarOnMouse[b-1fslomuywl] {
    position: sticky;
    top: 0;
    font-weight: 500;
    border: none;
    height: auto !important;
    min-height: calc(100vh - 143px);
    /*transition: all 0.5s ease 0s;*/
    cursor: pointer;
    outline: none;
    overflow: visible;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

main .sidebar[b-1fslomuywl] {
    position: absolute;
    top: 0;
    right: 55px;
    font-size: 36px;
    margin-left: 50px;
}

.iconFixa-menu[b-1fslomuywl] {
    font-size: 18px;
}

    .iconFixa-menu:hover[b-1fslomuywl] {
        color: #FFCD56 !important;
    }

li > div:hover[b-1fslomuywl] {
    color: #F5A400;
}

.OcultarTextos[b-1fslomuywl] {
    width: 250px;
}

.scrollbox[b-1fslomuywl] {
    visibility: hidden;
}

    .scrollbox-inner[b-1fslomuywl], .scrollbox:hover[b-1fslomuywl] {
        visibility: visible;
    }






@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(1.1);
    }

    50% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
    }

    25% {
        -ms-transform: scale(1.1);
    }

    50% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes pulse {

    0% {
        -o-transform: scale(1);
    }

    25% {
        -o-transform: scale(1.1);
    }

    50% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse-b-1fslomuywl {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.sidebarOnMouse[b-1fslomuywl] {
    position: sticky;
    top: 0;
    font-weight: 500;
    border: none;
    height: auto !important;
    min-height: calc(100vh - 143px);
    cursor: pointer;
    outline: none;
    overflow: visible;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

main .sidebar[b-1fslomuywl] {
    position: absolute;
    top: 0;
    right: 55px;
    font-size: 36px;
    margin-left: 50px;
}

.iconFixa-menu[b-1fslomuywl] {
    font-size: 18px;
}

    .iconFixa-menu:hover[b-1fslomuywl] {
        color: #FFCD56 !important;
    }

li > div:hover[b-1fslomuywl] {
    color: #F5A400;
}

.OcultarTextos[b-1fslomuywl] {
    width: 250px;
}

.scrollbox[b-1fslomuywl] {
    visibility: hidden;
}

    .scrollbox-inner[b-1fslomuywl], .scrollbox:hover[b-1fslomuywl] {
        visibility: visible;
    }

.btnIconBell[b-1fslomuywl] {
    background-color: #f7f9fe;
    border-color: #f7f9fe;
}

.bg-Notificacao[b-1fslomuywl] {
    background-color: #038cbd !important;
}

.bi-bell[b-1fslomuywl], .bi-bell-fill[b-1fslomuywl] {
    font-size: 17px;
}

.badge[b-1fslomuywl] {
    font-size: 11px;
}

.bi-bell-fill-animacao[b-1fslomuywl] {
    -webkit-animation: pulse 2s ease infinite;
    -moz-animation: pulse 2s ease infinite;
    -ms-animation: pulse 2s ease infinite;
    -o-animation: pulse 2s ease infinite;
    animation: pulse-b-1fslomuywl 2s ease infinite;
}

.vr[b-1fslomuywl] {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    height: 100%;
    background-color: currentcolor;
}

.col-vr[b-1fslomuywl] {
    padding: 8px 0px 8px 0px;
}
/* /Shared/Layout/LayoutPreferencias.razor.rz.scp.css */
.page[b-fcwxmsu2zr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fcwxmsu2zr] {
    flex: 1;
    overflow: hidden;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.dropdown[b-fcwxmsu2zr] {
    position: relative;
}

    .dropdown > button[b-fcwxmsu2zr] {
        background-color: transparent;
        border: none;
    }

.dropdown-menu[b-fcwxmsu2zr] {
    right: 8px;
    overflow: hidden !important;
    padding: 16px 4px;
    min-width: 200px;
    border: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

[b-fcwxmsu2zr]::-webkit-scrollbar-track {
    margin-top: 7px !important;
}

[b-fcwxmsu2zr]::-webkit-scrollbar-track {
    margin-top: 7px !important;
}

.dropdown-item[b-fcwxmsu2zr] {
    color: #1B5592 !important;
}

    .dropdown-item:active[b-fcwxmsu2zr] {
        background-color: #1B5592 !important;
        color: #fff !important;
    }

.dropdown-item-not-permitted[b-fcwxmsu2zr] {
    color: #A9A9A9 !important;
}

.dropdown-item-disabled[b-fcwxmsu2zr] {
    color: #668CB3 !important;
    font-style: italic !important;
}

@media (min-width: 641px) {
    .page[b-fcwxmsu2zr] {
        flex-direction: row;
    }
}

@media (max-height: 640.98px) {
    main[b-fcwxmsu2zr] {
        height: 100vh !important;
    }
}

@media (min-height: 641px) {
    main[b-fcwxmsu2zr] {
        height: calc(100vh - 72px) !important;
    }
}
