/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-3qv8dvfdw4] {
    display: flex;
    min-height: 100vh;
    background: #F5F7FA;
}

/* ===========================
   Sidebar
=========================== */

.sidebar[b-3qv8dvfdw4] {
    width: 260px;
    flex-shrink: 0;
    overflow: hidden;
    transition: width .25s ease;
}

    .sidebar.collapsed[b-3qv8dvfdw4] {
        width: 72px;
    }

/* ===========================
   Main Content
=========================== */

.main-content[b-3qv8dvfdw4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100vh;
    overflow: hidden;
}

/* ===========================
   Page Content
=========================== */

.page-content[b-3qv8dvfdw4] {
    flex: 1;
    padding: 24px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ===========================
   Blazor Error
=========================== */

#blazor-error-ui[b-3qv8dvfdw4] {
    display: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ==========================================
   NAV MENU / SIDEBAR
========================================== */


/* ==========================================
   SIDEBAR
========================================== */

.sidebar[b-op2g9lczr7] {
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #F8FAF9;
    color: #334155;
    overflow: hidden;
    z-index: 1000;
    /* Subtle vertical separation */
    border-right: 1px solid #DDE7E4;
    /* Card-like popup shadow */
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.10);
    transition: width 0.25s ease, box-shadow 0.25s ease;
}


/* ==========================================
   HEADER / LOGO AREA
========================================== */

.sidebar-header[b-op2g9lczr7] {
    height: 76px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E7EB;
}

.sidebar-header-content[b-op2g9lczr7] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    transition: 0.25s ease;
}


/* ==========================================
   EXPANDED LOGO
========================================== */

.sidebar-logo-expanded[b-op2g9lczr7] {
    width: 210px;
    height: auto;
    max-height: 62px;
    object-fit: contain;
    display: block;
}


/* ==========================================
   COLLAPSED LOGO
========================================== */

.sidebar-logo-collapsed[b-op2g9lczr7] {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}


/* ==========================================
   SIDEBAR TITLE
========================================== */

.sidebar-title[b-op2g9lczr7] {
    overflow: hidden;
}


/* ==========================================
   CENTER LOGO WHEN COLLAPSED
========================================== */

.sidebar.collapsed .sidebar-header-content[b-op2g9lczr7] {
    justify-content: center;
}


/* ==========================================
   NAVIGATION CONTAINER
========================================== */

.sidebar-nav[b-op2g9lczr7] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 12px;
    overflow-y: auto;
    overflow-x: hidden;
}


    /* ==========================================
   NAVIGATION ITEMS
========================================== */

    .sidebar-nav[b-op2g9lczr7]  .nav-item {
        display: flex;
        align-items: center;
        gap: 15px;
        height: 46px;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 9px;
        text-decoration: none;
        color: #475569 !important;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }


        /* ==========================================
   NAVIGATION ICONS
========================================== */

        .sidebar-nav[b-op2g9lczr7]  .nav-item i {
            width: 20px;
            text-align: center;
            font-size: 17px;
            color: #64748B !important;
            flex-shrink: 0;
            transition: color 0.2s ease;
        }


        /* ==========================================
   NAVIGATION HOVER
========================================== */

        .sidebar-nav[b-op2g9lczr7]  .nav-item:hover {
            background: #F0F7F5;
            color: #20786C !important;
        }

            .sidebar-nav[b-op2g9lczr7]  .nav-item:hover i {
                color: #20786C !important;
            }


        /* ==========================================
   NAVIGATION ACTIVE
========================================== */

        .sidebar-nav[b-op2g9lczr7]  .nav-item.active {
            background: #E3F2EF !important;
            color: #176B60 !important;
            font-weight: 600;
            box-shadow: inset 3px 0 0 #20786C;
        }

            .sidebar-nav[b-op2g9lczr7]  .nav-item.active i {
                color: #176B60 !important;
            }


/* ==========================================
   DROPDOWN / EXPANDING MENU
========================================== */

.menu-dropdown[b-op2g9lczr7] {
    margin: 0;
}


    /* ==========================================
   DROPDOWN SUMMARY
========================================== */

    .menu-dropdown summary[b-op2g9lczr7] {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 46px;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 9px;
        cursor: pointer;
        color: #475569 !important;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.2s ease, color 0.2s ease;
    }


        /* Remove browser marker */

        .menu-dropdown summary[b-op2g9lczr7]::-webkit-details-marker {
            display: none;
        }


        /* ==========================================
   DROPDOWN CONTENT
========================================== */

        .menu-dropdown summary div[b-op2g9lczr7] {
            display: flex;
            align-items: center;
            gap: 15px;
        }


            /* ==========================================
   DROPDOWN ICON
========================================== */

            .menu-dropdown summary div i[b-op2g9lczr7] {
                width: 20px;
                text-align: center;
                font-size: 17px;
                color: #64748B !important;
                flex-shrink: 0;
                transition: color 0.2s ease;
            }


        /* ==========================================
   DROPDOWN HOVER
========================================== */

        .menu-dropdown summary:hover[b-op2g9lczr7] {
            background: #F0F7F5;
            color: #20786C !important;
        }

            .menu-dropdown summary:hover div i[b-op2g9lczr7] {
                color: #20786C !important;
            }


    /* ==========================================
   DROPDOWN OPEN
========================================== */

    .menu-dropdown[open] summary[b-op2g9lczr7] {
        background: #F0F7F5;
        color: #20786C !important;
    }

        .menu-dropdown[open] summary div i[b-op2g9lczr7] {
            color: #20786C !important;
        }


    /* ==========================================
   ARROW
========================================== */

    .menu-dropdown summary .arrow[b-op2g9lczr7] {
        width: auto;
        color: #64748B !important;
        font-size: 12px;
        transition: transform 0.25s ease, color 0.2s ease;
    }

    .menu-dropdown[open] summary .arrow[b-op2g9lczr7] {
        color: #20786C !important;
        transform: rotate(180deg);
    }


/* ==========================================
   SUBMENU
========================================== */

.sidebar-nav[b-op2g9lczr7]  .submenu-item {
    display: block;
    margin-top: 3px;
    padding: 9px 14px 9px 49px;
    border-radius: 8px;
    text-decoration: none;
    color: #64748B !important;
    font-size: 13px;
    transition: background 0.2s ease, color 0.2s ease;
}


    /* ==========================================
   SUBMENU HOVER
========================================== */

    .sidebar-nav[b-op2g9lczr7]  .submenu-item:hover {
        background: #F0F7F5;
        color: #20786C !important;
    }


    /* ==========================================
   SUBMENU ACTIVE
========================================== */

    .sidebar-nav[b-op2g9lczr7]  .submenu-item.active {
        background: #E3F2EF;
        color: #176B60 !important;
        font-weight: 600;
        box-shadow: inset 3px 0 0 #20786C;
    }


/* ==========================================
   COLLAPSED SIDEBAR
========================================== */

.sidebar.collapsed[b-op2g9lczr7] {
    width: 72px;
}


    /* Hide text/submenus */

    .sidebar.collapsed .sidebar-title[b-op2g9lczr7],
    .sidebar.collapsed .submenu-item[b-op2g9lczr7] {
        display: none;
    }


    /* ==========================================
   COLLAPSED NAVIGATION
========================================== */

    .sidebar.collapsed .sidebar-nav[b-op2g9lczr7]  .nav-item {
        justify-content: center;
        padding: 0;
    }


    /* ==========================================
   COLLAPSED DROPDOWN
========================================== */

    .sidebar.collapsed .menu-dropdown summary[b-op2g9lczr7] {
        justify-content: center;
        padding: 0;
    }

        .sidebar.collapsed .menu-dropdown summary div[b-op2g9lczr7] {
            justify-content: center;
            width: 100%;
        }


    /* Hide arrow */

    .sidebar.collapsed .arrow[b-op2g9lczr7] {
        display: none;
    }


    /* ==========================================
   COLLAPSED ICON SIZE
========================================== */

    .sidebar.collapsed .sidebar-nav[b-op2g9lczr7]  .nav-item i {
        font-size: 18px;
    }


/* ==========================================
   FOOTER
========================================== */

.sidebar-footer[b-op2g9lczr7] {
    flex-shrink: 0;
    padding: 16px;
    text-align: center;
    font-size: 12px;
    color: #9CA3AF;
    background: #FFFFFF;
    border-top: 1px solid #E5E7EB;
}


/* ==========================================
   SCROLLBAR
========================================== */

.sidebar-nav[b-op2g9lczr7]::-webkit-scrollbar {
    width: 5px;
}

.sidebar-nav[b-op2g9lczr7]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-nav[b-op2g9lczr7]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 10px;
}

    .sidebar-nav[b-op2g9lczr7]::-webkit-scrollbar-thumb:hover {
        background: #9CA3AF;
    }
