/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8l6c7vpbid] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

main[b-8l6c7vpbid] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* /Pages/AccessControl.razor.rz.scp.css */
.evault-container[b-kjwpajckaz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--background-darker) 0%, var(--background-dark) 100%);
    font-family: var(--font-inter);
    overflow: hidden;
    background: url("img/fondo.jpg") no-repeat center center fixed;
    background-size: cover;
}

/* Animación de fondo */
.background-animation[b-kjwpajckaz] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(67, 56, 202, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    animation: float-b-kjwpajckaz 20s ease-in-out infinite;
}

@keyframes float-b-kjwpajckaz {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-30px, -30px) rotate(1deg);
    }

    66% {
        transform: translate(30px, -20px) rotate(-1deg);
    }
}
/* /Pages/Authentication.razor.rz.scp.css */
.evault-container[b-27rw1jrdu7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--background-darker) 0%, var(--background-dark) 100%);
    font-family: var(--font-inter);
    overflow: hidden;
    background: url("img/fondo.jpg") no-repeat center center fixed;
    background-size: cover;
}

/* Animación de fondo */
.background-animation[b-27rw1jrdu7] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(67, 56, 202, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    animation: float-b-27rw1jrdu7 20s ease-in-out infinite;
}

@keyframes float-b-27rw1jrdu7 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-30px, -30px) rotate(1deg);
    }

    66% {
        transform: translate(30px, -20px) rotate(-1deg);
    }
}
/* /Pages/Home.razor.rz.scp.css */

/* ============================
   EVAULT LOGIN - DISEÑO MODERNO
   ============================ */

/* Reset y Base */
*[b-atu10itkpa] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Contenedor Principal */
.evault-container[b-atu10itkpa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e  50%, #0f3460 100%);
    font-family: var(--font-inter);
    overflow: hidden;
    color: var(--text-primary);
}

/* ============================
   ANIMACIONES DE FONDO
   ============================ */

/* Formas Geométricas Animadas */
.geometric-bg[b-atu10itkpa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.shape[b-atu10itkpa] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.05));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    animation: float-shapes-b-atu10itkpa 20s infinite ease-in-out;
}

.shape-1[b-atu10itkpa] {
    width: 300px;
    height: 300px;
    top: 10%;
    left: -10%;
    animation-delay: 0s;
    animation-duration: 25s;
}

.shape-2[b-atu10itkpa] {
    width: 200px;
    height: 200px;
    top: 70%;
    right: -5%;
    animation-delay: -5s;
    animation-duration: 30s;
}

.shape-3[b-atu10itkpa] {
    width: 150px;
    height: 150px;
    top: 30%;
    right: 20%;
    animation-delay: -10s;
    animation-duration: 20s;
}

.shape-4[b-atu10itkpa] {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-delay: -15s;
    animation-duration: 35s;
}

.shape-5[b-atu10itkpa] {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -8s;
    animation-duration: 28s;
    opacity: 0.3;
}

@keyframes float-shapes-b-atu10itkpa {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) translateX(10px) rotate(90deg);
    }
    50% {
        transform: translateY(-10px) translateX(-15px) rotate(180deg);
    }
    75% {
        transform: translateY(15px) translateX(5px) rotate(270deg);
    }
}

