/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-hkzfuaueue] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: 100vh;
    overflow-x: hidden;
}

.admin-sidebar-host[b-hkzfuaueue] {
    flex: 0 0 auto;
    width: auto;
    align-self: flex-start;
    z-index: 100;
}

.admin-main[b-hkzfuaueue] {
    flex: 1;
    min-width: 0;
    padding-bottom: 80px;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
}

@media (max-width: 768px) {
    .admin-shell[b-hkzfuaueue] {
        flex-direction: row;
    }

    .admin-sidebar-host[b-hkzfuaueue] {
        position: relative;
        height: 100vh;
    }
}

/* Testing Environment Watermark moved to wwwroot/app.css */
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.nav-scrollable[b-8sano1ycpa] {
    overflow-y: auto;
}

.nav-item[b-8sano1ycpa] {
    margin-bottom: 0.5rem;
}

.nav-link[b-8sano1ycpa] {
    display: block;
    padding: 0.5rem 0;
    color: #d7d7d7;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

    .nav-link:hover[b-8sano1ycpa] {
        color: #fff;
        text-decoration: none;
    }

    .nav-link.active[b-8sano1ycpa] {
        color: #fff;
    }

    .nav-link .bi[b-8sano1ycpa] {
        margin-right: 0.5rem;
    }

/* Form wrapper for logout button */
form[b-8sano1ycpa] {
    margin: 0;
}

/* Logout button specific styling */
button.nav-link[b-8sano1ycpa] {
    display: block;
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    padding: 0.5rem 0;
    color: #d7d7d7;
    font-size: 1rem;
    font-family: inherit;
    transition: color 0.15s ease-in-out;
}

    button.nav-link:hover[b-8sano1ycpa] {
        color: #fff;
    }

    button.nav-link .bi[b-8sano1ycpa] {
        margin-right: 0.5rem;
    }
/* /Components/Layout/EmployeeLayout.razor.rz.scp.css */
.page[b-sa2hcmrgsh] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: hidden;
}

main[b-sa2hcmrgsh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-sa2hcmrgsh] {
    background-color: rgb(22, 29, 57);
    min-height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.top-row[b-sa2hcmrgsh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sa2hcmrgsh]  a, .top-row[b-sa2hcmrgsh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sa2hcmrgsh]  a:hover, .top-row[b-sa2hcmrgsh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sa2hcmrgsh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sa2hcmrgsh] {
        justify-content: space-between;
    }

    .top-row[b-sa2hcmrgsh]  a, .top-row[b-sa2hcmrgsh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sa2hcmrgsh] {
        flex-direction: row;
    }

    .sidebar[b-sa2hcmrgsh] {
        width: auto;
    }

    main[b-sa2hcmrgsh] {
        display: flex;
        flex-direction: column;
    }

    .top-row[b-sa2hcmrgsh] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #f7f7f7;
    }

    .top-row.auth[b-sa2hcmrgsh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sa2hcmrgsh], article[b-sa2hcmrgsh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Overlay styling moved to wwwroot/app.css */
/* /Components/Layout/EmployerLayout.razor.rz.scp.css */
.page[b-bq00cdd2bc] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: hidden;
}

