/* /Layout/HomeLayout.razor.rz.scp.css */
body[b-rw1oa87peu] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-rw1oa87peu] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-rw1oa87peu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-rw1oa87peu] {
        margin: 0;
    }

.link[b-rw1oa87peu] {
    color: #e94e1b;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-rw1oa87peu] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-rw1oa87peu] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-evzf72yyvr], body[b-evzf72yyvr] {
    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-evzf72yyvr], *[b-evzf72yyvr]::before, *[b-evzf72yyvr]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* Container principal - FORÇA 100% da largura da viewport */
.container[b-evzf72yyvr] {
    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-evzf72yyvr] {
    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-evzf72yyvr] {
        margin: 0 !important;
    }

.link[b-evzf72yyvr] {
    color: #e94e1b !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-evzf72yyvr] {
    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-evzf72yyvr] {
    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-evzf72yyvr],
.container > *[b-evzf72yyvr] {
    max-width: 100% !important;
}

/* Se o Blazor adicionar divs extras, force-as também */
#app[b-evzf72yyvr] {
    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-8x5scjlnql] {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

.container[b-8x5scjlnql] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.header[b-8x5scjlnql] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

    .header h1[b-8x5scjlnql] {
        margin: 0;
    }

.link[b-8x5scjlnql] {
    color: #e94e1b;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto; /* Adiciona margem automática à esquerda para empurrar o link para a direita */
}

.main-content[b-8x5scjlnql] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.footer[b-8x5scjlnql] {
    text-align: center;
    padding: 10px 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Reset agressivo para corrigir HTML aninhado do Blazor */
html[b-znh5juyv3l], body[b-znh5juyv3l] {
    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-znh5juyv3l], *[b-znh5juyv3l]::before, *[b-znh5juyv3l]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* Container principal - FOR�A 100% da largura da viewport */
.container[b-znh5juyv3l] {
    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-znh5juyv3l] {
    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-znh5juyv3l] {
        margin: 0 !important;
    }

/* Container para os links - alinhado � direita */
.header-links[b-znh5juyv3l] {
    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-znh5juyv3l] {
    color: #e94e1b !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-znh5juyv3l] {
    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-znh5juyv3l] {
    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-znh5juyv3l],
.container > *[b-znh5juyv3l] {
    max-width: 100% !important;
}

/* Se o Blazor adicionar divs extras, force-as tamb�m */
#app[b-znh5juyv3l] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* /Layout/MenuLayout.razor.rz.scp.css */
.navbar-toggler[b-5xe91nwjb8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5xe91nwjb8] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5xe91nwjb8] {
    font-size: 1.1rem;
}

.bi[b-5xe91nwjb8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5xe91nwjb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5xe91nwjb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5xe91nwjb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5xe91nwjb8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5xe91nwjb8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5xe91nwjb8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5xe91nwjb8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5xe91nwjb8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5xe91nwjb8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5xe91nwjb8] {
        display: none;
    }

    .collapse[b-5xe91nwjb8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5xe91nwjb8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Collections/BatchDetails.razor.rz.scp.css */
/* Reset e Container */
*[b-33vh6ipiem] {
    box-sizing: border-box;
}

.page-content[b-33vh6ipiem] {
    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-33vh6ipiem] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.header-top[b-33vh6ipiem] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.page-title[b-33vh6ipiem] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.batch-badge[b-33vh6ipiem] {
    background: #ff8c00;
    color: white;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-33vh6ipiem] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-top: 0.5rem;
}

/* Card de protocolo */
.protocol-card[b-33vh6ipiem] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.protocol-header[b-33vh6ipiem] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.protocol-label[b-33vh6ipiem] {
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.protocol-number[b-33vh6ipiem] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    font-family: 'Courier New', monospace;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.protocol-body[b-33vh6ipiem] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.protocol-item[b-33vh6ipiem] {
    display: flex;
    flex-direction: column;
}

.protocol-item-label[b-33vh6ipiem] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.protocol-item-value[b-33vh6ipiem] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

/* Badge de status */
.status-badge[b-33vh6ipiem] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

    .status-badge.processing[b-33vh6ipiem] {
        background: #e3f2fd;
        color: #1976d2;
    }

        .status-badge.processing[b-33vh6ipiem]::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #2196f3;
            border-radius: 50%;
            animation: pulse-b-33vh6ipiem 2s infinite;
        }

    .status-badge.completed[b-33vh6ipiem] {
        background: #e8f5e9;
        color: #2e7d32;
    }

        .status-badge.completed[b-33vh6ipiem]::before {
            content: '✓';
            font-weight: bold;
        }

    .status-badge.failed[b-33vh6ipiem] {
        background: #ffebee;
        color: #c62828;
    }

        .status-badge.failed[b-33vh6ipiem]::before {
            content: '⚠';
        }

    .status-badge.pending[b-33vh6ipiem] {
        background: #fff8e1;
        color: #f57c00;
    }

        .status-badge.pending[b-33vh6ipiem]::before {
            content: '⏳';
        }

@keyframes pulse-b-33vh6ipiem {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Informações do lote */
.batch-info[b-33vh6ipiem] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.batch-info-title[b-33vh6ipiem] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f0f0f0;
}

.info-grid[b-33vh6ipiem] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.info-item[b-33vh6ipiem] {
    display: flex;
    flex-direction: column;
}

.info-item-label[b-33vh6ipiem] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

.info-item-value[b-33vh6ipiem] {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

    .info-item-value.highlight[b-33vh6ipiem] {
        font-size: 1.5rem;
        color: #4caf50;
    }

/* Card de resumo financeiro */
.financial-summary[b-33vh6ipiem] {
    background: linear-gradient(135deg, #ff8c00 0%, #e94e1b 100%);
    color: white;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.financial-summary-title[b-33vh6ipiem] {
    font-size: 0.875rem;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.financial-grid[b-33vh6ipiem] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.financial-item[b-33vh6ipiem] {
    text-align: center;
}

.financial-item-label[b-33vh6ipiem] {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.financial-item-value[b-33vh6ipiem] {
    font-size: 1.75rem;
    font-weight: 700;
}

/* Informações adicionais */
.additional-info[b-33vh6ipiem] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    border-radius: 4px;
    padding: 1.25rem;
    margin-bottom: 2rem;
}

.additional-info-title[b-33vh6ipiem] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.additional-info-text[b-33vh6ipiem] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Timeline de próximos passos */
.next-steps[b-33vh6ipiem] {
    margin-bottom: 2rem;
}

.next-steps-title[b-33vh6ipiem] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.timeline[b-33vh6ipiem] {
    position: relative;
    padding-left: 2rem;
}

    .timeline[b-33vh6ipiem]::before {
        content: '';
        position: absolute;
        left: 0.5rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #e0e0e0;
    }

.timeline-item[b-33vh6ipiem] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

    .timeline-item[b-33vh6ipiem]::before {
        content: '';
        position: absolute;
        left: -1.4rem;
        top: 0.25rem;
        width: 12px;
        height: 12px;
        background: #4caf50;
        border: 2px solid white;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #4caf50;
    }

    .timeline-item.pending[b-33vh6ipiem]::before {
        background: white;
        box-shadow: 0 0 0 2px #e0e0e0;
    }

.timeline-item-title[b-33vh6ipiem] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.timeline-item-description[b-33vh6ipiem] {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
}

/* Botões de ação */
.actions[b-33vh6ipiem] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.btn[b-33vh6ipiem] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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-33vh6ipiem] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-33vh6ipiem] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary[b-33vh6ipiem] {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-33vh6ipiem] {
        background: white;
        border-color: #999;
        color: #333;
    }

.btn-outline[b-33vh6ipiem] {
    background: white;
    color: #2196f3;
    border: 2px solid #2196f3;
}

    .btn-outline:hover[b-33vh6ipiem] {
        background: #2196f3;
        color: white;
    }

/* Estado vazio */
.empty-state[b-33vh6ipiem] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-33vh6ipiem] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-title[b-33vh6ipiem] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.5rem;
}

.empty-description[b-33vh6ipiem] {
    font-size: 0.95rem;
    color: #999;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Estado de carregamento */
.loading-state[b-33vh6ipiem] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-spinner[b-33vh6ipiem] {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: spin-b-33vh6ipiem 2s linear infinite;
}

@keyframes spin-b-33vh6ipiem {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text[b-33vh6ipiem] {
    font-size: 1rem;
    color: #666;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-33vh6ipiem] {
        padding: 1.5rem;
    }

    .header-top[b-33vh6ipiem] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .protocol-body[b-33vh6ipiem],
    .info-grid[b-33vh6ipiem] {
        grid-template-columns: 1fr;
    }

    .financial-grid[b-33vh6ipiem] {
        grid-template-columns: 1fr;
    }

    .actions[b-33vh6ipiem] {
        flex-direction: row;
        justify-content: space-between;
    }

    .btn[b-33vh6ipiem] {
        width: auto;
        justify-content: center;
    }

    .protocol-header[b-33vh6ipiem] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}
/* /Pages/Collections/Batches.razor.rz.scp.css */
/* Reset e Container */
*[b-m5oiqsqxia] {
    box-sizing: border-box;
}

.page-content[b-m5oiqsqxia] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    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-m5oiqsqxia] {
    margin-bottom: 2rem;
}

.header-top[b-m5oiqsqxia] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-m5oiqsqxia] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.batch-badge[b-m5oiqsqxia] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-m5oiqsqxia] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.header-actions[b-m5oiqsqxia] {
    display: flex;
    gap: 1rem;
}

