/* _content/GrantThorntonApp/Layout/MainLayout.razor.rz.scp.css */
.page[b-g25xwfoaqy] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.a[b-g25xwfoaqy] {
    color: white;
    text-decoration: underline;
}

main[b-g25xwfoaqy] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.sidebar[b-g25xwfoaqy] {
    background-color: var(--primary);
}

.sidebar-shell[b-g25xwfoaqy] {
    width: 100%;
}

.top-row[b-g25xwfoaqy] {
    background-color: var(--primary);
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-g25xwfoaqy] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-g25xwfoaqy] {
        flex-direction: row;
    }

    .sidebar[b-g25xwfoaqy] {
        width: 250px;
        flex: 0 0 250px;
    }

    .sidebar-shell[b-g25xwfoaqy] {
        position: sticky;
        top: 0;
        height: 100vh;
        height: 100dvh;
    }

    .top-row[b-g25xwfoaqy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-g25xwfoaqy], article[b-g25xwfoaqy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

article[b-g25xwfoaqy] {
    flex: 1 0 auto;
    min-width: 0;
}

[b-g25xwfoaqy] .mud-breadcrumbs {
    color: #d7d7d7;
}

.top-row[b-g25xwfoaqy]  .mud-breadcrumb-item .mud-breadcrumb-link {
    color: #d7d7d7;
    margin-left: 0;
    text-decoration: none;
}

[b-g25xwfoaqy] .mud-breadcrumb-separator > span {
    color: inherit;
    opacity: 1;
}

#blazor-error-ui[b-g25xwfoaqy] {
    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-g25xwfoaqy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GrantThorntonApp/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-exrvpka9xz] {
    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-exrvpka9xz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-exrvpka9xz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-exrvpka9xz] {
    font-size: 1.1rem;
}

.bi[b-exrvpka9xz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-exrvpka9xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-exrvpka9xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-exrvpka9xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-exrvpka9xz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-exrvpka9xz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-exrvpka9xz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-exrvpka9xz]  .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-exrvpka9xz]  a.active {
    background-color: var(--secondary);
    color: white;
}

.nav-item[b-exrvpka9xz]  .nav-link:hover {
    background-color: var(--secondary);
    color: white;
}

.nav-scrollable[b-exrvpka9xz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-exrvpka9xz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-exrvpka9xz] {
        display: none;
    }

    .nav-scrollable[b-exrvpka9xz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        height: calc(100dvh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/GrantThorntonApp/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rrbn9mt55i],
.components-reconnect-repeated-attempt-visible[b-rrbn9mt55i],
.components-reconnect-failed-visible[b-rrbn9mt55i],
.components-pause-visible[b-rrbn9mt55i],
.components-resume-failed-visible[b-rrbn9mt55i],
.components-rejoining-animation[b-rrbn9mt55i] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-retrying[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-failed[b-rrbn9mt55i],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rrbn9mt55i] {
    display: block;
}


#components-reconnect-modal[b-rrbn9mt55i] {
    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-rrbn9mt55i 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rrbn9mt55i 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rrbn9mt55i 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rrbn9mt55i]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rrbn9mt55i 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rrbn9mt55i {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rrbn9mt55i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rrbn9mt55i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rrbn9mt55i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rrbn9mt55i] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rrbn9mt55i] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rrbn9mt55i] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rrbn9mt55i] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rrbn9mt55i] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rrbn9mt55i] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rrbn9mt55i 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rrbn9mt55i] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rrbn9mt55i {
    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;
    }
}
/* _content/GrantThorntonApp/Modules/AuditModule/Pages/Clients/AuditPeriodDetail.razor.rz.scp.css */
.general-ledger-classification-button[b-gut7z1t8ec] {
    justify-content: flex-start;
    max-width: 100%;
}

.general-ledger-row-unclassified > td[b-gut7z1t8ec] {
    background-color: rgba(211, 47, 47, 0.08) !important;
}

.statement-tab-shell[b-gut7z1t8ec] {
    gap: 1rem;
}

