/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y2ql1bb828] {
    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-y2ql1bb828] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mb64rye5yz],
.components-reconnect-repeated-attempt-visible[b-mb64rye5yz],
.components-reconnect-failed-visible[b-mb64rye5yz],
.components-pause-visible[b-mb64rye5yz],
.components-resume-failed-visible[b-mb64rye5yz],
.components-rejoining-animation[b-mb64rye5yz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-retrying[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-failed[b-mb64rye5yz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mb64rye5yz] {
    display: block;
}


#components-reconnect-modal[b-mb64rye5yz] {
    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-mb64rye5yz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mb64rye5yz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mb64rye5yz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mb64rye5yz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mb64rye5yz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mb64rye5yz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mb64rye5yz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mb64rye5yz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mb64rye5yz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mb64rye5yz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mb64rye5yz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mb64rye5yz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mb64rye5yz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mb64rye5yz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mb64rye5yz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mb64rye5yz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mb64rye5yz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mb64rye5yz {
    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/Auth/Profile.razor.rz.scp.css */
/* ===== PAGE BACKGROUND ===== */
.profile-page[b-m3aa07p5ft] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    padding: 20px;
}

/* ===== CARD ===== */
.profile-card[b-m3aa07p5ft] {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    padding: 30px;
    color: #fff;
}

/* ===== HEADER ===== */
.profile-header[b-m3aa07p5ft] {
    text-align: center;
    margin-bottom: 25px;
}

.avatar-wrapper[b-m3aa07p5ft] {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(45deg, #00f2fe, #4facfe);
}

.avatar[b-m3aa07p5ft] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.name[b-m3aa07p5ft] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.role[b-m3aa07p5ft] {
    font-size: 14px;
    opacity: 0.85;
}

/* ===== STATS ===== */
.profile-stats[b-m3aa07p5ft] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}

.stat[b-m3aa07p5ft] {
    background: rgba(255,255,255,0.12);
    border-radius: 14px;
    text-align: center;
    padding: 12px;
}

    .stat h3[b-m3aa07p5ft] {
        margin: 0;
        font-size: 20px;
    }

    .stat span[b-m3aa07p5ft] {
        font-size: 12px;
        opacity: 0.85;
    }

/* ===== INFO ===== */
.profile-info[b-m3aa07p5ft] {
    margin-bottom: 25px;
}

.info-row[b-m3aa07p5ft] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
}

    .info-row:last-child[b-m3aa07p5ft] {
        border-bottom: none;
    }

/* ===== ACTIONS ===== */
.profile-actions[b-m3aa07p5ft] {
    display: flex;
    gap: 12px;
}

.btn[b-m3aa07p5ft] {
    flex: 1;
    padding: 12px;
    border-radius: 14px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn.primary[b-m3aa07p5ft] {
        background: linear-gradient(45deg, #4facfe, #00f2fe);
        border: none;
        color: #000;
    }

    .btn.outline[b-m3aa07p5ft] {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.4);
        color: #fff;
    }

    .btn:hover[b-m3aa07p5ft] {
        transform: translateY(-2px);
    }

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 480px) {
    .profile-card[b-m3aa07p5ft] {
        padding: 22px;
    }

    .profile-stats[b-m3aa07p5ft] {
        grid-template-columns: 1fr 1fr;
    }

    .stat:last-child[b-m3aa07p5ft] {
        grid-column: span 2;
    }
}
/* /Components/Pages/Dashboard/Home.razor.rz.scp.css */
/* ===============================
   BASE LAYOUT FIXES
================================ */

.home-page[b-4fg89qpgfj] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

#interactive-bg[b-4fg89qpgfj] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.dashboard-container[b-4fg89qpgfj] {
    position: relative;
    z-index: 1;
    padding: 50px;
    color: #fff;
}

/* ===============================
   HEADER
================================ */

.dashboard-header[b-4fg89qpgfj] {
    padding: 20px;
    border-radius: 12px;
    background: rgb(5 0 255 / 30%);
}

    .dashboard-header h1[b-4fg89qpgfj] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

/* ===============================
   ACTION BUTTONS
================================ */