main[b-bq00cdd2bc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-bq00cdd2bc] {
    background-color: rgb(22, 29, 57);
    height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.top-row[b-bq00cdd2bc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bq00cdd2bc]  a, .top-row[b-bq00cdd2bc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bq00cdd2bc]  a:hover, .top-row[b-bq00cdd2bc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bq00cdd2bc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bq00cdd2bc] {
        justify-content: space-between;
    }

    .top-row[b-bq00cdd2bc]  a, .top-row[b-bq00cdd2bc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bq00cdd2bc] {
        flex-direction: row;
    }

    .sidebar[b-bq00cdd2bc] {
        width: auto;
    }

    main[b-bq00cdd2bc] {
        display: flex;
        flex-direction: column;
    }

    article.content[b-bq00cdd2bc] {
        flex: 1 1 auto;
    }

    .top-row[b-bq00cdd2bc] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #f7f7f7;
    }

    .top-row.auth[b-bq00cdd2bc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bq00cdd2bc], article[b-bq00cdd2bc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Overlay styling moved to wwwroot/app.css */
/* /Components/Layout/NotLoggedInLayout.razor.rz.scp.css */
.universal-shell[b-teytoimlmm] {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
    overflow-x: hidden;
}

.universal-sidebar-host[b-teytoimlmm] {
    flex: 0 0 auto;
    width: auto;
    position: sticky;
    top: 0;
    height: auto;
    min-height: 100vh;
    align-self: flex-start;
    z-index: 100;
}

.universal-main[b-teytoimlmm] {
    flex: 1;
    min-width: 0;
    padding-bottom: 80px;
    background-color: #fff;
}

/* Mobile: keep sidebar beside content, don't stack */
@media (max-width: 768px) {
    .universal-shell[b-teytoimlmm] {
        display: flex;
        flex-direction: row;
    }

    .universal-sidebar-host[b-teytoimlmm] {
        position: sticky;
        top: 0;
        height: auto;
        min-height: 100vh;
    }

    .universal-main[b-teytoimlmm] {
        flex: 1;
        min-width: 0;
        overflow-x: auto;
    }
}
/* /Components/Layout/NurseryLayout.razor.rz.scp.css */
.nursery-shell[b-91knjkb7fs] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: 100vh;
    overflow-x: hidden;
}

.nursery-sidebar-host[b-91knjkb7fs] {
    flex: 0 0 auto;
    width: auto;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
    z-index: 100;
}

.nursery-main[b-91knjkb7fs] {
    flex: 1;
    min-width: 0;
    padding-bottom: 80px;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
}

@media (max-width: 768px) {
    .nursery-shell[b-91knjkb7fs] {
        flex-direction: row;
    }

    .nursery-sidebar-host[b-91knjkb7fs] {
        position: relative;
        height: 100vh;
    }
}
/* /Components/Layout/ReferrerLayout.razor.rz.scp.css */
.page[b-ixtt6dnz54] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ixtt6dnz54] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content[b-ixtt6dnz54] {
    flex: 1 0 auto;
}

.referrer-footer-host[b-ixtt6dnz54] {
    margin-top: auto;
}

.sidebar[b-ixtt6dnz54] {
    background-color: rgb(22, 29, 57);
}

.top-row[b-ixtt6dnz54] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ixtt6dnz54]  a, .top-row[b-ixtt6dnz54]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ixtt6dnz54]  a:hover, .top-row[b-ixtt6dnz54]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ixtt6dnz54]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ixtt6dnz54] {
        justify-content: space-between;
    }

    .top-row[b-ixtt6dnz54]  a, .top-row[b-ixtt6dnz54]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ixtt6dnz54] {
        flex-direction: row;
    }

    .sidebar[b-ixtt6dnz54] {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
    }

    main[b-ixtt6dnz54] {
        margin-left: 250px;
        width: calc(100% - 250px);
    }

    .top-row[b-ixtt6dnz54] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #f7f7f7;
    }

    .top-row.auth[b-ixtt6dnz54]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ixtt6dnz54], article[b-ixtt6dnz54] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Overlay styling moved to wwwroot/app.css */
/* /Components/Layout/ReferrerNavMenu.razor.rz.scp.css */
.referrer-sidebar[b-pnm4rwgo07] {
    width: 260px;
    height: 100%;
    background: rgb(22, 29, 57);
    color: #e6e6e6;
    display: flex;
    flex-direction: column;
}

.referrer-sidebar.collapsed[b-pnm4rwgo07] {
    width: 60px;
}

.sidebar-header[b-pnm4rwgo07] {
    background: #161D39;
    flex-shrink: 0;
}

.sidebar-body[b-pnm4rwgo07] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 2rem;
}

.nav-logo[b-pnm4rwgo07] {
    max-width: 100%;
    max-height: 2rem;
    height: auto;
    width: auto;
    object-fit: contain;
}

