@import '_content/BizPlexAppV1.Web.Shared/BizPlexAppV1.Web.Shared.bn7gvfzplz.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Dialogs/SwitchAccountDialog.razor.rz.scp.css */
.switch-account-tabs[b-hh04mth0i3]  .mud-tabs-tabbar {
    overflow-x: auto;
    scrollbar-width: thin;
}

.switch-account-tabs[b-hh04mth0i3]  .mud-tabs-tabbar-inner {
    min-width: max-content;
}

.switch-account-tabs[b-hh04mth0i3]  .mud-tab {
    min-width: fit-content;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .switch-account-tabs[b-hh04mth0i3]  .mud-tab {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 0.82rem;
    }
}
/* /Components/Workspace/WorkspaceCarousel.razor.rz.scp.css */
.workspace-carousel-root[b-crht1nkiv1] {
    width: 100%;
    background: var(--mud-palette-background, #1e1e1e);
    transition: height 0.2s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: visible; /* allow expanded content to be visible */
    min-height: 36px;
    max-height: 420px; /* allow larger expanded area */
    z-index: 1400; /* sit above appbar and drawer so it's visible */
    /* participate in layout so it pushes body content down/up when expanded/collapsed */
    position: relative;
}
.workspace-carousel-root.collapsed[b-crht1nkiv1] {
    /* Let content determine exact height; JS will measure and set --workspace-height for layout.
       Keeping min-height ensures header remains visible. */
    height: auto;
    max-height: none;
}
.workspace-carousel-root.expanded[b-crht1nkiv1] {
    /* Allow expanded content to size naturally so measurements reflect true DOM height. */
    height: auto;
    max-height: none;
    box-shadow: 0 4px 24px rgba(79,123,255,.10);
    overflow: visible; /* ensure children are not clipped */
}
.workspace-bar-header[b-crht1nkiv1] {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 600;
    color: #4f7bff;
    background: inherit;
}
.workspace-bar-title[b-crht1nkiv1] {
    font-weight: 600;
    color: #4f7bff;
}
.workspace-collapsed-bar-content[b-crht1nkiv1] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    font-size: 15px;
    color: #4f7bff;
    background: inherit;
}
.workspace-collapsed-hint[b-crht1nkiv1] {
    color: #888;
    font-size: 13px;
    margin-left: 8px;
}
.workspace-collapsed-placeholder[b-crht1nkiv1] {
    /* Invisible placeholder to preserve layout spacing when inline dots are rendered in the header */
    width: 1px;
    height: 8px;
    margin-left: 8px;
    visibility: hidden;
}
.workspace-dot-strip[b-crht1nkiv1] {
    display: flex;
    gap: 2px;
    margin-left: 8px;
}
.workspace-dot-strip-inline[b-crht1nkiv1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.workspace-dot[b-crht1nkiv1] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #4f7bff;
}
.workspace-cards-scroll[b-crht1nkiv1] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    /* horizontal scrolling only, hide vertical scrollbar */
    overflow-x: auto;
    overflow-y: visible; /* allow card content to be visible vertically */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 8px 18px 0 18px;
    /* Let cards area size to its content to avoid forcing extra vertical space. */
    height: auto;
    align-items: center;
}
.workspace-cards-scroll[b-crht1nkiv1]::-webkit-scrollbar { display: none; }
.workspace-card[b-crht1nkiv1] {
    width: 220px; /* fixed width for uniform tiles */
    background: var(--mud-palette-surface, #23272f);
    border: 2px solid #4f7bff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(79,123,255,.08);
    padding: 10px 14px 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    transition: box-shadow 0.18s, border-color 0.18s;
    position: relative;
    box-sizing: border-box;
    height: auto; /* allow content to determine height */
    min-height: calc(44px * 2); /* keep uniform minimum height */
    display: grid;
    grid-template-rows: 1fr auto; /* header + body fixed layout */
}
.workspace-card:hover[b-crht1nkiv1] {
    box-shadow: 0 6px 24px rgba(79,123,255,.18);
    border-color: #00e5a0;
}
.workspace-card-header[b-crht1nkiv1] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.workspace-card-body[b-crht1nkiv1] {
    /* ensure body area occupies a fixed area so cards are uniform */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(44px * 1.5);
}
.workspace-card-icon[b-crht1nkiv1] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #181c24;
    border: 2px solid #4f7bff44;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #4f7bff;
}
.workspace-card-type[b-crht1nkiv1] {
    font-size: 13px;
    font-weight: 600;
    color: #4f7bff;
    margin-left: 2px;
}
.workspace-card-title[b-crht1nkiv1] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* allow up to 2 lines */
    -webkit-box-orient: vertical;
    line-height: 1.1;
}
.workspace-card-subtitle[b-crht1nkiv1] {
    font-size: 12px;
    color: #b0bec5;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* allow up to 2 lines */
    -webkit-box-orient: vertical;
    line-height: 1.1;
}
.workspace-empty[b-crht1nkiv1] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #888;
    font-size: 14px;
    padding: 12px 0;
}
@media (max-width: 700px) {
    .workspace-cards-scroll[b-crht1nkiv1] {
        padding: 8px 4px 0 4px;
        gap: 8px;
    }
    .workspace-card[b-crht1nkiv1] {
        min-width: 140px;
        max-width: 160px;
        padding: 8px 8px 6px 8px;
    }
}
/* /Layout/LandingPageLayout.razor.rz.scp.css */
.page[b-xe363vej5f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xe363vej5f] {
    flex: 1;
}

