.cashflow-main-content {
    padding: 32px;
    background: #f5f7fa;
    min-height: 100vh;
}

.cashflow-drawer {
    border-right: 1px solid #e5e7eb;
}

    .cashflow-drawer .mud-drawer-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
    }

.cashflow-drawer-header {
    flex: 0 0 auto !important;
    min-height: auto !important;
    padding: 18px 20px 14px 20px !important;
}

.cashflow-drawer .mud-navmenu {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
    padding-top: 8px !important;
}

.mud-nav-link {
    border-radius: 10px;
    margin: 3px 6px;
}

    .mud-nav-link.active {
        background-color: rgba(30, 58, 95, 0.10);
        color: #1E3A5F;
        font-weight: 600;
    }
.cashflow-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cashflow-sidebar-header {
    padding: 18px 20px 14px 20px;
    flex: 0 0 auto;
}

.cashflow-sidebar-menu {
    flex: 0 0 auto;
    padding: 8px 8px 0 8px;
}

.cashflow-main-content {
    padding: 32px;
    background: #f5f7fa;
    min-height: 100vh;
}

.mud-nav-link {
    border-radius: 10px;
    margin: 3px 6px;
}

    .mud-nav-link.active {
        background-color: rgba(30, 58, 95, 0.10);
        color: #1E3A5F;
        font-weight: 600;
    }
.cashflow-sidebar {
    position: relative;
    height: 100vh;
}

.cashflow-sidebar-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    padding: 18px 20px;
    background: #ffffff;
    z-index: 2;
}

.cashflow-sidebar-menu {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 8px;
}

.cashflow-drawer .mud-divider {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
}