/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-im0nnu2g6f] {
    align-items: center;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(35, 87, 198, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(35, 87, 198, 0.07) 0%, transparent 40%),
        linear-gradient(160deg, #f0f4fc 0%, #f8faff 50%, #eef2fb 100%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1rem;
}

.login-brand[b-im0nnu2g6f] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: center;
}

.login-brand-icon[b-im0nnu2g6f] {
    align-items: center;
    display: flex;
    filter: drop-shadow(0 4px 12px rgba(35, 87, 198, 0.25));
}

.login-brand-title[b-im0nnu2g6f] {
    color: #101828;
    font-size: 1.45rem;
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.login-brand-sub[b-im0nnu2g6f] {
    color: #667085;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
}

.login-card[b-im0nnu2g6f] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(208, 213, 221, 0.7);
    border-radius: 16px;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 12px 40px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 420px;
    padding: 2.5rem 2rem;
    width: 100%;
}

.login-footer[b-im0nnu2g6f] {
    color: #98a2b3;
    font-size: 0.78rem;
    text-align: center;
}

@media (max-width: 480px) {
    .login-card[b-im0nnu2g6f] {
        border-radius: 12px;
        padding: 2rem 1.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-i1vta8hg7v] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100vh;
}

.app-shell[b-i1vta8hg7v] {
    background:
        radial-gradient(circle at top left, rgba(35, 87, 198, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #f3f5f9 100%);
}

main[b-i1vta8hg7v],
.workspace-main[b-i1vta8hg7v] {
    flex: 1;
    min-width: 0;
}

.workspace-main[b-i1vta8hg7v] {
    display: flex;
    flex-direction: column;
}

.sidebar[b-i1vta8hg7v] {
    background: linear-gradient(180deg, #0f1728 0%, #101828 52%, #0b1220 100%);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
}

.top-row[b-i1vta8hg7v] {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(208, 213, 221, 0.8);
    display: flex;
    min-height: 4.5rem;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
}

.topbar-branding[b-i1vta8hg7v] {
    display: grid;
    gap: 0.15rem;
}

.topbar-title[b-i1vta8hg7v] {
    color: #101828;
    font-size: 1rem;
    font-weight: 750;
    letter-spacing: -0.01em;
}

.topbar-subtitle[b-i1vta8hg7v] {
    color: #667085;
    font-size: 0.88rem;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-i1vta8hg7v] {
        justify-content: space-between;
        min-height: auto;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

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

    .topbar-subtitle[b-i1vta8hg7v] {
        font-size: 0.82rem;
    }
}

@media (min-width: 641px) {
    .page[b-i1vta8hg7v] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-i1vta8hg7v] {
        bottom: 0;
        left: 0;
        position: fixed;
        top: 0;
        width: 288px;
        z-index: 20;
    }

    .workspace-main[b-i1vta8hg7v] {
        height: 100vh;
        margin-left: 288px;
        overflow: hidden;
        width: calc(100vw - 288px);
    }

    .top-row[b-i1vta8hg7v] {
        position: sticky;
        top: 0;
        z-index: 10;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }

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

    .top-row[b-i1vta8hg7v], article[b-i1vta8hg7v] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    article.content[b-i1vta8hg7v] {
        flex: 1;
        min-height: 0;
        overflow: auto;
    }
}

.topbar-search-trigger[b-i1vta8hg7v] {
    align-items: center;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    color: #667085;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 0.6rem;
    height: 38px;
    margin-left: auto;
    max-width: 320px;
    min-width: 200px;
    padding: 0 0.75rem;
    transition: background 0.12s, border-color 0.12s, box-shadow 0.12s;
    width: 100%;
}

.topbar-search-trigger:hover[b-i1vta8hg7v] {
    background: #e9ebef;
    border-color: #d0d5dd;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    color: #344054;
}

.topbar-search-label[b-i1vta8hg7v] {
    flex: 1;
    font-size: 0.875rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-search-kbd[b-i1vta8hg7v] {
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    color: #98a2b3;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    padding: 0.1rem 0.4rem;
    white-space: nowrap;
}

@media (max-width: 640.98px) {
    .topbar-search-trigger[b-i1vta8hg7v] {
        min-width: unset;
        width: 38px;
        justify-content: center;
        padding: 0;
    }

    .topbar-search-label[b-i1vta8hg7v],
    .topbar-search-kbd[b-i1vta8hg7v] {
        display: none;
    }
}

#blazor-error-ui .dismiss[b-i1vta8hg7v] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lixs721mic] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.95rem;
    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.78%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.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

.navbar-toggler:checked[b-lixs721mic] {
    background-color: rgba(255, 255, 255, 0.16);
}

.top-row[b-lixs721mic] {
    background: transparent;
    min-height: 5.5rem;
}

.navbar-brand[b-lixs721mic] {
    font-size: 1.1rem;
}

.nav-shell-header[b-lixs721mic] {
    align-items: flex-start;
    padding-bottom: 0.5rem;
    padding-top: 1.1rem;
}

.nav-brand-block[b-lixs721mic] {
    color: #ffffff;
    display: grid;
    gap: 0.15rem;
    text-decoration: none;
}

.nav-brand-title[b-lixs721mic] {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nav-brand-subtitle[b-lixs721mic] {
    color: #98a2b3;
    font-size: 0.82rem;
    font-weight: 500;
}

.bi[b-lixs721mic] {
    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-lixs721mic] {
    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-lixs721mic] {
    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-lixs721mic] {
    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");
}

.bi-lock-nav-menu[b-lixs721mic] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lixs721mic] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lixs721mic] {
    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-person-fill-nav-menu[b-lixs721mic] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-lixs721mic] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144L9.239 8.83 8 9.586 6.761 8.83ZM10.197 8.244 16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lixs721mic] {
    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");
}

.bi-check-square-nav-menu[b-lixs721mic] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-lixs721mic] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E%3Cpath d='M5 8.5A.5.5 0 0 1 5.5 8h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 8.5zm0-2A.5.5 0 0 1 5.5 6h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 6.5zm0 4A.5.5 0 0 1 5.5 10h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3 0h8a2 2 0 0 1 2 2v12.5a.5.5 0 0 1-.777.416L8 12.101l-4.223 2.815A.5.5 0 0 1 3 14.5V0zm1 1v12.566l3.723-2.482a.5.5 0 0 1 .554 0L12 13.566V2a1 1 0 0 0-1-1H4z'/%3E%3C/svg%3E");
}

