@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';

/* _content/Escola/Components/Layout/MainLayout.razor.rz.scp.css */
/* Reset e Estilos Globais */
*[b-4o2e0s2it3] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-4o2e0s2it3] {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #333333 !important;
    background-color: #F1F4FA !important;
    overflow-x: hidden;
}

/* Layout Principal */
.page[b-4o2e0s2it3] {
    display: flex;
    min-height: 100vh;
    position: relative;
}

/* Top Bar para Mobile */
.top-bar-mobile[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
}

.mobile-menu-toggle[b-4o2e0s2it3] {
    font-size: 24px;
    color: #6042ff;
    cursor: pointer;
}

.mobile-logo[b-4o2e0s2it3] {
    height: 40px;
    cursor: pointer;
}

.mobile-profile-icon[b-4o2e0s2it3] {
    font-size: 28px;
    color: #6042ff;
    cursor: pointer;
}

/* Overlay para mobile */
.mobile-overlay[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        display: block;
        opacity: 1;
    }

/* Sidebar - Estilos Gerais */
.sidebar[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        width: 78px;
    }

/* �rea do Logo */
.logo-details[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
    display: none;
    font-size: 24px;
    color: #6042ff;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.menu-toggle[b-4o2e0s2it3] {
    font-size: 24px;
    color: #6042ff !important;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sidebar.close .menu-toggle[b-4o2e0s2it3] {
    transform: rotate(180deg);
    margin-right: 0;
}

.logo_name[b-4o2e0s2it3] {
    height: 60px;
    transition: opacity 0.3s ease;
    object-fit: contain;
}

.sidebar.close .logo_name[b-4o2e0s2it3] {
    opacity: 0;
    width: 0;
    margin: 0;
}

/* Caixa de Pesquisa */
.search-box[b-4o2e0s2it3] {
    padding: 15px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
    transition: all 0.3s ease;
}

.sidebar.close .search-box[b-4o2e0s2it3] {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
}

/* Itens do Menu */
.menu-items[b-4o2e0s2it3] {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #7a5cff transparent;
}

    .menu-items[b-4o2e0s2it3]::-webkit-scrollbar {
        width: 4px;
    }

    .menu-items[b-4o2e0s2it3]::-webkit-scrollbar-thumb {
        background-color: #7a5cff !important;
        border-radius: 4px;
    }

.nav-links[b-4o2e0s2it3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav-links li[b-4o2e0s2it3] {
        position: relative;
    }

.nav-item[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
    background: rgba(96, 66, 255, 0.1);
}

.nav-links li.active[b-4o2e0s2it3] {
    background: rgba(96, 66, 255, 0.1);
    border-left: 3px solid #6042ff !important;
}

.nav-links li i[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
    font-size: 22px;
    color: #6042ff !important;
}

.link_name[b-4o2e0s2it3] {
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.sidebar.close .link_name[b-4o2e0s2it3] {
    opacity: 0;
    width: 0;
}

/* Submenu */
.iocn-link[b-4o2e0s2it3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.arrow[b-4o2e0s2it3] {
    font-size: 16px;
    color: #6042ff !important;
    transition: transform 0.3s ease;
    margin-right: 15px;
    cursor: pointer;
}

    .arrow.rotated[b-4o2e0s2it3] {
        transform: rotate(180deg);
    }

.sidebar.close .arrow[b-4o2e0s2it3] {
    display: none;
}

.sub-menu[b-4o2e0s2it3] {
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    list-style: none;
}

    .sub-menu.show[b-4o2e0s2it3] {
        max-height: 500px;
    }

.submenu-item[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        color: #6042ff !important;
        background: rgba(96, 66, 255, 0.1);
    }

.sub-menu li i[b-4o2e0s2it3] {
    font-size: 16px;
    min-width: 30px;
}

/* Se��o do Perfil */
.profile-section[b-4o2e0s2it3] {
    padding: 15px;
    border-top: 1px solid rgba(96, 66, 255, 0.1);
    margin-top: auto;
}

.profile-details[b-4o2e0s2it3] {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.profile-info[b-4o2e0s2it3] {
    flex: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}

.profile_name[b-4o2e0s2it3] {
    font-size: 14px;
    font-weight: 500;
    color: #6042ff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job[b-4o2e0s2it3] {
    font-size: 12px;
    color: #666666 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-icon[b-4o2e0s2it3] {
    font-size: 20px;
    color: #6042ff !important;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .logout-icon:hover[b-4o2e0s2it3] {
        color: #4d2bd4 !important;
        transform: scale(1.1);
    }

.sidebar.close .profile-info[b-4o2e0s2it3],
.sidebar.close .logout-icon[b-4o2e0s2it3] {
    opacity: 0;
    width: 0;
    margin: 0;
}

/* �rea de Conte�do */
.content-section[b-4o2e0s2it3] {
    margin-left: 260px;
    width: calc(100% - 260px);
    transition: all 0.3s ease;
    min-height: 100vh;
}

.sidebar.close ~ .content-section[b-4o2e0s2it3] {
    margin-left: 78px;
    width: calc(100% - 78px);
}

.content-container[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        display: block;
    }

    .sidebar[b-4o2e0s2it3] {
        transform: translateX(-100%);
        width: 280px;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    }

        .sidebar.mobile-open[b-4o2e0s2it3] {
            transform: translateX(0);
        }

    .close-mobile-menu[b-4o2e0s2it3] {
        display: block;
    }

    .content-section[b-4o2e0s2it3] {
        margin-left: 0 !important;
        width: 100% !important;
        padding-top: 60px; /* Compensa a altura da top bar */
    }

    .content-container[b-4o2e0s2it3] {
        padding: 15px;
    }

    /* Ajustes para o menu mobile */
    .logo-details[b-4o2e0s2it3] {
        padding: 20px;
        min-height: 60px;
    }

    .menu-toggle[b-4o2e0s2it3] {
        display: none; /* Esconde o toggle original no mobile */
    }
}

/* Blazor Error UI */
#blazor-error-ui[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #856404;
        font-weight: bold;
    }

    #blazor-error-ui .reload[b-4o2e0s2it3] {
        color: #6042ff;
        text-decoration: underline;
        margin-left: 10px;
    }

/* Efeitos de Transi��o */
.nav-item[b-4o2e0s2it3], .submenu-item[b-4o2e0s2it3], .profile-details[b-4o2e0s2it3], .menu-toggle[b-4o2e0s2it3], .logout-icon[b-4o2e0s2it3] {
    transition: all 0.3s ease;
}

.profile-content[b-4o2e0s2it3] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-icon[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        background-color: rgba(96, 66, 255, 0.2);
        transform: scale(1.05);
    }

.sidebar.close .profile-icon[b-4o2e0s2it3] {
    font-size: 30px;
    width: 40px;
    height: 40px;
}

/* Melhorias para RadzenTextBox */
.rz-textbox[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        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-4o2e0s2it3] {
    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-4o2e0s2it3] {
        border-color: #6042ff !important;
        box-shadow: 0 0 0 2px rgba(96, 66, 255, 0.2) !important;
        outline: none !important;
    }

/* Tooltips */
[tooltip][b-4o2e0s2it3] {
    position: relative;
}

    [tooltip][b-4o2e0s2it3]::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-4o2e0s2it3]::after {
        opacity: 1;
    }

/* Submenu quando o menu est� fechado */
.sidebar.close .nav-links > li > .sub-menu[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
    opacity: 1;
    pointer-events: auto;
}