.statement-tab-header[b-gut7z1t8ec] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.statement-tab-title-block[b-gut7z1t8ec] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.statement-tab-kicker[b-gut7z1t8ec] {
    color: var(--mud-palette-primary);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.statement-tab-meta[b-gut7z1t8ec] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.statement-tab-divider[b-gut7z1t8ec] {
    margin: 0;
}

@media (max-width: 960px) {
    .statement-tab-header[b-gut7z1t8ec] {
        flex-direction: column;
        align-items: stretch;
    }

    .statement-tab-meta[b-gut7z1t8ec] {
        justify-content: flex-start;
    }
}
/* _content/GrantThorntonApp/Modules/AuditModule/Pages/Clients/FinancialStatementTree.razor.rz.scp.css */
.statement-tree[b-xph8qx26d2] {
    --statement-inline-padding: 1.25rem;
    --statement-panel-border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.statement-tree-nested[b-xph8qx26d2] {
    gap: 0.75rem;
}

.statement-section-card[b-xph8qx26d2],
.statement-summary-card[b-xph8qx26d2] {
    border: 1px solid rgba(79, 45, 127, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 247, 252, 0.96) 100%);
}

.statement-section-card[b-xph8qx26d2] {
    overflow: hidden;
}

.statement-summary-card[b-xph8qx26d2] {
    background: rgba(79, 45, 127, 0.05);
}

.statement-summary-card-inline[b-xph8qx26d2] {
    margin-top: 0.75rem;
}

.statement-row-content[b-xph8qx26d2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem var(--statement-inline-padding);
}

.statement-section-header[b-xph8qx26d2] {
    border-bottom: 1px solid rgba(79, 45, 127, 0.12);
    background: linear-gradient(90deg, rgba(79, 45, 127, 0.08) 0%, rgba(79, 45, 127, 0.02) 100%);
}

.statement-row-content-panel[b-xph8qx26d2] {
    width: 100%;
    padding: 0;
}

.statement-row-content-summary[b-xph8qx26d2] {
    align-items: center;
}

.statement-row-label-block[b-xph8qx26d2] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 auto;
}

.statement-section-title[b-xph8qx26d2],
.statement-panel-title[b-xph8qx26d2],
.statement-summary-name[b-xph8qx26d2] {
    margin: 0;
    font-weight: 700;
}

.statement-summary-name[b-xph8qx26d2] {
    line-height: 1.4;
}

.statement-marker-chip[b-xph8qx26d2] {
    margin-top: 0.1rem;
    color: var(--mud-palette-primary);
    background-color: rgba(79, 45, 127, 0.08);
    border-radius: 999px;
    font-weight: 700;
}

.statement-marker-chip-leaf[b-xph8qx26d2] {
    min-width: 2rem;
    justify-content: center;
}

.statement-section-body[b-xph8qx26d2],
.statement-panel-body[b-xph8qx26d2] {
    padding-inline: 0;
}

.statement-section-body[b-xph8qx26d2] {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
}

.statement-panel-body[b-xph8qx26d2] {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    background-color: rgba(255, 255, 255, 0.72);
}

.statement-metric-grid[b-xph8qx26d2] {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 0.75rem;
    flex: 0 1 620px;
}

.statement-metric-grid-compact[b-xph8qx26d2] {
    flex-basis: 560px;
}

.statement-metric-item[b-xph8qx26d2] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    min-width: 0;
}