.bi-list-check-nav-menu[b-lixs721mic] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-ui-checks' viewBox='0 0 16 16'%3E%3Cpath d='M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H2zm.854-3.646a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147.646-.647a.5.5 0 1 1 .708.708l-1 1zm0 8a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147.646-.647a.5.5 0 0 1 .708.708l-1 1zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lixs721mic] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

.nav-section[b-lixs721mic] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: grid;
    gap: 0.2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.nav-section:first-child[b-lixs721mic] {
    padding-top: 0.2rem;
}

.nav-section:last-child[b-lixs721mic] {
    border-bottom: 0;
    padding-bottom: 1.5rem;
}

.nav-section-title[b-lixs721mic] {
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.nav-groups[b-lixs721mic] {
    gap: 0;
}

.nav-user-card[b-lixs721mic] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.5rem;
    padding: 0.85rem 0.95rem;
}

.nav-user-name[b-lixs721mic] {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-caption[b-lixs721mic] {
    color: #98a2b3;
    font-size: 0.78rem;
}

    .nav-item[b-lixs721mic]  .nav-link {
        color: #d0d5dd;
        background: transparent;
        border: none;
        border-radius: 0.95rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1.2;
        padding: 0.75rem 0.95rem;
        transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
        width: 100%;
    }

.nav-link-button[b-lixs721mic] {
    font: inherit;
    text-align: left;
}

.nav-item[b-lixs721mic]  a.active {
    background: linear-gradient(135deg, rgba(53, 104, 224, 0.9), rgba(35, 87, 198, 0.95));
    box-shadow: 0 10px 24px rgba(35, 87, 198, 0.28);
    color: white;
}

.nav-item[b-lixs721mic]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: white;
    transform: translateX(1px);
}