/* Linha divisória */
hr[b-m5oiqsqxia] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
}

/* Filtros e busca */
.filters-bar[b-m5oiqsqxia] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.search-box[b-m5oiqsqxia] {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-input[b-m5oiqsqxia] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

    .search-input:focus[b-m5oiqsqxia] {
        outline: none;
        border-color: #ff8c00;
    }

.search-icon[b-m5oiqsqxia] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1.125rem;
}

.filter-select[b-m5oiqsqxia] {
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .filter-select:focus[b-m5oiqsqxia] {
        outline: none;
        border-color: #ff8c00;
    }

/* Estatísticas rápidas */
.stats-grid[b-m5oiqsqxia] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-m5oiqsqxia] {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

    .stat-card:hover[b-m5oiqsqxia] {
        border-color: #ff8c00;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(255, 140, 0, 0.2);
    }

.stat-label[b-m5oiqsqxia] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-m5oiqsqxia] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
}

.stat-card.total .stat-value[b-m5oiqsqxia] {
    color: #ff8c00;
}

.stat-card.processing .stat-value[b-m5oiqsqxia] {
    color: #2196f3;
}

.stat-card.completed .stat-value[b-m5oiqsqxia] {
    color: #4caf50;
}

.stat-card.failed .stat-value[b-m5oiqsqxia] {
    color: #f44336;
}

/* Lista de lotes */
.batches-list[b-m5oiqsqxia] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.batch-card[b-m5oiqsqxia] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .batch-card:hover[b-m5oiqsqxia] {
        border-color: #ff8c00;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.batch-card-header[b-m5oiqsqxia] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.batch-title[b-m5oiqsqxia] {
    flex: 1;
    min-width: 200px;
}

.batch-description[b-m5oiqsqxia] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.batch-date[b-m5oiqsqxia] {
    font-size: 0.875rem;
    color: #666;
}

.batch-status[b-m5oiqsqxia] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

    .batch-status.processing[b-m5oiqsqxia] {
        background: #e3f2fd;
        color: #1976d2;
    }

        .batch-status.processing[b-m5oiqsqxia]::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #2196f3;
            border-radius: 50%;
            animation: pulse-b-m5oiqsqxia 2s infinite;
        }

    .batch-status.completed[b-m5oiqsqxia] {
        background: #e8f5e9;
        color: #2e7d32;
    }

        .batch-status.completed[b-m5oiqsqxia]::before {
            content: '✓';
            font-weight: bold;
        }

    .batch-status.failed[b-m5oiqsqxia] {
        background: #ffebee;
        color: #c62828;
    }

        .batch-status.failed[b-m5oiqsqxia]::before {
            content: '⚠';
        }

    .batch-status.pending[b-m5oiqsqxia] {
        background: #fff8e1;
        color: #f57c00;
    }

        .batch-status.pending[b-m5oiqsqxia]::before {
            content: '⏳';
        }

@keyframes pulse-b-m5oiqsqxia {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.batch-card-body[b-m5oiqsqxia] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.batch-detail[b-m5oiqsqxia] {
    display: flex;
    flex-direction: column;
}

.batch-detail-label[b-m5oiqsqxia] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.25rem;
    letter-spacing: 0.3px;
}

.batch-detail-value[b-m5oiqsqxia] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

    .batch-detail-value.highlight[b-m5oiqsqxia] {
        color: #ff8c00;
        font-size: 1.125rem;
    }

.batch-card-footer[b-m5oiqsqxia] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.batch-actions[b-m5oiqsqxia] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-m5oiqsqxia] {
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    color: #666;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-icon:hover[b-m5oiqsqxia] {
        background: #f8f8f8;
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Botões principais */
.btn[b-m5oiqsqxia] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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-m5oiqsqxia] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-m5oiqsqxia] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

/* Paginação */
.pagination[b-m5oiqsqxia] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.pagination-btn[b-m5oiqsqxia] {
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 0.95rem;
}

    .pagination-btn:hover:not(:disabled)[b-m5oiqsqxia] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

    .pagination-btn:disabled[b-m5oiqsqxia] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .pagination-btn.active[b-m5oiqsqxia] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

.pagination-info[b-m5oiqsqxia] {
    font-size: 0.875rem;
    color: #666;
    padding: 0 1rem;
}

/* Estado vazio */
.empty-state[b-m5oiqsqxia] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-m5oiqsqxia] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-title[b-m5oiqsqxia] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.5rem;
}

