/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-nqg5bmvmal] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 1rem;
}

.login-card[b-nqg5bmvmal] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    animation: fadeInUp-b-nqg5bmvmal 0.6s ease-out;
}

.login-header[b-nqg5bmvmal] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    text-align: center;
    color: white;
}

.login-logo[b-nqg5bmvmal] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.login-title[b-nqg5bmvmal] {
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
}

.login-subtitle[b-nqg5bmvmal] {
    margin: 0.5rem 0 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.login-body[b-nqg5bmvmal] {
    padding: 2rem;
}

.form-floating > .form-control[b-nqg5bmvmal] {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.form-floating > .form-control:focus[b-nqg5bmvmal] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.btn-login[b-nqg5bmvmal] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    padding: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.2s;
}

.btn-login:hover[b-nqg5bmvmal] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.login-links[b-nqg5bmvmal] {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
}

.login-links a[b-nqg5bmvmal] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.login-links a:hover[b-nqg5bmvmal] {
    color: #764ba2;
    text-decoration: underline;
}

.divider[b-nqg5bmvmal] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #a0aec0;
}

.divider[b-nqg5bmvmal]::before,
.divider[b-nqg5bmvmal]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.divider span[b-nqg5bmvmal] {
    padding: 0 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes fadeInUp-b-nqg5bmvmal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bp6xgzyrn6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bp6xgzyrn6] {
    flex: 1;
}

.sidebar[b-bp6xgzyrn6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bp6xgzyrn6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bp6xgzyrn6]  a, .top-row[b-bp6xgzyrn6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bp6xgzyrn6]  a:hover, .top-row[b-bp6xgzyrn6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bp6xgzyrn6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bp6xgzyrn6] {
        justify-content: space-between;
    }

    .top-row[b-bp6xgzyrn6]  a, .top-row[b-bp6xgzyrn6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bp6xgzyrn6] {
        flex-direction: row;
    }

    .sidebar[b-bp6xgzyrn6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bp6xgzyrn6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bp6xgzyrn6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bp6xgzyrn6], article[b-bp6xgzyrn6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bp6xgzyrn6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bp6xgzyrn6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MobileLayout.razor.rz.scp.css */
.mobile-layout[b-ky0n3m1ip5] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f5f5f5;
}

/* Header móvil optimizado */
.mobile-header[b-ky0n3m1ip5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px; /* Incrementado para mejor proporción */
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center; /* Centrado para mejor distribución */
    padding: 0 16px; /* Optimizado para pantallas pequeñas */
    z-index: 1000;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.header-content[b-ky0n3m1ip5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
}

.brand-section[b-ky0n3m1ip5] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    min-height: 48px;
    padding: 6px 0;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
}

.brand-section:hover[b-ky0n3m1ip5],
.brand-section:focus[b-ky0n3m1ip5] {
    transform: translateY(-1px);
    outline: none;
}

.brand-section:active[b-ky0n3m1ip5] {
    transform: translateY(0);
}