.nav-scrollable[b-lixs721mic] {
    display: none;
    padding: 0 0.35rem 0.8rem;
}

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

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

    .nav-scrollable[b-lixs721mic] {
        display: block;
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2au39ub11c],
.components-reconnect-repeated-attempt-visible[b-2au39ub11c],
.components-reconnect-failed-visible[b-2au39ub11c],
.components-pause-visible[b-2au39ub11c],
.components-resume-failed-visible[b-2au39ub11c],
.components-rejoining-animation[b-2au39ub11c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-retrying[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-failed[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2au39ub11c] {
    display: block;
}


#components-reconnect-modal[b-2au39ub11c] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2au39ub11c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2au39ub11c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2au39ub11c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2au39ub11c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2au39ub11c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2au39ub11c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2au39ub11c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2au39ub11c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2au39ub11c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2au39ub11c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2au39ub11c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2au39ub11c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2au39ub11c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2au39ub11c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2au39ub11c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2au39ub11c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2au39ub11c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2au39ub11c {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Contacts.razor.rz.scp.css */
.column-picker-anchor[b-9ext6orzoq] {
    position: relative;
    display: flex;
    justify-content: center;
}

.column-picker-backdrop[b-9ext6orzoq] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.column-picker[b-9ext6orzoq] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 91;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    min-width: 320px;
    max-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.column-picker-header[b-9ext6orzoq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .75rem;
    border-bottom: 1px solid #edf0f5;
    background: #f7f8fa;
    flex-shrink: 0;
}

.column-picker-header-label[b-9ext6orzoq] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #667085;
}

.column-picker-header-actions[b-9ext6orzoq] {
    display: flex;
    gap: .25rem;
}

.column-picker-list[b-9ext6orzoq] {
    overflow-y: auto;
    padding: .25rem 0;
    background: #ffffff;
}

.column-picker-item[b-9ext6orzoq] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .75rem;
    font-size: .8rem;
    color: #1d2939;
    cursor: pointer;
    user-select: none;
}

    .column-picker-item:hover[b-9ext6orzoq] {
        background: #f7f8fa;
    }

    .column-picker-item input[type="checkbox"][b-9ext6orzoq] {
        flex-shrink: 0;
        accent-color: #2357c6;
        width: 15px;
        height: 15px;
    }
/* /Components/Pages/FieldOptions.razor.rz.scp.css */
.entity-badge[b-orotihnk7s] {
    display: inline-block;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.entity-badge-org[b-orotihnk7s] {
    background: #dbeafe;
    color: #1d4ed8;
}

.entity-badge-person[b-orotihnk7s] {
    background: #dcfae6;
    color: #067647;
}

.entity-badge-local[b-orotihnk7s] {
    background: #ede9fe;
    color: #6d28d9;
}

.field-group-header[b-orotihnk7s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e4e7ec;
    background: #f7f8fa;
}

.editing-row td[b-orotihnk7s] {
    background: #f0f4ff;
    padding: .3rem .5rem;
}

.row-actions[b-orotihnk7s] {
    display: flex;
    gap: .4rem;
    white-space: nowrap;
}

.input-sm[b-orotihnk7s] {
    padding: .25rem .5rem;
    font-size: .85rem;
    width: 100%;
    min-width: 60px;
}

.icon-button-danger[b-orotihnk7s] {
    color: #ef4444;
}

.form-row[b-orotihnk7s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
}

.form-row label[b-orotihnk7s] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    font-size: .875rem;
    flex: 1;
    min-width: 180px;
}

.form-actions[b-orotihnk7s] {
    display: flex;
    gap: .75rem;
    padding: .75rem 1rem;
    border-top: 1px solid #e4e7ec;
}
/* /Components/Pages/OrganizationDetails.razor.rz.scp.css */
.tasks-tab-header[b-wygf4mh1y7] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.task-inline-form[b-wygf4mh1y7] {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    padding: 1rem;
}