.empty-description[b-m5oiqsqxia] {
    font-size: 0.95rem;
    color: #999;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Estado de carregamento */
.loading-state[b-m5oiqsqxia] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-spinner[b-m5oiqsqxia] {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: spin-b-m5oiqsqxia 2s linear infinite;
}

@keyframes spin-b-m5oiqsqxia {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text[b-m5oiqsqxia] {
    font-size: 1rem;
    color: #666;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-m5oiqsqxia] {
        padding: 1rem;
    }

    .page-title[b-m5oiqsqxia] {
        font-size: 1.5rem;
    }

    .header-top[b-m5oiqsqxia] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters-bar[b-m5oiqsqxia] {
        flex-direction: column;
    }

    .search-box[b-m5oiqsqxia] {
        width: 100%;
    }

    .stats-grid[b-m5oiqsqxia] {
        grid-template-columns: 1fr;
    }

    .batch-card-body[b-m5oiqsqxia] {
        grid-template-columns: 1fr;
    }

    .batch-card-footer[b-m5oiqsqxia] {
        flex-direction: column;
        align-items: flex-start;
    }

    .batch-actions[b-m5oiqsqxia] {
        width: 100%;
        flex-direction: column;
    }

    .btn-icon[b-m5oiqsqxia] {
        width: 100%;
        justify-content: center;
    }

    .pagination[b-m5oiqsqxia] {
        flex-wrap: wrap;
    }
}
/* /Pages/Collections/DebtorSearch.razor.rz.scp.css */
/* Reset básico */
*[b-qnf6rqdag6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container principal */
.page-content[b-qnf6rqdag6] {
    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-qnf6rqdag6] {
    margin-bottom: 1.5rem;
}

.header-top[b-qnf6rqdag6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-qnf6rqdag6] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-badge[b-qnf6rqdag6] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-qnf6rqdag6] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
    line-height: 1.5;
}

/* Linha divisória */
hr[b-qnf6rqdag6] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Info banner */
.info-banner[b-qnf6rqdag6] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    animation: slideDown-b-qnf6rqdag6 0.3s ease-out;
}

@keyframes slideDown-b-qnf6rqdag6 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-banner.hiding[b-qnf6rqdag6] {
    animation: slideUp-b-qnf6rqdag6 0.3s ease-out forwards;
}

@keyframes slideUp-b-qnf6rqdag6 {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.info-banner-icon[b-qnf6rqdag6] {
    font-size: 1.5rem;
}

.info-banner-text[b-qnf6rqdag6] {
    flex: 1;
}

.info-banner-title[b-qnf6rqdag6] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-qnf6rqdag6] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}

.close-banner-btn[b-qnf6rqdag6] {
    background: transparent;
    border: none;
    color: #999;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .close-banner-btn:hover[b-qnf6rqdag6] {
        background: rgba(255, 140, 0, 0.1);
        color: #ff8c00;
    }

/* Link para reativar banner */
.show-banner-link[b-qnf6rqdag6] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.link-btn[b-qnf6rqdag6] {
    background: transparent;
    border: none;
    color: #ff8c00;
    font-size: 0.875rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .link-btn:hover[b-qnf6rqdag6] {
        background: #fff8f0;
        text-decoration: underline;
    }

/* Formulário de busca */
.search-section[b-qnf6rqdag6] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.form-group[b-qnf6rqdag6] {
    margin-bottom: 1.5rem;
    width: 100%;
}

.form-label[b-qnf6rqdag6] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

[b-qnf6rqdag6] .form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: block;
}

    [b-qnf6rqdag6] .form-input:focus {
        outline: none;
        border-color: #ff8c00;
        background: white;
    }

    .form-input[b-qnf6rqdag6]::placeholder {
        color: #999;
    }

.form-helper[b-qnf6rqdag6] {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.375rem;
    display: block;
}

.error-message[b-qnf6rqdag6] {
    background: #ffebee;
    color: #c62828;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #c62828;
}

.validation-message[b-qnf6rqdag6] {
    color: #c62828;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

.form-actions[b-qnf6rqdag6] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
}

.btn[b-qnf6rqdag6] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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:disabled[b-qnf6rqdag6] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary[b-qnf6rqdag6] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-qnf6rqdag6] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary[b-qnf6rqdag6] {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled)[b-qnf6rqdag6] {
        background: white;
        border-color: #ff8c00;
        color: #ff8c00;
    }

/* Card de resultado */
.result-section[b-qnf6rqdag6] {
    margin-top: 2rem;
}

.result-card[b-qnf6rqdag6] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeIn-b-qnf6rqdag6 0.4s ease-out;
}

@keyframes fadeIn-b-qnf6rqdag6 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-card[b-qnf6rqdag6]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #ff8c00;
}

.result-header[b-qnf6rqdag6] {
    background: #fff8f0;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    border-bottom: 1px solid #ffe0b2;
}

.result-title[b-qnf6rqdag6] {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.result-subtitle[b-qnf6rqdag6] {
    font-size: 0.875rem;
    color: #666;
}

.result-body[b-qnf6rqdag6] {
    padding: 2rem 1.5rem 1.5rem 2rem;
}

.detail-grid[b-qnf6rqdag6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.detail-item[b-qnf6rqdag6] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.detail-label[b-qnf6rqdag6] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail-value[b-qnf6rqdag6] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

.status-badge[b-qnf6rqdag6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

    .status-badge.active[b-qnf6rqdag6] {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .status-badge.inactive[b-qnf6rqdag6] {
        background: #ffebee;
        color: #c62828;
    }

    .status-badge.pending[b-qnf6rqdag6] {
        background: #fff8f0;
        color: #e67e00;
    }

.status-icon[b-qnf6rqdag6] {
    font-size: 0.875rem;
}

.result-actions[b-qnf6rqdag6] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
    justify-content: flex-end;
}

/* Estado vazio */
.empty-state[b-qnf6rqdag6] {
    text-align: center;
    padding: 4rem 2rem;
    color: #999;
}

.empty-state-icon[b-qnf6rqdag6] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-state h3[b-qnf6rqdag6] {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state p[b-qnf6rqdag6] {
    color: #999;
    font-size: 0.875rem;
}

/* Estado de carregamento */
.loading[b-qnf6rqdag6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 1rem;
}

.loading-spinner[b-qnf6rqdag6] {
    width: 40px;
    height: 40px;
    border: 4px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-qnf6rqdag6 1s linear infinite;
}

@keyframes spin-b-qnf6rqdag6 {
    to {
        transform: rotate(360deg);
    }
}

.loading-text[b-qnf6rqdag6] {
    color: #666;
    font-size: 0.875rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-qnf6rqdag6] {
        padding: 1rem;
    }

    .page-title[b-qnf6rqdag6] {
        font-size: 1.5rem;
    }

    .header-top[b-qnf6rqdag6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-section[b-qnf6rqdag6] {
        padding: 1.5rem;
    }

    .form-actions[b-qnf6rqdag6] {
        flex-direction: column;
    }

    .btn[b-qnf6rqdag6] {
        width: 100%;
        justify-content: center;
    }

    .detail-grid[b-qnf6rqdag6] {
        grid-template-columns: 1fr;
    }

    .result-actions[b-qnf6rqdag6] {
        flex-direction: column;
    }
}
/* /Pages/Collections/DebtorSending.razor.rz.scp.css */
/* Reset e Container */
*[b-mgiqv24fnv] {
    box-sizing: border-box;
}

.page-content[b-mgiqv24fnv] {
    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-mgiqv24fnv] {
    margin-bottom: 1.5rem;
}

.header-top[b-mgiqv24fnv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-mgiqv24fnv] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.send-badge[b-mgiqv24fnv] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-mgiqv24fnv] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
    line-height: 1.5;
}

/* Linha divisória */
hr[b-mgiqv24fnv] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Banner informativo */
.info-banner[b-mgiqv24fnv] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon[b-mgiqv24fnv] {
    font-size: 1.5rem;
}

.info-banner-text[b-mgiqv24fnv] {
    flex: 1;
}

.info-banner-title[b-mgiqv24fnv] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-mgiqv24fnv] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card do devedor */
.debtor-card[b-mgiqv24fnv] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-left: 4px solid #ff8c00;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.debtor-card-title[b-mgiqv24fnv] {
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.debtor-info[b-mgiqv24fnv] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.debtor-avatar[b-mgiqv24fnv] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.debtor-details[b-mgiqv24fnv] {
    flex: 1;
}

.debtor-name[b-mgiqv24fnv] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.debtor-id[b-mgiqv24fnv] {
    font-size: 0.875rem;
    color: #666;
    font-family: 'Courier New', monospace;
}

/* Seção do formulário */
.form-section[b-mgiqv24fnv] {
    margin-bottom: 2rem;
}

.section-title[b-mgiqv24fnv] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.form-row[b-mgiqv24fnv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group[b-mgiqv24fnv] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-mgiqv24fnv] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

.required[b-mgiqv24fnv] {
    color: #ff8c00;
    margin-left: 0.25rem;
}

.form-input[b-mgiqv24fnv] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: block;
}

    .form-input:focus[b-mgiqv24fnv] {
        outline: none;
        border-color: #ff8c00;
        background: white;
    }

    .form-input[b-mgiqv24fnv]::placeholder {
        color: #999;
    }