.statement-metric-label[b-xph8qx26d2] {
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.statement-metric-value[b-xph8qx26d2] {
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.statement-difference-positive[b-xph8qx26d2] {
    color: var(--mud-palette-success);
}

.statement-difference-negative[b-xph8qx26d2] {
    color: var(--mud-palette-error);
}

.statement-grid-container[b-xph8qx26d2] {
    overflow-x: auto;
}

.statement-grid-container[b-xph8qx26d2],
.statement-panel-body > .statement-summary-card-inline[b-xph8qx26d2],
.statement-section-body > .statement-summary-card-inline[b-xph8qx26d2] {
    margin-left: 0;
    margin-right: 0;
}

.statement-name-cell[b-xph8qx26d2] {
    min-width: 240px;
}

.statement-leaf-name[b-xph8qx26d2] {
    font-weight: 600;
}

.statement-sub-row-text[b-xph8qx26d2] {
    color: var(--mud-palette-text-secondary);
    font-style: italic;
}

.statement-value-stack[b-xph8qx26d2] {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    flex-wrap: nowrap;
}

.statement-value-stack .statement-value-text[b-xph8qx26d2] {
    width: auto;
}

.statement-edit-stack[b-xph8qx26d2] {
    flex: 0 0 auto;
    width: fit-content;
    gap: 0.25rem;
}

.statement-edit-field[b-xph8qx26d2] {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}

.statement-cell-end[b-xph8qx26d2] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.statement-value-text[b-xph8qx26d2] {
    display: block;
    width: 100%;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.statement-grid[b-xph8qx26d2]  .mud-table-container {
    box-shadow: none;
}

.statement-grid[b-xph8qx26d2]  .mud-table-head .mud-table-cell {
    background-color: rgba(79, 45, 127, 0.06);
    border-bottom: 1px solid rgba(79, 45, 127, 0.12);
    font-weight: 700;
    white-space: nowrap;
}

.statement-grid[b-xph8qx26d2]  .mud-table-head .mud-table-cell:not(:first-child),
.statement-grid[b-xph8qx26d2]  .mud-table-body .mud-table-cell:not(:first-child) {
    text-align: right;
}

.statement-grid[b-xph8qx26d2]  .mud-table-body .mud-table-cell {
    vertical-align: middle;
}

.statement-grid[b-xph8qx26d2]  .mud-table-body .mud-table-row:hover {
    background-color: rgba(79, 45, 127, 0.03);
}

.statement-grid[b-xph8qx26d2]  .statement-sub-row > td {
    background-color: rgba(79, 45, 127, 0.03);
}

.statement-grid[b-xph8qx26d2]  .statement-manual-row > td {
    background-color: rgba(0, 167, 181, 0.05);
}

.statement-panel[b-xph8qx26d2] {
    border: var(--statement-panel-border-width) solid rgba(79, 45, 127, 0.12);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.9);
}

.statement-panel-nested[b-xph8qx26d2] {
    margin-left: calc(var(--statement-panel-border-width) * -1);
    margin-right: calc(var(--statement-panel-border-width) * -1);
    border-radius: 0;
}

.statement-panel[b-xph8qx26d2]  .mud-expand-panel {
    background: transparent;
    box-shadow: none;
}

.statement-panel[b-xph8qx26d2]  .mud-expand-panel-header {
    padding: 1rem var(--statement-inline-padding);
}

.statement-panel[b-xph8qx26d2]  .mud-expand-panel-content {
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(79, 45, 127, 0.08);
}

.statement-panel[b-xph8qx26d2]  .mud-collapse-container,
.statement-panel[b-xph8qx26d2]  .mud-collapse-wrapper,
.statement-panel[b-xph8qx26d2]  .mud-collapse-wrapper-inner {
    margin: 0;
    padding: 0;
}

.statement-panel[b-xph8qx26d2]  .mud-collapse-wrapper-inner > .statement-panel,
.statement-panel[b-xph8qx26d2]  .mud-collapse-wrapper-inner > .statement-tree,
.statement-panel-body > .statement-tree[b-xph8qx26d2],
.statement-section-body > .statement-tree[b-xph8qx26d2] {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1200px) {
    .statement-metric-grid[b-xph8qx26d2],
    .statement-metric-grid-compact[b-xph8qx26d2] {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
        flex-basis: 100%;
    }

    .statement-row-content[b-xph8qx26d2],
    .statement-row-content-panel[b-xph8qx26d2] {
        flex-direction: column;
        align-items: stretch;
    }

    .statement-metric-item[b-xph8qx26d2] {
        align-items: flex-start;
    }

    .statement-metric-value[b-xph8qx26d2] {
        text-align: left;
    }
}

@media (max-width: 720px) {
    .statement-tree[b-xph8qx26d2] {
        --statement-inline-padding: 0.875rem;
    }

    .statement-metric-grid[b-xph8qx26d2],
    .statement-metric-grid-compact[b-xph8qx26d2] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .statement-name-cell[b-xph8qx26d2] {
        min-width: 200px;
    }
}
/* _content/GrantThorntonApp/Modules/AuditModule/Pages/Clients/GeneralLedgerClassificationTreeItem.razor.rz.scp.css */
.classification-leaf[b-1cjxk8vk5a] {
    color: var(--mud-palette-primary);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: rgba(0, 167, 181, 0.10);
}

.classification-leaf:hover[b-1cjxk8vk5a] {
    background-color: rgba(0, 167, 181, 0.16);
}

.classification-leaf-selected[b-1cjxk8vk5a] {
    color: var(--mud-palette-primary);
    font-weight: 600;
    background-color: rgba(0, 167, 181, 0.22);
}
