@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bnjuj6nd91.bundle.scp.css';

/* /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 */
/* ============================================
   Aptera - MainLayout com Menu Hambúrguer Mobile
   Header/Footer Fixos + Menu Responsivo
   ============================================ */

/* Reset agressivo */
/*html, body {
    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;
}

*, *::before, *::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}*/

/* ========== CONTAINER PRINCIPAL ========== */
/*.container {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
}*/

/* ========== OVERLAY (Mobile) ========== */
/*.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
    display: none;*/ /* Escondido no desktop */
/*}*/

/* ========== HEADER ========== */
/*.header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    height: 120px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    position: relative;
}

.logo-img {
    height: auto;
    max-height: 100px;
}*/

/* ========== BOTÃO HAMBÚRGUER ========== */
/*.hamburger {
    display: none;*/ /* Escondido no desktop */
    /*flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

    .hamburger span {
        width: 30px;
        height: 3px;
        background-color: #e94e1b;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
    }*/

    /* Animação do X quando aberto */
    /*.hamburger.open span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }*/

/* ========== MENU (Desktop) ========== */
/*.header-links {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-left: auto !important;
}

.link {
    color: #e94e1b !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: color 0.2s ease !important;
    font-weight: 500;
}

    .link:hover {
        color: #ff8c00 !important;
    }*/

/* ========== MAIN CONTENT ========== */
/*.main-content {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative !important;
}*/

/* ========== FOOTER ========== */
/*.footer {
    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;
}*/

/* ========== PREVENÇÃO DE OVERFLOW ========== */
/*.main-content > *,
.container > * {
    max-width: 100% !important;
}

#app {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}*/

/* ========== RESPONSIVIDADE MOBILE ========== */

/* Tablets (768px ou menos) */
/*@media (max-width: 768px) {
    .header {
        padding: 15px 20px !important;
    }*/

    /* Mostra o hambúrguer */
    /*.hamburger {
        display: flex;
    }*/

    /* Menu mobile - escondido por padrão */
    /*.header-links {
        position: fixed;
        top: 0;
        right: -280px;*/ /* Escondido à direita */
        /*width: 280px;
        height: 100vh;
        background-color: #1a1a1a;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 100px 30px 30px !important;
        gap: 25px !important;
        margin: 0 !important;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
        z-index: 999;
        overflow-y: auto;
    }*/

        /* Menu aberto */
        /*.header-links.open {
            right: 0;
        }*/

    /* Overlay visível quando menu aberto */
    /*.menu-overlay {
        display: block;
    }

        .menu-overlay.open {
            opacity: 1;
            visibility: visible;
        }*/

    /* Links no mobile */
    /*.link {
        font-size: 18px !important;
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #333;
    }

    .logo-img {
        max-height: 80px;
    }
}*/

/* Mobile pequeno (480px ou menos) */
/*@media (max-width: 480px) {
    .header {
        padding: 10px 15px !important;
    }

    .hamburger {
        width: 28px;
        height: 22px;
    }

        .hamburger span {
            width: 28px;
            height: 2.5px;
        }

    .header-links {
        width: 85vw;
        max-width: 300px;
        right: -85vw;
        padding: 80px 25px 25px !important;
    }

        .header-links.open {
            right: 0;
        }

    .link {
        font-size: 16px !important;
    }

    .logo-img {
        max-height: 70px;
    }

    .footer {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }
}*/

/* ========== MELHORIAS DE UX ========== */

/* Previne scroll do body quando menu mobile está aberto */
/*body.menu-open {
    overflow: hidden !important;
}*/

/* Animação suave dos links quando menu abre */
/*.header-links.open .link {
    animation: slideInRight 0.3s ease forwards;
    opacity: 0;
}

    .header-links.open .link:nth-child(1) {
        animation-delay: 0.05s;
    }

    .header-links.open .link:nth-child(2) {
        animation-delay: 0.1s;
    }

    .header-links.open .link:nth-child(3) {
        animation-delay: 0.15s;
    }

    .header-links.open .link:nth-child(4) {
        animation-delay: 0.2s;
    }

    .header-links.open .link:nth-child(5) {
        animation-delay: 0.25s;
    }

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}*/

/* ============================================
   Aptera - MainLayout com Menu Hambúrguer Mobile
   Header/Footer Fixos + Menu Responsivo
   ============================================ */

/* Reset agressivo */
html[b-d80yz59pk7], body[b-d80yz59pk7] {
    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;
}

*[b-d80yz59pk7], *[b-d80yz59pk7]::before, *[b-d80yz59pk7]::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

/* ========== CONTAINER PRINCIPAL ========== */
.container[b-d80yz59pk7] {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* ========== OVERLAY (Mobile) ========== */
.menu-overlay[b-d80yz59pk7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
    display: none; /* Escondido no desktop */
}

/* ========== HEADER ========== */
.header[b-d80yz59pk7] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 20px !important;
    background-color: black !important;
    min-height: 120px !important;
    height: 120px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    position: relative;
}

.logo-img[b-d80yz59pk7] {
    height: auto;
    max-height: 100px;
}

