:root {
  --app-bg: transparent;
  --surface-bg: #ffffff;
  --surface-bg-2: #f9fafb;
  --surface-hover: rgba(0, 0, 0, 0.04);
  --input-bg: #ffffff;
  --text-primary: #212b36;
  --text-muted: #52606f;
  --muted: #c8c8c8;
  --border-subtle: rgba(145, 158, 171, 0.20);
  --border-strong: rgba(145, 158, 171, 0.40);
  --overlay-backdrop: rgba(0, 0, 0, 0.5);
  --toast-bg-success: #e6faf2;
  --toast-bg-danger: #ffeded;
  --toast-bg-warning: #fff5e9;
  --toast-bg-info: #edf4fb;
  --je-receipt: #047857;
  --je-invoice: #1d4ed8;
  --je-offer: #b45309;
  --je-credit-note: #6d28d9;
  --je-exit-credit: #b91c1c;
  --je-expense: #c2410c;
  --je-delivery-note: #0369a1;
  --je-order-confirmation: #0f766e;
  --je-shop-purchase: #7e22ce;
  --je-recurring: #4338ca;
  --je-default: #4b5563;
  --je-state-upcoming: #1d4ed8;
  --je-state-overdue: #b91c1c;
  --je-state-paid: #047857;
  --je-state-cancelled: #6b7280;
  --je-state-irrecoverable: #b45309;
  --je-state-dubious: #991b1b;
}

.bg-primary {
  background: var(--primary, #0d6a87);
}

.bg-secondary {
  background: var(--secondary, #F39200);
}

.bg-success {
  background: var(--success, #00C278);
}

.bg-danger {
  background: var(--danger, #c92a2a);
}

.bg-info {
  background: var(--info, #2e6db0);
}

.bg-warning {
  background: var(--warning, #feb05b);
}

.bg-light {
  background: var(--light, #cccccc);
}

.bg-dark {
  background: var(--dark, #212B36);
}

.bg-muted {
  background: var(--muted, #c8c8c8);
}

.text-primary {
  color: var(--primary, #0d6a87);
}

.text-secondary {
  color: var(--secondary, #F39200);
}

.text-success {
  color: var(--success, #00C278);
}

.text-danger {
  color: var(--danger, #c92a2a);
}

.text-info {
  color: var(--info, #2e6db0);
}

.text-warning {
  color: var(--warning, #feb05b);
}

.text-light {
  color: var(--light, #cccccc);
}

.text-dark {
  color: var(--dark, #212B36);
}

.text-muted {
  color: var(--muted, #c8c8c8);
}

@page {
  size: A4 landscape;
  margin: 12mm 15mm;
}
@media print {
  .appNavigation,
  .appContainer .appNavigationBar,
  .officeToastHost,
  .officeBackOverlay,
  .officeOverlayGlobalBackdrop,
  .overlaySwipe,
  .overlaySlideIn,
  .overlayDialog,
  .officeToolbar,
  .officeToolbar-mobileToggle,
  .officePopoverHost,
  .officeScreenSaver,
  .officeDrawerBackground {
    display: none !important;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .officeWidget,
  .officeListBox,
  .officeTabControl,
  .webOfficeDataGrid,
  .officeWizard,
  .officeCardContainerItem .officeCardContainerItemContent,
  .officeFolderBrowser .officeFolderBrowserContent,
  .officeGroupBox {
    border: 1px solid var(--gray-400, #A0AAB4);
  }
  body,
  .appContainer,
  .appContentContainer,
  .appContent,
  .officeBackground,
  .officeWidget,
  .officeListBox,
  .officeTabControl,
  .officeWizard,
  .officeGroupBox {
    background: #fff !important;
    background-image: none !important;
  }
  .officeWidgetHeaderIcon,
  .gridStackHeaderIcon {
    background: transparent !important;
    color: var(--black, #333333) !important;
  }
  [class*=bg-] {
    background-color: transparent !important;
  }
  .appContainer {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .appContainer .appContentContainer {
    overflow: visible !important;
    height: auto !important;
  }
  .appContainer .appContentContainer .appContent {
    overflow: visible !important;
    height: auto !important;
    position: static !important;
  }
  .officeTabControl,
  .officeWidget,
  .officeListBox,
  .officeDrawer .officeDrawerContent,
  .officeSwipeItemContainer,
  .officeSlideInContent {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  .officeWidget,
  .officeListBox,
  .officeListBoxItem,
  .officeGroupBox,
  .officeCardContainerItem,
  .webOfficeDataGrid .webOfficeDataGridRow,
  .officeWizard,
  .officeTabControl {
    break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6,
  .officeWidgetHeaderTitleValue,
  .officeListBoxHeader,
  .officeGroupBoxHeaderLeft,
  .gridStackHeaderText h3 {
    break-after: avoid;
  }
  img, svg, canvas {
    break-inside: avoid;
  }
  body {
    font-size: 12pt;
    line-height: 1.4;
    color: #000 !important;
  }
  a[href^=http]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
    word-break: break-all;
  }
  .appNavigation a::after,
  .btn::after,
  a[href^=javascript]::after,
  a[href^="#"]::after {
    content: none;
  }
  ::-webkit-scrollbar {
    display: none !important;
  }
}

/*# sourceMappingURL=print.css.map */