/* /Components/Layout/Topbar.razor.rz.scp.css */
/* ==========================================
   TOPBAR
========================================== */

.topbar[b-b1ped7i92b] {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    background: #1D6F64;
    color: #FFFFFF;
    /* ======================================
       FIXED POSITION
       Sidebar = 260px
    ====================================== */

    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    z-index: 999;
    /* Subtle elevation below header */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: left 0.25s ease;
}


/* ==========================================
   LEFT SECTION
========================================== */

.topbar-left[b-b1ped7i92b] {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}


/* ==========================================
   CENTER SECTION
========================================== */

.topbar-center[b-b1ped7i92b] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    min-width: 0;
}


/* ==========================================
   RIGHT SECTION
========================================== */

.topbar-right[b-b1ped7i92b] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}


/* ==========================================
   HAMBURGER BUTTON
========================================== */

.menu-toggle[b-b1ped7i92b] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}


    .menu-toggle:hover[b-b1ped7i92b] {
        background: rgba(255, 255, 255, 0.10);
    }


    .menu-toggle i[b-b1ped7i92b] {
        font-size: 22px;
    }


/* ==========================================
   SEARCH
========================================== */

.search-container[b-b1ped7i92b] {
    width: 100%;
    max-width: 560px;
    min-width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}


.search-icon[b-b1ped7i92b] {
    color: #8A8F98;
    font-size: 15px;
    flex-shrink: 0;
}


.search-container input[b-b1ped7i92b] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #333333;
    font-size: 14px;
}


    .search-container input[b-b1ped7i92b]::placeholder {
        color: #8A8F98;
    }


/* ==========================================
   QUICK ACTIONS
========================================== */

.quick-actions[b-b1ped7i92b] {
    display: flex;
    align-items: center;
    gap: 4px;
}


.action-link[b-b1ped7i92b] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 38px;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}


    .action-link:hover[b-b1ped7i92b] {
        background: rgba(255, 255, 255, 0.10);
    }


    .action-link i[b-b1ped7i92b] {
        font-size: 15px;
    }


/* ==========================================
   NOTIFICATION
========================================== */

.notification[b-b1ped7i92b] {
    position: relative;
}


.notification-button[b-b1ped7i92b] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.2s ease;
}


    .notification-button:hover[b-b1ped7i92b] {
        background: rgba(255, 255, 255, 0.10);
    }


    .notification-button i[b-b1ped7i92b] {
        font-size: 18px;
    }


/* ==========================================
   NOTIFICATION BADGE
========================================== */

.notification-badge[b-b1ped7i92b] {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #E53935;
    border: 2px solid #1D6F64;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
}


/* ==========================================
   USER PROFILE
========================================== */

.profile-button[b-b1ped7i92b] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.2s ease;
}


    .profile-button:hover[b-b1ped7i92b] {
        background: rgba(255, 255, 255, 0.10);
    }


/* ==========================================
   PROFILE AVATAR
========================================== */

.profile-avatar[b-b1ped7i92b] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}


/* ==========================================
   PROFILE INFORMATION
========================================== */

.profile-info[b-b1ped7i92b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    line-height: 1.2;
    text-align: left;
}


.profile-name[b-b1ped7i92b] {
    font-size: 13px;
    font-weight: 600;
}


.profile-role[b-b1ped7i92b] {
    font-size: 11px;
    opacity: 0.75;
}


.profile-arrow[b-b1ped7i92b] {
    font-size: 11px;
    margin-left: 2px;
}


/* ==========================================
   COLLAPSED SIDEBAR SUPPORT
========================================== */

/*
   Expanded sidebar:
   260px

   Collapsed sidebar:
   72px

   Add .collapsed to the topbar from
   your MainLayout when the sidebar collapses.
*/

.topbar.collapsed[b-b1ped7i92b] {
    left: 72px;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1100px) {

    .search-container[b-b1ped7i92b] {
        max-width: 420px;
    }

    .action-link span[b-b1ped7i92b] {
        display: none;
    }
}


@media (max-width: 992px) {

    .profile-info[b-b1ped7i92b],
    .profile-arrow[b-b1ped7i92b] {
        display: none;
    }

    .search-container[b-b1ped7i92b] {
        min-width: 180px;
    }
}


@media (max-width: 900px) {

    .quick-actions[b-b1ped7i92b] {
        display: none;
    }
}


@media (max-width: 700px) {

    .topbar[b-b1ped7i92b] {
        left: 0;
    }

    .topbar-center[b-b1ped7i92b] {
        padding: 0 12px;
    }

    .search-container[b-b1ped7i92b] {
        min-width: 120px;
        max-width: none;
    }
}
/* /Components/Shared/NotificationPanel.razor.rz.scp.css */
.notification-panel[b-ycsxkzw6p6] {
    position: absolute;
    top: 48px;
    right: 0;
    width: 390px;
    max-width: calc(100vw - 24px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(0,0,0,.18);
    overflow: hidden;
    z-index: 9999;
    border: 1px solid #e8ecef;
}

.notification-header[b-ycsxkzw6p6] {
    padding: 14px 18px;
    border-bottom: 1px solid #eceff1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-header h5[b-ycsxkzw6p6] {
    margin: 0;
    color: #202a2e;
    font-size: 15px;
    font-weight: 700;
}

.notification-header-count[b-ycsxkzw6p6] {
    display: block;
    margin-top: 2px;
    color: #7a858a;
    font-size: 12px;
}

.notification-list[b-ycsxkzw6p6] {
    max-height: 440px;
    overflow-y: auto;
}

.notification-item[b-ycsxkzw6p6] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #f0f2f3;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: background .15s ease;
}

.notification-item:hover[b-ycsxkzw6p6] {
    background: #f7faf9;
}

.notification-item.is-read[b-ycsxkzw6p6] {
    opacity: .72;
}

.notification-severity[b-ycsxkzw6p6] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.severity-critical[b-ycsxkzw6p6] {
    background: #fde8e7;
    color: #c62828;
}

.severity-warning[b-ycsxkzw6p6] {
    background: #fff3d6;
    color: #9a6a00;
}

.severity-info[b-ycsxkzw6p6] {
    background: #e8f2f1;
    color: #1d6f64;
}

.notification-content[b-ycsxkzw6p6] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.notification-title[b-ycsxkzw6p6] {
    color: #202a2e;
    font-size: 13px;
    font-weight: 700;
}

.notification-patient[b-ycsxkzw6p6] {
    color: #1d6f64;
    font-size: 12px;
    font-weight: 600;
}

.notification-message[b-ycsxkzw6p6] {
    color: #69757a;
    font-size: 12px;
    line-height: 1.4;
}

.notification-due[b-ycsxkzw6p6] {
    color: #8a9498;
    font-size: 11px;
    margin-top: 3px;
}

.notification-unread-dot[b-ycsxkzw6p6] {
    width: 7px;
    height: 7px;
    margin-top: 6px;
    border-radius: 50%;
    background: #e53935;
    flex-shrink: 0;
}

.notification-empty[b-ycsxkzw6p6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px 24px;
    text-align: center;
}

.notification-empty i[b-ycsxkzw6p6] {
    font-size: 38px;
    color: #1d6f64;
    margin-bottom: 12px;
}

.notification-empty h6[b-ycsxkzw6p6] {
    margin: 0;
    color: #222;
    font-size: 15px;
    font-weight: 700;
}

.notification-empty p[b-ycsxkzw6p6] {
    margin: 8px 0 0;
    color: #777;
    font-size: 13px;
}
/* /Components/Shared/StatisticCard.razor.rz.scp.css */
.stat-card[b-gcr4a57vvr] {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
    transition: all .2s ease;
}

.stat-card:hover[b-gcr4a57vvr] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.icon-circle[b-gcr4a57vvr] {
    width: clamp(50px, 6vw, 60px);
    height: clamp(50px, 6vw, 60px);
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.stat-content[b-gcr4a57vvr] {
    flex: 1;
}

.title[b-gcr4a57vvr] {
    color: #6c757d;
    font-size: .875rem;
    margin-bottom: .25rem;
}

.value[b-gcr4a57vvr] {
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #212529;
    line-height: 1;
}
/* /Components/Shared/UserProfileMenu.razor.rz.scp.css */
.profile-menu[b-xm77l2e19j] {
    position: absolute;
    top: 55px;
    right: 0;
    width: 260px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    z-index: 9999;
}

.profile-menu-header[b-xm77l2e19j] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
}

