/* /Components/Common/Forms/AppButton.razor.rz.scp.css */

.app-button-shortcut[b-lx8k6zqic9] {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 0;
    pointer-events: none;
    padding: 0;
}

.app-button-container:focus-within > .app-button-shortcut[b-lx8k6zqic9],
.app-button-container:hover > .app-button-shortcut[b-lx8k6zqic9] {
    opacity: 1 !important;
}

.app-button-helper[b-lx8k6zqic9] {
    position: absolute;
    top: -18px;
    left: -.1rem;
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
}


.app-button-container:focus-within > .app-button-helper[b-lx8k6zqic9],
.app-button-container:hover > .app-button-helper[b-lx8k6zqic9] {
    opacity: 1 !important;
}
/* /Components/Common/Forms/AppButtonIcon.razor.rz.scp.css */

.app-button-icon-shortcut[b-cuq28j5vcf] {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 0;
    pointer-events: none;
    padding: 0;
}

.app-button-icon-container:focus-within > .app-button-shortcut[b-cuq28j5vcf],
.app-button-icon-container:hover > .app-button-shortcut[b-cuq28j5vcf] {
    opacity: 1 !important;
}

.app-button-icon-helper[b-cuq28j5vcf] {
    position: absolute;
    top: -18px;
    left: -.1rem;
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
}


.app-button-icon-container:focus-within > .app-button-helper[b-cuq28j5vcf],
.app-button-icon-container:hover > .app-button-helper[b-cuq28j5vcf] {
    opacity: 1 !important;
}
/* /Components/Common/Forms/QuickAccessButton.razor.rz.scp.css */
.quick-access-btn[b-1wyeqjsaus] {
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.1s ease;
}

.quick-access-btn:hover[b-1wyeqjsaus] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}
/* /Components/Common/Layouts/BannerCarousel.razor.rz.scp.css */
.banner-carousel[b-evvikby0r5] {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.banner-slide[b-evvikby0r5] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-img[b-evvikby0r5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-placeholder[b-evvikby0r5] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken) 100%);
    padding: 16px;
}
/* /Components/Invoicing/DocumentDetails/DocumentDetailGrid.razor.rz.scp.css */
/* Intentionally empty — footer visibility is controlled via nullable AggregateDefinition. */
/* /Components/Invoicing/DocumentEditor/ActionsDrawer.razor.rz.scp.css */
[b-jpkl0ye74q] .action-drawer-btn {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.shortcut-badge-anchor[b-jpkl0ye74q] {
    position: absolute;
    top: -12px;
    right: -8px;
    z-index: 1;
    pointer-events: none;
}
/* /Components/Shopping/BatchPay/PurchaseBatchPayDrawer.razor.rz.scp.css */
[b-lzkjtt0o6p] .semaphore-dot-inactive {
    opacity: 0.5;
    transition: opacity 0.2s;
}

[b-lzkjtt0o6p] .semaphore-dot-inactive:hover {
    opacity: 0.8;
}

[b-lzkjtt0o6p] .semaphore-dot-active {
    opacity: 1;
    border-bottom: 2px solid var(--mud-palette-primary);
    border-radius: 0;
}
/* /Components/Shopping/Editor/Common/PurchaseCard.razor.rz.scp.css */
.purchase-card-container[b-wcrgfh383o] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
/* /Components/Shopping/Editor/Common/Totals/Components/MoneyAlignedDisplay.razor.rz.scp.css */
.money-aligned-display[b-z9p9hnnrqp] {
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.money-aligned-value[b-z9p9hnnrqp] {
    display: inline-block;
    min-width: 15ch;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
/* /Components/Shopping/Get/Toolbar/PurchaseGridToolbarFilterPopup.razor.rz.scp.css */

/* /Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-9wkn6axqop] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mud-palette-background);
}

.not-found-container[b-9wkn6axqop] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.not-found-astronaut[b-9wkn6axqop] {
    width: 200px;
    height: 200px;
}

.not-found-code[b-9wkn6axqop] {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    color: #E53935;
    letter-spacing: -2px;
}
/* /Pages/Shopping/PurchaseEditor.razor.rz.scp.css */

