/* _content/EconomicApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page-container[b-wdet4mwcxv] {
    display: flex;
    height: 100vh;
    background-color: #0f172a;
    color: #f1f5f9;
    overflow: hidden;
}

.sidebar-wrapper[b-wdet4mwcxv] {
    width: 280px;
    background-color: #1e293b;
    border-right: 1px solid #334155;
    display: flex;
    flex-direction: column;
}

.sidebar-footer[b-wdet4mwcxv] {
    margin-top: auto;
    padding: 1.5rem;
    border-top: 1px solid #334155;
}

.version-tag[b-wdet4mwcxv] {
    background: #0f172a;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.75rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #334155;
}

.main-content[b-wdet4mwcxv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.top-header[b-wdet4mwcxv] {
    height: 64px;
    background-color: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #334155;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.status-pill[b-wdet4mwcxv] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
}

.dot[b-wdet4mwcxv] {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.label[b-wdet4mwcxv] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #10b981;
}

.content-body[b-wdet4mwcxv] {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
}

.page-wrapper[b-wdet4mwcxv] {
    max-width: 1200px;
    margin: 0 auto;
}
/* _content/EconomicApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* Contenedor del Logo */
.navbar-brand[b-d8r8f346ky] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1.5rem 1rem;
    text-decoration: none !important;
}

.brand-icon[b-d8r8f346ky] {
    background-color: #10b981;
    color: #0f172a;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-text[b-d8r8f346ky] {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.2rem;
}

.highlight[b-d8r8f346ky] {
    color: #10b981;
}

/* Etiquetas de secci�n (GENERAL / OPERACIONES) */
.nav-link[b-d8r8f346ky] {
    color: #94a3b8 !important;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin: 4px 0;
    transition: all 0.2s;
}

/* Espacio entre el icono y el texto */
.nav-link i[b-d8r8f346ky] {
    margin-right: 12px;
    font-size: 1.1rem;
}

/* Cuando pasas el mouse por encima */
.nav-link:hover[b-d8r8f346ky] {
    background-color: rgba(255, 255, 255, 0.05);
    color: #f8fafc !important;
}

/* EL ESTADO ACTIVO (Lo que quer�as lograr) */
.nav-link.active[b-d8r8f346ky] {
    background-color: rgba(16, 185, 129, 0.1) !important; /* Verde muy suave de fondo */
    color: #10b981 !important; /* Verde esmeralda para el texto */
    font-weight: 600;
}

/* Etiquetas de "Operaciones" */
.nav-label[b-d8r8f346ky] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #475569;
    font-weight: bold;
}

.text-emerald[b-d8r8f346ky] {
    color: #10b981;
}
