/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-9wqfi2oqe4] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/nawd_slash_screen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 1rem;
}

.auth-layout[b-9wqfi2oqe4]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.auth-layout > *[b-9wqfi2oqe4] {
    position: relative;
    z-index: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ym3uq6jytw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--nawd-page-bg);
}

main[b-ym3uq6jytw] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-ym3uq6jytw] {
    background: linear-gradient(180deg, var(--nawd-sidebar-bg) 0%, var(--nawd-sidebar-bg-alt) 100%);
}

.top-row[b-ym3uq6jytw] {
    background-color: var(--nawd-topbar-bg);
    border-bottom: 1px solid var(--nawd-border);
    justify-content: space-between;
    height: 4.2rem;
    display: flex;
    align-items: center;
    color: var(--nawd-text-main);
}

.topbar-left[b-ym3uq6jytw] {
    display: flex;
    align-items: center;
}

.topbar-actions[b-ym3uq6jytw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.topbar-user[b-ym3uq6jytw] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--nawd-text-main);
    font-weight: 600;
}

.user-avatar[b-ym3uq6jytw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    flex-shrink: 0;
}

.user-name[b-ym3uq6jytw] {
    font-size: 0.95rem;
}

.logout-link[b-ym3uq6jytw] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
}

.logout-icon[b-ym3uq6jytw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
}

.logout-icon svg[b-ym3uq6jytw] {
    width: 1rem;
    height: 1rem;
}

    .top-row[b-ym3uq6jytw]  a, .top-row[b-ym3uq6jytw]  .btn-link {
        white-space: nowrap;
        margin-left: 1rem;
        text-decoration: none;
        color: var(--nawd-text-muted);
        font-weight: 500;
    }

    .top-row[b-ym3uq6jytw]  a:hover, .top-row[b-ym3uq6jytw]  .btn-link:hover {
        color: var(--nawd-primary-strong);
        text-decoration: none;
    }

    .top-row[b-ym3uq6jytw]  .topbar-left a,
    .top-row[b-ym3uq6jytw]  .topbar-actions a,
    .top-row[b-ym3uq6jytw]  .topbar-actions .btn-link {
        margin-left: 0;
    }

@media (max-width: 640.98px) {
    .top-row[b-ym3uq6jytw] {
        justify-content: space-between;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .top-row[b-ym3uq6jytw]  a, .top-row[b-ym3uq6jytw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ym3uq6jytw] {
        flex-direction: row;
    }

    .sidebar[b-ym3uq6jytw] {
        width: 270px;
        min-height: 100vh;
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }

    .sidebar-sticky[b-ym3uq6jytw] {
        position: sticky;
        top: 0;
        height: 100vh;
    }

    .top-row[b-ym3uq6jytw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ym3uq6jytw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ym3uq6jytw], article[b-ym3uq6jytw] {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
}

article[b-ym3uq6jytw] {
    padding-bottom: 1.5rem;
}

#blazor-error-ui[b-ym3uq6jytw] {
    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-ym3uq6jytw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3nhaf64n8u] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.85rem;
    right: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.75rem;
    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.88%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.09);
}