.brand-title[b-ky0n3m1ip5] {
    font-size: 1.375rem; /* Incrementado para mejor jerarquía */
    font-weight: 700; /* Más bold para mejor presencia */
    margin: 0;
    color: #1a365d; /* Color más sólido y profesional */
    line-height: 1.2;
    letter-spacing: -0.025em; /* Mejor espaciado de letras */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.brand-subtitle[b-ky0n3m1ip5] {
    font-size: 0.6875rem; /* Ligeramente más pequeño para mejor contraste */
    color: #64748b; /* Color más moderno */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: -2px;
    opacity: 0.8;
}

.user-section[b-ky0n3m1ip5] {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.user-button[b-ky0n3m1ip5] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid rgba(148, 163, 184, 0.2);
    cursor: pointer;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 48px;
    min-height: 48px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.user-button[b-ky0n3m1ip5]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.user-button:hover[b-ky0n3m1ip5]::before {
    opacity: 0.1;
    transform: scale(1);
}

.user-button:focus[b-ky0n3m1ip5]::before {
    opacity: 0.15;
    transform: scale(1);
}

.user-button:focus[b-ky0n3m1ip5] {
    border-color: #3b82f6;
    outline: 2px solid rgba(59, 130, 246, 0.2);
    outline-offset: 2px;
}

.user-button:active[b-ky0n3m1ip5] {
    transform: scale(0.98);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.user-button .rz-icon[b-ky0n3m1ip5] {
    position: relative;
    z-index: 1;
    font-size: 1.375rem;
    transition: transform 0.2s ease;
}

.user-button:hover .rz-icon[b-ky0n3m1ip5] {
    transform: scale(1.05);
}

.user-dropdown[b-ky0n3m1ip5] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 220px;
    z-index: 1001;
    animation: fadeIn-b-ky0n3m1ip5 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

@keyframes fadeIn-b-ky0n3m1ip5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-info[b-ky0n3m1ip5] {
    padding: 20px 16px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    background: rgba(var(--primary-color-rgb), 0.05);
    border-radius: 12px 12px 0 0;
}

    .user-info strong[b-ky0n3m1ip5] {
        display: block;
        font-size: 0.9rem;
    }

    .user-info small[b-ky0n3m1ip5] {
        color: #777;
        font-size: 0.8rem;
    }

.dropdown-divider[b-ky0n3m1ip5] {
    border: 0;
    border-top: 1px solid #eee;
    margin: 0;
}

.dropdown-item[b-ky0n3m1ip5] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    min-height: 48px;
    border-radius: 8px;
    margin: 4px 8px;
    position: relative;
}

/* Responsividad mejorada para pantallas pequeñas */
@media (max-width: 360px) {
    .mobile-header[b-ky0n3m1ip5] {
        height: 64px;
        padding: 0 12px;
    }
    
    .brand-title[b-ky0n3m1ip5] {
        font-size: 1.25rem;
    }
    
    .brand-subtitle[b-ky0n3m1ip5] {
        font-size: 0.625rem;
    }
    
    .user-button[b-ky0n3m1ip5] {
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }
    
    .user-button .rz-icon[b-ky0n3m1ip5] {
        font-size: 1.25rem;
    }
}

@media (max-width: 320px) {
    .mobile-header[b-ky0n3m1ip5] {
        height: 60px;
        padding: 0 8px;
    }
    
    .brand-title[b-ky0n3m1ip5] {
        font-size: 1.125rem;
    }
    
    .brand-subtitle[b-ky0n3m1ip5] {
        font-size: 0.5625rem;
    }
    
    .user-button[b-ky0n3m1ip5] {
        min-width: 40px;
        min-height: 40px;
        padding: 6px;
    }
    
    .user-button .rz-icon[b-ky0n3m1ip5] {
        font-size: 1.125rem;
    }
}

/* Mejoras para pantallas medianas */
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-header[b-ky0n3m1ip5] {
        height: 72px;
        padding: 0 24px;
    }
    
    .brand-title[b-ky0n3m1ip5] {
        font-size: 1.5rem;
    }
    
    .brand-subtitle[b-ky0n3m1ip5] {
        font-size: 0.75rem;
    }
    
    .user-button[b-ky0n3m1ip5] {
        min-width: 52px;
        min-height: 52px;
        padding: 12px;
    }
    
    .user-button .rz-icon[b-ky0n3m1ip5] {
        font-size: 1.5rem;
    }
}

    .dropdown-item:hover[b-ky0n3m1ip5],
    .dropdown-item:focus[b-ky0n3m1ip5] {
        background-color: var(--hover-color);
        transform: translateX(4px);
        outline: 2px solid var(--primary-color);
        outline-offset: -2px;
    }

    .dropdown-item:active[b-ky0n3m1ip5] {
        transform: translateX(2px) scale(0.98);
    }

    .dropdown-item.logout[b-ky0n3m1ip5] {
        color: #dc3545;
        margin-top: 8px;
        border-top: 1px solid var(--border-color);
        border-radius: 0 0 8px 8px;
    }

    .dropdown-item.logout:hover[b-ky0n3m1ip5],
    .dropdown-item.logout:focus[b-ky0n3m1ip5] {
        background-color: rgba(220, 53, 69, 0.1);
        color: #dc3545;
    }

/* Main Content */
.mobile-main[b-ky0n3m1ip5] {
    flex: 1;
    overflow-y: auto;
    padding-top: 64px; /* Ajustado para el nuevo header */
    padding-bottom: 80px; /* Ajustado para la nueva navegación */
    transition: all 0.3s ease;
}

.content-wrapper[b-ky0n3m1ip5] {
    padding: 1rem;
}

/* Bottom Navigation */
.mobile-nav[b-ky0n3m1ip5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--surface-color);
    border-top: 1px solid var(--border-color);
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}