.profile-menu-avatar[b-xm77l2e19j] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.profile-menu-name[b-xm77l2e19j] {
    font-weight: 600;
    color: #222;
}

.profile-menu-role[b-xm77l2e19j] {
    font-size: 12px;
    color: #777;
}

.profile-menu-divider[b-xm77l2e19j] {
    height: 1px;
    background: #ECECEC;
}

.profile-menu-item[b-xm77l2e19j] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: none;
    background: white;
    cursor: pointer;
    transition: .2s;
    color: #333;
}

    .profile-menu-item:hover[b-xm77l2e19j] {
        background: #F7F8FA;
    }

    .profile-menu-item i[b-xm77l2e19j] {
        width: 18px;
    }

.logout[b-xm77l2e19j] {
    color: #D9534F;
}
/* /Features/Admin/Roles/Components/RoleTable.razor.rz.scp.css */
.table-card[b-w0wdph3a3s] {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
    margin-top: 30px;
}

.table-responsive[b-w0wdph3a3s] {
    overflow-x: auto;
}

.role-table[b-w0wdph3a3s] {
    margin: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .role-table thead[b-w0wdph3a3s] {
        background: #fafafa;
    }

    .role-table th[b-w0wdph3a3s] {
        padding: 20px 24px;
        font-size: 14px;
        font-weight: 600;
        color: #64748b;
        white-space: nowrap;
        border-bottom: 1px solid #edf2f7;
    }

    .role-table td[b-w0wdph3a3s] {
        padding: 22px 24px;
        vertical-align: middle;
        border-bottom: 1px solid #f1f5f9;
    }

    .role-table tbody tr:hover[b-w0wdph3a3s] {
        background: #f8fafc;
    }

    .role-table thead th:first-child[b-w0wdph3a3s] {
        border-top-left-radius: 20px;
    }

    .role-table thead th:last-child[b-w0wdph3a3s] {
        border-top-right-radius: 20px;
    }

.sort-icon[b-w0wdph3a3s] {
    margin-left: 6px;
    color: #cbd5e1;
    font-size: 12px;
}

.table-footer[b-w0wdph3a3s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-top: 1px solid #ececec;
    background: white;
}

.footer-right[b-w0wdph3a3s] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.page-size[b-w0wdph3a3s] {
    width: 140px;
    height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 0 12px;
}

.pagination[b-w0wdph3a3s] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .pagination button[b-w0wdph3a3s] {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border: 1px solid #d8d8d8;
        background: white;
    }

        .pagination button:hover[b-w0wdph3a3s] {
            background: #f5f5f5;
        }

.active-page[b-w0wdph3a3s] {
    background: #18a689 !important;
    color: white;
    border-color: #18a689 !important;
}

.action-btn[b-w0wdph3a3s] {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #18a689;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    padding: 0;
}

    .action-btn:hover[b-w0wdph3a3s] {
        background: #f3f4f6 !important;
        color: #0d8b72;
    }

.action-buttons[b-w0wdph3a3s] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* /Features/Admin/Roles/Components/RoleToolbar.razor.rz.scp.css */
.toolbar-card[b-x4molgmk15] {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.toolbar-label[b-x4molgmk15] {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}

.search-box[b-x4molgmk15] {
    position: relative;
}

    .search-box i[b-x4molgmk15] {
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
        font-size: 18px;
    }

    .search-box input[b-x4molgmk15] {
        padding-left: 48px;
    }

.form-control[b-x4molgmk15],
.form-select[b-x4molgmk15] {
    height: 50px;
    border-radius: 14px;
    border: 1px solid #d6dbe1;
    box-shadow: none;
    font-size: 15px;
}

    .form-control:focus[b-x4molgmk15],
    .form-select:focus[b-x4molgmk15] {
        border-color: #18a689;
        box-shadow: 0 0 0 .15rem rgba(24,166,137,.15);
    }

.toolbar-buttons[b-x4molgmk15] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 18px;
    height: 100%;
}

.btn-filter[b-x4molgmk15] {
    border: 1px solid #18a689;
    background: #fff;
    color: #18a689;
    padding: 11px 22px;
    border-radius: 12px;
    font-weight: 600;
    transition: .2s;
}

    .btn-filter:hover[b-x4molgmk15] {
        background: #18a689;
        color: #fff;
    }

.btn-clear[b-x4molgmk15] {
    background: none;
    border: none;
    color: #6b7280;
    font-weight: 600;
    padding: 0;
}

    .btn-clear:hover[b-x4molgmk15] {
        color: #18a689;
    }
/* /Features/Admin/Users/Components/UserTable.razor.rz.scp.css */
.user-table-card[b-x48win2tp5] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(0,0,0,.06);
    overflow: hidden;
    margin-top: 30px;
}

.user-table[b-x48win2tp5] {
    margin: 0;
}

    .user-table thead[b-x48win2tp5] {
        background: #fafafa;
    }

    .user-table th[b-x48win2tp5] {
        padding: 18px 24px;
        color: #6b7280;
        font-size: .9rem;
        font-weight: 600;
        border-bottom: 1px solid #ececec;
        white-space: nowrap;
    }

    .user-table td[b-x48win2tp5] {
        padding: 18px 24px;
        vertical-align: middle;
        border-top: 1px solid #f3f4f6;
    }

    .user-table tbody tr[b-x48win2tp5] {
        transition: .25s;
    }

        .user-table tbody tr:hover[b-x48win2tp5] {
            background: #f8fafc;
        }


.user-info[b-x48win2tp5] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.avatar[b-x48win2tp5] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0f9d84;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.user-name[b-x48win2tp5] {
    font-weight: 600;
    color: #1f2937;
}

.user-subtitle[b-x48win2tp5] {
    color: #94a3b8;
    font-size: .8rem;
}

.role-badge[b-x48win2tp5] {
    padding: 6px 12px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    font-size: 12px;
    font-weight: 600;
}

.discipline-badge[b-x48win2tp5] {
    padding: 6px 12px;
    border-radius: 8px;
    background: #f3f0ff;
    color: #7c3aed;
    font-size: 12px;
    font-weight: 600;
}

.status-active[b-x48win2tp5] {
    color: #16a34a;
    font-weight: 600;
}

.status-inactive[b-x48win2tp5] {
    color: #ef4444;
    font-weight: 600;
}

.action-buttons[b-x48win2tp5] {
    display: flex;
    justify-content: center;
    gap: 12px;
}

    .action-buttons button[b-x48win2tp5] {
        border: none;
        background: none;
        color: #0f9d84;
        font-size: 18px;
    }

        .action-buttons button:hover[b-x48win2tp5] {
            color: #0b7d6a;
        }

.sort-icon[b-x48win2tp5] {
    font-size: 12px;
    color: #bdbdbd;
    margin-left: 6px;
}

.table-footer[b-x48win2tp5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-top: 1px solid #ececec;
}

.pagination-area[b-x48win2tp5] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .pagination-area button[b-x48win2tp5] {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        border: none;
        background: white;
    }

.active-page[b-x48win2tp5] {
    background: #0f9d84 !important;
    color: white;
}
/* /Features/Admin/Users/Components/UserToolbar.razor.rz.scp.css */
.toolbar-card[b-btotcl9tq6] {
    background: white;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    margin-bottom: 30px;
}

.toolbar-label[b-btotcl9tq6] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

.search-box[b-btotcl9tq6] {
    position: relative;
}

    .search-box i[b-btotcl9tq6] {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
        font-size: 16px;
    }

    .search-box input[b-btotcl9tq6] {
        padding-left: 45px;
    }

.form-control[b-btotcl9tq6],
.form-select[b-btotcl9tq6] {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #dcdfe5;
    font-size: 14px;
    box-shadow: none;
}

    .form-control:focus[b-btotcl9tq6],
    .form-select:focus[b-btotcl9tq6] {
        border-color: #0f9d84;
        box-shadow: 0 0 0 .15rem rgba(15,157,132,.15);
    }

.toolbar-buttons[b-btotcl9tq6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    height: 46px;
}

.btn-filter[b-btotcl9tq6] {
    border: 1px solid #0f9d84;
    color: #0f9d84;
    background: white;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
}

    .btn-filter:hover[b-btotcl9tq6] {
        background: #0f9d84;
        color: white;
    }