.sidebar[b-xe363vej5f] {
    background-image: linear-gradient(180deg, rgb(255, 106, 0)  0%, #3a0647 70%);
}

.top-row[b-xe363vej5f] {
    /*background-image: linear-gradient(180deg, rgb(255, 106, 0) 0%, coral 70%);*/
    background-color: coral;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xe363vej5f]  a, .top-row[b-xe363vej5f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xe363vej5f]  a:hover, .top-row[b-xe363vej5f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xe363vej5f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xe363vej5f] {
        justify-content: space-between;
    }

    .top-row[b-xe363vej5f]  a, .top-row[b-xe363vej5f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xe363vej5f] {
        flex-direction: row;
    }

    .sidebar[b-xe363vej5f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xe363vej5f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xe363vej5f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xe363vej5f], article[b-xe363vej5f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xe363vej5f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-xe363vej5f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/LogInOrOut.razor.rz.scp.css */
.bi[b-hcw4lg8wuo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-badge-nav-menu[b-hcw4lg8wuo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-hcw4lg8wuo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-hcw4lg8wuo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item .nav-link[b-hcw4lg8wuo] {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item .nav-link:hover[b-hcw4lg8wuo] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9ksvdrvugl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ksvdrvugl] {
    flex: 1;
}

.sidebar[b-9ksvdrvugl] {
    background-image: linear-gradient(180deg, rgb(255, 106, 0)  0%, #3a0647 70%);
}

.top-row[b-9ksvdrvugl] {
    /*background-image: linear-gradient(180deg, rgb(255, 106, 0) 0%, coral 70%);*/
    background-color: coral;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9ksvdrvugl]  a, .top-row[b-9ksvdrvugl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9ksvdrvugl]  a:hover, .top-row[b-9ksvdrvugl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9ksvdrvugl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9ksvdrvugl] {
        justify-content: space-between;
    }

    .top-row[b-9ksvdrvugl]  a, .top-row[b-9ksvdrvugl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9ksvdrvugl] {
        flex-direction: row;
    }

    .sidebar[b-9ksvdrvugl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ksvdrvugl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9ksvdrvugl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9ksvdrvugl], article[b-9ksvdrvugl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9ksvdrvugl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-9ksvdrvugl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wavxhsdegy] {
    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 var(--orange-900);
}

    .navbar-toggler:checked[b-wavxhsdegy] {
        background-color: var(--orange-900);
    }

.top-row[b-wavxhsdegy] {
    height: 3rem;
    background-color: var(--orange-900) !important; 
}

.navbar-brand[b-wavxhsdegy] {
    font-size: 1.1rem;
}

.bi[b-wavxhsdegy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wavxhsdegy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wavxhsdegy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wavxhsdegy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wavxhsdegy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: white;/* var(--orange-700);*/
    /*margin-top: 5px;*/
}

    .nav-item:first-of-type[b-wavxhsdegy] {
        padding-top: 1rem;
        margin-top: 50px;
    }

    .nav-item:last-of-type[b-wavxhsdegy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wavxhsdegy]  .nav-link {
        color:  var(--orange-50);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-wavxhsdegy]  a.active {
        background-color: var(--orange-400);
        color: white;
    }

    .nav-item[b-wavxhsdegy]  .nav-link:hover {
        background-color: var(--orange-300);
        color: white;
    }

.nav-scrollable[b-wavxhsdegy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wavxhsdegy] {
    display: block;
}

@media (max-width: 640px) {
    :deep(.mud-drawer-content)[b-wavxhsdegy] {
        width: auto !important;
        min-width: 200px !important;
    }

    :deep(.mud-nav-link-text)[b-wavxhsdegy],
    :deep(.mud-nav-group-text)[b-wavxhsdegy] {
        display: inline !important;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-wavxhsdegy] {
        display: none;
    }

    .nav-scrollable[b-wavxhsdegy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/OnboardingLayout.razor.rz.scp.css */
.page[b-aomy5erj2n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aomy5erj2n] {
    flex: 1;
}

.sidebar[b-aomy5erj2n] {
    background-image: linear-gradient(180deg, rgb(255, 106, 0)  0%, #3a0647 70%);
}

.top-row[b-aomy5erj2n] {
    /*background-image: linear-gradient(180deg, rgb(255, 106, 0) 0%, coral 70%);*/
    background-color: coral;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aomy5erj2n]  a, .top-row[b-aomy5erj2n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aomy5erj2n]  a:hover, .top-row[b-aomy5erj2n]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aomy5erj2n]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aomy5erj2n] {
        justify-content: space-between;
    }

    .top-row[b-aomy5erj2n]  a, .top-row[b-aomy5erj2n]  .btn-link {
        margin-left: 0;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .custom-appbar .appbar-title[b-aomy5erj2n] {
        display: none !important;
    }
}

@media (min-width: 641px) {
    .page[b-aomy5erj2n] {
        flex-direction: row;
    }

    .sidebar[b-aomy5erj2n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aomy5erj2n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aomy5erj2n]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aomy5erj2n], article[b-aomy5erj2n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-aomy5erj2n] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-aomy5erj2n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Account/LandingPage.razor.rz.scp.css */
.landing-root[b-32juja0912] {
    position: relative;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.landing-bg[b-32juja0912] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.landing-flex[b-32juja0912] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.landing-left[b-32juja0912] {
    flex: 1;
    display: block;
}

.landing-right[b-32juja0912] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.landing-content[b-32juja0912] {
    width: 100%;
    max-width: 400px;
    padding: 24px 16px 32px;
    border-radius: 12px;
    background-color: rgba(255,255,255,0.95) !important;
    box-shadow: none !important;
    text-align: center;
    margin: 16px;
}

.landing-title[b-32juja0912] {
    font-weight: bold;
    color: #222222;
    margin: 0 0 8px 0;
}

.landing-subtitle[b-32juja0912] {
    color: #222222;
    font-size: 1.25rem;
    margin: 0 0 48px 0;
}

.landing-create-account-btn[b-32juja0912] {
    min-width: 220px;
    min-height: 48px;
    font-size: 18px;
    margin-bottom: 48px;
    background-color: #E34417;
    border-color: #E34417;
}

.landing-already-account[b-32juja0912] {
    color: #222222;
    margin-bottom: 4px;
    font-size: 1.1rem;
}

.landing-signin-link[b-32juja0912] {
    font-weight: bold;
    margin-bottom: 8px;
    color: #222222 !important;
    display: block;
    font-size: 1.2rem;
}

.landing-terms[b-32juja0912] {
    color: #222222;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 8px;
    text-align: center;
    font-weight: normal;
    font-size: 0.95rem;
}

.landing-link[b-32juja0912] {
    margin-left: 1px;
    color: #C51700 !important;
    font-weight: normal;
    font-size: inherit;
}

@media (max-width: 900px) {
    .landing-flex[b-32juja0912] {
        flex-direction: column;
    }

    .landing-left[b-32juja0912] {
        display: none;
    }

    .landing-right[b-32juja0912] {
        flex: none;
        width: 100%;
        min-height: 100vh;
        align-items: flex-start;
    }

    .landing-content[b-32juja0912] {
        margin: 32px auto;
        max-width: 95vw;
    }
}

@media (max-width: 600px) {
    .landing-content[b-32juja0912] {
        padding: 16px 4vw 24px;
        font-size: 1rem;
    }

    .landing-title[b-32juja0912] {
        font-size: 2rem;
    }

    .landing-create-account-btn[b-32juja0912] {
        min-width: 90vw;
        font-size: 1rem;
    }
}
/* /Pages/CRM/Graph/GraphVisualizer.razor.rz.scp.css */
/* Fix MudSelect items being unclickable */
.mud-select-item[b-mkxxx2uqy0],
.mud-list-item[b-mkxxx2uqy0],
.mud-popover .mud-list-item[b-mkxxx2uqy0],
.mud-popover-open .mud-list-item[b-mkxxx2uqy0] {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.mud-popover[b-mkxxx2uqy0],
.mud-popover-open[b-mkxxx2uqy0],
.mud-select-popover[b-mkxxx2uqy0],
.mud-popover .mud-paper[b-mkxxx2uqy0],
.mud-popover .mud-list[b-mkxxx2uqy0] {
    pointer-events: auto !important;
    z-index: 9999 !important;
}

.mud-select-item *[b-mkxxx2uqy0],
.mud-list-item *[b-mkxxx2uqy0],
.mud-popover .mud-list-item *[b-mkxxx2uqy0] {
    pointer-events: auto !important;
}

/* Ensure select input is clickable */
.mud-select .mud-input-control[b-mkxxx2uqy0],
.mud-select .mud-select-input[b-mkxxx2uqy0] {
    pointer-events: auto !important;
}

/* Dark theme graph container styling with gradient and green glow */
#graph-container[b-mkxxx2uqy0] {
    background: linear-gradient(135deg, #0f1115 0%, #1a1d23 100%);
    border: 1px solid rgba(14, 163, 3, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 20px rgba(14, 163, 3, 0.1);
}

/* Connection ports - blue/green circular indicators on node hover (color depends on node type) */
.gv-port[b-mkxxx2uqy0] {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0EA303 0%, #33ff88 100%);
    border: 2px solid #1a1d23;
    box-shadow: 0 0 12px rgba(14, 163, 3, 0.8), 0 0 25px rgba(14, 163, 3, 0.4);
    cursor: crosshair;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 9999;
}

.gv-port.gv-visible[b-mkxxx2uqy0] {
    opacity: 1;
    pointer-events: auto;
}

.gv-port:hover[b-mkxxx2uqy0] {
    transform: scale(1.3);
    box-shadow: 0 0 18px rgba(14, 163, 3, 1), 0 0 35px rgba(51, 255, 136, 0.6);
    background: linear-gradient(135deg, #33ff88 0%, #0EA303 100%);
}

/* Person node connection ports - blue variant */
.gv-port-person[b-mkxxx2uqy0] {
    background: linear-gradient(135deg, #1E90FF 0%, #5AB3FF 100%);
    box-shadow: 0 0 12px rgba(30, 144, 255, 0.8), 0 0 25px rgba(30, 144, 255, 0.4);
}

.gv-port-person:hover[b-mkxxx2uqy0] {
    box-shadow: 0 0 18px rgba(30, 144, 255, 1), 0 0 35px rgba(90, 179, 255, 0.6);
    background: linear-gradient(135deg, #5AB3FF 0%, #1E90FF 100%);
}

/* Connector line visual feedback */
#graph-container.gv-connecting[b-mkxxx2uqy0] {
    cursor: crosshair !important;
}

#graph-container.gv-connecting *[b-mkxxx2uqy0] {
    cursor: crosshair !important;
}

/* MudCard styling - dark theme with gradient and green accents */
[b-mkxxx2uqy0] .mud-card {
    background: linear-gradient(135deg, #1a1d23 0%, #1e2127 100%) !important;
    border: 1px solid rgba(14, 163, 3, 0.3) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 20px rgba(14, 163, 3, 0.1) !important;
}

[b-mkxxx2uqy0] .mud-card-header {
    background: linear-gradient(180deg, #23262d 0%, #1e2127 100%) !important;
    border-bottom: 1px solid rgba(14, 163, 3, 0.4) !important;
}

[b-mkxxx2uqy0] .mud-card-header .mud-typography {
    color: #b8bfc7 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px !important;
}

[b-mkxxx2uqy0] .mud-card-content {
    background-color: transparent !important;
}

/* Input field styling */
[b-mkxxx2uqy0] .mud-input-control,
[b-mkxxx2uqy0] .mud-select,
[b-mkxxx2uqy0] .mud-input-control-input-container {
    background-color: rgba(26, 29, 35, 0.6) !important;
    border-radius: 4px !important;
}

[b-mkxxx2uqy0] .mud-input-outlined .mud-input-outlined-border {
    border-color: rgba(14, 163, 3, 0.3) !important;
}

[b-mkxxx2uqy0] .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: rgba(14, 163, 3, 0.5) !important;
}

[b-mkxxx2uqy0] .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #0EA303 !important;
}

[b-mkxxx2uqy0] .mud-input-label {
    color: #b8bfc7 !important;
}

[b-mkxxx2uqy0] .mud-input-text {
    color: #e0e0e0 !important;
}

/* Button styling with green accents */
[b-mkxxx2uqy0] .mud-button-filled.mud-button-filled-primary {
    background: linear-gradient(135deg, #0EA303 0%, #0c8602 100%) !important;
    box-shadow: 0 2px 8px rgba(14, 163, 3, 0.3) !important;
}

[b-mkxxx2uqy0] .mud-button-filled.mud-button-filled-primary:hover {
    background: linear-gradient(135deg, #10b904 0%, #0EA303 100%) !important;
    box-shadow: 0 4px 12px rgba(14, 163, 3, 0.5) !important;
}

[b-mkxxx2uqy0] .mud-button-outlined {
    border-color: rgba(14, 163, 3, 0.5) !important;
    color: #0EA303 !important;
}

[b-mkxxx2uqy0] .mud-button-outlined:hover {
    background-color: rgba(14, 163, 3, 0.1) !important;
    border-color: #0EA303 !important;
}

/* Checkbox styling */
[b-mkxxx2uqy0] .mud-checkbox .mud-checkbox-icon {
    color: #0EA303 !important;
}

[b-mkxxx2uqy0] .mud-checkbox:hover {
    background-color: rgba(14, 163, 3, 0.05) !important;
}

/* Divider styling */
[b-mkxxx2uqy0] .mud-divider {
    border-color: rgba(14, 163, 3, 0.2) !important;
}

/* MudText styling */
[b-mkxxx2uqy0] .mud-typography {
    color: #e0e0e0 !important;
}

[b-mkxxx2uqy0] .mud-typography-h4,
[b-mkxxx2uqy0] .mud-typography-h5,
[b-mkxxx2uqy0] .mud-typography-h6 {
    color: #b8bfc7 !important;
}

/* Selected node details card styling */
[b-mkxxx2uqy0] .mud-paper {
    background: linear-gradient(135deg, #1a1d23 0%, #1e2127 100%) !important;
    border: 1px solid rgba(14, 163, 3, 0.3) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 20px rgba(14, 163, 3, 0.1) !important;
}

/* Switch styling */
[b-mkxxx2uqy0] .mud-switch .mud-switch-thumb {
    background-color: #0EA303 !important;
}

[b-mkxxx2uqy0] .mud-switch .mud-switch-track {
    background-color: rgba(14, 163, 3, 0.3) !important;
}

[b-mkxxx2uqy0] .mud-switch.mud-checked .mud-switch-track {
    background-color: rgba(14, 163, 3, 0.5) !important;
}

/* Menu styling */
[b-mkxxx2uqy0] .mud-menu .mud-paper {
    background: linear-gradient(135deg, #1a1d23 0%, #1e2127 100%) !important;
    border: 1px solid rgba(14, 163, 3, 0.3) !important;
}

[b-mkxxx2uqy0] .mud-menu-item:hover {
    background-color: rgba(14, 163, 3, 0.1) !important;
}

/* Autocomplete/Select popover styling */
[b-mkxxx2uqy0] .mud-popover .mud-paper {
    background: linear-gradient(135deg, #1a1d23 0%, #1e2127 100%) !important;
    border: 1px solid rgba(14, 163, 3, 0.3) !important;
}

[b-mkxxx2uqy0] .mud-list-item:hover {
    background-color: rgba(14, 163, 3, 0.1) !important;
}

[b-mkxxx2uqy0] .mud-list-item-selected {
    background-color: rgba(14, 163, 3, 0.15) !important;
}

/* Table styling */
[b-mkxxx2uqy0] .mud-table {
    background-color: transparent !important;
}

[b-mkxxx2uqy0] .mud-table-head .mud-table-cell {
    background: linear-gradient(180deg, #23262d 0%, #1e2127 100%) !important;
    border-bottom: 1px solid rgba(14, 163, 3, 0.4) !important;
    color: #b8bfc7 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
}

[b-mkxxx2uqy0] .mud-table-row:hover {
    background-color: rgba(14, 163, 3, 0.05) !important;
}

[b-mkxxx2uqy0] .mud-table-cell {
    color: #e0e0e0 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}
/* /Pages/Home.razor.rz.scp.css */
html[b-9k7nnwkedi], body[b-9k7nnwkedi] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.iframe-wrapper[b-9k7nnwkedi] {
    position: fixed;
    top: 64px; /* adjust if your MudAppBar height is different */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 64px);
}

    .iframe-wrapper iframe[b-9k7nnwkedi] {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
        overflow: auto;
    }

/* Ensure #masterpage takes full width */
#masterpage[b-9k7nnwkedi] {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Make sure body and html take full width */
@media (max-width: 600px) {
    body[b-9k7nnwkedi], html[b-9k7nnwkedi], #masterpage[b-9k7nnwkedi], .mud-main-content[b-9k7nnwkedi], .mud-container[b-9k7nnwkedi] {
        width: 100vw !important;
    }
}
/* /Pages/Workplace/MatrixDirectory.razor.rz.scp.css */
.matrix-actions[b-uqogkhx6sc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.matrix-action-button[b-uqogkhx6sc] {
    min-height: 2.5rem;
}

.matrix-link-button[b-uqogkhx6sc] {
    min-height: 2.25rem;
}

.matrix-table-wrap[b-uqogkhx6sc] {
    overflow-x: auto;
}

.matrix-actions-column[b-uqogkhx6sc],
.matrix-actions-cell[b-uqogkhx6sc] {
    width: 56px;
}

.matrix-tabs[b-uqogkhx6sc] {
    width: 100%;
}

@media (max-width: 768px) {
    .matrix-actions[b-uqogkhx6sc] {
        flex-direction: column;
    }

    .matrix-action-button[b-uqogkhx6sc],
    .matrix-link-button[b-uqogkhx6sc] {
        width: 100%;
    }

    .matrix-table-wrap[b-uqogkhx6sc] {
        padding-bottom: 0.25rem;
    }

    .matrix-actions-cell[b-uqogkhx6sc] {
        min-width: 56px;
    }
}
