@import '_content/U3A.UI.Common/U3A.UI.Common.gcr6u8igx2.bundle.scp.css';
@import '_content/U3A.UI.Forms/U3A.UI.Forms.hqcdftadbr.bundle.scp.css';
@import '_content/U3A.UI.Reports/U3A.UI.Reports.isbltjuj4k.bundle.scp.css';

/* _content/U3A/Components/Layout/MainLayout.razor.rz.scp.css */

.top-row[b-3l3nbgtc6s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3l3nbgtc6s]  a, .top-row[b-3l3nbgtc6s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3l3nbgtc6s]  a:hover, .top-row[b-3l3nbgtc6s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3l3nbgtc6s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3l3nbgtc6s] {
        justify-content: space-between;
    }

    .top-row[b-3l3nbgtc6s]  a, .top-row[b-3l3nbgtc6s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3l3nbgtc6s] {
        flex-direction: row;
    }

    .sidebar[b-3l3nbgtc6s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3l3nbgtc6s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3l3nbgtc6s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3l3nbgtc6s], article[b-3l3nbgtc6s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3l3nbgtc6s] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-3l3nbgtc6s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/U3A/Components/Layout/MainLayoutSideMenu.razor.rz.scp.css */
.page[b-b671edsw4m] {
    font-family: var(--bs-font-sans-serif);
}

[b-b671edsw4m] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-b671edsw4m] .content {
    overflow: auto;
}

[b-b671edsw4m] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

[b-b671edsw4m] .layout-sidebar {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
}

@media (max-width: 768px) {
    [b-b671edsw4m] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/U3A/Components/Layout/MainLayoutTopMenu.razor.rz.scp.css */
.page[b-dynwzocnp2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dynwzocnp2] {
    flex: 1;
}


[b-dynwzocnp2] .page-layout,
[b-dynwzocnp2] .page-layout > .dx-gridlayout-root,
[b-dynwzocnp2] .layout-item {
    background-color: inherit;
}

[b-dynwzocnp2] .content {
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-dynwzocnp2] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-dynwzocnp2] .fit-width {
    max-width: 100%;
}

[b-dynwzocnp2] .mw-1100 {
    max-width: 1100px;
}

/* _content/U3A/Components/Layout/SidebarImageComponent.razor.rz.scp.css */
@media (max-width: 768px) {
    .sidebar-image[b-0898seiuj4] {
        display: none;
    }

    .menu-title[b-0898seiuj4] {
        margin-left: 2rem !important;
        color: var(--bs-body-bg);
    }
}

@media (min-width: 768px) {
    .sidebar-image[b-0898seiuj4] {
        margin:auto;
        padding: 1.5rem;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 15rem;
        height: 25%;
        object-fit: contain;
    }

}
