/* _content/Educa/Components/Layout/MainLayout.razor.rz.scp.css */
/* Reset e Estilos Globais */
*[b-xno5v7dhlm] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-xno5v7dhlm] {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #333333 !important;
    background-color: #F1F4FA !important;
    overflow-x: hidden;
}

/* Layout Principal */
.page[b-xno5v7dhlm] {
    display: flex;
    min-height: 100vh;
    position: relative;
}

/* Top Bar para Mobile */
.top-bar-mobile[b-xno5v7dhlm] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
}

.top-bar-content[b-xno5v7dhlm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
}

.mobile-menu-toggle[b-xno5v7dhlm] {
    font-size: 24px;
    color: #6042ff;
    cursor: pointer;
}

.mobile-logo[b-xno5v7dhlm] {
    height: 40px;
    cursor: pointer;
}

.mobile-profile-icon[b-xno5v7dhlm] {
    font-size: 28px;
    color: #6042ff;
    cursor: pointer;
}

/* Overlay para mobile */
.mobile-overlay[b-xno5v7dhlm] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mobile-overlay.active[b-xno5v7dhlm] {
        display: block;
        opacity: 1;
    }

/* Sidebar - Estilos Gerais */
.sidebar[b-xno5v7dhlm] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px;
    background: #ffffff !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .sidebar.close[b-xno5v7dhlm] {
        width: 78px;
    }

/* �rea do Logo */
.logo-details[b-xno5v7dhlm] {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
    min-height: 70px;
    position: relative;
}

.close-mobile-menu[b-xno5v7dhlm] {
    display: none;
    font-size: 24px;
    color: #6042ff;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.menu-toggle[b-xno5v7dhlm] {
    font-size: 24px;
    color: #6042ff !important;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sidebar.close .menu-toggle[b-xno5v7dhlm] {
    transform: rotate(180deg);
    margin-right: 0;
}

.logo_name[b-xno5v7dhlm] {
    height: 60px;
    transition: opacity 0.3s ease;
    object-fit: contain;
}

.sidebar.close .logo_name[b-xno5v7dhlm] {
    opacity: 0;
    width: 0;
    margin: 0;
}

/* Caixa de Pesquisa */
.search-box[b-xno5v7dhlm] {
    padding: 15px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
    transition: all 0.3s ease;
}

.sidebar.close .search-box[b-xno5v7dhlm] {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
}

/* Itens do Menu */
.menu-items[b-xno5v7dhlm] {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #7a5cff transparent;
}

    .menu-items[b-xno5v7dhlm]::-webkit-scrollbar {
        width: 4px;
    }

    .menu-items[b-xno5v7dhlm]::-webkit-scrollbar-thumb {
        background-color: #7a5cff !important;
        border-radius: 4px;
    }

.nav-links[b-xno5v7dhlm] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav-links li[b-xno5v7dhlm] {
        position: relative;
    }

.nav-item[b-xno5v7dhlm] {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #6042ff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    white-space: nowrap;
}

.nav-links li:hover[b-xno5v7dhlm] {
    background: rgba(96, 66, 255, 0.1);
}

.nav-links li.active[b-xno5v7dhlm] {
    background: rgba(96, 66, 255, 0.1);
    border-left: 3px solid #6042ff !important;
}

.nav-links li i[b-xno5v7dhlm] {
    font-size: 30px;
    min-width: 45px;
    color: #6042ff !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.material-symbols-outlined[b-xno5v7dhlm] {
    font-size: 22px;
    color: #6042ff !important;
}

.link_name[b-xno5v7dhlm] {
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.sidebar.close .link_name[b-xno5v7dhlm] {
    opacity: 0;
    width: 0;
}

/* Submenu */
.iocn-link[b-xno5v7dhlm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.arrow[b-xno5v7dhlm] {
    font-size: 16px;
    color: #6042ff !important;
    transition: transform 0.3s ease;
    margin-right: 15px;
    cursor: pointer;
}

    .arrow.rotated[b-xno5v7dhlm] {
        transform: rotate(180deg);
    }

.sidebar.close .arrow[b-xno5v7dhlm] {
    display: none;
}

.sub-menu[b-xno5v7dhlm] {
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    list-style: none;
}

    .sub-menu.show[b-xno5v7dhlm] {
        max-height: 500px;
    }

.submenu-item[b-xno5v7dhlm] {
    padding: 5px 15px 5px 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #6042ff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .submenu-item:hover[b-xno5v7dhlm] {
        color: #6042ff !important;
        background: rgba(96, 66, 255, 0.1);
    }

.sub-menu li i[b-xno5v7dhlm] {
    font-size: 16px;
    min-width: 30px;
}

/* Se��o do Perfil */
.profile-section[b-xno5v7dhlm] {
    padding: 15px;
    border-top: 1px solid rgba(96, 66, 255, 0.1);
    margin-top: auto;
}

.profile-details[b-xno5v7dhlm] {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.profile-info[b-xno5v7dhlm] {
    flex: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}

.profile_name[b-xno5v7dhlm] {
    font-size: 14px;
    font-weight: 500;
    color: #6042ff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job[b-xno5v7dhlm] {
    font-size: 12px;
    color: #666666 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-icon[b-xno5v7dhlm] {
    font-size: 20px;
    color: #6042ff !important;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .logout-icon:hover[b-xno5v7dhlm] {
        color: #4d2bd4 !important;
        transform: scale(1.1);
    }

.sidebar.close .profile-info[b-xno5v7dhlm],
.sidebar.close .logout-icon[b-xno5v7dhlm] {
    opacity: 0;
    width: 0;
    margin: 0;
}

/* �rea de Conte�do */
.content-section[b-xno5v7dhlm] {
    margin-left: 260px;
    width: calc(100% - 260px);
    transition: all 0.3s ease;
    min-height: 100vh;
}

.sidebar.close ~ .content-section[b-xno5v7dhlm] {
    margin-left: 78px;
    width: calc(100% - 78px);
}

.content-container[b-xno5v7dhlm] {
    padding: 20px;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    background-attachment: fixed !important;
}

/* Responsividade - Mobile */
@media (max-width: 768px) {
    .top-bar-mobile[b-xno5v7dhlm] {
        display: block;
    }

    .sidebar[b-xno5v7dhlm] {
        transform: translateX(-100%);
        width: 280px;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    }

        .sidebar.mobile-open[b-xno5v7dhlm] {
            transform: translateX(0);
        }

    .close-mobile-menu[b-xno5v7dhlm] {
        display: block;
    }

    .content-section[b-xno5v7dhlm] {
        margin-left: 0 !important;
        width: 100% !important;
        padding-top: 60px; /* Compensa a altura da top bar */
    }

    .content-container[b-xno5v7dhlm] {
        padding: 15px;
    }

    /* Ajustes para o menu mobile */
    .logo-details[b-xno5v7dhlm] {
        padding: 20px;
        min-height: 60px;
    }

    .menu-toggle[b-xno5v7dhlm] {
        display: none; /* Esconde o toggle original no mobile */
    }
}

/* Blazor Error UI */
#blazor-error-ui[b-xno5v7dhlm] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    color: #856404;
    border-top: 1px solid #ffeeba;
    font-size: 14px;
}

    #blazor-error-ui .dismiss[b-xno5v7dhlm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #856404;
        font-weight: bold;
    }

    #blazor-error-ui .reload[b-xno5v7dhlm] {
        color: #6042ff;
        text-decoration: underline;
        margin-left: 10px;
    }

/* Efeitos de Transi��o */
.nav-item[b-xno5v7dhlm], .submenu-item[b-xno5v7dhlm], .profile-details[b-xno5v7dhlm], .menu-toggle[b-xno5v7dhlm], .logout-icon[b-xno5v7dhlm] {
    transition: all 0.3s ease;
}

