/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vvtcpf4e8p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vvtcpf4e8p] {
    flex: 1;
}

.sidebar[b-vvtcpf4e8p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vvtcpf4e8p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vvtcpf4e8p]  a, .top-row[b-vvtcpf4e8p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vvtcpf4e8p]  a:hover, .top-row[b-vvtcpf4e8p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vvtcpf4e8p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vvtcpf4e8p] {
        justify-content: space-between;
    }

    .top-row[b-vvtcpf4e8p]  a, .top-row[b-vvtcpf4e8p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vvtcpf4e8p] {
        flex-direction: row;
    }

    .sidebar[b-vvtcpf4e8p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vvtcpf4e8p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vvtcpf4e8p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vvtcpf4e8p], article[b-vvtcpf4e8p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vvtcpf4e8p] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vvtcpf4e8p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
.navbar[b-19r3fac2dz] {
    background-color: rgb(5, 39, 103) !important;
    padding: 0;
}

.navbar-brand[b-19r3fac2dz] {
    font-size: 1.1rem;
}

.nav-item[b-19r3fac2dz] {
    font-size: 0.9rem;
}

.nav-item[b-19r3fac2dz]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-19r3fac2dz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-19r3fac2dz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* /Components/Layout/NavBarOffCMenu.razor.rz.scp.css */
.navbar[b-ac4r1e3fky] {
    background-color: rgb(5, 39, 103) !important;
    padding: 0;
}

.navbar-brand[b-ac4r1e3fky] {
    font-size: 1.1rem;
}

.nav-item[b-ac4r1e3fky] {
    font-size: 0.9rem;
}

.nav-item[b-ac4r1e3fky]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-ac4r1e3fky]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ac4r1e3fky]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.offcanvas-body[b-ac4r1e3fky] {
    color: aliceblue !important;
    background-color: rgb(5, 39, 103) !important;
}

div.offcanvas.offcanvas-start#offcanvasMenu[b-ac4r1e3fky] {
    width: 260px !important;
    max-width: 260px !important;
}

.offcanvas-header[b-ac4r1e3fky] {
    background-color: rgb(5, 39, 103);
    color: white;
}

/* Pin button: hidden until hover */
.nav-pin-item[b-ac4r1e3fky] {
    position: relative;
    display: flex;
    align-items: center;
}
.nav-pin-item[b-ac4r1e3fky]  .nav-link {
    flex: 1;
}
.nav-pin-btn[b-ac4r1e3fky] {
    opacity: 0;
    transition: opacity 0.15s;
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    padding: 0 0.4rem;
    font-size: 0.7rem;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1;
}
.nav-pin-item:hover .nav-pin-btn[b-ac4r1e3fky] {
    opacity: 1;
}
.nav-pin-btn:hover[b-ac4r1e3fky] {
    color: white;
}

/* More toggle button — ORIGINAL (kept for revert)
.ofc-more-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0.25rem 1rem;
    cursor: pointer;
}
.ofc-more-btn:hover {
    color: rgba(255,255,255,0.8);
}
*/

/* More toggle button — TRIAL: pill shape, more visible */
.ofc-more-btn[b-ac4r1e3fky] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: calc(100% - 1.5rem);
    margin: 0.15rem 0.75rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    color: rgba(255,255,255,0.75);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.ofc-more-btn:hover[b-ac4r1e3fky] {
    background: rgba(255,255,255,0.2);
    color: white;
}

/* Section label inside More — ORIGINAL (kept for revert)
.ofc-section-label small {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(255,255,255,0.35);
    padding: 0.35rem 1rem 0;
    display: block;
}
*/

/* Section label inside More — TRIAL: slightly more visible with divider (now unused — replaced by ofc-section-hdr)
.ofc-section-label small {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(255,255,255,0.55);
    padding: 0.5rem 1rem 0.1rem;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 0.25rem;
}
*/

/* Section collapsible header inside More — TRIAL: pill, slightly subordinate to ofc-more-btn */
.ofc-section-hdr[b-ac4r1e3fky] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: calc(100% - 2rem);
    margin: 0.1rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    color: rgba(255,255,255,0.65);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0.28rem 0.85rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.ofc-section-hdr:hover[b-ac4r1e3fky] {
    background: rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.9);
}
/* /Components/Layout/NavSideBar.razor.rz.scp.css */
/* ═══════════════════════════════════════
   SIDEBAR SHELL
═══════════════════════════════════════ */
.nsb-sidebar[b-czsaqll9a2] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    overflow: visible;
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transition: width 0.25s ease;
    z-index: 100;
}