.sidebar-body[b-pnm4rwgo07]  .nav-link {
    color: #e6e6e6;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar-body[b-pnm4rwgo07]  .nav-link:hover,
.sidebar-body[b-pnm4rwgo07]  .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-sub-item[b-pnm4rwgo07] {
    font-size: 0.85rem;
}

.referrer-sidebar.collapsed[b-pnm4rwgo07]  .nav-link span:not(.bi),
.referrer-sidebar.collapsed .btn span:not(.bi)[b-pnm4rwgo07] {
    display: none;
}

.referrer-sidebar.collapsed .btn[b-pnm4rwgo07] {
    width: 100%;
    text-align: center;
}

.referrer-sidebar.collapsed[b-pnm4rwgo07]  .nav-link {
    justify-content: center;
}

.referrer-sidebar.collapsed[b-pnm4rwgo07]  .nav-link .bi,
.referrer-sidebar.collapsed .btn .bi[b-pnm4rwgo07] {
    margin-right: 0 !important;
}

.referrer-sidebar.collapsed .nav-sub-item[b-pnm4rwgo07] {
    font-size: 0.9rem;
}

@media (max-width: 640.98px) {
    .referrer-sidebar[b-pnm4rwgo07],
    .referrer-sidebar.collapsed[b-pnm4rwgo07] {
        width: 100%;
    }
}
/* /Components/Layout/UniversalLayout.razor.rz.scp.css */
.universal-shell[b-xbtfwgnd26] {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
    overflow-x: hidden;
}

.universal-sidebar-host[b-xbtfwgnd26] {
    flex: 0 0 auto;
    width: auto;
    position: sticky;
    top: 0;
    height: auto;
    min-height: 100vh;
    align-self: flex-start;
    z-index: 100;
}

.universal-main[b-xbtfwgnd26] {
    flex: 1;
    min-width: 0;
    padding-bottom: 80px;
    background-color: #fff;
}

/* Mobile: keep sidebar beside content, don't stack */
@media (max-width: 768px) {
    .universal-shell[b-xbtfwgnd26] {
        /* Keep flex-direction: row so content stays beside sidebar */
        display: flex;
        flex-direction: row;
    }

    .universal-sidebar-host[b-xbtfwgnd26] {
        position: sticky;
        top: 0;
        height: auto;
        min-height: 100vh;
    }
    
    .universal-main[b-xbtfwgnd26] {
        /* Content fills remaining space */
        flex: 1;
        min-width: 0;
        overflow-x: auto;
    }
}

.top-row[b-xbtfwgnd26] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xbtfwgnd26]  a, .top-row[b-xbtfwgnd26]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xbtfwgnd26]  a:hover, .top-row[b-xbtfwgnd26]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xbtfwgnd26]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row[b-xbtfwgnd26] {
        justify-content: space-between;
    }

    .top-row[b-xbtfwgnd26]  a, .top-row[b-xbtfwgnd26]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .top-row[b-xbtfwgnd26] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xbtfwgnd26]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xbtfwgnd26], article[b-xbtfwgnd26] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* Overlay styling moved to wwwroot/app.css */
/* Testing Environment Watermark moved to wwwroot/app.css */
/* /Components/Pages/Admin/Agreements/Index.razor.rz.scp.css */
.agreements-table tbody tr:hover[b-8lk0u6atut] {
    background-color: #f4f6fb;
    cursor: pointer;
}

.agreements-table td[b-8lk0u6atut] {
    vertical-align: middle;
}
/* /Components/Pages/Admin/Remittance.razor.rz.scp.css */
/* ── Remittance tab headers ──────────────────────────────────────────────── */

/* Inactive tabs — navy background */
.nav-tabs .nav-link[b-3n791ye4nk] {
    background-color: #161d39;
    color: #fff;
    border-color: #161d39;
}

/* Hover on inactive tabs — slightly lighter navy */
.nav-tabs .nav-link:hover[b-3n791ye4nk],
.nav-tabs .nav-link:focus[b-3n791ye4nk] {
    background-color: #252e58;
    color: #fff;
    border-color: #252e58;
}

/* Active tab — white background, navy text (connects visually to content panel) */
.nav-tabs .nav-link.active[b-3n791ye4nk] {
    background-color: #fff;
    color: #161d39;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}

/* Bottom border of the tab strip matches the content panel border */
.nav-tabs[b-3n791ye4nk] {
    border-bottom-color: #dee2e6;
}