/* Partículas Flotantes */
.particles-container[b-atu10itkpa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.particle[b-atu10itkpa] {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(99, 102, 241, 0.6);
    border-radius: 50%;
    animation: float-particles-b-atu10itkpa 15s infinite linear;
}

/* Posiciones aleatorias para partículas */
.particle-0[b-atu10itkpa] { left: 10%; animation-delay: 0s; }
.particle-1[b-atu10itkpa] { left: 20%; animation-delay: -2s; }
.particle-2[b-atu10itkpa] { left: 30%; animation-delay: -4s; }
.particle-3[b-atu10itkpa] { left: 40%; animation-delay: -6s; }
.particle-4[b-atu10itkpa] { left: 50%; animation-delay: -8s; }
.particle-5[b-atu10itkpa] { left: 60%; animation-delay: -10s; }
.particle-6[b-atu10itkpa] { left: 70%; animation-delay: -12s; }
.particle-7[b-atu10itkpa] { left: 80%; animation-delay: -14s; }
.particle-8[b-atu10itkpa] { left: 90%; animation-delay: -1s; }
.particle-9[b-atu10itkpa] { left: 15%; animation-delay: -3s; }
.particle-10[b-atu10itkpa] { left: 25%; animation-delay: -5s; }
.particle-11[b-atu10itkpa] { left: 35%; animation-delay: -7s; }
.particle-12[b-atu10itkpa] { left: 45%; animation-delay: -9s; }
.particle-13[b-atu10itkpa] { left: 55%; animation-delay: -11s; }
.particle-14[b-atu10itkpa] { left: 65%; animation-delay: -13s; }
.particle-15[b-atu10itkpa] { left: 75%; animation-delay: -15s; }
.particle-16[b-atu10itkpa] { left: 85%; animation-delay: -2.5s; }
.particle-17[b-atu10itkpa] { left: 95%; animation-delay: -4.5s; }
.particle-18[b-atu10itkpa] { left: 5%; animation-delay: -6.5s; }
.particle-19[b-atu10itkpa] { left: 95%; animation-delay: -8.5s; }

@keyframes float-particles-b-atu10itkpa {
    0% {
        opacity: 0;
        transform: translateY(100vh) scale(0);
    }
    10% {
        opacity: 1;
        transform: translateY(90vh) scale(1);
    }
    90% {
        opacity: 1;
        transform: translateY(10vh) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(0vh) scale(0);
    }
}

/* ============================
   CONTENIDO PRINCIPAL
   ============================ */

.main-content[b-atu10itkpa] {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.hero-section[b-atu10itkpa] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* ============================
   IDENTIDAD DE MARCA
   ============================ */

.brand-identity[b-atu10itkpa] {
    text-align: center;
    margin-right: 4rem;
    animation: slideInLeft-b-atu10itkpa 1s ease-out;
}

.logo-container[b-atu10itkpa] {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.logo-main[b-atu10itkpa] {
    height: 180px;
    width: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3));
    animation: logoGlow-b-atu10itkpa 3s ease-in-out infinite alternate;
}

.logo-glow[b-atu10itkpa] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow-b-atu10itkpa 2s ease-in-out infinite alternate;
}

@keyframes logoGlow-b-atu10itkpa {
    0% {
        filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3));
    }
    100% {
        filter: drop-shadow(0 0 30px rgba(99, 102, 241, 0.5));
    }
}

@keyframes pulseGlow-b-atu10itkpa {
    0% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.brand-title[b-atu10itkpa] {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    animation: titleShine-b-atu10itkpa 3s ease-in-out infinite;
}

@keyframes titleShine-b-atu10itkpa {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.brand-subtitle[b-atu10itkpa] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.brand-tagline[b-atu10itkpa] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.brand-tagline .highlight[b-atu10itkpa] {
    color: var(--primary-indigo-light);
    font-weight: 600;
    position: relative;
}

.brand-tagline .highlight[b-atu10itkpa]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-indigo-light), transparent);
    animation: underlineGlow-b-atu10itkpa 2s ease-in-out infinite;
}