.btn-clear[b-btotcl9tq6] {
    background: none;
    border: none;
    color: #6b7280;
    font-weight: 600;
}

    .btn-clear:hover[b-btotcl9tq6] {
        color: #0f9d84;
    }
/* /Features/Admin/Users/Pages/UserManagement.razor.rz.scp.css */
.user-management-page[b-i9nteb2slb] {
    padding: 30px;
}

.page-header[b-i9nteb2slb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

    .page-header h2[b-i9nteb2slb] {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .page-header p[b-i9nteb2slb] {
        color: #6c757d;
    }
/* /Features/Authentication/Pages/Login.razor.rz.scp.css */
/* =========================================
   CCAP LOGIN
   ========================================= */

.login-page[b-q92qotp6bm] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: hidden;
    background: #eef5f4;
}


    /* =========================================
   Background Shapes
   ========================================= */

    .login-page[b-q92qotp6bm]::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        left: -180px;
        bottom: -180px;
        background: #b9ded8;
        border-radius: 50%;
        opacity: 0.55;
    }

    .login-page[b-q92qotp6bm]::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 260px;
        right: -160px;
        bottom: -120px;
        background: #8fcac2;
        transform: rotate(-18deg);
        opacity: 0.45;
    }


/* =========================================
   Login Card
   ========================================= */

.login-card[b-q92qotp6bm] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 430px;
    padding: 24px 24px 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(25, 65, 68, 0.12);
    backdrop-filter: blur(8px);
}


/* =========================================
   Logo
   ========================================= */

.login-logo-container[b-q92qotp6bm] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.login-logo[b-q92qotp6bm] {
    width: 250px;
    height: auto;
    object-fit: contain;
}

/* =========================================
   Header
   ========================================= */

.login-header[b-q92qotp6bm] {
    text-align: center;
    margin-bottom: 20px;
}

    .login-header h2[b-q92qotp6bm] {
        margin: 0 0 4px;
        color: #26343b;
        font-size: 1.45rem;
        font-weight: 700;
    }

    .login-header p[b-q92qotp6bm] {
        margin: 0;
        color: #7c898e;
        font-size: 0.75rem;
    }


/* =========================================
   Form
   ========================================= */

.form-group[b-q92qotp6bm] {
    margin-bottom: 14px;
}

    .form-group label[b-q92qotp6bm] {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 6px;
        color: #263f47;
        font-size: 0.72rem;
        font-weight: 600;
    }

        .form-group label i[b-q92qotp6bm] {
            color: #237d73;
            font-size: 0.78rem;
        }


/* =========================================
   Input Wrapper
   ========================================= */

.input-wrapper[b-q92qotp6bm] {
    position: relative;
    display: flex;
    align-items: center;
}


/* =========================================
   Input
   ========================================= */

.login-input[b-q92qotp6bm] {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    padding: 0 38px 0 36px;
    color: #263f47;
    background: #ffffff;
    border: 1px solid #d8e0e2;
    border-radius: 7px;
    outline: none;
    font-size: 0.72rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .login-input[b-q92qotp6bm]::placeholder {
        color: #a4adb1;
    }

    .login-input:hover[b-q92qotp6bm] {
        border-color: #b8ccca;
    }

    .login-input:focus[b-q92qotp6bm] {
        border-color: #2b8177;
        box-shadow: 0 0 0 3px rgba(43, 129, 119, 0.10);
    }


/* =========================================
   Input Icons
   ========================================= */

.input-icon[b-q92qotp6bm] {
    position: absolute;
    left: 12px;
    color: #8b999d;
    font-size: 0.75rem;
    pointer-events: none;
    z-index: 1;
}

.password-icon[b-q92qotp6bm] {
    position: absolute;
    right: 12px;
    color: #879397;
    font-size: 0.78rem;
    cursor: pointer;
    z-index: 1;
}


/* =========================================
   Login Button
   ========================================= */

.login-button[b-q92qotp6bm] {
    width: 100%;
    height: 38px;
    margin-top: 4px;
    border: none;
    border-radius: 7px;
    background: #237d73;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(35, 125, 115, 0.18);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

    .login-button:hover[b-q92qotp6bm] {
        background: #1c6b62;
        box-shadow: 0 5px 12px rgba(35, 125, 115, 0.24);
    }

    .login-button:active[b-q92qotp6bm] {
        transform: translateY(1px);
    }

    .login-button:disabled[b-q92qotp6bm] {
        opacity: 0.65;
        cursor: not-allowed;
        box-shadow: none;
    }


/* =========================================
   Divider
   ========================================= */

.login-divider[b-q92qotp6bm] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 13px 0;
    color: #a4abad;
    font-size: 0.65rem;
}

    .login-divider[b-q92qotp6bm]::before,
    .login-divider[b-q92qotp6bm]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #e4e9ea;
    }

    .login-divider span[b-q92qotp6bm] {
        padding: 0 3px;
    }


/* =========================================
   Development Account
   ========================================= */

.development-account[b-q92qotp6bm] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    background: #f2f7f6;
    border-radius: 7px;
}

.development-icon[b-q92qotp6bm] {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dceeea;
    border-radius: 50%;
    color: #237d73;
    font-size: 0.72rem;
}

.development-info[b-q92qotp6bm] {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.development-label[b-q92qotp6bm] {
    color: #52666b;
    font-size: 0.62rem;
}

.development-info strong[b-q92qotp6bm] {
    color: #237d73;
    font-size: 0.63rem;
    font-weight: 600;
}


/* =========================================
   Error
   ========================================= */

.login-error[b-q92qotp6bm] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px 10px;
    background: #fff2f2;
    border: 1px solid #f0d0d0;
    border-radius: 7px;
    color: #a74444;
    font-size: 0.72rem;
}


/* =========================================
   Responsive
   ========================================= */

@media (max-width: 576px) {

    .login-page[b-q92qotp6bm] {
        padding: 16px;
    }

    .login-card[b-q92qotp6bm] {
        max-width: 100%;
        padding: 22px 18px 18px;
    }
}
/* /Features/Dashboard/Components/AnnouncementCard.razor.rz.scp.css */
.announcement-list[b-lm0rqq96zp] {
    padding: 18px;
}

.announcement-item[b-lm0rqq96zp] {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

    .announcement-item:last-child[b-lm0rqq96zp] {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
.widget-card[b-lm0rqq96zp] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,.05);
    overflow: hidden;
}

.widget-header[b-lm0rqq96zp] {
    padding: 18px 20px;
    font-weight: 700;
    border-bottom: 1px solid #f1f5f9;
}

.widget-card table td[b-lm0rqq96zp] {
    padding: 14px 20px;
}
/* /Features/Dashboard/Components/BottomWidgets.razor.rz.scp.css */
:host[b-302qlypd32] {
    display: block;
    margin-top: 30px;
}
/* /Features/Dashboard/Components/HeaderSection.razor.rz.scp.css */
.work-header[b-mb4hl9woez] {
    margin-bottom: 24px;
}

.header-content[b-mb4hl9woez] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text h2[b-mb4hl9woez] {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.header-text p[b-mb4hl9woez] {
    margin-top: 8px;
    margin-bottom: 0;
    color: #6b7280;
    font-size: 15px;
}

.wave[b-mb4hl9woez] {
    font-size: 30px;
}

@media (max-width:768px) {

    .header-text h2[b-mb4hl9woez] {
        font-size: 28px;
    }
}
/* /Features/Dashboard/Components/RecentReferralCard.razor.rz.scp.css */
.widget-card[b-lq2vd6jawh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,.05);
    overflow: hidden;
}

.widget-header[b-lq2vd6jawh] {
    padding: 18px 20px;
    font-weight: 700;
    border-bottom: 1px solid #f1f5f9;
}

.widget-card table td[b-lq2vd6jawh] {
    padding: 14px 20px;
}
/* /Features/Dashboard/Components/StatisticsSection.razor.rz.scp.css */
:host[b-9at7hj6tkr] {
    display: block;
    margin-bottom: 28px;
}
/* /Features/Dashboard/Components/TaskSection.razor.rz.scp.css */
.task-card[b-ffnrjwhwqn] {
    background: white;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
    margin-bottom: 30px;
}