.navbar-toggler:checked[b-3nhaf64n8u] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-3nhaf64n8u] {
    min-height: 4.2rem;
    background: transparent;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.navbar-brand[b-3nhaf64n8u] {
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
}

.brand-logo[b-3nhaf64n8u] {
    width: 7rem;
    height: 7rem;
    object-fit: contain;
    display: block;
}

.brand-text[b-3nhaf64n8u] {
    letter-spacing: 0.06em;
    color: #edf3ff;
}

.bi[b-3nhaf64n8u] {
    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-3nhaf64n8u] {
    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-people-fill-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 4-4 4 3 4 4-1 1-1 1H7z'/%3E%3Cpath d='M5.216 14A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.27 6.27 0 0 0 6 9c-3 0-4 3-4 4s1 1 1 1h2.216z'/%3E%3Cpath d='M10 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0z'/%3E%3Cpath d='M6 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0z'/%3E%3C/svg%3E");
}

.bi-person-check-fill-nav-menu[b-3nhaf64n8u] {
    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-check-fill' viewBox='0 0 16 16'%3E%3Cpath d='M15.354 5.146a.5.5 0 0 0-.708 0L12.5 7.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l2.5-2.5a.5.5 0 0 0 0-.708z'/%3E%3Cpath d='M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3Cpath d='M8 8c-2.761 0-5 2.239-5 5 0 .55.45 1 1 1h8.5a1 1 0 0 0 1-1c0-.511-.077-1.003-.22-1.466L12.5 12.3A2 2 0 0 1 9.6 9.4l1.466-1.466A4.98 4.98 0 0 0 8 8z'/%3E%3C/svg%3E");
}

.bi-buildings-fill-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-buildings-fill' viewBox='0 0 16 16'%3E%3Cpath d='M14 15V2.5a.5.5 0 0 0-.5-.5H9v13h5zM8 15V1.5A.5.5 0 0 0 7.5 1h-5a.5.5 0 0 0-.5.5V15h6zM4 3h1v1H4V3zm0 2h1v1H4V5zm0 2h1v1H4V7zm0 2h1v1H4V9zm2-6h1v1H6V3zm0 2h1v1H6V5zm0 2h1v1H6V7zm0 2h1v1H6V9zm4-5h1v1h-1V4zm0 2h1v1h-1V6zm2-2h1v1h-1V4zm0 2h1v1h-1V6z'/%3E%3C/svg%3E");
}

.bi-briefcase-fill-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-briefcase-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 0a1 1 0 0 0-1 1V2H3a2 2 0 0 0-2 2v2h14V4a2 2 0 0 0-2-2h-2.5V1a1 1 0 0 0-1-1h-3zm0 2V1h3v1h-3z'/%3E%3Cpath d='M0 7v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H9.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V7H0z'/%3E%3C/svg%3E");
}

.bi-star-fill-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443 4.8 10.21.763 6.765l5.3-.46L8 .5l1.937 5.805 5.3.46-4.037 3.445 1.188 5.232L8 12.347l-4.388 3.096z'/%3E%3C/svg%3E");
}

.bi-universal-access-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-universal-access' viewBox='0 0 16 16'%3E%3Cpath d='M8 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z'/%3E%3Cpath d='M2.5 6a.5.5 0 0 0 0 1H6v1.5L4 12a.5.5 0 1 0 .832.554L7 9.5V14a.5.5 0 0 0 1 0V9.5l2.168 3.054A.5.5 0 1 0 11 12l-2-3.5V7h3.5a.5.5 0 0 0 0-1h-10z'/%3E%3C/svg%3E");
}

.bi-bar-chart-fill-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 15a1 1 0 0 1-1-1V2a1 1 0 1 1 2 0v11h13a1 1 0 1 1 0 2H1z'/%3E%3Cpath d='M3 12V7a1 1 0 0 1 1-1h1v6H3zm4 0V4a1 1 0 0 1 1-1h1v9H7zm4 0V9a1 1 0 0 1 1-1h1v4h-2z'/%3E%3C/svg%3E");
}

.bi-table-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-table' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm1 3h14V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v3zm0 1v3h4V6H1zm5 0v3h4V6H6zm5 0v3h4V6h-4zM1 10v4a1 1 0 0 0 1 1h3v-5H1zm5 0v5h4v-5H6zm5 0v5h3a1 1 0 0 0 1-1v-4h-4z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-3nhaf64n8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.7-2.687.71-1.987 1.992l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.7 1.283.71 2.687 1.992 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.7 2.687-.71 1.987-1.992l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.7-1.283-.71-2.687-1.992-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.93 2.93 0 1 1 0-5.86 2.93 2.93 0 0 1 0 5.86z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3nhaf64n8u] {
    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-person-nav-menu[b-3nhaf64n8u] {
    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-3nhaf64n8u] {
    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-3nhaf64n8u] {
    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-arrow-bar-left-nav-menu[b-3nhaf64n8u] {
    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-3nhaf64n8u] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-3nhaf64n8u] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-3nhaf64n8u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3nhaf64n8u]  .nav-link {
        color: #d5e2ff;
        background: none;
        border: none;
        border-radius: 0.75rem;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        width: 100%;
        padding-left: 0.9rem;
        font-weight: 500;
        transition: all 0.2s ease;
    }