.calculated-field[b-mgiqv24fnv] {
    background: #e8f5e9 !important;
    border-color: #4caf50 !important;
    color: #2e7d32 !important;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: not-allowed;
}

.form-helper[b-mgiqv24fnv] {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.375rem;
    display: block;
}

.validation-message[b-mgiqv24fnv] {
    color: #c62828;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

/* Preview das parcelas */
.installments-preview[b-mgiqv24fnv] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    animation: fadeIn-b-mgiqv24fnv 0.3s ease-out;
}

@keyframes fadeIn-b-mgiqv24fnv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preview-title[b-mgiqv24fnv] {
    font-size: 0.875rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-grid[b-mgiqv24fnv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.preview-item[b-mgiqv24fnv] {
    background: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.preview-item-label[b-mgiqv24fnv] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.preview-item-value[b-mgiqv24fnv] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

/* Mensagens */
.message[b-mgiqv24fnv] {
    padding: 1rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.message-error[b-mgiqv24fnv] {
    background: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
}

.message-success[b-mgiqv24fnv] {
    background: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}

/* Botões */
.form-actions[b-mgiqv24fnv] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.btn[b-mgiqv24fnv] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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:disabled[b-mgiqv24fnv] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary[b-mgiqv24fnv] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-mgiqv24fnv] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary[b-mgiqv24fnv] {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled)[b-mgiqv24fnv] {
        background: white;
        border-color: #999;
        color: #333;
    }

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-mgiqv24fnv] {
        padding: 1rem;
    }

    .page-title[b-mgiqv24fnv] {
        font-size: 1.5rem;
    }

    .form-row[b-mgiqv24fnv] {
        grid-template-columns: 1fr;
    }

    .preview-grid[b-mgiqv24fnv] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-mgiqv24fnv] {
        flex-direction: column;
    }

    .btn[b-mgiqv24fnv] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Collections/DebtorSendingDone.razor.rz.scp.css */
/* Reset básico */
*[b-eylw4045ip] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-eylw4045ip] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

/* Container principal */
.page-content[b-eylw4045ip] {
    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-eylw4045ip] {
    margin-bottom: 1.5rem;
}

.page-title[b-eylw4045ip] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.success-badge[b-eylw4045ip] {
    background: #4caf50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Linha divisória */
hr[b-eylw4045ip] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Card de sucesso principal */
.success-card[b-eylw4045ip] {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border: 2px solid #c8e6c9;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    text-align: center;
    animation: fadeIn-b-eylw4045ip 0.5s ease-out;
}

@keyframes fadeIn-b-eylw4045ip {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-icon[b-eylw4045ip] {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    animation: scaleIn-b-eylw4045ip 0.6s ease-out;
}

@keyframes scaleIn-b-eylw4045ip {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.success-title[b-eylw4045ip] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 1rem;
}

.success-message[b-eylw4045ip] {
    font-size: 1.125rem;
    color: #558b2f;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.success-submessage[b-eylw4045ip] {
    font-size: 0.95rem;
    color: #689f38;
    line-height: 1.6;
}

/* Informações da cobrança enviada */
.collection-summary[b-eylw4045ip] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.summary-title[b-eylw4045ip] {
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.summary-grid[b-eylw4045ip] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.summary-item[b-eylw4045ip] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.summary-label[b-eylw4045ip] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.summary-value[b-eylw4045ip] {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

    .summary-value.highlight[b-eylw4045ip] {
        font-size: 1.75rem;
        color: #4caf50;
    }

/* Próximos passos */
.next-steps[b-eylw4045ip] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    position: relative;
    animation: fadeIn-b-eylw4045ip 0.5s ease-out;
}

    .next-steps.hiding[b-eylw4045ip] {
        animation: fadeOut-b-eylw4045ip 0.3s ease-out forwards;
    }

@keyframes fadeOut-b-eylw4045ip {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.next-steps-header[b-eylw4045ip] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.next-steps-title[b-eylw4045ip] {
    font-size: 1rem;
    font-weight: 700;
    color: #e67e00;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-card-btn[b-eylw4045ip] {
    background: transparent;
    border: none;
    color: #999;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .close-card-btn:hover[b-eylw4045ip] {
        background: rgba(255, 140, 0, 0.1);
        color: #ff8c00;
    }

/* Link para reativar card */
.show-card-link[b-eylw4045ip] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.link-btn[b-eylw4045ip] {
    background: transparent;
    border: none;
    color: #ff8c00;
    font-size: 0.875rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .link-btn:hover[b-eylw4045ip] {
        background: #fff8f0;
        text-decoration: underline;
    }

.steps-list[b-eylw4045ip] {
    list-style: none;
    padding: 0;
}

    .steps-list li[b-eylw4045ip] {
        padding: 0.75rem 0;
        padding-left: 2rem;
        position: relative;
        color: #666;
        font-size: 0.95rem;
        line-height: 1.5;
    }

        .steps-list li[b-eylw4045ip]::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0.75rem;
            width: 24px;
            height: 24px;
            background: #4caf50;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.75rem;
        }

/* Botões de ação */
.action-buttons[b-eylw4045ip] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-eylw4045ip] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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-eylw4045ip] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-eylw4045ip] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary[b-eylw4045ip] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-eylw4045ip] {
        background: #f8f8f8;
        border-color: #999;
    }