.task-header[b-ffnrjwhwqn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .task-header h5[b-ffnrjwhwqn] {
        margin: 0;
        font-weight: 700;
    }

.task-filters[b-ffnrjwhwqn] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter-chip[b-ffnrjwhwqn] {
    border: none;
    background: #f3f4f6;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
}

    .filter-chip.active[b-ffnrjwhwqn] {
        background: #2563eb;
        color: white;
    }

    .filter-chip.high[b-ffnrjwhwqn] {
        color: #dc2626;
    }

    .filter-chip.due[b-ffnrjwhwqn] {
        color: #f59e0b;
    }

    .filter-chip.upcoming[b-ffnrjwhwqn] {
        color: #16a34a;
    }
/* /Features/Dashboard/Components/TaskTable.razor.rz.scp.css */
.task-table[b-5edqxmuwyq] {
    margin: 0;
}

    .task-table thead th[b-5edqxmuwyq] {
        font-size: 13px;
        font-weight: 700;
        color: #6b7280;
        border-bottom: 1px solid #e5e7eb;
        padding: 16px;
    }

    .task-table tbody td[b-5edqxmuwyq] {
        padding: 18px 16px;
        vertical-align: middle;
        border-color: #f1f5f9;
    }

    .task-table tbody tr:hover[b-5edqxmuwyq] {
        background: #f9fafb;
    }
/* /Features/Dashboard/Components/UpcomingSocCard.razor.rz.scp.css */
.widget-card[b-2w9g3fuuu0] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,.05);
    overflow: hidden;
}

.widget-header[b-2w9g3fuuu0] {
    padding: 18px 20px;
    font-weight: 700;
    border-bottom: 1px solid #f1f5f9;
}

.widget-card table td[b-2w9g3fuuu0] {
    padding: 14px 20px;
}
/* /Features/Dashboard/Pages/Dashboard.razor.rz.scp.css */
.mywork-page[b-07zp24cg9l] {
    padding: 24px;
}
/* /Features/Patients/Components/PatientActionMenu.razor.rz.scp.css */
/* ==========================================
   ACTION MENU
========================================== */

.action-menu[b-t491huz68d] {
    position: relative;
    display: inline-block;
}

/* ==========================================
   ACTION BUTTON
========================================== */

.action-button[b-t491huz68d] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: background-color .2s ease;
}

    .action-button:hover[b-t491huz68d] {
        background: #F3F4F6;
    }

    .action-button i[b-t491huz68d] {
        font-size: 18px;
        color: #4B5563;
    }

/* ==========================================
   DROPDOWN
========================================== */

.action-dropdown[b-t491huz68d] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: 180px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    overflow: hidden;
    z-index: 1000;
}

    /* ==========================================
   MENU ITEMS
========================================== */

    .action-dropdown button[b-t491huz68d] {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        border: none;
        background: white;
        color: #374151;
        font-size: 14px;
        text-align: left;
        cursor: pointer;
        transition: background-color .2s ease;
    }

        .action-dropdown button:hover[b-t491huz68d] {
            background: #F8FAFC;
        }

        .action-dropdown button i[b-t491huz68d] {
            width: 18px;
            text-align: center;
            color: #6B7280;
        }

    /* ==========================================
   DIVIDER
========================================== */

    .action-dropdown hr[b-t491huz68d] {
        margin: 0;
        border: none;
        border-top: 1px solid #E5E7EB;
    }

    /* ==========================================
   DANGER
========================================== */

    .action-dropdown .danger[b-t491huz68d] {
        color: #DC2626;
    }

        .action-dropdown .danger i[b-t491huz68d] {
            color: #DC2626;
        }

        .action-dropdown .danger:hover[b-t491huz68d] {
            background: #FEF2F2;
        }
/* /Features/Patients/Components/PatientPagination.razor.rz.scp.css */
/* ==========================================
   PAGINATION
========================================== */

.patient-pagination[b-zt7j2y1q7i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-top: 1px solid #E5E7EB;
    background: white;
}

/* ==========================================
   INFO
========================================== */

.pagination-info[b-zt7j2y1q7i] {
    font-size: 14px;
    color: #6B7280;
}

/* ==========================================
   CONTROLS
========================================== */

.pagination-controls[b-zt7j2y1q7i] {
    display: flex;
    gap: 8px;
}

.page-btn[b-zt7j2y1q7i] {
    width: 36px;
    height: 36px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: .2s;
}

    .page-btn:hover:not(:disabled)[b-zt7j2y1q7i] {
        background: #17584F;
    }

    .page-btn.active[b-zt7j2y1q7i] {
        background: #1D6F64;
        border-color: #1D6F64;
        color: white;
    }

    .page-btn:disabled[b-zt7j2y1q7i] {
        opacity: .45;
        cursor: not-allowed;
    }
/* /Features/Patients/Components/PatientStatusBadge.razor.rz.scp.css */
/* ==========================================
   BADGE
========================================== */

.status-badge[b-9ld0apcvcb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

    /* ==========================================
   ACTIVE
========================================== */

    .status-badge.active[b-9ld0apcvcb] {
        background: #DCFCE7;
        color: #15803D;
    }

    /* ==========================================
   ON HOLD
========================================== */

    .status-badge.hold[b-9ld0apcvcb] {
        background: #FEF3C7;
        color: #B45309;
    }

    /* ==========================================
   DISCHARGED
========================================== */

    .status-badge.discharged[b-9ld0apcvcb] {
        background: #F3F4F6;
        color: #6B7280;
    }

    /* ==========================================
   DEFAULT
========================================== */

    .status-badge.default[b-9ld0apcvcb] {
        background: #E5E7EB;
        color: #374151;
    }
/* /Features/Patients/Components/PatientTable.razor.rz.scp.css */
/* ==========================================
   TABLE CARD
========================================== */

.patient-table-card[b-lww4vvt8yj] {
    background: white;
    border-radius: 14px;
    overflow: visible;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

/* ==========================================
   TABLE
========================================== */

.patient-table[b-lww4vvt8yj] {
    width: 100%;
    border-collapse: collapse;
}

    /* ==========================================
   HEADER
========================================== */

    .patient-table thead[b-lww4vvt8yj] {
        background: #F8FAFC;
    }

    .patient-table th[b-lww4vvt8yj] {
        padding: 16px;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #6B7280;
        border-bottom: 1px solid #E5E7EB;
    }

    /* ==========================================
   ROWS
========================================== */

    .patient-table td[b-lww4vvt8yj] {
        padding: 18px 16px;
        font-size: 14px;
        color: #374151;
        border-bottom: 1px solid #F1F5F9;
    }

    .patient-table tbody tr[b-lww4vvt8yj] {
        transition: .2s;
    }

        .patient-table tbody tr:hover[b-lww4vvt8yj] {
            background: #F9FAFB;
        }


.clickable-row[b-lww4vvt8yj] {
    cursor: pointer;
    transition: background-color .2s ease;
}

.clickable-row:hover td[b-lww4vvt8yj]{
    background:#f5fdf7;
}
/* /Features/Patients/Components/PatientToolbar.razor.rz.scp.css */
/* ==========================================
   TOOLBAR
========================================== */

.patient-toolbar[b-n1cjzq7ep1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

/* ==========================================
   LEFT
========================================== */

.toolbar-left[b-n1cjzq7ep1] {
    flex: 1;
}

/* ==========================================
   SEARCH
========================================== */

.search-box[b-n1cjzq7ep1] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 420px;
    height: 42px;
    padding: 0 16px;
    background: #F8FAFC;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

    .search-box i[b-n1cjzq7ep1] {
        color: #9CA3AF;
    }

    .search-box input[b-n1cjzq7ep1] {
        flex: 1;
        border: none;
        background: transparent;
        outline: none;
        font-size: 14px;
    }

        .search-box input[b-n1cjzq7ep1]::placeholder {
            color: #9CA3AF;
        }

/* ==========================================
   RIGHT
========================================== */

.toolbar-right[b-n1cjzq7ep1] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ==========================================
   FILTER
========================================== */

.filter-button[b-n1cjzq7ep1] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    background: white;
    color: #374151;
    cursor: pointer;
    transition: .2s;
}

    .filter-button:hover[b-n1cjzq7ep1] {
        background: #F8FAFC;
    }

/* ==========================================
   PRIMARY BUTTON
========================================== */

.primary-button[b-n1cjzq7ep1] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    background: #1D6F64;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

    .primary-button:hover[b-n1cjzq7ep1] {
        background: #17584F;
    }

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 768px) {

    .patient-toolbar[b-n1cjzq7ep1] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-right[b-n1cjzq7ep1] {
        width: 100%;
        justify-content: space-between;
    }

    .search-box[b-n1cjzq7ep1] {
        max-width: 100%;
    }
}
/* /Features/Patients/Pages/Patients.razor.rz.scp.css */
.patients-page[b-uut9rj5dbu] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-header[b-uut9rj5dbu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .page-header h2[b-uut9rj5dbu] {
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        color: #243746;
    }

    .page-header p[b-uut9rj5dbu] {
        margin: 0;
        color: #6B7280;
        font-size: 15px;
    }
/* /Features/Tracker/PatientWorkflow/Components/AuditLogTab.razor.rz.scp.css */
.audit-page .card[b-wq7bd4p3ox] {
    border-radius: 18px;
}

.audit-page .card-header[b-wq7bd4p3ox] {
    padding: 18px 24px;
    border-bottom: 1px solid #edf0f3;
}

.audit-page .card-body[b-wq7bd4p3ox] {
    padding: 24px;
}

.audit-page .status-card[b-wq7bd4p3ox] {
    border-radius: 18px;
    padding: 22px;
    color: white;
    text-align: center;
}

.audit-page .primary[b-wq7bd4p3ox] {
    background: #0d6efd;
}

.audit-page .success[b-wq7bd4p3ox] {
    background: #198754;
}

.audit-page .warning[b-wq7bd4p3ox] {
    background: #ffc107;
    color: #212529;
}

.audit-page .danger[b-wq7bd4p3ox] {
    background: #dc3545;
}

.audit-page table th[b-wq7bd4p3ox] {
    white-space: nowrap;
    font-weight: 600;
}
/* /Features/Tracker/PatientWorkflow/Components/ClinicalTab.razor.rz.scp.css */
.service-card[b-67egmtrvyi] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: .2s;
    height: 100%;
}

    .service-card:hover[b-67egmtrvyi] {
        border-color: #198754;
        transform: translateY(-3px);
    }

    .service-card.active[b-67egmtrvyi] {
        border: 2px solid #198754;
        background: #f8fff9;
    }

.service-icon[b-67egmtrvyi] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 15px;
    font-size: 24px;
}

