/* _content/AsistenteJuridicoIB.Blazor/Components/DemoToaster.razor.rz.scp.css */
.demo-alert-notifications[b-p5jx90mxvk] {
    position: fixed;
    z-index: 1040;
    right: 10px;
    top: calc(7rem + 10px);
    font-size: 1rem;
}
@keyframes demo-alert-notify-b-p5jx90mxvk {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.demo-alert-notifications .alert:last-of-type[b-p5jx90mxvk] {
    animation: demo-alert-notify-b-p5jx90mxvk 0.3s linear;
    animation-fill-mode: forwards;
}
/* _content/AsistenteJuridicoIB.Blazor/Components/NavMenu.razor.rz.scp.css */
.sidebar[b-dpacu6z7fe] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-dpacu6z7fe] {
    display: none;
}

.sidebar.expand[b-dpacu6z7fe] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-dpacu6z7fe] {
        display: none;
    }

    .sidebar.expand[b-dpacu6z7fe] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-dpacu6z7fe] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-dpacu6z7fe] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container {
    --dxbl-treeview-font-weight: 600;
}          

[b-dpacu6z7fe] .app-sidebar > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-treeview-items-container > .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn.dxbl-invisible {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-dpacu6z7fe] .app-sidebar {
        padding-bottom: 0;
    }
}
/* _content/AsistenteJuridicoIB.Blazor/Pages/LoginPage.razor.rz.scp.css */
/* _content/AsistenteJuridicoIB.Blazor/Shared/LoginLayout.razor.rz.scp.css */
body[b-1dwkqw09xn] {
    height: 100vh;
    background-image: url("https://snake-images.s3.us-east-2.amazonaws.com/ibgenesis/mikhail-pavstyuk-EKy2OTRPXdw-unsplash.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
/* _content/AsistenteJuridicoIB.Blazor/Shared/MainLayout.razor.rz.scp.css */
