/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-lcjzwmgzhy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lcjzwmgzhy] {
    flex: 1;
}

.sidebar[b-lcjzwmgzhy] {
    background-color: #1e2731;
}

.top-row[b-lcjzwmgzhy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lcjzwmgzhy]  a, .top-row[b-lcjzwmgzhy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lcjzwmgzhy]  a:hover, .top-row[b-lcjzwmgzhy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lcjzwmgzhy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-lcjzwmgzhy] {
        justify-content: space-between;
    }

    .top-row[b-lcjzwmgzhy]  a, .top-row[b-lcjzwmgzhy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lcjzwmgzhy] {
        flex-direction: row;
    }

    .sidebar[b-lcjzwmgzhy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lcjzwmgzhy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lcjzwmgzhy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lcjzwmgzhy], article[b-lcjzwmgzhy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-231tzaixuq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-231tzaixuq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-231tzaixuq] {
    font-size: 1.1rem;
}

.nav-item[b-231tzaixuq] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-231tzaixuq] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-231tzaixuq] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-231tzaixuq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-231tzaixuq]  a.active {
            background-color: rgb(119, 0, 181);
            color: #d7d7d7;
        }

        .nav-item[b-231tzaixuq]  a:hover {
            background-color: rgb(11, 92, 187);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-231tzaixuq] {
        display: none;
    }

    .collapse[b-231tzaixuq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-231tzaixuq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Usuario/Login.razor.rz.scp.css */

#login-card[b-pyopqljbfz] {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15); /* semi-transparente */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 30px 25px;
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
}

    /* Gradiente neutro animado de fondo */
    #login-card[b-pyopqljbfz]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(220,220,220,0.2), rgba(245,245,245,0.2), rgba(255,255,255,0.2));
        background-size: 400% 400%;
        filter: blur(25px);
        opacity: 0.5;
        z-index: 0;
        animation: gradientBGCard-b-pyopqljbfz 15s ease infinite;
        border-radius: 50%;
    }

/* Animación de gradiente */
@keyframes gradientBGCard-b-pyopqljbfz {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Contenido sobre el fondo */
#login-card *[b-pyopqljbfz] {
    position: relative;
    z-index: 1;
}

/* Hover suave de la card */
#login-card:hover[b-pyopqljbfz] {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

/*#login-card {
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);*/ /* Sombra suave inicial */
    /*color: black;
    background: white;
}*/