/* Itens do submenu */
.sidebar.close .sub-menu li a[b-4o2e0s2it3] {
    padding: 8px 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* �cones no submenu fechado */
.sidebar.close .sub-menu li i[b-4o2e0s2it3] {
    margin-right: 10px;
    font-size: 18px;
}

/* Seta quando fechado */
.sidebar.close .arrow[b-4o2e0s2it3] {
    display: none;
}

/* Ajuste do hover */
.sidebar.close .nav-links > li:hover[b-4o2e0s2it3] {
    background: rgba(96, 66, 255, 0.1);
}

.sidebar.close .menu-items[b-4o2e0s2it3] {
    overflow: hidden;
}

/* Menu fechado - hover e submenus */
.sidebar.close .nav-links > li[b-4o2e0s2it3] {
    position: relative;
}

    .sidebar.close .nav-links > li:hover[b-4o2e0s2it3] {
        background: rgba(96, 66, 255, 0.1);
    }

        .sidebar.close .nav-links > li:hover > .sub-menu[b-4o2e0s2it3] {
            display: block;
            opacity: 1;
            pointer-events: auto;
        }

.sidebar.close .sub-menu[b-4o2e0s2it3] {
    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-4o2e0s2it3] {
        display: block;
        opacity: 1;
    }
/* _content/Escola/Components/Pages/Alerta.razor.rz.scp.css */
.alert-dialog-container[b-t828d8qwzf] {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    max-width: 600px;
    padding: 1.5rem;
    gap: 1.5rem;
}

.alert-header[b-t828d8qwzf] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert-icon[b-t828d8qwzf] {
    font-size: 34px;
    margin-right: 12px;
}

.alert-icon-wrapper[b-t828d8qwzf] {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.alert-icon-wrapper:hover[b-t828d8qwzf] {
    transform: scale(1.1);
}

.alert-icon-success[b-t828d8qwzf] {
    color: var(--rz-success);
}

.alert-icon-warning[b-t828d8qwzf] {
    color: var(--rz-warning);
}

.alert-icon-error[b-t828d8qwzf] {
    color: var(--rz-danger);
}

.alert-icon-info[b-t828d8qwzf] {
    color: var(--rz-info);
}

.alert-title[b-t828d8qwzf] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.alert-body[b-t828d8qwzf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.alert-message[b-t828d8qwzf] {
    font-size: 1rem;
    color: var(--rz-text-secondary);
    line-height: 1.5;
}

.alert-footer[b-t828d8qwzf] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.alert-button[b-t828d8qwzf] {
    min-width: 250px !important;
}

/* Responsividade */
@media (max-width: 600px) {
    .alert-dialog-container[b-t828d8qwzf] {
        min-width: unset;
        width: 100%;
    }

    .alert-footer[b-t828d8qwzf] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .alert-button[b-t828d8qwzf] {
        width: 100%;
    }

    .alert-icon-wrapper[b-t828d8qwzf] {
        margin-bottom: 0.5rem;
    }

    .alert-header[b-t828d8qwzf] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/Escola/Components/Pages/AutorizacaoRota.razor.rz.scp.css */
/* Estilo do container principal */
.authorization-container[b-ptuxbxuxxx] {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
}

/* Card de não autorizado */
.not-authorized-card[b-ptuxbxuxxx] {
    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-ptuxbxuxxx] {
    font-size: 3.5rem;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.not-authorized-title[b-ptuxbxuxxx] {
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.not-authorized-message[b-ptuxbxuxxx] {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

    .not-authorized-message strong[b-ptuxbxuxxx] {
        color: #495057;
        font-weight: 500;
    }

.not-authorized-solution[b-ptuxbxuxxx] {
    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-ptuxbxuxxx] {
        color: #ffc107;
        font-size: 1.25rem;
    }

    .not-authorized-solution span[b-ptuxbxuxxx] {
        color: #495057;
        font-size: 0.95rem;
    }

.not-authorized-actions[b-ptuxbxuxxx] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}
/* _content/Escola/Components/Pages/Barra_Superior.razor.rz.scp.css */
/* ESTILOS ORIGINAIS MANTIDOS */
.top-bar[b-cdkbmv19bu] {
    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-cdkbmv19bu] {
    display: flex;
    width: 100%;
    flex-wrap: wrap; /* Já está correto */
}

.page-title[b-cdkbmv19bu] {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
}

.title-text[b-cdkbmv19bu] {
    font-size: 18px;
    font-weight: 600;
    color: #6042ff;
    padding-left: 15px;
    border-left: 3px solid #6042ff;
}

/* Container principal dos dois elementos */
.top-bar-content > div:first-child[b-cdkbmv19bu] {
    display: flex;
    width: 100%;
    flex-wrap: wrap; /* Permite quebra de linha */
    gap: 15px; /* Espaço entre os elementos */
}

.company-selector[b-cdkbmv19bu] {
    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-cdkbmv19bu] {
    font-size: 14px;
    font-weight: 500;
    color: #6042ff;
    padding-left: 5px;
}

.company-logo[b-cdkbmv19bu] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0px;
    margin-top: -10px;
    flex-shrink: 0; /* Impede que a logo diminua demais */
}

    .company-logo img[b-cdkbmv19bu] {
        height: 110px;
        max-width: 120px;
        object-fit: contain;
        width: auto; /* Mantém proporção */
    }

/* CORREÇÕES ESPECÍFICAS PARA O DROPDOWN */
.company-dropdown[b-cdkbmv19bu] {
    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-cdkbmv19bu] {
        border: none !important;
        height: auto !important;
    }

    /* Container do texto no dropdown selecionado */
    .company-dropdown .rz-dropdown-label[b-cdkbmv19bu] {
        padding: 8px 0 !important;
        display: flex !important;
        align-items: center !important;
        height: auto !important;
        min-height: 44px;
    }

.company-item[b-cdkbmv19bu] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 2px;
    width: 100%;
}

.company-icon[b-cdkbmv19bu] {
    font-size: 20px;
    color: #6042ff;
    background: rgba(96, 66, 255, 0.1);
    padding: 8px;
    border-radius: 8px;
    flex-shrink: 0;
}

.company-text[b-cdkbmv19bu] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

/* Ajuste para os itens da lista */
.company-dropdown .rz-dropdown-items .company-item[b-cdkbmv19bu] {
    padding: 12px;
}

.company-name[b-cdkbmv19bu] {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}

.company-cnpj[b-cdkbmv19bu] {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    line-height: 1.2;
}

/* Ajustes específicos para o item selecionado */
.company-dropdown .rz-dropdown-label .company-item[b-cdkbmv19bu] {
    padding: 0;
    gap: 10px;
}

.company-dropdown .rz-dropdown-label .company-icon[b-cdkbmv19bu] {
    font-size: 18px;
    padding: 6px;
    margin-left: 0;
}

.company-dropdown .rz-dropdown-label .company-text[b-cdkbmv19bu] {
    margin-top: 0;
}

.company-dropdown .rz-dropdown-label .company-cnpj[b-cdkbmv19bu] {
    font-size: 12px;
    margin-top: 4px;
    display: block !important;
}

/* Ajuste para o dropdown aberto - itens da lista */
.company-dropdown .rz-dropdown-panel[b-cdkbmv19bu] {
    min-width: 400px !important;
}

    .company-dropdown .rz-dropdown-panel .rz-multiselect-item[b-cdkbmv19bu],
    .company-dropdown .rz-dropdown-panel .rz-dropdown-item[b-cdkbmv19bu] {
        padding: 12px 15px !important;
        height: auto !important;
        min-height: 60px;
    }

/* Garante que o texto não seja cortado */
.company-dropdown .rz-dropdown-label[b-cdkbmv19bu] {
    overflow: visible !important;
    white-space: normal !important;
    height: auto !important;
}

/* Ajuste para o ícone de seta do dropdown */
.company-dropdown .rz-dropdown-trigger[b-cdkbmv19bu] {
    align-self: center;
}

/* RESPONSIVIDADE CORRIGIDA */
@media (max-width: 1024px) {
    .company-selector[b-cdkbmv19bu] {
        min-width: 250px;
    }

    .company-logo img[b-cdkbmv19bu] {
        height: 95px;
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .top-bar[b-cdkbmv19bu] {
        padding: 15px 10px;
    }

    .top-bar-content > div:first-child[b-cdkbmv19bu] {
        flex-direction: column; /* Empilha verticalmente */
        gap: 10px;
    }

    .company-selector[b-cdkbmv19bu] {
        width: 100% !important;
        min-width: unset;
        margin-bottom: 0;
    }

    .company-logo[b-cdkbmv19bu] {
        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-cdkbmv19bu] {
            height: 80px;
            max-width: 90px;
        }

    .company-dropdown[b-cdkbmv19bu] {
        max-width: 100%;
    }

        .company-dropdown .rz-dropdown-panel[b-cdkbmv19bu] {
            min-width: unset !important;
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
        }
}

@media (max-width: 480px) {
    .company-logo img[b-cdkbmv19bu] {
        height: 70px;
        max-width: 80px;
    }

    .title-text[b-cdkbmv19bu] {
        font-size: 16px;
    }

    .company-label[b-cdkbmv19bu] {
        font-size: 13px;
    }
}

.header-bottom-container[b-cdkbmv19bu] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}
/* _content/Escola/Components/Pages/Bloco.razor.rz.scp.css */
.page-title[b-hmoss5oyl3] {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
}

.title-text[b-hmoss5oyl3] {
    font-size: 18px;
    font-weight: 600;
    color: #6042ff;
    padding-left: 15px;
    border-left: 3px solid #6042ff;
}

.bloco[b-hmoss5oyl3] {
    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-hmoss5oyl3] {
    width: 100%; /* Adicionado */
}

.bloco-content[b-hmoss5oyl3] {
    width: 100%; /* Modificado */
    flex: 1; /* Adicionado para preencher espaço */
}

    /* Adicione estas regras para garantir que as colunas se expandam */
    .bloco-content .row[b-hmoss5oyl3] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .bloco-content .row > [class^="col-"][b-hmoss5oyl3] {
            padding-left: 15px;
            padding-right: 15px;
        }
/* _content/Escola/Components/Pages/Financeiro/Component.razor.rz.scp.css */
.gauge[b-7cojfpf7tj] {
    --size: 150px;
    --thickness: 15px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
}

/* Somente o preenchimento (sem texto) */
.gauge-fill[b-7cojfpf7tj] {
    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-7cojfpf7tj]::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-7cojfpf7tj] {
        --fg-color: #00b3ac;
        transform: rotate(0deg);
    }

    /* Preenchimento negativo: da esquerda */
    .gauge-fill.negative[b-7cojfpf7tj] {
        --fg-color: #e74c3c;
        transform: rotate(-90deg);
    }

/* Conteúdo central: permanece reto */
.gauge-content[b-7cojfpf7tj] {
    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-7cojfpf7tj] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.gauge-label[b-7cojfpf7tj] {
    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;
}
/* _content/Escola/Components/Pages/Financeiro/Contas_Pagar_lancamento.razor.rz.scp.css */
/* Container principal para o valor */
.valor-conta[b-u0xx4boh55] {
    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-u0xx4boh55] {
    background-color: #e8f5e8;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}

/* Estilo para valores negativos (débitos) */
.valor-negativo[b-u0xx4boh55] {
    background-color: #ffebee;
    color: #c62828;
    border-left: 4px solid #f44336;
}

/* Estilo para valores em atraso */
.valor-atrasado[b-u0xx4boh55] {
    background-color: #fff3e0;
    color: #ef6c00;
    border-left: 4px solid #ff9800;
    animation: pulsar-b-u0xx4boh55 2s infinite;
}

/* Estilo para valores pagos */
.valor-pago[b-u0xx4boh55] {
    background-color: #f5f5f5;
    color: #757575;
    border-left: 4px solid #9e9e9e;
    text-decoration: line-through;
}

/* Formatação do valor monetário */
.valor-monetario[b-u0xx4boh55] {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2em;
}

    .valor-monetario[b-u0xx4boh55]::before {
        content: "R$ ";
        font-weight: 400;
        font-size: 0.6em;
    }

.valor-parcela[b-u0xx4boh55] {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2em;
}

    .valor-parcela[b-u0xx4boh55]::before {
        content: "vezes ";
        font-weight: 400;
        font-size: 0.6em;
    }


/* Efeito de hover */
.valor-conta:hover[b-u0xx4boh55] {
    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-u0xx4boh55 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .valor-conta[b-u0xx4boh55] {
        font-size: 14px;
        padding: 6px 10px;
        min-width: 80px;
    }
}

/* Tooltip para informações adicionais */
.valor-conta[b-u0xx4boh55] {
    position: relative;
    cursor: pointer;
}

    .valor-conta:hover[b-u0xx4boh55]::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/Escola/Components/Pages/Financeiro/Contas_Receber_lancamento.razor.rz.scp.css */
/* Container principal para o valor */
.valor-conta[b-6d3mmtv80j] {
    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-6d3mmtv80j] {
    background-color: #e8f5e8;
    color: #2e7d32;
    border-left: 4px solid #4caf50;
}

/* Estilo para valores negativos (débitos) */
.valor-negativo[b-6d3mmtv80j] {
    background-color: #ffebee;
    color: #c62828;
    border-left: 4px solid #f44336;
}

/* Estilo para valores em atraso */
.valor-atrasado[b-6d3mmtv80j] {
    background-color: #fff3e0;
    color: #ef6c00;
    border-left: 4px solid #ff9800;
    animation: pulsar-b-6d3mmtv80j 2s infinite;
}

/* Estilo para valores pagos */
.valor-pago[b-6d3mmtv80j] {
    background-color: #f5f5f5;
    color: #757575;
    border-left: 4px solid #9e9e9e;
    text-decoration: line-through;
}

/* Formatação do valor monetário */
.valor-monetario[b-6d3mmtv80j] {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2em;
}

    .valor-monetario[b-6d3mmtv80j]::before {
        content: "R$ ";
        font-weight: 400;
        font-size: 0.6em;
    }

.valor-parcela[b-6d3mmtv80j] {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 2em;
}

    .valor-parcela[b-6d3mmtv80j]::before {
        content: "vezes ";
        font-weight: 400;
        font-size: 0.6em;
    }


/* Efeito de hover */
.valor-conta:hover[b-6d3mmtv80j] {
    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-6d3mmtv80j {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .valor-conta[b-6d3mmtv80j] {
        font-size: 14px;
        padding: 6px 10px;
        min-width: 80px;
    }
}

/* Tooltip para informações adicionais */
.valor-conta[b-6d3mmtv80j] {
    position: relative;
    cursor: pointer;
}

    .valor-conta:hover[b-6d3mmtv80j]::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/Escola/Components/Pages/Financeiro/Dashboard_Financeiro.razor.rz.scp.css */
body[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.cards-row[b-a2s2qr9pni] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

/* Estilos do card com borda lateral */
.dashboard-card[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .dashboard-card.primary[b-a2s2qr9pni] {
        border-left-color: #4e73df;
    }

    .dashboard-card.success[b-a2s2qr9pni] {
        border-left-color: #1cc88a;
    }

    .dashboard-card.warning[b-a2s2qr9pni] {
        border-left-color: #f6c23e;
    }

    .dashboard-card.danger[b-a2s2qr9pni] {
        border-left-color: #e74a3b;
    }

.card-icon[b-a2s2qr9pni] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    opacity: 0.15;
    color: #2c3e50;
}

.card-title[b-a2s2qr9pni] {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #5a5c69;
    letter-spacing: 0.5px;
    text-align: left;
}

.card-value[b-a2s2qr9pni] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    text-align: left;
    min-height: 38px;
}

    .card-value.negative[b-a2s2qr9pni] {
        color: #dc3545;
    }

.dashboard-card .card-value[b-a2s2qr9pni] {
    transition: color 0.3s ease;
}

.card-footer[b-a2s2qr9pni] {
    margin-top: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: left;
}

.positive-change[b-a2s2qr9pni] {
    color: #1cc88a;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.negative-change[b-a2s2qr9pni] {
    color: #e74a3b;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.change-icon[b-a2s2qr9pni] {
    margin-right: 4px;
    font-size: 16px;
}

.period-text[b-a2s2qr9pni] {
    margin-left: auto;
    color: #858796;
}

/* Responsividade */
@media (max-width: 768px) {
    .cards-row[b-a2s2qr9pni] {
        flex-direction: column;
        align-items: center;
    }
}

.code-sample[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
    color: #7f8c8d;
}

.button[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
        background: #2e59d9;
    }


.gauge[b-a2s2qr9pni] {
    --size: 150px;
    --thickness: 15px;
    max-width: 200px;
    height: var(--size);
    border-radius: 50%;
    position: relative;
}

/* Somente o preenchimento (sem texto) */
.gauge-fill[b-a2s2qr9pni] {
    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-a2s2qr9pni]::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-a2s2qr9pni] {
        --fg-color: #00b3ac;
        transform: rotate(0deg);
    }

    /* Preenchimento negativo: da esquerda */
    .gauge-fill.negative[b-a2s2qr9pni] {
        --fg-color: #e74c3c;
        transform: rotate(-90deg);
    }

/* Conteúdo central: permanece reto */
.gauge-content[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.gauge-label[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-a2s2qr9pni] {
    background-color: #f5f7f9;
    color: #333;
    padding: 20px;
    line-height: 1.6;
}

.container[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
    background: #2c3e50;
    color: white;
    padding: 25px;
    text-align: center;
}

h1[b-a2s2qr9pni] {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

.periodo[b-a2s2qr9pni] {
    font-size: 16px;
    opacity: 0.9;
    margin-top: 8px;
}

.resumo[b-a2s2qr9pni] {
    display: flex;
    justify-content: space-around;
    padding: 25px 20px;
    background: #ecf0f1;
    border-bottom: 1px solid #ddd;
}

.card[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
        transform: translateY(-5px);
    }

.receita[b-a2s2qr9pni] {
    background: linear-gradient(to bottom, #e8f5e9, #c8e6c9);
    border-left: 4px solid #4caf50;
}

.despesa[b-a2s2qr9pni] {
    background: linear-gradient(to bottom, #ffebee, #ffcdd2);
    border-left: 4px solid #f44336;
}

.resultado[b-a2s2qr9pni] {
    background: linear-gradient(to bottom, #e3f2fd, #bbdefb);
    border-left: 4px solid #2196f3;
}

.card h3[b-a2s2qr9pni] {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valor[b-a2s2qr9pni] {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0;
}

.percentual[b-a2s2qr9pni] {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.08);
    padding: 4px 8px;
    border-radius: 12px;
    display: inline-block;
}

.positivo[b-a2s2qr9pni] {
    color: #2e7d32;
}

.negativo[b-a2s2qr9pni] {
    color: #c62828;
}

.detalhes[b-a2s2qr9pni] {
    padding: 30px;
}

h2[b-a2s2qr9pni] {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #2c3e50;
}

table[b-a2s2qr9pni] {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

th[b-a2s2qr9pni] {
    background: #2c3e50;
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 500;
}

    th:first-child[b-a2s2qr9pni] {
        border-top-left-radius: 8px;
    }

    th:last-child[b-a2s2qr9pni] {
        border-top-right-radius: 8px;
    }

td[b-a2s2qr9pni] {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

tr:hover[b-a2s2qr9pni] {
    background-color: #f9f9f9;
}

.categoria[b-a2s2qr9pni] {
    font-weight: 600;
    background-color: #f5f7f9;
    font-size: 16px;
}

.subcategoria[b-a2s2qr9pni] {
    padding-left: 30px !important;
    color: #555;
}

.total-row[b-a2s2qr9pni] {
    font-weight: bold;
    background: #f5f7f9;
    font-size: 16px;
}

.resultado-final[b-a2s2qr9pni] {
    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-a2s2qr9pni] {
    background: linear-gradient(to right, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.prejuizo[b-a2s2qr9pni] {
    background: linear-gradient(to right, #ffebee, #ffcdd2);
    color: #c62828;
    border: 1px solid #f44336;
}

.valor[b-a2s2qr9pni], .percentual[b-a2s2qr9pni] {
    text-align: right;
}

.barra-container[b-a2s2qr9pni] {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-top: 5px;
}

.barra[b-a2s2qr9pni] {
    height: 6px;
    border-radius: 4px;
}

.barra-receita[b-a2s2qr9pni] {
    background-color: #4caf50;
}

.barra-despesa[b-a2s2qr9pni] {
    background-color: #f44336;
}

footer[b-a2s2qr9pni] {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .resumo[b-a2s2qr9pni] {
        flex-direction: column;
        align-items: center;
    }

    .card[b-a2s2qr9pni] {
        width: 90%;
        margin-bottom: 20px;
    }

    table[b-a2s2qr9pni] {
        display: block;
        overflow-x: auto;
    }

    th[b-a2s2qr9pni], td[b-a2s2qr9pni] {
        padding: 10px;
    }
}
/* _content/Escola/Components/Pages/Home.razor.rz.scp.css */
*[b-7bw4eqacd4] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-7bw4eqacd4] {
    background: #f5f7fa;
    padding: 20px;
    color: #333;
}

.container[b-7bw4eqacd4] {
    max-width: 1200px;
    margin: 0 auto;
}

.header[b-7bw4eqacd4] {
    text-align: center;
    margin-bottom: 30px;
}

    .header h1[b-7bw4eqacd4] {
        color: #2c3e50;
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .header p[b-7bw4eqacd4] {
        color: #7f8c8d;
        font-size: 1.1rem;
    }

.date-display[b-7bw4eqacd4] {
    background: linear-gradient(135deg, #6042ff, #ffffff);
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.birthday-cards[b-7bw4eqacd4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
}

.card[b-7bw4eqacd4] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover[b-7bw4eqacd4] {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    }

.card-header[b-7bw4eqacd4] {
    background: linear-gradient(135deg, #ff7979, #eb4d4b);
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

    .card-header i[b-7bw4eqacd4] {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

.card-body[b-7bw4eqacd4] {
    padding: 20px;
}

.person-name[b-7bw4eqacd4] {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.person-details[b-7bw4eqacd4] {
    margin-bottom: 15px;
}

.detail-item[b-7bw4eqacd4] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #555;
}

    .detail-item i[b-7bw4eqacd4] {
        margin-right: 10px;
        color: #e74c3c;
        width: 20px;
    }

.person-types[b-7bw4eqacd4] {
    background-color: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px;
}

.types-label[b-7bw4eqacd4] {
    font-weight: 600;
    color: #7f8c8d;
    margin-bottom: 5px;
    display: block;
}

.types-list[b-7bw4eqacd4] {
    color: #3498db;
    font-weight: 500;
}

.card-footer[b-7bw4eqacd4] {
    padding: 15px 20px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.age[b-7bw4eqacd4] {
    font-weight: 600;
    color: #e74c3c;
}

.send-wishes[b-7bw4eqacd4] {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500;
}

    .send-wishes:hover[b-7bw4eqacd4] {
        background-color: #2980b9;
    }

.no-birthdays[b-7bw4eqacd4] {
    text-align: center;
    grid-column: 1 / -1;
    padding: 40px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

    .no-birthdays i[b-7bw4eqacd4] {
        font-size: 4rem;
        color: #bdc3c7;
        margin-bottom: 20px;
    }

    .no-birthdays h3[b-7bw4eqacd4] {
        color: #7f8c8d;
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .birthday-cards[b-7bw4eqacd4] {
        grid-template-columns: 1fr;
    }
}
/* _content/Escola/Components/Pages/Login/Esqueci_Minha_Senha.razor.rz.scp.css */
/* Container principal */
.password-recovery-container[b-dkexnafdor] {
    max-width: 500px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Card de recuperação */
.recovery-card[b-dkexnafdor] {
    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-dkexnafdor] {
    text-align: center;
    margin-bottom: 2rem;
}

.recovery-icon[b-dkexnafdor] {
    font-size: 2.5rem;
    color: #4361ee;
    margin-bottom: 1rem;
}

.recovery-title[b-dkexnafdor] {
    color: #2b2d42;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.recovery-subtitle[b-dkexnafdor] {
    color: #6c757d;
    font-size: 0.95rem;
}

/* Formulário */
.recovery-form[b-dkexnafdor] {
    margin-bottom: 1.5rem;
}

/* ESTILOS ESPECÍFICOS PARA OS BOTÕES RADZEN */
:global(.recovery-button)[b-dkexnafdor] {
    width: 100% !important;
    margin-top: 1rem !important;
    display: block !important;
}

:global(.recovery-button .rz-button)[b-dkexnafdor] {
    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-dkexnafdor] {
    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-dkexnafdor] {
    background-color: #4361ee !important;
    border-color: #4361ee !important;
}

/* Botão dark específico */
:global(.recovery-button .rz-button.rz-button-secondary)[b-dkexnafdor] {
    background-color: #2b2d42 !important;
    border-color: #2b2d42 !important;
}

/* Rodapé */
.recovery-footer[b-dkexnafdor] {
    text-align: center;
    margin-top: 1.5rem;
}

.recovery-help[b-dkexnafdor] {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Alertas */
.recovery-alert[b-dkexnafdor] {
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

    .recovery-alert i[b-dkexnafdor] {
        font-size: 1.25rem;
        margin-top: 0.1rem;
    }

.alert-success[b-dkexnafdor] {
    background-color: #f0fff4;
    border-color: #c6f6d5;
    color: #2f855a;
}

.alert-danger[b-dkexnafdor] {
    background-color: #fff5f5;
    border-color: #fed7d7;
    color: #c53030;
}

/* Estilos para o estado de carregamento */
:global(.recovery-button .rz-button.rz-state-loading)[b-dkexnafdor] {
    position: relative !important;
    opacity: 0.8 !important;
}

:global(.recovery-button .rz-button .rz-button-icon-left)[b-dkexnafdor] {
    margin-right: 0.5rem !important;
}
/* _content/Escola/Components/Pages/Login/Login.razor.rz.scp.css */
/* Variáveis de design */
:root[b-z7yzvm77pm] {
    --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-z7yzvm77pm] {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Layout da página */
.login-page[b-z7yzvm77pm] {
    width: 100%;
    max-width: 480px;
    padding: 20px;
}

/* Container do formulário */
.form-container[b-z7yzvm77pm] {
    width: 100%;
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    position: relative;
}
    .form-container[b-z7yzvm77pm]::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-z7yzvm77pm] {
    font-size: 1.75rem;
    color: var(--text-color);
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-subtitle[b-z7yzvm77pm] {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Logo */
.logo-container[b-z7yzvm77pm] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .logo-container img[b-z7yzvm77pm] {
        max-width: 180px;
        height: auto;
        transition: var(--transition);
    }

/* Campos do formulário */
.form-group[b-z7yzvm77pm] {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-control[b-z7yzvm77pm] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9375rem;
    transition: var(--transition);
}

    .form-control:focus[b-z7yzvm77pm] {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
        outline: none;
    }

.password-toggle[b-z7yzvm77pm] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
}

/* Botões */
.btn-primary[b-z7yzvm77pm] {
    background-color: var(--primary-color);
    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-primary:hover[b-z7yzvm77pm] {
        background-color: var(--primary-hover);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
    }

    .btn-primary:disabled[b-z7yzvm77pm] {
        background-color: #cccccc;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

/* Links */
.form-link[b-z7yzvm77pm] {
    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-z7yzvm77pm] {
        text-decoration: underline;
    }

/* Alertas */
.alert[b-z7yzvm77pm] {
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.alert-danger[b-z7yzvm77pm] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-success[b-z7yzvm77pm] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* Rodapé */
.form-footer[b-z7yzvm77pm] {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

/* Checkbox */
.checkbox-container[b-z7yzvm77pm] {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

    .checkbox-container input[b-z7yzvm77pm] {
        margin-right: 10px;
    }

/* Responsividade */
@media (max-width: 768px) {
    .form-container[b-z7yzvm77pm] {
        padding: 2rem 1.5rem;
    }

    .logo-container img[b-z7yzvm77pm] {
        max-width: 150px;
    }
}

/* Animações */
@keyframes fadeIn-b-z7yzvm77pm {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-container[b-z7yzvm77pm] {
    animation: fadeIn-b-z7yzvm77pm 0.8s ease-out forwards;
    opacity: 0; /* Garante que comece invisível */
}

@keyframes fadeIn-b-z7yzvm77pm {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Estilos específicos para o botão de login */
button.btn-primary[b-z7yzvm77pm] {
    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-z7yzvm77pm] {
        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-z7yzvm77pm] {
        background-color: #cccccc !important;
        cursor: not-allowed !important;
    }
/* _content/Escola/Components/Pages/Login/SessaoExpirada.razor.rz.scp.css */
.unauthorized-container[b-v7oxptjdgx] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px); /* Ajuste para o header */
    padding: 20px;
}

.unauthorized-card[b-v7oxptjdgx] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.warning-icon[b-v7oxptjdgx] {
    margin-bottom: 24px;
}

.unauthorized-title[b-v7oxptjdgx] {
    color: #2d3748;
    font-size: 1.5rem;
    margin-bottom: 16px;
    font-weight: 600;
}

.unauthorized-message[b-v7oxptjdgx] {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
}

.modern-button[b-v7oxptjdgx] {
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 500;
}
/* _content/Escola/Components/Pages/Secretaria/Alunos/Aluno_Edita.razor.rz.scp.css */
body[b-c0nfx47wre] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.price-container[b-c0nfx47wre] {
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.price-highlight[b-c0nfx47wre] {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(78, 84, 200, 0.25);
    transition: all 0.3s ease;
    border: none;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

    .price-highlight[b-c0nfx47wre]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 60%);
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .price-highlight:hover[b-c0nfx47wre]::before {
        opacity: 1;
    }

    .price-highlight:hover[b-c0nfx47wre] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(78, 84, 200, 0.35);
    }

.price-label[b-c0nfx47wre] {
    font-size: 1rem;
    color: #6462ff;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.price-value[b-c0nfx47wre] {
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.currency-symbol[b-c0nfx47wre] {
    vertical-align: top;
    font-weight: 700;
}

.pulse-effect[b-c0nfx47wre] {
    display: inline-block;
    border-radius: 50%;
    animation: pulse-b-c0nfx47wre 2s infinite;
}

@keyframes pulse-b-c0nfx47wre {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.installment-option[b-c0nfx47wre] {
    font-weight: 500;
    color: #4e54c8;
    margin-top: 20px;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .installment-option:hover[b-c0nfx47wre] {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

/* Breakpoints personalizados */

/* Dispositivos extra pequenos (telefones, 600px para baixo) */
@media only screen and (max-width: 600px) {
    .price-highlight[b-c0nfx47wre] {
        padding: 25px 15px;
        border-radius: 16px;
    }

    .price-label[b-c0nfx47wre] {
        font-size: 0.9rem;
    }

    .price-value[b-c0nfx47wre] {
        font-size: 2.5rem;
    }

    .currency-symbol[b-c0nfx47wre] {
        font-size: 1.5rem;
    }

    .installment-option[b-c0nfx47wre] {
        font-size: 0.9rem;
        padding: 10px;
    }
}

/* Dispositivos pequenos (telefones na horizontal, 600px para cima) */
@media only screen and (min-width: 600px) {
    .price-value[b-c0nfx47wre] {
        font-size: 3rem;
    }

    .currency-symbol[b-c0nfx47wre] {
        font-size: 1.8rem;
    }
}

/* Dispositivos médios (tablets, 768px para cima) */
@media only screen and (min-width: 768px) {
    .price-value[b-c0nfx47wre] {
        font-size: 3.8rem;
    }

    .currency-symbol[b-c0nfx47wre] {
        font-size: 2.2rem;
    }

    .price-label[b-c0nfx47wre] {
        font-size: 1.1rem;
    }

    .installment-option[b-c0nfx47wre] {
        font-size: 1.1rem;
        padding: 15px 20px;
    }
}

/* Dispositivos grandes (laptops/desktops, 992px para cima) */
@media only screen and (min-width: 992px) {
    .price-value[b-c0nfx47wre] {
        font-size: 4.5rem;
    }

    .currency-symbol[b-c0nfx47wre] {
        font-size: 2.5rem;
    }

    .price-highlight[b-c0nfx47wre] {
        padding: 40px 30px;
    }
}

/* Dispositivos extra grandes (desktops grandes, 1200px para cima) */
@media only screen and (min-width: 1200px) {
    .price-value[b-c0nfx47wre] {
        font-size: 5rem;
    }

    .currency-symbol[b-c0nfx47wre] {
        font-size: 2.8rem;
    }
}

/* Modo escuro para dispositivos com preferência */
@media (prefers-color-scheme: dark) {
    body[b-c0nfx47wre] {
        background: linear-gradient(135deg, #232526 0%, #414345 100%);
    }

    .installment-option[b-c0nfx47wre] {
        background-color: rgba(33, 37, 41, 0.9);
        color: #e9ecef;
    }
}

/* Orientação paisagem em dispositivos móveis */
@media (max-height: 500px) and (orientation: landscape) {
    body[b-c0nfx47wre] {
        padding: 10px;
    }

    .price-container[b-c0nfx47wre] {
        max-width: 90%;
    }

    .price-highlight[b-c0nfx47wre] {
        padding: 15px 10px;
    }

    .price-value[b-c0nfx47wre] {
        font-size: 2.2rem;
    }
}



.photo-capture-container[b-c0nfx47wre] {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.photo-preview[b-c0nfx47wre], .camera-container[b-c0nfx47wre] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.photo-image[b-c0nfx47wre], .camera-preview[b-c0nfx47wre] {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.camera-controls[b-c0nfx47wre] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn[b-c0nfx47wre] {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-primary[b-c0nfx47wre] {
    background-color: #0d6efd;
    color: white;
}

    .btn-primary:hover[b-c0nfx47wre] {
        background-color: #0b5ed7;
    }

.btn-success[b-c0nfx47wre] {
    background-color: #198754;
    color: white;
}

    .btn-success:hover[b-c0nfx47wre] {
        background-color: #157347;
    }

.btn-danger[b-c0nfx47wre] {
    background-color: #dc3545;
    color: white;
}

    .btn-danger:hover[b-c0nfx47wre] {
        background-color: #bb2d3b;
    }

.btn-clear[b-c0nfx47wre] {
    background-color: #6c757d;
    color: white;
}

    .btn-clear:hover[b-c0nfx47wre] {
        background-color: #5c636a;
    }

.btn:disabled[b-c0nfx47wre] {
    opacity: 0.65;
    cursor: not-allowed;
}

*[b-c0nfx47wre] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.body-fim[b-c0nfx47wre] {
    background-color: #f5f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.container-fim[b-c0nfx47wre] {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.success-icon-fim[b-c0nfx47wre] {
    color: #4CAF50;
    font-size: 80px;
    margin-bottom: 20px;
}

.h1-fim[b-c0nfx47wre] {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 28px;
}

.p-fim[b-c0nfx47wre] {
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
}

.contact-info[b-c0nfx47wre] {
    background-color: #f0f7ff;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 25px 0;
    text-align: left;
    border-radius: 0 8px 8px 0;
}

    .contact-info p[b-c0nfx47wre] {
        margin-bottom: 5px;
        font-size: 16px;
    }

.next-steps[b-c0nfx47wre] {
    text-align: left;
    margin-top: 30px;
}

    .next-steps h3[b-c0nfx47wre] {
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .next-steps ul[b-c0nfx47wre] {
        padding-left: 20px;
        color: #555;
    }

    .next-steps li[b-c0nfx47wre] {
        margin-bottom: 10px;
        line-height: 1.5;
    }

.reference-number[b-c0nfx47wre] {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-weight: bold;
    color: #2c3e50;
}

@media (max-width: 600px) {
    .container[b-c0nfx47wre] {
        padding: 25px;
    }

    h1[b-c0nfx47wre] {
        font-size: 24px;
    }

    p[b-c0nfx47wre] {
        font-size: 16px;
    }
}
/* _content/Escola/Components/Pages/Secretaria/Alunos/Assinar.razor.rz.scp.css */
/* Links */
.form-link[b-j99wq1naom] {
    font-size: 0.875rem;
    text-align: right;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
}

    .form-link:hover[b-j99wq1naom] {
        text-decoration: underline;
    }


*[b-j99wq1naom] {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1[b-j99wq1naom] {
    color: #2c3e50;
    font-size: 28px;
}

button[b-j99wq1naom] {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

    button:hover[b-j99wq1naom] {
        background-color: #6c757d;
    }

.cards-container[b-j99wq1naom] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.card[b-j99wq1naom] {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .card:hover[b-j99wq1naom] {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

.card-header[b-j99wq1naom] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.card-title[b-j99wq1naom] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.status[b-j99wq1naom] {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

    .status.pending[b-j99wq1naom] {
        background-color: #ffeaa7;
        color: #d35400;
    }

    .status.signed[b-j99wq1naom] {
        background-color: #d1f7c4;
        color: #27ae60;
    }

.card-details[b-j99wq1naom] {
    margin: 15px 0;
    color: #7f8c8d;
    font-size: 14px;
    line-height: 1.5;
}

.detail-item[b-j99wq1naom] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.detail-label[b-j99wq1naom] {
    font-weight: 500;
}

.card-footer[b-j99wq1naom] {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.icon-btn[b-j99wq1naom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    color: #7f8c8d;
    cursor: pointer;
    font-size: 13px;
    transition: color 0.3s;
    padding: 5px;
}

    .icon-btn i[b-j99wq1naom] {
        font-size: 18px;
    }

    .icon-btn:hover[b-j99wq1naom] {
        color: #3498db;
    }

    .icon-btn.sign:hover[b-j99wq1naom] {
        color: #27ae60;
    }

    .icon-btn.view:hover[b-j99wq1naom] {
        color: #3498db;
    }

    .icon-btn.download:hover[b-j99wq1naom] {
        color: #9b59b6;
    }

@media (max-width: 768px) {
    .cards-container[b-j99wq1naom] {
        grid-template-columns: 1fr;
    }

    header[b-j99wq1naom] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    input[type="text"][b-j99wq1naom] {
        width: 100%;
    }

    .search-container[b-j99wq1naom] {
        width: 100%;
    }
}
/* _content/Escola/Components/Pages/Secretaria/Alunos/PreMatricula_Alunos.razor.rz.scp.css */
body[b-6i1o07q4kt] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.price-container[b-6i1o07q4kt] {
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.price-highlight[b-6i1o07q4kt] {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(78, 84, 200, 0.25);
    transition: all 0.3s ease;
    border: none;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

    .price-highlight[b-6i1o07q4kt]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 60%);
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .price-highlight:hover[b-6i1o07q4kt]::before {
        opacity: 1;
    }

    .price-highlight:hover[b-6i1o07q4kt] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(78, 84, 200, 0.35);
    }

.price-label[b-6i1o07q4kt] {
    font-size: 1rem;
    color: #6462ff;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.price-value[b-6i1o07q4kt] {
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.currency-symbol[b-6i1o07q4kt] {
    vertical-align: top;
    font-weight: 700;
}

.pulse-effect[b-6i1o07q4kt] {
    display: inline-block;
    border-radius: 50%;
    animation: pulse-b-6i1o07q4kt 2s infinite;
}

@keyframes pulse-b-6i1o07q4kt {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.installment-option[b-6i1o07q4kt] {
    font-weight: 500;
    color: #4e54c8;
    margin-top: 20px;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .installment-option:hover[b-6i1o07q4kt] {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

/* Breakpoints personalizados */

/* Dispositivos extra pequenos (telefones, 600px para baixo) */
@media only screen and (max-width: 600px) {
    .price-highlight[b-6i1o07q4kt] {
        padding: 25px 15px;
        border-radius: 16px;
    }

    .price-label[b-6i1o07q4kt] {
        font-size: 0.9rem;
    }

    .price-value[b-6i1o07q4kt] {
        font-size: 2.5rem;
    }

    .currency-symbol[b-6i1o07q4kt] {
        font-size: 1.5rem;
    }

    .installment-option[b-6i1o07q4kt] {
        font-size: 0.9rem;
        padding: 10px;
    }
}

/* Dispositivos pequenos (telefones na horizontal, 600px para cima) */
@media only screen and (min-width: 600px) {
    .price-value[b-6i1o07q4kt] {
        font-size: 3rem;
    }

    .currency-symbol[b-6i1o07q4kt] {
        font-size: 1.8rem;
    }
}

/* Dispositivos médios (tablets, 768px para cima) */
@media only screen and (min-width: 768px) {
    .price-value[b-6i1o07q4kt] {
        font-size: 3.8rem;
    }

    .currency-symbol[b-6i1o07q4kt] {
        font-size: 2.2rem;
    }

    .price-label[b-6i1o07q4kt] {
        font-size: 1.1rem;
    }

    .installment-option[b-6i1o07q4kt] {
        font-size: 1.1rem;
        padding: 15px 20px;
    }
}

/* Dispositivos grandes (laptops/desktops, 992px para cima) */
@media only screen and (min-width: 992px) {
    .price-value[b-6i1o07q4kt] {
        font-size: 4.5rem;
    }

    .currency-symbol[b-6i1o07q4kt] {
        font-size: 2.5rem;
    }

    .price-highlight[b-6i1o07q4kt] {
        padding: 40px 30px;
    }
}

/* Dispositivos extra grandes (desktops grandes, 1200px para cima) */
@media only screen and (min-width: 1200px) {
    .price-value[b-6i1o07q4kt] {
        font-size: 5rem;
    }

    .currency-symbol[b-6i1o07q4kt] {
        font-size: 2.8rem;
    }
}

/* Modo escuro para dispositivos com preferência */
@media (prefers-color-scheme: dark) {
    body[b-6i1o07q4kt] {
        background: linear-gradient(135deg, #232526 0%, #414345 100%);
    }

    .installment-option[b-6i1o07q4kt] {
        background-color: rgba(33, 37, 41, 0.9);
        color: #e9ecef;
    }
}

/* Orientação paisagem em dispositivos móveis */
@media (max-height: 500px) and (orientation: landscape) {
    body[b-6i1o07q4kt] {
        padding: 10px;
    }

    .price-container[b-6i1o07q4kt] {
        max-width: 90%;
    }

    .price-highlight[b-6i1o07q4kt] {
        padding: 15px 10px;
    }

    .price-value[b-6i1o07q4kt] {
        font-size: 2.2rem;
    }
}



.photo-capture-container[b-6i1o07q4kt] {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.photo-preview[b-6i1o07q4kt], .camera-container[b-6i1o07q4kt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.photo-image[b-6i1o07q4kt], .camera-preview[b-6i1o07q4kt] {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.camera-controls[b-6i1o07q4kt] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn[b-6i1o07q4kt] {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-primary[b-6i1o07q4kt] {
    background-color: #0d6efd;
    color: white;
}

    .btn-primary:hover[b-6i1o07q4kt] {
        background-color: #0b5ed7;
    }

.btn-success[b-6i1o07q4kt] {
    background-color: #198754;
    color: white;
}

    .btn-success:hover[b-6i1o07q4kt] {
        background-color: #157347;
    }

.btn-danger[b-6i1o07q4kt] {
    background-color: #dc3545;
    color: white;
}

    .btn-danger:hover[b-6i1o07q4kt] {
        background-color: #bb2d3b;
    }

.btn-clear[b-6i1o07q4kt] {
    background-color: #6c757d;
    color: white;
}

    .btn-clear:hover[b-6i1o07q4kt] {
        background-color: #5c636a;
    }

.btn:disabled[b-6i1o07q4kt] {
    opacity: 0.65;
    cursor: not-allowed;
}

*[b-6i1o07q4kt] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.body-fim[b-6i1o07q4kt] {
    background-color: #f5f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.container-fim[b-6i1o07q4kt] {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.success-icon-fim[b-6i1o07q4kt] {
    color: #4CAF50;
    font-size: 80px;
    margin-bottom: 20px;
}

.h1-fim[b-6i1o07q4kt] {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 28px;
}

.p-fim[b-6i1o07q4kt] {
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
}

.contact-info[b-6i1o07q4kt] {
    background-color: #f0f7ff;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 25px 0;
    text-align: left;
    border-radius: 0 8px 8px 0;
}

    .contact-info p[b-6i1o07q4kt] {
        margin-bottom: 5px;
        font-size: 16px;
    }

.next-steps[b-6i1o07q4kt] {
    text-align: left;
    margin-top: 30px;
}

    .next-steps h3[b-6i1o07q4kt] {
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .next-steps ul[b-6i1o07q4kt] {
        padding-left: 20px;
        color: #555;
    }

    .next-steps li[b-6i1o07q4kt] {
        margin-bottom: 10px;
        line-height: 1.5;
    }

.reference-number[b-6i1o07q4kt] {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-weight: bold;
    color: #2c3e50;
}

@media (max-width: 600px) {
    .container[b-6i1o07q4kt] {
        padding: 25px;
    }

    h1[b-6i1o07q4kt] {
        font-size: 24px;
    }

    p[b-6i1o07q4kt] {
        font-size: 16px;
    }
}
/* _content/Escola/Components/Pages/Secretaria/Alunos_cadastro.razor.rz.scp.css */

.photo-capture-container[b-qtw8sju17d] {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.photo-preview[b-qtw8sju17d], .camera-container[b-qtw8sju17d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.photo-image[b-qtw8sju17d], .camera-preview[b-qtw8sju17d] {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.camera-controls[b-qtw8sju17d] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn[b-qtw8sju17d] {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-primary[b-qtw8sju17d] {
    background-color: #0d6efd;
    color: white;
}

    .btn-primary:hover[b-qtw8sju17d] {
        background-color: #0b5ed7;
    }

.btn-success[b-qtw8sju17d] {
    background-color: #198754;
    color: white;
}

    .btn-success:hover[b-qtw8sju17d] {
        background-color: #157347;
    }

.btn-danger[b-qtw8sju17d] {
    background-color: #dc3545;
    color: white;
}

    .btn-danger:hover[b-qtw8sju17d] {
        background-color: #bb2d3b;
    }

.btn-clear[b-qtw8sju17d] {
    background-color: #6c757d;
    color: white;
}

    .btn-clear:hover[b-qtw8sju17d] {
        background-color: #5c636a;
    }

.btn:disabled[b-qtw8sju17d] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* _content/Escola/Components/Pages/Secretaria/Dashboard_Matriculas.razor.rz.scp.css */
body[b-e657b6h34k] {
    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-e657b6h34k] {
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.cards-row[b-e657b6h34k] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

/* Estilos do card com borda lateral */
.dashboard-card[b-e657b6h34k] {
    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-e657b6h34k] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .dashboard-card.primary[b-e657b6h34k] {
        border-left-color: #4e73df;
    }

    .dashboard-card.success[b-e657b6h34k] {
        border-left-color: #1cc88a;
    }

    .dashboard-card.warning[b-e657b6h34k] {
        border-left-color: #f6c23e;
    }

    .dashboard-card.danger[b-e657b6h34k] {
        border-left-color: #e74a3b;
    }

.card-icon[b-e657b6h34k] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    opacity: 0.15;
    color: #2c3e50;
}

.card-title[b-e657b6h34k] {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #5a5c69;
    letter-spacing: 0.5px;
    text-align: left;
}

.card-value[b-e657b6h34k] {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    text-align: left;
    min-height: 38px;
}

    .card-value.negative[b-e657b6h34k] {
        color: #dc3545;
    }

.dashboard-card .card-value[b-e657b6h34k] {
    transition: color 0.3s ease;
}

.card-footer[b-e657b6h34k] {
    margin-top: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: left;
}

.positive-change[b-e657b6h34k] {
    color: #1cc88a;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.negative-change[b-e657b6h34k] {
    color: #e74a3b;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.change-icon[b-e657b6h34k] {
    margin-right: 4px;
    font-size: 16px;
}

.period-text[b-e657b6h34k] {
    margin-left: auto;
    color: #858796;
}

/* Responsividade */
@media (max-width: 768px) {
    .cards-row[b-e657b6h34k] {
        flex-direction: column;
        align-items: center;
    }
}

.code-sample[b-e657b6h34k] {
    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-e657b6h34k] {
    color: #7f8c8d;
}

.button[b-e657b6h34k] {
    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-e657b6h34k] {
        background: #2e59d9;
    }


.gauge[b-e657b6h34k] {
    --size: 150px;
    --thickness: 15px;
    max-width: 200px;
    height: var(--size);
    border-radius: 50%;
    position: relative;
}

/* Somente o preenchimento (sem texto) */
.gauge-fill[b-e657b6h34k] {
    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-e657b6h34k]::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-e657b6h34k] {
        --fg-color: #00b3ac;
        transform: rotate(0deg);
    }

    /* Preenchimento negativo: da esquerda */
    .gauge-fill.negative[b-e657b6h34k] {
        --fg-color: #e74c3c;
        transform: rotate(-90deg);
    }

/* Conteúdo central: permanece reto */
.gauge-content[b-e657b6h34k] {
    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-e657b6h34k] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.gauge-label[b-e657b6h34k] {
    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-e657b6h34k] {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.scrollable-table[b-e657b6h34k] {
    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-e657b6h34k] {
        width: 100%;
        border-collapse: collapse;
    }

body[b-e657b6h34k] {
    background-color: #f5f7f9;
    color: #333;
    padding: 20px;
    line-height: 1.6;
}

.container[b-e657b6h34k] {
    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-e657b6h34k] {
    background: #2c3e50;
    color: white;
    padding: 25px;
    text-align: center;
}

h1[b-e657b6h34k] {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}

.periodo[b-e657b6h34k] {
    font-size: 16px;
    opacity: 0.9;
    margin-top: 8px;
}

.resumo[b-e657b6h34k] {
    display: flex;
    justify-content: space-around;
    padding: 25px 20px;
    background: #ecf0f1;
    border-bottom: 1px solid #ddd;
}

.card[b-e657b6h34k] {
    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-e657b6h34k] {
        transform: translateY(-5px);
    }

.receita[b-e657b6h34k] {
    background: linear-gradient(to bottom, #e8f5e9, #c8e6c9);
    border-left: 4px solid #4caf50;
}

.despesa[b-e657b6h34k] {
    background: linear-gradient(to bottom, #ffebee, #ffcdd2);
    border-left: 4px solid #f44336;
}

.resultado[b-e657b6h34k] {
    background: linear-gradient(to bottom, #e3f2fd, #bbdefb);
    border-left: 4px solid #2196f3;
}

.card h3[b-e657b6h34k] {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valor[b-e657b6h34k] {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0;
}

.percentual[b-e657b6h34k] {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.08);
    padding: 4px 8px;
    border-radius: 12px;
    display: inline-block;
}

.positivo[b-e657b6h34k] {
    color: #2e7d32;
}

.negativo[b-e657b6h34k] {
    color: #c62828;
}

.detalhes[b-e657b6h34k] {
    padding: 0px;
}

h2[b-e657b6h34k] {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #2c3e50;
}

table[b-e657b6h34k] {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

th[b-e657b6h34k] {
    background: #2c3e50;
    color: white;
    text-align: left;
    padding: 15px;
    font-weight: 500;
}

    th:first-child[b-e657b6h34k] {
        border-top-left-radius: 8px;
    }

    th:last-child[b-e657b6h34k] {
        border-top-right-radius: 8px;
    }

td[b-e657b6h34k] {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

tr:hover[b-e657b6h34k] {
    background-color: #f9f9f9;
}

.categoria[b-e657b6h34k] {
    font-weight: 600;
    background-color: #f5f7f9;
    font-size: 16px;
}

.subcategoria[b-e657b6h34k] {
    padding-left: 30px !important;
    color: #555;
}

.total-row[b-e657b6h34k] {
    font-weight: bold;
    background: #f5f7f9;
    font-size: 16px;
}

.resultado-final[b-e657b6h34k] {
    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-e657b6h34k] {
    background: linear-gradient(to right, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.prejuizo[b-e657b6h34k] {
    background: linear-gradient(to right, #ffebee, #ffcdd2);
    color: #c62828;
    border: 1px solid #f44336;
}

.valor[b-e657b6h34k], .percentual[b-e657b6h34k] {
    text-align: right;
}

.barra-container[b-e657b6h34k] {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-top: 5px;
}

.barra[b-e657b6h34k] {
    height: 6px;
    border-radius: 4px;
}

.barra-receita[b-e657b6h34k] {
    background-color: #4caf50;
}

.barra-despesa[b-e657b6h34k] {
    background-color: #f44336;
}

footer[b-e657b6h34k] {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .resumo[b-e657b6h34k] {
        flex-direction: column;
        align-items: center;
    }

    .card[b-e657b6h34k] {
        width: 90%;
        margin-bottom: 20px;
    }

    table[b-e657b6h34k] {
        display: block;
        overflow-x: auto;
    }

    th[b-e657b6h34k], td[b-e657b6h34k] {
        padding: 10px;
    }
}
/* _content/Escola/Components/Pages/Secretaria/Matricula_cadadastro.razor.rz.scp.css */

.photo-capture-container[b-aloon49cjy] {
    max-width: 400px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.photo-preview[b-aloon49cjy], .camera-container[b-aloon49cjy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.photo-image[b-aloon49cjy], .camera-preview[b-aloon49cjy] {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.camera-controls[b-aloon49cjy] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn[b-aloon49cjy] {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-primary[b-aloon49cjy] {
    background-color: #0d6efd;
    color: white;
}

    .btn-primary:hover[b-aloon49cjy] {
        background-color: #0b5ed7;
    }

.btn-success[b-aloon49cjy] {
    background-color: #198754;
    color: white;
}

    .btn-success:hover[b-aloon49cjy] {
        background-color: #157347;
    }

.btn-danger[b-aloon49cjy] {
    background-color: #dc3545;
    color: white;
}

    .btn-danger:hover[b-aloon49cjy] {
        background-color: #bb2d3b;
    }

.btn-clear[b-aloon49cjy] {
    background-color: #6c757d;
    color: white;
}

    .btn-clear:hover[b-aloon49cjy] {
        background-color: #5c636a;
    }

.btn:disabled[b-aloon49cjy] {
    opacity: 0.65;
    cursor: not-allowed;
}

.body-fim[b-aloon49cjy] {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
}

.container-fim[b-aloon49cjy] {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.success-icon-fim[b-aloon49cjy] {
    color: #4CAF50;
    font-size: 80px;
    margin-bottom: 20px;
}
/* _content/Escola/Components/Pages/Secretaria/Salas_lista.razor.rz.scp.css */
.cards-container[b-vsdlw1t3lk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.sala-card[b-vsdlw1t3lk] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #007bff;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .sala-card:hover[b-vsdlw1t3lk] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    }

    .sala-card.active[b-vsdlw1t3lk] {
        border-left-color: #28a745;
    }

    .sala-card.inactive[b-vsdlw1t3lk] {
        border-left-color: #dc3545;
    }

.card-header[b-vsdlw1t3lk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.sala-id[b-vsdlw1t3lk] {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.status-badge[b-vsdlw1t3lk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

    .status-badge.active[b-vsdlw1t3lk] {
        background: #d4edda;
        color: #155724;
    }

    .status-badge.inactive[b-vsdlw1t3lk] {
        background: #f8d7da;
        color: #721c24;
    }

    .status-badge i[b-vsdlw1t3lk] {
        font-size: 0.6rem;
    }

.card-content[b-vsdlw1t3lk] {
    flex-grow: 1;
}

.sala-descricao[b-vsdlw1t3lk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

    .sala-descricao i[b-vsdlw1t3lk] {
        color: #007bff;
        font-size: 1.2rem;
    }

.card-actions[b-vsdlw1t3lk] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.action-btn[b-vsdlw1t3lk] {
    flex: 1;
    min-width: 80px;
}

.empty-state[b-vsdlw1t3lk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.filters-container[b-vsdlw1t3lk] {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.filter-group[b-vsdlw1t3lk] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .filter-group label[b-vsdlw1t3lk] {
        font-weight: 500;
        color: #495057;
        white-space: nowrap;
    }

@@media (max-width: 768px) {
    .cards-container[b-vsdlw1t3lk] {
        grid-template-columns: 1fr;
    }

    .card-header[b-vsdlw1t3lk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .filter-group[b-vsdlw1t3lk] {
        flex-direction: column;
        align-items: stretch;
    }
}
