/* /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;
}

main[b-ixtt6dnz54] {
    flex: 1;
}

.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 */
.navbar-toggler[b-pnm4rwgo07] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-pnm4rwgo07] {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-pnm4rwgo07] {
        display: none;
    }
}

.top-row[b-pnm4rwgo07] {
    justify-content: flex-end;
    height: 3.5rem;
    background-color: rgb(22, 29, 57);
}

.navbar-brand[b-pnm4rwgo07] {
    font-size: 1.1rem;
}

.navbar-brand-logo[b-pnm4rwgo07] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.nav-logo[b-pnm4rwgo07] {
    max-width: 100%;
    max-height: 2.5rem;
    height: auto;
    width: auto;
    object-fit: contain;
}

@media (max-width: 640px) {
    .nav-logo[b-pnm4rwgo07] {
        max-height: 2rem;
    }
}

.nav-item[b-pnm4rwgo07] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pnm4rwgo07] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pnm4rwgo07] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pnm4rwgo07]  a {
        color: #d7d7d7;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-pnm4rwgo07]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-pnm4rwgo07]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-scrollable[b-pnm4rwgo07] {
    display: none;
    padding-bottom: 2rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pnm4rwgo07] {
    display: block;
}

@media (min-width: 641px) {
    .nav-scrollable[b-pnm4rwgo07] {
        /* Never collapse on desktop */
        display: block;
    }
}
/* /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;
}