.nav-items[b-ky0n3m1ip5] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    gap: 4px;
}

.nav-item[b-ky0n3m1ip5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 12px;
    min-width: 64px;
    min-height: 64px; /* Área táctil amplia */
    position: relative;
    overflow: hidden;
}

.nav-item[b-ky0n3m1ip5]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary-color);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    border-radius: 12px;
}

.nav-item:hover[b-ky0n3m1ip5]::before,
.nav-item:focus[b-ky0n3m1ip5]::before {
    opacity: 0.1;
    transform: scale(1);
}

.nav-item:active[b-ky0n3m1ip5] {
    transform: scale(0.95);
}

.nav-item:focus[b-ky0n3m1ip5] {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

    .nav-item .rz-icon-font[b-ky0n3m1ip5] {
        font-size: 1.25rem;
        position: relative;
        z-index: 1;
        transition: all 0.2s ease;
    }

    .nav-item.active[b-ky0n3m1ip5] {
        color: var(--primary-color);
        background-color: rgba(var(--primary-color-rgb), 0.15);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.3);
    }

    .nav-item.active[b-ky0n3m1ip5]::before {
        opacity: 0.2;
        transform: scale(1);
    }

    .nav-item.active .rz-icon-font[b-ky0n3m1ip5] {
        transform: scale(1.1);
    }

    .nav-item:hover[b-ky0n3m1ip5] {
        color: var(--rz-primary-dark);
    }