.service-card h6[b-67egmtrvyi] {
    font-weight: 600;
    margin-bottom: 8px;
}
/* /Features/Tracker/PatientWorkflow/Components/CommunicationTab.razor.rz.scp.css */
.communication-page .card[b-6q4q9zzp7o] {
    border-radius: 18px;
}

.communication-page .card-header[b-6q4q9zzp7o] {
    padding: 18px 24px;
    border-bottom: 1px solid #edf0f3;
}

.communication-page .card-body[b-6q4q9zzp7o] {
    padding: 24px;
}

.communication-page .status-card[b-6q4q9zzp7o] {
    border-radius: 18px;
    color: white;
    text-align: center;
    padding: 22px;
}

.communication-page .primary[b-6q4q9zzp7o] {
    background: #0d6efd;
}

.communication-page .success[b-6q4q9zzp7o] {
    background: #198754;
}

.communication-page .warning[b-6q4q9zzp7o] {
    background: #ffc107;
    color: #212529;
}

.communication-page .danger[b-6q4q9zzp7o] {
    background: #dc3545;
}

.timeline-item[b-6q4q9zzp7o] {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.timeline-icon[b-6q4q9zzp7o] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.timeline-content[b-6q4q9zzp7o] {
    flex: 1;
    border-left: 2px solid #e9ecef;
    padding-left: 20px;
}
/* /Features/Tracker/PatientWorkflow/Components/ComplianceTab.razor.rz.scp.css */
.compliance-page .card[b-om4raktp50] {
    border-radius: 18px;
}

.compliance-page .card-header[b-om4raktp50] {
    padding: 18px 24px;
    border-bottom: 1px solid #edf0f3;
}

.compliance-page .card-body[b-om4raktp50] {
    padding: 24px;
}

.status-card[b-om4raktp50] {
    border-radius: 18px;
    padding: 22px;
    color: white;
    text-align: center;
}

    .status-card.success[b-om4raktp50] {
        background: #198754;
    }

    .status-card.warning[b-om4raktp50] {
        background: #ffc107;
        color: #212529;
    }

    .status-card.danger[b-om4raktp50] {
        background: #dc3545;
    }

    .status-card.primary[b-om4raktp50] {
        background: #0d6efd;
    }

.timeline-item[b-om4raktp50] {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.timeline-dot[b-om4raktp50] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 6px;
}
/* /Features/Tracker/PatientWorkflow/Components/DocumentsTab.razor.rz.scp.css */
.documents-page .card[b-dur7pi8qdw] {
    border-radius: 18px;
}

.documents-page .card-header[b-dur7pi8qdw] {
    padding: 18px 24px;
    border-bottom: 1px solid #edf0f3;
}

.documents-page .card-body[b-dur7pi8qdw] {
    padding: 24px;
}

.documents-page .status-card[b-dur7pi8qdw] {
    border-radius: 18px;
    color: white;
    text-align: center;
    padding: 22px;
}

.documents-page .primary[b-dur7pi8qdw] {
    background: #0d6efd;
}

.documents-page .success[b-dur7pi8qdw] {
    background: #198754;
}

.documents-page .warning[b-dur7pi8qdw] {
    background: #ffc107;
    color: #212529;
}

.documents-page .danger[b-dur7pi8qdw] {
    background: #dc3545;
}

.documents-page .table th[b-dur7pi8qdw] {
    white-space: nowrap;
}
/* /Features/Tracker/PatientWorkflow/Components/InsuranceTab.razor.rz.scp.css */
.insurance-page .card[b-3zrpj9ll8o] {
    border-radius: 18px;
}

.insurance-page .card-header[b-3zrpj9ll8o] {
    background: #fff;
    border-bottom: 1px solid #edf0f3;
    padding: 18px 24px;
}

.insurance-page .card-body[b-3zrpj9ll8o] {
    padding: 24px;
}

.status-card[b-3zrpj9ll8o] {
    border-radius: 18px;
    padding: 24px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .status-card i[b-3zrpj9ll8o] {
        font-size: 42px;
    }

    .status-card.success[b-3zrpj9ll8o] {
        background: #198754;
    }

    .status-card.warning[b-3zrpj9ll8o] {
        background: #f0ad4e;
    }

    .status-card.danger[b-3zrpj9ll8o] {
        background: #dc3545;
    }

.timeline-item[b-3zrpj9ll8o] {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.timeline-dot[b-3zrpj9ll8o] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.form-label[b-3zrpj9ll8o] {
    font-weight: 600;
}

.table th[b-3zrpj9ll8o] {
    white-space: nowrap;
}
/* /Features/Tracker/PatientWorkflow/Components/OverviewTab.razor.rz.scp.css */
.overview-tab .card[b-1xedwiryds] {
    border-radius: 18px;
}

.overview-tab .card-header[b-1xedwiryds] {
    border-bottom: 1px solid #edf0f3;
    padding: 18px 24px;
    font-weight: 600;
}

.overview-tab .card-body[b-1xedwiryds] {
    padding: 24px;
}

.overview-tab .table th[b-1xedwiryds] {
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap;
}

.overview-tab .table td[b-1xedwiryds] {
    vertical-align: middle;
}

.overview-tab .btn[b-1xedwiryds] {
    border-radius: 12px;
    height: 48px;
}

.overview-tab .badge[b-1xedwiryds] {
    padding: .45rem .85rem;
    border-radius: 20px;
}
/* /Features/Tracker/PatientWorkflow/Components/PatientHeader.razor.rz.scp.css */
.patient-header-wrapper[b-5zq2a6x2gp] {
    margin-bottom: 1.5rem;
}

/* ==========================================
   Back Button
========================================== */

.back-button[b-5zq2a6x2gp] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: none;
    border: none;
    color: #198754;
    font-size: .95rem;
    font-weight: 600;
    padding: 0;
    margin-bottom: 1rem;
    transition: .2s;
}

    .back-button:hover[b-5zq2a6x2gp] {
        color: #157347;
    }

    .back-button i[b-5zq2a6x2gp] {
        font-size: 1rem;
    }

/* ==========================================
   Card
========================================== */

.patient-header-card[b-5zq2a6x2gp] {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

    .patient-header-card .card-body[b-5zq2a6x2gp] {
        padding: 2rem;
    }

/* ==========================================
   Avatar
========================================== */

.patient-avatar[b-5zq2a6x2gp] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #198754;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(25,135,84,.25);
}

/* ==========================================
   Name
========================================== */

.patient-name[b-5zq2a6x2gp] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
}

/* ==========================================
   Metadata
========================================== */

.patient-meta[b-5zq2a6x2gp] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: .75rem;
    color: #6c757d;
    font-size: .95rem;
}

    .patient-meta span[b-5zq2a6x2gp] {
        display: flex;
        align-items: center;
        gap: .45rem;
    }

    .patient-meta i[b-5zq2a6x2gp] {
        color: #198754;
    }