/* ========== BOTÃO HAMBÚRGUER ========== */
.hamburger[b-d80yz59pk7] {
    display: none; /* Escondido no desktop */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

    .hamburger span[b-d80yz59pk7] {
        width: 30px;
        height: 3px;
        background-color: #e94e1b;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
    }

    /* Animação do X quando aberto */
    .hamburger.open span:nth-child(1)[b-d80yz59pk7] {
        transform: translateY(11px) rotate(45deg);
    }

    .hamburger.open span:nth-child(2)[b-d80yz59pk7] {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3)[b-d80yz59pk7] {
        transform: translateY(-11px) rotate(-45deg);
    }

/* ========== MENU (Desktop) ========== */
.header-links[b-d80yz59pk7] {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-left: auto !important;
}

.link[b-d80yz59pk7] {
    color: #e94e1b !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: color 0.2s ease !important;
    font-weight: 500;
}

    .link:hover[b-d80yz59pk7] {
        color: #ff8c00 !important;
    }

/* ========== MAIN CONTENT ========== */
.main-content[b-d80yz59pk7] {
    background-color: white !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    /* padding: 0 0 6rem 0 !important; ✅ 2rem de espaço no final */
    padding-bottom: 2rem !important;
    margin: 0 !important;
    flex-grow: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    color: black !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative !important;
}

/* ========== FOOTER ========== */
.footer[b-d80yz59pk7] {
    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;
}

/* ========== PREVENÇÃO DE OVERFLOW ========== */
.main-content > *[b-d80yz59pk7],
.container > *[b-d80yz59pk7] {
    max-width: 100% !important;
}

#app[b-d80yz59pk7] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== RESPONSIVIDADE MOBILE ========== */

/* Tablets (768px ou menos) */
@media (max-width: 768px) {
    .header[b-d80yz59pk7] {
        padding: 15px 20px !important;
    }

    /* Mostra o hambúrguer */
    .hamburger[b-d80yz59pk7] {
        display: flex;
    }

    /* Menu mobile - escondido por padrão */
    .header-links[b-d80yz59pk7] {
        position: fixed;
        top: 0;
        right: -280px; /* Escondido à direita */
        width: 280px;
        height: 100vh;
        background-color: #1a1a1a;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 100px 30px 30px !important;
        gap: 25px !important;
        margin: 0 !important;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
        z-index: 999;
        overflow-y: auto;
    }

        /* Menu aberto */
        .header-links.open[b-d80yz59pk7] {
            right: 0;
        }

    /* Overlay visível quando menu aberto */
    .menu-overlay[b-d80yz59pk7] {
        display: block;
    }

        .menu-overlay.open[b-d80yz59pk7] {
            opacity: 1;
            visibility: visible;
        }

    /* Links no mobile */
    .link[b-d80yz59pk7] {
        font-size: 18px !important;
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #333;
    }

    .logo-img[b-d80yz59pk7] {
        max-height: 80px;
    }
}

/* Mobile pequeno (480px ou menos) */
@media (max-width: 480px) {
    .header[b-d80yz59pk7] {
        padding: 10px 15px !important;
    }

    .hamburger[b-d80yz59pk7] {
        width: 28px;
        height: 22px;
    }

        .hamburger span[b-d80yz59pk7] {
            width: 28px;
            height: 2.5px;
        }

    .header-links[b-d80yz59pk7] {
        width: 85vw;
        max-width: 300px;
        right: -85vw;
        padding: 80px 25px 25px !important;
    }

        .header-links.open[b-d80yz59pk7] {
            right: 0;
        }

    .link[b-d80yz59pk7] {
        font-size: 16px !important;
    }

    .logo-img[b-d80yz59pk7] {
        max-height: 70px;
    }

    .footer[b-d80yz59pk7] {
        font-size: 10px !important;
        height: 60px !important;
        padding: 0 10px !important;
    }
}

/* ========== MELHORIAS DE UX ========== */

/* Previne scroll do body quando menu mobile está aberto */
body.menu-open[b-d80yz59pk7] {
    overflow: hidden !important;
}

/* Animação suave dos links quando menu abre */
.header-links.open .link[b-d80yz59pk7] {
    animation: slideInRight-b-d80yz59pk7 0.3s ease forwards;
    opacity: 0;
}

    .header-links.open .link:nth-child(1)[b-d80yz59pk7] {
        animation-delay: 0.05s;
    }

    .header-links.open .link:nth-child(2)[b-d80yz59pk7] {
        animation-delay: 0.1s;
    }

    .header-links.open .link:nth-child(3)[b-d80yz59pk7] {
        animation-delay: 0.15s;
    }

    .header-links.open .link:nth-child(4)[b-d80yz59pk7] {
        animation-delay: 0.2s;
    }

    .header-links.open .link:nth-child(5)[b-d80yz59pk7] {
        animation-delay: 0.25s;
    }

@keyframes slideInRight-b-d80yz59pk7 {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /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;
    padding-bottom: 2rem;
}

.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: 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-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: 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 */
.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;
    padding-bottom: 2rem;
}

.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;
    padding-bottom: 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/DashboardFull.razor.rz.scp.css */
/* ============================================
   Aptera - Dashboard Full Corporate
   CSS Isolado (scoped)
   Paleta: Cinzas + Laranja (#ff8c00 e #e94e1b)
   ============================================ */

/* Container Principal */
.dashboard-full[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    box-sizing: border-box;
    min-height: 100vh;
}

/* ========== 1. HEADER - SAUDAÇÃO ========== */
.dashboard-header[b-ympz23czbv] {
    margin-bottom: 2rem;
}

.greeting[b-ympz23czbv] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
}

.subtitle[b-ympz23czbv] {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* ========== 2. KPI CARDS - CARROSSEL ========== */

/* Container do carrossel com setas */
.kpi-carousel-container[b-ympz23czbv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    position: relative;
}

/* Botões de navegação */
.kpi-nav-btn[b-ympz23czbv] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    line-height: 1;
    padding: 0;
}

.kpi-nav-prev[b-ympz23czbv] {
    padding-right: 2px;
}

.kpi-nav-next[b-ympz23czbv] {
    padding-left: 2px;
}

.kpi-nav-btn:hover:not(:disabled)[b-ympz23czbv] {
    border-color: #ff8c00;
    color: #ff8c00;
    background: #fff8f0;
}

.kpi-nav-btn:disabled[b-ympz23czbv] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Grid do carrossel */
.kpi-grid[b-ympz23czbv] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 0.25rem 0;
}

    .kpi-grid[b-ympz23czbv]::-webkit-scrollbar {
        display: none;
    }

/* Indicadores do carrossel */
.kpi-indicators[b-ympz23czbv] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0 1.5rem;
    position: relative;
    z-index: 1;
}

.kpi-dot[b-ympz23czbv] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all 0.3s;
    cursor: pointer;
}

    .kpi-dot.active[b-ympz23czbv] {
        background: #ff8c00;
        width: 24px;
        border-radius: 4px;
    }

