/* /Layout/HomeLayout.razor.rz.scp.css */
body[b-fyqwdnp8vc] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-fyqwdnp8vc] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-fyqwdnp8vc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-fyqwdnp8vc] {
        margin: 0;
    }

.link[b-fyqwdnp8vc] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-fyqwdnp8vc] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-fyqwdnp8vc] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-ate8byhqgt], body[b-ate8byhqgt] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important; /* Previne scroll horizontal */
}

/* Force o box-sizing em TUDO */
*[b-ate8byhqgt], *[b-ate8byhqgt]::before, *[b-ate8byhqgt]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* Container principal - FORÇA 100% da largura da viewport */
.container[b-ate8byhqgt] {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important; /* 100% da largura da viewport */
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Header - ocupa 100% da largura */
.header[b-ate8byhqgt] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

    .header h1[b-ate8byhqgt] {
        margin: 0 !important;
    }

.link[b-ate8byhqgt] {
    color: orange !important;
    text-decoration: none !important;
    font-size: 16px !important;
    margin-left: auto !important;
}

/* CRÍTICO: Main content - ZERO de tudo, 100% da largura */
.main-content[b-ate8byhqgt] {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important; /* ZERO padding */
    margin: 0 !important; /* ZERO margin */
    flex-grow: 1 !important;
    width: 100% !important; /* 100% da largura */
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important; /* Previne overflow horizontal */
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Footer - ocupa 100% da largura */
.footer[b-ate8byhqgt] {
    background-color: #000000 !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Previne qualquer elemento filho de causar overflow */
.main-content > *[b-ate8byhqgt],
.container > *[b-ate8byhqgt] {
    max-width: 100% !important;
}

/* Se o Blazor adicionar divs extras, force-as também */
#app[b-ate8byhqgt] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* /Layout/LogoffLayout.razor.rz.scp.css */
body[b-o6u6hm2o2l] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-o6u6hm2o2l] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-o6u6hm2o2l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-o6u6hm2o2l] {
        margin: 0;
    }

.link[b-o6u6hm2o2l] {
    color: orange;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-o6u6hm2o2l] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-o6u6hm2o2l] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-32w54dm9w0], body[b-32w54dm9w0] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: black !important;
    color: white;
    font-family: Arial, sans-serif;
    overflow-x: hidden !important; /* Previne scroll horizontal */
}

/* Force o box-sizing em TUDO */
*[b-32w54dm9w0], *[b-32w54dm9w0]::before, *[b-32w54dm9w0]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* Container principal - FORÇA 100% da largura da viewport */
.container[b-32w54dm9w0] {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    /*height: 100vh !important;*/
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important; /* 100% da largura da viewport */
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Header - ocupa 100% da largura */
.header[b-32w54dm9w0] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important; /*Este item NÃO deve encolher, mesmo que o contêiner fique pequeno.*/
}

    .header h1[b-32w54dm9w0] {
        margin: 0 !important;
    }

/* Container para os links - alinhado à direita */
.header-links[b-32w54dm9w0] {
    display: flex !important;
    gap: 10px !important; /* Espaçamento de 10px entre os links */
    align-items: center !important;
    margin-left: auto !important; /* Empurra os links para a direita */
}

.link[b-32w54dm9w0] {
    color: orange !important;
    text-decoration: none !important;
    font-size: 16px !important;
    margin-left: auto !important;
}

/* CRÍTICO: Main content - ZERO de tudo, 100% da largura */
.main-content[b-32w54dm9w0] {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important; /* ZERO padding */
    margin: 0 !important; /* ZERO margin */
    flex-grow: 1 !important;
    width: 100% !important; /* 100% da largura */
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important; /* Previne overflow horizontal */
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
}

/* Footer - ocupa 100% da largura */
.footer[b-32w54dm9w0] {
    background-color: #000000 !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important; /*Este item NÃO deve encolher, mesmo que o contêiner fique pequeno.*/
}

/* Previne qualquer elemento filho de causar overflow */
.main-content > *[b-32w54dm9w0],
.container > *[b-32w54dm9w0] {
    max-width: 100% !important;
}

/* Se o Blazor adicionar divs extras, force-as também */
#app[b-32w54dm9w0] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* /Layout/MenuLayout.razor.rz.scp.css */
.page[b-gp9mfskyrp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gp9mfskyrp] {
    flex: 1;
}

.sidebar[b-gp9mfskyrp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gp9mfskyrp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gp9mfskyrp]  a, .top-row[b-gp9mfskyrp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gp9mfskyrp]  a:hover, .top-row[b-gp9mfskyrp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gp9mfskyrp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gp9mfskyrp] {
        justify-content: space-between;
    }

    .top-row[b-gp9mfskyrp]  a, .top-row[b-gp9mfskyrp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gp9mfskyrp] {
        flex-direction: row;
    }

    .sidebar[b-gp9mfskyrp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gp9mfskyrp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gp9mfskyrp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gp9mfskyrp], article[b-gp9mfskyrp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-swnv0w77ag] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-swnv0w77ag] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}

/* Mensagem de boas-vindas */
.welcome-message[b-swnv0w77ag] {
    font-size: 20px;
    margin-bottom: 30px;
    color: #444;
}

/* Caixa de saldo */
.balance-box[b-swnv0w77ag] {
    background-color: #eaeaea;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.balance-label[b-swnv0w77ag] {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.balance-amount[b-swnv0w77ag] {
    font-size: 42px;
    font-weight: bold;
    color: darkorange;
}

/* Background dos botões de ação */
.action-background[b-swnv0w77ag] {
    position: relative;
    background-image: url('/images/bkgBottons.png');
    background-repeat: repeat-x;
    height: 50px;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden; /* Mantém a imagem dentro do border-radius */
    box-sizing: border-box;
}

/* Container dos botões de ação */
.action-buttons[b-swnv0w77ag] {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    gap: 20px;
    height: 100%;
}

/* Botões de ação */
.action-button[b-swnv0w77ag] {
    width: 160px;
    height: 50px;
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .action-button:hover[b-swnv0w77ag] {
        background-color: #ff7b00;
    }

    .action-button:focus[b-swnv0w77ag] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

/* Seção de pagamentos recentes */
.recent-payments[b-swnv0w77ag] {
    width: 100%;
}

    .recent-payments h4[b-swnv0w77ag] {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

/* Lista de pagamentos */
.payments-list[b-swnv0w77ag] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}

/* Item individual de pagamento */
.payment-item[b-swnv0w77ag] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}

    .payment-item:nth-child(odd)[b-swnv0w77ag] {
        background-color: #f8f8f8;
    }

/* Informações do pagamento */
.payment-store[b-swnv0w77ag] {
    font-size: 16px;
    color: #333;
}

.payment-date[b-swnv0w77ag] {
    font-size: 14px;
    color: #777;
}

.payment-amount[b-swnv0w77ag] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

