@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2yu5jsq00s] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-2yu5jsq00s] {
    flex: 1;
}

.sidebar[b-2yu5jsq00s] {
    color: white;
    background-color: var(--color-primario);
    height: 100vh;
    position: sticky;
    top: 0;
}

#blazor-error-ui[b-2yu5jsq00s] {
    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-2yu5jsq00s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav[b-wn1wt7etpf] {
    --bs-nav-link-padding-x: 0.6rem;
    --bs-nav-link-padding-y: 0.5rem;
}

.dropdown-menu[b-wn1wt7etpf] {
    position: absolute;
    inset: -30px auto auto 40px !important;
    margin: 0px;
    transform: translate3d(3.2px, 120.32px, 0px);
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.nav-item[b-wn1wt7etpf] {
    padding-bottom: 0.5rem;
    overflow: hidden;
    padding: 1px;
}

    .nav-item:first-of-type[b-wn1wt7etpf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wn1wt7etpf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wn1wt7etpf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 3px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        width: 100%;
    }

    .nav-item[b-wn1wt7etpf]  a.active {
        background-color: var(--color-gris-claro);
        color: var(--color-primario) !important;
    }

    .nav-item[b-wn1wt7etpf]  .nav-link:hover {
        background-color: white;
        color: var(--color-primario) !important;
        cursor: pointer;
    }

.nav-scrollable[b-wn1wt7etpf] {
    /* Never collapse the sidebar for wide screens */
    display: block;
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}