.dashboard-actions[b-4fg89qpgfj] {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

    .dashboard-actions button[b-4fg89qpgfj] {
        font-size: 1.1rem;
        padding: 0.75rem 1.5rem;
        white-space: nowrap;
    }

/* ===============================
   NOTIFICATIONS
================================ */

.dashboard-notifications[b-4fg89qpgfj] {
    margin-top: 3rem;
    background: rgba(0,0,0,0.35);
    padding: 20px;
    border-radius: 12px;
}

/* ===============================
   TABLET (≤ 992px)
================================ */

@media (max-width: 992px) {

    .dashboard-container[b-4fg89qpgfj] {
        padding: 30px;
    }

    .dashboard-header h1[b-4fg89qpgfj] {
        font-size: 2.2rem;
    }

    .dashboard-actions[b-4fg89qpgfj] {
        flex-wrap: wrap;
    }

        .dashboard-actions button[b-4fg89qpgfj] {
            flex: 1 1 48%;
            text-align: center;
        }
}

/* ===============================
   MOBILE (≤ 576px)
================================ */

@media (max-width: 576px) {

    .home-page[b-4fg89qpgfj] {
        padding-top: 20px;
    }

    .dashboard-container[b-4fg89qpgfj] {
        padding: 16px;
    }

    .dashboard-header[b-4fg89qpgfj] {
        padding: 16px;
        text-align: center;
    }

        .dashboard-header h1[b-4fg89qpgfj] {
            font-size: 1.6rem;
        }

        .dashboard-header p[b-4fg89qpgfj] {
            font-size: 0.9rem;
        }

    .dashboard-actions[b-4fg89qpgfj] {
        flex-direction: column;
        gap: 12px;
    }

        .dashboard-actions button[b-4fg89qpgfj] {
            width: 100%;
            font-size: 1rem;
            padding: 12px;
        }

    .dashboard-notifications[b-4fg89qpgfj] {
        padding: 14px;
    }

        .dashboard-notifications h4[b-4fg89qpgfj] {
            font-size: 1rem;
        }

        .dashboard-notifications li[b-4fg89qpgfj] {
            font-size: 0.85rem;
        }
}
/* /Components/Pages/Static/About.razor.rz.scp.css */
.about-container[b-li3o0fke9i] {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
}

    .about-container h1[b-li3o0fke9i] {
        font-size: 2rem;
        margin-bottom: 5px;
    }

.version[b-li3o0fke9i] {
    font-size: 1rem;
    color: #888;
}

.author[b-li3o0fke9i] {
    font-style: italic;
    margin-bottom: 15px;
}

.description[b-li3o0fke9i] {
    margin-bottom: 20px;
}

.about-container ul[b-li3o0fke9i] {
    margin-left: 20px;
    margin-bottom: 20px;
}

.contact-card p[b-li3o0fke9i] {
    margin: 5px 0;
}

.btn-refresh[b-li3o0fke9i] {
    padding: 8px 16px;
    background-color: #4CAF50;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-refresh:hover[b-li3o0fke9i] {
        background-color: #45a049;
    }

.loading[b-li3o0fke9i] {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #555;
}
/* /Components/Pages/Static/NotFound.razor.rz.scp.css */
/* NotFound Page */
.not-found-page h3[b-f24gveraca] {
    font-weight: 600;
}

.not-found-page p[b-f24gveraca] {
    font-size: 1.05rem;
}

.not-found-page a.btn[b-f24gveraca] {
    padding: 0.7rem 1.5rem;
}
/* /Components/Pages/Static/Privacy.razor.rz.scp.css */
.privacy-container[b-sbdg23lkse] {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
}

h1[b-sbdg23lkse] {
    font-size: 2rem;
    margin-bottom: 10px;
}

.last-updated[b-sbdg23lkse] {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
}

.description[b-sbdg23lkse] {
    margin-bottom: 25px;
}

.section-card[b-sbdg23lkse] {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

    .section-card:hover[b-sbdg23lkse] {
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }

.section-header[b-sbdg23lkse] {
    padding: 12px 16px;
    background-color: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-content[b-sbdg23lkse] {
    padding: 12px 16px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.toggle-icon[b-sbdg23lkse] {
    font-size: 0.9rem;
    color: #555;
}

.btn-refresh[b-sbdg23lkse] {
    padding: 8px 16px;
    background-color: #007bff;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

    .btn-refresh:hover[b-sbdg23lkse] {
        background-color: #0069d9;
    }

.loading[b-sbdg23lkse] {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #555;
}
/* /Components/Pages/Tasks/Tasks.razor.rz.scp.css */
/* === Task Cards Styling === */
.hover-shadow:hover[b-kc0fpwpzbj] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-3px);
    transition: all 0.25s ease;
}

.transition-all[b-kc0fpwpzbj] {
    transition: all 0.2s ease;
}

/* Sticky filter bar on mobile */
@media (max-width: 576px) {
    .sticky-top[b-kc0fpwpzbj] {
        top: 0 !important;
        margin: 0 -1rem;
        width: calc(100% + 2rem);
        border-radius: 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
}

/* Better looking badges with shadow */
.badge[b-kc0fpwpzbj] {
    box-shadow: 0 2px 5px rgba(0,0,0,0.12);
    font-weight: 600;
}

/* Pagination */
.page-item.active .page-link[b-kc0fpwpzbj] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 500;
}

/* === STATUS BADGES (تمہارے پرانے والے رکھ لو) === */
.task-status[b-kc0fpwpzbj] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4em 0.75em;
    border-radius: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.status-new[b-kc0fpwpzbj] {
    background-color: #6c757d;
    color: white;
}

.status-progress[b-kc0fpwpzbj] {
    background-color: #0d6efd;
    color: white;
}

.status-hold[b-kc0fpwpzbj] {
    background-color: #ffc107;
    color: #212529;
}

.status-done[b-kc0fpwpzbj] {
    background-color: #198754;
    color: white;
}

.status-cancel[b-kc0fpwpzbj] {
    background-color: #dc3545;
    color: white;
}
/* /Components/Shared/AppLoader.razor.rz.scp.css */
/* ===============================
   GLOBAL APP LOADER
================================ */

.app-loader-overlay[b-wfhek49l5k] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-loader[b-wfhek49l5k] {
    background: rgba(20,20,20,0.9);
    padding: 22px 26px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

    .app-loader span[b-wfhek49l5k] {
        display: block;
        margin-top: 12px;
        font-size: 0.9rem;
        color: #ddd;
        letter-spacing: 0.4px;
    }

/* Spinner */

.spinner[b-wfhek49l5k] {
    width: 38px;
    height: 38px;
    border: 4px solid rgba(255,255,255,0.15);
    border-top-color: #4f7cff;
    border-radius: 50%;
    animation: spin-b-wfhek49l5k 0.9s linear infinite;
}

@keyframes spin-b-wfhek49l5k {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/SessionCheck.razor.rz.scp.css */
/* ===== SESSION PAGE ===== */

.session-container[b-u8tmx5nxrw] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: radial-gradient(circle at top left, #eef3ff, #f8fbff 60%, #ffffff);
    animation: fadeIn-b-u8tmx5nxrw 0.6s ease-in-out;
}

.session-box[b-u8tmx5nxrw] {
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    border-radius: 24px;
    padding: 60px 50px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .session-box:hover[b-u8tmx5nxrw] {
        transform: translateY(-4px);
    }

/* Brand */

.brand-area[b-u8tmx5nxrw] {
    margin-bottom: 30px;
}

.brand-logo[b-u8tmx5nxrw] {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4f8cff, #6ea8ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(79, 140, 255, 0.35);
}

.brand-title[b-u8tmx5nxrw] {
    font-size: 22px;
    font-weight: 600;
    color: #1f2d3d;
}

/* Loader */

.loader-wrapper[b-u8tmx5nxrw] {
    margin: 35px 0;
}

.loader[b-u8tmx5nxrw] {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid #e9eef5;
    border-top: 4px solid #4f8cff;
    animation: spin-b-u8tmx5nxrw 0.9s linear infinite;
    margin: auto;
}

/* Text */

.session-message[b-u8tmx5nxrw] {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.session-desc[b-u8tmx5nxrw] {
    font-size: 14px;
    color: #6c757d;
}

/* Animations */

@keyframes spin-b-u8tmx5nxrw {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-u8tmx5nxrw {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */
@media (max-width: 768px) {
    .session-box[b-u8tmx5nxrw] {
        padding: 45px 35px;
    }

    .session-message[b-u8tmx5nxrw] {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .session-box[b-u8tmx5nxrw] {
        padding: 35px 25px;
        border-radius: 18px;
    }

    .brand-logo[b-u8tmx5nxrw] {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .brand-title[b-u8tmx5nxrw] {
        font-size: 18px;
    }

    .session-message[b-u8tmx5nxrw] {
        font-size: 16px;
    }

    .session-desc[b-u8tmx5nxrw] {
        font-size: 13px;
    }
}

/* Large Screens */
@media (min-width: 1400px) {
    .session-box[b-u8tmx5nxrw] {
        max-width: 520px;
        padding: 70px 60px;
    }
}