.nav-item[b-3nhaf64n8u]  a.active {
    background: linear-gradient(90deg, #1f6bff 0%, #175be6 100%);
    box-shadow: 0 10px 20px rgba(9, 43, 110, 0.35);
    color: white;
}

.nav-item[b-3nhaf64n8u]  .nav-link:hover {
    background-color: rgba(255,255,255,0.12);
    color: white;
}

.nav-scrollable[b-3nhaf64n8u] {
    display: none;
    padding: 0.2rem 0.45rem 0.8rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3nhaf64n8u] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3nhaf64n8u] {
        display: none;
    }

    .nav-scrollable[b-3nhaf64n8u] {
        display: block;
        height: calc(100vh - 4.2rem);
        overflow-y: auto;
    }

    .nav-scrollable[b-3nhaf64n8u]::-webkit-scrollbar {
        width: 8px;
    }

    .nav-scrollable[b-3nhaf64n8u]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.22);
        border-radius: 10px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bv2d2hiqam],
.components-reconnect-repeated-attempt-visible[b-bv2d2hiqam],
.components-reconnect-failed-visible[b-bv2d2hiqam],
.components-pause-visible[b-bv2d2hiqam],
.components-resume-failed-visible[b-bv2d2hiqam],
.components-rejoining-animation[b-bv2d2hiqam] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-retrying[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-failed[b-bv2d2hiqam],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bv2d2hiqam] {
    display: block;
}


#components-reconnect-modal[b-bv2d2hiqam] {
    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-bv2d2hiqam 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bv2d2hiqam 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bv2d2hiqam 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bv2d2hiqam]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bv2d2hiqam 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bv2d2hiqam {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bv2d2hiqam {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bv2d2hiqam {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bv2d2hiqam] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bv2d2hiqam] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bv2d2hiqam] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bv2d2hiqam] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bv2d2hiqam] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bv2d2hiqam] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bv2d2hiqam] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bv2d2hiqam 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bv2d2hiqam] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bv2d2hiqam {
    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/Dashboard.razor.rz.scp.css */
.dashboard-page[b-slkcs4bu6l] {
    color: var(--nawd-text-main);
}

.dashboard-header h1[b-slkcs4bu6l] {
    margin: 0;
    font-size: clamp(1.45rem, 1.1rem + 1vw, 1.95rem);
    font-weight: 700;
}

.dashboard-header p[b-slkcs4bu6l] {
    margin: 0.25rem 0 0;
    color: var(--nawd-text-muted);
}

.date-badge[b-slkcs4bu6l] {
    background: #eef4ff;
    color: var(--nawd-primary-strong);
    border: 1px solid #d8e5ff;
    padding: 0.5rem 0.75rem;
}

.dashboard-loading[b-slkcs4bu6l] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
}

.kpi-card[b-slkcs4bu6l],
.dashboard-card[b-slkcs4bu6l] {
    background: var(--nawd-card-bg);
    border-radius: 14px;
}

.kpi-card[b-slkcs4bu6l] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-height: 165px;
}

.kpi-icon[b-slkcs4bu6l] {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}

.kpi-icon.workers[b-slkcs4bu6l] {
    color: #0d7f39;
    background: #e6f8ee;
}

.kpi-icon.verified[b-slkcs4bu6l] {
    color: #245dcb;
    background: #e9f0ff;
}

.kpi-icon.jobs[b-slkcs4bu6l] {
    color: #7c58d7;
    background: #f0eafd;
}