.kpi-card[b-ympz23czbv] {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.3s;
    min-width: calc((100% - 2rem) / 3);
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
}

    .kpi-card.highlight[b-ympz23czbv] {
        border: 2px solid #ff8c00;
        box-shadow: 0 2px 12px rgba(255, 140, 0, 0.1);
    }

    .kpi-card:hover[b-ympz23czbv] {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

.kpi-icon-label[b-ympz23czbv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.kpi-emoji[b-ympz23czbv] {
    font-size: 1.5rem;
}

.kpi-label[b-ympz23czbv] {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.kpi-value[b-ympz23czbv] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .kpi-value.orange[b-ympz23czbv] {
        font-size: 2rem;
        color: #ff8c00;
    }

.kpi-trend[b-ympz23czbv] {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

/* ========== 3. CTA BANNERS - DOIS BOTÕES ========== */
.cta-container[b-ympz23czbv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cta-banner[b-ympz23czbv] {
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cta-banner:hover[b-ympz23czbv] {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(255, 140, 0, 0.4);
    }

    .cta-banner.secondary[b-ympz23czbv] {
        background: linear-gradient(135deg, #e94e1b, #c9410f);
        box-shadow: 0 4px 20px rgba(233, 78, 27, 0.3);
    }

        .cta-banner.secondary:hover[b-ympz23czbv] {
            box-shadow: 0 6px 25px rgba(233, 78, 27, 0.4);
        }

.cta-content[b-ympz23czbv] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta-icon[b-ympz23czbv] {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.cta-text h2[b-ympz23czbv] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.25rem 0;
}

.cta-text p[b-ympz23czbv] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.cta-arrow[b-ympz23czbv] {
    font-size: 1.5rem;
    color: white;
}

/* ========== ALERTAS RÁPIDOS ========== */
.alerts-row[b-ympz23czbv] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.alert-card[b-ympz23czbv] {
    background: white;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    flex: 1;
    min-width: 200px;
}

    .alert-card.warning[b-ympz23czbv] {
        border: 1px solid #ffe0b2;
        border-left: 4px solid #ff9800;
        color: #e65100;
    }

    .alert-card.danger[b-ympz23czbv] {
        border: 1px solid #ffcdd2;
        border-left: 4px solid #e94e1b;
        color: #c62828;
    }

    .alert-card.success[b-ympz23czbv] {
        border: 1px solid #c8e6c9;
        border-left: 4px solid #4caf50;
        color: #2e7d32;
    }

/* ========== 4. GRÁFICOS ========== */
.charts-grid[b-ympz23czbv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.chart-card[b-ympz23czbv] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
}

.chart-header[b-ympz23czbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 1rem;
}

    .chart-title[b-ympz23czbv],
    .chart-header h3[b-ympz23czbv] {
        font-size: 1.1rem;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0 0 1.5rem 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #f0f0f0;
    }

.chart-legend[b-ympz23czbv] {
    display: flex;
    gap: 1.5rem;
}

.legend-item[b-ympz23czbv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #666;
}

.legend-dot[b-ympz23czbv] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

    .legend-dot.primary[b-ympz23czbv] {
        background: #ff8c00;
    }

    .legend-dot.secondary[b-ympz23czbv] {
        background: #d0d0d0;
    }

/* Gráfico de Barras */
.bar-chart[b-ympz23czbv] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 1rem;
    height: 280px;
    padding-bottom: 1.5rem;
}

.bar-group[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    height: 100%;
}

.bars-container[b-ympz23czbv] {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    height: 100%;
}

.bar[b-ympz23czbv] {
    width: 20px;
    border-radius: 6px 6px 0 0;
    transition: height 0.6s ease;
}

    .bar.received[b-ympz23czbv] {
        background: linear-gradient(180deg, #ff8c00, #e67e00);
    }

    .bar.expected[b-ympz23czbv] {
        background: linear-gradient(180deg, #d0d0d0, #b0b0b0);
        opacity: 0.5;
    }

.bar-label[b-ympz23czbv] {
    font-size: 0.75rem;
    color: #999;
    font-weight: 600;
}

/* Status Stats */
.status-stats[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.status-item[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.status-bar[b-ympz23czbv] {
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.status-fill[b-ympz23czbv] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s ease;
}

    .status-fill.pago[b-ympz23czbv] {
        background: linear-gradient(90deg, #4caf50, #388e3c);
    }

    .status-fill.aprovado[b-ympz23czbv] {
        background: linear-gradient(90deg, #ff8c00, #e67e00);
    }

    .status-fill.pendente[b-ympz23czbv] {
        background: linear-gradient(90deg, #999, #777);
    }

    .status-fill.vencido[b-ympz23czbv] {
        background: linear-gradient(90deg, #e94e1b, #d43d0f);
    }

.status-info[b-ympz23czbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-label[b-ympz23czbv] {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.status-value[b-ympz23czbv] {
    font-size: 0.85rem;
    color: #1a1a1a;
    font-weight: 600;
}

/* ========== LOADING SPINNER ========== */
.loading-spinner[b-ympz23czbv] {
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-ympz23czbv 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-ympz23czbv {
    to {
        transform: rotate(360deg);
    }
}

/* ========== EMPTY STATE ========== */
.empty-state[b-ympz23czbv] {
    background: white;
    border-radius: 12px;
    padding: 3rem 2rem;
    border: 2px dashed #e0e0e0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 360px;
}

.empty-icon[b-ympz23czbv] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.empty-state h3[b-ympz23czbv] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-ympz23czbv] {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
    max-width: 320px;
}

.empty-legend[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    max-width: 280px;
    margin-top: 1.5rem;
}

.legend-item-empty[b-ympz23czbv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #999;
}

    .legend-item-empty .dot[b-ympz23czbv] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

        .legend-item-empty .dot.pago[b-ympz23czbv] {
            background: #ff8c00;
        }

        .legend-item-empty .dot.pendente[b-ympz23czbv] {
            background: #999;
        }

        .legend-item-empty .dot.vencido[b-ympz23czbv] {
            background: #e94e1b;
        }

/* ========== 5. ATIVIDADE RECENTE ========== */
.activity-section[b-ympz23czbv] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
}

.section-header[b-ympz23czbv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

    .section-header h3[b-ympz23czbv] {
        font-size: 1.1rem;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0;
    }

.view-all[b-ympz23czbv] {
    color: #ff8c00;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.2s;
}

    .view-all:hover[b-ympz23czbv] {
        color: #e67e00;
    }

.activity-list[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
}

.activity-item[b-ympz23czbv] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f5f5f5;
}

    .activity-item:last-child[b-ympz23czbv] {
        border-bottom: none;
    }

.activity-icon[b-ympz23czbv] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

    .activity-icon.success[b-ympz23czbv] {
        background: linear-gradient(135deg, #fff8f0, #fff4e6);
        color: #ff8c00;
    }

    .activity-icon.pending[b-ympz23czbv] {
        background: linear-gradient(135deg, #f5f5f5, #ebebeb);
        color: #666;
    }

    .activity-icon.alert[b-ympz23czbv] {
        background: linear-gradient(135deg, #fff0ed, #ffe8e3);
        color: #e94e1b;
    }

.activity-content[b-ympz23czbv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.activity-title[b-ympz23czbv] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
}

.activity-description[b-ympz23czbv] {
    font-size: 0.85rem;
    color: #666;
}

.activity-meta[b-ympz23czbv] {
    font-size: 0.75rem;
    color: #999;
}

.activity-amount[b-ympz23czbv] {
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

    .activity-amount.success[b-ympz23czbv] {
        color: #ff8c00;
    }

    .activity-amount.pending[b-ympz23czbv] {
        color: #666;
    }

    .activity-amount.alert[b-ympz23czbv] {
        color: #e94e1b;
    }

/* ========== 6. ACESSO RÁPIDO ========== */
.quick-actions[b-ympz23czbv] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
}

    .quick-actions h3[b-ympz23czbv] {
        font-size: 1.1rem;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0 0 1rem 0;
    }

.actions-grid[b-ympz23czbv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.action-btn[b-ympz23czbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    color: #666;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    transition: all 0.3s;
}

    .action-btn:hover[b-ympz23czbv] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        border-color: #ff8c00;
        color: #ff8c00;
    }

.action-icon[b-ympz23czbv] {
    font-size: 2rem;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 1200px) {
    .charts-grid[b-ympz23czbv] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-full[b-ympz23czbv] {
        padding: 1.5rem;
    }

    .greeting[b-ympz23czbv] {
        font-size: 1.5rem;
    }

    /* Oculta botões de navegação no mobile */
    .kpi-nav-btn[b-ympz23czbv] {
        display: none;
    }

    .kpi-carousel-container[b-ympz23czbv] {
        margin-bottom: 0;
    }

    /* KPIs em carousel no mobile */
    .kpi-grid[b-ympz23czbv] {
        display: flex;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 0;
        padding: 0;
        margin-bottom: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        position: relative;
        z-index: 1;
        min-height: 140px;
    }

        .kpi-grid[b-ympz23czbv]::-webkit-scrollbar {
            display: none;
        }

    .kpi-card[b-ympz23czbv] {
        min-width: 100%;
        width: 100%;
        flex-shrink: 0;
        scroll-snap-align: center;
        margin: 0;
        box-sizing: border-box;
    }

    .kpi-indicators[b-ympz23czbv] {
        display: flex;
        margin-bottom: 1.5rem;
    }

    /* Botões CTA empilhados */
    .cta-container[b-ympz23czbv] {
        grid-template-columns: 1fr;
    }

    .cta-banner[b-ympz23czbv] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .cta-content[b-ympz23czbv] {
        flex-direction: column;
    }

    .cta-arrow[b-ympz23czbv] {
        display: none;
    }

    .alerts-row[b-ympz23czbv] {
        flex-direction: column;
    }

    .charts-grid[b-ympz23czbv] {
        grid-template-columns: 1fr;
    }

    .chart-header[b-ympz23czbv] {
        flex-direction: column;
        align-items: flex-start;
    }

    .activity-item[b-ympz23czbv] {
        flex-wrap: wrap;
    }

    .activity-amount[b-ympz23czbv] {
        width: 100%;
        text-align: right;
    }

    .actions-grid[b-ympz23czbv] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .dashboard-full[b-ympz23czbv] {
        padding: 1rem;
    }

    .greeting[b-ympz23czbv] {
        font-size: 1.35rem;
    }

    .kpi-value[b-ympz23czbv] {
        font-size: 1.5rem;
    }

        .kpi-value.orange[b-ympz23czbv] {
            font-size: 1.75rem;
        }

    .cta-text h2[b-ympz23czbv] {
        font-size: 1.1rem;
    }

    .cta-text p[b-ympz23czbv] {
        font-size: 0.85rem;
    }

    .actions-grid[b-ympz23czbv] {
        grid-template-columns: 1fr;
    }
}
/* /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;
    padding-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;
    padding-bottom: 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/Login.razor.rz.scp.css */
/* Container principal do formulário - ADICIONA espaçamento INTERNO */
/*.login-form {
    display: flex;
    flex-direction: column;
    width: 100%;*/ /* ← 100% da largura disponível */
    /*max-width: 1200px;*/ /* ← 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 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}

hr {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}*/

/* Texto introdutório */
/*.intro-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}*/

/* Form groups */
/*.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }*/

    /* ===========================================
   FORM CONTROLS - Estilos dos inputs
   Sobrescreve TODOS os estados de validação do Blazor
   =========================================== */

    /* Estado base */
    /*::deep .form-control,
    ::deep input.form-control,
    ::deep input[type="text"],
    ::deep input[type="password"],
    ::deep input[type="email"],
    .form-group .form-control,
    .form-group input {
        width: 100%;
        height: 35px;
        border: 1px solid #ff8c00 !important;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #ffffff !important;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
    }*/

        /* Estado de foco */
        /*::deep .form-control:focus,
        ::deep input.form-control:focus,
        ::deep input[type="text"]:focus,
        ::deep input[type="password"]:focus,
        ::deep input[type="email"]:focus,
        .form-group .form-control:focus,
        .form-group input:focus {
            border: 1px solid #e94e1b !important;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }*/

        /* =========================================== 
   ANULA estilos de validação do Blazor
   Classes: .valid, .invalid, .modified
   =========================================== */

        /*::deep .form-control.valid,
        ::deep .form-control.invalid,
        ::deep .form-control.modified,
        ::deep .form-control.valid.modified,
        ::deep .form-control.invalid.modified,
        ::deep input.valid,
        ::deep input.invalid,
        ::deep input.modified,
        ::deep input.valid.modified,
        ::deep input.invalid.modified,
        .form-group .form-control.valid,
        .form-group .form-control.invalid,
        .form-group .form-control.modified,
        .form-group input.valid,
        .form-group input.invalid,
        .form-group input.modified {
            background-color: #ffffff !important;
            border: 1px solid #ff8c00 !important;
            box-shadow: none !important;
            outline: none !important;
            background-image: none !important;
        }*/

            /* Foco nos estados de validação */
            /*::deep .form-control.valid:focus,
            ::deep .form-control.invalid:focus,
            ::deep .form-control.modified:focus,
            ::deep input.valid:focus,
            ::deep input.invalid:focus,
            ::deep input.modified:focus,
            .form-group .form-control.valid:focus,
            .form-group .form-control.invalid:focus,
            .form-group input.valid:focus,
            .form-group input.invalid:focus {
                border: 1px solid #e94e1b !important;
                box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
                background-color: #ffffff !important;
                outline: none !important;
                background-image: none !important;
            }*/

/* Mensagens de validação */
/*::deep .validation-message,
.validation-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}*/

/* Container do botão */
/*.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}*/

/* Botões de ação */
/*.buttonAction,
.buttonEfect {
    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,
    .buttonEfect:hover {
        background-color: #e67e00;
    }

    .buttonAction:focus,
    .buttonEfect:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }*/

/* Alertas de erro */
/*.alert {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}*/

/* Link de assinatura centralizado */
/*.centralizar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 10px;
}

::deep .nav-link {
    color: #FF8C00;
    font-size: 14px;
    text-decoration: none;
}

    ::deep .nav-link:hover {
        color: #e67e00;
        text-decoration: underline;
    }*/

/* Responsividade */
/*@media (max-width: 768px) {
    .login-form {
        padding: 1.5rem;*/ /* Menos padding em telas pequenas */
    /*}

    .button-container {
        justify-content: center;
    }

    .buttonAction,
    .buttonEfect {
        width: 100%;
        max-width: 250px;
    }
}*/

/* Telas muito pequenas */
/*@media (max-width: 480px) {
    .login-form {
        padding: 1rem;
    }
}*/

/* Container principal do formulário - ADICIONA espaçamento INTERNO */
.login-form[b-3tngf2hrxz] {
    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;
}

h3[b-3tngf2hrxz] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}

hr[b-3tngf2hrxz] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
    width: 100%;
}

/* Texto introdutório */
.intro-text[b-3tngf2hrxz] {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}

/* ============================================
   TOGGLE SWITCH - SELEÇÃO DE TIPO DE USUÁRIO
============================================ */
.user-type-selector[b-3tngf2hrxz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.selector-label[b-3tngf2hrxz] {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 500;
}

.toggle-container[b-3tngf2hrxz] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.toggle-text[b-3tngf2hrxz] {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    transition: color 0.3s ease;
    min-width: 100px;
    text-align: center;
}

    .toggle-text.active[b-3tngf2hrxz] {
        color: #ff8c00;
    }

/* O Toggle Switch propriamente dito */
.toggle-switch[b-3tngf2hrxz] {
    position: relative;
    width: 80px;
    height: 40px;
    background-color: #e0e0e0;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .toggle-switch.active[b-3tngf2hrxz] {
        background-color: #ff8c00;
    }

/* O círculo que desliza */
.toggle-slider[b-3tngf2hrxz] {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active .toggle-slider[b-3tngf2hrxz] {
    transform: translateX(40px);
}

/* Ícones dentro do toggle */
.toggle-icon[b-3tngf2hrxz] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.toggle-icon-left[b-3tngf2hrxz] {
    left: 10px;
    opacity: 1;
}

.toggle-icon-right[b-3tngf2hrxz] {
    right: 10px;
    opacity: 0.3;
}

.toggle-switch.active .toggle-icon-left[b-3tngf2hrxz] {
    opacity: 0.3;
}

.toggle-switch.active .toggle-icon-right[b-3tngf2hrxz] {
    opacity: 1;
}

/* ============================================
   FORM GROUPS
============================================ */
.form-group[b-3tngf2hrxz] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

    .form-group label[b-3tngf2hrxz] {
        display: block;
        font-size: 14px;
        color: #555555;
        margin-bottom: 5px;
    }

    /* ===========================================
   FORM CONTROLS - Estilos dos inputs
   Sobrescreve TODOS os estados de validação do Blazor
=========================================== */

    /* Estado base */
    [b-3tngf2hrxz] .form-control,
    [b-3tngf2hrxz] input.form-control,
    [b-3tngf2hrxz] input[type="text"],
    [b-3tngf2hrxz] input[type="password"],
    [b-3tngf2hrxz] input[type="email"],
    .form-group .form-control[b-3tngf2hrxz],
    .form-group input[b-3tngf2hrxz] {
        width: 100%;
        height: 35px;
        border: 1px solid #ff8c00 !important;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #ffffff !important;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
    }

        /* Estado de foco */
        [b-3tngf2hrxz] .form-control:focus,
        [b-3tngf2hrxz] input.form-control:focus,
        [b-3tngf2hrxz] input[type="text"]:focus,
        [b-3tngf2hrxz] input[type="password"]:focus,
        [b-3tngf2hrxz] input[type="email"]:focus,
        .form-group .form-control:focus[b-3tngf2hrxz],
        .form-group input:focus[b-3tngf2hrxz] {
            border: 1px solid #e94e1b !important;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }

        /* =========================================== 
   ANULA estilos de validação do Blazor
   Classes: .valid, .invalid, .modified
=========================================== */

        [b-3tngf2hrxz] .form-control.valid,
        [b-3tngf2hrxz] .form-control.invalid,
        [b-3tngf2hrxz] .form-control.modified,
        [b-3tngf2hrxz] .form-control.valid.modified,
        [b-3tngf2hrxz] .form-control.invalid.modified,
        [b-3tngf2hrxz] input.valid,
        [b-3tngf2hrxz] input.invalid,
        [b-3tngf2hrxz] input.modified,
        [b-3tngf2hrxz] input.valid.modified,
        [b-3tngf2hrxz] input.invalid.modified,
        .form-group .form-control.valid[b-3tngf2hrxz],
        .form-group .form-control.invalid[b-3tngf2hrxz],
        .form-group .form-control.modified[b-3tngf2hrxz],
        .form-group input.valid[b-3tngf2hrxz],
        .form-group input.invalid[b-3tngf2hrxz],
        .form-group input.modified[b-3tngf2hrxz] {
            background-color: #ffffff !important;
            border: 1px solid #ff8c00 !important;
            box-shadow: none !important;
            outline: none !important;
            background-image: none !important;
        }

            /* Foco nos estados de validação */
            [b-3tngf2hrxz] .form-control.valid:focus,
            [b-3tngf2hrxz] .form-control.invalid:focus,
            [b-3tngf2hrxz] .form-control.modified:focus,
            [b-3tngf2hrxz] input.valid:focus,
            [b-3tngf2hrxz] input.invalid:focus,
            [b-3tngf2hrxz] input.modified:focus,
            .form-group .form-control.valid:focus[b-3tngf2hrxz],
            .form-group .form-control.invalid:focus[b-3tngf2hrxz],
            .form-group input.valid:focus[b-3tngf2hrxz],
            .form-group input.invalid:focus[b-3tngf2hrxz] {
                border: 1px solid #e94e1b !important;
                box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
                background-color: #ffffff !important;
                outline: none !important;
                background-image: none !important;
            }

/* Mensagens de validação */
[b-3tngf2hrxz] .validation-message,
.validation-message[b-3tngf2hrxz] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* Container do botão */
.button-container[b-3tngf2hrxz] {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

/* Botões de ação */
.buttonAction[b-3tngf2hrxz],
.buttonEfect[b-3tngf2hrxz] {
    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-3tngf2hrxz],
    .buttonEfect:hover[b-3tngf2hrxz] {
        background-color: #e67e00;
    }

    .buttonAction:focus[b-3tngf2hrxz],
    .buttonEfect:focus[b-3tngf2hrxz] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

    .buttonAction:disabled[b-3tngf2hrxz],
    .buttonEfect:disabled[b-3tngf2hrxz] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* Alertas de erro */
.alert[b-3tngf2hrxz] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

.alert-danger[b-3tngf2hrxz] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsividade */
@media (max-width: 768px) {
    .login-form[b-3tngf2hrxz] {
        padding: 1.5rem;
    }

    .toggle-container[b-3tngf2hrxz] {
        flex-direction: column;
        gap: 10px;
    }

    .toggle-text[b-3tngf2hrxz] {
        min-width: auto;
    }

    .button-container[b-3tngf2hrxz] {
        justify-content: center;
    }

    .buttonAction[b-3tngf2hrxz],
    .buttonEfect[b-3tngf2hrxz] {
        width: 100%;
        max-width: 250px;
    }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
    .login-form[b-3tngf2hrxz] {
        padding: 1rem;
    }

    h3[b-3tngf2hrxz] {
        font-size: 20px;
    }
}
/* /Pages/MoneyBox.razor.rz.scp.css */
/* ============================================
   BOMBUS - MoneyBox
   CSS Isolado (scoped)
   Paleta: Cinzas + Laranja (#ff8c00 e #e94e1b)
   ============================================ */

/* Container Principal */
.moneybox-page[b-l5ulj6yalu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    box-sizing: border-box;
    min-height: calc(100vh - 200px);
}

/* ========== HEADER ========== */
.page-header[b-l5ulj6yalu] {
    margin-bottom: 1.5rem;
}

.page-title[b-l5ulj6yalu] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-subtitle[b-l5ulj6yalu] {
    font-size: 0.95rem;
    color: #666;
    margin: 0.5rem 0 0 0;
    line-height: 1.4;
}

/* ========== INFO BANNER ========== */
.info-banner[b-l5ulj6yalu] {
    background: linear-gradient(135deg, #fff8f0 0%, #fff4e6 100%);
    border-left: 4px solid #ff8c00;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-banner-icon[b-l5ulj6yalu] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-banner-text[b-l5ulj6yalu] {
    flex: 1;
}

.info-banner-title[b-l5ulj6yalu] {
    font-weight: 700;
    color: #e67e00;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.info-banner-description[b-l5ulj6yalu] {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.6;
}

.close-btn[b-l5ulj6yalu] {
    background: transparent;
    border: none;
    color: #999;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s;
    flex-shrink: 0;
    line-height: 1;
}

    .close-btn:hover[b-l5ulj6yalu] {
        background: rgba(255, 140, 0, 0.1);
        color: #ff8c00;
    }

/* ========== BALANCE CARD ========== */
.balance-card[b-l5ulj6yalu] {
    background: linear-gradient(135deg, #ff8c00 0%, #e67e00 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.3);
    color: white;
}

.balance-header[b-l5ulj6yalu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.balance-icon[b-l5ulj6yalu] {
    font-size: 2rem;
}

.balance-label[b-l5ulj6yalu] {
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.balance-amount[b-l5ulj6yalu] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
    min-height: 4rem;
    align-items: center;
}

.currency[b-l5ulj6yalu] {
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.9;
}

.value[b-l5ulj6yalu] {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}

.balance-footer[b-l5ulj6yalu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.last-update[b-l5ulj6yalu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    opacity: 0.9;
}

.update-icon[b-l5ulj6yalu] {
    font-size: 1rem;
}

.update-text[b-l5ulj6yalu] {
    font-weight: 400;
}

/* ========== ACCOUNT INFO CARD ========== */
.account-info-card[b-l5ulj6yalu] {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.account-header[b-l5ulj6yalu] {
    margin-bottom: 1rem;
}

.account-title[b-l5ulj6yalu] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.account-details[b-l5ulj6yalu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.account-row[b-l5ulj6yalu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

    .account-row:last-child[b-l5ulj6yalu] {
        border-bottom: none;
    }

.account-label[b-l5ulj6yalu] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

.account-value[b-l5ulj6yalu] {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    font-family: 'SF Mono', 'Courier New', monospace;
}

.account-notice[b-l5ulj6yalu] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-left: 3px solid #2196f3;
    border-radius: 8px;
    margin-top: 1rem;
}

.notice-icon[b-l5ulj6yalu] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.notice-text[b-l5ulj6yalu] {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
}

    .notice-text strong[b-l5ulj6yalu] {
        color: #1976d2;
        font-weight: 600;
    }

/* ========== TRANSACTIONS SECTION ========== */
.transactions-section[b-l5ulj6yalu] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.transactions-header[b-l5ulj6yalu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.transactions-title[b-l5ulj6yalu] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.transactions-list[b-l5ulj6yalu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.transaction-item[b-l5ulj6yalu] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fafafa;
    border-radius: 8px;
    border-left: 3px solid #e0e0e0;
    transition: all 0.2s;
}

    .transaction-item.credit[b-l5ulj6yalu] {
        border-left-color: #4caf50;
    }

    .transaction-item.debit[b-l5ulj6yalu] {
        border-left-color: #ff6b6b;
    }

    .transaction-item:hover[b-l5ulj6yalu] {
        background: #f5f5f5;
        transform: translateX(4px);
    }

.transaction-icon[b-l5ulj6yalu] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.transaction-info[b-l5ulj6yalu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.transaction-description[b-l5ulj6yalu] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}

.transaction-date[b-l5ulj6yalu] {
    font-size: 0.75rem;
    color: #999;
}

.transaction-amount[b-l5ulj6yalu] {
    font-size: 1rem;
    font-weight: 700;
    font-family: 'SF Mono', 'Courier New', monospace;
}

    .transaction-amount.credit[b-l5ulj6yalu] {
        color: #4caf50;
    }

    .transaction-amount.debit[b-l5ulj6yalu] {
        color: #ff6b6b;
    }

/* ========== ALERTS ========== */
.alert[b-l5ulj6yalu] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-success[b-l5ulj6yalu] {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-left: 4px solid #4caf50;
}

.alert-error[b-l5ulj6yalu] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
    border-left: 4px solid #f44336;
}

.alert-icon[b-l5ulj6yalu] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-content[b-l5ulj6yalu] {
    flex: 1;
}

.alert-title[b-l5ulj6yalu] {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.alert-success .alert-title[b-l5ulj6yalu] {
    color: #2e7d32;
}

.alert-error .alert-title[b-l5ulj6yalu] {
    color: #c62828;
}

.alert-message[b-l5ulj6yalu] {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

/* ========== ACTION AREA ========== */
.action-area[b-l5ulj6yalu] {
    margin-top: auto;
    padding-top: 1.5rem;
    padding-bottom: 2.0rem;
}

.btn-group[b-l5ulj6yalu] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.helper-text[b-l5ulj6yalu] {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    padding: 0.5rem;
}

/* ========== BUTTONS ========== */
.btn[b-l5ulj6yalu] {
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: inherit;
}

    .btn:disabled[b-l5ulj6yalu] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-primary[b-l5ulj6yalu] {
    background: linear-gradient(135deg, #ff8c00, #e67e00);
    color: white;
    box-shadow: 0 4px 16px rgba(255, 140, 0, 0.3);
}

    .btn-primary:hover:not(:disabled)[b-l5ulj6yalu] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
    }

    .btn-primary:active:not(:disabled)[b-l5ulj6yalu] {
        transform: translateY(0);
    }

.btn-secondary[b-l5ulj6yalu] {
    background: white;
    color: #666;
    border: 2px solid #e0e0e0;
}

    .btn-secondary:hover:not(:disabled)[b-l5ulj6yalu] {
        border-color: #ff8c00;
        color: #ff8c00;
        background: #fff8f0;
    }

.btn-link[b-l5ulj6yalu] {
    background: transparent;
    border: none;
    color: #ff8c00;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0;
    transition: all 0.2s;
}

    .btn-link:hover[b-l5ulj6yalu] {
        color: #e67e00;
        text-decoration: underline;
    }

/* ========== MODAL ========== */
.modal-overlay[b-l5ulj6yalu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeIn-b-l5ulj6yalu 0.2s ease-out;
}

.modal-content[b-l5ulj6yalu] {
    background: white;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-l5ulj6yalu 0.3s ease-out;
}

.modal-header[b-l5ulj6yalu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.modal-title[b-l5ulj6yalu] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.modal-body[b-l5ulj6yalu] {
    padding: 1.5rem;
}

.confirm-info[b-l5ulj6yalu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.confirm-row[b-l5ulj6yalu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

    .confirm-row:last-child[b-l5ulj6yalu] {
        border-bottom: none;
    }

.confirm-label[b-l5ulj6yalu] {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.confirm-value[b-l5ulj6yalu] {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
    text-align: right;
}

    .confirm-value.highlight[b-l5ulj6yalu] {
        color: #ff8c00;
        font-size: 1.5rem;
    }

.warning-box[b-l5ulj6yalu] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff8f0;
    border-left: 3px solid #ff8c00;
    border-radius: 8px;
}

.warning-icon[b-l5ulj6yalu] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.warning-text[b-l5ulj6yalu] {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

.modal-footer[b-l5ulj6yalu] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

/* ========== LOADING STATES ========== */
.loading-container[b-l5ulj6yalu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.loading-spinner-large[b-l5ulj6yalu] {
    width: 48px;
    height: 48px;
    border: 4px solid #f0f0f0;
    border-top-color: #ff8c00;
    border-radius: 50%;
    animation: spin-b-l5ulj6yalu 1s linear infinite;
}

.loading-spinner[b-l5ulj6yalu] {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-l5ulj6yalu 0.8s linear infinite;
}

.loading-text[b-l5ulj6yalu] {
    font-size: 0.95rem;
    opacity: 0.9;
}

.spinner[b-l5ulj6yalu] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-l5ulj6yalu 0.8s linear infinite;
}

.empty-state-small[b-l5ulj6yalu] {
    text-align: center;
    padding: 1rem;
    color: #999;
    font-size: 0.85rem;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeIn-b-l5ulj6yalu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-l5ulj6yalu {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-l5ulj6yalu {
    to {
        transform: rotate(360deg);
    }
}

.fade-in[b-l5ulj6yalu] {
    animation: fadeIn-b-l5ulj6yalu 0.3s ease-out;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {
    .moneybox-page[b-l5ulj6yalu] {
        padding: 1.5rem;
    }

    .page-title[b-l5ulj6yalu] {
        font-size: 1.5rem;
    }

    .balance-card[b-l5ulj6yalu] {
        padding: 1.5rem;
    }

    .balance-amount[b-l5ulj6yalu] {
        min-height: 3rem;
    }

    .value[b-l5ulj6yalu] {
        font-size: 2.5rem;
    }

    .currency[b-l5ulj6yalu] {
        font-size: 1.25rem;
    }

    .btn-group[b-l5ulj6yalu] {
        flex-direction: column;
    }

    .modal-content[b-l5ulj6yalu] {
        max-width: 100%;
        margin: 0 1rem;
    }
}

@media (max-width: 480px) {
    .moneybox-page[b-l5ulj6yalu] {
        padding: 1rem;
    }

    .page-title[b-l5ulj6yalu] {
        font-size: 1.35rem;
    }

    .info-banner[b-l5ulj6yalu] {
        padding: 0.875rem 1rem;
    }

    .info-banner-description[b-l5ulj6yalu] {
        font-size: 0.8rem;
    }

    .balance-card[b-l5ulj6yalu] {
        padding: 1.25rem;
    }

    .value[b-l5ulj6yalu] {
        font-size: 2rem;
    }

    .currency[b-l5ulj6yalu] {
        font-size: 1rem;
    }

    .account-info-card[b-l5ulj6yalu],
    .transactions-section[b-l5ulj6yalu] {
        padding: 1rem;
    }

    .transaction-item[b-l5ulj6yalu] {
        padding: 0.75rem;
    }

    .modal-header[b-l5ulj6yalu],
    .modal-body[b-l5ulj6yalu],
    .modal-footer[b-l5ulj6yalu] {
        padding: 1rem;
    }

    .modal-title[b-l5ulj6yalu] {
        font-size: 1.1rem;
    }
}

/* ========== DARK MODE CONSIDERATIONS (opcional) ========== */
@media (prefers-color-scheme: dark) {
    /* Mantenha sempre claro para consistência corporativa */
    .moneybox-page[b-l5ulj6yalu] {
        background-color: white;
    }
}
/* /Pages/Users.razor.rz.scp.css */
/* Container principal da página */
.users-page[b-5oik84fb39] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

h3[b-5oik84fb39] {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

hr[b-5oik84fb39] {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-bottom: 30px;
}

/* ============================================
   ALERTAS
============================================ */
.alert[b-5oik84fb39] {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success[b-5oik84fb39] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-5oik84fb39] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ============================================
   SEÇÃO DE CADASTRO (FORMULÁRIO)
============================================ */
.form-section[b-5oik84fb39] {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

    .form-section h4[b-5oik84fb39] {
        font-size: 18px;
        color: #ff8c00;
        margin-bottom: 20px;
        font-weight: bold;
    }

.form-row[b-5oik84fb39] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.form-group[b-5oik84fb39] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-5oik84fb39] {
        font-size: 14px;
        color: #555;
        margin-bottom: 5px;
        font-weight: 500;
    }

    /* Form controls */
    [b-5oik84fb39] .form-control,
    [b-5oik84fb39] input.form-control,
    [b-5oik84fb39] input[type="text"],
    [b-5oik84fb39] input[type="password"],
    [b-5oik84fb39] input[type="email"],
    .form-group .form-control[b-5oik84fb39],
    .form-group input[b-5oik84fb39] {
        width: 100%;
        height: 35px;
        border: 1px solid #ff8c00 !important;
        border-radius: 4px;
        padding: 0 10px;
        font-size: 14px;
        background-color: #ffffff !important;
        box-sizing: border-box;
        outline: none !important;
        box-shadow: none !important;
    }

        [b-5oik84fb39] .form-control:focus,
        [b-5oik84fb39] input.form-control:focus,
        [b-5oik84fb39] input[type="text"]:focus,
        [b-5oik84fb39] input[type="password"]:focus,
        [b-5oik84fb39] input[type="email"]:focus,
        .form-group .form-control:focus[b-5oik84fb39],
        .form-group input:focus[b-5oik84fb39] {
            border: 1px solid #e94e1b !important;
            box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
            background-color: #ffffff !important;
            outline: none !important;
        }

        /* Anula estilos de validação do Blazor */
        [b-5oik84fb39] .form-control.valid,
        [b-5oik84fb39] .form-control.invalid,
        [b-5oik84fb39] .form-control.modified,
        [b-5oik84fb39] .form-control.valid.modified,
        [b-5oik84fb39] .form-control.invalid.modified,
        [b-5oik84fb39] input.valid,
        [b-5oik84fb39] input.invalid,
        [b-5oik84fb39] input.modified,
        .form-group .form-control.valid[b-5oik84fb39],
        .form-group .form-control.invalid[b-5oik84fb39],
        .form-group input.valid[b-5oik84fb39],
        .form-group input.invalid[b-5oik84fb39] {
            background-color: #ffffff !important;
            border: 1px solid #ff8c00 !important;
            box-shadow: none !important;
            outline: none !important;
            background-image: none !important;
        }

            [b-5oik84fb39] .form-control.valid:focus,
            [b-5oik84fb39] .form-control.invalid:focus,
            [b-5oik84fb39] .form-control.modified:focus,
            [b-5oik84fb39] input.valid:focus,
            [b-5oik84fb39] input.invalid:focus,
            .form-group .form-control.valid:focus[b-5oik84fb39],
            .form-group .form-control.invalid:focus[b-5oik84fb39],
            .form-group input.valid:focus[b-5oik84fb39],
            .form-group input.invalid:focus[b-5oik84fb39] {
                border: 1px solid #e94e1b !important;
                box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25) !important;
                background-color: #ffffff !important;
                outline: none !important;
                background-image: none !important;
            }

/* Mensagens de validação */
[b-5oik84fb39] .validation-message,
.validation-message[b-5oik84fb39] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.button-row[b-5oik84fb39] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.btn[b-5oik84fb39] {
    height: 35px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-5oik84fb39] {
    background-color: #ff8c00;
    color: white;
}

    .btn-primary:hover[b-5oik84fb39] {
        background-color: #e67e00;
    }

    .btn-primary:focus[b-5oik84fb39] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4);
    }

.btn-secondary[b-5oik84fb39] {
    background-color: #e0e0e0;
    color: #555;
}

    .btn-secondary:hover[b-5oik84fb39] {
        background-color: #d0d0d0;
    }

.btn:disabled[b-5oik84fb39] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================
   SEÇÃO DE LISTAGEM (TABELA)
============================================ */
.list-section[b-5oik84fb39] {
    margin-top: 30px;
}

    .list-section h4[b-5oik84fb39] {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px;
        font-weight: bold;
    }

.table-container[b-5oik84fb39] {
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

table[b-5oik84fb39] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed; /* ← Ativa controle manual de larguras */
}

thead[b-5oik84fb39] {
    background-color: #ff8c00;
    color: white;
}

    thead th[b-5oik84fb39] {
        padding: 12px;
        text-align: left;
        font-weight: bold;
    }

        /* ✅ Larguras específicas por coluna */
        thead th:nth-child(1)[b-5oik84fb39] { /* Nome */
            width: 35%;
        }

        thead th:nth-child(2)[b-5oik84fb39] { /* E-mail (Login) */
            width: 35%;
        }

        thead th:nth-child(3)[b-5oik84fb39] { /* Status */
            width: 15%;
        }

        thead th:nth-child(4)[b-5oik84fb39] { /* Ações */
            width: 15%;
        }

tbody tr[b-5oik84fb39] {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

    tbody tr:hover[b-5oik84fb39] {
        background-color: #fff8f0;
    }

tbody td[b-5oik84fb39] {
    padding: 12px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Badge de status */
.status-badge[b-5oik84fb39] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.status-permitido[b-5oik84fb39] {
    background-color: #d4edda;
    color: #155724;
}

.status-bloqueado[b-5oik84fb39] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Ícones de ação na tabela */
.action-buttons[b-5oik84fb39] {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start; /* ← Alinha os ícones à esquerda */
}

.action-icon[b-5oik84fb39] {
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 5px;
    border-radius: 4px;
}

    .action-icon:hover[b-5oik84fb39] {
        transform: scale(1.2);
    }

/* Ícone de editar (lápis) */
.icon-edit[b-5oik84fb39] {
    color: #0066cc;
}

    .icon-edit:hover[b-5oik84fb39] {
        background-color: #e7f3ff;
    }

/* Ícone de bloquear (cadeado fechado) */
.icon-lock[b-5oik84fb39] {
    color: #ffc107;
}

    .icon-lock:hover[b-5oik84fb39] {
        background-color: #fff8e7;
    }

/* Ícone de desbloquear (cadeado aberto) */
.icon-unlock[b-5oik84fb39] {
    color: #4caf50;
}

    .icon-unlock:hover[b-5oik84fb39] {
        background-color: #e8f5e9;
    }

/* Ícone de excluir (lixeira) */
.icon-delete[b-5oik84fb39] {
    color: #dc3545;
}

    .icon-delete:hover[b-5oik84fb39] {
        background-color: #f8d7da;
    }

/* Estados especiais */
.loading-state[b-5oik84fb39],
.empty-state[b-5oik84fb39] {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 14px;
}

    .empty-state i[b-5oik84fb39] {
        font-size: 48px;
        margin-bottom: 15px;
        display: block;
    }

/* ============================================
   RESPONSIVIDADE
============================================ */
@media (max-width: 768px) {
    .users-page[b-5oik84fb39] {
        padding: 1.5rem;
    }

    .form-row[b-5oik84fb39] {
        grid-template-columns: 1fr;
    }

    .button-row[b-5oik84fb39] {
        flex-direction: column;
    }

    .btn[b-5oik84fb39] {
        width: 100%;
    }

    table[b-5oik84fb39] {
        font-size: 12px;
        table-layout: auto; /* ← Remove fixed em mobile */
    }

    /* Remove larguras fixas em mobile */
    thead th:nth-child(1)[b-5oik84fb39],
    thead th:nth-child(2)[b-5oik84fb39],
    thead th:nth-child(3)[b-5oik84fb39],
    thead th:nth-child(4)[b-5oik84fb39] {
        width: auto;
    }

    thead th[b-5oik84fb39],
    tbody td[b-5oik84fb39] {
        padding: 8px;
    }

    tbody td[b-5oik84fb39] {
        white-space: normal; /* ← Permite quebra de linha em mobile */
    }

    .action-buttons[b-5oik84fb39] {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .users-page[b-5oik84fb39] {
        padding: 1rem;
    }

    h3[b-5oik84fb39] {
        font-size: 20px;
    }
}