/* ==========================================
   Info Blocks
========================================== */

.info-block[b-5zq2a6x2gp] {
    min-width: 135px;
}

    .info-block label[b-5zq2a6x2gp] {
        display: block;
        margin-bottom: .35rem;
        color: #6c757d;
        font-size: .75rem;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-weight: 600;
    }

    .info-block strong[b-5zq2a6x2gp] {
        font-size: .95rem;
        font-weight: 600;
        color: #212529;
    }

/* ==========================================
   Status
========================================== */

.badge[b-5zq2a6x2gp] {
    padding: .45rem .9rem;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
}

/* ==========================================
   Edit Button
========================================== */

.btn-success[b-5zq2a6x2gp] {
    border-radius: 12px;
    padding: .75rem 1.25rem;
    font-weight: 600;
}

    .btn-success i[b-5zq2a6x2gp] {
        margin-right: .4rem;
    }

/* ==========================================
   Responsive
========================================== */

@media (max-width: 1200px) {

    .patient-header-card .row[b-5zq2a6x2gp] {
        row-gap: 1.5rem;
    }

    .info-block[b-5zq2a6x2gp] {
        min-width: 160px;
    }
}

@media (max-width: 992px) {

    .patient-header-card .card-body[b-5zq2a6x2gp] {
        padding: 1.5rem;
    }

    .patient-name[b-5zq2a6x2gp] {
        font-size: 1.6rem;
    }

    .patient-meta[b-5zq2a6x2gp] {
        gap: 1rem;
    }

    .patient-avatar[b-5zq2a6x2gp] {
        width: 72px;
        height: 72px;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {

    .patient-header-card .row[b-5zq2a6x2gp] {
        text-align: center;
    }

    .patient-avatar[b-5zq2a6x2gp] {
        margin: auto;
    }

    .patient-meta[b-5zq2a6x2gp] {
        justify-content: center;
    }

    .info-block[b-5zq2a6x2gp] {
        text-align: center;
        width: 100%;
    }

    .btn-success[b-5zq2a6x2gp] {
        width: 100%;
    }
}
/* /Features/Tracker/PatientWorkflow/Components/TimelineTab.razor.rz.scp.css */
.timeline-page .card[b-qrsud9yi5w] {
    border-radius: 18px;
}

.timeline-page .card-header[b-qrsud9yi5w] {
    padding: 18px 24px;
    border-bottom: 1px solid #edf0f3;
}

.timeline-page .card-body[b-qrsud9yi5w] {
    padding: 24px;
}

.timeline-page .status-card[b-qrsud9yi5w] {
    border-radius: 18px;
    padding: 22px;
    text-align: center;
    color: white;
}

.timeline-page .primary[b-qrsud9yi5w] {
    background: #0d6efd;
}

.timeline-page .success[b-qrsud9yi5w] {
    background: #198754;
}

.timeline-page .warning[b-qrsud9yi5w] {
    background: #ffc107;
    color: #212529;
}

.timeline-page .danger[b-qrsud9yi5w] {
    background: #dc3545;
}

.timeline[b-qrsud9yi5w] {
    position: relative;
    margin-left: 20px;
}

    .timeline[b-qrsud9yi5w]::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #e9ecef;
    }

.timeline-item[b-qrsud9yi5w] {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.timeline-icon[b-qrsud9yi5w] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
}

.timeline-content[b-qrsud9yi5w] {
    flex: 1;
    background: #f8f9fa;
    border-radius: 14px;
    padding: 18px;
}

.timeline-header[b-qrsud9yi5w] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 600;
}

    .timeline-header span[b-qrsud9yi5w] {
        color: #6c757d;
        font-size: 14px;
    }

@media (max-width:768px) {

    .timeline-header[b-qrsud9yi5w] {
        flex-direction: column;
        gap: 4px;
    }
}
/* /Features/Tracker/PatientWorkflow/Components/WorkflowProgress.razor.rz.scp.css */
.workflow-card[b-3k3zpvce2k] {
    background: white;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

.workflow-header[b-3k3zpvce2k] {
    margin-bottom: 25px;
}

    .workflow-header h5[b-3k3zpvce2k] {
        font-weight: 700;
        margin-bottom: .25rem;
    }

/* ============================
   Workflow Container
============================ */

.workflow-container[b-3k3zpvce2k] {
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scrollbar-width: thin;
    scrollbar-color: #198754 transparent;
    padding-bottom: 10px;
}

    /* Chrome */

    .workflow-container[b-3k3zpvce2k]::-webkit-scrollbar {
        height: 6px;
    }

    .workflow-container[b-3k3zpvce2k]::-webkit-scrollbar-thumb {
        background: #198754;
        border-radius: 20px;
    }

    .workflow-container[b-3k3zpvce2k]::-webkit-scrollbar-track {
        background: transparent;
    }

/* ============================
   Steps
============================ */

.workflow-step[b-3k3zpvce2k] {
    flex: 0 0 150px;
    min-width: 150px;
    text-align: center;
}

/* ============================
   Circle
============================ */

.circle[b-3k3zpvce2k] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}

.completed[b-3k3zpvce2k] {
    background: #198754;
    color: white;
}

.current[b-3k3zpvce2k] {
    background: #0d6efd;
    color: white;
    animation: pulse-b-3k3zpvce2k 2s infinite;
}

.pending[b-3k3zpvce2k] {
    background: white;
    color: #9ca3af;
    border: 2px solid #d1d5db;
}

/* ============================
   Line
============================ */

.workflow-line[b-3k3zpvce2k] {
    flex: 0 0 80px;
    margin-top: 28px;
    height: 3px;
    background: #d1d5db;
}

    .workflow-line.completed[b-3k3zpvce2k] {
        background: #198754;
    }

/* ============================
   Text
============================ */

.workflow-title[b-3k3zpvce2k] {
    margin-top: 18px;
    font-weight: 600;
    font-size: .95rem;
    min-height: 48px;
}

.workflow-status[b-3k3zpvce2k] {
    margin-top: 6px;
    color: #6c757d;
    font-size: .85rem;
}

.workflow-date[b-3k3zpvce2k] {
    margin-top: 8px;
    color: #6c757d;
    font-size: .8rem;
}

/* ============================
   Pulse Animation
============================ */

@keyframes pulse-b-3k3zpvce2k {

    0% {
        box-shadow: 0 0 0 0 rgba(13,110,253,.45);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(13,110,253,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13,110,253,0);
    }
}

/* ============================
   Tablet
============================ */

@media (max-width: 992px) {

    .workflow-card[b-3k3zpvce2k] {
        padding: 20px;
    }

    .workflow-step[b-3k3zpvce2k] {
        flex: 0 0 130px;
        min-width: 130px;
    }

    .workflow-line[b-3k3zpvce2k] {
        flex: 0 0 60px;
    }
}

/* ============================
   Mobile
============================ */

