/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8fi2rf4x4h] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-8fi2rf4x4h] {
    flex: 1;
}

.sidebar[b-8fi2rf4x4h] {
    background-image: linear-gradient(180deg, #193764 0%, #1e3f73 55%, #234a81 100%);
}

.top-row[b-8fi2rf4x4h] {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ops-shell-header[b-8fi2rf4x4h] {
    backdrop-filter: blur(2px);
}

.ops-shell-title[b-8fi2rf4x4h] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ops-shell-actions[b-8fi2rf4x4h] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .top-row a[b-8fi2rf4x4h],
    .top-row .btn-link[b-8fi2rf4x4h] {
        white-space: nowrap;
        margin-left: 0;
        text-decoration: none;
    }

    .top-row a:hover[b-8fi2rf4x4h],
    .top-row .btn-link:hover[b-8fi2rf4x4h] {
        text-decoration: underline;
    }

    .top-row a:first-child[b-8fi2rf4x4h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8fi2rf4x4h] {
        justify-content: space-between;
        height: auto;
        min-height: 3.5rem;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .top-row a[b-8fi2rf4x4h],
    .top-row .btn-link[b-8fi2rf4x4h] {
        margin-left: 0;
    }

    .ops-shell-title .text-muted[b-8fi2rf4x4h] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-8fi2rf4x4h] {
        flex-direction: row;
    }

    .sidebar[b-8fi2rf4x4h] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8fi2rf4x4h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth a:first-child[b-8fi2rf4x4h] {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8fi2rf4x4h],
    article[b-8fi2rf4x4h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8fi2rf4x4h] {
    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-8fi2rf4x4h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f2nqr8z53h] {
    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-f2nqr8z53h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f2nqr8z53h] {
    min-height: 4.4rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    background-color: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.navbar-brand[b-f2nqr8z53h] {
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: normal;
    line-height: 1.08;
    display: block;
    max-width: 100%;
    color: #f2f6ff;
    text-decoration: none;
}

.navbar-brand:hover[b-f2nqr8z53h] {
    color: #ffffff;
}

.nav-item[b-f2nqr8z53h] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

.nav-section-label[b-f2nqr8z53h] {
    color: rgba(214, 226, 245, 0.75);
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
    margin-top: 0.65rem;
    margin-bottom: 0.45rem;
}

    .nav-item:first-of-type[b-f2nqr8z53h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f2nqr8z53h] {
        padding-bottom: 1rem;
    }

    .nav-item .nav-link[b-f2nqr8z53h],
    .nav-item .nav-link:visited[b-f2nqr8z53h] {
        color: #e8eef9 !important;
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.45rem;
        display: flex;
        align-items: center;
        line-height: 2.45rem;
        font-weight: 600;
        text-decoration: none;
        width: 100%;
        transition: background-color 120ms ease-in-out, color 120ms ease-in-out;
    }

.nav-item a.active[b-f2nqr8z53h] {
    background-color: rgba(148, 170, 203, 0.78);
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-item .nav-link:hover[b-f2nqr8z53h] {
    background-color: rgba(111, 136, 174, 0.52);
    color: #ffffff !important;
}

.nav-item[b-f2nqr8z53h]  a.nav-link,
.nav-item[b-f2nqr8z53h]  a.nav-link:visited,
.nav-item[b-f2nqr8z53h]  a.nav-link:focus,
.nav-item[b-f2nqr8z53h]  a.nav-link:active {
    color: #e8eef9 !important;
    text-decoration: none;
}

.nav-item[b-f2nqr8z53h]  a.nav-link:hover {
    background-color: rgba(111, 136, 174, 0.52);
    color: #ffffff !important;
}

.nav-item[b-f2nqr8z53h]  a.nav-link.active {
    background-color: rgba(148, 170, 203, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

.nav-scrollable[b-f2nqr8z53h] {
    display: none;
}

.nav-scrollable .text-muted[b-f2nqr8z53h] {
    color: rgba(186, 206, 230, 0.78) !important;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f2nqr8z53h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f2nqr8z53h] {
        display: none;
    }

    .nav-scrollable[b-f2nqr8z53h] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-goadhex7ev],
.components-reconnect-repeated-attempt-visible[b-goadhex7ev],
.components-reconnect-failed-visible[b-goadhex7ev],
.components-pause-visible[b-goadhex7ev],
.components-resume-failed-visible[b-goadhex7ev],
.components-rejoining-animation[b-goadhex7ev] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-retrying[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-failed[b-goadhex7ev],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-goadhex7ev] {
    display: block;
}

#components-reconnect-modal[b-goadhex7ev] {
    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-fade-out-b-goadhex7ev 0.5s both;
}

#components-reconnect-modal[open][b-goadhex7ev] {
    animation: components-reconnect-modal-slide-up-b-goadhex7ev 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s,
               components-reconnect-modal-fade-in-b-goadhex7ev 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-goadhex7ev]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fade-in-b-goadhex7ev 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slide-up-b-goadhex7ev {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fade-in-b-goadhex7ev {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fade-out-b-goadhex7ev {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-goadhex7ev] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-goadhex7ev] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-goadhex7ev] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-goadhex7ev] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-goadhex7ev] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-goadhex7ev] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-goadhex7ev] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-goadhex7ev 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-goadhex7ev] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-goadhex7ev {
    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: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminUserAdd.razor.rz.scp.css */
.avatar-picker-grid[b-8wti3kqju5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.65rem;
}

.avatar-picker-item[b-8wti3kqju5] {
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    border-radius: 0.75rem;
    padding: 0.6rem 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.avatar-picker-item:hover[b-8wti3kqju5] {
    border-color: var(--bs-primary);
    background: var(--bs-light);
    transform: translateY(-1px);
}

.avatar-picker-item img[b-8wti3kqju5] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid transparent;
}

.avatar-generated-preview[b-8wti3kqju5] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid transparent;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.avatar-picker-item span[b-8wti3kqju5] {
    font-size: 0.78rem;
    line-height: 1.2;
    color: var(--bs-body-color);
}

.avatar-picker-item.is-selected[b-8wti3kqju5] {
    border-color: var(--bs-primary);
    background: var(--bs-primary-bg-subtle);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bs-primary) 20%, transparent);
}

