@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/ErpPayments.WebApp/Components/Controls/BlazorErrorUi.razor.rz.scp.css */
#blazor-error-ui[b-j9a8o9wr6x] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-j9a8o9wr6x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ErpPayments.WebApp/Components/Controls/Header.razor.rz.scp.css */
#header-logo-small[b-ufdg5vn5zp] {
    height: 1.5rem;
}

.header-left[b-ufdg5vn5zp], .header-right[b-ufdg5vn5zp] {
    flex-basis: 0;
}
/* _content/ErpPayments.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-1984xt769t] {
    display: block flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
}

.main-layout-header[b-1984xt769t], .main-layout-footer[b-1984xt769t] {
    flex-shrink: 0;
    flex-grow: 0;
}

main[b-1984xt769t] {
    flex-grow: 1;
    height: auto; /* Blazor bootstrap applies a style here :O. */
}

.main-layout-body[b-1984xt769t] {
    display: block flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    max-width: 100%;
}

.main-layout-content[b-1984xt769t] {
    display: block flex;
    align-items: stretch;
    flex-grow: 1;
    overflow-y: auto;
}

.main-layout-sidebar[b-1984xt769t] {
    flex-grow: 0;
}
/* _content/ErpPayments.WebApp/Components/Pages/Pay.razor.rz.scp.css */
#header-logo-small[b-kvenuvtksn] {
    height: 1.5rem;
}

[b-kvenuvtksn] thead {
    position: sticky;
    top: 0;
}

[b-kvenuvtksn] .quickgrid:has(:is(tr:first-child:empty, tr:first-child::-moz-only-whitespace)) {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

[b-kvenuvtksn] .quickgrid tbody:has(:is(tr:first-child:empty, tr:first-child::-moz-only-whitespace)) {
    flex: 1;
}

[b-kvenuvtksn] .quickgrid thead:has(:is(tr:first-child:empty, tr:first-child::-moz-only-whitespace)) {
    flex: 0;
}

[b-kvenuvtksn] .quickgrid tbody :is(tr:first-child:empty, tr:first-child::-moz-only-whitespace) {
    height: 100%;
}