.btn-success[b-eylw4045ip] {
    background: #4caf50;
    color: white;
}

    .btn-success:hover[b-eylw4045ip] {
        background: #45a049;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
        transform: translateY(-1px);
    }

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-eylw4045ip] {
        padding: 1rem;
    }

    .page-title[b-eylw4045ip] {
        font-size: 1.5rem;
    }

    .success-card[b-eylw4045ip] {
        padding: 2rem 1.5rem;
    }

    .success-icon[b-eylw4045ip] {
        font-size: 4rem;
    }

    .success-title[b-eylw4045ip] {
        font-size: 1.25rem;
    }

    .summary-grid[b-eylw4045ip] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-eylw4045ip] {
        flex-direction: column;
    }

    .btn[b-eylw4045ip] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Collections/GroupSending.razor.rz.scp.css */
/* Reset e Container */
/** {
    box-sizing: border-box;
}

.page-content {
    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 {
    margin-bottom: 1.5rem;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.group-badge {
    background: #e94e1b;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
    line-height: 1.5;
}*/

/* Linha divisória */
/*hr {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}*/

/* Banner informativo */
/*.info-banner {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon {
    font-size: 1.5rem;
}

.info-banner-text {
    flex: 1;
}

.info-banner-title {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}*/

/* Card do seletor de grupo */
/*.group-selector-card {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-left: 4px solid #ff8c00;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.group-selector-title {
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.group-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-top: 1rem;
}

.group-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e94e1b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.group-info-details {
    flex: 1;
}

.group-info-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.group-info-count {
    font-size: 0.875rem;
    color: #666;
}*/

/* Seção do formulário */
/*.form-section {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

.required {
    color: #ff8c00;
    margin-left: 0.25rem;
}

.form-input,
.form-select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: block;
}

    .form-input:focus,
    .form-select:focus {
        outline: none;
        border-color: #ff8c00;
        background: white;
    }

    .form-input::placeholder {
        color: #999;
    }

.form-helper {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.375rem;
    display: block;
}*/

/* Preview das parcelas */
/*.preview-card {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preview-title {
    font-size: 0.875rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.preview-item {
    background: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.preview-item-label {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.preview-item-value {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}*/

/* Mensagens */
/*.message {
    padding: 1rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.message-error {
    background: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
}

.message-success {
    background: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}*/

/* Botões */
/*.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.btn {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover:not(:disabled) {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled) {
        background: white;
        border-color: #999;
        color: #333;
    }*/

/* Responsividade */
/*@media (max-width: 768px) {
    .page-content {
        padding: 1rem;
    }

    .page-title {
        font-size: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .preview-grid {
        grid-template-columns: 1fr;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}*/

/* Reset e Container */
*[b-93ffp4agtt] {
    box-sizing: border-box;
}

.page-content[b-93ffp4agtt] {
    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-93ffp4agtt] {
    margin-bottom: 1.5rem;
}

.header-top[b-93ffp4agtt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-93ffp4agtt] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.group-badge[b-93ffp4agtt] {
    background: #e94e1b;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-93ffp4agtt] {
    font-size: 0.95rem;
    color: #666;
    font-weight: normal;
    line-height: 1.5;
}

/* Linha divisória */
hr[b-93ffp4agtt] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
    width: 100%;
}

/* Banner informativo */
.info-banner[b-93ffp4agtt] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-banner-icon[b-93ffp4agtt] {
    font-size: 1.5rem;
}

.info-banner-text[b-93ffp4agtt] {
    flex: 1;
}

.info-banner-title[b-93ffp4agtt] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.info-banner-description[b-93ffp4agtt] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card do seletor de grupo */
.group-selector-card[b-93ffp4agtt] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-left: 4px solid #ff8c00;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.group-selector-title[b-93ffp4agtt] {
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.group-info[b-93ffp4agtt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-top: 1rem;
}

.group-info-icon[b-93ffp4agtt] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e94e1b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.group-info-details[b-93ffp4agtt] {
    flex: 1;
}

.group-info-name[b-93ffp4agtt] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.group-info-count[b-93ffp4agtt] {
    font-size: 0.875rem;
    color: #666;
}

/* Seção do formulário */
.form-section[b-93ffp4agtt] {
    margin-bottom: 2rem;
}

.section-title[b-93ffp4agtt] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.form-row[b-93ffp4agtt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-row-4cols[b-93ffp4agtt] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group[b-93ffp4agtt] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-label[b-93ffp4agtt] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

.required[b-93ffp4agtt] {
    color: #ff8c00;
    margin-left: 0.25rem;
}

.form-input[b-93ffp4agtt],
.form-select[b-93ffp4agtt] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
    display: block;
}

    .form-input:focus[b-93ffp4agtt],
    .form-select:focus[b-93ffp4agtt] {
        outline: none;
        border-color: #ff8c00;
        background: white;
    }

    .form-input[b-93ffp4agtt]::placeholder {
        color: #999;
    }

.form-helper[b-93ffp4agtt] {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.375rem;
    display: block;
}

/* Preview das parcelas */
.preview-card[b-93ffp4agtt] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    animation: fadeIn-b-93ffp4agtt 0.3s ease-out;
}