/* Overlay para cerrar menús */
.overlay[b-ky0n3m1ip5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    animation: fadeIn-b-ky0n3m1ip5 0.3s ease forwards;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/* Clase para texto solo para lectores de pantalla */
.sr-only[b-ky0n3m1ip5] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mejoras de accesibilidad para navegación por teclado */
.mobile-nav .nav-item:focus-visible[b-ky0n3m1ip5],
.mobile-header .user-button:focus-visible[b-ky0n3m1ip5],
.mobile-header .brand:focus-visible[b-ky0n3m1ip5] {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
}

/* Animación mejorada para elementos activos */
@keyframes pulse-b-ky0n3m1ip5 {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.mobile-nav .nav-item.active .rz-icon[b-ky0n3m1ip5] {
    animation: pulse-b-ky0n3m1ip5 0.6s ease-in-out;
}

/* Estilos para etiquetas de navegación */
.nav-label[b-ky0n3m1ip5] {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    line-height: 1.2;
}

.mobile-nav .nav-item.active .nav-label[b-ky0n3m1ip5] {
    font-weight: 600;
    transform: scale(1.05);
}

/* Media queries optimizadas para dispositivos móviles */

/* Pantallas muy pequeñas (hasta 320px) */
@media (max-width: 320px) {
    .mobile-header[b-ky0n3m1ip5] {
        padding: 0 12px;
        height: 56px;
    }
    
    .mobile-header .brand[b-ky0n3m1ip5] {
        font-size: 1rem;
        padding: 6px 8px;
    }
    
    .mobile-nav[b-ky0n3m1ip5] {
        padding: 4px 0;
    }
    
    .mobile-nav .nav-item[b-ky0n3m1ip5] {
        min-width: 56px;
        min-height: 56px;
        padding: 8px 4px;
        gap: 2px;
    }
    
    .nav-label[b-ky0n3m1ip5] {
        font-size: 0.7rem;
    }
    
    .mobile-nav .nav-item .rz-icon[b-ky0n3m1ip5] {
        font-size: 1.1rem;
    }
    
    .main-content[b-ky0n3m1ip5] {
        padding: 12px 8px;
        margin-top: 56px;
        margin-bottom: 68px;
    }
}

/* Pantallas pequeñas (321px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {
    .mobile-header[b-ky0n3m1ip5] {
        padding: 0 16px;
    }
    
    .mobile-header .brand[b-ky0n3m1ip5] {
        font-size: 1.15rem;
    }
    
    .mobile-nav .nav-item[b-ky0n3m1ip5] {
        min-width: 60px;
        padding: 10px 6px;
    }
    
    .nav-label[b-ky0n3m1ip5] {
        font-size: 0.75rem;
    }
    
    .main-content[b-ky0n3m1ip5] {
        padding: 16px 12px;
    }
}

/* Pantallas medianas (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .mobile-header[b-ky0n3m1ip5] {
        height: 68px;
        padding: 0 24px;
    }
    
    .mobile-header .brand[b-ky0n3m1ip5] {
        font-size: 1.3rem;
    }
    
    .mobile-nav[b-ky0n3m1ip5] {
        padding: 12px 0;
    }
    
    .mobile-nav .nav-item[b-ky0n3m1ip5] {
        min-width: 72px;
        min-height: 72px;
        padding: 14px 10px;
    }
    
    .nav-label[b-ky0n3m1ip5] {
        font-size: 0.8rem;
    }
    
    .mobile-nav .nav-item .rz-icon[b-ky0n3m1ip5] {
        font-size: 1.4rem;
    }
    
    .main-content[b-ky0n3m1ip5] {
        padding: 24px 20px;
        margin-top: 68px;
        margin-bottom: 96px;
    }
}

/* Tablets pequeñas (769px - 912px / 12 pulgadas) */
@media (min-width: 769px) and (max-width: 912px) {
    .mobile-header[b-ky0n3m1ip5] {
        height: 72px;
        padding: 0 32px;
    }
    
    .mobile-header .brand[b-ky0n3m1ip5] {
        font-size: 1.4rem;
    }
    
    .mobile-nav[b-ky0n3m1ip5] {
        padding: 16px 0;
    }
    
    .mobile-nav .nav-item[b-ky0n3m1ip5] {
        min-width: 80px;
        min-height: 80px;
        padding: 16px 12px;
        gap: 6px;
    }
    
    .nav-label[b-ky0n3m1ip5] {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .mobile-nav .nav-item .rz-icon[b-ky0n3m1ip5] {
        font-size: 1.5rem;
    }
    
    .main-content[b-ky0n3m1ip5] {
        padding: 32px 24px;
        margin-top: 72px;
        margin-bottom: 112px;
    }
    
    .mobile-header .user-dropdown[b-ky0n3m1ip5] {
        min-width: 240px;
    }
    
    .mobile-header .user-dropdown .dropdown-item[b-ky0n3m1ip5] {
        padding: 18px 20px;
        font-size: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6fy3td9oq9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6fy3td9oq9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6fy3td9oq9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6fy3td9oq9] {
    font-size: 1.1rem;
}

.bi[b-6fy3td9oq9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-6fy3td9oq9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-6fy3td9oq9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6fy3td9oq9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6fy3td9oq9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6fy3td9oq9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-6fy3td9oq9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6fy3td9oq9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6fy3td9oq9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6fy3td9oq9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6fy3td9oq9] {
        display: none;
    }

    .nav-scrollable[b-6fy3td9oq9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ProfileMenu.razor.rz.scp.css */
[b-rr4bdvsbnk] .rz-profile-menu-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 4px 8px !important;
    border: none !important;
}

[b-rr4bdvsbnk] .rz-profile-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

[b-rr4bdvsbnk] .rz-profile-menu-icon {
    display: none;
    /* Ocultar el icono predeterminado si queremos usar solo nuestra plantilla */
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lw3amytvqk],
.components-reconnect-repeated-attempt-visible[b-lw3amytvqk],
.components-reconnect-failed-visible[b-lw3amytvqk],
.components-pause-visible[b-lw3amytvqk],
.components-resume-failed-visible[b-lw3amytvqk],
.components-rejoining-animation[b-lw3amytvqk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-retrying[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-failed[b-lw3amytvqk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lw3amytvqk] {
    display: block;
}


#components-reconnect-modal[b-lw3amytvqk] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-lw3amytvqk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lw3amytvqk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lw3amytvqk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lw3amytvqk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lw3amytvqk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lw3amytvqk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lw3amytvqk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lw3amytvqk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lw3amytvqk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lw3amytvqk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lw3amytvqk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lw3amytvqk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lw3amytvqk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lw3amytvqk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lw3amytvqk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lw3amytvqk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lw3amytvqk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lw3amytvqk {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