.task-type-badge[b-wygf4mh1y7] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.type-task[b-wygf4mh1y7]    { background: #f2f4f7; color: #344054; }
.type-call[b-wygf4mh1y7]    { background: #ecfdf3; color: #027a48; }
.type-email[b-wygf4mh1y7]   { background: #eff4ff; color: #1d4ed8; }
.type-meeting[b-wygf4mh1y7] { background: #fdf6ec; color: #b45309; }
.type-deadline[b-wygf4mh1y7] { background: #fef3f2; color: #b42318; }

.priority-badge[b-wygf4mh1y7] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.priority-low[b-wygf4mh1y7]    { background: #f2f4f7; color: #667085; }
.priority-normal[b-wygf4mh1y7] { background: #eff4ff; color: #1d4ed8; }
.priority-high[b-wygf4mh1y7]   { background: #fdf6ec; color: #b45309; }
.priority-urgent[b-wygf4mh1y7] { background: #fef3f2; color: #b42318; }

.status-badge[b-wygf4mh1y7] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.status-open[b-wygf4mh1y7]       { background: #eff4ff; color: #1d4ed8; }
.status-inprogress[b-wygf4mh1y7] { background: #fdf6ec; color: #b45309; }
.status-done[b-wygf4mh1y7]       { background: #ecfdf3; color: #027a48; }
.status-cancelled[b-wygf4mh1y7]  { background: #f2f4f7; color: #667085; }

.task-subject[b-wygf4mh1y7] {
    display: block;
    font-weight: 500;
    color: #101828;
}

.task-desc[b-wygf4mh1y7] {
    display: block;
    color: #667085;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.row-done td[b-wygf4mh1y7] {
    opacity: 0.55;
}

.row-done .task-subject[b-wygf4mh1y7] {
    text-decoration: line-through;
}

.overdue[b-wygf4mh1y7] {
    color: #b42318;
    font-weight: 600;
}

.actions-cell[b-wygf4mh1y7] {
    text-align: right;
    white-space: nowrap;
}

.button.small[b-wygf4mh1y7] {
    font-size: 0.78rem;
    height: auto;
    padding: 0.2rem 0.55rem;
}
/* /Components/Pages/Organizations.razor.rz.scp.css */
.column-picker-anchor[b-3tcws00mxd] {
    position: relative;
    display: flex;
    justify-content: center;
}

.column-picker-backdrop[b-3tcws00mxd] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.column-picker[b-3tcws00mxd] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 91;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    min-width: 320px;
    max-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.column-picker-header[b-3tcws00mxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .75rem;
    border-bottom: 1px solid #edf0f5;
    background: #f7f8fa;
    flex-shrink: 0;
}

.column-picker-header-label[b-3tcws00mxd] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #667085;
}

.column-picker-header-actions[b-3tcws00mxd] {
    display: flex;
    gap: .25rem;
}

.column-picker-list[b-3tcws00mxd] {
    overflow-y: auto;
    padding: .25rem 0;
    background: #ffffff;
}

.column-picker-item[b-3tcws00mxd] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .75rem;
    font-size: .8rem;
    color: #1d2939;
    cursor: pointer;
    user-select: none;
}

    .column-picker-item:hover[b-3tcws00mxd] {
        background: #f7f8fa;
    }

    .column-picker-item input[type="checkbox"][b-3tcws00mxd] {
        flex-shrink: 0;
        accent-color: #2357c6;
        width: 15px;
        height: 15px;
    }
/* /Components/Pages/Tasks.razor.rz.scp.css */
.task-filters[b-128me7u7ue] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 641px) {
    .task-filters[b-128me7u7ue] {
        flex-direction: row;
        align-items: center;
    }

    .task-filters .toolbar[b-128me7u7ue] {
        flex: 1;
        margin-bottom: 0;
    }
}

.status-pills[b-128me7u7ue] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.pill[b-128me7u7ue] {
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    color: #344054;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.25rem 0.85rem;
    transition: background 0.12s, border-color 0.12s;
    white-space: nowrap;
}

.pill:hover[b-128me7u7ue] {
    background: #e9ebef;
    border-color: #d0d5dd;
}

.pill.active[b-128me7u7ue] {
    background: #eff4ff;
    border-color: #2357c6;
    color: #1d4ed8;
}

/* ── Badges ── */
.task-type-badge[b-128me7u7ue] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.type-task[b-128me7u7ue]    { background: #f2f4f7; color: #344054; }
.type-call[b-128me7u7ue]    { background: #ecfdf3; color: #027a48; }
.type-email[b-128me7u7ue]   { background: #eff4ff; color: #1d4ed8; }
.type-meeting[b-128me7u7ue] { background: #fdf6ec; color: #b45309; }
.type-deadline[b-128me7u7ue] { background: #fef3f2; color: #b42318; }

.priority-badge[b-128me7u7ue] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.priority-low[b-128me7u7ue]    { background: #f2f4f7; color: #667085; }
.priority-normal[b-128me7u7ue] { background: #eff4ff; color: #1d4ed8; }
.priority-high[b-128me7u7ue]   { background: #fdf6ec; color: #b45309; }
.priority-urgent[b-128me7u7ue] { background: #fef3f2; color: #b42318; }

.status-badge[b-128me7u7ue] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.status-open[b-128me7u7ue]      { background: #eff4ff; color: #1d4ed8; }
.status-inprogress[b-128me7u7ue] { background: #fdf6ec; color: #b45309; }
.status-done[b-128me7u7ue]      { background: #ecfdf3; color: #027a48; }
.status-cancelled[b-128me7u7ue] { background: #f2f4f7; color: #667085; }

/* ── Task content ── */
.task-subject[b-128me7u7ue] {
    display: block;
    font-weight: 500;
    color: #101828;
}

.task-desc[b-128me7u7ue] {
    display: block;
    color: #667085;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.row-done td[b-128me7u7ue] {
    opacity: 0.55;
}

.row-done .task-subject[b-128me7u7ue] {
    text-decoration: line-through;
}

.overdue[b-128me7u7ue] {
    color: #b42318;
    font-weight: 600;
}

.actions-cell[b-128me7u7ue] {
    white-space: nowrap;
    text-align: right;
}

.button.small[b-128me7u7ue] {
    font-size: 0.78rem;
    padding: 0.2rem 0.55rem;
    height: auto;
}

/* ── Column picker ── */
.column-picker-anchor[b-128me7u7ue] {
    position: relative;
    display: flex;
    justify-content: center;
}

.column-picker-backdrop[b-128me7u7ue] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.column-picker[b-128me7u7ue] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 91;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    min-width: 320px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.column-picker-header[b-128me7u7ue] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .75rem;
    border-bottom: 1px solid #edf0f5;
    background: #f7f8fa;
    flex-shrink: 0;
}

.column-picker-header-label[b-128me7u7ue] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #667085;
}

.column-picker-header-actions[b-128me7u7ue] {
    display: flex;
    gap: .25rem;
}

.column-picker-list[b-128me7u7ue] {
    overflow-y: auto;
    padding: .25rem 0;
    background: #ffffff;
}

.column-picker-item[b-128me7u7ue] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .75rem;
    font-size: .8rem;
    color: #1d2939;
    cursor: pointer;
    user-select: none;
}

    .column-picker-item:hover[b-128me7u7ue] {
        background: #f7f8fa;
    }

    .column-picker-item input[type="checkbox"][b-128me7u7ue] {
        flex-shrink: 0;
        accent-color: #2357c6;
        width: 15px;
        height: 15px;
    }
/* /Components/Shared/GlobalSearch.razor.rz.scp.css */
/* ── Overlay ── */
.gs-overlay[b-3a4021jpl6] {
    align-items: flex-start;
    animation: gs-fade-in-b-3a4021jpl6 0.12s ease;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding-top: 10vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

@keyframes gs-fade-in-b-3a4021jpl6 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── Panel ── */
.gs-panel[b-3a4021jpl6] {
    animation: gs-slide-in-b-3a4021jpl6 0.14s ease;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    overflow: hidden;
    width: 780px;
    max-width: calc(100vw - 2rem);
}

@keyframes gs-slide-in-b-3a4021jpl6 {
    from { opacity: 0; transform: translateY(-10px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)     scale(1);    }
}

/* ── Header ── */
.gs-header[b-3a4021jpl6] {
    align-items: center;
    border-bottom: 1px solid #e4e7ec;
    display: flex;
    gap: 0.75rem;
    padding: 0 1.25rem;
}

.gs-header-icon[b-3a4021jpl6] {
    color: #98a2b3;
    flex-shrink: 0;
}

.gs-input[b-3a4021jpl6] {
    background: transparent;
    border: none;
    color: #101828;
    flex: 1;
    font-size: 1rem;
    outline: none;
    padding: 1.1rem 0;
}

.gs-input[b-3a4021jpl6]::placeholder {
    color: #98a2b3;
}

.gs-spinner[b-3a4021jpl6] {
    animation: gs-spin-b-3a4021jpl6 0.7s linear infinite;
    border: 2px solid #e4e7ec;
    border-radius: 50%;
    border-top-color: #2357c6;
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
}

@keyframes gs-spin-b-3a4021jpl6 {
    to { transform: rotate(360deg); }
}

.gs-close[b-3a4021jpl6] {
    background: none;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    color: #667085;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 0.8rem;
    height: 28px;
    line-height: 1;
    padding: 0 0.5rem;
    transition: background 0.12s;
}

.gs-close:hover[b-3a4021jpl6] {
    background: #f2f4f7;
    color: #344054;
}

/* ── Body (two-pane) ── */
.gs-body[b-3a4021jpl6] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* ── Left: module list ── */
.gs-modules[b-3a4021jpl6] {
    border-right: 1px solid #e4e7ec;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
    padding: 0.75rem 0.5rem;
    width: 190px;
    flex-shrink: 0;
}

.gs-module[b-3a4021jpl6] {
    align-items: center;
    background: none;
    border: none;
    border-radius: 8px;
    color: #344054;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
    text-align: left;
    transition: background 0.12s;
    width: 100%;
}

.gs-module:hover[b-3a4021jpl6] {
    background: #f2f4f7;
}

.gs-module-active[b-3a4021jpl6] {
    background: #eff4ff;
    color: #1d4ed8;
    font-weight: 600;
}

.gs-module-active:hover[b-3a4021jpl6] {
    background: #dbeafe;
}

.gs-module-empty[b-3a4021jpl6] {
    color: #98a2b3;
}

.gs-module-label[b-3a4021jpl6] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gs-module-badge[b-3a4021jpl6] {
    background: #2357c6;
    border-radius: 20px;
    color: #fff;
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 20px;
    padding: 0.1rem 0.4rem;
    text-align: center;
}

.gs-badge-zero[b-3a4021jpl6] {
    background: #e4e7ec;
    color: #98a2b3;
}

/* ── Right: results ── */
.gs-results[b-3a4021jpl6] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    overflow-y: auto;
    padding: 0.75rem 0.75rem;
}

.gs-hit[b-3a4021jpl6] {
    align-items: flex-start;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
    transition: background 0.12s;
    width: 100%;
}

.gs-hit:hover[b-3a4021jpl6] {
    background: #f2f4f7;
}

.gs-hit-title[b-3a4021jpl6] {
    color: #101828;
    font-size: 0.9rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.gs-hit-subtitle[b-3a4021jpl6] {
    color: #667085;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ── Empty / hint states ── */
.gs-empty[b-3a4021jpl6],
.gs-hint[b-3a4021jpl6],
.gs-no-results[b-3a4021jpl6] {
    color: #667085;
    font-size: 0.9rem;
    padding: 2rem 1.5rem;
    text-align: center;
}