@keyframes underlineGlow-b-atu10itkpa {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

/* ============================
   SECCIÓN DE AUTENTICACIÓN
   ============================ */

.auth-section[b-atu10itkpa] {
    animation: slideInRight-b-atu10itkpa 1s ease-out;
}

/* Welcome Section (Authenticated) */
.welcome-section[b-atu10itkpa] {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.welcome-message h2[b-atu10itkpa] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.welcome-message p[b-atu10itkpa] {
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.loading-progress[b-atu10itkpa] {
    display: inline-block;
}

.progress-ring-svg[b-atu10itkpa] {
    animation: rotate-b-atu10itkpa 2s linear infinite;
}

.progress-ring-circle[b-atu10itkpa] {
    color: var(--primary-indigo-light);
    stroke-dasharray: 176;
    stroke-dashoffset: 88;
    animation: progress-b-atu10itkpa 3s ease-in-out infinite;
}

@keyframes rotate-b-atu10itkpa {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes progress-b-atu10itkpa {
    0% {
        stroke-dashoffset: 176;
    }
    50% {
        stroke-dashoffset: 44;
    }
    100% {
        stroke-dashoffset: 176;
    }
}

/* Login CTA (Not Authorized) */
.login-cta[b-atu10itkpa] {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    min-width: 400px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.cta-title[b-atu10itkpa] {
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.cta-description[b-atu10itkpa] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

/* Botón de Autenticación */
.btn-auth[b-atu10itkpa] {
    position: relative;
    background: linear-gradient(135deg, var(--primary-indigo) 0%, var(--primary-indigo-hover) 100%);
    border: none;
    border-radius: 16px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(67, 56, 202, 0.3);
    margin-bottom: 2.5rem;
    width: 100%;
}

.btn-auth:hover[b-atu10itkpa] {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(67, 56, 202, 0.4);
}

.btn-auth:active[b-atu10itkpa] {
    transform: translateY(-1px);
}

.btn-content[b-atu10itkpa] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 32px;
    position: relative;
    z-index: 2;
}

.btn-icon[b-atu10itkpa] {
    transition: transform 0.3s ease;
    color: white;
}

.btn-auth:hover .btn-icon[b-atu10itkpa] {
    transform: translateX(4px);
}

.btn-text[b-atu10itkpa] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.02em;
}

.btn-ripple[b-atu10itkpa] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.btn-auth:hover .btn-ripple[b-atu10itkpa] {
    transform: translateX(100%);
}

/* Features Preview */
.features-preview[b-atu10itkpa] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-item[b-atu10itkpa] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    transition: color 0.3s ease;
}

.feature-item:hover[b-atu10itkpa] {
    color: var(--primary-indigo-light);
}

.feature-icon[b-atu10itkpa] {
    color: var(--primary-indigo-light);
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon[b-atu10itkpa] {
    transform: scale(1.1);
}

/* Auth Loading (Authorizing) */
.auth-loading[b-atu10itkpa] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.loading-container[b-atu10itkpa] {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.loading-spinner-modern[b-atu10itkpa] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
}

.spinner-ring[b-atu10itkpa] {
    position: absolute;
    border: 3px solid transparent;
    border-top: 3px solid var(--primary-indigo-light);
    border-radius: 50%;
    animation: spin-b-atu10itkpa 1.5s linear infinite;
}

.spinner-ring:nth-child(1)[b-atu10itkpa] {
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.spinner-ring:nth-child(2)[b-atu10itkpa] {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
    animation-delay: -0.5s;
    border-top-color: var(--primary-indigo);
}

.spinner-ring:nth-child(3)[b-atu10itkpa] {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    animation-delay: -1s;
    border-top-color: var(--primary-indigo-hover);
}

@keyframes spin-b-atu10itkpa {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-title[b-atu10itkpa] {
    font-size: 1.5rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.loading-subtitle[b-atu10itkpa] {
    color: var(--text-secondary);
    font-size: 1rem;
}

/* ============================
   FOOTER
   ============================ */

.footer-section[b-atu10itkpa] {
    padding: 2rem;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content[b-atu10itkpa] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-text[b-atu10itkpa] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

.security-badge[b-atu10itkpa] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-icon[b-atu10itkpa] {
    color: var(--primary-indigo-light);
}

/* ============================
   LOADING OVERLAY FULLSCREEN
   ============================ */

.loading-overlay-fullscreen[b-atu10itkpa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loading-content[b-atu10itkpa] {
    text-align: center;
    color: var(--text-primary);
}

.loading-spinner-large[b-atu10itkpa] {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
}

.spinner-ring-large[b-atu10itkpa] {
    position: absolute;
    border: 4px solid transparent;
    border-top: 4px solid var(--primary-indigo-light);
    border-radius: 50%;
    animation: spin-b-atu10itkpa 1.5s linear infinite;
}

.spinner-ring-large:nth-child(1)[b-atu10itkpa] {
    width: 100px;
    height: 100px;
    animation-delay: 0s;
}

.spinner-ring-large:nth-child(2)[b-atu10itkpa] {
    width: 75px;
    height: 75px;
    top: 12.5px;
    left: 12.5px;
    animation-delay: -0.5s;
    border-top-color: var(--primary-indigo);
}

.spinner-ring-large:nth-child(3)[b-atu10itkpa] {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
    animation-delay: -1s;
    border-top-color: var(--primary-indigo-hover);
}

.loading-content h3[b-atu10itkpa] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.loading-content p[b-atu10itkpa] {
    color: var(--text-secondary);
}

/* ============================
   ANIMACIONES DE ENTRADA
   ============================ */

@keyframes slideInLeft-b-atu10itkpa {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight-b-atu10itkpa {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp-b-atu10itkpa {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================
   RESPONSIVE DESIGN
   ============================ */

@media (max-width: 1024px) {
    .hero-section[b-atu10itkpa] {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .brand-identity[b-atu10itkpa] {
        margin-right: 0;
    }

    .brand-title[b-atu10itkpa] {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .main-content[b-atu10itkpa] {
        padding: 1rem;
    }

    .hero-section[b-atu10itkpa] {
        gap: 2rem;
    }

    .brand-title[b-atu10itkpa] {
        font-size: 2.5rem;
    }

    .logo-main[b-atu10itkpa] {
        height: 120px;
    }

    .login-cta[b-atu10itkpa] {
        min-width: auto;
        padding: 2rem 1.5rem;
    }

    .cta-title[b-atu10itkpa] {
        font-size: 1.75rem;
    }

    .features-preview[b-atu10itkpa] {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-content[b-atu10itkpa] {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-section[b-atu10itkpa] {
        padding: 1rem;
    }

    .brand-title[b-atu10itkpa] {
        font-size: 2rem;
    }

    .brand-subtitle[b-atu10itkpa] {
        font-size: 1rem;
    }

    .logo-main[b-atu10itkpa] {
        height: 100px;
    }

    .login-cta[b-atu10itkpa] {
        padding: 1.5rem 1rem;
    }

    .cta-title[b-atu10itkpa] {
        font-size: 1.5rem;
    }

    .btn-content[b-atu10itkpa] {
        padding: 16px 24px;
    }

    .geometric-bg .shape[b-atu10itkpa] {
        display: none;
    }

    .particles-container[b-atu10itkpa] {
        display: none;
    }
}
/* /Pages/V4ult.razor.rz.scp.css */
.eMainDiv[b-i55g4u4sb1] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*background: url("img/fondo.jpg") no-repeat center center fixed;
    background-size: cover;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.ev[b-i55g4u4sb1] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sysiframew[b-i55g4u4sb1] {
    position: absolute;
    top:10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x:hidden;
    overflow-y:hidden;
}

.vheader[b-i55g4u4sb1] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
}

.e2ldiv[b-i55g4u4sb1] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.logoev[b-i55g4u4sb1] {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0px;
    height: 60px;
    width: 100px;
}

.eclsession[b-i55g4u4sb1] {
    position: absolute;
    top: 15px;
    right: 30px;
    height: 40px;
    width: 40px;
    z-index:1000;
}

.avatar[b-i55g4u4sb1] {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 155px;
    height: 45px;
    width: 45px;
    z-index: 1000;
    cursor: pointer;
}

.fluentcardUser[b-i55g4u4sb1] {
    height: auto;
    padding: 2rem;
    border-radius: 1rem;
    /*background: rgba(234, 240, 247, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    z-index: 1002;

    background: var(--surface-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 24px;
    padding: 48px;
    box-shadow: var(--shadow-premium);
    animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#formContentTools[b-i55g4u4sb1] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    width: 98%;
    max-width: 450px;
    position: relative;
    text-align: left;
}

.menuUser[b-i55g4u4sb1] {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 1002;
    width: 360px;
    height: 350px;
}

.fluentcard-title2[b-i55g4u4sb1] {
    margin-top: 0;
    margin-left: 100;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    position: absolute;
    top: 30px;
    right: 100px;
    color: var(--text-secondary);    
}

.avatar2[b-i55g4u4sb1] {
    /*border-radius: 50%;*/
    background-position: center;
    background-size: cover;
    height: 160px;
    width: 160px;
    position: absolute;
    top: 90px;
    right: 100px;
}

#formContent[b-i55g4u4sb1] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    width: 98%;
    max-width: 450px;
    position: relative;
    text-align: center;
    color: var(--text-secondary);
}

.toolslist[b-i55g4u4sb1] {
    padding-top: 1px;
    font-size: small;
    cursor: pointer;
    color: #1B1C1D;
    overflow-y: auto;
    max-height: 12em;
}

#formFooterTools[b-i55g4u4sb1] {
    background-color: transparent;
    border-top-color: #C4CBCE;
    border-top-width: 2px;
    font-size:large;
    padding-right: 30px;
    position: absolute;
    top: 140px;
    right: 45px;
    cursor: pointer;
}

.btn-close[b-i55g4u4sb1] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text-secondary);
}
    .btn-close:hover[b-i55g4u4sb1] {
        background: rgba(255, 255, 255, 0.1);
        transform: rotate(90deg);
        color: var(--text-primary);
    }
/* /Pages/WebSysContainer.razor.rz.scp.css */
.webframe[b-9g1he5u1j3] {
    width: 100%;
    height: 100%;
    /*overflow-y: auto;*/
    overflow-y: hidden;
    overflow-y: hidden;
    background-color: transparent;
}

[b-9g1he5u1j3]::-webkit-scrollbar {
    width: 5px;
}

[b-9g1he5u1j3]::-webkit-scrollbar-track {
    background: transparent;
}

[b-9g1he5u1j3]::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
    width: 5px;
}