.avatar-picker-item.is-selected img[b-8wti3kqju5] {
    border-color: var(--bs-primary);
}

.avatar-picker-item.is-selected .avatar-generated-preview[b-8wti3kqju5] {
    border-color: var(--bs-primary);
}
/* /Components/Pages/AdminUserEdit.razor.rz.scp.css */
.avatar-picker-grid[b-zxfau4tqkl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.65rem;
}

.avatar-picker-item[b-zxfau4tqkl] {
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    border-radius: 0.75rem;
    padding: 0.6rem 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.avatar-picker-item:hover[b-zxfau4tqkl] {
    border-color: #6ea0d6;
    background: #f5f9ff;
    transform: translateY(-1px);
}

.avatar-picker-item img[b-zxfau4tqkl] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid transparent;
}

.avatar-generated-preview[b-zxfau4tqkl] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid transparent;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.avatar-picker-item span[b-zxfau4tqkl] {
    font-size: 0.78rem;
    line-height: 1.2;
    color: var(--bs-body-color);
}

.avatar-picker-item.is-selected[b-zxfau4tqkl] {
    border-color: #1f4f7f;
    background: #e9f2ff;
    box-shadow: inset 0 0 0 1px rgba(31, 79, 127, 0.2);
}

.avatar-picker-item.is-selected img[b-zxfau4tqkl] {
    border-color: #1f4f7f;
}

.avatar-picker-item.is-selected .avatar-generated-preview[b-zxfau4tqkl] {
    border-color: #1f4f7f;
}
/* /Components/Pages/TaskAdmin.razor.rz.scp.css */
.task-choice-grid[b-fjlb86p6xg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.5rem;
}

.task-choice-grid-compact[b-fjlb86p6xg] {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.task-choice-button[b-fjlb86p6xg] {
    text-align: left;
    white-space: normal;
    min-height: 42px;
}

.task-admin-modal-backdrop[b-fjlb86p6xg] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1040;
}

.task-admin-modal[b-fjlb86p6xg] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    padding: 1.25rem;
}

.task-admin-modal-card[b-fjlb86p6xg] {
    width: min(1100px, 100%);
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* /Components/Pages/TaskDashboard.razor.rz.scp.css */
.dashboard-responsible[b-57nv4ohph7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-description[b-57nv4ohph7] {
    margin: 0.5rem 0;
    line-height: 1.35;
    min-height: calc(1.35em * 2);
    max-height: calc(1.35em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.dashboard-meta[b-57nv4ohph7] {
    display: grid;
    gap: 0.25rem;
    line-height: 1.2;
    min-height: calc((1.2em * 3) + (0.25rem * 2));
    margin-bottom: 0.75rem;
}

.dashboard-avatar[b-57nv4ohph7] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
}

.dashboard-avatar-generated[b-57nv4ohph7] {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.card-body[b-57nv4ohph7] {
    position: relative;
    padding-right: 4.5rem;
}

.dashboard-avatar-corner[b-57nv4ohph7] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
}

.dashboard-completedby .form-label[b-57nv4ohph7] {
    margin-bottom: 0.25rem;
    color: var(--bs-secondary-color);
    font-weight: 600;
}

.dashboard-confirm[b-57nv4ohph7] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background: var(--bs-light-bg-subtle, #f8f9fa);
    padding: 0.5rem;
    min-width: 260px;
}

.dashboard-confirm-text[b-57nv4ohph7] {
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
    color: var(--bs-secondary-color);
}
/* /Components/Pages/UserProfile.razor.rz.scp.css */
.profile-readonly-input[b-dxhiwf1yqb] {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
}

.profile-readonly-input:focus[b-dxhiwf1yqb] {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    box-shadow: none;
}

.avatar-picker-grid[b-dxhiwf1yqb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.65rem;
}

.avatar-picker-item[b-dxhiwf1yqb] {
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    border-radius: 0.75rem;
    padding: 0.6rem 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.avatar-picker-item:hover[b-dxhiwf1yqb] {
    border-color: #6ea0d6;
    background: #f5f9ff;
    transform: translateY(-1px);
}

.avatar-picker-item img[b-dxhiwf1yqb] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid transparent;
}

.avatar-generated-preview[b-dxhiwf1yqb] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 2px solid transparent;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.avatar-picker-item span[b-dxhiwf1yqb] {
    font-size: 0.78rem;
    line-height: 1.2;
    color: var(--bs-body-color);
}

.avatar-picker-item.is-selected[b-dxhiwf1yqb] {
    border-color: #1f4f7f;
    background: #e9f2ff;
    box-shadow: inset 0 0 0 1px rgba(31, 79, 127, 0.2);
}

.avatar-picker-item.is-selected img[b-dxhiwf1yqb],
.avatar-picker-item.is-selected .avatar-generated-preview[b-dxhiwf1yqb] {
    border-color: #1f4f7f;
}