.nsb-expanded[b-czsaqll9a2] {
    width: 240px;
}

.nsb-collapsed[b-czsaqll9a2] {
    width: 62px;
}

/* ═══════════════════════════════════════
   TOGGLE ROW
═══════════════════════════════════════ */
.nsb-toggle-row[b-czsaqll9a2] {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.75rem;
    min-height: 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: visible;
    white-space: nowrap;
    flex-shrink: 0;
}

.nsb-toggle-btn[b-czsaqll9a2] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: background 0.15s;
    font-size: 0.85rem;
}

.nsb-toggle-btn:hover[b-czsaqll9a2] {
    background: rgba(255, 255, 255, 0.15);
}

.nsb-brand[b-czsaqll9a2] {
    margin-left: 0.75rem;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
    opacity: 1;
    transition: opacity 0.15s ease, max-width 0.25s ease, margin-left 0.25s ease;
    display: flex;
    align-items: center;
}

.nsb-collapsed .nsb-brand[b-czsaqll9a2] {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
}

/* ═══════════════════════════════════════
   SCROLLABLE NAV AREA
═══════════════════════════════════════ */
.nsb-nav[b-czsaqll9a2] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem;
}

.nsb-nav[b-czsaqll9a2]::-webkit-scrollbar {
    width: 4px;
}

.nsb-nav[b-czsaqll9a2]::-webkit-scrollbar-track {
    background: transparent;
}

.nsb-nav[b-czsaqll9a2]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

/* ═══════════════════════════════════════
   FOOTER (user account)
═══════════════════════════════════════ */
.nsb-footer[b-czsaqll9a2] {
    padding: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════ */
.nsb-section-header[b-czsaqll9a2] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    padding: 0.6rem 0.5rem 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    max-height: 2.5rem;
    transition: opacity 0.15s ease, max-height 0.25s ease, padding 0.25s ease;
}

.nsb-collapsed .nsb-section-header[b-czsaqll9a2] {
    opacity: 0;
    max-height: 0;
    padding: 0;
}

/* Clickable section header (concertina toggle) */
.nsb-section-toggle[b-czsaqll9a2] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    padding: 0.6rem 0.5rem 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    max-height: 2.5rem;
    transition: opacity 0.15s ease, max-height 0.25s ease, padding 0.25s ease, color 0.15s;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.nsb-section-toggle:hover[b-czsaqll9a2] {
    color: rgba(255, 255, 255, 0.75);
}

.nsb-collapsed .nsb-section-toggle[b-czsaqll9a2] {
    opacity: 0;
    max-height: 0;
    padding: 0;
}

/* ═══════════════════════════════════════
   NAV LINKS
   ::deep required because NavLink renders its own <a> element
   which does not receive NavSideBar's CSS isolation scope attribute.
   We anchor the rule from a scoped parent (.nsb-nav / .nsb-footer).
═══════════════════════════════════════ */
.nsb-nav[b-czsaqll9a2]  .nsb-link,
.nsb-footer[b-czsaqll9a2]  .nsb-link {
    display: flex;
    align-items: center;
    color: #d7d7d7 !important;
    text-decoration: none !important;
    background: none;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 0.55rem 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    overflow: hidden;
}

.nsb-nav[b-czsaqll9a2]  .nsb-link:hover,
.nsb-footer[b-czsaqll9a2]  .nsb-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white !important;
}

.nsb-nav[b-czsaqll9a2]  .nsb-link.active,
.nsb-footer[b-czsaqll9a2]  .nsb-link.active {
    background: rgba(255, 255, 255, 0.25);
    color: white !important;
}

/* ═══════════════════════════════════════
   ICON & LABEL
   Defined directly in NavSideBar.razor (inside NavLink ChildContent)
   so these DO get the scope attribute — no ::deep needed.
═══════════════════════════════════════ */
.nsb-icon[b-czsaqll9a2] {
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 1.5rem;
    text-align: center;
}

.nsb-label[b-czsaqll9a2] {
    margin-left: 0.65rem;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    opacity: 1;
    transition: opacity 0.15s ease, max-width 0.25s ease, margin-left 0.25s ease;
}

.nsb-collapsed .nsb-label[b-czsaqll9a2] {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
}

/* ═══════════════════════════════════════
   DROPDOWN CONTAINERS
═══════════════════════════════════════ */
.nsb-nav .nav-item[b-czsaqll9a2],
.nsb-footer .nav-item[b-czsaqll9a2] {
    position: relative;
}