@media (max-width: 576px) {

    .workflow-card[b-3k3zpvce2k] {
        padding: 16px;
    }

    .workflow-step[b-3k3zpvce2k] {
        flex: 0 0 120px;
        min-width: 120px;
    }

    .workflow-line[b-3k3zpvce2k] {
        flex: 0 0 45px;
    }

    .circle[b-3k3zpvce2k] {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .workflow-title[b-3k3zpvce2k] {
        font-size: .85rem;
    }

    .workflow-status[b-3k3zpvce2k],
    .workflow-date[b-3k3zpvce2k] {
        font-size: .75rem;
    }
}
/* /Features/Tracker/PatientWorkflow/Components/WorkflowTabs.razor.rz.scp.css */
.workflow-tabs[b-jtj2x1s6gf] {
    border-radius: 16px;
}

.workflow-nav[b-jtj2x1s6gf] {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
}

    .workflow-nav .nav-link[b-jtj2x1s6gf] {
        color: #6c757d;
        border: none;
        border-bottom: 3px solid transparent;
        padding: 18px 22px;
        font-weight: 600;
        transition: .2s;
    }

        .workflow-nav .nav-link:hover[b-jtj2x1s6gf] {
            color: #198754;
            background: #f8f9fa;
        }

        .workflow-nav .nav-link.active[b-jtj2x1s6gf] {
            color: #198754;
            border-bottom-color: #198754;
            background: white;
        }

    .workflow-nav i[b-jtj2x1s6gf] {
        font-size: 18px;
    }
/* /Features/Tracker/ReferralIntake/Components/AssignmentStep.razor.rz.scp.css */
.step-card[b-m94k0ls9b9] {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.step-title[b-m94k0ls9b9] {
    margin-bottom: 30px;
}

    .step-title h4[b-m94k0ls9b9] {
        font-size: 2rem;
        font-weight: 700;
    }

    .step-title p[b-m94k0ls9b9] {
        color: #64748b;
    }

.section-heading[b-m94k0ls9b9] {
    color: #198754;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control[b-m94k0ls9b9],
.form-select[b-m94k0ls9b9] {
    height: 50px;
    border-radius: 10px;
}

textarea.form-control[b-m94k0ls9b9] {
    height: auto;
}

.workflow-grid[b-m94k0ls9b9] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.workflow-item[b-m94k0ls9b9] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fafafa;
}

    .workflow-item i[b-m94k0ls9b9] {
        font-size: 22px;
    }

hr[b-m94k0ls9b9] {
    margin: 35px 0;
    opacity: .08;
}

@media(max-width:768px) {

    .workflow-grid[b-m94k0ls9b9] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Tracker/ReferralIntake/Components/PatientInformationStep.razor.rz.scp.css */
.step-card[b-dz7xuzmsob] {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 5px 18px rgba(0,0,0,.06);
}

.step-title[b-dz7xuzmsob] {
    margin-bottom: 30px;
}

    .step-title h4[b-dz7xuzmsob] {
        font-weight: 700;
    }

    .step-title p[b-dz7xuzmsob] {
        color: #6c757d;
    }

.form-label[b-dz7xuzmsob] {
    font-weight: 600;
    margin-bottom: 8px;
}

.form-control[b-dz7xuzmsob],
.form-select[b-dz7xuzmsob] {
    height: 46px;
    border-radius: 10px;
}

hr[b-dz7xuzmsob] {
    opacity: .12;
}
/* /Features/Tracker/ReferralIntake/Components/ReferralInformationStep.razor.rz.scp.css */
.step-card[b-o6oaizc0iy] {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.step-title[b-o6oaizc0iy] {
    margin-bottom: 30px;
}

    .step-title h4[b-o6oaizc0iy] {
        font-size: 2rem;
        font-weight: 700;
    }

    .step-title p[b-o6oaizc0iy] {
        color: #64748b;
    }

.section-heading[b-o6oaizc0iy] {
    font-size: 18px;
    font-weight: 600;
    color: #198754;
    margin-bottom: 20px;
}

.form-label[b-o6oaizc0iy] {
    font-weight: 600;
}

.form-control[b-o6oaizc0iy],
.form-select[b-o6oaizc0iy] {
    height: 50px;
    border-radius: 10px;
}

textarea.form-control[b-o6oaizc0iy] {
    height: auto;
}

hr[b-o6oaizc0iy] {
    margin: 35px 0;
    opacity: .08;
}

.service-grid[b-o6oaizc0iy] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-top: 10px;
}

.service-item[b-o6oaizc0iy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}

    .service-item:hover[b-o6oaizc0iy] {
        border-color: #198754;
        background: #f8fff9;
    }

@media(max-width:992px) {

    .service-grid[b-o6oaizc0iy] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:576px) {

    .service-grid[b-o6oaizc0iy] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Tracker/ReferralIntake/Components/ReviewStep.razor.rz.scp.css */
.step-card[b-88dqe2p8vh] {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.step-title[b-88dqe2p8vh] {
    margin-bottom: 30px;
}

    .step-title h4[b-88dqe2p8vh] {
        font-size: 2rem;
        font-weight: 700;
    }

    .step-title p[b-88dqe2p8vh] {
        color: #64748b;
    }

.section-heading[b-88dqe2p8vh] {
    color: #198754;
    font-weight: 600;
    margin-bottom: 20px;
}

.summary-grid[b-88dqe2p8vh] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.summary-item[b-88dqe2p8vh] {
    display: flex;
    flex-direction: column;
}

    .summary-item label[b-88dqe2p8vh] {
        color: #64748b;
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .summary-item span[b-88dqe2p8vh] {
        font-size: 15px;
        font-weight: 500;
    }

.full-width[b-88dqe2p8vh] {
    grid-column: 1 / -1;
}

.uploaded-summary[b-88dqe2p8vh] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .uploaded-summary i[b-88dqe2p8vh] {
        font-size: 40px;
    }

    .uploaded-summary small[b-88dqe2p8vh] {
        display: block;
        color: #64748b;
    }

.workflow-preview[b-88dqe2p8vh] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.workflow-badge[b-88dqe2p8vh] {
    background: #e8f5e9;
    color: #198754;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

hr[b-88dqe2p8vh] {
    margin: 35px 0;
    opacity: .08;
}

@media(max-width:768px) {

    .summary-grid[b-88dqe2p8vh] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Tracker/ReferralIntake/Components/UploadStep.razor.rz.scp.css */
.step-card[b-6g07zpjmqt] {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
}

.step-title[b-6g07zpjmqt] {
    margin-bottom: 25px;
}

    .step-title h4[b-6g07zpjmqt] {
        font-weight: 700;
    }

    .step-title p[b-6g07zpjmqt] {
        color: #6c757d;
    }

.upload-card[b-6g07zpjmqt] {
    border: 2px dashed #d7dee7;
    border-radius: 16px;
    padding: 20px;
}

.upload-dropzone[b-6g07zpjmqt] {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

    .upload-dropzone:hover[b-6g07zpjmqt] {
        border-color: #198754;
    }

.upload-icon[b-6g07zpjmqt] {
    font-size: 70px;
    color: #198754;
    margin-bottom: 20px;
}

.upload-dropzone span[b-6g07zpjmqt] {
    margin: 18px 0;
    color: #888;
}

.info-card[b-6g07zpjmqt] {
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 20px;
    min-height: 320px;
}

    .info-card h5[b-6g07zpjmqt] {
        font-weight: 600;
        margin-bottom: 25px;
    }

.empty-file[b-6g07zpjmqt] {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #adb5bd;
}

    .empty-file i[b-6g07zpjmqt] {
        font-size: 50px;
    }

.uploaded-file[b-6g07zpjmqt] {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .uploaded-file small[b-6g07zpjmqt] {
        display: block;
        color: #999;
    }

@media(max-width:991px) {

    .upload-card[b-6g07zpjmqt] {
        margin-bottom: 20px;
    }
}
/* /Features/Tracker/ReferralIntake/Components/WizardHeader.razor.rz.scp.css */
.wizard-header[b-3nht4t8zff] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.header-actions[b-3nht4t8zff] {
    display: flex;
    gap: 12px;
}
/* /Features/Tracker/ReferralIntake/Components/WizardProgress.razor.rz.scp.css */
.wizard-progress[b-qodom7qxe1] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 32px 0;
    gap: 0;
}

.wizard-step[b-qodom7qxe1] {
    flex: 0 0 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-circle[b-qodom7qxe1] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    background: #fff;
    color: #6b7280;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: .25s;
}

    .step-circle.active[b-qodom7qxe1] {
        background: #2563eb;
        color: #fff;
        border-color: #2563eb;
    }

    .step-circle.completed[b-qodom7qxe1] {
        background: #16a34a;
        color: #fff;
        border-color: #16a34a;
    }

.step-title[b-qodom7qxe1] {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
}

.step-line[b-qodom7qxe1] {
    flex: 1;
    height: 2px;
    background: #d1d5db;
    margin: 22px 12px 0;
}

    .step-line.completed[b-qodom7qxe1] {
        background: #16a34a;
    }
/* /Features/Tracker/ReferralIntake/Pages/ReferralIntake.razor.rz.scp.css */
/*.referral-page {
    padding: 24px;
}

.wizard-body {
    background: white;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    min-height: 550px;
    margin-top: 24px;
}

.wizard-footer {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

    .wizard-footer .btn {
        min-width: 150px;
    }

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .page-header h2 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .page-header p {
        color: #6b7280;
        margin: 0;
    }

.header-buttons {
    display: flex;
    gap: 12px;
}

.wizard-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}

.step-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: white;
}

    .step-circle.active {
        background: #198754;
        color: white;
        border-color: #198754;
    }

.step-line {
    height: 2px;
    width: 60px;
    background: #d1d5db;
}

    .step-line.active {
        background: #198754;
    }

.placeholder-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 420px;
    text-align: center;
}*/
