@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Layout/AlumnoLayout.razor.rz.scp.css */
.page[b-dth9ffx4wv] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main[b-dth9ffx4wv] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-dth9ffx4wv] {
    background: var(--sidebar);
}

.student-topbar[b-dth9ffx4wv] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-actions[b-dth9ffx4wv] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

@media (min-width: 641px) {
    .page[b-dth9ffx4wv] {
        flex-direction: row;
    }

    .sidebar[b-dth9ffx4wv] {
        flex: 0 0 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }
}

@media (max-width: 640px) {
    .student-topbar[b-dth9ffx4wv] {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0.75rem;
        position: static;
    }

    .top-actions[b-dth9ffx4wv] { margin-left: auto; }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f6q87x4l13] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

main[b-f6q87x4l13] {
    flex: 1;
}

.sidebar[b-f6q87x4l13] {
    background: var(--sidebar);
}

.top-row[b-f6q87x4l13] {
    align-items: center;
    background: var(--header-bg);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: flex;
    gap: 1rem;
    height: 3.75rem;
    justify-content: space-between;
}

.top-row strong[b-f6q87x4l13],
.top-row span[b-f6q87x4l13] {
    display: block;
}

.top-row strong[b-f6q87x4l13] {
    font-size: 0.95rem;
}

.top-row span[b-f6q87x4l13] {
    color: var(--muted);
    font-size: 0.82rem;
}

.top-actions[b-f6q87x4l13] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

@media (min-width: 641px) {
    .page[b-f6q87x4l13] {
        flex-direction: row;
    }

    .sidebar[b-f6q87x4l13] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-f6q87x4l13] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-f6q87x4l13],
    article[b-f6q87x4l13] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 640px) {
    .top-row[b-f6q87x4l13] {
        height: auto;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

    .top-row span[b-f6q87x4l13] {
        display: none;
    }

    .top-row[b-f6q87x4l13] { align-items: center; flex-wrap: wrap; }
    .top-actions[b-f6q87x4l13] { margin-left: auto; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rdsh4axhgr] {
    background-color: rgba(255, 255, 255, 0.14);
}

.top-row[b-rdsh4axhgr] {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.18);
    min-height: 5.25rem;
}

.navbar-brand[b-rdsh4axhgr] {
    align-items: center;
    color: var(--sidebar-ink);
    display: flex;
    font-size: 1.05rem;
    font-weight: 800;
    gap: 0.65rem;
    min-width: 0;
    white-space: normal;
}

.brand-logo-slot[b-rdsh4axhgr] {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    display: inline-flex;
    flex: 0 0 3.9rem;
    height: 3.9rem;
    justify-content: center;
    overflow: hidden;
    width: 3.9rem;
}

.brand-logo-slot img[b-rdsh4axhgr] {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.brand-name[b-rdsh4axhgr] {
    line-height: 1.1;
    min-width: 0;
    overflow-wrap: anywhere;
}

.nav-item[b-rdsh4axhgr] {
    font-size: 0.92rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-rdsh4axhgr] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-rdsh4axhgr] {
    padding-bottom: 1rem;
}

.nav-item[b-rdsh4axhgr]  a {
    align-items: center;
    border-radius: 7px;
    color: var(--sidebar-ink);
    display: flex;
    gap: 0.7rem;
    min-height: 2.75rem;
    padding: 0 0.8rem;
    text-decoration: none;
}

.nav-item[b-rdsh4axhgr]  a.active {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.nav-item[b-rdsh4axhgr]  a:hover {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}

.nav-icon[b-rdsh4axhgr] {
    align-items: center;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 6px;
    display: inline-flex;
    flex: 0 0 2rem;
    font-size: 0.68rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rdsh4axhgr] {
        display: none;
    }

    .collapse[b-rdsh4axhgr] {
        display: block;
    }

    .nav-scrollable[b-rdsh4axhgr] {
        height: calc(100vh - 5.25rem);
        overflow-y: auto;
    }
}

.social-links[b-rdsh4axhgr] {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    gap: 0.65rem;
    margin: 0.5rem 1rem 1rem;
    padding-top: 1rem;
}

.social-links a[b-rdsh4axhgr] {
    align-items: center;
    color: #fff;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    text-decoration: none;
    width: 2.25rem;
}

.social-icon[b-rdsh4axhgr] {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 800;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.social-icon img[b-rdsh4axhgr] {
    color: inherit;
    display: block;
    height: 1.35rem;
    width: 1.35rem;
}

.facebook-icon[b-rdsh4axhgr] {
    background: #1877f2;
    border-color: #1877f2;
}

.instagram-icon[b-rdsh4axhgr] {
    background: #c13584;
    border-color: #c13584;
}

.social-links a:hover .social-icon[b-rdsh4axhgr] {
    background: rgba(255, 255, 255, 0.16);
}