/* ═══════════════════════════════════════
   DROPDOWN MENUS
═══════════════════════════════════════ */
.nsb-dropdown-menu[b-czsaqll9a2] {
    background-color: #132f6e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.nsb-dropdown-menu .dropdown-item[b-czsaqll9a2] {
    color: #d7d7d7;
    font-size: 0.88rem;
}

.nsb-dropdown-menu .dropdown-item:hover[b-czsaqll9a2],
.nsb-dropdown-menu .dropdown-item:focus[b-czsaqll9a2] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.nsb-dropdown-menu .dropdown-item.disabled[b-czsaqll9a2],
.nsb-dropdown-menu .dropdown-item:disabled[b-czsaqll9a2] {
    color: #6b7280;
}

.nsb-dropdown-menu .dropdown-divider[b-czsaqll9a2] {
    border-color: rgba(255, 255, 255, 0.15);
}

/* ═══════════════════════════════════════
   PIN ITEMS (A2 — pinned + More)
═══════════════════════════════════════ */
.nsb-pin-item[b-czsaqll9a2] {
    display: flex;
    align-items: center;
}

.nsb-pin-item[b-czsaqll9a2]  .nsb-link {
    flex: 1;
}

.nsb-pin-btn[b-czsaqll9a2] {
    opacity: 0;
    transition: opacity 0.15s;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    padding: 0 0.35rem;
    font-size: 0.7rem;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1;
}

.nsb-pin-item:hover .nsb-pin-btn[b-czsaqll9a2] {
    opacity: 1;
}

.nsb-pin-btn:hover[b-czsaqll9a2] {
    color: white;
}

/* Hide pin buttons in collapsed mode */
.nsb-collapsed .nsb-pin-btn[b-czsaqll9a2] {
    display: none;
}

/* More toggle uses nsb-section-toggle base styles — just needs a margin */
.nsb-more-toggle[b-czsaqll9a2] {
    margin-top: 0.4rem;
}

/* Section label inside More */
.nsb-more-section-label[b-czsaqll9a2] {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.3);
    padding: 0.5rem 0.5rem 0.1rem;
    white-space: nowrap;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d16i1om942],
.components-reconnect-repeated-attempt-visible[b-d16i1om942],
.components-reconnect-failed-visible[b-d16i1om942],
.components-pause-visible[b-d16i1om942],
.components-resume-failed-visible[b-d16i1om942],
.components-rejoining-animation[b-d16i1om942] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d16i1om942],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d16i1om942],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d16i1om942],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d16i1om942],
#components-reconnect-modal.components-reconnect-retrying[b-d16i1om942],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d16i1om942],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d16i1om942],
#components-reconnect-modal.components-reconnect-failed[b-d16i1om942],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d16i1om942] {
    display: block;
}


#components-reconnect-modal[b-d16i1om942] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-d16i1om942 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d16i1om942 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d16i1om942 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d16i1om942]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d16i1om942 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d16i1om942 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d16i1om942 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d16i1om942 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d16i1om942] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d16i1om942] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d16i1om942] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d16i1om942] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d16i1om942] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d16i1om942] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d16i1om942] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d16i1om942 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d16i1om942] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d16i1om942 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Features/Admin/SiteStats/Pages/SiteStatsPage.razor.rz.scp.css */
.stat-number[b-zw9lpntw1w] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label[b-zw9lpntw1w] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 0.25rem;
}

.accordion-button:not(.collapsed)[b-zw9lpntw1w] {
    font-weight: 600;
}
/* /Features/TAndE/TAndEEntryPage.razor.rz.scp.css */
.te-entry-page[b-zl2z8eo0dk] {
    max-width: 520px;
    margin: 0 auto;
    padding: 1rem 1rem 5rem; /* bottom pad for sticky save bar */
}

.te-field-group[b-zl2z8eo0dk] {
    background: #fff;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    margin-bottom: 0.65rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}

.te-field-label[b-zl2z8eo0dk] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
    margin-bottom: 0.35rem;
}

.te-big-input[b-zl2z8eo0dk] {
    font-size: 1rem;
    padding: 0.55rem 0.75rem;
}

.te-save-bar[b-zl2z8eo0dk] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.75rem 1rem;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
    z-index: 100;
}

@media (min-width: 576px) {
    .te-save-bar[b-zl2z8eo0dk] {
        max-width: 520px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }
}
/* /Features/Xero/Pages/XeroAdminPage.razor.rz.scp.css */
.xero-connected[b-f59mgcivdj] {
    color: var(--color-valid);
    font-weight: 600;
}

.xero-disconnected[b-f59mgcivdj] {
    color: var(--color-invalid);
    font-weight: 600;
}