.profile-content[b-xno5v7dhlm] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-icon[b-xno5v7dhlm] {
    font-size: 40px;
    color: #6042ff;
    background-color: rgba(96, 66, 255, 0.1);
    border-radius: 50%;
    padding: 5px;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-icon:hover[b-xno5v7dhlm] {
        background-color: rgba(96, 66, 255, 0.2);
        transform: scale(1.05);
    }

.sidebar.close .profile-icon[b-xno5v7dhlm] {
    font-size: 30px;
    width: 40px;
    height: 40px;
}

/* Melhorias para RadzenTextBox */
.rz-textbox[b-xno5v7dhlm] {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    transition: all 0.3s !important;
}

    .rz-textbox:focus[b-xno5v7dhlm] {
        border-color: #6042ff !important;
        box-shadow: 0 0 0 2px rgba(96, 66, 255, 0.2) !important;
        outline: none !important;
    }

.custom-textbox input.rz-inputtext[b-xno5v7dhlm] {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
}

    .custom-textbox input.rz-inputtext:focus[b-xno5v7dhlm] {
        border-color: #6042ff !important;
        box-shadow: 0 0 0 2px rgba(96, 66, 255, 0.2) !important;
        outline: none !important;
    }

/* Tooltips */
[tooltip][b-xno5v7dhlm] {
    position: relative;
}

    [tooltip][b-xno5v7dhlm]::after {
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
        margin-bottom: 5px;
    }

    [tooltip]:hover[b-xno5v7dhlm]::after {
        opacity: 1;
    }

/* Submenu quando o menu est� fechado */
.sidebar.close .nav-links > li > .sub-menu[b-xno5v7dhlm] {
    position: absolute;
    left: 78px; /* Largura do menu fechado */
    top: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    border-radius: 0 6px 6px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 10px 0;
    z-index: 1000;
}

.sidebar.close .nav-links > li:hover > .sub-menu[b-xno5v7dhlm] {
    opacity: 1;
    pointer-events: auto;
}

/* Itens do submenu */
.sidebar.close .sub-menu li a[b-xno5v7dhlm] {
    padding: 8px 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* �cones no submenu fechado */
.sidebar.close .sub-menu li i[b-xno5v7dhlm] {
    margin-right: 10px;
    font-size: 18px;
}

/* Seta quando fechado */
.sidebar.close .arrow[b-xno5v7dhlm] {
    display: none;
}

/* Ajuste do hover */
.sidebar.close .nav-links > li:hover[b-xno5v7dhlm] {
    background: rgba(96, 66, 255, 0.1);
}

.sidebar.close .menu-items[b-xno5v7dhlm] {
    overflow: hidden;
}

/* Menu fechado - hover e submenus */
.sidebar.close .nav-links > li[b-xno5v7dhlm] {
    position: relative;
}

    .sidebar.close .nav-links > li:hover[b-xno5v7dhlm] {
        background: rgba(96, 66, 255, 0.1);
    }

        .sidebar.close .nav-links > li:hover > .sub-menu[b-xno5v7dhlm] {
            display: block;
            opacity: 1;
            pointer-events: auto;
        }

.sidebar.close .sub-menu[b-xno5v7dhlm] {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    border-radius: 0 8px 8px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
    padding: 10px 0;
    z-index: 1000;
    max-height: none;
}

    .sidebar.close .sub-menu.show[b-xno5v7dhlm] {
        display: block;
        opacity: 1;
    }
/* _content/Educa/Components/Pages/Alerta.razor.rz.scp.css */
.alert-dialog-container[b-013it8gkjh] {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    max-width: 600px;
    padding: 1.5rem;
    gap: 1.5rem;
}

.alert-header[b-013it8gkjh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert-icon[b-013it8gkjh] {
    font-size: 34px;
    margin-right: 12px;
}

.alert-icon-wrapper[b-013it8gkjh] {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.alert-icon-wrapper:hover[b-013it8gkjh] {
    transform: scale(1.1);
}

.alert-icon-success[b-013it8gkjh] {
    color: var(--rz-success);
}

.alert-icon-warning[b-013it8gkjh] {
    color: var(--rz-warning);
}

.alert-icon-error[b-013it8gkjh] {
    color: var(--rz-danger);
}

.alert-icon-info[b-013it8gkjh] {
    color: var(--rz-info);
}

.alert-title[b-013it8gkjh] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.alert-body[b-013it8gkjh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.alert-message[b-013it8gkjh] {
    font-size: 1rem;
    color: var(--rz-text-secondary);
    line-height: 1.5;
}

.alert-footer[b-013it8gkjh] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.alert-button[b-013it8gkjh] {
    min-width: 250px !important;
}

/* Responsividade */
@media (max-width: 600px) {
    .alert-dialog-container[b-013it8gkjh] {
        min-width: unset;
        width: 100%;
    }

    .alert-footer[b-013it8gkjh] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .alert-button[b-013it8gkjh] {
        width: 100%;
    }

    .alert-icon-wrapper[b-013it8gkjh] {
        margin-bottom: 0.5rem;
    }

    .alert-header[b-013it8gkjh] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/Educa/Components/Pages/AutorizacaoRota.razor.rz.scp.css */
/* Estilo do container principal */
.authorization-container[b-lfgph7aqrf] {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
}

/* Card de não autorizado */
.not-authorized-card[b-lfgph7aqrf] {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2.5rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 4px solid #dc3545;
}

.not-authorized-icon[b-lfgph7aqrf] {
    font-size: 3.5rem;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.not-authorized-title[b-lfgph7aqrf] {
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.not-authorized-message[b-lfgph7aqrf] {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

    .not-authorized-message strong[b-lfgph7aqrf] {
        color: #495057;
        font-weight: 500;
    }

.not-authorized-solution[b-lfgph7aqrf] {
    background-color: #f8f9fa;
    border-left: 4px solid #ffc107;
    padding: 1rem;
    margin: 1.5rem 0;
    text-align: left;
    border-radius: 4px;
    display: flex;
    gap: 0.75rem;
}

    .not-authorized-solution i[b-lfgph7aqrf] {
        color: #ffc107;
        font-size: 1.25rem;
    }

    .not-authorized-solution span[b-lfgph7aqrf] {
        color: #495057;
        font-size: 0.95rem;
    }

.not-authorized-actions[b-lfgph7aqrf] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}
/* _content/Educa/Components/Pages/Cadastros/ColaboradoresCadastros.razor.rz.scp.css */
.colaborador-option[b-4yceyuz1ey] {
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    height: 100%;
}

    .colaborador-option:hover[b-4yceyuz1ey] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .colaborador-option.selected[b-4yceyuz1ey] {
        border-color: #28a745;
        background-color: #f8f9fa;
    }

.selected-badge[b-4yceyuz1ey] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}

.material-icons[b-4yceyuz1ey] {
    vertical-align: middle;
}

.logo-empresa[b-4yceyuz1ey] {
    height: 80px;
    max-width: 120px;
    object-fit: contain;
    width: auto; /* Mantém proporção */
    padding: 10px;
}
/* _content/Educa/Components/Pages/Cadastros/FornecedoresCadastros.razor.rz.scp.css */
.colaborador-option[b-u2bkrzee5u] {
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    height: 100%;
}

    .colaborador-option:hover[b-u2bkrzee5u] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .colaborador-option.selected[b-u2bkrzee5u] {
        border-color: #28a745;
        background-color: #f8f9fa;
    }

.selected-badge[b-u2bkrzee5u] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}

.material-icons[b-u2bkrzee5u] {
    vertical-align: middle;
}

.logo-empresa[b-u2bkrzee5u] {
    height: 80px;
    max-width: 120px;
    object-fit: contain;
    width: auto; /* Mantém proporção */
    padding: 10px;
}
/* _content/Educa/Components/Pages/Dashboards/DashboardFinanceiro.razor.rz.scp.css */
body[b-ujg8vn0tmn] {
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

h1[b-ujg8vn0tmn] {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.cards-row[b-ujg8vn0tmn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

/* Estilos do card com borda lateral */
.dashboard-card[b-ujg8vn0tmn] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-left: 5px solid #4e73df;
}

    .dashboard-card:hover[b-ujg8vn0tmn] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .dashboard-card.primary[b-ujg8vn0tmn] {
        border-left-color: #4e73df;
    }

    .dashboard-card.success[b-ujg8vn0tmn] {
        border-left-color: #1cc88a;
    }

    .dashboard-card.warning[b-ujg8vn0tmn] {
        border-left-color: #f6c23e;
    }

    .dashboard-card.danger[b-ujg8vn0tmn] {
        border-left-color: #e74a3b;
    }

.card-icon[b-ujg8vn0tmn] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    opacity: 0.15;
    color: #2c3e50;
}

.card-title[b-ujg8vn0tmn] {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #5a5c69;
    letter-spacing: 0.5px;
    text-align: left;
}

.card-value[b-ujg8vn0tmn] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    text-align: left;
    min-height: 38px;
}

    .card-value.negative[b-ujg8vn0tmn] {
        color: #dc3545;
    }

.dashboard-card .card-value[b-ujg8vn0tmn] {
    transition: color 0.3s ease;
}

.card-footer[b-ujg8vn0tmn] {
    margin-top: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: left;
}

.positive-change[b-ujg8vn0tmn] {
    color: #1cc88a;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.negative-change[b-ujg8vn0tmn] {
    color: #e74a3b;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.change-icon[b-ujg8vn0tmn] {
    margin-right: 4px;
    font-size: 16px;
}

.period-text[b-ujg8vn0tmn] {
    margin-left: auto;
    color: #858796;
}

/* Responsividade */
@media (max-width: 768px) {
    .cards-row[b-ujg8vn0tmn] {
        flex-direction: column;
        align-items: center;
    }
}

.code-sample[b-ujg8vn0tmn] {
    background: #2c3e50;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
    text-align: left;
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    overflow-x: auto;
}

.code-comment[b-ujg8vn0tmn] {
    color: #7f8c8d;
}

.button[b-ujg8vn0tmn] {
    background: #4e73df;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: background 0.3s;
}

    .button:hover[b-ujg8vn0tmn] {
        background: #2e59d9;
    }


.gauge[b-ujg8vn0tmn] {
    --size: 150px;
    --thickness: 15px;
    max-width: 200px;
    height: var(--size);
    border-radius: 50%;
    position: relative;
}

/* Somente o preenchimento (sem texto) */
.gauge-fill[b-ujg8vn0tmn] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( var(--fg-color, #00b3ac) calc(var(--value) * 1%), #e0e0e0 0 );
    transition: background 0.5s ease-in-out;
}

    /* Donut hole */
    .gauge-fill[b-ujg8vn0tmn]::before {
        content: '';
        position: absolute;
        width: calc(100% - var(--thickness) * 2);
        height: calc(100% - var(--thickness) * 2);
        background: white;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Preenchimento positivo: do topo */
    .gauge-fill.positive[b-ujg8vn0tmn] {
        --fg-color: #00b3ac;
        transform: rotate(0deg);
    }

    /* Preenchimento negativo: da esquerda */
    .gauge-fill.negative[b-ujg8vn0tmn] {
        --fg-color: #e74c3c;
        transform: rotate(-90deg);
    }

/* Conteúdo central: permanece reto */
.gauge-content[b-ujg8vn0tmn] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.gauge-text[b-ujg8vn0tmn] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.gauge-label[b-ujg8vn0tmn] {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    white-space: normal; /* Permite quebra de linha */
    max-width: 90%; /* Garante que o texto se adapte */
    line-height: 1.2;
}


/*DRE*/


*[b-ujg8vn0tmn] {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-ujg8vn0tmn] {
    background-color: #f5f7f9;
    color: #333;
    padding: 20px;
    line-height: 1.6;
}

.container[b-ujg8vn0tmn] {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

header[b-ujg8vn0tmn] {
    background: #2c3e50;
    color: white;
    padding: 25px;
    text-align: center;
}

h1[b-ujg8vn0tmn] {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

.periodo[b-ujg8vn0tmn] {
    font-size: 16px;
    opacity: 0.9;
    margin-top: 8px;
}

.resumo[b-ujg8vn0tmn] {
    display: flex;
    justify-content: space-around;
    padding: 25px 20px;
    background: #ecf0f1;
    border-bottom: 1px solid #ddd;
}

.card[b-ujg8vn0tmn] {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .card:hover[b-ujg8vn0tmn] {
        transform: translateY(-5px);
    }

.receita[b-ujg8vn0tmn] {
    background: linear-gradient(to bottom, #e8f5e9, #c8e6c9);
    border-left: 4px solid #4caf50;
}

.despesa[b-ujg8vn0tmn] {
    background: linear-gradient(to bottom, #ffebee, #ffcdd2);
    border-left: 4px solid #f44336;
}

.resultado[b-ujg8vn0tmn] {
    background: linear-gradient(to bottom, #e3f2fd, #bbdefb);
    border-left: 4px solid #2196f3;
}

.card h3[b-ujg8vn0tmn] {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valor[b-ujg8vn0tmn] {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0;
}

.percentual[b-ujg8vn0tmn] {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.08);
    padding: 4px 8px;
    border-radius: 12px;
    display: inline-block;
}

.positivo[b-ujg8vn0tmn] {
    color: #2e7d32;
}

.negativo[b-ujg8vn0tmn] {
    color: #c62828;
}

.detalhes[b-ujg8vn0tmn] {
    padding: 30px;
}

h2[b-ujg8vn0tmn] {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #2c3e50;
}

table[b-ujg8vn0tmn] {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

th[b-ujg8vn0tmn] {
    background: #2c3e50;
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 500;
}

    th:first-child[b-ujg8vn0tmn] {
        border-top-left-radius: 8px;
    }

    th:last-child[b-ujg8vn0tmn] {
        border-top-right-radius: 8px;
    }

td[b-ujg8vn0tmn] {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

tr:hover[b-ujg8vn0tmn] {
    background-color: #f9f9f9;
}

.categoria[b-ujg8vn0tmn] {
    font-weight: 600;
    background-color: #f5f7f9;
    font-size: 16px;
}

.subcategoria[b-ujg8vn0tmn] {
    padding-left: 30px !important;
    color: #555;
}

.total-row[b-ujg8vn0tmn] {
    font-weight: bold;
    background: #f5f7f9;
    font-size: 16px;
}

.resultado-final[b-ujg8vn0tmn] {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.lucro[b-ujg8vn0tmn] {
    background: linear-gradient(to right, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.prejuizo[b-ujg8vn0tmn] {
    background: linear-gradient(to right, #ffebee, #ffcdd2);
    color: #c62828;
    border: 1px solid #f44336;
}

.valor[b-ujg8vn0tmn], .percentual[b-ujg8vn0tmn] {
    text-align: right;
}

.barra-container[b-ujg8vn0tmn] {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-top: 5px;
}

.barra[b-ujg8vn0tmn] {
    height: 6px;
    border-radius: 4px;
}

.barra-receita[b-ujg8vn0tmn] {
    background-color: #4caf50;
}

.barra-despesa[b-ujg8vn0tmn] {
    background-color: #f44336;
}

footer[b-ujg8vn0tmn] {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .resumo[b-ujg8vn0tmn] {
        flex-direction: column;
        align-items: center;
    }

    .card[b-ujg8vn0tmn] {
        width: 90%;
        margin-bottom: 20px;
    }

    table[b-ujg8vn0tmn] {
        display: block;
        overflow-x: auto;
    }

    th[b-ujg8vn0tmn], td[b-ujg8vn0tmn] {
        padding: 10px;
    }
}
/* _content/Educa/Components/Pages/Dashboards/DashboardMatriculas.razor.rz.scp.css */
body[b-6sgjml4jtm] {
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

h1[b-6sgjml4jtm] {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.cards-row[b-6sgjml4jtm] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

/* Estilos do card com borda lateral */
.dashboard-card[b-6sgjml4jtm] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-left: 5px solid #4e73df;
}

    .dashboard-card:hover[b-6sgjml4jtm] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .dashboard-card.primary[b-6sgjml4jtm] {
        border-left-color: #4e73df;
    }

    .dashboard-card.success[b-6sgjml4jtm] {
        border-left-color: #1cc88a;
    }

    .dashboard-card.warning[b-6sgjml4jtm] {
        border-left-color: #f6c23e;
    }

    .dashboard-card.danger[b-6sgjml4jtm] {
        border-left-color: #e74a3b;
    }

.card-icon[b-6sgjml4jtm] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    opacity: 0.15;
    color: #2c3e50;
}

.card-title[b-6sgjml4jtm] {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #5a5c69;
    letter-spacing: 0.5px;
    text-align: left;
}

.card-value[b-6sgjml4jtm] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    text-align: left;
    min-height: 38px;
}

    .card-value.negative[b-6sgjml4jtm] {
        color: #dc3545;
    }

.dashboard-card .card-value[b-6sgjml4jtm] {
    transition: color 0.3s ease;
}

.card-footer[b-6sgjml4jtm] {
    margin-top: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: left;
}

.positive-change[b-6sgjml4jtm] {
    color: #1cc88a;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.negative-change[b-6sgjml4jtm] {
    color: #e74a3b;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.change-icon[b-6sgjml4jtm] {
    margin-right: 4px;
    font-size: 16px;
}

.period-text[b-6sgjml4jtm] {
    margin-left: auto;
    color: #858796;
}

/* Responsividade */
@media (max-width: 768px) {
    .cards-row[b-6sgjml4jtm] {
        flex-direction: column;
        align-items: center;
    }
}

.code-sample[b-6sgjml4jtm] {
    background: #2c3e50;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
    text-align: left;
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    overflow-x: auto;
}

.code-comment[b-6sgjml4jtm] {
    color: #7f8c8d;
}

.button[b-6sgjml4jtm] {
    background: #4e73df;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: background 0.3s;
}

    .button:hover[b-6sgjml4jtm] {
        background: #2e59d9;
    }


.gauge[b-6sgjml4jtm] {
    --size: 150px;
    --thickness: 15px;
    max-width: 200px;
    height: var(--size);
    border-radius: 50%;
    position: relative;
}

/* Somente o preenchimento (sem texto) */
.gauge-fill[b-6sgjml4jtm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( var(--fg-color, #00b3ac) calc(var(--value) * 1%), #e0e0e0 0 );
    transition: background 0.5s ease-in-out;
}

    /* Donut hole */
    .gauge-fill[b-6sgjml4jtm]::before {
        content: '';
        position: absolute;
        width: calc(100% - var(--thickness) * 2);
        height: calc(100% - var(--thickness) * 2);
        background: white;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Preenchimento positivo: do topo */
    .gauge-fill.positive[b-6sgjml4jtm] {
        --fg-color: #00b3ac;
        transform: rotate(0deg);
    }

    /* Preenchimento negativo: da esquerda */
    .gauge-fill.negative[b-6sgjml4jtm] {
        --fg-color: #e74c3c;
        transform: rotate(-90deg);
    }

/* Conteúdo central: permanece reto */
.gauge-content[b-6sgjml4jtm] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.gauge-text[b-6sgjml4jtm] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.gauge-label[b-6sgjml4jtm] {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    white-space: normal; /* Permite quebra de linha */
    max-width: 90%; /* Garante que o texto se adapte */
    line-height: 1.2;
}


/*DRE*/


*[b-6sgjml4jtm] {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.scrollable-table[b-6sgjml4jtm] {
    max-height: 400px; /* Altura fixa - ajuste conforme necessário */
    overflow-y: auto; /* Scroll vertical */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 10px;
}

    /* Para garantir que o thead fique fixo (opcional) */
    .scrollable-table table[b-6sgjml4jtm] {
        width: 100%;
        border-collapse: collapse;
    }

body[b-6sgjml4jtm] {
    background-color: #f5f7f9;
    color: #333;
    padding: 20px;
    line-height: 1.6;
}

.container[b-6sgjml4jtm] {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

header[b-6sgjml4jtm] {
    background: #2c3e50;
    color: white;
    padding: 25px;
    text-align: center;
}

h1[b-6sgjml4jtm] {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

.periodo[b-6sgjml4jtm] {
    font-size: 16px;
    opacity: 0.9;
    margin-top: 8px;
}

.resumo[b-6sgjml4jtm] {
    display: flex;
    justify-content: space-around;
    padding: 25px 20px;
    background: #ecf0f1;
    border-bottom: 1px solid #ddd;
}

.card[b-6sgjml4jtm] {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .card:hover[b-6sgjml4jtm] {
        transform: translateY(-5px);
    }

.receita[b-6sgjml4jtm] {
    background: linear-gradient(to bottom, #e8f5e9, #c8e6c9);
    border-left: 4px solid #4caf50;
}

.despesa[b-6sgjml4jtm] {
    background: linear-gradient(to bottom, #ffebee, #ffcdd2);
    border-left: 4px solid #f44336;
}

.resultado[b-6sgjml4jtm] {
    background: linear-gradient(to bottom, #e3f2fd, #bbdefb);
    border-left: 4px solid #2196f3;
}

.card h3[b-6sgjml4jtm] {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valor[b-6sgjml4jtm] {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0;
}

.percentual[b-6sgjml4jtm] {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.08);
    padding: 4px 8px;
    border-radius: 12px;
    display: inline-block;
}

.positivo[b-6sgjml4jtm] {
    color: #2e7d32;
}

.negativo[b-6sgjml4jtm] {
    color: #c62828;
}

.detalhes[b-6sgjml4jtm] {
    padding: 0px;
}

h2[b-6sgjml4jtm] {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #2c3e50;
}

table[b-6sgjml4jtm] {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

th[b-6sgjml4jtm] {
    background: #2c3e50;
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 500;
}

    th:first-child[b-6sgjml4jtm] {
        border-top-left-radius: 8px;
    }

    th:last-child[b-6sgjml4jtm] {
        border-top-right-radius: 8px;
    }

td[b-6sgjml4jtm] {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

tr:hover[b-6sgjml4jtm] {
    background-color: #f9f9f9;
}

.categoria[b-6sgjml4jtm] {
    font-weight: 600;
    background-color: #f5f7f9;
    font-size: 16px;
}

.subcategoria[b-6sgjml4jtm] {
    padding-left: 30px !important;
    color: #555;
}

.total-row[b-6sgjml4jtm] {
    font-weight: bold;
    background: #f5f7f9;
    font-size: 16px;
}

.resultado-final[b-6sgjml4jtm] {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.lucro[b-6sgjml4jtm] {
    background: linear-gradient(to right, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.prejuizo[b-6sgjml4jtm] {
    background: linear-gradient(to right, #ffebee, #ffcdd2);
    color: #c62828;
    border: 1px solid #f44336;
}

.valor[b-6sgjml4jtm], .percentual[b-6sgjml4jtm] {
    text-align: right;
}

.barra-container[b-6sgjml4jtm] {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-top: 5px;
}

.barra[b-6sgjml4jtm] {
    height: 6px;
    border-radius: 4px;
}

.barra-receita[b-6sgjml4jtm] {
    background-color: #4caf50;
}

.barra-despesa[b-6sgjml4jtm] {
    background-color: #f44336;
}

footer[b-6sgjml4jtm] {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .resumo[b-6sgjml4jtm] {
        flex-direction: column;
        align-items: center;
    }

    .card[b-6sgjml4jtm] {
        width: 90%;
        margin-bottom: 20px;
    }

    table[b-6sgjml4jtm] {
        display: block;
        overflow-x: auto;
    }

    th[b-6sgjml4jtm], td[b-6sgjml4jtm] {
        padding: 10px;
    }
}
/* _content/Educa/Components/Pages/Financeiro/ContasPagarLancamento.razor.rz.scp.css */
/* Container principal para o valor */
.valor-conta[b-n5zluekdf7] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 4px 0;
    display: inline-block;
    min-width: 100px;
    width: 100%;
    text-align: right;
}

/* Estilo para valores positivos (créditos) */
.valor-positivo[b-n5zluekdf7] {
    background-color: #e8f5e8;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}

/* Estilo para valores negativos (débitos) */
.valor-negativo[b-n5zluekdf7] {
    background-color: #ffebee;
    color: #c62828;
    border-left: 4px solid #f44336;
}

/* Estilo para valores em atraso */
.valor-atrasado[b-n5zluekdf7] {
    background-color: #fff3e0;
    color: #ef6c00;
    border-left: 4px solid #ff9800;
    animation: pulsar-b-n5zluekdf7 2s infinite;
}

/* Estilo para valores pagos */
.valor-pago[b-n5zluekdf7] {
    background-color: #f5f5f5;
    color: #757575;
    border-left: 4px solid #9e9e9e;
    text-decoration: line-through;
}

/* Formatação do valor monetário */
.valor-monetario[b-n5zluekdf7] {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2em;
}

    .valor-monetario[b-n5zluekdf7]::before {
        content: "R$ ";
        font-weight: 400;
        font-size: 0.6em;
    }

.valor-parcela[b-n5zluekdf7] {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2em;
}

    .valor-parcela[b-n5zluekdf7]::before {
        content: "vezes ";
        font-weight: 400;
        font-size: 0.6em;
    }


/* Efeito de hover */
.valor-conta:hover[b-n5zluekdf7] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

/* Animação para valores em atraso */
@keyframes pulsar-b-n5zluekdf7 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .valor-conta[b-n5zluekdf7] {
        font-size: 14px;
        padding: 6px 10px;
        min-width: 80px;
    }
}

/* Tooltip para informações adicionais */
.valor-conta[b-n5zluekdf7] {
    position: relative;
    cursor: pointer;
}

    .valor-conta:hover[b-n5zluekdf7]::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        z-index: 1000;
    }
/* _content/Educa/Components/Pages/Financeiro/ContasReceberBaixas.razor.rz.scp.css */
/* CABEÇALHO ESTILIZADO */
.matricula-header[b-ma7i7z28df] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* BADGE DA MATRÍCULA */
.matricula-badge[b-ma7i7z28df] {
    background: linear-gradient(135deg, #0a5c36 0%, #2d9c6f 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column; /* Mudança principal */
    align-items: center; /* Centraliza horizontalmente */
    gap: 10px; /* Espaço entre label e valor */
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    text-align: center; /* Centraliza texto */
}

    .matricula-badge[b-ma7i7z28df]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #06b6d4 0%, #22d3ee 100%);
    }

.matricula-prefix[b-ma7i7z28df] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    font-weight: 600;
    order: 1; /* Garante que fica em cima */
}

.matricula-number[b-ma7i7z28df] {
    font-size: 2.2rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: white;
    color: #667eea;
    padding: 5px 15px;
    border-radius: 8px;
    /* Removido margin-left: 10px; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    order: 2; /* Garante que fica embaixo */
    display: inline-block; /* Para centralizar corretamente */
}

/* INFO DO ALUNO */
.aluno-info[b-ma7i7z28df] {
    background: white;
    border: 2px solid #e0e7ff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .aluno-info:hover[b-ma7i7z28df] {
        border-color: #8b5cf6;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(139, 92, 246, 0.15);
    }

.aluno-icon[b-ma7i7z28df] {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 10px rgba(240, 147, 251, 0.3);
}

.aluno-content[b-ma7i7z28df] {
    flex: 1;
}

.aluno-label[b-ma7i7z28df] {
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.aluno-nome[b-ma7i7z28df] {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

/* BOTÃO DE CANCELAMENTO PERSONALIZADO */
.btn-danger-custom[b-ma7i7z28df] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

    .btn-danger-custom:hover[b-ma7i7z28df] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4) !important;
    }

/* ANIMAÇÃO PARA O BADGE DE MATRÍCULA */
@keyframes fadeInUp-b-ma7i7z28df {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.matricula-badge[b-ma7i7z28df], .aluno-info[b-ma7i7z28df] {
    animation: fadeInUp-b-ma7i7z28df 0.5s ease-out;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .matricula-header[b-ma7i7z28df] {
        gap: 15px;
    }

    .matricula-badge[b-ma7i7z28df] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }

    .matricula-number[b-ma7i7z28df] {
        font-size: 1.8rem;
        margin-left: 0;
    }

    .aluno-info[b-ma7i7z28df] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px;
    }

    .aluno-nome[b-ma7i7z28df] {
        font-size: 1.3rem;
    }

    .aluno-icon[b-ma7i7z28df] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .matricula-number[b-ma7i7z28df] {
        font-size: 1.5rem;
    }

    .aluno-nome[b-ma7i7z28df] {
        font-size: 1.2rem;
    }
}
/* _content/Educa/Components/Pages/Financeiro/ContasReceberCobranca.razor.rz.scp.css */
/* CABEÇALHO ESTILIZADO */
.matricula-header[b-nj3v2nunbm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* BADGE DA MATRÍCULA */
.matricula-badge[b-nj3v2nunbm] {
    background: linear-gradient(135deg, #0a5c36 0%, #2d9c6f 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column; /* Mudança principal */
    align-items: center; /* Centraliza horizontalmente */
    gap: 10px; /* Espaço entre label e valor */
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    text-align: center; /* Centraliza texto */
}

    .matricula-badge[b-nj3v2nunbm]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #06b6d4 0%, #22d3ee 100%);
    }

.matricula-prefix[b-nj3v2nunbm] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    font-weight: 600;
    order: 1; /* Garante que fica em cima */
}

.matricula-number[b-nj3v2nunbm] {
    font-size: 2.2rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: white;
    color: #667eea;
    padding: 5px 15px;
    border-radius: 8px;
    /* Removido margin-left: 10px; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    order: 2; /* Garante que fica embaixo */
    display: inline-block; /* Para centralizar corretamente */
}

/* INFO DO ALUNO */
.aluno-info[b-nj3v2nunbm] {
    background: white;
    border: 2px solid #e0e7ff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .aluno-info:hover[b-nj3v2nunbm] {
        border-color: #8b5cf6;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(139, 92, 246, 0.15);
    }

.aluno-icon[b-nj3v2nunbm] {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 10px rgba(240, 147, 251, 0.3);
}

.aluno-content[b-nj3v2nunbm] {
    flex: 1;
}

.aluno-label[b-nj3v2nunbm] {
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.aluno-nome[b-nj3v2nunbm] {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

/* BOTÃO DE CANCELAMENTO PERSONALIZADO */
.btn-danger-custom[b-nj3v2nunbm] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

    .btn-danger-custom:hover[b-nj3v2nunbm] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4) !important;
    }

/* ANIMAÇÃO PARA O BADGE DE MATRÍCULA */
@keyframes fadeInUp-b-nj3v2nunbm {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.matricula-badge[b-nj3v2nunbm], .aluno-info[b-nj3v2nunbm] {
    animation: fadeInUp-b-nj3v2nunbm 0.5s ease-out;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .matricula-header[b-nj3v2nunbm] {
        gap: 15px;
    }

    .matricula-badge[b-nj3v2nunbm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }

    .matricula-number[b-nj3v2nunbm] {
        font-size: 1.8rem;
        margin-left: 0;
    }

    .aluno-info[b-nj3v2nunbm] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px;
    }

    .aluno-nome[b-nj3v2nunbm] {
        font-size: 1.3rem;
    }

    .aluno-icon[b-nj3v2nunbm] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .matricula-number[b-nj3v2nunbm] {
        font-size: 1.5rem;
    }

    .aluno-nome[b-nj3v2nunbm] {
        font-size: 1.2rem;
    }
}
/* _content/Educa/Components/Pages/Financeiro/ContasReceberListas.razor.rz.scp.css */
.valor-riscado[b-psx3uhcsky] {
    text-decoration: line-through;
    color: #6c757d; /* Cinza para indicar inativo */
    opacity: 0.7;
    position: relative;
}

    .valor-riscado[b-psx3uhcsky]::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #dc3545; /* Linha vermelha mais visível */
        transform: rotate(-5deg); /* Linha levemente inclinada */
    }

.valor-normal[b-psx3uhcsky] {
    color: #198754; /* Verde para valores ativos */
    font-weight: 600;
}
/* _content/Educa/Components/Pages/Financeiro/ContasReceberVencimentos.razor.rz.scp.css */
/* CABEÇALHO ESTILIZADO */
.matricula-header[b-6s2krvufue] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* BADGE DA MATRÍCULA */
.matricula-badge[b-6s2krvufue] {
    background: linear-gradient(135deg, #0a5c36 0%, #2d9c6f 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column; /* Mudança principal */
    align-items: center; /* Centraliza horizontalmente */
    gap: 10px; /* Espaço entre label e valor */
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    text-align: center; /* Centraliza texto */
}

    .matricula-badge[b-6s2krvufue]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #06b6d4 0%, #22d3ee 100%);
    }

.matricula-prefix[b-6s2krvufue] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    font-weight: 600;
    order: 1; /* Garante que fica em cima */
}

.matricula-number[b-6s2krvufue] {
    font-size: 2.2rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: white;
    color: #667eea;
    padding: 5px 15px;
    border-radius: 8px;
    /* Removido margin-left: 10px; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    order: 2; /* Garante que fica embaixo */
    display: inline-block; /* Para centralizar corretamente */
}

/* INFO DO ALUNO */
.aluno-info[b-6s2krvufue] {
    background: white;
    border: 2px solid #e0e7ff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .aluno-info:hover[b-6s2krvufue] {
        border-color: #8b5cf6;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(139, 92, 246, 0.15);
    }

.aluno-icon[b-6s2krvufue] {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 10px rgba(240, 147, 251, 0.3);
}

.aluno-content[b-6s2krvufue] {
    flex: 1;
}

.aluno-label[b-6s2krvufue] {
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.aluno-nome[b-6s2krvufue] {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

/* BOTÃO DE CANCELAMENTO PERSONALIZADO */
.btn-danger-custom[b-6s2krvufue] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

    .btn-danger-custom:hover[b-6s2krvufue] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4) !important;
    }

/* ANIMAÇÃO PARA O BADGE DE MATRÍCULA */
@keyframes fadeInUp-b-6s2krvufue {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.matricula-badge[b-6s2krvufue], .aluno-info[b-6s2krvufue] {
    animation: fadeInUp-b-6s2krvufue 0.5s ease-out;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .matricula-header[b-6s2krvufue] {
        gap: 15px;
    }

    .matricula-badge[b-6s2krvufue] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }

    .matricula-number[b-6s2krvufue] {
        font-size: 1.8rem;
        margin-left: 0;
    }

    .aluno-info[b-6s2krvufue] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px;
    }

    .aluno-nome[b-6s2krvufue] {
        font-size: 1.3rem;
    }

    .aluno-icon[b-6s2krvufue] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .matricula-number[b-6s2krvufue] {
        font-size: 1.5rem;
    }

    .aluno-nome[b-6s2krvufue] {
        font-size: 1.2rem;
    }
}
/* _content/Educa/Components/Pages/Integracoes/IntegracaoCobranca.razor.rz.scp.css */
/* Estilos para o componente de abas */
*[b-wsq9nbd4ow] {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container principal - AGORA FORÇA 100% */
.container[b-wsq9nbd4ow] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Container das abas - FORÇA 100% */
.tabs-container[b-wsq9nbd4ow] {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    background-color: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.tab[b-wsq9nbd4ow] {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    color: #64748b;
    min-width: 0;
}

    .tab:hover[b-wsq9nbd4ow] {
        background-color: #e8eff9;
        color: #475569;
    }

    .tab.active[b-wsq9nbd4ow] {
        color: #2c3e50;
        border-bottom: 3px solid #4a6491;
        background-color: white;
    }

    .tab i[b-wsq9nbd4ow] {
        margin-right: 8px;
        font-size: 18px;
    }

.content[b-wsq9nbd4ow] {
    padding: 30px;
    min-height: 300px;
    width: 100%;
}

.tab-content[b-wsq9nbd4ow] {
    animation: fadeIn-b-wsq9nbd4ow 0.5s;
    width: 100%;
}

@keyframes fadeIn-b-wsq9nbd4ow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Para o DataGrid dentro das abas */
.rz-datatable[b-wsq9nbd4ow] {
    width: 100% !important;
    max-width: 100% !important;
}

/* Se o problema persistir, force o layout pai também */
.TemplateBloco[b-wsq9nbd4ow], .Conteudo[b-wsq9nbd4ow] {
    width: 100% !important;
    max-width: 100% !important;

}

/* Se ainda não expandir, use este estilo mais agressivo */
.container-expandido[b-wsq9nbd4ow] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .tabs-container[b-wsq9nbd4ow] {
        flex-direction: column;
    }

    /* Em mobile, ajuste os paddings */
    .content[b-wsq9nbd4ow] {
        padding: 15px;
    }
}
/* _content/Educa/Components/Pages/Login/EsqueciMinhaSenha.razor.rz.scp.css */
/* Container principal */
.password-recovery-container[b-94npodymvf] {
    max-width: 500px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Card de recuperação */
.recovery-card[b-94npodymvf] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    border: 1px solid #eaeaea;
}

/* Cabeçalho */
.recovery-header[b-94npodymvf] {
    text-align: center;
    margin-bottom: 2rem;
}

.recovery-icon[b-94npodymvf] {
    font-size: 2.5rem;
    color: #4361ee;
    margin-bottom: 1rem;
}

.recovery-title[b-94npodymvf] {
    color: #2b2d42;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.recovery-subtitle[b-94npodymvf] {
    color: #6c757d;
    font-size: 0.95rem;
}

/* Formulário */
.recovery-form[b-94npodymvf] {
    margin-bottom: 1.5rem;
}

/* ESTILOS ESPECÍFICOS PARA OS BOTÕES RADZEN */
:global(.recovery-button)[b-94npodymvf] {
    width: 100% !important;
    margin-top: 1rem !important;
    display: block !important;
}

:global(.recovery-button .rz-button)[b-94npodymvf] {
    width: 100% !important;
    margin-top: 1rem !important;
    padding: 0.75rem !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

:global(.recovery-button .rz-button:hover)[b-94npodymvf] {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(67, 97, 238, 0.2) !important;
}

/* Botão primário específico */
:global(.recovery-button .rz-button.rz-button-primary)[b-94npodymvf] {
    background-color: #4361ee !important;
    border-color: #4361ee !important;
}

/* Botão dark específico */
:global(.recovery-button .rz-button.rz-button-secondary)[b-94npodymvf] {
    background-color: #2b2d42 !important;
    border-color: #2b2d42 !important;
}

/* Rodapé */
.recovery-footer[b-94npodymvf] {
    text-align: center;
    margin-top: 1.5rem;
}

.recovery-help[b-94npodymvf] {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Alertas */
.recovery-alert[b-94npodymvf] {
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

    .recovery-alert i[b-94npodymvf] {
        font-size: 1.25rem;
        margin-top: 0.1rem;
    }

.alert-success[b-94npodymvf] {
    background-color: #f0fff4;
    border-color: #c6f6d5;
    color: #2f855a;
}

.alert-danger[b-94npodymvf] {
    background-color: #fff5f5;
    border-color: #fed7d7;
    color: #c53030;
}

/* Estilos para o estado de carregamento */
:global(.recovery-button .rz-button.rz-state-loading)[b-94npodymvf] {
    position: relative !important;
    opacity: 0.8 !important;
}

:global(.recovery-button .rz-button .rz-button-icon-left)[b-94npodymvf] {
    margin-right: 0.5rem !important;
}
/* _content/Educa/Components/Pages/Login/Login.razor.rz.scp.css */
/* Variáveis de design */
:root[b-3mfgwhnhug] {
    --primary-color: #4361ee;
    --primary-hover: #3a56d4;
    --text-color: #2b2d42;
    --light-gray: #f8f9fa;
    --border-radius: 12px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Reset e estilos base */
*[b-3mfgwhnhug] {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Layout da página */
.login-page[b-3mfgwhnhug] {
    width: 100%;
    max-width: 480px;
    padding: 20px;
}

/* Container do formulário */
.form-container[b-3mfgwhnhug] {
    width: 100%;
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    position: relative;
}

    .form-container[b-3mfgwhnhug]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(90deg, var(--primary-color), #3f37c9);
    }

/* Estilos de texto */
.form-title[b-3mfgwhnhug] {
    font-size: 1.75rem;
    color: var(--text-color);
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-subtitle[b-3mfgwhnhug] {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Logo */
.logo-container[b-3mfgwhnhug] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .logo-container img[b-3mfgwhnhug] {
        max-width: 180px;
        height: auto;
        transition: var(--transition);
    }

/* Campos do formulário */
.form-group[b-3mfgwhnhug] {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-control[b-3mfgwhnhug] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9375rem;
    transition: var(--transition);
}

    .form-control:focus[b-3mfgwhnhug] {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
        outline: none;
    }

.password-toggle[b-3mfgwhnhug] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
}

/* Botões */
.btn-primary2[b-3mfgwhnhug] {
    background-color: #4361ee;
    color: white;
    border: none;
    padding: 15px;
    border-radius: var(--border-radius);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    margin-top: 1rem;
    display: block;
    text-align: center;
}

    .btn-primary2:hover[b-3mfgwhnhug] {
        background-color: #3a56d4;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
    }

    .btn-primary2:disabled[b-3mfgwhnhug] {
        background-color: #cccccc;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

/* Links */
.form-link[b-3mfgwhnhug] {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.875rem;
    display: block;
    text-align: right;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
}

    .form-link:hover[b-3mfgwhnhug] {
        text-decoration: underline;
    }

/* Alertas */
.alert[b-3mfgwhnhug] {
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.alert-danger[b-3mfgwhnhug] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-success[b-3mfgwhnhug] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* Rodapé */
.form-footer[b-3mfgwhnhug] {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

/* Checkbox */
.checkbox-container[b-3mfgwhnhug] {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

    .checkbox-container input[b-3mfgwhnhug] {
        margin-right: 10px;
    }

/* Responsividade */
@media (max-width: 768px) {
    .form-container[b-3mfgwhnhug] {
        padding: 2rem 1.5rem;
    }

    .logo-container img[b-3mfgwhnhug] {
        max-width: 150px;
    }
}

/* Animações */
@keyframes fadeIn-b-3mfgwhnhug {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-container[b-3mfgwhnhug] {
    animation: fadeIn-b-3mfgwhnhug 0.8s ease-out forwards;
    opacity: 0; /* Garante que comece invisível */
}

@keyframes fadeIn-b-3mfgwhnhug {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Estilos específicos para o botão de login */
button.btn-primary[b-3mfgwhnhug] {
    background-color: var(--primary-color) !important;
    color: white !important;
    border: none !important;
    padding: 15px !important;
    border-radius: var(--border-radius) !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 1rem !important;
    display: block !important;
    text-align: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition: all 0.3s ease !important;
}

    button.btn-primary:hover[b-3mfgwhnhug] {
        background-color: var(--primary-hover) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3) !important;
    }

    button.btn-primary:disabled[b-3mfgwhnhug] {
        background-color: #cccccc !important;
        cursor: not-allowed !important;
    }
/* _content/Educa/Components/Pages/Login/Termos.razor.rz.scp.css */
.terms-container[b-g25hqb9xs7] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.terms-header[b-g25hqb9xs7] {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.header-content[b-g25hqb9xs7] {
    max-width: 800px;
    margin: 0 auto;
}

.header-icon[b-g25hqb9xs7] {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

.terms-header h1[b-g25hqb9xs7] {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.last-update[b-g25hqb9xs7] {
    font-size: 1.1rem;
    opacity: 0.9;
}

.terms-content[b-g25hqb9xs7] {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.content-card[b-g25hqb9xs7] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
}

.terms-section[b-g25hqb9xs7] {
    margin-bottom: 40px;
}

.section-title[b-g25hqb9xs7] {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-subtitle[b-g25hqb9xs7] {
    color: #34495e;
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.terms-text[b-g25hqb9xs7] {
    color: #555;
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.terms-link[b-g25hqb9xs7] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

    .terms-link:hover[b-g25hqb9xs7] {
        text-decoration: underline;
    }

.principles-grid[b-g25hqb9xs7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.principle-card[b-g25hqb9xs7] {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border-left: 4px solid #667eea;
}

    .principle-card i[b-g25hqb9xs7] {
        font-size: 2rem;
        color: #667eea;
        margin-bottom: 15px;
    }

    .principle-card h4[b-g25hqb9xs7] {
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .principle-card p[b-g25hqb9xs7] {
        color: #666;
        font-size: 0.95rem;
    }

.cookies-list[b-g25hqb9xs7] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.cookie-item[b-g25hqb9xs7] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #28a745;
}

    .cookie-item i[b-g25hqb9xs7] {
        color: #28a745;
        font-size: 1.2rem;
        margin-top: 2px;
    }

.commitment-list[b-g25hqb9xs7] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}

.commitment-item[b-g25hqb9xs7] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.commitment-icon[b-g25hqb9xs7] {
    background: #667eea;
    color: white;
    padding: 12px;
    border-radius: 8px;
    min-width: 50px;
    text-align: center;
}

    .commitment-icon i[b-g25hqb9xs7] {
        font-size: 1.2rem;
    }

.commitment-content h4[b-g25hqb9xs7] {
    color: #2c3e50;
    margin-bottom: 8px;
}

.commitment-content p[b-g25hqb9xs7] {
    color: #666;
    margin: 0;
}

.notice-box[b-g25hqb9xs7] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

    .notice-box i[b-g25hqb9xs7] {
        color: #856404;
        font-size: 1.5rem;
    }

    .notice-box p[b-g25hqb9xs7] {
        margin: 0;
        color: #856404;
    }

.terms-footer[b-g25hqb9xs7] {
    text-align: center;
    margin-top: 30px;
}

@@media (max-width: 768px) {
    .terms-container[b-g25hqb9xs7] {
        padding: 10px;
    }

    .content-card[b-g25hqb9xs7] {
        padding: 20px;
    }

    .terms-header h1[b-g25hqb9xs7] {
        font-size: 2rem;
    }

    .principles-grid[b-g25hqb9xs7] {
        grid-template-columns: 1fr;
    }

    .commitment-item[b-g25hqb9xs7] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/Educa/Components/Pages/Secretaria/AlunosCadastros.razor.rz.scp.css */
/* CSS SIMPLIFICADO - APENAS PARA ESTILIZAR O INPUTFILE */
.cards-grid[b-7itec9fcqu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.card[b-7itec9fcqu] {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    position: relative;
}

/* Botão de fechar */
.close-btn[b-7itec9fcqu] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6c757d;
    font-size: 20px;
    cursor: pointer;
    border: none;
}

    .close-btn:hover[b-7itec9fcqu] {
        background-color: #e4e6eb;
        color: #495057;
    }

/* Cabeçalho do card SEM FUNDO CINZA */
.card-header[b-7itec9fcqu] {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent !important;
}

.card-title[b-7itec9fcqu] {
    font-size: 1.4rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-subtitle[b-7itec9fcqu] {
    font-size: 0.95rem;
    color: #7f8c8d;
}

/* Área de upload - FOCA NESSA PARTE */
.upload-area[b-7itec9fcqu] {
    border: 2px dashed #bdc3c7;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    background-color: #f8f9fa;
    margin-top: 5px;
    position: relative;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .upload-area:hover[b-7itec9fcqu] {
        border-color: #3498db;
        background-color: #f0f8ff;
    }

/* ESTILIZAÇÃO DO INPUTFILE - ESSENCIAL */
[b-7itec9fcqu] input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

    /* Remove o botão nativo "Escolher arquivo" */
    [b-7itec9fcqu] input[type="file"]::-webkit-file-upload-button {
        display: none;
    }

    [b-7itec9fcqu] input[type="file"]::file-selector-button {
        display: none;
    }

/* Conteúdo visual da área de upload */
.upload-icon[b-7itec9fcqu] {
    font-size: 40px;
    color: #7f8c8d;
    margin-bottom: 10px;
}

.upload-text[b-7itec9fcqu] {
    color: #34495e;
    margin-bottom: 8px;
    font-weight: 500;
}

.upload-subtext[b-7itec9fcqu] {
    color: #95a5a6;
    font-size: 0.9rem;
}

/* Seção de download */
.download-section[b-7itec9fcqu] {
    margin-top: 15px;
    padding: 15px;
    background-color: #e8f4fc;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    text-align: center;
}

.download-btn[b-7itec9fcqu] {
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .download-btn:hover[b-7itec9fcqu] {
        background-color: #2980b9;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
    }

.download-icon[b-7itec9fcqu] {
    font-size: 1.2rem;
}

.file-info-text[b-7itec9fcqu] {
    display: block;
    margin-top: 8px;
    color: #7f8c8d;
    font-size: 0.85rem;
}

/* Estilo para área com arquivo */
.upload-area.has-file[b-7itec9fcqu] {
    border-color: #1abc9c;
    background-color: #e8f6f3;
}

    .upload-area.has-file .upload-icon[b-7itec9fcqu] {
        color: #16a085;
    }

    .upload-area.has-file .upload-text[b-7itec9fcqu] {
        color: #16a085;
        font-weight: 600;
    }

.idade-simples[b-7itec9fcqu] {
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: all 0.2s ease;
}

    .idade-simples:hover[b-7itec9fcqu] {
        border-color: #3498db;
        background-color: #f0f8ff;
    }

.idade-aniversario[b-7itec9fcqu] {
    font-size: 1.2rem;
    margin-left: 5px;
    animation: pulse-b-7itec9fcqu 1.5s infinite;
}

@keyframes pulse-b-7itec9fcqu {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Responsividade básica */
@media (max-width: 768px) {
    .cards-grid[b-7itec9fcqu] {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }

    .card[b-7itec9fcqu] {
        padding: 20px;
    }

    .upload-area[b-7itec9fcqu] {
        padding: 25px 15px;
        min-height: 140px;
    }
}

@media (max-width: 576px) {
    .cards-grid[b-7itec9fcqu] {
        grid-template-columns: 1fr;
    }
}
/* _content/Educa/Components/Pages/Secretaria/CursosCadastros.razor.rz.scp.css */
.colaborador-option[b-cgz8e3ioq5] {
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    height: 100%;
}

    .colaborador-option:hover[b-cgz8e3ioq5] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .colaborador-option.selected[b-cgz8e3ioq5] {
        border-color: #28a745;
        background-color: #f8f9fa;
    }

.selected-badge[b-cgz8e3ioq5] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}

.material-icons[b-cgz8e3ioq5] {
    vertical-align: middle;
}

.logo-empresa[b-cgz8e3ioq5] {
    height: 80px;
    max-width: 120px;
    object-fit: contain;
    width: auto; /* Mantém proporção */
    padding: 10px;
}
/* _content/Educa/Components/Pages/Secretaria/MatriculasCadastros.razor.rz.scp.css */
/* Display de Comissão do Vendedor */
.comissao-display[b-s170iuyu3y] {
    background-color: white;
    border: 2px solid #e0e7ff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(124, 58, 237, 0.1);
    position: relative;
    overflow: hidden;
}

    .comissao-display[b-s170iuyu3y]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #8b5cf6 0%, #6366f1 100%);
    }

    .comissao-display:hover[b-s170iuyu3y] {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(124, 58, 237, 0.15);
        border-color: #8b5cf6;
    }

.comissao-label[b-s170iuyu3y] {
    color: #6b7280;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-weight: 600;
}

.comissao-value[b-s170iuyu3y] {
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
}

.comissao-percentual[b-s170iuyu3y] {
    color: #7c3aed;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(124, 58, 237, 0.2);
}

.comissao-simbolo[b-s170iuyu3y] {
    color: #8b5cf6;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 2px;
}

.comissao-placeholder[b-s170iuyu3y] {
    color: #d1d5db;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
}

.comissao-subtitle[b-s170iuyu3y] {
    color: #9ca3af;
    font-size: 0.7rem;
    padding-top: 8px;
    border-top: 1px solid #f3f4f6;
    margin-top: 5px;
    line-height: 1.2;
}

/* Destaque para altas comissões */
.comissao-display.alta[b-s170iuyu3y] {
    border-color: #10b981;
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.1);
}

    .comissao-display.alta[b-s170iuyu3y]::before {
        background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    }

    .comissao-display.alta .comissao-percentual[b-s170iuyu3y] {
        color: #059669;
    }

    .comissao-display.alta:hover[b-s170iuyu3y] {
        border-color: #10b981;
        box-shadow: 0 6px 15px rgba(16, 185, 129, 0.15);
    }

/* Destaque para baixas comissões */
.comissao-display.baixa[b-s170iuyu3y] {
    border-color: #f59e0b;
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.1);
}

    .comissao-display.baixa[b-s170iuyu3y]::before {
        background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
    }

    .comissao-display.baixa .comissao-percentual[b-s170iuyu3y] {
        color: #d97706;
    }

    .comissao-display.baixa:hover[b-s170iuyu3y] {
        border-color: #f59e0b;
        box-shadow: 0 6px 15px rgba(245, 158, 11, 0.15);
    }

/* Badge para comissão especial */
.comissao-badge[b-s170iuyu3y] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ef4444;
    color: white;
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 12px;
    font-weight: 700;
    animation: pulse-badge-b-s170iuyu3y 2s infinite;
}

@keyframes pulse-badge-b-s170iuyu3y {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Tooltip informativo */
.comissao-display:hover .comissao-tooltip[b-s170iuyu3y] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.comissao-tooltip[b-s170iuyu3y] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #1f2937;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .comissao-tooltip[b-s170iuyu3y]::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #1f2937;
    }

/* Versão compacta para telas menores */
@media (max-width: 768px) {
    .comissao-display[b-s170iuyu3y] {
        padding: 12px;
    }

    .comissao-percentual[b-s170iuyu3y] {
        font-size: 1.5rem;
    }

    .comissao-label[b-s170iuyu3y] {
        font-size: 0.7rem;
    }

    .comissao-subtitle[b-s170iuyu3y] {
        font-size: 0.65rem;
    }
}

/* Versão minimalista alternativa */
.comissao-minimal[b-s170iuyu3y] {
    background: transparent;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    padding: 12px;
}

    .comissao-minimal[b-s170iuyu3y]::before {
        display: none;
    }

    .comissao-minimal:hover[b-s170iuyu3y] {
        background: #f9fafb;
        transform: none;
        box-shadow: none;
    }
/* _content/Educa/Components/Pages/Secretaria/MatriculasCancela.razor.rz.scp.css */
/* CABEÇALHO ESTILIZADO */
.matricula-header[b-9aiczt3q6b] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* BADGE DA MATRÍCULA */
.matricula-badge[b-9aiczt3q6b] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

    .matricula-badge[b-9aiczt3q6b]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ff9a9e 0%, #fad0c4 100%);
    }

.matricula-prefix[b-9aiczt3q6b] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    font-weight: 600;
}

.matricula-number[b-9aiczt3q6b] {
    font-size: 2.2rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: white;
    color: #667eea;
    padding: 5px 15px;
    border-radius: 8px;
    margin-left: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* INFO DO ALUNO */
.aluno-info[b-9aiczt3q6b] {
    background: white;
    border: 2px solid #e0e7ff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .aluno-info:hover[b-9aiczt3q6b] {
        border-color: #8b5cf6;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(139, 92, 246, 0.15);
    }

.aluno-icon[b-9aiczt3q6b] {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 10px rgba(240, 147, 251, 0.3);
}

.aluno-content[b-9aiczt3q6b] {
    flex: 1;
}

.aluno-label[b-9aiczt3q6b] {
    color: #6b7280;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.aluno-nome[b-9aiczt3q6b] {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

/* BOTÃO DE CANCELAMENTO PERSONALIZADO */
.btn-danger-custom[b-9aiczt3q6b] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

    .btn-danger-custom:hover[b-9aiczt3q6b] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4) !important;
    }

/* ANIMAÇÃO PARA O BADGE DE MATRÍCULA */
@keyframes fadeInUp-b-9aiczt3q6b {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.matricula-badge[b-9aiczt3q6b], .aluno-info[b-9aiczt3q6b] {
    animation: fadeInUp-b-9aiczt3q6b 0.5s ease-out;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .matricula-header[b-9aiczt3q6b] {
        gap: 15px;
    }

    .matricula-badge[b-9aiczt3q6b] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }

    .matricula-number[b-9aiczt3q6b] {
        font-size: 1.8rem;
        margin-left: 0;
    }

    .aluno-info[b-9aiczt3q6b] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px;
    }

    .aluno-nome[b-9aiczt3q6b] {
        font-size: 1.3rem;
    }

    .aluno-icon[b-9aiczt3q6b] {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .matricula-number[b-9aiczt3q6b] {
        font-size: 1.5rem;
    }

    .aluno-nome[b-9aiczt3q6b] {
        font-size: 1.2rem;
    }
}
/* _content/Educa/Components/Pages/Secretaria/MatriculasListas.razor.rz.scp.css */
.valor-riscado[b-22rrxq2lvs] {
    text-decoration: line-through;
    color: #6c757d; /* Cinza para indicar inativo */
    opacity: 0.7;
    position: relative;
}

    .valor-riscado[b-22rrxq2lvs]::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #dc3545; /* Linha vermelha mais visível */
        transform: rotate(-5deg); /* Linha levemente inclinada */
    }

.valor-normal[b-22rrxq2lvs] {
    color: #198754; /* Verde para valores ativos */
    font-weight: 600;
}
/* _content/Educa/Components/Pages/SelecionaEmpresa.razor.rz.scp.css */
.top-bar[b-e469u4wcsh] {
    background-color: #ffffff;
    height: auto;
    min-height: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 20px 0px;
    position: sticky;
    top: 0;
    z-index: 900;
    margin-left: 0px;
    transition: margin-left 0.3s ease;
    display: flex;
    flex-direction: column;
}

.top-bar-content[b-e469u4wcsh] {
    display: flex;
    width: 100%;
    flex-wrap: wrap; /* Já está correto */
}

    /* Container principal dos dois elementos */
    .top-bar-content > div:first-child[b-e469u4wcsh] {
        display: flex;
        width: 100%;
        flex-wrap: wrap; /* Permite quebra de linha */
        gap: 15px; /* Espaço entre os elementos */
    }

.company-selector[b-e469u4wcsh] {
    flex: 1; /* Ocupa espaço disponível */
    min-width: 300px; /* Largura mínima antes de quebrar */
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.company-label[b-e469u4wcsh] {
    font-size: 14px;
    font-weight: 500;
    color: #6042ff;
    padding-left: 5px;
}

.company-logo[b-e469u4wcsh] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 2px 2px 2px 2px;
    margin-top: -10px;
    flex-shrink: 0; /* Impede que a logo diminua demais */
}

    .company-logo img[b-e469u4wcsh] {
        height: 110px;
        max-width: 120px;
        object-fit: contain;
        width: auto; /* Mantém proporção */
        padding: 10px;
    }

.company-dropdown[b-e469u4wcsh] {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    width: 100%;
    max-width: 500px;
    min-height: 60px;
}

    .company-dropdown .rz-dropdown[b-e469u4wcsh] {
        border: none !important;
        height: auto !important;
    }

    /* Container do texto no dropdown selecionado */
    .company-dropdown .rz-dropdown-label[b-e469u4wcsh] {
        padding: 8px 0 !important;
        display: flex !important;
        align-items: center !important;
        height: auto !important;
        min-height: 44px;
    }

.company-item[b-e469u4wcsh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 2px;
    width: 100%;
}

.company-icon[b-e469u4wcsh] {
    font-size: 20px;
    color: #6042ff;
    background: rgba(96, 66, 255, 0.1);
    padding: 8px;
    border-radius: 8px;
    flex-shrink: 0;
}

.company-text[b-e469u4wcsh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.company-dropdown .rz-dropdown-items .company-item[b-e469u4wcsh] {
    padding: 12px;
}

.company-name[b-e469u4wcsh] {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}

.company-cnpj[b-e469u4wcsh] {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    line-height: 1.2;
}

.company-dropdown .rz-dropdown-label .company-item[b-e469u4wcsh] {
    padding: 0;
    gap: 10px;
}

.company-dropdown .rz-dropdown-label .company-icon[b-e469u4wcsh] {
    font-size: 18px;
    padding: 6px;
    margin-left: 0;
}

.company-dropdown .rz-dropdown-label .company-text[b-e469u4wcsh] {
    margin-top: 0;
}

.company-dropdown .rz-dropdown-label .company-cnpj[b-e469u4wcsh] {
    font-size: 12px;
    margin-top: 4px;
    display: block !important;
}

/* Ajuste para o dropdown aberto - itens da lista */
.company-dropdown .rz-dropdown-panel[b-e469u4wcsh] {
    min-width: 400px !important;
}

    .company-dropdown .rz-dropdown-panel .rz-multiselect-item[b-e469u4wcsh],
    .company-dropdown .rz-dropdown-panel .rz-dropdown-item[b-e469u4wcsh] {
        padding: 12px 15px !important;
        height: auto !important;
        min-height: 60px;
    }

/* Garante que o texto não seja cortado */
.company-dropdown .rz-dropdown-label[b-e469u4wcsh] {
    overflow: visible !important;
    white-space: normal !important;
    height: auto !important;
}

/* Ajuste para o ícone de seta do dropdown */
.company-dropdown .rz-dropdown-trigger[b-e469u4wcsh] {
    align-self: center;
}

/* RESPONSIVIDADE CORRIGIDA */
@media (max-width: 1024px) {
    .company-selector[b-e469u4wcsh] {
        min-width: 250px;
    }

    .company-logo img[b-e469u4wcsh] {
        height: 95px;
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .top-bar[b-e469u4wcsh] {
        padding: 15px 10px;
    }

    .top-bar-content > div:first-child[b-e469u4wcsh] {
        flex-direction: column; /* Empilha verticalmente */
        gap: 10px;
    }

    .company-selector[b-e469u4wcsh] {
        width: 100% !important;
        min-width: unset;
        margin-bottom: 0;
    }

    .company-logo[b-e469u4wcsh] {
        width: 100% !important;
        justify-content: center;
        margin-top: 0;
        align-items: center;
        order: -1; /* Opcional: coloca a logo acima do dropdown */
    }

        .company-logo img[b-e469u4wcsh] {
            height: 80px;
            max-width: 90px;
        }

    .company-dropdown[b-e469u4wcsh] {
        max-width: 100%;
    }

        .company-dropdown .rz-dropdown-panel[b-e469u4wcsh] {
            min-width: unset !important;
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
        }
}

@media (max-width: 480px) {
    .company-logo img[b-e469u4wcsh] {
        height: 70px;
        max-width: 80px;
    }

    .title-text[b-e469u4wcsh] {
        font-size: 16px;
    }

    .company-label[b-e469u4wcsh] {
        font-size: 13px;
    }
}

.header-bottom-container[b-e469u4wcsh] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}
/* _content/Educa/Components/Pages/TemplateBloco.razor.rz.scp.css */
.page-title[b-ls6uqowxxj] {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
}

.title-text[b-ls6uqowxxj] {
    font-size: 18px;
    font-weight: 600;
    color: #6042ff;
    padding-left: 15px;
    border-left: 3px solid #6042ff;
}

.bloco[b-ls6uqowxxj] {
    background-color: #ffffff;
    height: auto;
    min-height: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-top: 10px;
    transition: margin-left 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%; /* Adicionado */
}

.bloco-header[b-ls6uqowxxj] {
    width: 100%; /* Adicionado */
}

.bloco-content[b-ls6uqowxxj] {
    width: 100%; /* Modificado */
    flex: 1; /* Adicionado para preencher espaço */
}

    /* Adicione estas regras para garantir que as colunas se expandam */
    .bloco-content .row[b-ls6uqowxxj] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .bloco-content .row > [class^="col-"][b-ls6uqowxxj] {
            padding-left: 15px;
            padding-right: 15px;
        }
