/* /Pages/Landing/Shared/LandingLayout.razor.rz.scp.css */
.page[b-qg3iv3t03u]
{
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.sidebar[b-qg3iv3t03u]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qg3iv3t03u]
{
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-qg3iv3t03u]  a, .top-row[b-qg3iv3t03u]  .btn-link
{
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-qg3iv3t03u]  a:hover, .top-row[b-qg3iv3t03u]  .btn-link:hover
{
    text-decoration: underline;
}

.top-row[b-qg3iv3t03u]  a:first-child
{
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-qg3iv3t03u]
    {
        display: none;
    }

    .top-row.auth[b-qg3iv3t03u]
    {
        justify-content: space-between;
    }

    .top-row[b-qg3iv3t03u]  a, .top-row[b-qg3iv3t03u]  .btn-link
    {
        margin-left: 0;
    }
}

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

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

    .top-row[b-qg3iv3t03u]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qg3iv3t03u]  a:first-child
    {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qg3iv3t03u], article[b-qg3iv3t03u]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Portal/Shared/PortalLayout.razor.rz.scp.css */
.page[b-gbpliqpf1p]
{
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.sidebar[b-gbpliqpf1p]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gbpliqpf1p]
{
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-gbpliqpf1p]  a, .top-row[b-gbpliqpf1p]  .btn-link
{
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-gbpliqpf1p]  a:hover, .top-row[b-gbpliqpf1p]  .btn-link:hover
{
    text-decoration: underline;
}

.top-row[b-gbpliqpf1p]  a:first-child
{
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-gbpliqpf1p]
    {
        display: none;
    }

    .top-row.auth[b-gbpliqpf1p]
    {
        justify-content: space-between;
    }

    .top-row[b-gbpliqpf1p]  a, .top-row[b-gbpliqpf1p]  .btn-link
    {
        margin-left: 0;
    }
}

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

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

    .top-row[b-gbpliqpf1p]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gbpliqpf1p]  a:first-child
    {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gbpliqpf1p], article[b-gbpliqpf1p]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Portal/Shared/PortalSidebar.razor.rz.scp.css */
.leadping-account-menu[b-fthvxk0hnr]
{
    position: relative;
}

[data-collapsible="icon"] .leadping-account-menu[b-fthvxk0hnr]
{
    display: none;
}

.leadping-account-menu.is-open .leadping-account-trigger[b-fthvxk0hnr]
{
    background: var(--sidebar-accent);
    color: var(--sidebar-accent-foreground);
}

.leadping-account-trigger[b-fthvxk0hnr]
{
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--sidebar-foreground);
    cursor: pointer;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: 2rem minmax(0, 1fr) 1rem;
    list-style: none;
    min-height: 2.75rem;
    padding: 0.375rem 0.5rem;
    transition: background-color 150ms ease, color 150ms ease;
    user-select: none;
    width: 100%;
}

.leadping-account-trigger:hover[b-fthvxk0hnr]
{
    background: var(--sidebar-accent);
    color: var(--sidebar-accent-foreground);
}

.leadping-account-avatar[b-fthvxk0hnr]
{
    align-items: center;
    aspect-ratio: 1;
    border: 1px solid var(--sidebar-border);
    border-radius: 9999px;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 500;
    justify-content: center;
    text-transform: uppercase;
}

.leadping-account-email[b-fthvxk0hnr]
{
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leadping-account-menu-content[b-fthvxk0hnr]
{
    background: var(--popover);
    border: 1px solid var(--border);
    border-radius: 8px;
    bottom: calc(100% + 0.75rem);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    color: var(--popover-foreground);
    display: grid;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    position: absolute;
    right: 0;
    z-index: 50;
}

.leadping-account-menu-item[b-fthvxk0hnr]
{
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: inherit;
    cursor: pointer;
    display: flex;
    gap: 0.625rem;
    min-height: 2.375rem;
    padding: 0 0.75rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.leadping-account-menu-item:hover[b-fthvxk0hnr],
.leadping-account-menu-item:focus-visible[b-fthvxk0hnr]
{
    background: var(--accent);
    color: var(--accent-foreground);
    outline: none;
}
/* /Pages/Setup/Shared/SetupLayout.razor.rz.scp.css */
.page[b-bvtomryoex]
{
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.sidebar[b-bvtomryoex]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bvtomryoex]
{
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-bvtomryoex]  a, .top-row[b-bvtomryoex]  .btn-link
{
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-bvtomryoex]  a:hover, .top-row[b-bvtomryoex]  .btn-link:hover
{
    text-decoration: underline;
}

.top-row[b-bvtomryoex]  a:first-child
{
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-bvtomryoex]
    {
        display: none;
    }

    .top-row.auth[b-bvtomryoex]
    {
        justify-content: space-between;
    }

    .top-row[b-bvtomryoex]  a, .top-row[b-bvtomryoex]  .btn-link
    {
        margin-left: 0;
    }
}

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

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

    .top-row[b-bvtomryoex]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bvtomryoex]  a:first-child
    {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bvtomryoex], article[b-bvtomryoex]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Setup/Shared/SetupSidebar.razor.rz.scp.css */
.leadping-setup-sidebar-home[b-ifutpbuq74]
{
    color: var(--sidebar-foreground);
}

.leadping-setup-sidebar-home:hover[b-ifutpbuq74]
{
    background: var(--sidebar-accent);
    color: var(--sidebar-accent-foreground);
}

.leadping-setup-sidebar-brand-text[b-ifutpbuq74],
.leadping-setup-sidebar-footer[b-ifutpbuq74]
{
    min-width: 0;
}

.leadping-setup-sidebar-truncate[b-ifutpbuq74]
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leadping-setup-sidebar-muted[b-ifutpbuq74]
{
    color: color-mix(in srgb, var(--sidebar-foreground) 70%, transparent);
}

[data-collapsible="icon"] .leadping-setup-sidebar-brand-text[b-ifutpbuq74],
[data-collapsible="icon"] .leadping-setup-sidebar-footer[b-ifutpbuq74]
{
    display: none;
}
/* /Shared/NotificationsDropdown.razor.rz.scp.css */
[b-r73j22v98l] .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

[b-r73j22v98l] .dropdown-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s ease-in-out;
}

[b-r73j22v98l] .dropdown-item:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

[b-r73j22v98l] .dropdown-item:last-child {
    border-bottom: none;
}

.notification-badge[b-r73j22v98l] {
    align-items: center;
    background: #dc2626;
    border: 2px solid var(--lp-surface);
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.18);
    color: #fff;
    display: inline-flex;
    font-size: 0.625rem;
    font-weight: 700;
    height: 1rem;
    justify-content: center;
    line-height: 1;
    min-width: 1rem;
    padding: 0 0.25rem;
    position: absolute;
    right: 0.125rem;
    top: 0.125rem;
    transform: translate(35%, -35%);
    z-index: 1;
}

[b-r73j22v98l] .notification-item {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

[b-r73j22v98l] .notification-item:hover {
    background-color: rgba(0, 123, 255, 0.05);
}

[b-r73j22v98l] .notification-item.unread {
    background-color: rgba(0, 123, 255, 0.02);
    border-left: 3px solid #007bff;
}

[b-r73j22v98l] .notification-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-r73j22v98l] .notification-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007bff;
    animation: fadeInOut-b-r73j22v98l 2s ease-in-out infinite;
}

@keyframes fadeInOut-b-r73j22v98l {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}