@keyframes fadeIn-b-93ffp4agtt {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preview-title[b-93ffp4agtt] {
    font-size: 0.875rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-grid[b-93ffp4agtt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.preview-item[b-93ffp4agtt] {
    background: white;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.preview-item-label[b-93ffp4agtt] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.preview-item-value[b-93ffp4agtt] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

/* Mensagens */
.message[b-93ffp4agtt] {
    padding: 1rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.message-error[b-93ffp4agtt] {
    background: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
}

.message-success[b-93ffp4agtt] {
    background: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}

/* Botões */
.form-actions[b-93ffp4agtt] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.btn[b-93ffp4agtt] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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:disabled[b-93ffp4agtt] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary[b-93ffp4agtt] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-93ffp4agtt] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary[b-93ffp4agtt] {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled)[b-93ffp4agtt] {
        background: white;
        border-color: #999;
        color: #333;
    }

/* Responsividade */
@media (max-width: 1024px) {
    .form-row-4cols[b-93ffp4agtt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-content[b-93ffp4agtt] {
        padding: 1rem;
    }

    .page-title[b-93ffp4agtt] {
        font-size: 1.5rem;
    }

    .form-row[b-93ffp4agtt] {
        grid-template-columns: 1fr;
    }

    .form-row-4cols[b-93ffp4agtt] {
        grid-template-columns: 1fr;
    }

    .preview-grid[b-93ffp4agtt] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-93ffp4agtt] {
        flex-direction: column;
    }

    .btn[b-93ffp4agtt] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Collections/GroupSendingDone.razor.rz.scp.css */
/* Reset e Container */
*[b-82cktpm9n2] {
    box-sizing: border-box;
}

.page-content[b-82cktpm9n2] {
    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);
}

/* Ícone de sucesso animado */
.success-header[b-82cktpm9n2] {
    text-align: center;
    margin-bottom: 2rem;
}

.success-icon[b-82cktpm9n2] {
    width: 80px;
    height: 80px;
    background: #4caf50;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    animation: scaleIn-b-82cktpm9n2 0.5s ease-out;
}

@keyframes scaleIn-b-82cktpm9n2 {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon svg[b-82cktpm9n2] {
    width: 48px;
    height: 48px;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.success-title[b-82cktpm9n2] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 0.5rem;
}

.success-subtitle[b-82cktpm9n2] {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Card de protocolo */
.protocol-card[b-82cktpm9n2] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.protocol-header[b-82cktpm9n2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.protocol-label[b-82cktpm9n2] {
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.protocol-number[b-82cktpm9n2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    font-family: 'Courier New', monospace;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

/* Informações do lote */
.batch-info[b-82cktpm9n2] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.batch-info-title[b-82cktpm9n2] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f0f0f0;
}

.info-grid[b-82cktpm9n2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.info-item[b-82cktpm9n2] {
    display: flex;
    flex-direction: column;
}

.info-item-label[b-82cktpm9n2] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
}

.info-item-value[b-82cktpm9n2] {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

    .info-item-value.highlight[b-82cktpm9n2] {
        font-size: 1.5rem;
        color: #4caf50;
    }

/* Card de resumo financeiro */
.financial-summary[b-82cktpm9n2] {
    background: linear-gradient(135deg, #ff8c00 0%, #e94e1b 100%);
    color: white;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.financial-summary-title[b-82cktpm9n2] {
    font-size: 0.875rem;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.financial-grid[b-82cktpm9n2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.financial-item[b-82cktpm9n2] {
    text-align: center;
}

.financial-item-label[b-82cktpm9n2] {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.financial-item-value[b-82cktpm9n2] {
    font-size: 1.75rem;
    font-weight: 700;
}

/* Informações adicionais */
.additional-info[b-82cktpm9n2] {
    background: #fff8f0;
    border-left: 4px solid #ff8c00;
    border-radius: 4px;
    padding: 1.25rem;
    margin-bottom: 2rem;
}

.additional-info-title[b-82cktpm9n2] {
    font-weight: 700;
    color: #e67e00;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.additional-info-text[b-82cktpm9n2] {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Timeline de próximos passos */
.next-steps[b-82cktpm9n2] {
    margin-bottom: 2rem;
}

.next-steps-title[b-82cktpm9n2] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.timeline[b-82cktpm9n2] {
    position: relative;
    padding-left: 2rem;
}

    .timeline[b-82cktpm9n2]::before {
        content: '';
        position: absolute;
        left: 0.5rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #e0e0e0;
    }

.timeline-item[b-82cktpm9n2] {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

    .timeline-item[b-82cktpm9n2]::before {
        content: '';
        position: absolute;
        left: -1.4rem;
        top: 0.25rem;
        width: 12px;
        height: 12px;
        background: #4caf50;
        border: 2px solid white;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #4caf50;
    }

    .timeline-item.pending[b-82cktpm9n2]::before {
        background: white;
        box-shadow: 0 0 0 2px #e0e0e0;
    }

.timeline-item-title[b-82cktpm9n2] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.timeline-item-description[b-82cktpm9n2] {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
}

/* Botões de ação */
.actions[b-82cktpm9n2] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.btn[b-82cktpm9n2] {
    padding: 0.875rem 2rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    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-82cktpm9n2] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-82cktpm9n2] {
        background: #e67e00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.3);
        transform: translateY(-1px);
    }

.btn-secondary[b-82cktpm9n2] {
    background: #f5f5f5;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover[b-82cktpm9n2] {
        background: white;
        border-color: #999;
        color: #333;
    }

.btn-outline[b-82cktpm9n2] {
    background: white;
    color: #4caf50;
    border: 2px solid #4caf50;
}

    .btn-outline:hover[b-82cktpm9n2] {
        background: #4caf50;
        color: white;
    }

/* Badge de status */
.status-badge[b-82cktpm9n2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

    .status-badge[b-82cktpm9n2]::before {
        content: '';
        width: 8px;
        height: 8px;
        background: #4caf50;
        border-radius: 50%;
        animation: pulse-b-82cktpm9n2 2s infinite;
    }

@keyframes pulse-b-82cktpm9n2 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-82cktpm9n2] {
        padding: 1.5rem;
    }

    .info-grid[b-82cktpm9n2] {
        grid-template-columns: 1fr;
    }

    .financial-grid[b-82cktpm9n2] {
        grid-template-columns: 1fr;
    }

    .actions[b-82cktpm9n2] {
        flex-direction: column;
    }

    .btn[b-82cktpm9n2] {
        width: 100%;
        justify-content: center;
    }

    .protocol-header[b-82cktpm9n2] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}
/* /Pages/Collections/Sent.razor.rz.scp.css */
*[b-npl8pz4it1] {
    box-sizing: border-box;
}

.page-content[b-npl8pz4it1] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho */
.page-header[b-npl8pz4it1] {
    margin-bottom: 1.5rem;
}

.page-title[b-npl8pz4it1] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.send-badge[b-npl8pz4it1] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-npl8pz4it1] {
    font-size: 0.95rem;
    color: #666;
}

hr[b-npl8pz4it1] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
}

/* Loading */
.loading-state[b-npl8pz4it1] {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.spinner[b-npl8pz4it1] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff8c00;
    border-radius: 50%;
    animation: spin-b-npl8pz4it1 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-npl8pz4it1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Mensagens */
.message[b-npl8pz4it1] {
    padding: 1rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.message-error[b-npl8pz4it1] {
    background: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
}

/* Cards de resumo */
.summary-cards[b-npl8pz4it1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.summary-card[b-npl8pz4it1] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

    .summary-card.pending[b-npl8pz4it1] {
        border-left: 4px solid #ff8c00;
    }

    .summary-card.approved[b-npl8pz4it1] {
        border-left: 4px solid #4caf50;
    }

    .summary-card.rejected[b-npl8pz4it1] {
        border-left: 4px solid #c62828;
    }

    .summary-card:hover[b-npl8pz4it1] {
        border-color: #999;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

.summary-label[b-npl8pz4it1] {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.summary-value[b-npl8pz4it1] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
}

.summary-subvalue[b-npl8pz4it1] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Filtros */
.filters-section[b-npl8pz4it1] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.filters-header[b-npl8pz4it1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.filters-title[b-npl8pz4it1] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-icon[b-npl8pz4it1] {
    font-size: 1.125rem;
}

.toggle-icon[b-npl8pz4it1] {
    font-size: 1.25rem;
    color: #999;
    transition: transform 0.3s ease;
}

    .toggle-icon.expanded[b-npl8pz4it1] {
        transform: rotate(180deg);
    }

.filters-content[b-npl8pz4it1] {
    animation: fadeIn-b-npl8pz4it1 0.3s ease-out;
}

@keyframes fadeIn-b-npl8pz4it1 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filters-grid[b-npl8pz4it1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-group[b-npl8pz4it1] {
    display: flex;
    flex-direction: column;
}

.filter-label[b-npl8pz4it1] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.filter-input[b-npl8pz4it1] {
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .filter-input:focus[b-npl8pz4it1] {
        outline: none;
        border-color: #ff8c00;
    }

.filter-actions[b-npl8pz4it1] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.btn[b-npl8pz4it1] {
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

    .btn:disabled[b-npl8pz4it1] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary[b-npl8pz4it1] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-npl8pz4it1] {
        background: #e67e00;
        transform: translateY(-1px);
    }

.btn-secondary[b-npl8pz4it1] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled)[b-npl8pz4it1] {
        background: #f8f8f8;
        border-color: #999;
    }

/* Lista de cobranças */
.collections-list[b-npl8pz4it1] {
    margin-bottom: 2rem;
}

.list-header[b-npl8pz4it1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.list-title[b-npl8pz4it1] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
}

.list-count[b-npl8pz4it1] {
    font-size: 0.875rem;
    color: #666;
}

.collection-item[b-npl8pz4it1] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

    .collection-item:hover[b-npl8pz4it1] {
        border-color: #ff8c00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.1);
    }

.item-header[b-npl8pz4it1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.item-info[b-npl8pz4it1] {
    flex: 1;
}

.item-debtor-name[b-npl8pz4it1] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.item-debtor-id[b-npl8pz4it1] {
    font-size: 0.875rem;
    color: #666;
    font-family: 'Courier New', monospace;
    margin-bottom: 0.5rem;
}

.item-description[b-npl8pz4it1] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.75rem;
}

.item-status[b-npl8pz4it1] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-pending[b-npl8pz4it1] {
    background: #fff8f0;
    color: #e67e00;
    border: 2px solid #ff8c00;
}

.status-approved[b-npl8pz4it1] {
    background: #e8f5e9;
    color: #2e7d32;
    border: 2px solid #4caf50;
}

.status-rejected[b-npl8pz4it1] {
    background: #ffebee;
    color: #c62828;
    border: 2px solid #ef5350;
}

.item-details[b-npl8pz4it1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.detail-item[b-npl8pz4it1] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-npl8pz4it1] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.detail-value[b-npl8pz4it1] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

    .detail-value.highlight[b-npl8pz4it1] {
        font-size: 1.125rem;
        color: #ff8c00;
    }

/* Paginação */
.pagination[b-npl8pz4it1] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.page-btn[b-npl8pz4it1] {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .page-btn:hover:not(.active):not(:disabled)[b-npl8pz4it1] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .page-btn.active[b-npl8pz4it1] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

    .page-btn:disabled[b-npl8pz4it1] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Empty state */
.empty-state[b-npl8pz4it1] {
    text-align: center;
    padding: 4rem 2rem;
    color: #999;
}

.empty-icon[b-npl8pz4it1] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-title[b-npl8pz4it1] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #666;
}

.empty-message[b-npl8pz4it1] {
    font-size: 0.95rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-npl8pz4it1] {
        padding: 1rem;
    }

    .page-title[b-npl8pz4it1] {
        font-size: 1.5rem;
    }

    .summary-cards[b-npl8pz4it1] {
        grid-template-columns: 1fr;
    }

    .filters-grid[b-npl8pz4it1] {
        grid-template-columns: 1fr;
    }

    .filter-actions[b-npl8pz4it1] {
        flex-direction: column;
    }

    .btn[b-npl8pz4it1] {
        width: 100%;
        justify-content: center;
    }

    .item-header[b-npl8pz4it1] {
        flex-direction: column;
    }

    .item-status[b-npl8pz4it1] {
        align-self: flex-start;
    }

    .item-details[b-npl8pz4it1] {
        grid-template-columns: 1fr 1fr;
    }

    .pagination[b-npl8pz4it1] {
        flex-wrap: wrap;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Container principal do Dashboard - Segue o mesmo padrão do LoginByPhone */
.page-content[b-c3jddy75ge] {
    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-c3jddy75ge] {
    height: 1px;
    background-color: black;
    border: none;
    margin: 1rem 0;
    width: 100%;
}

/* Mensagem de boas-vindas */
.welcome-message[b-c3jddy75ge] {
    font-size: 20px;
    margin-bottom: 30px;
    color: #444;
}

/* Caixa de saldo */
.balance-box[b-c3jddy75ge] {
    background-color: #eaeaea;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.balance-label[b-c3jddy75ge] {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.balance-amount[b-c3jddy75ge] {
    font-size: 42px;
    font-weight: bold;
    color: darkorange;
}

/* Background dos botões de ação */
.action-background[b-c3jddy75ge] {
    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-c3jddy75ge] {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    gap: 20px;
    height: 100%;
}

/* Botões de ação */
.action-button[b-c3jddy75ge] {
    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-c3jddy75ge] {
        background-color: #ff7b00;
    }

    .action-button:focus[b-c3jddy75ge] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

/* Seção de pagamentos recentes */
.recent-payments[b-c3jddy75ge] {
    width: 100%;
}

    .recent-payments h4[b-c3jddy75ge] {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

/* Lista de pagamentos */
.payments-list[b-c3jddy75ge] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}

/* Item individual de pagamento */
.payment-item[b-c3jddy75ge] {
    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-c3jddy75ge] {
        background-color: #f8f8f8;
    }

/* Informações do pagamento */
.payment-store[b-c3jddy75ge] {
    font-size: 16px;
    color: #333;
}

.payment-date[b-c3jddy75ge] {
    font-size: 14px;
    color: #777;
}

.payment-amount[b-c3jddy75ge] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

/* Link "Ver todos" */
.see-all-link[b-c3jddy75ge] {
    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-c3jddy75ge] {
        color: #ff7b00;
    }

/* Mensagem quando não há pagamentos */
.no-payments[b-c3jddy75ge] {
    color: #777;
    font-style: italic;
    text-align: center;
    padding: 40px 0;
}

/* Responsividade - mesmo padrão do LoginByPhone */
@media (max-width: 768px) {
    .page-content[b-c3jddy75ge] {
        padding: 1.5rem;
    }

    .action-background[b-c3jddy75ge] {
        height: auto;
        padding: 10px;
    }

    .action-buttons[b-c3jddy75ge] {
        position: relative;
        right: 0;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .action-button[b-c3jddy75ge] {
        width: 100%;
    }

    .payment-item[b-c3jddy75ge] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .payment-amount[b-c3jddy75ge] {
        text-align: left;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .page-content[b-c3jddy75ge] {
        padding: 1rem;
    }

    .balance-amount[b-c3jddy75ge] {
        font-size: 32px;
    }

    .welcome-message[b-c3jddy75ge] {
        font-size: 18px;
    }
}
/* /Pages/Debtors/DebtorsListing.razor.rz.scp.css */
*[b-16pggu7e9p] {
    box-sizing: border-box;
}

.page-content[b-16pggu7e9p] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    min-height: calc(100vh - 200px);
}

/* Cabeçalho */
.page-header[b-16pggu7e9p] {
    margin-bottom: 1.5rem;
}

.page-title[b-16pggu7e9p] {
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.send-badge[b-16pggu7e9p] {
    background: #ff8c00;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-subtitle[b-16pggu7e9p] {
    font-size: 0.95rem;
    color: #666;
}

hr[b-16pggu7e9p] {
    height: 1px;
    background-color: #ddd;
    border: none;
    margin: 1.5rem 0;
}

/* Loading */
.loading-state[b-16pggu7e9p] {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.spinner[b-16pggu7e9p] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff8c00;
    border-radius: 50%;
    animation: spin-b-16pggu7e9p 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-16pggu7e9p {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Filtros */
.filters-section[b-16pggu7e9p] {
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.filters-header[b-16pggu7e9p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.filters-title[b-16pggu7e9p] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-icon[b-16pggu7e9p] {
    font-size: 1.125rem;
}

.toggle-icon[b-16pggu7e9p] {
    font-size: 1.25rem;
    color: #999;
    transition: transform 0.3s ease;
}

    .toggle-icon.expanded[b-16pggu7e9p] {
        transform: rotate(180deg);
    }

.filters-content[b-16pggu7e9p] {
    animation: fadeIn-b-16pggu7e9p 0.3s ease-out;
}

@keyframes fadeIn-b-16pggu7e9p {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filters-grid[b-16pggu7e9p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-group[b-16pggu7e9p] {
    display: flex;
    flex-direction: column;
}

.filter-label[b-16pggu7e9p] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.filter-input[b-16pggu7e9p] {
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .filter-input:focus[b-16pggu7e9p] {
        outline: none;
        border-color: #ff8c00;
    }

.filter-actions[b-16pggu7e9p] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.btn[b-16pggu7e9p] {
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
}

    .btn:disabled[b-16pggu7e9p] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary[b-16pggu7e9p] {
    background: #ff8c00;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-16pggu7e9p] {
        background: #e67e00;
        transform: translateY(-1px);
    }

.btn-secondary[b-16pggu7e9p] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled)[b-16pggu7e9p] {
        background: #f8f8f8;
        border-color: #999;
    }

/* Lista de devedores */
.collections-list[b-16pggu7e9p] {
    margin-bottom: 2rem;
}

.list-header[b-16pggu7e9p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.list-title[b-16pggu7e9p] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
}

.list-count[b-16pggu7e9p] {
    font-size: 0.875rem;
    color: #666;
}

.collection-item[b-16pggu7e9p] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .collection-item:hover[b-16pggu7e9p] {
        border-color: #ff8c00;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.1);
    }

.item-header[b-16pggu7e9p] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.item-info[b-16pggu7e9p] {
    flex: 1;
}

.item-debtor-name[b-16pggu7e9p] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.item-debtor-id[b-16pggu7e9p] {
    font-size: 0.875rem;
    color: #666;
    font-family: 'Courier New', monospace;
    margin-bottom: 0.5rem;
}

.item-status[b-16pggu7e9p] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-pending[b-16pggu7e9p] {
    background: #fff8f0;
    color: #e67e00;
    border: 2px solid #ff8c00;
}

.item-details[b-16pggu7e9p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.detail-item[b-16pggu7e9p] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-16pggu7e9p] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.detail-value[b-16pggu7e9p] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

/* Paginação */
.pagination[b-16pggu7e9p] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.page-btn[b-16pggu7e9p] {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

    .page-btn:hover:not(.active):not(:disabled)[b-16pggu7e9p] {
        border-color: #ff8c00;
        color: #ff8c00;
    }

    .page-btn.active[b-16pggu7e9p] {
        background: #ff8c00;
        color: white;
        border-color: #ff8c00;
    }

    .page-btn:disabled[b-16pggu7e9p] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Empty state */
.empty-state[b-16pggu7e9p] {
    text-align: center;
    padding: 4rem 2rem;
    color: #999;
}

.empty-icon[b-16pggu7e9p] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-title[b-16pggu7e9p] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #666;
}

.empty-message[b-16pggu7e9p] {
    font-size: 0.95rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-content[b-16pggu7e9p] {
        padding: 1rem;
    }

    .page-title[b-16pggu7e9p] {
        font-size: 1.5rem;
    }

    .filters-grid[b-16pggu7e9p] {
        grid-template-columns: 1fr;
    }

    .filter-actions[b-16pggu7e9p] {
        flex-direction: column;
    }

    .btn[b-16pggu7e9p] {
        width: 100%;
        justify-content: center;
    }

    .item-header[b-16pggu7e9p] {
        flex-direction: column;
    }

    .item-status[b-16pggu7e9p] {
        align-self: flex-start;
    }

    .item-details[b-16pggu7e9p] {
        grid-template-columns: 1fr 1fr;
    }

    .pagination[b-16pggu7e9p] {
        flex-wrap: wrap;
    }
}
/* /Pages/LoginByPhone.razor.rz.scp.css */
/* Container principal do formulário - ADICIONA espaçamento INTERNO */
.login-form[b-ugqfkhl6xt] {
    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-ugqfkhl6xt] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}

hr[b-ugqfkhl6xt] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}

/* Texto introdutório */
.intro-text[b-ugqfkhl6xt] {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

/* Form groups */
.form-group[b-ugqfkhl6xt] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label[b-ugqfkhl6xt] {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }

    /* Form controls */
    [b-ugqfkhl6xt] .form-control,
    .form-group .form-control[b-ugqfkhl6xt] {
        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-ugqfkhl6xt] .form-control:focus,
        .form-group .form-control:focus[b-ugqfkhl6xt] {
            outline: none;
            border-color: #FF8C00;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25);
        }

/* Mensagens de validação */
[b-ugqfkhl6xt] .validation-message,
.validation-message[b-ugqfkhl6xt] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Container do botão */
.button-container[b-ugqfkhl6xt] {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

/* Botões de ação */
.buttonAction[b-ugqfkhl6xt],
.buttonEfect[b-ugqfkhl6xt] {
    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-ugqfkhl6xt],
    .buttonEfect:hover[b-ugqfkhl6xt] {
        background-color: #e67e00;
    }

    .buttonAction:focus[b-ugqfkhl6xt],
    .buttonEfect:focus[b-ugqfkhl6xt] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

/* Alertas de erro */
.alert[b-ugqfkhl6xt] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger[b-ugqfkhl6xt] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Link de assinatura centralizado */
.centralizar-link[b-ugqfkhl6xt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 10px;
}

[b-ugqfkhl6xt] .nav-link {
    color: #FF8C00;
    font-size: 14px;
    text-decoration: none;
}

    [b-ugqfkhl6xt] .nav-link:hover {
        color: #e67e00;
        text-decoration: underline;
    }

/* Responsividade */
@media (max-width: 768px) {
    .login-form[b-ugqfkhl6xt] {
        padding: 1.5rem; /* Menos padding em telas pequenas */
    }

    .button-container[b-ugqfkhl6xt] {
        justify-content: center;
    }

    .buttonAction[b-ugqfkhl6xt],
    .buttonEfect[b-ugqfkhl6xt] {
        width: 100%;
        max-width: 250px;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .login-form[b-ugqfkhl6xt] {
        padding: 1rem;
    }
}
