/* _content/CallLeads/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wvp0xx188z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvp0xx188z] {
    flex: 1;
}

.sidebar[b-wvp0xx188z] {
    background-image: linear-gradient(180deg, var(--cl-sidebar-grad-start, #1f2d1b) 0%, var(--cl-sidebar-grad-end, #2d4028) 100%);
}

@media (min-width: 641px) {
    .page[b-wvp0xx188z] {
        flex-direction: row;
    }

    .sidebar[b-wvp0xx188z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-wvp0xx188z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wvp0xx188z] {
    color-scheme: light only;
    background: #fff3cd;
    border-top: 2px solid #ffc107;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.9rem;
}

    #blazor-error-ui .dismiss[b-wvp0xx188z] {
        cursor: pointer;
        margin-left: auto;
        font-size: 1.1rem;
        opacity: 0.6;
    }

    #blazor-error-ui .dismiss:hover[b-wvp0xx188z] {
        opacity: 1;
    }
/* _content/CallLeads/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6q9klzt1xf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6q9klzt1xf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6q9klzt1xf] {
    /* min-height instead of fixed height — the row grows when the brand wraps
       to two lines (e.g. "Aprodu Law & Todd Siegel Law"). */
    min-height: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: rgba(0,0,0,0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-6q9klzt1xf] {
    font-size: 0.95rem;
    line-height: 1.2;
    /* Override Bootstrap's nowrap so long site titles wrap onto a second line
       instead of overflowing the sidebar / colliding with the toggler. */
    white-space: normal;
    word-break: break-word;
    /* Leave room for the mobile navbar-toggler at top-right. */
    padding-right: 3.5rem;
    margin-right: 0;
}

/* Two-line brand for deployments where the firm name needs a deliberate break
   (e.g. "Aprodu Law &" / "Todd Siegel Law"). Both lines render at the SAME size
   and weight — they're two halves of one title, not a primary + sublabel. */
.navbar-brand .brand-line-1[b-6q9klzt1xf],
.navbar-brand .brand-line-2[b-6q9klzt1xf] {
    font-weight: 600;
}
.navbar-brand .brand-line-2[b-6q9klzt1xf] {
    margin-top: 0.05rem;
}

/* All sidebar icons render via the Bootstrap Icons font (loaded in App.razor).
   Fixed-width column for vertical alignment with the menu text; light amber
   accent so icons read as separate from the white labels but coordinate with
   the active-state amber chip. ::deep is required because the icon spans live
   inside the <NavLink> child component, across the scope boundary. */
.nav-item[b-6q9klzt1xf]  .nav-link .bi {
    display: inline-block;
    width: 1.4rem;
    text-align: center;
    margin-right: 0.65rem;
    font-size: 1.05rem;
    color: #fcd34d;
    flex-shrink: 0;
    line-height: 1;
}

.nav-item[b-6q9klzt1xf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6q9klzt1xf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6q9klzt1xf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6q9klzt1xf]  .nav-link {
        color: #f1f5f9;
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-weight: 600;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

.nav-item[b-6q9klzt1xf]  a.active {
    background-color: var(--cl-sidebar-active-bg, #b45309);
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Active row: invert icon to white so it pops against the amber chip. */
.nav-item[b-6q9klzt1xf]  a.active .bi {
    color: #ffffff;
}

.nav-item[b-6q9klzt1xf]  .nav-link:hover {
    background-color: var(--cl-sidebar-hover-bg, rgba(234, 179, 8, 0.15));
    color: #ffffff;
}

.nav-scrollable[b-6q9klzt1xf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6q9klzt1xf] {
    display: block;
}

.nav-version[b-6q9klzt1xf] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.04em;
    user-select: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6q9klzt1xf] {
        display: none;
    }

    .nav-scrollable[b-6q9klzt1xf] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable .nav[b-6q9klzt1xf] {
        flex: 1 0 auto;
    }

    .nav-version[b-6q9klzt1xf] {
        margin-top: auto;
    }
}