/* Link "Ver todos" */
.see-all-link[b-swnv0w77ag] {
    display: block;
    text-align: right;
    color: darkorange;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .see-all-link:hover[b-swnv0w77ag] {
        color: #ff7b00;
    }

/* Mensagem quando não há pagamentos */
.no-payments[b-swnv0w77ag] {
    color: #777;
    font-style: italic;
    text-align: center;
    padding: 40px 0;
}

/* Responsividade - mesmo padrão do LoginByPhone */
@media (max-width: 768px) {
    .page-content[b-swnv0w77ag] {
        padding: 1.5rem;
    }

    .action-background[b-swnv0w77ag] {
        height: auto;
        padding: 10px;
    }

    .action-buttons[b-swnv0w77ag] {
        position: relative;
        right: 0;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .action-button[b-swnv0w77ag] {
        width: 100%;
    }

    .payment-item[b-swnv0w77ag] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .payment-amount[b-swnv0w77ag] {
        text-align: left;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .page-content[b-swnv0w77ag] {
        padding: 1rem;
    }

    .balance-amount[b-swnv0w77ag] {
        font-size: 32px;
    }

    .welcome-message[b-swnv0w77ag] {
        font-size: 18px;
    }
}
/* /Pages/LoginByPhone.razor.rz.scp.css */
/* Container principal do formulário - ADICIONA espaçamento INTERNO */
.login-form[b-d238yowtz1] {
    display: flex;
    flex-direction: column;
    width: 100%; /* ← 100% da largura disponível */
    max-width: 960px; /* ← Limita largura máxima para legibilidade */
    margin: 0 auto; /* ← Centraliza horizontalmente */
    padding: 2rem; /* ← Espaçamento INTERNO (não cria bordas externas) */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* ← CRÍTICO: padding incluído na largura */
}

h3[b-d238yowtz1] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}

hr[b-d238yowtz1] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}

/* Texto introdutório */
.intro-text[b-d238yowtz1] {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

/* Form groups */
.form-group[b-d238yowtz1] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label[b-d238yowtz1] {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }

    /* Form controls */
    [b-d238yowtz1] .form-control,
    .form-group .form-control[b-d238yowtz1] {
        width: 100%;
        height: 35px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #f9f9f9;
        box-sizing: border-box;
    }

        [b-d238yowtz1] .form-control:focus,
        .form-group .form-control:focus[b-d238yowtz1] {
            outline: none;
            border-color: #FF8C00;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25);
        }

/* Mensagens de validação */
[b-d238yowtz1] .validation-message,
.validation-message[b-d238yowtz1] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Container do botão */
.button-container[b-d238yowtz1] {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

/* Botões de ação */
.buttonAction[b-d238yowtz1],
.buttonEfect[b-d238yowtz1] {
    width: 130px;
    height: 35px;
    background-color: #FF8C00;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .buttonAction:hover[b-d238yowtz1],
    .buttonEfect:hover[b-d238yowtz1] {
        background-color: #e67e00;
    }

    .buttonAction:focus[b-d238yowtz1],
    .buttonEfect:focus[b-d238yowtz1] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

/* Alertas de erro */
.alert[b-d238yowtz1] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger[b-d238yowtz1] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Link de assinatura centralizado */
.centralizar-link[b-d238yowtz1] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 10px;
}

[b-d238yowtz1] .nav-link {
    color: #FF8C00;
    font-size: 14px;
    text-decoration: none;
}

    [b-d238yowtz1] .nav-link:hover {
        color: #e67e00;
        text-decoration: underline;
    }

/* Responsividade */
@media (max-width: 768px) {
    .login-form[b-d238yowtz1] {
        padding: 1.5rem; /* Menos padding em telas pequenas */
    }

    .button-container[b-d238yowtz1] {
        justify-content: center;
    }

    .buttonAction[b-d238yowtz1],
    .buttonEfect[b-d238yowtz1] {
        width: 100%;
        max-width: 250px;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .login-form[b-d238yowtz1] {
        padding: 1rem;
    }
}
/* /Pages/PayBox/PayBoxBalance.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-nm97e2tw35] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-nm97e2tw35] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}



.recent-payments h4[b-nm97e2tw35] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.payments-list[b-nm97e2tw35] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-item[b-nm97e2tw35] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
}

    .payment-item:nth-child(odd)[b-nm97e2tw35] {
        background-color: #f8f8f8;
    }

.payment-store[b-nm97e2tw35] {
    font-size: 16px;
    color: #333;
}

.payment-date[b-nm97e2tw35] {
    font-size: 14px;
    color: #777;
}

.payment-amount[b-nm97e2tw35] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.see-all-link[b-nm97e2tw35] {
    display: block;
    text-align: right;
    color: darkorange;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
}

.no-payments[b-nm97e2tw35] {
    color: #777;
    font-style: italic;
}

/* Responsividade - mesmo padrão do LoginByPhone */
@media (max-width: 768px) {
    .page-content[b-nm97e2tw35] {
        padding: 1.5rem;
    }

    .action-background[b-nm97e2tw35] {
        height: auto;
        padding: 10px;
    }

    .action-buttons[b-nm97e2tw35] {
        position: relative;
        right: 0;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .action-button[b-nm97e2tw35] {
        width: 100%;
    }

    .payment-item[b-nm97e2tw35] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .payment-amount[b-nm97e2tw35] {
        text-align: left;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .page-content[b-nm97e2tw35] {
        padding: 1rem;
    }

    /*.balance-amount {
        font-size: 32px;
    }*/
}


/* /Pages/PayBox/PayBoxReload.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-nsv7gzsa4q] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-nsv7gzsa4q] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}

/* Botões de ação */
.action-button[b-nsv7gzsa4q] {
    width: 160px;
    height: 50px;
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .action-button:hover[b-nsv7gzsa4q] {
        background-color: #ff7b00;
    }

    .action-button:focus[b-nsv7gzsa4q] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

.TableRow2ButtonActionLeft[b-nsv7gzsa4q] {
    width: 50%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 0px 0px 5px;
    background-color: #ffffff;
    text-align: left;
}

.TableRow2ButtonActionRight[b-nsv7gzsa4q] {
    width: 50%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 5px 0px 0px;
    background-color: #ffffff;
    text-align: right;
}

.buttonAction[b-nsv7gzsa4q] {
    background-color: #FF8C00;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonGoBack[b-nsv7gzsa4q] {
    background-color: #FF9933;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}


.buttonCancel[b-nsv7gzsa4q] {
    background-color: #ff0000;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonEfect:hover[b-nsv7gzsa4q] {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
/* /Pages/PayMail/PayMailBox.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
/* Reset e Base */
*[b-ies8x3xuyt] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ies8x3xuyt] {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #333;
}

/* Container principal - ALTERADO: removido min-height que causava o problema */
.page-content[b-ies8x3xuyt] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    /* REMOVIDO: min-height: calc(100vh - 200px); */
    /* Isso permitirá que o conteúdo cresça naturalmente */
}

/* Cabeçalho da página */
.page-header[b-ies8x3xuyt] {
    margin-bottom: 1.5rem;
}

.header-top[b-ies8x3xuyt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-ies8x3xuyt] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.unread-badge[b-ies8x3xuyt] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.header-actions[b-ies8x3xuyt] {
    display: flex;
    gap: 0.5rem;
}

.btn-header[b-ies8x3xuyt] {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-header:hover[b-ies8x3xuyt] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .btn-header.primary[b-ies8x3xuyt] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

        .btn-header.primary:hover[b-ies8x3xuyt] {
            background: #e67e00;
        }

.page-subtitle[b-ies8x3xuyt] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-ies8x3xuyt] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Filtros e busca */
.filters-section[b-ies8x3xuyt] {
    margin-bottom: 1.5rem;
}

.filters-row[b-ies8x3xuyt] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.filter-tabs[b-ies8x3xuyt] {
    display: flex;
    gap: 0.5rem;
}

.filter-tab[b-ies8x3xuyt] {
    padding: 0.5rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .filter-tab:hover[b-ies8x3xuyt] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .filter-tab.active[b-ies8x3xuyt] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

.search-container[b-ies8x3xuyt] {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-icon[b-ies8x3xuyt] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.search-input[b-ies8x3xuyt] {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

    .search-input:focus[b-ies8x3xuyt] {
        outline: none;
        border-color: #ff8c00;
    }

/* Toolbar de ações em lote */
.bulk-actions[b-ies8x3xuyt] {
    display: none;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    gap: 1rem;
}

    .bulk-actions.visible[b-ies8x3xuyt] {
        display: flex;
    }

.bulk-info[b-ies8x3xuyt] {
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
}

.bulk-buttons[b-ies8x3xuyt] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

/* Lista de emails - ALTERADO: permite crescimento natural */
.email-list[b-ies8x3xuyt] {
    display: flex;
    flex-direction: column;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    overflow: visible; /* ALTERADO: de hidden para visible */
    margin-bottom: 2rem; /* Adiciona espaço no final */
}

.email-item[b-ies8x3xuyt] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

    .email-item:last-child[b-ies8x3xuyt] {
        border-bottom: none;
    }

    /* Hover com cinza mais forte (#999999) */
    .email-item:hover[b-ies8x3xuyt] {
        background: #999999;
        color: white;
    }

    /* Emails não lidos com fundo cinza (#eaeaea) */
    .email-item.unread[b-ies8x3xuyt] {
        background: #eaeaea;
        font-weight: 600;
    }

        /* Hover sobre não lidos também usa #999999 */
        .email-item.unread:hover[b-ies8x3xuyt] {
            background: #999999;
            color: white;
        }

    .email-item.selected[b-ies8x3xuyt] {
        background: #ffe5cc;
    }

    /* Ajuste de cores no hover para manter legibilidade */
    .email-item:hover .email-from[b-ies8x3xuyt],
    .email-item:hover .email-subject[b-ies8x3xuyt],
    .email-item:hover .email-preview[b-ies8x3xuyt],
    .email-item:hover .attachment-icon[b-ies8x3xuyt] {
        color: white;
    }

    /* Data também fica branca no hover */
    .email-item:hover .email-date[b-ies8x3xuyt] {
        color: white !important;
    }

/* Checkbox */
.email-checkbox[b-ies8x3xuyt] {
    display: flex;
    align-items: center;
}

    .email-checkbox input[type="checkbox"][b-ies8x3xuyt] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: #ff8c00;
    }

/* Conteúdo principal do email */
.email-main[b-ies8x3xuyt] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.email-header[b-ies8x3xuyt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.email-from[b-ies8x3xuyt] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

.email-item.unread .email-from[b-ies8x3xuyt] {
    color: #000;
}

.attachment-icon[b-ies8x3xuyt] {
    color: #999;
    font-size: 0.875rem;
}

.email-subject[b-ies8x3xuyt] {
    font-size: 0.875rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email-item.unread .email-subject[b-ies8x3xuyt] {
    color: #333;
}

.email-preview[b-ies8x3xuyt] {
    font-size: 0.8rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Metadata do email */
.email-date[b-ies8x3xuyt] {
    font-size: 0.8rem;
    color: #999;
    white-space: nowrap;
    min-width: 80px;
    text-align: right;
}

.email-item.unread .email-date[b-ies8x3xuyt] {
    color: #ff8c00;
    font-weight: 600;
}

/* Ações do email */
.email-actions[b-ies8x3xuyt] {
    display: flex;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.email-item:hover .email-actions[b-ies8x3xuyt] {
    opacity: 1;
}

.email-item.selected .email-actions[b-ies8x3xuyt] {
    opacity: 1;
}

.action-btn[b-ies8x3xuyt] {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 1rem;
}

    .action-btn:hover[b-ies8x3xuyt] {
        background: #f0f0f0;
        color: #333;
    }

/* Ajuste para botões no hover da linha */
.email-item:hover .action-btn[b-ies8x3xuyt] {
    color: white;
    background: rgba(255, 255, 255, 0.2);
}

    .email-item:hover .action-btn:hover[b-ies8x3xuyt] {
        background: rgba(255, 255, 255, 0.3);
    }

.action-btn.delete:hover[b-ies8x3xuyt] {
    background: #ffebee;
    color: #c62828;
}

.email-item:hover .action-btn.delete:hover[b-ies8x3xuyt] {
    background: #c62828;
    color: white;
}

/* Estado vazio */
.empty-state[b-ies8x3xuyt] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-icon[b-ies8x3xuyt] {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #ddd;
}

.empty-state h3[b-ies8x3xuyt] {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state p[b-ies8x3xuyt] {
    color: #999;
    font-size: 0.875rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-ies8x3xuyt] {
        padding: 1rem;
    }

    .page-title[b-ies8x3xuyt] {
        font-size: 1.5rem;
    }

    .header-top[b-ies8x3xuyt] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters-row[b-ies8x3xuyt] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-tabs[b-ies8x3xuyt] {
        width: 100%;
    }

    .filter-tab[b-ies8x3xuyt] {
        flex: 1;
    }

    .email-item[b-ies8x3xuyt] {
        grid-template-columns: auto 1fr;
        gap: 0.75rem;
        padding: 0.875rem;
    }

    .email-date[b-ies8x3xuyt] {
        grid-column: 2;
        text-align: left;
        margin-top: 0.25rem;
    }

    .email-actions[b-ies8x3xuyt] {
        grid-column: 2;
        opacity: 1;
    }

    .email-preview[b-ies8x3xuyt] {
        display: none;
    }
}
/* /Pages/PayMail/PayMailDetails.razor.rz.scp.css */
/* Reset e Base */
*[b-73imthyz5p] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-73imthyz5p] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
}

/* Container principal */
.page-container[b-73imthyz5p] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    min-height: 100vh;
}

/* Barra de ações superior */
.action-bar[b-73imthyz5p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.back-button[b-73imthyz5p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .back-button:hover[b-73imthyz5p] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

.action-buttons[b-73imthyz5p] {
    display: flex;
    gap: 0.5rem;
}

.btn-action[b-73imthyz5p] {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-action:hover[b-73imthyz5p] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .btn-action.danger:hover[b-73imthyz5p] {
        border-color: #c62828;
        color: #c62828;
        background: #ffebee;
    }

/* Cabeçalho do email */
.email-header[b-73imthyz5p] {
    margin-bottom: 2rem;
}

.email-subject[b-73imthyz5p] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.email-meta[b-73imthyz5p] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.meta-row[b-73imthyz5p] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.meta-label[b-73imthyz5p] {
    font-weight: 600;
    color: #666;
    min-width: 80px;
    font-size: 0.875rem;
}

.meta-value[b-73imthyz5p] {
    color: #333;
    font-size: 0.875rem;
    flex: 1;
}

.sender-info[b-73imthyz5p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sender-avatar[b-73imthyz5p] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ff8c00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.sender-details[b-73imthyz5p] {
    display: flex;
    flex-direction: column;
}

.sender-name[b-73imthyz5p] {
    font-weight: 600;
    color: #333;
}

.sender-email[b-73imthyz5p] {
    font-size: 0.8rem;
    color: #999;
}

.email-date[b-73imthyz5p] {
    color: #999;
}

/* Divisor */
.divider[b-73imthyz5p] {
    height: 1px;
    background-color: #e0e0e0;
    margin: 2rem 0;
}

/* Corpo do email */
.email-body[b-73imthyz5p] {
    margin-bottom: 2rem;
}

.body-content[b-73imthyz5p] {
    padding: 1.5rem;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    white-space: pre-wrap;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
    font-family: 'Courier New', monospace;
}

/* Seção de anexos */
.attachments-section[b-73imthyz5p] {
    margin-top: 2rem;
}

.attachments-header[b-73imthyz5p] {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.attachments-list[b-73imthyz5p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.attachment-item[b-73imthyz5p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .attachment-item:hover[b-73imthyz5p] {
        border-color: #ff8c00;
        background: #fff8f0;
    }

.attachment-info[b-73imthyz5p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.attachment-icon[b-73imthyz5p] {
    width: 40px;
    height: 40px;
    background: #ff8c00;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.attachment-details[b-73imthyz5p] {
    display: flex;
    flex-direction: column;
}

.attachment-name[b-73imthyz5p] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.attachment-size[b-73imthyz5p] {
    font-size: 0.75rem;
    color: #999;
}

.attachment-download[b-73imthyz5p] {
    padding: 0.5rem 1rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .attachment-download:hover[b-73imthyz5p] {
        background: #e67e00;
    }

/* Estado vazio para anexos */
.no-attachments[b-73imthyz5p] {
    text-align: center;
    padding: 2rem;
    color: #999;
    font-size: 0.875rem;
    background: #fafafa;
    border: 1px dashed #ddd;
    border-radius: 4px;
}

/* Badge de não lido */
.unread-badge[b-73imthyz5p] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background: #ff8c00;
    color: white;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-container[b-73imthyz5p] {
        padding: 1rem;
    }

    .action-bar[b-73imthyz5p] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .action-buttons[b-73imthyz5p] {
        justify-content: space-between;
    }

    .btn-action[b-73imthyz5p] {
        flex: 1;
        justify-content: center;
    }

    .email-subject[b-73imthyz5p] {
        font-size: 1.25rem;
    }

    .meta-row[b-73imthyz5p] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .meta-label[b-73imthyz5p] {
        min-width: auto;
    }

    .attachment-item[b-73imthyz5p] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .attachment-download[b-73imthyz5p] {
        width: 100%;
    }
}

/* Ícones simples usando caracteres Unicode */
.icon-back[b-73imthyz5p]::before {
    content: "←";
}

.icon-archive[b-73imthyz5p]::before {
    content: "📦";
}

.icon-delete[b-73imthyz5p]::before {
    content: "🗑";
}

.icon-attachment[b-73imthyz5p]::before {
    content: "📎";
}

.icon-pdf[b-73imthyz5p]::before {
    content: "📄";
}

.icon-download[b-73imthyz5p]::before {
    content: "⬇";
}
/* /Pages/PayMail/PayMailInfo.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-xv2uc8icos] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-xv2uc8icos] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}
/* /Pages/Payments/MonthlyPayments.razor.rz.scp.css */
/* Reset básico */
*[b-avhpoo4ip8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-avhpoo4ip8] {
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 0;
    margin: 0;
}

/* Container principal */
.page-content[b-avhpoo4ip8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho */
.page-header[b-avhpoo4ip8] {
    margin-bottom: 2rem;
}

.header-top[b-avhpoo4ip8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-avhpoo4ip8] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.month-selector[b-avhpoo4ip8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f8f8f8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

    .month-selector select[b-avhpoo4ip8] {
        border: none;
        background: transparent;
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        padding: 0.25rem;
        outline: none;
    }

    .month-selector .icon[b-avhpoo4ip8] {
        font-size: 1.25rem;
    }

.page-nav[b-avhpoo4ip8] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-avhpoo4ip8] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link.active[b-avhpoo4ip8] {
        color: #4caf50;
        border-color: #4caf50;
    }

    .nav-link:not(.active):hover[b-avhpoo4ip8] {
        background: #f8f8f8;
    }

.page-subtitle[b-avhpoo4ip8] {
    font-size: 0.95rem;
    color: #666;
}

hr[b-avhpoo4ip8] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
}

/* Banner informativo */
.info-banner[b-avhpoo4ip8] {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon[b-avhpoo4ip8] {
    font-size: 1.5rem;
}

.info-banner-text[b-avhpoo4ip8] {
    flex: 1;
}

.info-banner-title[b-avhpoo4ip8] {
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-avhpoo4ip8] {
    color: #666;
    font-size: 0.875rem;
}

/* Cards de estatísticas */
.stats-grid[b-avhpoo4ip8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-avhpoo4ip8] {
    background: #f8f8f8;
    padding: 1.25rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 160px;
}

    .stat-card:hover[b-avhpoo4ip8] {
        border-color: #4caf50;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

.stat-label[b-avhpoo4ip8] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-avhpoo4ip8] {
    font-size: 1.75rem;
    font-weight: bold;
    color: #4caf50;
}

.stat-card.warning .stat-value[b-avhpoo4ip8] {
    color: #ff8c00;
}

.stat-card.info .stat-value[b-avhpoo4ip8] {
    color: #2196f3;
}

/* Filtros e ações */
.actions-bar[b-avhpoo4ip8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-avhpoo4ip8] {
    display: flex;
    gap: 0.5rem;
}

.filter-btn[b-avhpoo4ip8] {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .filter-btn:hover[b-avhpoo4ip8] {
        border-color: #4caf50;
        color: #4caf50;
    }

    .filter-btn.active[b-avhpoo4ip8] {
        background: #4caf50;
        color: white;
        border-color: #4caf50;
    }

.export-btn[b-avhpoo4ip8] {
    padding: 0.625rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .export-btn:hover[b-avhpoo4ip8] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Seções de cobranças */
.collections-section[b-avhpoo4ip8] {
    margin-bottom: 2rem;
}

.section-title[b-avhpoo4ip8] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-badge[b-avhpoo4ip8] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Cards de cobrança */
.collection-card[b-avhpoo4ip8] {
    background: white;
    border: 2px solid #e8f5e9;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

    .collection-card[b-avhpoo4ip8]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #4caf50;
        border-radius: 8px 0 0 8px;
    }

    .collection-card.urgent[b-avhpoo4ip8] {
        border-color: #fff3e0;
    }

        .collection-card.urgent[b-avhpoo4ip8]::before {
            background: #ff8c00;
        }

    .collection-card.paid[b-avhpoo4ip8] {
        opacity: 0.7;
        border-color: #e0e0e0;
    }

        .collection-card.paid[b-avhpoo4ip8]::before {
            background: #9e9e9e;
        }

    .collection-card:hover[b-avhpoo4ip8] {
        border-color: #4caf50;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

.card-header[b-avhpoo4ip8] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-title-section[b-avhpoo4ip8] {
    flex: 1;
    min-width: 250px;
}

.card-title[b-avhpoo4ip8] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card-subtitle[b-avhpoo4ip8] {
    font-size: 0.75rem;
    color: #999;
    font-family: 'Courier New', monospace;
}

.status-badge[b-avhpoo4ip8] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .status-badge.paid[b-avhpoo4ip8] {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .status-badge.scheduled[b-avhpoo4ip8] {
        background: #e3f2fd;
        color: #1565c0;
    }

    .status-badge.urgent[b-avhpoo4ip8] {
        background: #fff3e0;
        color: #e65100;
    }

    .status-badge.failed[b-avhpoo4ip8] {
        background: #ffebee;
        color: #c62828;
    }

.card-details[b-avhpoo4ip8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.detail-item[b-avhpoo4ip8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-avhpoo4ip8] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-avhpoo4ip8] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-avhpoo4ip8] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #4caf50;
    }

.installment-badge[b-avhpoo4ip8] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.card-footer[b-avhpoo4ip8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    gap: 1rem;
    flex-wrap: wrap;
}

.creditor-info[b-avhpoo4ip8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.creditor-avatar[b-avhpoo4ip8] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
}

.creditor-details .name[b-avhpoo4ip8] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.creditor-details .id[b-avhpoo4ip8] {
    font-size: 0.75rem;
    color: #999;
}

.card-actions[b-avhpoo4ip8] {
    display: flex;
    gap: 0.5rem;
}

.btn[b-avhpoo4ip8] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.btn-view[b-avhpoo4ip8] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-view:hover[b-avhpoo4ip8] {
        background: #e8f5e9;
        color: #2e7d32;
        border-color: #c8e6c9;
    }

.btn-pix[b-avhpoo4ip8] {
    background: #ff8c00;
    color: white;
}

    .btn-pix:hover[b-avhpoo4ip8] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-receipt[b-avhpoo4ip8] {
    background: #2196f3;
    color: white;
}

    .btn-receipt:hover[b-avhpoo4ip8] {
        background: #1976d2;
        box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
    }

/* Responsivo */
@media (max-width: 768px) {
    body[b-avhpoo4ip8] {
        padding: 0;
    }

    .page-content[b-avhpoo4ip8] {
        padding: 1rem;
    }

    .page-title[b-avhpoo4ip8] {
        font-size: 1.5rem;
    }

    .header-top[b-avhpoo4ip8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-grid[b-avhpoo4ip8] {
        flex-wrap: wrap;
    }

    .stat-card[b-avhpoo4ip8] {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 140px;
    }

    .actions-bar[b-avhpoo4ip8] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-avhpoo4ip8] {
        width: 100%;
        justify-content: space-between;
    }

    .card-details[b-avhpoo4ip8] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-avhpoo4ip8] {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-actions[b-avhpoo4ip8] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-avhpoo4ip8] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Payments/PayNow.razor.rz.scp.css */
/* Reset básico */
*[b-ctvr4t7rtp] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ctvr4t7rtp] {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Container principal */
.page-content[b-ctvr4t7rtp] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-ctvr4t7rtp] {
    margin-bottom: 1.5rem;
}

.header-top[b-ctvr4t7rtp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-ctvr4t7rtp] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-nav[b-ctvr4t7rtp] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-ctvr4t7rtp] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link:hover[b-ctvr4t7rtp] {
        background: #f8f8f8;
    }

.page-subtitle[b-ctvr4t7rtp] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-ctvr4t7rtp] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Card de Pagamento */
.payment-card[b-ctvr4t7rtp] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 2rem;
}

    .payment-card[b-ctvr4t7rtp]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

/* Cabeçalho do card */
.card-header[b-ctvr4t7rtp] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-ctvr4t7rtp] {
    flex: 1;
    margin-bottom: 1rem;
}

.card-title[b-ctvr4t7rtp] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

/* Seção do Credor */
.creditor-section[b-ctvr4t7rtp] {
    margin-bottom: 1.5rem;
}

.creditor-info[b-ctvr4t7rtp] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-ctvr4t7rtp] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.creditor-details .name[b-ctvr4t7rtp] {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.creditor-details .id[b-ctvr4t7rtp] {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.125rem;
}

/* Seção de Valor */
.amount-section[b-ctvr4t7rtp] {
    margin-bottom: 1.5rem;
}

.amount-display[b-ctvr4t7rtp] {
    text-align: center;
    margin: 1.5rem 0;
}

/* Detalhes do card */
.card-details[b-ctvr4t7rtp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-ctvr4t7rtp] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-ctvr4t7rtp] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-ctvr4t7rtp] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-ctvr4t7rtp] {
        font-size: 2.5rem;
        font-weight: bold;
        color: #ff8c00;
    }

.installment-badge[b-ctvr4t7rtp] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.status-badge[b-ctvr4t7rtp] {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .status-badge.pending[b-ctvr4t7rtp] {
        background: #fff3e0;
        color: #e65100;
    }

/* Seção QR Code */
.qrcode-section[b-ctvr4t7rtp] {
    margin-bottom: 1.5rem;
}

.qrcode-container[b-ctvr4t7rtp] {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.qrcode-image[b-ctvr4t7rtp] {
    width: 280px;
    height: 280px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    background: white;
}

.qrcode-instruction[b-ctvr4t7rtp] {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
}

/* Seção Payload */
.payload-section[b-ctvr4t7rtp] {
    margin-bottom: 1.5rem;
}

.payload-container[b-ctvr4t7rtp] {
    margin-bottom: 1rem;
}

.payload-text[b-ctvr4t7rtp] {
    width: 100%;
    min-height: 120px;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    color: #333;
    resize: vertical;
    background: #f8f8f8;
    line-height: 1.6;
}

    .payload-text:focus[b-ctvr4t7rtp] {
        outline: none;
        border-color: #ff8c00;
    }

.payload-instruction[b-ctvr4t7rtp] {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
}

/* Ações */
.actions[b-ctvr4t7rtp] {
    display: flex;
    gap: 0.625rem;
    margin-top: 1rem;
}

.actions-footer[b-ctvr4t7rtp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

/* Seção de Categoria */
.category-section[b-ctvr4t7rtp] {
    margin-bottom: 1.5rem;
}

.category-label[b-ctvr4t7rtp] {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.category-select[b-ctvr4t7rtp] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .category-select:hover[b-ctvr4t7rtp] {
        border-color: #ff8c00;
    }

    .category-select:focus[b-ctvr4t7rtp] {
        outline: none;
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
    }

/* Grupo de Input da Categoria */
.category-input-group[b-ctvr4t7rtp] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.btn-new[b-ctvr4t7rtp] {
    padding: 0.75rem 1.25rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

    .btn-new:hover[b-ctvr4t7rtp] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

/* Linha de Botões */
.buttons-row[b-ctvr4t7rtp] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

/* Botões */
.btn[b-ctvr4t7rtp] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-ctvr4t7rtp] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-ctvr4t7rtp] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-approve[b-ctvr4t7rtp] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-ctvr4t7rtp] {
        background: #45a049;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    }

.btn-secondary[b-ctvr4t7rtp] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-secondary:hover[b-ctvr4t7rtp] {
        background: #e0e0e0;
    }

/* Modal */
.modal-overlay[b-ctvr4t7rtp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-ctvr4t7rtp] {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-ctvr4t7rtp 0.3s ease;
}

@keyframes modalSlideIn-b-ctvr4t7rtp {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-ctvr4t7rtp] {
    padding: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.modal-title[b-ctvr4t7rtp] {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
}

.modal-body[b-ctvr4t7rtp] {
    padding: 1.5rem;
}

.form-group[b-ctvr4t7rtp] {
    margin-bottom: 1rem;
}

.form-label[b-ctvr4t7rtp] {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-input[b-ctvr4t7rtp] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

    .form-input:hover[b-ctvr4t7rtp] {
        border-color: #ff8c00;
    }

    .form-input:focus[b-ctvr4t7rtp] {
        outline: none;
        border-color: #ff8c00;
        box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
    }

.modal-footer[b-ctvr4t7rtp] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-ctvr4t7rtp] {
        padding: 1rem;
    }

    .page-title[b-ctvr4t7rtp] {
        font-size: 1.5rem;
    }

    .header-top[b-ctvr4t7rtp] {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-card[b-ctvr4t7rtp] {
        padding: 1.5rem;
    }

    .card-details[b-ctvr4t7rtp] {
        grid-template-columns: 1fr;
    }

    .qrcode-image[b-ctvr4t7rtp] {
        width: 240px;
        height: 240px;
    }

    .actions[b-ctvr4t7rtp] {
        flex-direction: column;
    }

    .actions-footer[b-ctvr4t7rtp] {
        flex-direction: column;
    }

    .buttons-row[b-ctvr4t7rtp] {
        flex-direction: column-reverse;
    }

    .btn[b-ctvr4t7rtp] {
        width: 100%;
        justify-content: center;
    }

    .category-input-group[b-ctvr4t7rtp] {
        flex-direction: column;
    }

    .modal[b-ctvr4t7rtp] {
        width: 95%;
    }

    .modal-footer[b-ctvr4t7rtp] {
        flex-direction: column-reverse;
    }

        .modal-footer .btn[b-ctvr4t7rtp] {
            width: 100%;
        }
}


/*Modal*/

.category-input-group[b-ctvr4t7rtp] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.btn-new[b-ctvr4t7rtp] {
    padding: 0.75rem 1.25rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}

    .btn-new:hover[b-ctvr4t7rtp] {
        background: #e67e00;
    }

.modal-overlay-wasm[b-ctvr4t7rtp] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
}

.modal-wasm[b-ctvr4t7rtp] {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000000 !important;
    position: relative;
}

.modal-header-wasm[b-ctvr4t7rtp] {
    padding: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.modal-title-wasm[b-ctvr4t7rtp] {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.modal-body-wasm[b-ctvr4t7rtp] {
    padding: 1.5rem;
}

.form-input-wasm[b-ctvr4t7rtp] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    font-family: Arial, sans-serif;
}

    .form-input-wasm:focus[b-ctvr4t7rtp] {
        outline: none;
        border-color: #ff8c00;
    }

.modal-footer-wasm[b-ctvr4t7rtp] {
    padding: 1rem 1.5rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Pages/ReceivedBills/ApprovedCollections.razor.rz.scp.css */
/* Reset básico */
*[b-p01fey7219] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-p01fey7219] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

/* Container principal */
.page-content[b-p01fey7219] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-p01fey7219] {
    margin-bottom: 1.5rem;
}

.header-top[b-p01fey7219] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-p01fey7219] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.approved-badge[b-p01fey7219] {
    background: #4caf50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-nav[b-p01fey7219] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-p01fey7219] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link.active[b-p01fey7219] {
        color: #4caf50;
        border-color: #4caf50;
    }

    .nav-link:not(.active):hover[b-p01fey7219] {
        background: #f8f8f8;
    }

.page-subtitle[b-p01fey7219] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-p01fey7219] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Info banner */
.info-banner[b-p01fey7219] {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon[b-p01fey7219] {
    font-size: 1.5rem;
}

.info-banner-text[b-p01fey7219] {
    flex: 1;
}

.info-banner-title[b-p01fey7219] {
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-p01fey7219] {
    color: #666;
    font-size: 0.875rem;
}

/* Estatísticas */
.stats-container[b-p01fey7219] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-p01fey7219] {
    background: #f8f8f8;
    padding: 1.25rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.stat-label[b-p01fey7219] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-p01fey7219] {
    font-size: 1.75rem;
    font-weight: bold;
    color: #4caf50;
}

/* Filtros e busca */
.filters-section[b-p01fey7219] {
    margin-bottom: 2rem;
}

.filters-row[b-p01fey7219] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.filter-group[b-p01fey7219] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn[b-p01fey7219] {
    padding: 0.5rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .filter-btn:hover[b-p01fey7219] {
        border-color: #4caf50;
        color: #4caf50;
    }

    .filter-btn.active[b-p01fey7219] {
        background: #4caf50;
        color: white;
        border-color: #4caf50;
    }

.search-container[b-p01fey7219] {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-icon[b-p01fey7219] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.875rem;
}

.search-input[b-p01fey7219] {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .search-input:focus[b-p01fey7219] {
        outline: none;
        border-color: #4caf50;
    }

.export-btn[b-p01fey7219] {
    padding: 0.625rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .export-btn:hover[b-p01fey7219] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Lista de cobranças */
.collections-list[b-p01fey7219] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.collection-card[b-p01fey7219] {
    background: white;
    border: 2px solid #e8f5e9;
    border-radius: 4px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

    .collection-card[b-p01fey7219]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #4caf50;
        border-radius: 4px 0 0 4px;
    }

    .collection-card:hover[b-p01fey7219] {
        border-color: #4caf50;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
    }

/* Cabeçalho do card */
.card-header[b-p01fey7219] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-p01fey7219] {
    flex: 1;
    min-width: 250px;
}

.card-title[b-p01fey7219] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card-subtitle[b-p01fey7219] {
    font-size: 0.75rem;
    color: #999;
    font-family: 'Courier New', monospace;
}

.status-badge[b-p01fey7219] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Detalhes do card */
.card-details[b-p01fey7219] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-p01fey7219] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-p01fey7219] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-p01fey7219] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-p01fey7219] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #4caf50;
    }

.installment-badge[b-p01fey7219] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.approval-info[b-p01fey7219] {
    background: #f1f8e9;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.25rem;
    border: 1px solid #dcedc8;
}

    .approval-info .label[b-p01fey7219] {
        font-size: 0.7rem;
        color: #689f38;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 0.25rem;
    }

    .approval-info .value[b-p01fey7219] {
        font-size: 0.875rem;
        color: #33691e;
        font-weight: 500;
    }

.debtor-section[b-p01fey7219] {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

/* Rodapé do card */
.card-footer[b-p01fey7219] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.creditor-info[b-p01fey7219] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-p01fey7219] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
}

.creditor-details .name[b-p01fey7219] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.creditor-details .id[b-p01fey7219] {
    font-size: 0.75rem;
    color: #999;
}

.actions[b-p01fey7219] {
    display: flex;
    gap: 0.625rem;
}

.btn[b-p01fey7219] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-p01fey7219] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-primary:hover[b-p01fey7219] {
        background: #e8f5e9;
        color: #2e7d32;
        border-color: #c8e6c9;
    }

.btn-pix[b-p01fey7219] {
    background: #ff8c00;
    color: white;
}

    .btn-pix:hover[b-p01fey7219] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-download[b-p01fey7219] {
    background: #2196f3;
    color: white;
}

    .btn-download:hover[b-p01fey7219] {
        background: #1976d2;
        box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
    }

/* Estado vazio */
.empty-state[b-p01fey7219] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-icon[b-p01fey7219] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-state h3[b-p01fey7219] {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state p[b-p01fey7219] {
    color: #999;
    font-size: 0.875rem;
}

.empty-state .btn[b-p01fey7219] {
    margin-top: 1.5rem;
}

/* Loading */
.loading[b-p01fey7219] {
    animation: pulse-b-p01fey7219 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-p01fey7219 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-p01fey7219] {
        padding: 1rem;
    }

    .page-title[b-p01fey7219] {
        font-size: 1.5rem;
    }

    .header-top[b-p01fey7219] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-container[b-p01fey7219] {
        grid-template-columns: 1fr;
    }

    .filters-row[b-p01fey7219] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-p01fey7219] {
        width: 100%;
    }

    .filter-btn[b-p01fey7219] {
        flex: 1;
    }

    .card-header[b-p01fey7219] {
        flex-direction: column;
    }

    .card-details[b-p01fey7219] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-p01fey7219] {
        flex-direction: column;
        align-items: flex-start;
    }

    .actions[b-p01fey7219] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-p01fey7219] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/ReceivedBills/Details.razor.rz.scp.css */
/* Reset básico */
*[b-fcjtgf2djq] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-fcjtgf2djq] {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Container principal */
.page-content[b-fcjtgf2djq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho */
.page-header[b-fcjtgf2djq] {
    margin-bottom: 1rem;
}

.header-top[b-fcjtgf2djq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.back-link[b-fcjtgf2djq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ff8c00;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .back-link:hover[b-fcjtgf2djq] {
        color: #e67e00;
    }

.page-title[b-fcjtgf2djq] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
}

.page-subtitle[b-fcjtgf2djq] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-fcjtgf2djq] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Alerta de status */
.status-alert[b-fcjtgf2djq] {
    padding: 1rem 1.25rem;
    background: #fff3e0;
    border-left: 4px solid #ff8c00;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.alert-content[b-fcjtgf2djq] {
    display: flex;
    gap: 1rem;
    align-items: start;
}

.alert-icon[b-fcjtgf2djq] {
    font-size: 1.5rem;
}

.alert-text[b-fcjtgf2djq] {
    flex: 1;
}

.alert-title[b-fcjtgf2djq] {
    font-weight: 700;
    color: #e65100;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.alert-description[b-fcjtgf2djq] {
    color: #666;
    font-size: 0.875rem;
}

/* Seções */
.section[b-fcjtgf2djq] {
    margin-bottom: 2rem;
}

.section-title[b-fcjtgf2djq] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

/* NOVO: Descrição em destaque */
.description-highlight[b-fcjtgf2djq] {
    background: #fff8f0;
    border: 2px solid #ffe4cc;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.description-label[b-fcjtgf2djq] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    display: block;
}

.description-value[b-fcjtgf2djq] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

/* Grid de informações */
.info-grid[b-fcjtgf2djq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.info-item[b-fcjtgf2djq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-label[b-fcjtgf2djq] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.info-value[b-fcjtgf2djq] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

    .info-value.highlight[b-fcjtgf2djq] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #ff8c00;
    }

.installment-box[b-fcjtgf2djq] {
    background: #f5f5f5;
    color: #666;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

/* Cards de partes */
.party-card[b-fcjtgf2djq] {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
}

.party-header[b-fcjtgf2djq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.party-avatar[b-fcjtgf2djq] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
}

.party-info h3[b-fcjtgf2djq] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.party-info .subtitle[b-fcjtgf2djq] {
    font-size: 0.8rem;
    color: #999;
}

/* Nota importante */
.note-box[b-fcjtgf2djq] {
    background: #fffbf0;
    border-left: 4px solid #ffa500;
    padding: 1.25rem;
    border-radius: 4px;
    margin-top: 1.5rem;
}

.note-title[b-fcjtgf2djq] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.note-text[b-fcjtgf2djq] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Seção de ações */
.action-section[b-fcjtgf2djq] {
    background: #f8f8f8;
    padding: 2rem;
    margin: 2rem -2rem -2rem;
    border-top: 2px solid #e0e0e0;
}

.action-title[b-fcjtgf2djq] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
}

.action-subtitle[b-fcjtgf2djq] {
    text-align: center;
    color: #999;
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

.action-buttons[b-fcjtgf2djq] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-fcjtgf2djq] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 180px;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.btn-approve[b-fcjtgf2djq] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-fcjtgf2djq] {
        background: #45a049;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    }

.btn-reject[b-fcjtgf2djq] {
    background: #f44336;
    color: white;
}

    .btn-reject:hover[b-fcjtgf2djq] {
        background: #da190b;
        box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
    }

.btn-secondary[b-fcjtgf2djq] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-fcjtgf2djq] {
        background: #f8f8f8;
        border-color: #ccc;
    }

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-fcjtgf2djq] {
        padding: 1rem;
    }

    .page-title[b-fcjtgf2djq] {
        font-size: 1.5rem;
    }

    .header-top[b-fcjtgf2djq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .description-value[b-fcjtgf2djq] {
        font-size: 1.25rem;
    }

    /* Grid de 5 colunas vira coluna única no mobile */
    .section > div[style*="grid-template-columns: repeat(5, 1fr)"][b-fcjtgf2djq] {
        grid-template-columns: 1fr !important;
    }

    .info-grid[b-fcjtgf2djq] {
        grid-template-columns: 1fr;
    }

    .action-section[b-fcjtgf2djq] {
        padding: 1.5rem 1rem;
        margin: 2rem -1rem -1rem;
    }

    .action-buttons[b-fcjtgf2djq] {
        flex-direction: column;
    }

    .btn[b-fcjtgf2djq] {
        width: 100%;
    }
}
/* /Pages/ReceivedBills/Listing.razor.rz.scp.css */
/* Container principal - Segue o mesmo padrão do Dashboard */
/*.page-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;*/ /* Espaçamento INTERNO - não cria bordas externas */
    /*background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;*/ /* CRÍTICO: padding incluído na largura */
    /*min-height: calc(100vh - 200px);*/ /* Ajustado para o layout */
/*}*/

/* Linha divisória */
/*hr {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}*/

/* Reset básico */
/* Reset básico */
*[b-qvnppyc2eu] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-qvnppyc2eu] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

/* Container principal */
.page-content[b-qvnppyc2eu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho da página */
.page-header[b-qvnppyc2eu] {
    margin-bottom: 1.5rem;
}

.header-top[b-qvnppyc2eu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-qvnppyc2eu] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pending-badge[b-qvnppyc2eu] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-nav[b-qvnppyc2eu] {
    display: flex;
    gap: 0.5rem;
}

.nav-link[b-qvnppyc2eu] {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .nav-link.active[b-qvnppyc2eu] {
        color: #ff8c00;
        border-color: #ff8c00;
    }

    .nav-link:not(.active):hover[b-qvnppyc2eu] {
        background: #f8f8f8;
    }

.page-subtitle[b-qvnppyc2eu] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
}

/* Linha divisória */
hr[b-qvnppyc2eu] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Alerta de ação */
.action-alert[b-qvnppyc2eu] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.action-alert-icon[b-qvnppyc2eu] {
    font-size: 1.5rem;
}

.action-alert-text[b-qvnppyc2eu] {
    flex: 1;
}

.action-alert-title[b-qvnppyc2eu] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.action-alert-description[b-qvnppyc2eu] {
    color: #666;
    font-size: 0.875rem;
}

/* Estatísticas - Simplificado para pendentes */
.stats-container[b-qvnppyc2eu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-qvnppyc2eu] {
    background: #f8f8f8;
    padding: 1.25rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.stat-label[b-qvnppyc2eu] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-qvnppyc2eu] {
    font-size: 1.75rem;
    font-weight: bold;
    color: #ff8c00;
}

.stat-card.urgent[b-qvnppyc2eu] {
    background: #fff3e0;
    border-color: #ff8c00;
}

    .stat-card.urgent .stat-value[b-qvnppyc2eu] {
        color: #e65100;
    }

/* Filtros e busca */
.filters-section[b-qvnppyc2eu] {
    margin-bottom: 2rem;
}

.filters-row[b-qvnppyc2eu] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.filter-group[b-qvnppyc2eu] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn[b-qvnppyc2eu] {
    padding: 0.5rem 1.25rem;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .filter-btn:hover[b-qvnppyc2eu] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .filter-btn.active[b-qvnppyc2eu] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

.search-container[b-qvnppyc2eu] {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-icon[b-qvnppyc2eu] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.875rem;
}

.search-input[b-qvnppyc2eu] {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .search-input:focus[b-qvnppyc2eu] {
        outline: none;
        border-color: #ff8c00;
    }

/* Lista de cobranças */
.collections-list[b-qvnppyc2eu] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.collection-card[b-qvnppyc2eu] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

    .collection-card[b-qvnppyc2eu]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

    .collection-card:hover[b-qvnppyc2eu] {
        border-color: #ff8c00;
        box-shadow: 0 4px 12px rgba(255, 140, 0, 0.15);
    }

    .collection-card.urgent[b-qvnppyc2eu] {
        border-color: #ff6b00;
        background: #fffbf7;
    }

        .collection-card.urgent[b-qvnppyc2eu]::before {
            background: #ff6b00;
        }

/* Cabeçalho do card */
.card-header[b-qvnppyc2eu] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-title-section[b-qvnppyc2eu] {
    flex: 1;
    min-width: 250px;
}

.card-title[b-qvnppyc2eu] {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.card-subtitle[b-qvnppyc2eu] {
    font-size: 0.75rem;
    color: #999;
    font-family: 'Courier New', monospace;
}

.urgency-badge[b-qvnppyc2eu] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .urgency-badge.high[b-qvnppyc2eu] {
        background: #ffebee;
        color: #c62828;
    }

    .urgency-badge.normal[b-qvnppyc2eu] {
        background: #fff3e0;
        color: #e65100;
    }

/* Detalhes do card */
.card-details[b-qvnppyc2eu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.detail-item[b-qvnppyc2eu] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-qvnppyc2eu] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-qvnppyc2eu] {
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
}

    .detail-value.amount[b-qvnppyc2eu] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #ff8c00;
    }

.installment-badge[b-qvnppyc2eu] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.debtor-section[b-qvnppyc2eu] {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

/* Rodapé do card */
.card-footer[b-qvnppyc2eu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.creditor-info[b-qvnppyc2eu] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.creditor-avatar[b-qvnppyc2eu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
}

.creditor-details .name[b-qvnppyc2eu] {
    font-weight: 600;
    color: #333;
    font-size: 0.875rem;
}

.creditor-details .id[b-qvnppyc2eu] {
    font-size: 0.75rem;
    color: #999;
}

.actions[b-qvnppyc2eu] {
    display: flex;
    gap: 0.625rem;
}

.btn[b-qvnppyc2eu] {
    padding: 0.625rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

.btn-primary[b-qvnppyc2eu] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-qvnppyc2eu] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-approve[b-qvnppyc2eu] {
    background: #4caf50;
    color: white;
}

    .btn-approve:hover[b-qvnppyc2eu] {
        background: #45a049;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
    }

.btn-reject[b-qvnppyc2eu] {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}

    .btn-reject:hover[b-qvnppyc2eu] {
        background: #ffebee;
        color: #c62828;
        border-color: #ffcdd2;
    }

/* Estado vazio */
.empty-state[b-qvnppyc2eu] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state-icon[b-qvnppyc2eu] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-state h3[b-qvnppyc2eu] {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state p[b-qvnppyc2eu] {
    color: #999;
    font-size: 0.875rem;
}

.empty-state .btn[b-qvnppyc2eu] {
    margin-top: 1.5rem;
}

/* Loading */
.loading[b-qvnppyc2eu] {
    animation: pulse-b-qvnppyc2eu 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-qvnppyc2eu {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-qvnppyc2eu] {
        padding: 1rem;
    }

    .page-title[b-qvnppyc2eu] {
        font-size: 1.5rem;
    }

    .header-top[b-qvnppyc2eu] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-container[b-qvnppyc2eu] {
        grid-template-columns: 1fr;
    }

    .filters-row[b-qvnppyc2eu] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-qvnppyc2eu] {
        width: 100%;
    }

    .filter-btn[b-qvnppyc2eu] {
        flex: 1;
    }

    .card-header[b-qvnppyc2eu] {
        flex-direction: column;
    }

    .card-details[b-qvnppyc2eu] {
        grid-template-columns: 1fr;
    }

    .card-footer[b-qvnppyc2eu] {
        flex-direction: column;
        align-items: flex-start;
    }

    .actions[b-qvnppyc2eu] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-qvnppyc2eu] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Reload.razor.rz.scp.css */
/* Container principal - Segue o mesmo padrão do Dashboard */
.page-content[b-9hlng5k4oy] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-9hlng5k4oy] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}
/* /Pages/Statement.razor.rz.scp.css */
/* Container principal - Segue o mesmo padrão do Dashboard */
.page-content[b-5gui7wmtjv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-5gui7wmtjv] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}
/* /Pages/Suppliers/SuppliersListing.razor.rz.scp.css */
*[b-qmxmvx7slf] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-qmxmvx7slf] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    min-height: 100vh;
}

/* Container principal - Segue o mesmo padrão do Dashboard */
.page-content[b-qmxmvx7slf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem; /* Espaçamento INTERNO - não cria bordas externas */
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box; /* CRÍTICO: padding incluído na largura */
    min-height: calc(100vh - 200px); /* Ajustado para o layout */
}

/* Linha divisória */
hr[b-qmxmvx7slf] {
    border: none !important;
    border-top: 1px solid black !important;
    margin: 1rem 0 !important;
    width: 100% !important;
    height: 0 !important;
    display: block !important;
}

/* Título h3 */
h3[b-qmxmvx7slf] {
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 0.5rem;
}

.container[b-qmxmvx7slf] {
    width: 100%;
}

/* Header */
.page-header[b-qmxmvx7slf] {
    background: white;
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e0e0e0;
}

.header-top[b-qmxmvx7slf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-title[b-qmxmvx7slf] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.title-icon[b-qmxmvx7slf] {
    width: 40px;
    height: 40px;
    background: #ff8c00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.header-actions[b-qmxmvx7slf] {
    display: flex;
    gap: 1rem;
}

.btn[b-qmxmvx7slf] {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-qmxmvx7slf] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-qmxmvx7slf] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

.btn-secondary[b-qmxmvx7slf] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-qmxmvx7slf] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Stats Cards */
.stats-grid[b-qmxmvx7slf] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-qmxmvx7slf] {
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #ff8c00;
}

.stat-label[b-qmxmvx7slf] {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.stat-value[b-qmxmvx7slf] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff8c00;
}

/* Search and Filters */
.search-filters[b-qmxmvx7slf] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-box[b-qmxmvx7slf] {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.search-input[b-qmxmvx7slf] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .search-input:focus[b-qmxmvx7slf] {
        outline: none;
        border-color: #ff8c00;
    }

.search-icon[b-qmxmvx7slf] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 1.25rem;
}

.filter-select[b-qmxmvx7slf] {
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    background: white;
    min-width: 180px;
    font-family: Arial, sans-serif;
}

    .filter-select:focus[b-qmxmvx7slf] {
        outline: none;
        border-color: #ff8c00;
    }

/* Creditors List */
.creditors-section[b-qmxmvx7slf] {
    background: white;
    border-radius: 4px;
    padding: 2rem;
    border: 1px solid #e0e0e0;
}

.section-header[b-qmxmvx7slf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #edf2f7;
}

.section-title[b-qmxmvx7slf] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.result-count[b-qmxmvx7slf] {
    font-size: 0.875rem;
    color: #666;
    background: #f8f8f8;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

/* Creditor Card */
.creditor-card[b-qmxmvx7slf] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    .creditor-card[b-qmxmvx7slf]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background: #ff8c00;
        border-radius: 4px 0 0 4px;
    }

    .creditor-card:hover[b-qmxmvx7slf] {
        border-color: #ff8c00;
        box-shadow: 0 4px 12px rgba(255, 140, 0, 0.15);
    }

.creditor-header[b-qmxmvx7slf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.creditor-main-info[b-qmxmvx7slf] {
    flex: 1;
}

.creditor-name[b-qmxmvx7slf] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.creditor-avatar[b-qmxmvx7slf] {
    width: 48px;
    height: 48px;
    background: #ff8c00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.creditor-fantasy-name[b-qmxmvx7slf] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.creditor-cnpj[b-qmxmvx7slf] {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 0.375rem 0.75rem;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    border: 1px solid #e0e0e0;
}

.creditor-actions[b-qmxmvx7slf] {
    display: flex;
    gap: 0.75rem;
}

.btn-icon[b-qmxmvx7slf] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

    .btn-icon:hover[b-qmxmvx7slf] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

.creditor-details[b-qmxmvx7slf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

.detail-item[b-qmxmvx7slf] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-qmxmvx7slf] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.detail-value[b-qmxmvx7slf] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.detail-icon[b-qmxmvx7slf] {
    color: #ff8c00;
    font-size: 0.875rem;
}

.creditor-footer[b-qmxmvx7slf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

.spid-badge[b-qmxmvx7slf] {
    background: #f5f5f5;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #666;
    font-family: 'Courier New', monospace;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}

.btn-details[b-qmxmvx7slf] {
    padding: 0.625rem 1.5rem;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

    .btn-details:hover[b-qmxmvx7slf] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
    }

/* Pagination */
.pagination[b-qmxmvx7slf] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-btn[b-qmxmvx7slf] {
    padding: 0.625rem 1rem;
    border: 2px solid #e2e8f0;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #666;
    font-family: Arial, sans-serif;
}

    .pagination-btn:hover:not(:disabled)[b-qmxmvx7slf] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .pagination-btn:disabled[b-qmxmvx7slf] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination-btn.active[b-qmxmvx7slf] {
        background: #ff8c00;
        color: white;
        border-color: transparent;
    }

.page-info[b-qmxmvx7slf] {
    padding: 0.625rem 1rem;
    color: #666;
    font-size: 0.875rem;
}

/* Empty State */
.empty-state[b-qmxmvx7slf] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-qmxmvx7slf] {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-title[b-qmxmvx7slf] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.5rem;
}

.empty-text[b-qmxmvx7slf] {
    color: #999;
    font-size: 1rem;
}

/* Loading State */
.loading[b-qmxmvx7slf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.spinner[b-qmxmvx7slf] {
    width: 50px;
    height: 50px;
    border: 4px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-qmxmvx7slf 1s linear infinite;
}

@keyframes spin-b-qmxmvx7slf {
    to {
        transform: rotate(360deg);
    }
}

.loading-text[b-qmxmvx7slf] {
    margin-top: 1rem;
    color: #666;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .page-content[b-qmxmvx7slf] {
        padding: 1rem;
    }

    h3[b-qmxmvx7slf] {
        font-size: 1.25rem;
    }

    .page-header[b-qmxmvx7slf] {
        padding: 1.5rem;
    }

    .header-top[b-qmxmvx7slf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .page-title[b-qmxmvx7slf] {
        font-size: 1.5rem;
    }

    .stats-grid[b-qmxmvx7slf] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .search-filters[b-qmxmvx7slf] {
        flex-direction: column;
    }

    .search-box[b-qmxmvx7slf] {
        min-width: 100%;
    }

    .filter-select[b-qmxmvx7slf] {
        width: 100%;
    }

    .creditor-header[b-qmxmvx7slf] {
        flex-direction: column;
    }

    .creditor-actions[b-qmxmvx7slf] {
        width: 100%;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    .creditor-details[b-qmxmvx7slf] {
        grid-template-columns: 1fr;
    }

    .creditor-footer[b-qmxmvx7slf] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

/* Mobile muito pequeno (portrait) */
@media (max-width: 480px) {
    .stats-grid[b-qmxmvx7slf] {
        grid-template-columns: 1fr;
    }

    .stat-value[b-qmxmvx7slf] {
        font-size: 1.25rem;
    }
}
