/* _content/ExpenseManager/Shared/MainLayout.razor.rz.scp.css */
.page[b-0qdomxt502] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-0qdomxt502] {
    flex: 1;
}

.sidebar[b-0qdomxt502] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

article[b-0qdomxt502] {
    padding: 1.1rem;
}

@media (max-width: 640.98px) {
    .page[b-0qdomxt502] {
        flex-direction: column;
    }

    .sidebar[b-0qdomxt502] {
        height: auto;
        width: 100%;
        position: relative;
    }

    main[b-0qdomxt502] {
        flex: 1;
    }
}
/* _content/ExpenseManager/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wi6hfxdpu7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wi6hfxdpu7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
}

.navbar-brand[b-wi6hfxdpu7] {
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
}

.brand-text[b-wi6hfxdpu7] {
    display: inline;
    vertical-align: middle;
}

.oi[b-wi6hfxdpu7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wi6hfxdpu7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wi6hfxdpu7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wi6hfxdpu7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wi6hfxdpu7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 1rem;
    }

        .nav-item[b-wi6hfxdpu7]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-wi6hfxdpu7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/* Reports Section Styles */
.nav-section[b-wi6hfxdpu7] {
    margin-bottom: 0.5rem;
}

.section-content[b-wi6hfxdpu7] {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-out;
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
    margin: 0.25rem 0;
}

.section-content.expanded[b-wi6hfxdpu7] {
    display: block;
}

.section-header[b-wi6hfxdpu7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem 1rem;
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    line-height: 3rem;
    background-color: rgba(255,255,255,0.05);
    font-weight: 500;
    font-size: 1rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.section-header:hover[b-wi6hfxdpu7], .section-header.active[b-wi6hfxdpu7] {
    background-color: rgba(255,255,255,0.15);
    color: white;
}

.section-header span:last-child[b-wi6hfxdpu7] {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    font-weight: bold;
}

.sub-nav-link[b-wi6hfxdpu7] {
    padding-left: 2.5rem !important;
    font-size: 0.85rem;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 4px;
}

.sub-nav-link:hover[b-wi6hfxdpu7] {
    background-color: rgba(255,255,255,0.15) !important;
}

/* Additional indentation for sub-menu items */
.section-content .nav-item[b-wi6hfxdpu7] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.section-content .nav-item[b-wi6hfxdpu7]  a {
    padding-left: 2.5rem;
    font-size: 0.85rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wi6hfxdpu7] {
        display: none;
    }

    .collapse[b-wi6hfxdpu7] {
        display: block;
    }
}

@media (max-width: 640.98px) {
    .navbar-toggler[b-wi6hfxdpu7] {
        display: block;
    }

    .collapse[b-wi6hfxdpu7] {
        display: none;
    }

        .collapse.show[b-wi6hfxdpu7] {
            display: block;
        }
}