.kpi-icon.employers[b-slkcs4bu6l] {
    color: #1d9db9;
    background: #e8f7fb;
}

.kpi-icon.available[b-slkcs4bu6l] {
    color: #f08a1f;
    background: #fff3e5;
}

.kpi-icon.pending[b-slkcs4bu6l] {
    color: #875f03;
    background: #fff8e4;
}

.kpi-label[b-slkcs4bu6l] {
    color: var(--nawd-text-muted);
    font-size: 0.82rem;
    font-weight: 600;
}

.kpi-value[b-slkcs4bu6l] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--nawd-text-main);
}

.kpi-meta[b-slkcs4bu6l] {
    color: var(--nawd-text-muted);
    font-size: 0.82rem;
}

.dashboard-card h4[b-slkcs4bu6l] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.metric-label[b-slkcs4bu6l] {
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    color: var(--nawd-text-muted);
    font-weight: 600;
}

.pill-badge[b-slkcs4bu6l] {
    background: #edf4ff;
    color: var(--nawd-primary-strong);
}

.chart-card[b-slkcs4bu6l] {
    min-height: 340px;
}

.footer-strip-card[b-slkcs4bu6l] {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.footer-kpi[b-slkcs4bu6l] {
    border: 1px solid var(--nawd-border);
    background: #fafcff;
    border-radius: 12px;
    padding: 0.8rem 0.9rem;
}

.footer-kpi-title[b-slkcs4bu6l] {
    color: var(--nawd-text-muted);
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.footer-kpi-value[b-slkcs4bu6l] {
    color: var(--nawd-text-main);
    font-size: 1.2rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .kpi-card[b-slkcs4bu6l] {
        min-height: auto;
    }

    .chart-card[b-slkcs4bu6l] {
        min-height: 290px;
    }
}
/* /Components/Pages/Employers/EmployerJobs.razor.rz.scp.css */
.employer-jobs-page[b-04t4m4hluc] {
    display: grid;
    gap: 1rem;
}

.employer-jobs-toolbar[b-04t4m4hluc] {
    flex-wrap: wrap;
}

.employer-jobs-toolbar h5[b-04t4m4hluc] {
    margin: 0.15rem 0 0;
}

.employer-jobs-eyebrow[b-04t4m4hluc] {
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.employer-jobs-contact[b-04t4m4hluc],
.job-secondary[b-04t4m4hluc],
.job-created[b-04t4m4hluc] {
    color: #64748b;
    font-size: 0.82rem;
}

.employer-jobs-state[b-04t4m4hluc] {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 2rem;
    color: #64748b;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

.employer-jobs-state strong[b-04t4m4hluc] {
    color: #0f172a;
    font-size: 1rem;
}

.employer-jobs-empty[b-04t4m4hluc]  .rzi {
    color: #94a3b8;
    font-size: 2.5rem;
}

.employer-jobs-summary[b-04t4m4hluc] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(135deg, #eff6ff, #f8fafc);
    border: 1px solid #dbeafe;
    border-radius: 0.75rem;
}

.employer-jobs-summary-icon[b-04t4m4hluc] {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #1d4ed8;
    background: #dbeafe;
    border-radius: 50%;
}

.employer-jobs-summary-copy[b-04t4m4hluc] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.employer-jobs-summary-copy span[b-04t4m4hluc] {
    color: #475569;
    font-size: 0.85rem;
}

.employer-jobs-count[b-04t4m4hluc] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #475569;
    font-size: 0.78rem;
}

.employer-jobs-count strong[b-04t4m4hluc] {
    color: #0f172a;
    font-size: 1.45rem;
    line-height: 1;
}

.employer-jobs-search[b-04t4m4hluc] {
    width: min(100%, 520px);
}

.employer-jobs-search[b-04t4m4hluc]  input {
    width: 100%;
}

.employer-jobs-grid[b-04t4m4hluc] {
    background: #fff;
}

.job-title[b-04t4m4hluc] {
    color: #0f172a;
    font-weight: 700;
}

.job-description[b-04t4m4hluc] {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.15rem;
    color: #475569;
    font-size: 0.82rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.job-tags[b-04t4m4hluc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.45rem;
}

.job-tags span[b-04t4m4hluc] {
    padding: 0.12rem 0.4rem;
    color: #1e40af;
    font-size: 0.68rem;
    font-weight: 600;
    background: #dbeafe;
    border-radius: 999px;
}

.job-status[b-04t4m4hluc] {
    display: inline-flex;
    padding: 0.2rem 0.5rem;
    font-size: 0.73rem;
    font-weight: 700;
    border-radius: 999px;
}

.job-status-active[b-04t4m4hluc] {
    color: #166534;
    background: #dcfce7;
}

.job-status-inactive[b-04t4m4hluc] {
    color: #475569;
    background: #e2e8f0;
}

.job-created[b-04t4m4hluc] {
    margin-top: 0.35rem;
}

@media (max-width: 640px) {
    .employer-jobs-toolbar[b-04t4m4hluc]  .rz-button {
        width: 100%;
    }

    .employer-jobs-summary[b-04t4m4hluc] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .employer-jobs-count[b-04t4m4hluc] {
        width: 100%;
        align-items: flex-start;
        padding-left: 3.65rem;
    }
}
/* /Components/Pages/Employers/EmployerListing.razor.rz.scp.css */
.profile-photo[b-2oww7dv9w0] {
    display: block;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d4d4d8;
}
/* /Components/Pages/Jobs/JobListing.razor.rz.scp.css */
.jobs-page[b-tyrsmhkum0] {
    display: grid;
    gap: 1rem;
}

.jobs-header[b-tyrsmhkum0] {
    flex-wrap: wrap;
}

.jobs-header h5[b-tyrsmhkum0] {
    margin: 0.15rem 0 0;
}

.jobs-header p[b-tyrsmhkum0] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

.jobs-eyebrow[b-tyrsmhkum0] {
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jobs-state[b-tyrsmhkum0] {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 2rem;
    color: #64748b;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

.jobs-state strong[b-tyrsmhkum0] {
    color: #0f172a;
    font-size: 1rem;
}

.jobs-empty[b-tyrsmhkum0]  .rzi {
    color: #94a3b8;
    font-size: 2.5rem;
}

.jobs-filters[b-tyrsmhkum0] {
    display: grid;
    grid-template-columns: minmax(260px, 2fr) minmax(190px, 1fr) minmax(160px, 0.8fr) auto;
    align-items: end;
    gap: 0.75rem;
    padding: 0.9rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

.jobs-results-summary[b-tyrsmhkum0] {
    color: #64748b;
    font-size: 0.8rem;
}

.jobs-grid[b-tyrsmhkum0] {
    background: #fff;
}

.job-poster[b-tyrsmhkum0] {
    display: block;
    object-fit: cover;
    border: 1px solid #d4d4d8;
    border-radius: 0.5rem;
}

.job-title[b-tyrsmhkum0] {
    color: #0f172a;
    font-weight: 700;
}

.job-description[b-tyrsmhkum0] {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.15rem;
    color: #475569;
    font-size: 0.82rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.job-secondary[b-tyrsmhkum0],
.job-created[b-tyrsmhkum0] {
    color: #64748b;
    font-size: 0.8rem;
}

.job-tags[b-tyrsmhkum0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.45rem;
}

.job-tags span[b-tyrsmhkum0] {
    padding: 0.12rem 0.4rem;
    color: #1e40af;
    font-size: 0.68rem;
    font-weight: 600;
    background: #dbeafe;
    border-radius: 999px;
}

.employer-link[b-tyrsmhkum0] {
    padding: 0;
    color: #1d4ed8;
    font: inherit;
    font-weight: 700;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.employer-link:hover[b-tyrsmhkum0] {
    text-decoration: underline;
}

.job-status[b-tyrsmhkum0] {
    display: inline-flex;
    padding: 0.2rem 0.5rem;
    font-size: 0.73rem;
    font-weight: 700;
    border-radius: 999px;
}

.job-status-active[b-tyrsmhkum0] {
    color: #166534;
    background: #dcfce7;
}

.job-status-inactive[b-tyrsmhkum0] {
    color: #475569;
    background: #e2e8f0;
}

.job-created[b-tyrsmhkum0] {
    margin-top: 0.35rem;
}

@media (max-width: 960px) {
    .jobs-filters[b-tyrsmhkum0] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .jobs-header[b-tyrsmhkum0]  .rz-button,
    .jobs-filters[b-tyrsmhkum0]  .rz-button {
        width: 100%;
    }

    .jobs-filters[b-tyrsmhkum0] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card[b-44993wo9cb] {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
}

.login-logo[b-44993wo9cb] {
    text-align: center;
    margin-bottom: 1rem;
}

.login-brand-footer[b-44993wo9cb] {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid #DDE5EE;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.login-brand-footer__rada-logo[b-44993wo9cb] {
    /*width: 80px;*/
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #DDE5EE;
}

.login-logo img[b-44993wo9cb] {
    max-width: 180px;
    height: auto;
}

.login-header[b-44993wo9cb] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-title[b-44993wo9cb] {
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--black-forest, #283618);
    margin: 0 0 0.5rem 0;
}

.login-subtitle[b-44993wo9cb] {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

.login-form[b-44993wo9cb] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-44993wo9cb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-44993wo9cb] {
    font-weight: 500;
    font-size: 0.9375rem;
    color: #333;
    margin: 0;
}

.password-input-wrapper[b-44993wo9cb] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-toggle[b-44993wo9cb] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    z-index: 10;
}

.password-toggle:hover[b-44993wo9cb] {
    color: var(--olive-leaf, #606c38);
}

.password-toggle:focus[b-44993wo9cb] {
    outline: 2px solid var(--olive-leaf, #606c38);
    outline-offset: 2px;
    border-radius: 4px;
}

.password-toggle i[b-44993wo9cb] {
    font-size: 1.25rem;
}

.form-options[b-44993wo9cb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: -0.5rem;
}

.remember-me[b-44993wo9cb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.remember-label[b-44993wo9cb] {
    font-size: 0.9375rem;
    color: #333;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.forgot-password[b-44993wo9cb] {
    font-size: 0.9375rem;
    color: var(--olive-leaf, #606c38);
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.forgot-password:hover[b-44993wo9cb] {
    color: var(--copperwood, #bc6c25);
    text-decoration: underline;
}

.forgot-password:focus[b-44993wo9cb] {
    outline: 2px solid var(--olive-leaf, #606c38);
    outline-offset: 2px;
    border-radius: 4px;
}

.validation-summary[b-44993wo9cb] {
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    color: #842029;
    font-size: 0.875rem;
}

.validation-summary ul[b-44993wo9cb] {
    margin: 0;
    padding-left: 1.25rem;
}

/* Responsive design */
@media (max-width: 576px) {
    .login-card[b-44993wo9cb] {
        padding: 2rem 1.5rem;
        max-width: 100%;
        border-radius: 8px;
    }

    .login-title[b-44993wo9cb] {
        font-size: 1.625rem;
    }

    .login-subtitle[b-44993wo9cb] {
        font-size: 0.9375rem;
    }

    .login-logo img[b-44993wo9cb] {
        max-width: 150px;
    }

    .form-options[b-44993wo9cb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .forgot-password[b-44993wo9cb] {
        align-self: flex-end;
    }
}

@media (max-width: 400px) {
    .login-card[b-44993wo9cb] {
        padding: 1.5rem 1rem;
    }

    .login-title[b-44993wo9cb] {
        font-size: 1.5rem;
    }
}

/* Enhanced focus states for accessibility */
.login-form :global(.rz-textbox:focus)[b-44993wo9cb],
.login-form :global(.rz-password:focus)[b-44993wo9cb] {
    border-color: var(--olive-leaf, #606c38);
    box-shadow: 0 0 0 0.2rem rgba(96, 108, 56, 0.25);
}

.login-form :global(.rz-chkbox-box:focus)[b-44993wo9cb] {
    box-shadow: 0 0 0 0.2rem rgba(96, 108, 56, 0.25);
}
/* /Components/Pages/UserAnalytics.razor.rz.scp.css */
.analytics-page[b-2rbkyiz30j] {
    display: grid;
    gap: 1rem;
}

.analytics-heading h5[b-2rbkyiz30j],
.analytics-heading p[b-2rbkyiz30j],
.visual-grid h6[b-2rbkyiz30j],
.events-heading h6[b-2rbkyiz30j] {
    margin: 0;
}

.analytics-heading p[b-2rbkyiz30j] {
    color: var(--rz-text-secondary-color);
    margin-top: 0.35rem;
}

.filter-card[b-2rbkyiz30j],
.chart-card[b-2rbkyiz30j],
.popular-card[b-2rbkyiz30j],
.events-card[b-2rbkyiz30j] {
    padding: 1rem;
}

.filter-grid[b-2rbkyiz30j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0.85rem;
    align-items: end;
}

.filter-actions[b-2rbkyiz30j] {
    display: flex;
    gap: 0.5rem;
    min-height: 3.5rem;
    align-items: center;
}

.metric-grid[b-2rbkyiz30j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.75rem;
}

.metric-card[b-2rbkyiz30j] {
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
}

.metric-card span[b-2rbkyiz30j],
.events-heading span[b-2rbkyiz30j],
.user-cell small[b-2rbkyiz30j],
.empty-state[b-2rbkyiz30j] {
    color: var(--rz-text-secondary-color);
}

.metric-card strong[b-2rbkyiz30j] {
    font-size: 1.75rem;
}

.visual-grid[b-2rbkyiz30j] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
    gap: 1rem;
}

.visual-grid h6[b-2rbkyiz30j] {
    margin-bottom: 0.75rem;
}

.events-heading[b-2rbkyiz30j],
.pager[b-2rbkyiz30j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.events-heading[b-2rbkyiz30j] {
    margin-bottom: 0.75rem;
}

.pager[b-2rbkyiz30j] {
    justify-content: flex-end;
    margin-top: 0.85rem;
}

.user-cell[b-2rbkyiz30j] {
    display: grid;
    gap: 0.15rem;
}

.user-cell small[b-2rbkyiz30j] {
    overflow-wrap: anywhere;
}

.loading-state[b-2rbkyiz30j] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 12rem;
}

@media (max-width: 900px) {
    .visual-grid[b-2rbkyiz30j] {
        grid-template-columns: 1fr;
    }

    .pager[b-2rbkyiz30j] {
        justify-content: space-between;
    }
}
/* /Components/Pages/Workers/WorkerListing.razor.rz.scp.css */
.profile-photo[b-rh8ewmz2av] {
    display: block;
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #f1f5f9;
    box-shadow: 0 0 0 1px #d4d4d8;
}
/* /Components/Pages/Workers/WorkerVerification.razor.rz.scp.css */
.verification-photo[b-7h4s96sz5u] {
    display: block;
    width: 64px;
    height: 64px;
    margin-inline: auto;
    border: 1px solid #d4d4d8;
    border-radius: 50%;
    object-fit: cover;
}

.verification-skill[b-7h4s96sz5u] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding-block: 0.2rem;
}

.verification-skill + .verification-skill[b-7h4s96sz5u] {
    border-top: 1px solid #e4e4e7;
}

.verification-skill span[b-7h4s96sz5u],
.verification-empty[b-7h4s96sz5u] {
    color: #52525b;
}

.verification-skill strong[b-7h4s96sz5u] {
    flex: 0 0 auto;
}
