/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0gfecl2aw3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0gfecl2aw3] {
    flex: 1;
}

.sidebar[b-0gfecl2aw3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0gfecl2aw3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0gfecl2aw3]  a, .top-row[b-0gfecl2aw3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0gfecl2aw3]  a:hover, .top-row[b-0gfecl2aw3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0gfecl2aw3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0gfecl2aw3] {
        justify-content: space-between;
    }

    .top-row[b-0gfecl2aw3]  a, .top-row[b-0gfecl2aw3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0gfecl2aw3] {
        flex-direction: row;
    }

    .sidebar[b-0gfecl2aw3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0gfecl2aw3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0gfecl2aw3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0gfecl2aw3], article[b-0gfecl2aw3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0gfecl2aw3] {
    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-0gfecl2aw3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Navigation/SfMainMenu - Copia.razor.rz.scp.css */
.top-bar[b-791amhc1rw] {
    display: flex;
    align-items: center;
}

.auth-links[b-791amhc1rw] {
    display: flex;
    align-items: center;
    margin-left: auto; /* 🔥 empuja todo a la derecha */
    gap: 1rem; /* separación entre elementos */
}

.logout-form[b-791amhc1rw] {
    margin: 0;
}

.nav-link[b-791amhc1rw] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    cursor: pointer;
}
/* /Components/Layout/Navigation/SfMainMenu.razor.rz.scp.css */
.top-bar[b-9w82k4dl5r] {
    display: flex;
    align-items: center;
}

.auth-links[b-9w82k4dl5r] {
    display: flex;
    align-items: center;
    margin-left: auto; /* 🔥 empuja todo a la derecha */
    gap: 1rem; /* separación entre elementos */
}

.logout-form[b-9w82k4dl5r] {
    margin: 0;
}

.nav-link[b-9w82k4dl5r] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    cursor: pointer;
}
/* /Components/Layout/SfMainLayout - Copia.razor.rz.scp.css */
/* Menu Syncfusion en header */
.sf-header-left[b-27tf2789s1] {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Ajustes visuales del menu */
.e-menu.e-menu-horizontal[b-27tf2789s1] {
    background: transparent;
    border: none;
}

    .e-menu.e-menu-horizontal .e-menu-item[b-27tf2789s1] {
        color: white;
    }

        .e-menu.e-menu-horizontal .e-menu-item:hover[b-27tf2789s1],
        .e-menu.e-menu-horizontal .e-menu-item.e-focused[b-27tf2789s1] {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .e-menu.e-menu-horizontal .e-menu-item .e-caret[b-27tf2789s1] {
            color: white;
        }




/* Sidebar menu tweaks */
.e-sidebar[b-27tf2789s1] {
    padding-top: 16px;
}

.e-menu.e-vertical[b-27tf2789s1] {
    border: none;
}
/* /Components/Layout/SfMainLayout.razor.rz.scp.css */
/* Menu Syncfusion en header */
.sf-header-left[b-jt2khlw1p9] {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Ajustes visuales del menu */
.e-menu.e-menu-horizontal[b-jt2khlw1p9] {
    background: transparent;
    border: none;
}

    .e-menu.e-menu-horizontal .e-menu-item[b-jt2khlw1p9] {
        color: white;
    }

        .e-menu.e-menu-horizontal .e-menu-item:hover[b-jt2khlw1p9],
        .e-menu.e-menu-horizontal .e-menu-item.e-focused[b-jt2khlw1p9] {
            background-color: rgba(255, 255, 255, 0.15);
        }

        .e-menu.e-menu-horizontal .e-menu-item .e-caret[b-jt2khlw1p9] {
            color: white;
        }




/* Sidebar menu tweaks */
.e-sidebar[b-jt2khlw1p9] {
    padding-top: 16px;
}

.e-menu.e-vertical[b-jt2khlw1p9] {
    border: none;
}
/* /Components/Pages/Development/Test/Test_SYncfusion/Test_SF_Menu-Adaptative.razor.rz.scp.css */
.desktop-menu[b-jm1b6uq2y7] {
    display: block;
}

.mobile-menu[b-jm1b6uq2y7] {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {
    .desktop-menu[b-jm1b6uq2y7] {
        display: none;
    }

    .mobile-menu[b-jm1b6uq2y7] {
        display: block;
    }

    .hamburger-btn[b-jm1b6uq2y7] {
        font-size: 24px;
        padding: 10px;
        background: none;
        border: none;
    }
}
