@openui5/sap.ui.webc.common 1.119.0 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +2 -2
- package/src/sap/ui/webc/common/.library +2 -2
- package/src/sap/ui/webc/common/WebComponent.js +1 -1
- package/src/sap/ui/webc/common/WebComponentMetadata.js +1 -1
- package/src/sap/ui/webc/common/library.js +3 -3
- package/src/sap/ui/webc/common/thirdparty/base/Boot.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScope.js +6 -0
- package/src/sap/ui/webc/common/thirdparty/base/CustomElementsScopeUtils.js +16 -2
- package/src/sap/ui/webc/common/thirdparty/base/Device.js +11 -1
- package/src/sap/ui/webc/common/thirdparty/base/FontFace.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/InitialConfiguration.js +9 -3
- package/src/sap/ui/webc/common/thirdparty/base/Keys.js +10 -2
- package/src/sap/ui/webc/common/thirdparty/base/ManagedStyles.js +7 -13
- package/src/sap/ui/webc/common/thirdparty/base/StaticAreaItem.js +1 -3
- package/src/sap/ui/webc/common/thirdparty/base/UI5Element.js +1 -3
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Icons.js +33 -21
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/Illustrations.js +64 -20
- package/src/sap/ui/webc/common/thirdparty/base/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/util/IconCollectionsByTheme.js +53 -0
- package/src/sap/ui/webc/common/thirdparty/base/asset-registries/util/getIconCollectionByTheme.js +33 -0
- package/src/sap/ui/webc/common/thirdparty/base/config/CalendarType.js +18 -2
- package/src/sap/ui/webc/common/thirdparty/base/config/Icons.js +2 -61
- package/src/sap/ui/webc/common/thirdparty/base/connectToComponent.js +65 -0
- package/src/sap/ui/webc/common/thirdparty/base/css/FontFace.css +34 -16
- package/src/sap/ui/webc/common/thirdparty/base/delegate/ItemNavigation.js +2 -4
- package/src/sap/ui/webc/common/thirdparty/base/features/OpenUI5Support.js +151 -105
- package/src/sap/ui/webc/common/thirdparty/base/generated/AssetParameters.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/generated/VersionInfo.js +4 -4
- package/src/sap/ui/webc/common/thirdparty/base/generated/css/FontFace.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/renderer/LitRenderer.js +2 -0
- package/src/sap/ui/webc/common/thirdparty/base/theming/applyTheme.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/base/types/CSSSize.js +27 -0
- package/src/sap/ui/webc/common/thirdparty/base/updateShadowRoot.js +2 -2
- package/src/sap/ui/webc/common/thirdparty/base/util/PopupUtils.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/accessibility.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/add-calendar.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/bell-2.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/currency.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/generated/assets/v4/SAP-icons.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/generated/assets/v5/SAP-icons.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/high-priority.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/time-off.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/accessibility.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/add-calendar.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/alert.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/bell-2.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/bell.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/currency.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/dark-mode.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/email.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/high-priority.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v4/message-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-completed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-critical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-in-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/status-positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v4/time-off.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/Chart-Tree-Map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/Netweaver-business-client.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accelerated.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accept.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accessibility.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accidental-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/account.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/accounting-document-verification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/action-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/action.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activities.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-assigned-to-goal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-individual.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/activity-items.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-activity-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-calendar.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-contact.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-coursebook.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-employee.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-equipment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-favorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-photo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add-product.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/add.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/address-book.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/addresses.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/alert.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/along-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/alphabetical-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/appear-offline.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/appointment-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/appointment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/approvals.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/area-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arobase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-bottom.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/arrow-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-audio.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-e-pub.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-html.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-photo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-text-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-video.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment-zip-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/away.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/back-to-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/background.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/badge.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bar-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/basket.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/batch-payments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bbyd-active-sales.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bbyd-dashboard.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/begin.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bell-2.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bell.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/biometric-face.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/biometric-thumb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/blank-tag-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/blank-tag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/blur.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bo-strategy-management.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bold-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bookmark-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bookmark.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/border.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/broken-link.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/browse-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bubble-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/building.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bullet-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/burglary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/bus-public-transport.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-by-design.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-experience.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-explorer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-objects-mobile.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/business-one.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/busy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/calendar.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/camera.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel-maintenance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel-share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cancel.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/capital-projects.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/car-rental.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cargo-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-4.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart-full.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chain-link.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chalkboard.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chart-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chart-table-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/check-availability.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-item-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist-item.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/checklist.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chevron-phase-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/chevron-phase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/circle-task-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/circle-task.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/citizen-connect.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clear-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clear-filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-task-tracker.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/clinical-tast-tracker.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/close-command-field.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cloud-check.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/co.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collaborate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collapse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collections-insight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collections-management.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/collision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/color-fill.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/column-chart-dual-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/combine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/command-line-interfaces.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/comment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/commission-check.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/company-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/compare-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/compare.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/competitor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/complete.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/connected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/contacts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/copy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/course-book.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/course-program.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-entry-time.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-form.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-leave-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create-session.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/create.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/credit-card.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/crm-service-manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/crop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/crossed-line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/currency.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/curriculum.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/cursor-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-and-contacts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-and-supplier.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-briefing.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-financial-fact-sheet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-order-entry.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/customize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dark-mode.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/database.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/date-time.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/decision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/decline.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/decrease-line-height.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/delete.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/desktop-mobile.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-less.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/detail-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/developer-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dimension.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/direction-arrows.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/disconnected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/discussion-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/discussion.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dishwasher.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/display-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/display.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/doc-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/doctor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/document-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/documents.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/donut-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/download-from-cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/download.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/draw-rectangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/drill-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/drill-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/drop-down-list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/dropdown.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/duplicate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/e-care.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/e-learning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/eam-work-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/edit-outside.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/education.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/electrocardiogram.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/electronic-medical-record.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/email-read.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/email.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-approvals.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-lookup.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-pane.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee-rejections.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/employee.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/enablement.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/end-user-experience-monitoring.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/endoscopy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/energy-saving-lightbulb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/enter-more.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/eraser.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/example.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/excel-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/exit-full-screen.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expand-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expand-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expand.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/expense-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/explorer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/factory.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fallback.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/family-care.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/family-protection.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/favorite-list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/favorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fax-machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/feed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/feedback.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/feeder-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/female.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-analytics.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-facets.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter-fields.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/filter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/flag-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/flag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/flight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fob-watch.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-blank.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder-full.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/form.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/forward.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fridge.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/full-screen.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/full-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/full-stacked-column-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/functional-location.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/future.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/fx.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/gantt-bars.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/general-leave-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/generate-shortcut.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/geographic-bubble-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/globe.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/goal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/goalseek.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/grid.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/group-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/header.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heading1.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heading2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heading3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/headset.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heating-cooling.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/heatmap-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hello-world.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hide.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/high-priority.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hint.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/home-share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/home.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bar-chart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-bullet-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-combination-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-grip.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/horizontal-waterfall-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/hr-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/idea-wall.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/image-viewer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/in-progress.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inbox.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/incident.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/incoming-call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/increase-line-height.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/indent.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/information.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/initiative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inspect-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inspect.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inspection.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/instance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-car.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-house.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/insurance-life.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/internet-browser.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/inventory.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ipad-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ipad.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/iphone-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/iphone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/it-host.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/it-instance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/it-system.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/italic-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/jam.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-arrive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-change.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/journey-depart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/key-user-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/key.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/keyboard-and-mouse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/kpi-corporate-performance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/kpi-managing-my-area.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lab.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/laptop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lateness.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lead-outdated.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lead.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/leads.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/learning-assistant.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/legend.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/letter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/light-mode.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/lightbulb.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart-dual-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart-time-axis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/line-charts.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/list.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/loan.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/locate-me-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/locate-me.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/locked.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/log.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/male.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/manager-insight.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map-3.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map-fill.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/map.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/marketing-campaign.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/master-task-triangle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/master-task-triangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/meal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/measure.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/measurement-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/measuring-point.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-forward.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-pause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-play.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-reverse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/media-rewind.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/meeting-room.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/megamenu.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/menu.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/menu2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-information.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-popup.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-success.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/message-warning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/microphone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mileage.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/minimize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mirrored-task-circle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mirrored-task-circle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/money-bills.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/monitor-payments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/move.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/mri-scan.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multi-select.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-line-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-pie-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiple-radar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiselect-all.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/multiselect-none.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/my-sales-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/my-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/nav-back.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-down-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-left-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-right-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/navigation-up-arrow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/newspaper.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/non-binary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/not-editable.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/notes.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/notification-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/number-sign.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/numbered-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/nurse.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/nutrition-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/official-service.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/offsite-work.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/open-command-field.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/open-folder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/opportunities.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/opportunity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/order-status.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/org-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/outbox.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/outdent.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/outgoing-call.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/overflow.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/overlay.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/overview-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paging.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paid-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paint-bucket.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/palette.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paper-plane.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/passenger-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/past.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/paste.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pause.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/payment-approval.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pdf-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pdf-reader.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/people-connected.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/per-diem.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/performance.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/permission.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/person-placeholder.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/personnel-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pharmacy.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/phone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/photo-voltaic.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/physical-activity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/picture.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pie-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pipeline-analysis.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pixelate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/play.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pool.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/popup-window.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/post.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ppt-attachment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/present.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/primary-key.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/print.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/private.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/product.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/program-triangles-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/program-triangles.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/project-definition-triangle-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/project-definition-triangle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/projector.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/provision.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pull-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pushpin-off.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/pushpin-on.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/puzzle.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/qr-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/quality-issue.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/question-mark.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/radar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/receipt.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/record.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/redo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/refresh.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/repost.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/reset.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-corner.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-horizontal.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize-vertical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/resize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/response.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/responsive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/restart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/retail-store-manager.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/retail-store.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/rhombus-milestone-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/rhombus-milestone.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/role.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/rotate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/s4hana.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-notification.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-order-item.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-order.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sales-quote.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-box.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-logo-shape.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sap-ui5.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/save.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/scatter-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/scissors.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-one.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-three.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/screen-split-two.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/search.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/select-appointments.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/share-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/share.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shelf.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shield.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shipping-status.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/shortcut.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/show-edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/show.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/signature.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/simple-payment.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/simulate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/slim-arrow-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/soccer.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sonography.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sort-ascending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sort-descending.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sort.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sorting-ranking.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sound-loud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sound-off.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sound.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/source-code.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/space-navigation.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/split.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-completed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-critical.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-error.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-in-process.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-inactive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-negative.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/status-positive.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/step.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/stethoscope.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/stop.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/strikethrough.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/study-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/subway-train.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/suitcase.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sum.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/supplier.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/survey.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/switch-classes.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/switch-views.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/synchronize.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/syntax.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/syringe.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-add.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-back-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-back.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-cancel-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-cancel.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-enter-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-enter.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-find-next.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-find.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-first-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-help-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-help.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-last-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-minus.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-monitor.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-next-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/sys-prev-page.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/system-exit-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/system-exit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-column.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-row.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/table-view.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tag-cloud-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tag.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tags.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/target-group.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/task.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/taxi.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/technical-object.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/temperature.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-center.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-justified.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-left.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-align-right.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-color.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text-formatting.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/theater.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/thing-type.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/thumb-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/thumb-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-account.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-entry-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-off.js +25 -0
- package/src/sap/ui/webc/common/thirdparty/icons/v5/time-overtime.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/timesheet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/to-be-reviewed.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-top.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/toaster-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tools-opportunity.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/touch.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/translate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-expense-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-expense.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-itinerary.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/travel-request.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tree.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/trend-down.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/trend-up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/tri-state.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/trip-report.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/two-keys.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/ui-notifications.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/umbrella.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/underline-text.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/undo.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unfavorite.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unlocked.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unpaid-leave.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/unwired.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/up.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/upload-to-cloud.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/upload.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/upstacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/user-edit.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/user-settings.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/validate.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/value-help.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vds-file.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vehicle-repair.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bar-chart-2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bar-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-bullet-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-grip.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-stacked-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/vertical-waterfall-chart.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/video.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/visits.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/waiver.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/wallet.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/warning.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/warning2.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/washing-machine.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/weather-proofing.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/web-cam.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/widgets.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/windows-doors.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/work-history.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/workflow-tasks.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/world.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/wounds-doc.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/wrench.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/write-new-document.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/write-new.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/x-ray.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/zoom-in.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/icons/v5/zoom-out.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/localization/dates/modifyDateBy.js +36 -20
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/common/thirdparty/theming/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize/css_variables.css +37 -6
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize_hcb/css_variables.css +136 -96
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_belize_hcw/css_variables.css +55 -5
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3/css_variables.css +37 -7
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_dark/css_variables.css +47 -7
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_hcb/css_variables.css +136 -96
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_fiori_3_hcw/css_variables.css +55 -5
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon/css_variables.css +202 -182
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark/css_variables.css +171 -141
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark_exp/css_variables.css +956 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_exp/css_variables.css +179 -159
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb/css_variables.css +38 -8
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb_exp/css_variables.css +956 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw/css_variables.css +47 -7
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw_exp/css_variables.css +966 -0
- package/src/sap/ui/webc/common/thirdparty/theming/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/ui5.yaml +7 -7
@@ -8,7 +8,7 @@ sap.ui.define(["exports"], function (_exports) {
|
|
8
8
|
const styleData = {
|
9
9
|
packageName: "@ui5/webcomponents-theming",
|
10
10
|
fileName: "themes/sap_horizon_exp/parameters-bundle.css",
|
11
|
-
content: "/**\n* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.\n*\n* Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388\n* data:{\"Path\": \"Base.baseLib.sap_horizon.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388\"}, \"Version\": { \"Build\": \"11.4.2.20230525101226\", \"Source\": \"11.4.2\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388\"}, \"Version\": { \"Build\": \"11.4.2.20230525101226\", \"Source\": \"11.4.2\"}};}\n\n:root {\n --sapBrandColor: #0070f2;\n --sapHighlightColor: #0070f2;\n --sapBaseColor: #fff;\n --sapShellColor: #fff;\n --sapBackgroundColor: #f5f6f7;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #1d2d3e;\n --sapLinkColor: #0070f2;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #0070f2;\n --sapHoverColor: #eaecee;\n --sapActiveColor: #dee2e5;\n --sapHighlightTextColor: #fff;\n --sapTitleColor: #1d2d3e;\n --sapNegativeColor: #aa0808;\n --sapCriticalColor: #e76500;\n --sapPositiveColor: #256f3a;\n --sapInformativeColor: #0070f2;\n --sapNeutralColor: #788fa6;\n --sapNegativeElementColor: #f53232;\n --sapCriticalElementColor: #e76500;\n --sapPositiveElementColor: #30914c;\n --sapInformativeElementColor: #0070f2;\n --sapNeutralElementColor: #788fa6;\n --sapNegativeTextColor: #aa0808;\n --sapCriticalTextColor: #b95100;\n --sapPositiveTextColor: #256f3a;\n --sapInformativeTextColor: #0064d9;\n --sapNeutralTextColor: #1d2d3e;\n --sapErrorColor: #aa0808;\n --sapWarningColor: #e76500;\n --sapSuccessColor: #256f3a;\n --sapInformationColor: #0070f2;\n --sapErrorBackground: #ffeaf4;\n --sapWarningBackground: #fff8d6;\n --sapSuccessBackground: #f5fae5;\n --sapInformationBackground: #e1f4ff;\n --sapNeutralBackground: #eff1f2;\n --sapErrorBorderColor: #f53232;\n --sapWarningBorderColor: #e76500;\n --sapSuccessBorderColor: #30914c;\n --sapInformationBorderColor: #0070f2;\n --sapNeutralBorderColor: #788fa6;\n --sapElement_LineHeight: 2.75rem;\n --sapElement_Height: 2.25rem;\n --sapElement_BorderWidth: .0625rem;\n --sapElement_BorderCornerRadius: .75rem;\n --sapElement_Compact_LineHeight: 2rem;\n --sapElement_Compact_Height: 1.625rem;\n --sapElement_Condensed_LineHeight: 1.5rem;\n --sapElement_Condensed_Height: 1.375rem;\n --sapContent_LineHeight: 1.5;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #1d2d3e;\n --sapContent_ContrastIconColor: #fff;\n --sapContent_NonInteractiveIconColor: #758ca4;\n --sapContent_MarkerIconColor: #5d36ff;\n --sapContent_MarkerTextColor: #046c7a;\n --sapContent_MeasureIndicatorColor: #556b81;\n --sapContent_Selected_MeasureIndicatorColor: #0070f2;\n --sapContent_Placeholderloading_Background: #ccc;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);\n --sapContent_ImagePlaceholderBackground: #eaecee;\n --sapContent_ImagePlaceholderForegroundColor: #5b738b;\n --sapContent_RatedColor: #d27700;\n --sapContent_UnratedColor: #758ca4;\n --sapContent_BusyColor: #0070f2;\n --sapContent_FocusColor: #0070f2;\n --sapContent_FocusStyle: solid;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #fff;\n --sapContent_ShadowColor: #556b82;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0.125rem 0 rgba(85,107,130,0.16), 0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 1.25rem 5rem 0 rgba(85,107,130,0.3);\n --sapContent_TextShadow: 0 0 0.125rem #fff;\n --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;\n --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);\n --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\n --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);\n --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);\n --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);\n --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\n --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(120,143,166,0.72);\n --sapContent_SearchHighlightColor: #dafdf5;\n --sapContent_HelpColor: #188918;\n --sapContent_LabelColor: #556b82;\n --sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;\n --sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;\n --sapContent_IconFontFamily: \"SAP-icons\";\n --sapContent_DisabledTextColor: rgba(29,45,62,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.65;\n --sapContent_ContrastTextColor: #fff;\n --sapContent_ForegroundColor: #efefef;\n --sapContent_ForegroundBorderColor: #758ca4;\n --sapContent_ForegroundTextColor: #1d2d3e;\n --sapContent_BadgeBackground: #aa0808;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #0070f2;\n --sapContent_Selected_TextColor: #0064d9;\n --sapContent_Selected_Background: #fff;\n --sapContent_Selected_Hover_Background: #fff;\n --sapContent_Selected_ForegroundColor: #0064d9;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #5d36ff;\n --sapContent_Illustrative_Color2: #0070f2;\n --sapContent_Illustrative_Color3: #f58b00;\n --sapContent_Illustrative_Color4: #00144a;\n --sapContent_Illustrative_Color5: #a9b4be;\n --sapContent_Illustrative_Color6: #d5dadd;\n --sapContent_Illustrative_Color7: #ebf8ff;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #ebf8ff;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #00a800;\n --sapContent_Illustrative_Color13: #005dc9;\n --sapContent_Illustrative_Color14: #004da5;\n --sapContent_Illustrative_Color15: #cc7400;\n --sapContent_Illustrative_Color16: #3b0ac6;\n --sapContent_Illustrative_Color17: #00a58a;\n --sapContent_Illustrative_Color18: #d1efff;\n --sapContent_Illustrative_Color19: #b8e6ff;\n --sapContent_Illustrative_Color20: #9eddff;\n --sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 3rem;\n --sapFontHeader2Size: 2rem;\n --sapFontHeader3Size: 1.5rem;\n --sapFontHeader4Size: 1.25rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: none;\n --sapLink_Hover_Color: #0064d9;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #0064d9;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #0064d9;\n --sapLink_InvertedColor: #bfddff;\n --sapLink_SubtleColor: #1d2d3e;\n --sapShell_Background: #f5f6f7;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #f5f6f7, #f5f6f7);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #fff;\n --sapShell_TextColor: #1d2d3e;\n --sapShell_InteractiveBackground: #eff1f2;\n --sapShell_InteractiveTextColor: #1d2d3e;\n --sapShell_InteractiveBorderColor: #556b81;\n --sapShell_GroupTitleTextColor: #1d2d3e;\n --sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;\n --sapShell_Hover_Background: #fff;\n --sapShell_Active_Background: #fff;\n --sapShell_Active_TextColor: #0070f2;\n --sapShell_Selected_Background: #fff;\n --sapShell_Selected_TextColor: #0070f2;\n --sapShell_Selected_Hover_Background: #fff;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #fff;\n --sapShell_Navigation_Hover_Background: #fff;\n --sapShell_Navigation_SelectedColor: #0064d9;\n --sapShell_Navigation_Selected_TextColor: #0064d9;\n --sapShell_Navigation_TextColor: #1d2d3e;\n --sapShell_Navigation_Active_TextColor: #0070f2;\n --sapShell_Navigation_Active_Background: #fff;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.1), inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);\n --sapShell_NegativeColor: #aa0808;\n --sapShell_CriticalColor: #b95100;\n --sapShell_PositiveColor: #256f3a;\n --sapShell_InformativeColor: #0064d9;\n --sapShell_NeutralColor: #1d2d3e;\n --sapShell_Category_1_Background: #0057d2;\n --sapShell_Category_1_BorderColor: #0057d2;\n --sapShell_Category_1_TextColor: #fff;\n --sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_2_Background: #df1278;\n --sapShell_Category_2_BorderColor: #df1278;\n --sapShell_Category_2_TextColor: #fff;\n --sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_3_Background: #e76500;\n --sapShell_Category_3_BorderColor: #e76500;\n --sapShell_Category_3_TextColor: #fff;\n --sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_4_Background: #7800a4;\n --sapShell_Category_4_BorderColor: #7800a4;\n --sapShell_Category_4_TextColor: #fff;\n --sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_5_Background: #aa2608;\n --sapShell_Category_5_BorderColor: #aa2608;\n --sapShell_Category_5_TextColor: #fff;\n --sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_6_Background: #07838f;\n --sapShell_Category_6_BorderColor: #07838f;\n --sapShell_Category_6_TextColor: #fff;\n --sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_7_Background: #f31ded;\n --sapShell_Category_7_BorderColor: #f31ded;\n --sapShell_Category_7_TextColor: #fff;\n --sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_8_Background: #188918;\n --sapShell_Category_8_BorderColor: #188918;\n --sapShell_Category_8_TextColor: #fff;\n --sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_9_Background: #002a86;\n --sapShell_Category_9_BorderColor: #002a86;\n --sapShell_Category_9_TextColor: #fff;\n --sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_10_Background: #5b738b;\n --sapShell_Category_10_BorderColor: #5b738b;\n --sapShell_Category_10_TextColor: #fff;\n --sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_11_Background: #d20a0a;\n --sapShell_Category_11_BorderColor: #d20a0a;\n --sapShell_Category_11_TextColor: #fff;\n --sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_12_Background: #7858ff;\n --sapShell_Category_12_BorderColor: #7858ff;\n --sapShell_Category_12_TextColor: #fff;\n --sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_13_Background: #a00875;\n --sapShell_Category_13_BorderColor: #a00875;\n --sapShell_Category_13_TextColor: #fff;\n --sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_14_Background: #14565b;\n --sapShell_Category_14_BorderColor: #14565b;\n --sapShell_Category_14_TextColor: #fff;\n --sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_15_Background: #223548;\n --sapShell_Category_15_BorderColor: #223548;\n --sapShell_Category_15_TextColor: #fff;\n --sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_16_Background: #1e592f;\n --sapShell_Category_16_BorderColor: #1e592f;\n --sapShell_Category_16_TextColor: #fff;\n --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapAvatar_1_Background: #fff3b8;\n --sapAvatar_1_BorderColor: #fff3b8;\n --sapAvatar_1_TextColor: #a45d00;\n --sapAvatar_2_Background: #ffd0e7;\n --sapAvatar_2_BorderColor: #ffd0e7;\n --sapAvatar_2_TextColor: #aa0808;\n --sapAvatar_3_Background: #ffdbe7;\n --sapAvatar_3_BorderColor: #ffdbe7;\n --sapAvatar_3_TextColor: #ba066c;\n --sapAvatar_4_Background: #ffdcf3;\n --sapAvatar_4_BorderColor: #ffdcf3;\n --sapAvatar_4_TextColor: #a100c2;\n --sapAvatar_5_Background: #ded3ff;\n --sapAvatar_5_BorderColor: #ded3ff;\n --sapAvatar_5_TextColor: #552cff;\n --sapAvatar_6_Background: #d1efff;\n --sapAvatar_6_BorderColor: #d1efff;\n --sapAvatar_6_TextColor: #0057d2;\n --sapAvatar_7_Background: #c2fcee;\n --sapAvatar_7_BorderColor: #c2fcee;\n --sapAvatar_7_TextColor: #046c7a;\n --sapAvatar_8_Background: #ebf5cb;\n --sapAvatar_8_BorderColor: #ebf5cb;\n --sapAvatar_8_TextColor: #256f3a;\n --sapAvatar_9_Background: #ddccf0;\n --sapAvatar_9_BorderColor: #ddccf0;\n --sapAvatar_9_TextColor: #6c32a9;\n --sapAvatar_10_Background: #eaecee;\n --sapAvatar_10_BorderColor: #eaecee;\n --sapAvatar_10_TextColor: #556b82;\n --sapButton_Background: #eaecee;\n --sapButton_BorderColor: #bcc3ca;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .5rem;\n --sapButton_TextColor: #1d2d3e;\n --sapButton_Hover_Background: #fff;\n --sapButton_Hover_BorderColor: #fff;\n --sapButton_Hover_TextColor: #1d2d3e;\n --sapButton_IconColor: #1d2d3e;\n --sapButton_Active_Background: #fff;\n --sapButton_Active_BorderColor: #0070f2;\n --sapButton_Active_TextColor: #0070f2;\n --sapButton_Emphasized_Background: #0070f2;\n --sapButton_Emphasized_BorderColor: #0070f2;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #0064d9;\n --sapButton_Emphasized_Hover_BorderColor: #0064d9;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #fff;\n --sapButton_Emphasized_Active_BorderColor: #0070f2;\n --sapButton_Emphasized_Active_TextColor: #0070f2;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #ffd6e9;\n --sapButton_Reject_BorderColor: #ffd6e9;\n --sapButton_Reject_TextColor: #aa0808;\n --sapButton_Reject_Hover_Background: #fff;\n --sapButton_Reject_Hover_BorderColor: #fff;\n --sapButton_Reject_Hover_TextColor: #aa0808;\n --sapButton_Reject_Active_Background: #fff;\n --sapButton_Reject_Active_BorderColor: #f53232;\n --sapButton_Reject_Active_TextColor: #aa0808;\n --sapButton_Reject_Selected_Background: #fff;\n --sapButton_Reject_Selected_BorderColor: #f53232;\n --sapButton_Reject_Selected_TextColor: #aa0808;\n --sapButton_Reject_Selected_Hover_Background: #fff;\n --sapButton_Reject_Selected_Hover_BorderColor: #f53232;\n --sapButton_Accept_Background: #ebf5cb;\n --sapButton_Accept_BorderColor: #ebf5cb;\n --sapButton_Accept_TextColor: #256f3a;\n --sapButton_Accept_Hover_Background: #fff;\n --sapButton_Accept_Hover_BorderColor: #fff;\n --sapButton_Accept_Hover_TextColor: #256f3a;\n --sapButton_Accept_Active_Background: #fff;\n --sapButton_Accept_Active_BorderColor: #30914c;\n --sapButton_Accept_Active_TextColor: #256f3a;\n --sapButton_Accept_Selected_Background: #fff;\n --sapButton_Accept_Selected_BorderColor: #30914c;\n --sapButton_Accept_Selected_TextColor: #256f3a;\n --sapButton_Accept_Selected_Hover_Background: #fff;\n --sapButton_Accept_Selected_Hover_BorderColor: #30914c;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #0064d9;\n --sapButton_Lite_Hover_Background: #fff;\n --sapButton_Lite_Hover_BorderColor: #fff;\n --sapButton_Lite_Hover_TextColor: #0064d9;\n --sapButton_Lite_Active_Background: #fff;\n --sapButton_Lite_Active_BorderColor: #0070f2;\n --sapButton_Selected_Background: #fff;\n --sapButton_Selected_BorderColor: #0070f2;\n --sapButton_Selected_TextColor: #0070f2;\n --sapButton_Selected_Hover_Background: #fff;\n --sapButton_Selected_Hover_BorderColor: #0070f2;\n --sapButton_Attention_Background: #fff3b7;\n --sapButton_Attention_BorderColor: #fff3b7;\n --sapButton_Attention_TextColor: #b95100;\n --sapButton_Attention_Hover_Background: #fff;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #b95100;\n --sapButton_Attention_Active_Background: #fff;\n --sapButton_Attention_Active_BorderColor: #ff8d34;\n --sapButton_Attention_Active_TextColor: #b95100;\n --sapButton_Attention_Selected_Background: #fff;\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\n --sapButton_Attention_Selected_TextColor: #b95100;\n --sapButton_Attention_Selected_Hover_Background: #fff;\n --sapButton_Attention_Selected_Hover_BorderColor: #ff8d34;\n --sapButton_Negative_Background: #f53232;\n --sapButton_Negative_BorderColor: #f53232;\n --sapButton_Negative_TextColor: #fff;\n --sapButton_Negative_Hover_Background: #e90b0b;\n --sapButton_Negative_Hover_BorderColor: #e90b0b;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #d50a0a;\n --sapButton_Negative_Active_BorderColor: #d50a0a;\n --sapButton_Negative_Active_TextColor: #fff;\n --sapButton_Critical_Background: #e76500;\n --sapButton_Critical_BorderColor: #e76500;\n --sapButton_Critical_TextColor: #fff;\n --sapButton_Critical_Hover_Background: #dd6100;\n --sapButton_Critical_Hover_BorderColor: #dd6100;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #d35c00;\n --sapButton_Critical_Active_BorderColor: #d35c00;\n --sapButton_Critical_Active_TextColor: #fff;\n --sapButton_Success_Background: #30914c;\n --sapButton_Success_BorderColor: #30914c;\n --sapButton_Success_TextColor: #fff;\n --sapButton_Success_Hover_Background: #2c8646;\n --sapButton_Success_Hover_BorderColor: #2c8646;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #287a40;\n --sapButton_Success_Active_BorderColor: #287a40;\n --sapButton_Success_Active_TextColor: #fff;\n --sapButton_Information_Background: #0070f2;\n --sapButton_Information_BorderColor: #0070f2;\n --sapButton_Information_TextColor: #fff;\n --sapButton_Information_Hover_Background: #0064d9;\n --sapButton_Information_Hover_BorderColor: #0064d9;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #0058bf;\n --sapButton_Information_Active_BorderColor: #0058bf;\n --sapButton_Information_Active_TextColor: #fff;\n --sapButton_Neutral_Background: #788fa6;\n --sapButton_Neutral_BorderColor: #788fa6;\n --sapButton_Neutral_TextColor: #fff;\n --sapButton_Neutral_Hover_Background: #637d97;\n --sapButton_Neutral_Hover_BorderColor: #637d97;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #5d758e;\n --sapButton_Neutral_Active_BorderColor: #5d758e;\n --sapButton_Neutral_Active_TextColor: #fff;\n --sapButton_Track_Background: #788fa6;\n --sapButton_Track_BorderColor: #788fa6;\n --sapButton_Track_TextColor: #fff;\n --sapButton_Track_Hover_Background: #637d97;\n --sapButton_Track_Hover_BorderColor: #637d97;\n --sapButton_Track_Selected_Background: #0070f2;\n --sapButton_Track_Selected_BorderColor: #0070f2;\n --sapButton_Track_Selected_TextColor: #fff;\n --sapButton_Track_Selected_Hover_Background: #0064d9;\n --sapButton_Track_Selected_Hover_BorderColor: #0064d9;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #fff;\n --sapButton_Handle_TextColor: #1d2d3e;\n --sapButton_Handle_Hover_Background: #fff;\n --sapButton_Handle_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_Handle_Selected_Background: #fff;\n --sapButton_Handle_Selected_BorderColor: #fff;\n --sapButton_Handle_Selected_TextColor: #0070f2;\n --sapButton_Handle_Selected_Hover_Background: #fff;\n --sapButton_Handle_Selected_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_Track_Negative_Background: #f53232;\n --sapButton_Track_Negative_BorderColor: #f53232;\n --sapButton_Track_Negative_TextColor: #fff;\n --sapButton_Track_Negative_Hover_Background: #e90b0b;\n --sapButton_Track_Negative_Hover_BorderColor: #e90b0b;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #fff;\n --sapButton_Handle_Negative_TextColor: #aa0808;\n --sapButton_Handle_Negative_Hover_Background: #fff;\n --sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_Track_Positive_Background: #30914c;\n --sapButton_Track_Positive_BorderColor: #30914c;\n --sapButton_Track_Positive_TextColor: #fff;\n --sapButton_Track_Positive_Hover_Background: #2c8646;\n --sapButton_Track_Positive_Hover_BorderColor: #2c8646;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #fff;\n --sapButton_Handle_Positive_TextColor: #256f3a;\n --sapButton_Handle_Positive_Hover_Background: #fff;\n --sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_TokenBackground: #fff;\n --sapButton_TokenBorderColor: #758ca4;\n --sapField_Background: #eff1f2;\n --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;\n --sapField_TextColor: #131e29;\n --sapField_PlaceholderTextColor: #556b82;\n --sapField_BorderColor: #556b81;\n --sapField_HelpBackground: #eff1f2;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: none;\n --sapField_BorderCornerRadius: .25rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;\n --sapField_Hover_BorderColor: #556b81;\n --sapField_Hover_HelpBackground: #fff;\n --sapField_Hover_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);\n --sapField_Hover_InvalidShadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);\n --sapField_Hover_WarningShadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);\n --sapField_Hover_SuccessShadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);\n --sapField_Hover_InformationShadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\n --sapField_Active_BorderColor: #0070f2;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #0070f2;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: transparent;\n --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 0.25rem, transparent 0.25rem) border-box;\n --sapField_ReadOnly_BorderColor: #556b81;\n --sapField_ReadOnly_BorderStyle: none;\n --sapField_ReadOnly_HelpBackground: transparent;\n --sapField_RequiredColor: #ba066c;\n --sapField_InvalidColor: #f53232;\n --sapField_InvalidBackground: #ffeaf4;\n --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f53232, #f53232) border-box;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: none;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #e76500;\n --sapField_WarningBackground: #fff8d6;\n --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e76500, #e76500) border-box;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: none;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #30914c;\n --sapField_SuccessBackground: #f5fae5;\n --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: none;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #0070f2;\n --sapField_InformationBackground: #e1f4ff;\n --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: none;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #fff;\n --sapGroup_TitleBorderColor: #a8b2bd;\n --sapGroup_TitleTextColor: #1d2d3e;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #d9d9d9;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: .5rem;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: #fff;\n --sapToolbar_SeparatorColor: #d9d9d9;\n --sapList_HeaderBackground: #fff;\n --sapList_HeaderBorderColor: #a8b2bd;\n --sapList_HeaderTextColor: #1d2d3e;\n --sapList_BorderColor: #e5e5e5;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #1d2d3e;\n --sapList_Active_TextColor: #1d2d3e;\n --sapList_Active_Background: #dee2e5;\n --sapList_SelectionBackgroundColor: #ebf8ff;\n --sapList_SelectionBorderColor: #0070f2;\n --sapList_Hover_SelectionBackground: #dcf3ff;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #eaecee;\n --sapList_AlternatingBackground: #f5f6f7;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #a8b2bd;\n --sapList_GroupHeaderTextColor: #1d2d3e;\n --sapList_TableGroupHeaderBackground: #eff1f2;\n --sapList_TableGroupHeaderBorderColor: #a8b2bd;\n --sapList_TableGroupHeaderTextColor: #1d2d3e;\n --sapList_FooterBackground: #fff;\n --sapList_FooterTextColor: #1d2d3e;\n --sapList_TableFooterBorder: #a8b2bd;\n --sapList_TableFixedBorderColor: #8c8c8c;\n --sapMessage_ErrorBorderColor: #ff8ec4;\n --sapMessage_WarningBorderColor: #ffe770;\n --sapMessage_SuccessBorderColor: #cee67e;\n --sapMessage_InformationBorderColor: #7bcfff;\n --sapPopover_BorderCornerRadius: .5rem;\n --sapProgress_Background: #d5dadd;\n --sapProgress_BorderColor: #d5dadd;\n --sapProgress_TextColor: #1d2d3e;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #ffdbec;\n --sapProgress_NegativeBorderColor: #ffdbec;\n --sapProgress_NegativeTextColor: #1d2d3e;\n --sapProgress_CriticalBackground: #fff4bd;\n --sapProgress_CriticalBorderColor: #fff4bd;\n --sapProgress_CriticalTextColor: #1d2d3e;\n --sapProgress_PositiveBackground: #e5f2ba;\n --sapProgress_PositiveBorderColor: #e5f2ba;\n --sapProgress_PositiveTextColor: #1d2d3e;\n --sapProgress_InformationBackground: #cdedff;\n --sapProgress_InformationBorderColor: #cdedff;\n --sapProgress_InformationTextColor: #1d2d3e;\n --sapProgress_Value_Background: #788fa6;\n --sapProgress_Value_BorderColor: #d5dadd;\n --sapProgress_Value_TextColor: #788fa6;\n --sapProgress_Value_NegativeBackground: #f53232;\n --sapProgress_Value_NegativeBorderColor: #f53232;\n --sapProgress_Value_NegativeTextColor: #f53232;\n --sapProgress_Value_CriticalBackground: #e76500;\n --sapProgress_Value_CriticalBorderColor: #e76500;\n --sapProgress_Value_CriticalTextColor: #e76500;\n --sapProgress_Value_PositiveBackground: #30914c;\n --sapProgress_Value_PositiveBorderColor: #30914c;\n --sapProgress_Value_PositiveTextColor: #30914c;\n --sapProgress_Value_InformationBackground: #0070f2;\n --sapProgress_Value_InformationBorderColor: #0070f2;\n --sapProgress_Value_InformationTextColor: #0070f2;\n --sapScrollBar_FaceColor: #7b91a8;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #7b91a8;\n --sapScrollBar_SymbolColor: #1d2d3e;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #6f87a0;\n --sapSlider_Background: #d5dadd;\n --sapSlider_BorderColor: #d5dadd;\n --sapSlider_Selected_Background: #0070f2;\n --sapSlider_Selected_BorderColor: #0070f2;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #fff;\n --sapSlider_RangeHandleBackground: #fff;\n --sapSlider_Hover_HandleBackground: #fff;\n --sapSlider_Hover_HandleBorderColor: #0070f2;\n --sapSlider_Hover_RangeHandleBackground: #fff;\n --sapSlider_Active_HandleBackground: #fff;\n --sapSlider_Active_HandleBorderColor: #0070f2;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #d9d9d9;\n --sapPageHeader_TextColor: #1d2d3e;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #d9d9d9;\n --sapPageFooter_TextColor: #1d2d3e;\n --sapInfobar_Background: #c2fcee;\n --sapInfobar_Hover_Background: #fff;\n --sapInfobar_Active_Background: #fff;\n --sapInfobar_NonInteractive_Background: #f5f6f7;\n --sapInfobar_TextColor: #046c7a;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #eaecee;\n --sapObjectHeader_BorderColor: #d9d9d9;\n --sapObjectHeader_Title_TextColor: #1d2d3e;\n --sapObjectHeader_Title_FontSize: 2rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #556b82;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #fff;\n --sapTile_Active_Background: #f5f5f5;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: 1rem;\n --sapTile_TitleTextColor: #1d2d3e;\n --sapTile_TextColor: #556b82;\n --sapTile_IconColor: #556b82;\n --sapTile_SeparatorColor: #ccc;\n --sapTile_Interactive_BorderColor: #b3b3b3;\n --sapTile_OverlayBackground: rgba(255,255,255,0.96);\n --sapTile_OverlayForegroundColor: #1d2d3e;\n --sapAccentColor1: #d27700;\n --sapAccentColor2: #aa0808;\n --sapAccentColor3: #ba066c;\n --sapAccentColor4: #a100c2;\n --sapAccentColor5: #5d36ff;\n --sapAccentColor6: #0057d2;\n --sapAccentColor7: #046c7a;\n --sapAccentColor8: #256f3a;\n --sapAccentColor9: #6c32a9;\n --sapAccentColor10: #5b738b;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #ffdbe7;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #ddccf0;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #840606;\n --sapIndicationColor_1_Background: #840606;\n --sapIndicationColor_1_BorderColor: #840606;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #6c0505;\n --sapIndicationColor_1_Active_Background: #530404;\n --sapIndicationColor_1_Active_BorderColor: #fb9d9d;\n --sapIndicationColor_1_Active_TextColor: #840606;\n --sapIndicationColor_1_Selected_Background: #530404;\n --sapIndicationColor_1_Selected_BorderColor: #fb9d9d;\n --sapIndicationColor_1_Selected_TextColor: #840606;\n --sapIndicationColor_1b: #fb9d9d;\n --sapIndicationColor_1b_BorderColor: #fb9d9d;\n --sapIndicationColor_1b_Hover_Background: #fa8585;\n --sapIndicationColor_2: #aa0808;\n --sapIndicationColor_2_Background: #aa0808;\n --sapIndicationColor_2_BorderColor: #aa0808;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #920707;\n --sapIndicationColor_2_Active_Background: #790606;\n --sapIndicationColor_2_Active_BorderColor: #fcc4c4;\n --sapIndicationColor_2_Active_TextColor: #aa0808;\n --sapIndicationColor_2_Selected_Background: #790606;\n --sapIndicationColor_2_Selected_BorderColor: #fcc4c4;\n --sapIndicationColor_2_Selected_TextColor: #aa0808;\n --sapIndicationColor_2b: #fcc4c4;\n --sapIndicationColor_2b_BorderColor: #fcc4c4;\n --sapIndicationColor_2b_Hover_Background: #fbacac;\n --sapIndicationColor_3: #b95100;\n --sapIndicationColor_3_Background: #e76500;\n --sapIndicationColor_3_BorderColor: #e76500;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #d85e00;\n --sapIndicationColor_3_Active_Background: #c85800;\n --sapIndicationColor_3_Active_BorderColor: #fff2c0;\n --sapIndicationColor_3_Active_TextColor: #b95100;\n --sapIndicationColor_3_Selected_Background: #c85800;\n --sapIndicationColor_3_Selected_BorderColor: #fff2c0;\n --sapIndicationColor_3_Selected_TextColor: #b95100;\n --sapIndicationColor_3b: #fff2c0;\n --sapIndicationColor_3b_BorderColor: #fff2c0;\n --sapIndicationColor_3b_Hover_Background: #ffeda6;\n --sapIndicationColor_4: #256f3a;\n --sapIndicationColor_4_Background: #256f3a;\n --sapIndicationColor_4_BorderColor: #256f3a;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #1f5c30;\n --sapIndicationColor_4_Active_Background: #184926;\n --sapIndicationColor_4_Active_BorderColor: #bae8bc;\n --sapIndicationColor_4_Active_TextColor: #256f3a;\n --sapIndicationColor_4_Selected_Background: #184926;\n --sapIndicationColor_4_Selected_BorderColor: #bae8bc;\n --sapIndicationColor_4_Selected_TextColor: #256f3a;\n --sapIndicationColor_4b: #bae8bc;\n --sapIndicationColor_4b_BorderColor: #bae8bc;\n --sapIndicationColor_4b_Hover_Background: #a7e2a9;\n --sapIndicationColor_5: #0070f2;\n --sapIndicationColor_5_Background: #0070f2;\n --sapIndicationColor_5_BorderColor: #0070f2;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #0064d9;\n --sapIndicationColor_5_Active_Background: #0058bf;\n --sapIndicationColor_5_Active_BorderColor: #d3effd;\n --sapIndicationColor_5_Active_TextColor: #0070f2;\n --sapIndicationColor_5_Selected_Background: #0058bf;\n --sapIndicationColor_5_Selected_BorderColor: #d3effd;\n --sapIndicationColor_5_Selected_TextColor: #0070f2;\n --sapIndicationColor_5b: #d3effd;\n --sapIndicationColor_5b_BorderColor: #d3effd;\n --sapIndicationColor_5b_Hover_Background: #bbe6fc;\n --sapIndicationColor_6: #046c7a;\n --sapIndicationColor_6_Background: #046c7a;\n --sapIndicationColor_6_BorderColor: #046c7a;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #035661;\n --sapIndicationColor_6_Active_Background: #024049;\n --sapIndicationColor_6_Active_BorderColor: #cdf5ec;\n --sapIndicationColor_6_Active_TextColor: #046c7a;\n --sapIndicationColor_6_Selected_Background: #024049;\n --sapIndicationColor_6_Selected_BorderColor: #cdf5ec;\n --sapIndicationColor_6_Selected_TextColor: #046c7a;\n --sapIndicationColor_6b: #cdf5ec;\n --sapIndicationColor_6b_BorderColor: #cdf5ec;\n --sapIndicationColor_6b_Hover_Background: #b8f1e4;\n --sapIndicationColor_7: #5d36ff;\n --sapIndicationColor_7_Background: #5d36ff;\n --sapIndicationColor_7_BorderColor: #5d36ff;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #481cff;\n --sapIndicationColor_7_Active_Background: #3403ff;\n --sapIndicationColor_7_Active_BorderColor: #e2dbff;\n --sapIndicationColor_7_Active_TextColor: #5d36ff;\n --sapIndicationColor_7_Selected_Background: #3403ff;\n --sapIndicationColor_7_Selected_BorderColor: #e2dbff;\n --sapIndicationColor_7_Selected_TextColor: #5d36ff;\n --sapIndicationColor_7b: #e2dbff;\n --sapIndicationColor_7b_BorderColor: #e2dbff;\n --sapIndicationColor_7b_Hover_Background: #cdc2ff;\n --sapIndicationColor_8: #a100c2;\n --sapIndicationColor_8_Background: #a100c2;\n --sapIndicationColor_8_BorderColor: #a100c2;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #8c00a9;\n --sapIndicationColor_8_Active_Background: #77008f;\n --sapIndicationColor_8_Active_BorderColor: #f8d6ff;\n --sapIndicationColor_8_Active_TextColor: #a100c2;\n --sapIndicationColor_8_Selected_Background: #77008f;\n --sapIndicationColor_8_Selected_BorderColor: #f8d6ff;\n --sapIndicationColor_8_Selected_TextColor: #a100c2;\n --sapIndicationColor_8b: #f8d6ff;\n --sapIndicationColor_8b_BorderColor: #f8d6ff;\n --sapIndicationColor_8b_Hover_Background: #f4bdff;\n --sapIndicationColor_9: #1d2d3e;\n --sapIndicationColor_9_Background: #1d2d3e;\n --sapIndicationColor_9_BorderColor: #1d2d3e;\n --sapIndicationColor_9_TextColor: #fff;\n --sapIndicationColor_9_Hover_Background: #15202d;\n --sapIndicationColor_9_Active_Background: #fff;\n --sapIndicationColor_9_Active_BorderColor: #d9d9d9;\n --sapIndicationColor_9_Active_TextColor: #1d2d3e;\n --sapIndicationColor_9_Selected_Background: #fff;\n --sapIndicationColor_9_Selected_BorderColor: #d9d9d9;\n --sapIndicationColor_9_Selected_TextColor: #1d2d3e;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #d9d9d9;\n --sapIndicationColor_9b_Hover_Background: #f2f2f2;\n --sapIndicationColor_10: #45484a;\n --sapIndicationColor_10_Background: #83888b;\n --sapIndicationColor_10_BorderColor: #83888b;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #767b7e;\n --sapIndicationColor_10_Active_Background: #fff;\n --sapIndicationColor_10_Active_BorderColor: #eaecee;\n --sapIndicationColor_10_Active_TextColor: #45484a;\n --sapIndicationColor_10_Selected_Background: #fff;\n --sapIndicationColor_10_Selected_BorderColor: #eaecee;\n --sapIndicationColor_10_Selected_TextColor: #45484a;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #eaecee;\n --sapIndicationColor_10b_Hover_Background: #dcdfe3;\n --sapLegend_WorkingBackground: #fff;\n --sapLegend_NonWorkingBackground: #ebebeb;\n --sapLegend_CurrentDateTime: #a100c2;\n --sapLegendColor1: #c35500;\n --sapLegendColor2: #d23a0a;\n --sapLegendColor3: #df1278;\n --sapLegendColor4: #840606;\n --sapLegendColor5: #cc00dc;\n --sapLegendColor6: #0057d2;\n --sapLegendColor7: #07838f;\n --sapLegendColor8: #188918;\n --sapLegendColor9: #5b738b;\n --sapLegendColor10: #7800a4;\n --sapLegendColor11: #a93e00;\n --sapLegendColor12: #aa2608;\n --sapLegendColor13: #ba066c;\n --sapLegendColor14: #8d2a00;\n --sapLegendColor15: #4e247a;\n --sapLegendColor16: #002a86;\n --sapLegendColor17: #035663;\n --sapLegendColor18: #1e592f;\n --sapLegendColor19: #1a4796;\n --sapLegendColor20: #470ced;\n --sapLegendBackgroundColor1: #ffef9f;\n --sapLegendBackgroundColor2: #feeae1;\n --sapLegendBackgroundColor3: #fbf6f8;\n --sapLegendBackgroundColor4: #fbebeb;\n --sapLegendBackgroundColor5: #ffe5fe;\n --sapLegendBackgroundColor6: #d1efff;\n --sapLegendBackgroundColor7: #c2fcee;\n --sapLegendBackgroundColor8: #f5fae5;\n --sapLegendBackgroundColor9: #f5f6f7;\n --sapLegendBackgroundColor10: #fff0fa;\n --sapLegendBackgroundColor11: #fff8d6;\n --sapLegendBackgroundColor12: #fff6f6;\n --sapLegendBackgroundColor13: #f7ebef;\n --sapLegendBackgroundColor14: #f1ecd5;\n --sapLegendBackgroundColor15: #f0e7f8;\n --sapLegendBackgroundColor16: #ebf8ff;\n --sapLegendBackgroundColor17: #dafdf5;\n --sapLegendBackgroundColor18: #ebf5cb;\n --sapLegendBackgroundColor19: #fafdff;\n --sapLegendBackgroundColor20: #eceeff;\n --sapChart_OrderedColor_1: #1b90ff;\n --sapChart_OrderedColor_2: #f26018;\n --sapChart_OrderedColor_3: #179c6f;\n --sapChart_OrderedColor_4: #f62866;\n --sapChart_OrderedColor_5: #863fd5;\n --sapChart_OrderedColor_6: #04a29d;\n --sapChart_OrderedColor_7: #0070f2;\n --sapChart_OrderedColor_8: #cc00dc;\n --sapChart_OrderedColor_9: #8396a8;\n --sapChart_OrderedColor_10: #f54747;\n --sapChart_OrderedColor_11: #20578c;\n --sapChart_Bad: #f53232;\n --sapChart_Critical: #e76500;\n --sapChart_Good: #30914c;\n --sapChart_Neutral: #788fa6;\n --sapChart_Sequence_1: #1b90ff;\n --sapChart_Sequence_2: #f26018;\n --sapChart_Sequence_3: #179c6f;\n --sapChart_Sequence_4: #f62866;\n --sapChart_Sequence_5: #863fd5;\n --sapChart_Sequence_6: #04a29d;\n --sapChart_Sequence_7: #0070f2;\n --sapChart_Sequence_8: #cc00dc;\n --sapChart_Sequence_9: #8396a8;\n --sapChart_Sequence_10: #f54747;\n --sapChart_Sequence_11: #20578c;\n --sapChart_Sequence_Neutral: #788fa6;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');\n --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');\n --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');\n --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');\n --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');\n --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');\n --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');\n --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');\n --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');\n --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');\n --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');\n --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');\n --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');\n --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');\n --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');\n --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');\n --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');\n --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');\n --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');\n --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');\n --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');\n --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');\n --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');\n --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');\n --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');\n --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');\n --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');\n --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');\n --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');\n --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');\n --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');\n --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');\n --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');\n --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');\n --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');\n --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');\n --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');\n --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');\n --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');\n --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');\n --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');\n --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');\n --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');\n --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');\n --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');\n --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');\n --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');\n --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');\n --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');\n}\n\n.background-image--sapCompanyLogo {\n background-image: var(--sapCompanyLogo);\n}\n\n.background-image--sapBackgroundImage {\n background-image: var(--sapBackgroundImage);\n}\n\n.background-image--sapShell_BackgroundImage {\n background-image: var(--sapShell_BackgroundImage);\n}\n"
|
11
|
+
content: ":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_horizon.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"baseTheme\"],\"Tags\":[\"Fiori_3\",\"LightColorScheme\"],\"FallbackThemeId\":\"sap_fiori_3\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.23071.0-20230727072504+103a4b0abd3804e9712812399620a8b1ef82147d\"},\"Version\":{ \"Build\":\"11.6.4.20230803094309\",\"Source\":\"11.6.4\"}};--sapBrandColor:#0070f2;--sapHighlightColor:#0064d9;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#f5f6f7;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#1d2d3e;--sapLinkColor:#0070f2;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0064d9;--sapHoverColor:#eaecee;--sapActiveColor:#dee2e5;--sapHighlightTextColor:#fff;--sapTitleColor:#1d2d3e;--sapNegativeColor:#aa0808;--sapCriticalColor:#e76500;--sapPositiveColor:#256f3a;--sapInformativeColor:#0070f2;--sapNeutralColor:#788fa6;--sapNegativeElementColor:#f53232;--sapCriticalElementColor:#e76500;--sapPositiveElementColor:#30914c;--sapInformativeElementColor:#0070f2;--sapNeutralElementColor:#788fa6;--sapNegativeTextColor:#aa0808;--sapCriticalTextColor:#b44f00;--sapPositiveTextColor:#256f3a;--sapInformativeTextColor:#0064d9;--sapNeutralTextColor:#1d2d3e;--sapErrorColor:#aa0808;--sapWarningColor:#e76500;--sapSuccessColor:#256f3a;--sapInformationColor:#0070f2;--sapErrorBackground:#ffeaf4;--sapWarningBackground:#fff8d6;--sapSuccessBackground:#f5fae5;--sapInformationBackground:#e1f4ff;--sapNeutralBackground:#eff1f2;--sapErrorBorderColor:#e90b0b;--sapWarningBorderColor:#dd6100;--sapSuccessBorderColor:#30914c;--sapInformationBorderColor:#0070f2;--sapNeutralBorderColor:#788fa6;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#1d2d3e;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#758ca4;--sapContent_MarkerIconColor:#5d36ff;--sapContent_MarkerTextColor:#046c7a;--sapContent_MeasureIndicatorColor:#556b81;--sapContent_Selected_MeasureIndicatorColor:#0064d9;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_ImagePlaceholderBackground:#eaecee;--sapContent_ImagePlaceholderForegroundColor:#5b738b;--sapContent_RatedColor:#d27700;--sapContent_UnratedColor:#758ca4;--sapContent_BusyColor:#0064d9;--sapContent_FocusColor:#0032a5;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#223548;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 rgba(34,53,72,.2),0 0.125rem 0.25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1:0 0 0 0.0625rem rgba(34,53,72,.48),0 0.125rem 0.5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(34,53,72,.48),0 0.625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3:0 0 0 0.0625rem rgba(34,53,72,.48),0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(34,53,72,.05),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:inset 0 0 0 0.0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow:inset 0 0 0 0.0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow:inset 0 0 0 0.0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow:inset 0 0 0 0.0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow:inset 0 0 0 0.0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow:inset 0 0 0 0.0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow:inset 0 0 0 0.0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor:#dafdf5;--sapContent_HelpColor:#188918;--sapContent_LabelColor:#556b82;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(29,45,62,.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#758ca4;--sapContent_ForegroundTextColor:#1d2d3e;--sapContent_BadgeBackground:#aa0808;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#0064d9;--sapContent_Selected_TextColor:#0064d9;--sapContent_Selected_Background:#fff;--sapContent_Selected_Hover_Background:#e3f0ff;--sapContent_Selected_ForegroundColor:#0064d9;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#0070f2;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#00144a;--sapContent_Illustrative_Color5:#a9b4be;--sapContent_Illustrative_Color6:#d5dadd;--sapContent_Illustrative_Color7:#ebf8ff;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:\"72-Semibold\",\"72-Semiboldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:\"72-SemiboldDuplex\",\"72-SemiboldDuplexfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72Blackfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:none;--sapLink_Hover_Color:#0064d9;--sapLink_Hover_TextDecoration:underline;--sapLink_Active_Color:#0064d9;--sapLink_Active_TextDecoration:none;--sapLink_Visited_Color:#0064d9;--sapLink_InvertedColor:#bfddff;--sapLink_SubtleColor:#1d2d3e;--sapShell_Background:#eff1f2;--sapShell_BackgroundImage:linear-gradient(180deg,#eff1f2,#eff1f2);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#1d2d3e;--sapShell_InteractiveBackground:#eff1f2;--sapShell_InteractiveTextColor:#1d2d3e;--sapShell_InteractiveBorderColor:#556b81;--sapShell_GroupTitleTextColor:#1d2d3e;--sapShell_GroupTitleTextShadow:0 0 .125rem #fff;--sapShell_Hover_Background:#fff;--sapShell_Active_Background:#fff;--sapShell_Active_TextColor:#0070f2;--sapShell_Selected_Background:#fff;--sapShell_Selected_TextColor:#0070f2;--sapShell_Selected_Hover_Background:#fff;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_Hover_Background:#fff;--sapShell_Navigation_SelectedColor:#0064d9;--sapShell_Navigation_Selected_TextColor:#0064d9;--sapShell_Navigation_TextColor:#1d2d3e;--sapShell_Navigation_Active_TextColor:#0064d9;--sapShell_Navigation_Active_Background:#fff;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(34,53,72,.15),inset 0 -0.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor:#aa0808;--sapShell_CriticalColor:#b44f00;--sapShell_PositiveColor:#256f3a;--sapShell_InformativeColor:#0064d9;--sapShell_NeutralColor:#1d2d3e;--sapShell_Category_1_Background:#0057d2;--sapShell_Category_1_BorderColor:#0057d2;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background:#df1278;--sapShell_Category_2_BorderColor:#df1278;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background:#e76500;--sapShell_Category_3_BorderColor:#e76500;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background:#7800a4;--sapShell_Category_4_BorderColor:#7800a4;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background:#aa2608;--sapShell_Category_5_BorderColor:#aa2608;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background:#07838f;--sapShell_Category_6_BorderColor:#07838f;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background:#f31ded;--sapShell_Category_7_BorderColor:#f31ded;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background:#188918;--sapShell_Category_8_BorderColor:#188918;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background:#002a86;--sapShell_Category_9_BorderColor:#002a86;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background:#5b738b;--sapShell_Category_10_BorderColor:#5b738b;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background:#d20a0a;--sapShell_Category_11_BorderColor:#d20a0a;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background:#7858ff;--sapShell_Category_12_BorderColor:#7858ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background:#a00875;--sapShell_Category_13_BorderColor:#a00875;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background:#14565b;--sapShell_Category_14_BorderColor:#14565b;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background:#223548;--sapShell_Category_15_BorderColor:#223548;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background:#1e592f;--sapShell_Category_16_BorderColor:#1e592f;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:0 0 .0625rem rgba(0,0,0,.7);--sapAvatar_1_Background:#fff3b8;--sapAvatar_1_BorderColor:#fff3b8;--sapAvatar_1_TextColor:#a45d00;--sapAvatar_2_Background:#ffd0e7;--sapAvatar_2_BorderColor:#ffd0e7;--sapAvatar_2_TextColor:#aa0808;--sapAvatar_3_Background:#ffdbe7;--sapAvatar_3_BorderColor:#ffdbe7;--sapAvatar_3_TextColor:#ba066c;--sapAvatar_4_Background:#ffdcf3;--sapAvatar_4_BorderColor:#ffdcf3;--sapAvatar_4_TextColor:#a100c2;--sapAvatar_5_Background:#ded3ff;--sapAvatar_5_BorderColor:#ded3ff;--sapAvatar_5_TextColor:#552cff;--sapAvatar_6_Background:#d1efff;--sapAvatar_6_BorderColor:#d1efff;--sapAvatar_6_TextColor:#0057d2;--sapAvatar_7_Background:#c2fcee;--sapAvatar_7_BorderColor:#c2fcee;--sapAvatar_7_TextColor:#046c7a;--sapAvatar_8_Background:#ebf5cb;--sapAvatar_8_BorderColor:#ebf5cb;--sapAvatar_8_TextColor:#256f3a;--sapAvatar_9_Background:#ddccf0;--sapAvatar_9_BorderColor:#ddccf0;--sapAvatar_9_TextColor:#6c32a9;--sapAvatar_10_Background:#eaecee;--sapAvatar_10_BorderColor:#eaecee;--sapAvatar_10_TextColor:#556b82;--sapButton_Background:#fff;--sapButton_BorderColor:#bcc3ca;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_TextColor:#0064d9;--sapButton_Hover_Background:#eaecee;--sapButton_Hover_BorderColor:#bcc3ca;--sapButton_Hover_TextColor:#0064d9;--sapButton_IconColor:#0064d9;--sapButton_Active_Background:#fff;--sapButton_Active_BorderColor:#0064d9;--sapButton_Active_TextColor:#0064d9;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#fff;--sapButton_Emphasized_Active_BorderColor:#0064d9;--sapButton_Emphasized_Active_TextColor:#0064d9;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#ffd6e9;--sapButton_Reject_BorderColor:#ffc2de;--sapButton_Reject_TextColor:#aa0808;--sapButton_Reject_Hover_Background:#ffbddb;--sapButton_Reject_Hover_BorderColor:#ffbddb;--sapButton_Reject_Hover_TextColor:#aa0808;--sapButton_Reject_Active_Background:#fff;--sapButton_Reject_Active_BorderColor:#e90b0b;--sapButton_Reject_Active_TextColor:#aa0808;--sapButton_Reject_Selected_Background:#fff;--sapButton_Reject_Selected_BorderColor:#e90b0b;--sapButton_Reject_Selected_TextColor:#aa0808;--sapButton_Reject_Selected_Hover_Background:#ffbddb;--sapButton_Reject_Selected_Hover_BorderColor:#e90b0b;--sapButton_Accept_Background:#ebf5cb;--sapButton_Accept_BorderColor:#dbeda0;--sapButton_Accept_TextColor:#256f3a;--sapButton_Accept_Hover_Background:#e3f1b6;--sapButton_Accept_Hover_BorderColor:#e3f1b6;--sapButton_Accept_Hover_TextColor:#256f3a;--sapButton_Accept_Active_Background:#fff;--sapButton_Accept_Active_BorderColor:#30914c;--sapButton_Accept_Active_TextColor:#256f3a;--sapButton_Accept_Selected_Background:#fff;--sapButton_Accept_Selected_BorderColor:#30914c;--sapButton_Accept_Selected_TextColor:#256f3a;--sapButton_Accept_Selected_Hover_Background:#e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor:#30914c;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0064d9;--sapButton_Lite_Hover_Background:#eaecee;--sapButton_Lite_Hover_BorderColor:#bcc3ca;--sapButton_Lite_Hover_TextColor:#0064d9;--sapButton_Lite_Active_Background:#fff;--sapButton_Lite_Active_BorderColor:#0064d9;--sapButton_Selected_Background:#fff;--sapButton_Selected_BorderColor:#0064d9;--sapButton_Selected_TextColor:#0064d9;--sapButton_Selected_Hover_Background:#e3f0ff;--sapButton_Selected_Hover_BorderColor:#0064d9;--sapButton_Attention_Background:#fff3b7;--sapButton_Attention_BorderColor:#ffeb84;--sapButton_Attention_TextColor:#b44f00;--sapButton_Attention_Hover_Background:#ffef9e;--sapButton_Attention_Hover_BorderColor:#ffef9e;--sapButton_Attention_Hover_TextColor:#b44f00;--sapButton_Attention_Active_Background:#fff;--sapButton_Attention_Active_BorderColor:#dd6100;--sapButton_Attention_Active_TextColor:#b44f00;--sapButton_Attention_Selected_Background:#fff;--sapButton_Attention_Selected_BorderColor:#dd6100;--sapButton_Attention_Selected_TextColor:#b44f00;--sapButton_Attention_Selected_Hover_Background:#ffef9e;--sapButton_Attention_Selected_Hover_BorderColor:#dd6100;--sapButton_Negative_Background:#f53232;--sapButton_Negative_BorderColor:#f53232;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#e90b0b;--sapButton_Negative_Hover_BorderColor:#e90b0b;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#fff;--sapButton_Negative_Active_BorderColor:#f53232;--sapButton_Negative_Active_TextColor:#aa0808;--sapButton_Critical_Background:#e76500;--sapButton_Critical_BorderColor:#e76500;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#dd6100;--sapButton_Critical_Hover_BorderColor:#dd6100;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#fff;--sapButton_Critical_Active_BorderColor:#dd6100;--sapButton_Critical_Active_TextColor:#b44f00;--sapButton_Success_Background:#30914c;--sapButton_Success_BorderColor:#30914c;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#2c8646;--sapButton_Success_Hover_BorderColor:#2c8646;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#fff;--sapButton_Success_Active_BorderColor:#30914c;--sapButton_Success_Active_TextColor:#256f3a;--sapButton_Information_Background:#e8f3ff;--sapButton_Information_BorderColor:#b5d8ff;--sapButton_Information_TextColor:#0064d9;--sapButton_Information_Hover_Background:#d4e8ff;--sapButton_Information_Hover_BorderColor:#b5d8ff;--sapButton_Information_Hover_TextColor:#0064d9;--sapButton_Information_Active_Background:#fff;--sapButton_Information_Active_BorderColor:#0064d9;--sapButton_Information_Active_TextColor:#0064d9;--sapButton_Neutral_Background:#e8f3ff;--sapButton_Neutral_BorderColor:#b5d8ff;--sapButton_Neutral_TextColor:#0064d9;--sapButton_Neutral_Hover_Background:#d4e8ff;--sapButton_Neutral_Hover_BorderColor:#b5d8ff;--sapButton_Neutral_Hover_TextColor:#0064d9;--sapButton_Neutral_Active_Background:#fff;--sapButton_Neutral_Active_BorderColor:#0064d9;--sapButton_Neutral_Active_TextColor:#0064d9;--sapButton_Track_Background:#788fa6;--sapButton_Track_BorderColor:#788fa6;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#637d97;--sapButton_Track_Hover_BorderColor:#637d97;--sapButton_Track_Selected_Background:#0064d9;--sapButton_Track_Selected_BorderColor:#0064d9;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#0058c0;--sapButton_Track_Selected_Hover_BorderColor:#0058c0;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#1d2d3e;--sapButton_Handle_Hover_Background:#fff;--sapButton_Handle_Hover_BorderColor:hsla(0,0%,100%,.5);--sapButton_Handle_Selected_Background:#fff;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#0064d9;--sapButton_Handle_Selected_Hover_Background:#fff;--sapButton_Handle_Selected_Hover_BorderColor:hsla(0,0%,100%,.5);--sapButton_Track_Negative_Background:#f53232;--sapButton_Track_Negative_BorderColor:#f53232;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#e90b0b;--sapButton_Track_Negative_Hover_BorderColor:#e90b0b;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#fff;--sapButton_Handle_Negative_TextColor:#aa0808;--sapButton_Handle_Negative_Hover_Background:#fff;--sapButton_Handle_Negative_Hover_BorderColor:hsla(0,0%,100%,.5);--sapButton_Track_Positive_Background:#30914c;--sapButton_Track_Positive_BorderColor:#30914c;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#2c8646;--sapButton_Track_Positive_Hover_BorderColor:#2c8646;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#fff;--sapButton_Handle_Positive_TextColor:#256f3a;--sapButton_Handle_Positive_Hover_Background:#fff;--sapButton_Handle_Positive_Hover_BorderColor:hsla(0,0%,100%,.5);--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#bcc3ca;--sapField_Background:#fff;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_TextColor:#131e29;--sapField_PlaceholderTextColor:#556b82;--sapField_BorderColor:#556b81;--sapField_HelpBackground:#fff;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:none;--sapField_BorderCornerRadius:.25rem;--sapField_Shadow:inset 0 0 0 0.0625rem rgba(85,107,129,.25);--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#0064d9,#0064d9) border-box;--sapField_Hover_BorderColor:#0064d9;--sapField_Hover_HelpBackground:#fff;--sapField_Hover_Shadow:inset 0 0 0 0.0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow:inset 0 0 0 0.0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow:inset 0 0 0 0.0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow:inset 0 0 0 0.0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow:inset 0 0 0 0.0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor:#0064d9;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#0032a5;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:#eaecee;--sapField_ReadOnly_BackgroundStyle:0 100%/0.375rem .0625rem repeat-x linear-gradient(90deg,#556b81,#556b81 0.25rem,transparent 0) border-box;--sapField_ReadOnly_BorderColor:#556b81;--sapField_ReadOnly_BorderStyle:none;--sapField_ReadOnly_HelpBackground:#eaecee;--sapField_RequiredColor:#ba066c;--sapField_InvalidColor:#e90b0b;--sapField_InvalidBackground:#ffeaf4;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#e90b0b,#e90b0b) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:none;--sapField_InvalidShadow:inset 0 0 0 0.0625rem rgba(255,142,196,.45);--sapField_WarningColor:#dd6100;--sapField_WarningBackground:#fff8d6;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#dd6100,#dd6100) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:none;--sapField_WarningShadow:inset 0 0 0 0.0625rem rgba(255,213,10,.4);--sapField_SuccessColor:#30914c;--sapField_SuccessBackground:#f5fae5;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#30914c,#30914c) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:none;--sapField_SuccessShadow:inset 0 0 0 0.0625rem rgba(48,145,76,.18);--sapField_InformationColor:#0070f2;--sapField_InformationBackground:#e1f4ff;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#0070f2,#0070f2) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:none;--sapField_InformationShadow:inset 0 0 0 0.0625rem rgba(104,174,255,.5);--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#a8b2bd;--sapGroup_TitleTextColor:#1d2d3e;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#a8b2bd;--sapList_HeaderTextColor:#1d2d3e;--sapList_BorderColor:#e5e5e5;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#1d2d3e;--sapList_Active_TextColor:#1d2d3e;--sapList_Active_Background:#dee2e5;--sapList_SelectionBackgroundColor:#ebf8ff;--sapList_SelectionBorderColor:#0064d9;--sapList_Hover_SelectionBackground:#dcf3ff;--sapList_Background:#fff;--sapList_Hover_Background:#eaecee;--sapList_AlternatingBackground:#f5f6f7;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#a8b2bd;--sapList_GroupHeaderTextColor:#1d2d3e;--sapList_TableGroupHeaderBackground:#eff1f2;--sapList_TableGroupHeaderBorderColor:#a8b2bd;--sapList_TableGroupHeaderTextColor:#1d2d3e;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#1d2d3e;--sapList_TableFooterBorder:#a8b2bd;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#ff8ec4;--sapMessage_WarningBorderColor:#ffe770;--sapMessage_SuccessBorderColor:#cee67e;--sapMessage_InformationBorderColor:#7bcfff;--sapPopover_BorderCornerRadius:.5rem;--sapProgress_Background:#d5dadd;--sapProgress_BorderColor:#d5dadd;--sapProgress_TextColor:#1d2d3e;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#ffdbec;--sapProgress_NegativeBorderColor:#ffdbec;--sapProgress_NegativeTextColor:#1d2d3e;--sapProgress_CriticalBackground:#fff4bd;--sapProgress_CriticalBorderColor:#fff4bd;--sapProgress_CriticalTextColor:#1d2d3e;--sapProgress_PositiveBackground:#e5f2ba;--sapProgress_PositiveBorderColor:#e5f2ba;--sapProgress_PositiveTextColor:#1d2d3e;--sapProgress_InformationBackground:#cdedff;--sapProgress_InformationBorderColor:#cdedff;--sapProgress_InformationTextColor:#1d2d3e;--sapProgress_Value_Background:#788fa6;--sapProgress_Value_BorderColor:#788fa6;--sapProgress_Value_TextColor:#788fa6;--sapProgress_Value_NegativeBackground:#f53232;--sapProgress_Value_NegativeBorderColor:#f53232;--sapProgress_Value_NegativeTextColor:#f53232;--sapProgress_Value_CriticalBackground:#e76500;--sapProgress_Value_CriticalBorderColor:#e76500;--sapProgress_Value_CriticalTextColor:#e76500;--sapProgress_Value_PositiveBackground:#30914c;--sapProgress_Value_PositiveBorderColor:#30914c;--sapProgress_Value_PositiveTextColor:#30914c;--sapProgress_Value_InformationBackground:#0070f2;--sapProgress_Value_InformationBorderColor:#0070f2;--sapProgress_Value_InformationTextColor:#0070f2;--sapScrollBar_FaceColor:#7b91a8;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#7b91a8;--sapScrollBar_SymbolColor:#0064d9;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#5b728b;--sapSlider_Background:#d5dadd;--sapSlider_BorderColor:#d5dadd;--sapSlider_Selected_Background:#0064d9;--sapSlider_Selected_BorderColor:#0064d9;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#b0d5ff;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#e3f0ff;--sapSlider_Hover_HandleBorderColor:#b0d5ff;--sapSlider_Hover_RangeHandleBackground:#e3f0ff;--sapSlider_Active_HandleBackground:#fff;--sapSlider_Active_HandleBorderColor:#0064d9;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#1d2d3e;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#1d2d3e;--sapInfobar_Background:#c2fcee;--sapInfobar_Hover_Background:#fff;--sapInfobar_Active_Background:#fff;--sapInfobar_NonInteractive_Background:#f5f6f7;--sapInfobar_TextColor:#046c7a;--sapObjectHeader_Background:#fff;--sapObjectHeader_Hover_Background:#eaecee;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Title_TextColor:#1d2d3e;--sapObjectHeader_Title_FontSize:1.5rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72Black\",\"72Blackfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#556b82;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#eaecee;--sapTile_Active_Background:#dee2e5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#1d2d3e;--sapTile_TextColor:#556b82;--sapTile_IconColor:#556b82;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:#fff;--sapTile_OverlayForegroundColor:#1d2d3e;--sapAccentColor1:#d27700;--sapAccentColor2:#aa0808;--sapAccentColor3:#ba066c;--sapAccentColor4:#a100c2;--sapAccentColor5:#5d36ff;--sapAccentColor6:#0057d2;--sapAccentColor7:#046c7a;--sapAccentColor8:#256f3a;--sapAccentColor9:#6c32a9;--sapAccentColor10:#5b738b;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#ffdbe7;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#ddccf0;--sapAccentBackgroundColor10:#eaecee;--sapIndicationColor_1:#840606;--sapIndicationColor_1_Background:#840606;--sapIndicationColor_1_BorderColor:#840606;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#6c0505;--sapIndicationColor_1_Active_Background:#fff;--sapIndicationColor_1_Active_BorderColor:#fb9d9d;--sapIndicationColor_1_Active_TextColor:#840606;--sapIndicationColor_1_Selected_Background:#fff;--sapIndicationColor_1_Selected_BorderColor:#fb9d9d;--sapIndicationColor_1_Selected_TextColor:#840606;--sapIndicationColor_1b:#fb9d9d;--sapIndicationColor_1b_BorderColor:#fb9d9d;--sapIndicationColor_1b_Hover_Background:#fa8585;--sapIndicationColor_2:#aa0808;--sapIndicationColor_2_Background:#aa0808;--sapIndicationColor_2_BorderColor:#aa0808;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#920707;--sapIndicationColor_2_Active_Background:#fff;--sapIndicationColor_2_Active_BorderColor:#fcc4c4;--sapIndicationColor_2_Active_TextColor:#aa0808;--sapIndicationColor_2_Selected_Background:#fff;--sapIndicationColor_2_Selected_BorderColor:#fcc4c4;--sapIndicationColor_2_Selected_TextColor:#aa0808;--sapIndicationColor_2b:#fcc4c4;--sapIndicationColor_2b_BorderColor:#fcc4c4;--sapIndicationColor_2b_Hover_Background:#fbacac;--sapIndicationColor_3:#b95100;--sapIndicationColor_3_Background:#e76500;--sapIndicationColor_3_BorderColor:#e76500;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#d85e00;--sapIndicationColor_3_Active_Background:#fff;--sapIndicationColor_3_Active_BorderColor:#fff2c0;--sapIndicationColor_3_Active_TextColor:#b95100;--sapIndicationColor_3_Selected_Background:#fff;--sapIndicationColor_3_Selected_BorderColor:#fff2c0;--sapIndicationColor_3_Selected_TextColor:#b95100;--sapIndicationColor_3b:#fff2c0;--sapIndicationColor_3b_BorderColor:#fff2c0;--sapIndicationColor_3b_Hover_Background:#ffeda6;--sapIndicationColor_4:#256f3a;--sapIndicationColor_4_Background:#256f3a;--sapIndicationColor_4_BorderColor:#256f3a;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#1f5c30;--sapIndicationColor_4_Active_Background:#fff;--sapIndicationColor_4_Active_BorderColor:#bae8bc;--sapIndicationColor_4_Active_TextColor:#256f3a;--sapIndicationColor_4_Selected_Background:#fff;--sapIndicationColor_4_Selected_BorderColor:#bae8bc;--sapIndicationColor_4_Selected_TextColor:#256f3a;--sapIndicationColor_4b:#bae8bc;--sapIndicationColor_4b_BorderColor:#bae8bc;--sapIndicationColor_4b_Hover_Background:#a7e2a9;--sapIndicationColor_5:#0070f2;--sapIndicationColor_5_Background:#0070f2;--sapIndicationColor_5_BorderColor:#0070f2;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#0064d9;--sapIndicationColor_5_Active_Background:#fff;--sapIndicationColor_5_Active_BorderColor:#d3effd;--sapIndicationColor_5_Active_TextColor:#0070f2;--sapIndicationColor_5_Selected_Background:#fff;--sapIndicationColor_5_Selected_BorderColor:#d3effd;--sapIndicationColor_5_Selected_TextColor:#0070f2;--sapIndicationColor_5b:#d3effd;--sapIndicationColor_5b_BorderColor:#d3effd;--sapIndicationColor_5b_Hover_Background:#bbe6fc;--sapIndicationColor_6:#046c7a;--sapIndicationColor_6_Background:#046c7a;--sapIndicationColor_6_BorderColor:#046c7a;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#035661;--sapIndicationColor_6_Active_Background:#fff;--sapIndicationColor_6_Active_BorderColor:#cdf5ec;--sapIndicationColor_6_Active_TextColor:#046c7a;--sapIndicationColor_6_Selected_Background:#fff;--sapIndicationColor_6_Selected_BorderColor:#cdf5ec;--sapIndicationColor_6_Selected_TextColor:#046c7a;--sapIndicationColor_6b:#cdf5ec;--sapIndicationColor_6b_BorderColor:#cdf5ec;--sapIndicationColor_6b_Hover_Background:#b8f1e4;--sapIndicationColor_7:#5d36ff;--sapIndicationColor_7_Background:#5d36ff;--sapIndicationColor_7_BorderColor:#5d36ff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#481cff;--sapIndicationColor_7_Active_Background:#fff;--sapIndicationColor_7_Active_BorderColor:#e2dbff;--sapIndicationColor_7_Active_TextColor:#5d36ff;--sapIndicationColor_7_Selected_Background:#fff;--sapIndicationColor_7_Selected_BorderColor:#e2dbff;--sapIndicationColor_7_Selected_TextColor:#5d36ff;--sapIndicationColor_7b:#e2dbff;--sapIndicationColor_7b_BorderColor:#e2dbff;--sapIndicationColor_7b_Hover_Background:#cdc2ff;--sapIndicationColor_8:#a100c2;--sapIndicationColor_8_Background:#a100c2;--sapIndicationColor_8_BorderColor:#a100c2;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#8c00a9;--sapIndicationColor_8_Active_Background:#fff;--sapIndicationColor_8_Active_BorderColor:#f8d6ff;--sapIndicationColor_8_Active_TextColor:#a100c2;--sapIndicationColor_8_Selected_Background:#fff;--sapIndicationColor_8_Selected_BorderColor:#f8d6ff;--sapIndicationColor_8_Selected_TextColor:#a100c2;--sapIndicationColor_8b:#f8d6ff;--sapIndicationColor_8b_BorderColor:#f8d6ff;--sapIndicationColor_8b_Hover_Background:#f4bdff;--sapIndicationColor_9:#1d2d3e;--sapIndicationColor_9_Background:#1d2d3e;--sapIndicationColor_9_BorderColor:#1d2d3e;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#15202d;--sapIndicationColor_9_Active_Background:#fff;--sapIndicationColor_9_Active_BorderColor:#d9d9d9;--sapIndicationColor_9_Active_TextColor:#1d2d3e;--sapIndicationColor_9_Selected_Background:#fff;--sapIndicationColor_9_Selected_BorderColor:#d9d9d9;--sapIndicationColor_9_Selected_TextColor:#1d2d3e;--sapIndicationColor_9b:#fff;--sapIndicationColor_9b_BorderColor:#d9d9d9;--sapIndicationColor_9b_Hover_Background:#f2f2f2;--sapIndicationColor_10:#45484a;--sapIndicationColor_10_Background:#83888b;--sapIndicationColor_10_BorderColor:#83888b;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#767b7e;--sapIndicationColor_10_Active_Background:#fff;--sapIndicationColor_10_Active_BorderColor:#eaecee;--sapIndicationColor_10_Active_TextColor:#45484a;--sapIndicationColor_10_Selected_Background:#fff;--sapIndicationColor_10_Selected_BorderColor:#eaecee;--sapIndicationColor_10_Selected_TextColor:#45484a;--sapIndicationColor_10b:#eaecee;--sapIndicationColor_10b_BorderColor:#eaecee;--sapIndicationColor_10b_Hover_Background:#dcdfe3;--sapLegend_WorkingBackground:#fff;--sapLegend_NonWorkingBackground:#ebebeb;--sapLegend_CurrentDateTime:#a100c2;--sapLegendColor1:#c35500;--sapLegendColor2:#d23a0a;--sapLegendColor3:#df1278;--sapLegendColor4:#840606;--sapLegendColor5:#cc00dc;--sapLegendColor6:#0057d2;--sapLegendColor7:#07838f;--sapLegendColor8:#188918;--sapLegendColor9:#5b738b;--sapLegendColor10:#7800a4;--sapLegendColor11:#a93e00;--sapLegendColor12:#aa2608;--sapLegendColor13:#ba066c;--sapLegendColor14:#8d2a00;--sapLegendColor15:#4e247a;--sapLegendColor16:#002a86;--sapLegendColor17:#035663;--sapLegendColor18:#1e592f;--sapLegendColor19:#1a4796;--sapLegendColor20:#470ced;--sapLegendBackgroundColor1:#ffef9f;--sapLegendBackgroundColor2:#feeae1;--sapLegendBackgroundColor3:#fbf6f8;--sapLegendBackgroundColor4:#fbebeb;--sapLegendBackgroundColor5:#ffe5fe;--sapLegendBackgroundColor6:#d1efff;--sapLegendBackgroundColor7:#c2fcee;--sapLegendBackgroundColor8:#f5fae5;--sapLegendBackgroundColor9:#f5f6f7;--sapLegendBackgroundColor10:#fff0fa;--sapLegendBackgroundColor11:#fff8d6;--sapLegendBackgroundColor12:#fff6f6;--sapLegendBackgroundColor13:#f7ebef;--sapLegendBackgroundColor14:#f1ecd5;--sapLegendBackgroundColor15:#f0e7f8;--sapLegendBackgroundColor16:#ebf8ff;--sapLegendBackgroundColor17:#dafdf5;--sapLegendBackgroundColor18:#ebf5cb;--sapLegendBackgroundColor19:#fafdff;--sapLegendBackgroundColor20:#eceeff;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;}"
|
12
12
|
};
|
13
13
|
var _default = styleData;
|
14
14
|
_exports.default = _default;
|
@@ -8,7 +8,7 @@ sap.ui.define(["exports"], function (_exports) {
|
|
8
8
|
const styleData = {
|
9
9
|
packageName: "@ui5/webcomponents-theming",
|
10
10
|
fileName: "themes/sap_horizon_hcb/parameters-bundle.css",
|
11
|
-
content: "/**\n* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.\n*\n* Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388\n* data:{\"Path\": \"Base.baseLib.sap_horizon_hcb.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388\"}, \"Version\": { \"Build\": \"11.4.2.20230525101226\", \"Source\": \"11.4.2\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_hcb.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388\"}, \"Version\": { \"Build\": \"11.4.2.20230525101226\", \"Source\": \"11.4.2\"}};}\n\n:root {\n --sapBrandColor: #795100;\n --sapHighlightColor: #795100;\n --sapBaseColor: #000;\n --sapShellColor: #000;\n --sapBackgroundColor: #000;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #fff;\n --sapLinkColor: #fff;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #0f5c93;\n --sapHoverColor: #795100;\n --sapActiveColor: #795100;\n --sapHighlightTextColor: #fff;\n --sapTitleColor: #fff;\n --sapNegativeColor: #ff5e5e;\n --sapCriticalColor: #ffab1d;\n --sapPositiveColor: #99cc99;\n --sapInformativeColor: #fff;\n --sapNeutralColor: #fff;\n --sapNegativeElementColor: #ff5e5e;\n --sapCriticalElementColor: #ffab1d;\n --sapPositiveElementColor: #99cc99;\n --sapInformativeElementColor: #fff;\n --sapNeutralElementColor: #fff;\n --sapNegativeTextColor: #ff5e5e;\n --sapCriticalTextColor: #ffab1d;\n --sapPositiveTextColor: #99cc99;\n --sapInformativeTextColor: #fff;\n --sapNeutralTextColor: #fff;\n --sapErrorColor: #ff5e5e;\n --sapWarningColor: #ffab1d;\n --sapSuccessColor: #99cc99;\n --sapInformationColor: #fff;\n --sapErrorBackground: #000;\n --sapWarningBackground: #000;\n --sapSuccessBackground: #000;\n --sapInformationBackground: #000;\n --sapNeutralBackground: #000;\n --sapErrorBorderColor: #ff5e5e;\n --sapWarningBorderColor: #ffab1d;\n --sapSuccessBorderColor: #99cc99;\n --sapInformationBorderColor: #fff;\n --sapNeutralBorderColor: #fff;\n --sapElement_LineHeight: 2.75rem;\n --sapElement_Height: 2.25rem;\n --sapElement_BorderWidth: .0625rem;\n --sapElement_BorderCornerRadius: .25rem;\n --sapElement_Compact_LineHeight: 2rem;\n --sapElement_Compact_Height: 1.625rem;\n --sapElement_Condensed_LineHeight: 1.5rem;\n --sapElement_Condensed_Height: 1.375rem;\n --sapContent_LineHeight: 1.5;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #fff;\n --sapContent_ContrastIconColor: #fff;\n --sapContent_NonInteractiveIconColor: #fff;\n --sapContent_MarkerIconColor: #fff;\n --sapContent_MarkerTextColor: #fff;\n --sapContent_MeasureIndicatorColor: #fff;\n --sapContent_Selected_MeasureIndicatorColor: #fff;\n --sapContent_Placeholderloading_Background: #666;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);\n --sapContent_ImagePlaceholderBackground: #000;\n --sapContent_ImagePlaceholderForegroundColor: #fff;\n --sapContent_RatedColor: #fff;\n --sapContent_UnratedColor: #999;\n --sapContent_BusyColor: #fff;\n --sapContent_FocusColor: #fff;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #fff;\n --sapContent_ShadowColor: #fff;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0 0.0625rem #fff;\n --sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,0.5), 0 0 0 0.125rem #fff;\n --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(255,255,255,0.6), 0 0 0 0.125rem #fff;\n --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(255,255,255,0.8), 0 0 0 0.125rem #fff;\n --sapContent_TextShadow: -0.0625rem 0 #000, 0 0.0625rem #000, 0.0625rem 0 #000, 0 -0.0625rem #000;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: inset 0 -0.125rem #fff;\n --sapContent_Interaction_Shadow: none;\n --sapContent_Selected_Shadow: none;\n --sapContent_Negative_Shadow: none;\n --sapContent_Critical_Shadow: none;\n --sapContent_Positive_Shadow: none;\n --sapContent_Informative_Shadow: none;\n --sapContent_Neutral_Shadow: none;\n --sapContent_SearchHighlightColor: #795100;\n --sapContent_HelpColor: #03ae03;\n --sapContent_LabelColor: #fff;\n --sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;\n --sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;\n --sapContent_IconFontFamily: \"SAP-icons\";\n --sapContent_DisabledTextColor: #666;\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.5;\n --sapContent_ContrastTextColor: #fff;\n --sapContent_ForegroundColor: #000;\n --sapContent_ForegroundBorderColor: #fff;\n --sapContent_ForegroundTextColor: #fff;\n --sapContent_BadgeBackground: #000;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #03ae03;\n --sapContent_Selected_TextColor: #fff;\n --sapContent_Selected_Background: #0f5c93;\n --sapContent_Selected_Hover_Background: #795100;\n --sapContent_Selected_ForegroundColor: #fff;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #212628;\n --sapContent_Illustrative_Color2: #fff;\n --sapContent_Illustrative_Color3: #ccc;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #88979e;\n --sapContent_Illustrative_Color6: #88979e;\n --sapContent_Illustrative_Color7: #212628;\n --sapContent_Illustrative_Color8: #000;\n --sapContent_Illustrative_Color9: #62737c;\n --sapContent_Illustrative_Color10: #e7e9ea;\n --sapContent_Illustrative_Color11: #fff;\n --sapContent_Illustrative_Color12: #fff;\n --sapContent_Illustrative_Color13: #ccc;\n --sapContent_Illustrative_Color14: #999;\n --sapContent_Illustrative_Color15: #999;\n --sapContent_Illustrative_Color16: #505e65;\n --sapContent_Illustrative_Color17: #505e65;\n --sapContent_Illustrative_Color18: #2d3336;\n --sapContent_Illustrative_Color19: #384144;\n --sapContent_Illustrative_Color20: #444e52;\n --sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 3rem;\n --sapFontHeader2Size: 2rem;\n --sapFontHeader3Size: 1.5rem;\n --sapFontHeader4Size: 1.25rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: underline;\n --sapLink_Hover_Color: #fff;\n --sapLink_Hover_TextDecoration: none;\n --sapLink_Active_Color: #fff;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #fff;\n --sapLink_InvertedColor: #fff;\n --sapLink_SubtleColor: #fff;\n --sapShell_Background: #000;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #000, #000);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #fff;\n --sapShell_TextColor: #fff;\n --sapShell_InteractiveBackground: #000;\n --sapShell_InteractiveTextColor: #fff;\n --sapShell_InteractiveBorderColor: #fff;\n --sapShell_GroupTitleTextColor: #fff;\n --sapShell_GroupTitleTextShadow: -0.0625rem 0 #000,0 .0625rem #000,.0625rem 0 #000,0 -0.0625rem #000;\n --sapShell_Hover_Background: #795100;\n --sapShell_Active_Background: #795100;\n --sapShell_Active_TextColor: #fff;\n --sapShell_Selected_Background: #0f5c93;\n --sapShell_Selected_TextColor: #fff;\n --sapShell_Selected_Hover_Background: #795100;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #000;\n --sapShell_Navigation_Hover_Background: #795100;\n --sapShell_Navigation_SelectedColor: #fff;\n --sapShell_Navigation_Selected_TextColor: #fff;\n --sapShell_Navigation_TextColor: #fff;\n --sapShell_Navigation_Active_TextColor: #fff;\n --sapShell_Navigation_Active_Background: #795100;\n --sapShell_Shadow: 0 0.125rem 0 0 #fff;\n --sapShell_NegativeColor: #ff5e5e;\n --sapShell_CriticalColor: #ffab1d;\n --sapShell_PositiveColor: #99cc99;\n --sapShell_InformativeColor: #fff;\n --sapShell_NeutralColor: #fff;\n --sapShell_Category_1_Background: #000;\n --sapShell_Category_1_BorderColor: #6bd3ff;\n --sapShell_Category_1_TextColor: #fff;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #000;\n --sapShell_Category_2_BorderColor: #db9292;\n --sapShell_Category_2_TextColor: #fff;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #000;\n --sapShell_Category_3_BorderColor: #ffc847;\n --sapShell_Category_3_TextColor: #fff;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #000;\n --sapShell_Category_4_BorderColor: #bb86b0;\n --sapShell_Category_4_TextColor: #fff;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #000;\n --sapShell_Category_5_BorderColor: #cdaf9d;\n --sapShell_Category_5_TextColor: #fff;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #000;\n --sapShell_Category_6_BorderColor: #7fc6c6;\n --sapShell_Category_6_TextColor: #fff;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #000;\n --sapShell_Category_7_BorderColor: #e269c9;\n --sapShell_Category_7_TextColor: #fff;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #000;\n --sapShell_Category_8_BorderColor: #b2e484;\n --sapShell_Category_8_TextColor: #fff;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #000;\n --sapShell_Category_9_BorderColor: #4db1ff;\n --sapShell_Category_9_TextColor: #fff;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #000;\n --sapShell_Category_10_BorderColor: #b0bcc5;\n --sapShell_Category_10_TextColor: #fff;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #000;\n --sapShell_Category_11_BorderColor: #ff8787;\n --sapShell_Category_11_TextColor: #fff;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #000;\n --sapShell_Category_12_BorderColor: #d3b6ff;\n --sapShell_Category_12_TextColor: #fff;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #000;\n --sapShell_Category_13_BorderColor: #fdcef0;\n --sapShell_Category_13_TextColor: #fff;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #000;\n --sapShell_Category_14_BorderColor: #a4eeee;\n --sapShell_Category_14_TextColor: #fff;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #000;\n --sapShell_Category_15_BorderColor: #eaecee;\n --sapShell_Category_15_TextColor: #fff;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #000;\n --sapShell_Category_16_BorderColor: #b2e484;\n --sapShell_Category_16_TextColor: #fff;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #000;\n --sapAvatar_1_BorderColor: #fff;\n --sapAvatar_1_TextColor: #fff;\n --sapAvatar_2_Background: #000;\n --sapAvatar_2_BorderColor: #fff;\n --sapAvatar_2_TextColor: #fff;\n --sapAvatar_3_Background: #000;\n --sapAvatar_3_BorderColor: #fff;\n --sapAvatar_3_TextColor: #fff;\n --sapAvatar_4_Background: #000;\n --sapAvatar_4_BorderColor: #fff;\n --sapAvatar_4_TextColor: #fff;\n --sapAvatar_5_Background: #000;\n --sapAvatar_5_BorderColor: #fff;\n --sapAvatar_5_TextColor: #fff;\n --sapAvatar_6_Background: #000;\n --sapAvatar_6_BorderColor: #fff;\n --sapAvatar_6_TextColor: #fff;\n --sapAvatar_7_Background: #000;\n --sapAvatar_7_BorderColor: #fff;\n --sapAvatar_7_TextColor: #fff;\n --sapAvatar_8_Background: #000;\n --sapAvatar_8_BorderColor: #fff;\n --sapAvatar_8_TextColor: #fff;\n --sapAvatar_9_Background: #000;\n --sapAvatar_9_BorderColor: #fff;\n --sapAvatar_9_TextColor: #fff;\n --sapAvatar_10_Background: #000;\n --sapAvatar_10_BorderColor: #fff;\n --sapAvatar_10_TextColor: #fff;\n --sapButton_Background: #000;\n --sapButton_BorderColor: #fff;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .375rem;\n --sapButton_TextColor: #fff;\n --sapButton_Hover_Background: #795100;\n --sapButton_Hover_BorderColor: #fff;\n --sapButton_Hover_TextColor: #fff;\n --sapButton_IconColor: #fff;\n --sapButton_Active_Background: #795100;\n --sapButton_Active_BorderColor: #fff;\n --sapButton_Active_TextColor: #fff;\n --sapButton_Emphasized_Background: #000;\n --sapButton_Emphasized_BorderColor: #fff;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #795100;\n --sapButton_Emphasized_Hover_BorderColor: #fff;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #795100;\n --sapButton_Emphasized_Active_BorderColor: #fff;\n --sapButton_Emphasized_Active_TextColor: #fff;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #000;\n --sapButton_Reject_BorderColor: #fff;\n --sapButton_Reject_TextColor: #fff;\n --sapButton_Reject_Hover_Background: #795100;\n --sapButton_Reject_Hover_BorderColor: #fff;\n --sapButton_Reject_Hover_TextColor: #fff;\n --sapButton_Reject_Active_Background: #795100;\n --sapButton_Reject_Active_BorderColor: #fff;\n --sapButton_Reject_Active_TextColor: #fff;\n --sapButton_Reject_Selected_Background: #0f5c93;\n --sapButton_Reject_Selected_BorderColor: #fff;\n --sapButton_Reject_Selected_TextColor: #fff;\n --sapButton_Reject_Selected_Hover_Background: #795100;\n --sapButton_Reject_Selected_Hover_BorderColor: #fff;\n --sapButton_Accept_Background: #000;\n --sapButton_Accept_BorderColor: #fff;\n --sapButton_Accept_TextColor: #fff;\n --sapButton_Accept_Hover_Background: #795100;\n --sapButton_Accept_Hover_BorderColor: #fff;\n --sapButton_Accept_Hover_TextColor: #fff;\n --sapButton_Accept_Active_Background: #795100;\n --sapButton_Accept_Active_BorderColor: #fff;\n --sapButton_Accept_Active_TextColor: #fff;\n --sapButton_Accept_Selected_Background: #0f5c93;\n --sapButton_Accept_Selected_BorderColor: #fff;\n --sapButton_Accept_Selected_TextColor: #fff;\n --sapButton_Accept_Selected_Hover_Background: #795100;\n --sapButton_Accept_Selected_Hover_BorderColor: #fff;\n --sapButton_Lite_Background: #000;\n --sapButton_Lite_BorderColor: #fff;\n --sapButton_Lite_TextColor: #fff;\n --sapButton_Lite_Hover_Background: #795100;\n --sapButton_Lite_Hover_BorderColor: #fff;\n --sapButton_Lite_Hover_TextColor: #fff;\n --sapButton_Lite_Active_Background: #795100;\n --sapButton_Lite_Active_BorderColor: #fff;\n --sapButton_Selected_Background: #0f5c93;\n --sapButton_Selected_BorderColor: #fff;\n --sapButton_Selected_TextColor: #fff;\n --sapButton_Selected_Hover_Background: #795100;\n --sapButton_Selected_Hover_BorderColor: #fff;\n --sapButton_Attention_Background: #000;\n --sapButton_Attention_BorderColor: #fff;\n --sapButton_Attention_TextColor: #fff;\n --sapButton_Attention_Hover_Background: #795100;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #fff;\n --sapButton_Attention_Active_Background: #795100;\n --sapButton_Attention_Active_BorderColor: #fff;\n --sapButton_Attention_Active_TextColor: #fff;\n --sapButton_Attention_Selected_Background: #0f5c93;\n --sapButton_Attention_Selected_BorderColor: #fff;\n --sapButton_Attention_Selected_TextColor: #fff;\n --sapButton_Attention_Selected_Hover_Background: #795100;\n --sapButton_Attention_Selected_Hover_BorderColor: #fff;\n --sapButton_Negative_Background: #000;\n --sapButton_Negative_BorderColor: #fff;\n --sapButton_Negative_TextColor: #fff;\n --sapButton_Negative_Hover_Background: #795100;\n --sapButton_Negative_Hover_BorderColor: #fff;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #795100;\n --sapButton_Negative_Active_BorderColor: #fff;\n --sapButton_Negative_Active_TextColor: #fff;\n --sapButton_Critical_Background: #000;\n --sapButton_Critical_BorderColor: #fff;\n --sapButton_Critical_TextColor: #fff;\n --sapButton_Critical_Hover_Background: #795100;\n --sapButton_Critical_Hover_BorderColor: #fff;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #795100;\n --sapButton_Critical_Active_BorderColor: #fff;\n --sapButton_Critical_Active_TextColor: #fff;\n --sapButton_Success_Background: #000;\n --sapButton_Success_BorderColor: #fff;\n --sapButton_Success_TextColor: #fff;\n --sapButton_Success_Hover_Background: #795100;\n --sapButton_Success_Hover_BorderColor: #fff;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #795100;\n --sapButton_Success_Active_BorderColor: #fff;\n --sapButton_Success_Active_TextColor: #fff;\n --sapButton_Information_Background: #000;\n --sapButton_Information_BorderColor: #fff;\n --sapButton_Information_TextColor: #fff;\n --sapButton_Information_Hover_Background: #795100;\n --sapButton_Information_Hover_BorderColor: #fff;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #795100;\n --sapButton_Information_Active_BorderColor: #fff;\n --sapButton_Information_Active_TextColor: #fff;\n --sapButton_Neutral_Background: #000;\n --sapButton_Neutral_BorderColor: #fff;\n --sapButton_Neutral_TextColor: #fff;\n --sapButton_Neutral_Hover_Background: #795100;\n --sapButton_Neutral_Hover_BorderColor: #fff;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #795100;\n --sapButton_Neutral_Active_BorderColor: #fff;\n --sapButton_Neutral_Active_TextColor: #fff;\n --sapButton_Track_Background: #000;\n --sapButton_Track_BorderColor: #fff;\n --sapButton_Track_TextColor: #fff;\n --sapButton_Track_Hover_Background: #795100;\n --sapButton_Track_Hover_BorderColor: #fff;\n --sapButton_Track_Selected_Background: #0f5c93;\n --sapButton_Track_Selected_BorderColor: #fff;\n --sapButton_Track_Selected_TextColor: #fff;\n --sapButton_Track_Selected_Hover_Background: #795100;\n --sapButton_Track_Selected_Hover_BorderColor: #fff;\n --sapButton_Handle_Background: #000;\n --sapButton_Handle_BorderColor: #fff;\n --sapButton_Handle_TextColor: #fff;\n --sapButton_Handle_Hover_Background: #795100;\n --sapButton_Handle_Hover_BorderColor: #fff;\n --sapButton_Handle_Selected_Background: #0f5c93;\n --sapButton_Handle_Selected_BorderColor: #fff;\n --sapButton_Handle_Selected_TextColor: #fff;\n --sapButton_Handle_Selected_Hover_Background: #795100;\n --sapButton_Handle_Selected_Hover_BorderColor: #fff;\n --sapButton_Track_Negative_Background: #000;\n --sapButton_Track_Negative_BorderColor: #ff5e5e;\n --sapButton_Track_Negative_TextColor: #fff;\n --sapButton_Track_Negative_Hover_Background: #795100;\n --sapButton_Track_Negative_Hover_BorderColor: #ff5e5e;\n --sapButton_Handle_Negative_Background: #000;\n --sapButton_Handle_Negative_BorderColor: #ff5e5e;\n --sapButton_Handle_Negative_TextColor: #fff;\n --sapButton_Handle_Negative_Hover_Background: #795100;\n --sapButton_Handle_Negative_Hover_BorderColor: #ff5e5e;\n --sapButton_Track_Positive_Background: #000;\n --sapButton_Track_Positive_BorderColor: #99cc99;\n --sapButton_Track_Positive_TextColor: #fff;\n --sapButton_Track_Positive_Hover_Background: #795100;\n --sapButton_Track_Positive_Hover_BorderColor: #fff;\n --sapButton_Handle_Positive_Background: #000;\n --sapButton_Handle_Positive_BorderColor: #99cc99;\n --sapButton_Handle_Positive_TextColor: #fff;\n --sapButton_Handle_Positive_Hover_Background: #795100;\n --sapButton_Handle_Positive_Hover_BorderColor: #99cc99;\n --sapButton_TokenBackground: #000;\n --sapButton_TokenBorderColor: #fff;\n --sapField_Background: #000;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #fff;\n --sapField_PlaceholderTextColor: #999;\n --sapField_BorderColor: #fff;\n --sapField_HelpBackground: #000;\n --sapField_BorderWidth: .125rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: 0;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #000;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #fff;\n --sapField_Hover_HelpBackground: #000;\n --sapField_Hover_Shadow: none;\n --sapField_Hover_InvalidShadow: none;\n --sapField_Hover_WarningShadow: none;\n --sapField_Hover_SuccessShadow: none;\n --sapField_Hover_InformationShadow: none;\n --sapField_Active_BorderColor: #fff;\n --sapField_Focus_Background: #000;\n --sapField_Focus_BorderColor: #fff;\n --sapField_Focus_HelpBackground: #000;\n --sapField_ReadOnly_Background: #585858;\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #fff;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: #585858;\n --sapField_RequiredColor: #fff;\n --sapField_InvalidColor: #fff;\n --sapField_InvalidBackground: #795100;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: dashed;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #fff;\n --sapField_WarningBackground: #000;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: dashed;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #fff;\n --sapField_SuccessBackground: #000;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .125rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #fff;\n --sapField_InformationBackground: #000;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .0625rem;\n --sapField_InformationBorderStyle: dashed;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #000;\n --sapGroup_TitleBorderColor: #fff;\n --sapGroup_TitleTextColor: #fff;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #000;\n --sapGroup_ContentBorderColor: #fff;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: #000;\n --sapToolbar_Background: #000;\n --sapToolbar_SeparatorColor: #fff;\n --sapList_HeaderBackground: #000;\n --sapList_HeaderBorderColor: #fff;\n --sapList_HeaderTextColor: #fff;\n --sapList_BorderColor: #999;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #fff;\n --sapList_Active_TextColor: #fff;\n --sapList_Active_Background: #795100;\n --sapList_SelectionBackgroundColor: #0f5c93;\n --sapList_SelectionBorderColor: #fff;\n --sapList_Hover_SelectionBackground: #795100;\n --sapList_Background: #000;\n --sapList_Hover_Background: #795100;\n --sapList_AlternatingBackground: #262626;\n --sapList_GroupHeaderBackground: #000;\n --sapList_GroupHeaderBorderColor: #fff;\n --sapList_GroupHeaderTextColor: #fff;\n --sapList_TableGroupHeaderBackground: #585858;\n --sapList_TableGroupHeaderBorderColor: #fff;\n --sapList_TableGroupHeaderTextColor: #fff;\n --sapList_FooterBackground: #000;\n --sapList_FooterTextColor: #fff;\n --sapList_TableFooterBorder: #fff;\n --sapList_TableFixedBorderColor: #fff;\n --sapMessage_ErrorBorderColor: #ff5e5e;\n --sapMessage_WarningBorderColor: #ffab1d;\n --sapMessage_SuccessBorderColor: #99cc99;\n --sapMessage_InformationBorderColor: #fff;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #000;\n --sapProgress_BorderColor: #fff;\n --sapProgress_TextColor: #fff;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #000;\n --sapProgress_NegativeBorderColor: #fff;\n --sapProgress_NegativeTextColor: #fff;\n --sapProgress_CriticalBackground: #000;\n --sapProgress_CriticalBorderColor: #fff;\n --sapProgress_CriticalTextColor: #fff;\n --sapProgress_PositiveBackground: #000;\n --sapProgress_PositiveBorderColor: #fff;\n --sapProgress_PositiveTextColor: #fff;\n --sapProgress_InformationBackground: #000;\n --sapProgress_InformationBorderColor: #fff;\n --sapProgress_InformationTextColor: #fff;\n --sapProgress_Value_Background: #795100;\n --sapProgress_Value_BorderColor: #fff;\n --sapProgress_Value_TextColor: #fff;\n --sapProgress_Value_NegativeBackground: #795100;\n --sapProgress_Value_NegativeBorderColor: #fff;\n --sapProgress_Value_NegativeTextColor: #fff;\n --sapProgress_Value_CriticalBackground: #795100;\n --sapProgress_Value_CriticalBorderColor: #fff;\n --sapProgress_Value_CriticalTextColor: #fff;\n --sapProgress_Value_PositiveBackground: #795100;\n --sapProgress_Value_PositiveBorderColor: #fff;\n --sapProgress_Value_PositiveTextColor: #fff;\n --sapProgress_Value_InformationBackground: #795100;\n --sapProgress_Value_InformationBorderColor: #fff;\n --sapProgress_Value_InformationTextColor: #fff;\n --sapScrollBar_FaceColor: #999;\n --sapScrollBar_TrackColor: #000;\n --sapScrollBar_BorderColor: #999;\n --sapScrollBar_SymbolColor: #fff;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #fff;\n --sapSlider_Background: #000;\n --sapSlider_BorderColor: #fff;\n --sapSlider_Selected_Background: #0f5c93;\n --sapSlider_Selected_BorderColor: #fff;\n --sapSlider_HandleBackground: #000;\n --sapSlider_HandleBorderColor: #fff;\n --sapSlider_RangeHandleBackground: #000;\n --sapSlider_Hover_HandleBackground: #795100;\n --sapSlider_Hover_HandleBorderColor: #fff;\n --sapSlider_Hover_RangeHandleBackground: #795100;\n --sapSlider_Active_HandleBackground: #795100;\n --sapSlider_Active_HandleBorderColor: #fff;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #000;\n --sapPageHeader_BorderColor: #fff;\n --sapPageHeader_TextColor: #fff;\n --sapPageFooter_Background: #000;\n --sapPageFooter_BorderColor: #fff;\n --sapPageFooter_TextColor: #fff;\n --sapInfobar_Background: #000;\n --sapInfobar_Hover_Background: #795100;\n --sapInfobar_Active_Background: #795100;\n --sapInfobar_NonInteractive_Background: #585858;\n --sapInfobar_TextColor: #fff;\n --sapObjectHeader_Background: #000;\n --sapObjectHeader_Hover_Background: #795100;\n --sapObjectHeader_BorderColor: #fff;\n --sapObjectHeader_Title_TextColor: #fff;\n --sapObjectHeader_Title_FontSize: 2rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #fff;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #000;\n --sapTile_Hover_Background: #795100;\n --sapTile_Active_Background: #795100;\n --sapTile_BorderColor: #fff;\n --sapTile_BorderCornerRadius: 0.25rem;\n --sapTile_TitleTextColor: #fff;\n --sapTile_TextColor: #fff;\n --sapTile_IconColor: #fff;\n --sapTile_SeparatorColor: #fff;\n --sapTile_Interactive_BorderColor: #fff;\n --sapTile_OverlayBackground: #000;\n --sapTile_OverlayForegroundColor: #fff;\n --sapAccentColor1: #ffc847;\n --sapAccentColor2: #ed884a;\n --sapAccentColor3: #db9292;\n --sapAccentColor4: #e269c9;\n --sapAccentColor5: #8ca7d5;\n --sapAccentColor6: #6bd3ff;\n --sapAccentColor7: #7fc6c6;\n --sapAccentColor8: #b2e484;\n --sapAccentColor9: #b995e0;\n --sapAccentColor10: #b0bcc5;\n --sapAccentBackgroundColor1: #000;\n --sapAccentBackgroundColor2: #000;\n --sapAccentBackgroundColor3: #000;\n --sapAccentBackgroundColor4: #000;\n --sapAccentBackgroundColor5: #000;\n --sapAccentBackgroundColor6: #000;\n --sapAccentBackgroundColor7: #000;\n --sapAccentBackgroundColor8: #000;\n --sapAccentBackgroundColor9: #000;\n --sapAccentBackgroundColor10: #000;\n --sapIndicationColor_1: #ff5e5e;\n --sapIndicationColor_1_Background: #000;\n --sapIndicationColor_1_BorderColor: #fff;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #795100;\n --sapIndicationColor_1_Active_Background: #795100;\n --sapIndicationColor_1_Active_BorderColor: #fff;\n --sapIndicationColor_1_Active_TextColor: #fff;\n --sapIndicationColor_1_Selected_Background: #0f5c93;\n --sapIndicationColor_1_Selected_BorderColor: #fff;\n --sapIndicationColor_1_Selected_TextColor: #fff;\n --sapIndicationColor_1b: #ff5e5e;\n --sapIndicationColor_1b_BorderColor: #fff;\n --sapIndicationColor_1b_Hover_Background: #795100;\n --sapIndicationColor_2: #ff9191;\n --sapIndicationColor_2_Background: #000;\n --sapIndicationColor_2_BorderColor: #fff;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #795100;\n --sapIndicationColor_2_Active_Background: #795100;\n --sapIndicationColor_2_Active_BorderColor: #fff;\n --sapIndicationColor_2_Active_TextColor: #fff;\n --sapIndicationColor_2_Selected_Background: #0f5c93;\n --sapIndicationColor_2_Selected_BorderColor: #fff;\n --sapIndicationColor_2_Selected_TextColor: #fff;\n --sapIndicationColor_2b: #ff9191;\n --sapIndicationColor_2b_BorderColor: #fff;\n --sapIndicationColor_2b_Hover_Background: #795100;\n --sapIndicationColor_3: #ffab1d;\n --sapIndicationColor_3_Background: #000;\n --sapIndicationColor_3_BorderColor: #fff;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #795100;\n --sapIndicationColor_3_Active_Background: #795100;\n --sapIndicationColor_3_Active_BorderColor: #fff;\n --sapIndicationColor_3_Active_TextColor: #fff;\n --sapIndicationColor_3_Selected_Background: #0f5c93;\n --sapIndicationColor_3_Selected_BorderColor: #fff;\n --sapIndicationColor_3_Selected_TextColor: #fff;\n --sapIndicationColor_3b: #ffab1d;\n --sapIndicationColor_3b_BorderColor: #fff;\n --sapIndicationColor_3b_Hover_Background: #795100;\n --sapIndicationColor_4: #99cc99;\n --sapIndicationColor_4_Background: #000;\n --sapIndicationColor_4_BorderColor: #fff;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #795100;\n --sapIndicationColor_4_Active_Background: #795100;\n --sapIndicationColor_4_Active_BorderColor: #fff;\n --sapIndicationColor_4_Active_TextColor: #fff;\n --sapIndicationColor_4_Selected_Background: #0f5c93;\n --sapIndicationColor_4_Selected_BorderColor: #fff;\n --sapIndicationColor_4_Selected_TextColor: #fff;\n --sapIndicationColor_4b: #99cc99;\n --sapIndicationColor_4b_BorderColor: #fff;\n --sapIndicationColor_4b_Hover_Background: #795100;\n --sapIndicationColor_5: #6bd3ff;\n --sapIndicationColor_5_Background: #000;\n --sapIndicationColor_5_BorderColor: #fff;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #795100;\n --sapIndicationColor_5_Active_Background: #795100;\n --sapIndicationColor_5_Active_BorderColor: #fff;\n --sapIndicationColor_5_Active_TextColor: #fff;\n --sapIndicationColor_5_Selected_Background: #0f5c93;\n --sapIndicationColor_5_Selected_BorderColor: #fff;\n --sapIndicationColor_5_Selected_TextColor: #fff;\n --sapIndicationColor_5b: #6bd3ff;\n --sapIndicationColor_5b_BorderColor: #fff;\n --sapIndicationColor_5b_Hover_Background: #795100;\n --sapIndicationColor_6: #7fc6c6;\n --sapIndicationColor_6_Background: #000;\n --sapIndicationColor_6_BorderColor: #fff;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #795100;\n --sapIndicationColor_6_Active_Background: #795100;\n --sapIndicationColor_6_Active_BorderColor: #fff;\n --sapIndicationColor_6_Active_TextColor: #fff;\n --sapIndicationColor_6_Selected_Background: #0f5c93;\n --sapIndicationColor_6_Selected_BorderColor: #fff;\n --sapIndicationColor_6_Selected_TextColor: #fff;\n --sapIndicationColor_6b: #7fc6c6;\n --sapIndicationColor_6b_BorderColor: #fff;\n --sapIndicationColor_6b_Hover_Background: #795100;\n --sapIndicationColor_7: #b995e0;\n --sapIndicationColor_7_Background: #000;\n --sapIndicationColor_7_BorderColor: #fff;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #795100;\n --sapIndicationColor_7_Active_Background: #795100;\n --sapIndicationColor_7_Active_BorderColor: #fff;\n --sapIndicationColor_7_Active_TextColor: #fff;\n --sapIndicationColor_7_Selected_Background: #0f5c93;\n --sapIndicationColor_7_Selected_BorderColor: #fff;\n --sapIndicationColor_7_Selected_TextColor: #fff;\n --sapIndicationColor_7b: #b995e0;\n --sapIndicationColor_7b_BorderColor: #fff;\n --sapIndicationColor_7b_Hover_Background: #795100;\n --sapIndicationColor_8: #e269c9;\n --sapIndicationColor_8_Background: #000;\n --sapIndicationColor_8_BorderColor: #fff;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #795100;\n --sapIndicationColor_8_Active_Background: #795100;\n --sapIndicationColor_8_Active_BorderColor: #fff;\n --sapIndicationColor_8_Active_TextColor: #fff;\n --sapIndicationColor_8_Selected_Background: #0f5c93;\n --sapIndicationColor_8_Selected_BorderColor: #fff;\n --sapIndicationColor_8_Selected_TextColor: #fff;\n --sapIndicationColor_8b: #e269c9;\n --sapIndicationColor_8b_BorderColor: #fff;\n --sapIndicationColor_8b_Hover_Background: #795100;\n --sapIndicationColor_9: #000;\n --sapIndicationColor_9_Background: #000;\n --sapIndicationColor_9_BorderColor: #fff;\n --sapIndicationColor_9_TextColor: #fff;\n --sapIndicationColor_9_Hover_Background: #795100;\n --sapIndicationColor_9_Active_Background: #795100;\n --sapIndicationColor_9_Active_BorderColor: #fff;\n --sapIndicationColor_9_Active_TextColor: #fff;\n --sapIndicationColor_9_Selected_Background: #0f5c93;\n --sapIndicationColor_9_Selected_BorderColor: #fff;\n --sapIndicationColor_9_Selected_TextColor: #fff;\n --sapIndicationColor_9b: #000;\n --sapIndicationColor_9b_BorderColor: #fff;\n --sapIndicationColor_9b_Hover_Background: #795100;\n --sapIndicationColor_10: #494949;\n --sapIndicationColor_10_Background: #000;\n --sapIndicationColor_10_BorderColor: #fff;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #795100;\n --sapIndicationColor_10_Active_Background: #795100;\n --sapIndicationColor_10_Active_BorderColor: #fff;\n --sapIndicationColor_10_Active_TextColor: #fff;\n --sapIndicationColor_10_Selected_Background: #0f5c93;\n --sapIndicationColor_10_Selected_BorderColor: #fff;\n --sapIndicationColor_10_Selected_TextColor: #fff;\n --sapIndicationColor_10b: #494949;\n --sapIndicationColor_10b_BorderColor: #fff;\n --sapIndicationColor_10b_Hover_Background: #795100;\n --sapLegend_WorkingBackground: #2e2e2e;\n --sapLegend_NonWorkingBackground: #585858;\n --sapLegend_CurrentDateTime: #e269c9;\n --sapLegendColor1: #ffc847;\n --sapLegendColor2: #ed884a;\n --sapLegendColor3: #db9292;\n --sapLegendColor4: #ff741f;\n --sapLegendColor5: #e269c9;\n --sapLegendColor6: #6bd3ff;\n --sapLegendColor7: #7fc6c6;\n --sapLegendColor8: #b2e484;\n --sapLegendColor9: #b0bcc5;\n --sapLegendColor10: #bb86b0;\n --sapLegendColor11: #ffe6ad;\n --sapLegendColor12: #cdaf9d;\n --sapLegendColor13: #ff8787;\n --sapLegendColor14: #ffb385;\n --sapLegendColor15: #ffb2ef;\n --sapLegendColor16: #9cabc5;\n --sapLegendColor17: #a4eeee;\n --sapLegendColor18: #8d9e7e;\n --sapLegendColor19: #addcf0;\n --sapLegendColor20: #629cff;\n --sapLegendBackgroundColor1: #000;\n --sapLegendBackgroundColor2: #000;\n --sapLegendBackgroundColor3: #000;\n --sapLegendBackgroundColor4: #000;\n --sapLegendBackgroundColor5: #000;\n --sapLegendBackgroundColor6: #000;\n --sapLegendBackgroundColor7: #000;\n --sapLegendBackgroundColor8: #000;\n --sapLegendBackgroundColor9: #000;\n --sapLegendBackgroundColor10: #000;\n --sapLegendBackgroundColor11: #000;\n --sapLegendBackgroundColor12: #000;\n --sapLegendBackgroundColor13: #000;\n --sapLegendBackgroundColor14: #000;\n --sapLegendBackgroundColor15: #000;\n --sapLegendBackgroundColor16: #000;\n --sapLegendBackgroundColor17: #000;\n --sapLegendBackgroundColor18: #000;\n --sapLegendBackgroundColor19: #000;\n --sapLegendBackgroundColor20: #000;\n --sapChart_OrderedColor_1: #4da2f6;\n --sapChart_OrderedColor_2: #e8743b;\n --sapChart_OrderedColor_3: #19a979;\n --sapChart_OrderedColor_4: #ed4a7b;\n --sapChart_OrderedColor_5: #945ecf;\n --sapChart_OrderedColor_6: #13a4b4;\n --sapChart_OrderedColor_7: #5c66f5;\n --sapChart_OrderedColor_8: #c53da4;\n --sapChart_OrderedColor_9: #6c8893;\n --sapChart_OrderedColor_10: #ee6868;\n --sapChart_OrderedColor_11: #387bb7;\n --sapChart_Bad: #ff5e5e;\n --sapChart_Critical: #ffab1d;\n --sapChart_Good: #99cc99;\n --sapChart_Neutral: #fff;\n --sapChart_Sequence_1: #4da2f6;\n --sapChart_Sequence_2: #e8743b;\n --sapChart_Sequence_3: #19a979;\n --sapChart_Sequence_4: #ed4a7b;\n --sapChart_Sequence_5: #945ecf;\n --sapChart_Sequence_6: #13a4b4;\n --sapChart_Sequence_7: #5c66f5;\n --sapChart_Sequence_8: #c53da4;\n --sapChart_Sequence_9: #6c8893;\n --sapChart_Sequence_10: #ee6868;\n --sapChart_Sequence_11: #387bb7;\n --sapChart_Sequence_Neutral: #fff;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');\n --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');\n --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');\n --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');\n --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');\n --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');\n --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');\n --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');\n --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');\n --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');\n --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');\n --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');\n --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');\n --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');\n --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');\n --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');\n --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');\n --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');\n --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');\n --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');\n --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');\n --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');\n --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');\n --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');\n --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');\n --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');\n --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');\n --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');\n --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');\n --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');\n --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');\n --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');\n --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');\n --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');\n --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');\n --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');\n --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');\n --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');\n --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');\n --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');\n --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');\n --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');\n --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');\n --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');\n --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');\n --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');\n --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');\n --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');\n --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');\n}\n\n.background-image--sapCompanyLogo {\n background-image: var(--sapCompanyLogo);\n}\n\n.background-image--sapBackgroundImage {\n background-image: var(--sapBackgroundImage);\n}\n\n.background-image--sapShell_BackgroundImage {\n background-image: var(--sapShell_BackgroundImage);\n}\n"
|
11
|
+
content: ":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_horizon_hcb.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"sap_horizon\",\"baseTheme\"],\"Tags\":[\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"],\"FallbackThemeId\":\"sap_horizon\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.23061.0\"},\"Version\":{ \"Build\":\"11.6.8.20230911071338\",\"Source\":\"11.6.8\"}};--sapBrandColor:#795100;--sapHighlightColor:#795100;--sapBaseColor:#000;--sapShellColor:#000;--sapBackgroundColor:#000;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#fff;--sapLinkColor:#fff;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0f5c93;--sapHoverColor:#795100;--sapActiveColor:#795100;--sapHighlightTextColor:#fff;--sapTitleColor:#fff;--sapNegativeColor:#ff5e5e;--sapCriticalColor:#ffab1d;--sapPositiveColor:#9c9;--sapInformativeColor:#fff;--sapNeutralColor:#fff;--sapNegativeElementColor:#ff5e5e;--sapCriticalElementColor:#ffab1d;--sapPositiveElementColor:#9c9;--sapInformativeElementColor:#fff;--sapNeutralElementColor:#fff;--sapNegativeTextColor:#ff5e5e;--sapCriticalTextColor:#ffab1d;--sapPositiveTextColor:#9c9;--sapInformativeTextColor:#fff;--sapNeutralTextColor:#fff;--sapErrorColor:#ff5e5e;--sapWarningColor:#ffab1d;--sapSuccessColor:#9c9;--sapInformationColor:#fff;--sapErrorBackground:#000;--sapWarningBackground:#000;--sapSuccessBackground:#000;--sapInformationBackground:#000;--sapNeutralBackground:#000;--sapErrorBorderColor:#ff5e5e;--sapWarningBorderColor:#ffab1d;--sapSuccessBorderColor:#9c9;--sapInformationBorderColor:#fff;--sapNeutralBorderColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#fff;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#fff;--sapContent_MarkerIconColor:#fff;--sapContent_MarkerTextColor:#fff;--sapContent_MeasureIndicatorColor:#fff;--sapContent_Selected_MeasureIndicatorColor:#fff;--sapContent_Placeholderloading_Background:#666;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#666 0%,#666 35%,#999 50%,#666 65%,#666);--sapContent_ImagePlaceholderBackground:#000;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#fff;--sapContent_UnratedColor:#999;--sapContent_BusyColor:#fff;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#fff;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem #fff;--sapContent_Shadow1:0 0 1rem 0 hsla(0,0%,100%,.5),0 0 0 0.125rem #fff;--sapContent_Shadow2:0 0.25rem 2rem 0 hsla(0,0%,100%,.6),0 0 0 0.125rem #fff;--sapContent_Shadow3:0 0.625rem 4rem 0 hsla(0,0%,100%,.8),0 0 0 0.125rem #fff;--sapContent_TextShadow:-0.0625rem 0 #000,0 0.0625rem #000,0.0625rem 0 #000,0 -0.0625rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #fff;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#795100;--sapContent_HelpColor:#03ae03;--sapContent_LabelColor:#fff;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:#666;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#000;--sapContent_ForegroundBorderColor:#fff;--sapContent_ForegroundTextColor:#fff;--sapContent_BadgeBackground:#000;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#03ae03;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Background:#0f5c93;--sapContent_Selected_Hover_Background:#795100;--sapContent_Selected_ForegroundColor:#fff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#fff;--sapContent_Illustrative_Color3:#ccc;--sapContent_Illustrative_Color4:#fff;--sapContent_Illustrative_Color5:#88979e;--sapContent_Illustrative_Color6:#88979e;--sapContent_Illustrative_Color7:#212628;--sapContent_Illustrative_Color8:#000;--sapContent_Illustrative_Color9:#62737c;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#fff;--sapContent_Illustrative_Color12:#fff;--sapContent_Illustrative_Color13:#ccc;--sapContent_Illustrative_Color14:#999;--sapContent_Illustrative_Color15:#999;--sapContent_Illustrative_Color16:#505e65;--sapContent_Illustrative_Color17:#505e65;--sapContent_Illustrative_Color18:#2d3336;--sapContent_Illustrative_Color19:#384144;--sapContent_Illustrative_Color20:#444e52;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:\"72-Semibold\",\"72-Semiboldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:\"72-SemiboldDuplex\",\"72-SemiboldDuplexfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72Blackfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#fff;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#fff;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#fff;--sapLink_InvertedColor:#fff;--sapLink_SubtleColor:#fff;--sapShell_Background:#000;--sapShell_BackgroundImage:linear-gradient(180deg,#000,#000);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#000;--sapShell_InteractiveTextColor:#fff;--sapShell_InteractiveBorderColor:#fff;--sapShell_GroupTitleTextColor:#fff;--sapShell_GroupTitleTextShadow:-0.0625rem 0 #000,0 0.0625rem #000,0.0625rem 0 #000,0 -0.0625rem #000;--sapShell_Hover_Background:#795100;--sapShell_Active_Background:#795100;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#0f5c93;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#795100;--sapShell_Favicon:none;--sapShell_Navigation_Background:#000;--sapShell_Navigation_Hover_Background:#795100;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Navigation_Active_Background:#795100;--sapShell_Shadow:0 0.125rem 0 0 #fff;--sapShell_NegativeColor:#ff5e5e;--sapShell_CriticalColor:#ffab1d;--sapShell_PositiveColor:#9c9;--sapShell_InformativeColor:#fff;--sapShell_NeutralColor:#fff;--sapShell_Category_1_Background:#000;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#000;--sapShell_Category_2_BorderColor:#db9292;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#000;--sapShell_Category_3_BorderColor:#ffc847;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#000;--sapShell_Category_4_BorderColor:#bb86b0;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#000;--sapShell_Category_5_BorderColor:#cdaf9d;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#000;--sapShell_Category_6_BorderColor:#7fc6c6;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#000;--sapShell_Category_7_BorderColor:#e269c9;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#000;--sapShell_Category_8_BorderColor:#b2e484;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#000;--sapShell_Category_9_BorderColor:#4db1ff;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#000;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#000;--sapShell_Category_11_BorderColor:#ff8787;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#000;--sapShell_Category_12_BorderColor:#d3b6ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#000;--sapShell_Category_13_BorderColor:#fdcef0;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#000;--sapShell_Category_14_BorderColor:#a4eeee;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#000;--sapShell_Category_15_BorderColor:#eaecee;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#000;--sapShell_Category_16_BorderColor:#b2e484;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#000;--sapAvatar_1_BorderColor:#fff;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#000;--sapAvatar_2_BorderColor:#fff;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#000;--sapAvatar_3_BorderColor:#fff;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#000;--sapAvatar_4_BorderColor:#fff;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#000;--sapAvatar_5_BorderColor:#fff;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#000;--sapAvatar_6_BorderColor:#fff;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#000;--sapAvatar_7_BorderColor:#fff;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#000;--sapAvatar_8_BorderColor:#fff;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#000;--sapAvatar_9_BorderColor:#fff;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#000;--sapAvatar_10_BorderColor:#fff;--sapAvatar_10_TextColor:#fff;--sapButton_Background:#000;--sapButton_BorderColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_TextColor:#fff;--sapButton_Hover_Background:#795100;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#fff;--sapButton_IconColor:#fff;--sapButton_Active_Background:#795100;--sapButton_Active_BorderColor:#fff;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#000;--sapButton_Emphasized_BorderColor:#fff;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#795100;--sapButton_Emphasized_Hover_BorderColor:#fff;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#795100;--sapButton_Emphasized_Active_BorderColor:#fff;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#000;--sapButton_Reject_BorderColor:#fff;--sapButton_Reject_TextColor:#fff;--sapButton_Reject_Hover_Background:#795100;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#fff;--sapButton_Reject_Active_Background:#795100;--sapButton_Reject_Active_BorderColor:#fff;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_Selected_Background:#0f5c93;--sapButton_Reject_Selected_BorderColor:#fff;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#795100;--sapButton_Reject_Selected_Hover_BorderColor:#fff;--sapButton_Accept_Background:#000;--sapButton_Accept_BorderColor:#fff;--sapButton_Accept_TextColor:#fff;--sapButton_Accept_Hover_Background:#795100;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#fff;--sapButton_Accept_Active_Background:#795100;--sapButton_Accept_Active_BorderColor:#fff;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_Selected_Background:#0f5c93;--sapButton_Accept_Selected_BorderColor:#fff;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#795100;--sapButton_Accept_Selected_Hover_BorderColor:#fff;--sapButton_Lite_Background:#000;--sapButton_Lite_BorderColor:#fff;--sapButton_Lite_TextColor:#fff;--sapButton_Lite_Hover_Background:#795100;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#fff;--sapButton_Lite_Active_Background:#795100;--sapButton_Lite_Active_BorderColor:#fff;--sapButton_Selected_Background:#0f5c93;--sapButton_Selected_BorderColor:#fff;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#795100;--sapButton_Selected_Hover_BorderColor:#fff;--sapButton_Attention_Background:#000;--sapButton_Attention_BorderColor:#fff;--sapButton_Attention_TextColor:#fff;--sapButton_Attention_Hover_Background:#795100;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#fff;--sapButton_Attention_Active_Background:#795100;--sapButton_Attention_Active_BorderColor:#fff;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#0f5c93;--sapButton_Attention_Selected_BorderColor:#fff;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#795100;--sapButton_Attention_Selected_Hover_BorderColor:#fff;--sapButton_Negative_Background:#000;--sapButton_Negative_BorderColor:#fff;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#795100;--sapButton_Negative_Hover_BorderColor:#fff;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#795100;--sapButton_Negative_Active_BorderColor:#fff;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#000;--sapButton_Critical_BorderColor:#fff;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#795100;--sapButton_Critical_Hover_BorderColor:#fff;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#795100;--sapButton_Critical_Active_BorderColor:#fff;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#000;--sapButton_Success_BorderColor:#fff;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#795100;--sapButton_Success_Hover_BorderColor:#fff;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#795100;--sapButton_Success_Active_BorderColor:#fff;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#000;--sapButton_Information_BorderColor:#fff;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#795100;--sapButton_Information_Hover_BorderColor:#fff;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#795100;--sapButton_Information_Active_BorderColor:#fff;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#000;--sapButton_Neutral_BorderColor:#fff;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#795100;--sapButton_Neutral_Hover_BorderColor:#fff;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#795100;--sapButton_Neutral_Active_BorderColor:#fff;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#000;--sapButton_Track_BorderColor:#fff;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#795100;--sapButton_Track_Hover_BorderColor:#fff;--sapButton_Track_Selected_Background:#0f5c93;--sapButton_Track_Selected_BorderColor:#fff;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#795100;--sapButton_Track_Selected_Hover_BorderColor:#fff;--sapButton_Handle_Background:#000;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#fff;--sapButton_Handle_Hover_Background:#795100;--sapButton_Handle_Hover_BorderColor:#fff;--sapButton_Handle_Selected_Background:#0f5c93;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#795100;--sapButton_Handle_Selected_Hover_BorderColor:#fff;--sapButton_Track_Negative_Background:#000;--sapButton_Track_Negative_BorderColor:#ff5e5e;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#795100;--sapButton_Track_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Handle_Negative_Background:#000;--sapButton_Handle_Negative_BorderColor:#ff5e5e;--sapButton_Handle_Negative_TextColor:#fff;--sapButton_Handle_Negative_Hover_Background:#795100;--sapButton_Handle_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Track_Positive_Background:#000;--sapButton_Track_Positive_BorderColor:#9c9;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#795100;--sapButton_Track_Positive_Hover_BorderColor:#fff;--sapButton_Handle_Positive_Background:#000;--sapButton_Handle_Positive_BorderColor:#9c9;--sapButton_Handle_Positive_TextColor:#fff;--sapButton_Handle_Positive_Hover_Background:#795100;--sapButton_Handle_Positive_Hover_BorderColor:#9c9;--sapButton_TokenBackground:#000;--sapButton_TokenBorderColor:#fff;--sapField_Background:#000;--sapField_BackgroundStyle:none;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#999;--sapField_BorderColor:#fff;--sapField_HelpBackground:#000;--sapField_BorderWidth:.125rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Shadow:none;--sapField_Hover_Background:#000;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#fff;--sapField_Hover_HelpBackground:#000;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#fff;--sapField_Focus_Background:#000;--sapField_Focus_BorderColor:#fff;--sapField_Focus_HelpBackground:#000;--sapField_ReadOnly_Background:#585858;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#fff;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#585858;--sapField_RequiredColor:#fff;--sapField_InvalidColor:#fff;--sapField_InvalidBackground:#795100;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#fff;--sapField_WarningBackground:#000;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#fff;--sapField_SuccessBackground:#000;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#fff;--sapField_InformationBackground:#000;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--sapGroup_TitleBackground:#000;--sapGroup_TitleBorderColor:#fff;--sapGroup_TitleTextColor:#fff;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#000;--sapGroup_ContentBorderColor:#fff;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#000;--sapToolbar_Background:#000;--sapToolbar_SeparatorColor:#fff;--sapList_HeaderBackground:#000;--sapList_HeaderBorderColor:#fff;--sapList_HeaderTextColor:#fff;--sapList_BorderColor:#999;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#fff;--sapList_Active_TextColor:#fff;--sapList_Active_Background:#795100;--sapList_SelectionBackgroundColor:#0f5c93;--sapList_SelectionBorderColor:#fff;--sapList_Hover_SelectionBackground:#795100;--sapList_Background:#000;--sapList_Hover_Background:#795100;--sapList_AlternatingBackground:#262626;--sapList_GroupHeaderBackground:#000;--sapList_GroupHeaderBorderColor:#fff;--sapList_GroupHeaderTextColor:#fff;--sapList_TableGroupHeaderBackground:#585858;--sapList_TableGroupHeaderBorderColor:#fff;--sapList_TableGroupHeaderTextColor:#fff;--sapList_FooterBackground:#000;--sapList_FooterTextColor:#fff;--sapList_TableFooterBorder:#fff;--sapList_TableFixedBorderColor:#fff;--sapMessage_ErrorBorderColor:#ff5e5e;--sapMessage_WarningBorderColor:#ffab1d;--sapMessage_SuccessBorderColor:#9c9;--sapMessage_InformationBorderColor:#fff;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#000;--sapProgress_BorderColor:#fff;--sapProgress_TextColor:#fff;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#000;--sapProgress_NegativeBorderColor:#fff;--sapProgress_NegativeTextColor:#fff;--sapProgress_CriticalBackground:#000;--sapProgress_CriticalBorderColor:#fff;--sapProgress_CriticalTextColor:#fff;--sapProgress_PositiveBackground:#000;--sapProgress_PositiveBorderColor:#fff;--sapProgress_PositiveTextColor:#fff;--sapProgress_InformationBackground:#000;--sapProgress_InformationBorderColor:#fff;--sapProgress_InformationTextColor:#fff;--sapProgress_Value_Background:#795100;--sapProgress_Value_BorderColor:#fff;--sapProgress_Value_TextColor:#fff;--sapProgress_Value_NegativeBackground:#795100;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#fff;--sapProgress_Value_CriticalBackground:#795100;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#fff;--sapProgress_Value_PositiveBackground:#795100;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#fff;--sapProgress_Value_InformationBackground:#795100;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#fff;--sapScrollBar_FaceColor:#999;--sapScrollBar_TrackColor:#000;--sapScrollBar_BorderColor:#999;--sapScrollBar_SymbolColor:#fff;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#fff;--sapSlider_Background:#000;--sapSlider_BorderColor:#fff;--sapSlider_Selected_Background:#0f5c93;--sapSlider_Selected_BorderColor:#fff;--sapSlider_HandleBackground:#000;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#000;--sapSlider_Hover_HandleBackground:#795100;--sapSlider_Hover_HandleBorderColor:#fff;--sapSlider_Hover_RangeHandleBackground:#795100;--sapSlider_Active_HandleBackground:#795100;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#000;--sapPageHeader_BorderColor:#fff;--sapPageHeader_TextColor:#fff;--sapPageFooter_Background:#000;--sapPageFooter_BorderColor:#fff;--sapPageFooter_TextColor:#fff;--sapInfobar_Background:#000;--sapInfobar_Hover_Background:#795100;--sapInfobar_Active_Background:#795100;--sapInfobar_NonInteractive_Background:#585858;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#000;--sapObjectHeader_Hover_Background:#795100;--sapObjectHeader_BorderColor:#fff;--sapObjectHeader_Title_TextColor:#fff;--sapObjectHeader_Title_FontSize:1.5rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#fff;--sapBlockLayer_Background:#000;--sapTile_Background:#000;--sapTile_Hover_Background:#795100;--sapTile_Active_Background:#795100;--sapTile_BorderColor:#fff;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#fff;--sapTile_TextColor:#fff;--sapTile_IconColor:#fff;--sapTile_SeparatorColor:#fff;--sapTile_Interactive_BorderColor:#fff;--sapTile_OverlayBackground:#000;--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#ffc847;--sapAccentColor2:#ed884a;--sapAccentColor3:#db9292;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#000;--sapAccentBackgroundColor2:#000;--sapAccentBackgroundColor3:#000;--sapAccentBackgroundColor4:#000;--sapAccentBackgroundColor5:#000;--sapAccentBackgroundColor6:#000;--sapAccentBackgroundColor7:#000;--sapAccentBackgroundColor8:#000;--sapAccentBackgroundColor9:#000;--sapAccentBackgroundColor10:#000;--sapIndicationColor_1:#ff5e5e;--sapIndicationColor_1_Background:#000;--sapIndicationColor_1_BorderColor:#fff;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#795100;--sapIndicationColor_1_Active_Background:#795100;--sapIndicationColor_1_Active_BorderColor:#fff;--sapIndicationColor_1_Active_TextColor:#fff;--sapIndicationColor_1_Selected_Background:#0f5c93;--sapIndicationColor_1_Selected_BorderColor:#fff;--sapIndicationColor_1_Selected_TextColor:#fff;--sapIndicationColor_1b:#ff5e5e;--sapIndicationColor_1b_BorderColor:#fff;--sapIndicationColor_1b_Hover_Background:#795100;--sapIndicationColor_2:#ff9191;--sapIndicationColor_2_Background:#000;--sapIndicationColor_2_BorderColor:#fff;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#795100;--sapIndicationColor_2_Active_Background:#795100;--sapIndicationColor_2_Active_BorderColor:#fff;--sapIndicationColor_2_Active_TextColor:#fff;--sapIndicationColor_2_Selected_Background:#0f5c93;--sapIndicationColor_2_Selected_BorderColor:#fff;--sapIndicationColor_2_Selected_TextColor:#fff;--sapIndicationColor_2b:#ff9191;--sapIndicationColor_2b_BorderColor:#fff;--sapIndicationColor_2b_Hover_Background:#795100;--sapIndicationColor_3:#ffab1d;--sapIndicationColor_3_Background:#000;--sapIndicationColor_3_BorderColor:#fff;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#795100;--sapIndicationColor_3_Active_Background:#795100;--sapIndicationColor_3_Active_BorderColor:#fff;--sapIndicationColor_3_Active_TextColor:#fff;--sapIndicationColor_3_Selected_Background:#0f5c93;--sapIndicationColor_3_Selected_BorderColor:#fff;--sapIndicationColor_3_Selected_TextColor:#fff;--sapIndicationColor_3b:#ffab1d;--sapIndicationColor_3b_BorderColor:#fff;--sapIndicationColor_3b_Hover_Background:#795100;--sapIndicationColor_4:#9c9;--sapIndicationColor_4_Background:#000;--sapIndicationColor_4_BorderColor:#fff;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#795100;--sapIndicationColor_4_Active_Background:#795100;--sapIndicationColor_4_Active_BorderColor:#fff;--sapIndicationColor_4_Active_TextColor:#fff;--sapIndicationColor_4_Selected_Background:#0f5c93;--sapIndicationColor_4_Selected_BorderColor:#fff;--sapIndicationColor_4_Selected_TextColor:#fff;--sapIndicationColor_4b:#9c9;--sapIndicationColor_4b_BorderColor:#fff;--sapIndicationColor_4b_Hover_Background:#795100;--sapIndicationColor_5:#6bd3ff;--sapIndicationColor_5_Background:#000;--sapIndicationColor_5_BorderColor:#fff;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#795100;--sapIndicationColor_5_Active_Background:#795100;--sapIndicationColor_5_Active_BorderColor:#fff;--sapIndicationColor_5_Active_TextColor:#fff;--sapIndicationColor_5_Selected_Background:#0f5c93;--sapIndicationColor_5_Selected_BorderColor:#fff;--sapIndicationColor_5_Selected_TextColor:#fff;--sapIndicationColor_5b:#6bd3ff;--sapIndicationColor_5b_BorderColor:#fff;--sapIndicationColor_5b_Hover_Background:#795100;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#000;--sapIndicationColor_6_BorderColor:#fff;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#795100;--sapIndicationColor_6_Active_Background:#795100;--sapIndicationColor_6_Active_BorderColor:#fff;--sapIndicationColor_6_Active_TextColor:#fff;--sapIndicationColor_6_Selected_Background:#0f5c93;--sapIndicationColor_6_Selected_BorderColor:#fff;--sapIndicationColor_6_Selected_TextColor:#fff;--sapIndicationColor_6b:#7fc6c6;--sapIndicationColor_6b_BorderColor:#fff;--sapIndicationColor_6b_Hover_Background:#795100;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#000;--sapIndicationColor_7_BorderColor:#fff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#795100;--sapIndicationColor_7_Active_Background:#795100;--sapIndicationColor_7_Active_BorderColor:#fff;--sapIndicationColor_7_Active_TextColor:#fff;--sapIndicationColor_7_Selected_Background:#0f5c93;--sapIndicationColor_7_Selected_BorderColor:#fff;--sapIndicationColor_7_Selected_TextColor:#fff;--sapIndicationColor_7b:#b995e0;--sapIndicationColor_7b_BorderColor:#fff;--sapIndicationColor_7b_Hover_Background:#795100;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#000;--sapIndicationColor_8_BorderColor:#fff;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#795100;--sapIndicationColor_8_Active_Background:#795100;--sapIndicationColor_8_Active_BorderColor:#fff;--sapIndicationColor_8_Active_TextColor:#fff;--sapIndicationColor_8_Selected_Background:#0f5c93;--sapIndicationColor_8_Selected_BorderColor:#fff;--sapIndicationColor_8_Selected_TextColor:#fff;--sapIndicationColor_8b:#e269c9;--sapIndicationColor_8b_BorderColor:#fff;--sapIndicationColor_8b_Hover_Background:#795100;--sapIndicationColor_9:#000;--sapIndicationColor_9_Background:#000;--sapIndicationColor_9_BorderColor:#fff;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#795100;--sapIndicationColor_9_Active_Background:#795100;--sapIndicationColor_9_Active_BorderColor:#fff;--sapIndicationColor_9_Active_TextColor:#fff;--sapIndicationColor_9_Selected_Background:#0f5c93;--sapIndicationColor_9_Selected_BorderColor:#fff;--sapIndicationColor_9_Selected_TextColor:#fff;--sapIndicationColor_9b:#000;--sapIndicationColor_9b_BorderColor:#fff;--sapIndicationColor_9b_Hover_Background:#795100;--sapIndicationColor_10:#494949;--sapIndicationColor_10_Background:#000;--sapIndicationColor_10_BorderColor:#fff;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#795100;--sapIndicationColor_10_Active_Background:#795100;--sapIndicationColor_10_Active_BorderColor:#fff;--sapIndicationColor_10_Active_TextColor:#fff;--sapIndicationColor_10_Selected_Background:#0f5c93;--sapIndicationColor_10_Selected_BorderColor:#fff;--sapIndicationColor_10_Selected_TextColor:#fff;--sapIndicationColor_10b:#494949;--sapIndicationColor_10b_BorderColor:#fff;--sapIndicationColor_10b_Hover_Background:#795100;--sapLegend_WorkingBackground:#2e2e2e;--sapLegend_NonWorkingBackground:#585858;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#ffc847;--sapLegendColor2:#ed884a;--sapLegendColor3:#db9292;--sapLegendColor4:#ff741f;--sapLegendColor5:#e269c9;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#7fc6c6;--sapLegendColor8:#b2e484;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb86b0;--sapLegendColor11:#ffe6ad;--sapLegendColor12:#cdaf9d;--sapLegendColor13:#ff8787;--sapLegendColor14:#ffb385;--sapLegendColor15:#ffb2ef;--sapLegendColor16:#9cabc5;--sapLegendColor17:#a4eeee;--sapLegendColor18:#8d9e7e;--sapLegendColor19:#addcf0;--sapLegendColor20:#629cff;--sapLegendBackgroundColor1:#000;--sapLegendBackgroundColor2:#000;--sapLegendBackgroundColor3:#000;--sapLegendBackgroundColor4:#000;--sapLegendBackgroundColor5:#000;--sapLegendBackgroundColor6:#000;--sapLegendBackgroundColor7:#000;--sapLegendBackgroundColor8:#000;--sapLegendBackgroundColor9:#000;--sapLegendBackgroundColor10:#000;--sapLegendBackgroundColor11:#000;--sapLegendBackgroundColor12:#000;--sapLegendBackgroundColor13:#000;--sapLegendBackgroundColor14:#000;--sapLegendBackgroundColor15:#000;--sapLegendBackgroundColor16:#000;--sapLegendBackgroundColor17:#000;--sapLegendBackgroundColor18:#000;--sapLegendBackgroundColor19:#000;--sapLegendBackgroundColor20:#000;--sapChart_OrderedColor_1:#4da2f6;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#5c66f5;--sapChart_OrderedColor_8:#c53da4;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#387bb7;--sapChart_Bad:#ff5e5e;--sapChart_Critical:#ffab1d;--sapChart_Good:#9c9;--sapChart_Neutral:#fff;--sapChart_Sequence_1:#4da2f6;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#5c66f5;--sapChart_Sequence_8:#c53da4;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#387bb7;--sapChart_Sequence_Neutral:#fff;}"
|
12
12
|
};
|
13
13
|
var _default = styleData;
|
14
14
|
_exports.default = _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
5
|
+
value: true
|
6
|
+
});
|
7
|
+
_exports.default = void 0;
|
8
|
+
const styleData = {
|
9
|
+
packageName: "@ui5/webcomponents-theming",
|
10
|
+
fileName: "themes/sap_horizon_hcb_exp/parameters-bundle.css",
|
11
|
+
content: ":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_horizon_hcb.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"sap_horizon\",\"baseTheme\"],\"Tags\":[\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"],\"FallbackThemeId\":\"sap_horizon\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.23071.0-20230727072504+103a4b0abd3804e9712812399620a8b1ef82147d\"},\"Version\":{ \"Build\":\"11.6.4.20230803094309\",\"Source\":\"11.6.4\"}};--sapBrandColor:#795100;--sapHighlightColor:#795100;--sapBaseColor:#000;--sapShellColor:#000;--sapBackgroundColor:#000;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapTextColor:#fff;--sapLinkColor:#fff;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0f5c93;--sapHoverColor:#795100;--sapActiveColor:#795100;--sapHighlightTextColor:#fff;--sapTitleColor:#fff;--sapNegativeColor:#ff5e5e;--sapCriticalColor:#ffab1d;--sapPositiveColor:#9c9;--sapInformativeColor:#fff;--sapNeutralColor:#fff;--sapNegativeElementColor:#ff5e5e;--sapCriticalElementColor:#ffab1d;--sapPositiveElementColor:#9c9;--sapInformativeElementColor:#fff;--sapNeutralElementColor:#fff;--sapNegativeTextColor:#ff5e5e;--sapCriticalTextColor:#ffab1d;--sapPositiveTextColor:#9c9;--sapInformativeTextColor:#fff;--sapNeutralTextColor:#fff;--sapErrorColor:#ff5e5e;--sapWarningColor:#ffab1d;--sapSuccessColor:#9c9;--sapInformationColor:#fff;--sapErrorBackground:#000;--sapWarningBackground:#000;--sapSuccessBackground:#000;--sapInformationBackground:#000;--sapNeutralBackground:#000;--sapErrorBorderColor:#ff5e5e;--sapWarningBorderColor:#ffab1d;--sapSuccessBorderColor:#9c9;--sapInformationBorderColor:#fff;--sapNeutralBorderColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#fff;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#fff;--sapContent_MarkerIconColor:#fff;--sapContent_MarkerTextColor:#fff;--sapContent_MeasureIndicatorColor:#fff;--sapContent_Selected_MeasureIndicatorColor:#fff;--sapContent_Placeholderloading_Background:#666;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#666 0%,#666 35%,#999 50%,#666 65%,#666);--sapContent_ImagePlaceholderBackground:#000;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#fff;--sapContent_UnratedColor:#999;--sapContent_BusyColor:#fff;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#fff;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem #fff;--sapContent_Shadow1:0 0 1rem 0 hsla(0,0%,100%,.5),0 0 0 0.125rem #fff;--sapContent_Shadow2:0 0.25rem 2rem 0 hsla(0,0%,100%,.6),0 0 0 0.125rem #fff;--sapContent_Shadow3:0 0.625rem 4rem 0 hsla(0,0%,100%,.8),0 0 0 0.125rem #fff;--sapContent_TextShadow:-0.0625rem 0 #000,0 0.0625rem #000,0.0625rem 0 #000,0 -0.0625rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #fff;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#795100;--sapContent_HelpColor:#03ae03;--sapContent_LabelColor:#fff;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:#666;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#000;--sapContent_ForegroundBorderColor:#fff;--sapContent_ForegroundTextColor:#fff;--sapContent_BadgeBackground:#000;--sapContent_BadgeTextColor:#fff;--sapContent_DragAndDropActiveColor:#03ae03;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Background:#0f5c93;--sapContent_Selected_Hover_Background:#795100;--sapContent_Selected_ForegroundColor:#fff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#fff;--sapContent_Illustrative_Color3:#ccc;--sapContent_Illustrative_Color4:#fff;--sapContent_Illustrative_Color5:#88979e;--sapContent_Illustrative_Color6:#88979e;--sapContent_Illustrative_Color7:#212628;--sapContent_Illustrative_Color8:#000;--sapContent_Illustrative_Color9:#62737c;--sapContent_Illustrative_Color10:#e7e9ea;--sapContent_Illustrative_Color11:#fff;--sapContent_Illustrative_Color12:#fff;--sapContent_Illustrative_Color13:#ccc;--sapContent_Illustrative_Color14:#999;--sapContent_Illustrative_Color15:#999;--sapContent_Illustrative_Color16:#505e65;--sapContent_Illustrative_Color17:#505e65;--sapContent_Illustrative_Color18:#2d3336;--sapContent_Illustrative_Color19:#384144;--sapContent_Illustrative_Color20:#444e52;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:\"72-Semibold\",\"72-Semiboldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:\"72-SemiboldDuplex\",\"72-SemiboldDuplexfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72Blackfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapLink_TextDecoration:underline;--sapLink_Hover_Color:#fff;--sapLink_Hover_TextDecoration:none;--sapLink_Active_Color:#fff;--sapLink_Active_TextDecoration:underline;--sapLink_Visited_Color:#fff;--sapLink_InvertedColor:#fff;--sapLink_SubtleColor:#fff;--sapShell_Background:#000;--sapShell_BackgroundImage:linear-gradient(180deg,#000,#000);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#000;--sapShell_InteractiveTextColor:#fff;--sapShell_InteractiveBorderColor:#fff;--sapShell_GroupTitleTextColor:#fff;--sapShell_GroupTitleTextShadow:-0.0625rem 0 #000,0 .0625rem #000,.0625rem 0 #000,0 -0.0625rem #000;--sapShell_Hover_Background:#795100;--sapShell_Active_Background:#795100;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#0f5c93;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#795100;--sapShell_Favicon:none;--sapShell_Navigation_Background:#000;--sapShell_Navigation_Hover_Background:#795100;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Navigation_Active_Background:#795100;--sapShell_Shadow:0 0.125rem 0 0 #fff;--sapShell_NegativeColor:#ff5e5e;--sapShell_CriticalColor:#ffab1d;--sapShell_PositiveColor:#9c9;--sapShell_InformativeColor:#fff;--sapShell_NeutralColor:#fff;--sapShell_Category_1_Background:#000;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#000;--sapShell_Category_2_BorderColor:#db9292;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#000;--sapShell_Category_3_BorderColor:#ffc847;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#000;--sapShell_Category_4_BorderColor:#bb86b0;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#000;--sapShell_Category_5_BorderColor:#cdaf9d;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#000;--sapShell_Category_6_BorderColor:#7fc6c6;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#000;--sapShell_Category_7_BorderColor:#e269c9;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#000;--sapShell_Category_8_BorderColor:#b2e484;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#000;--sapShell_Category_9_BorderColor:#4db1ff;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#000;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#000;--sapShell_Category_11_BorderColor:#ff8787;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#000;--sapShell_Category_12_BorderColor:#d3b6ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#000;--sapShell_Category_13_BorderColor:#fdcef0;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#000;--sapShell_Category_14_BorderColor:#a4eeee;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#000;--sapShell_Category_15_BorderColor:#eaecee;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#000;--sapShell_Category_16_BorderColor:#b2e484;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#000;--sapAvatar_1_BorderColor:#fff;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#000;--sapAvatar_2_BorderColor:#fff;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#000;--sapAvatar_3_BorderColor:#fff;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#000;--sapAvatar_4_BorderColor:#fff;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#000;--sapAvatar_5_BorderColor:#fff;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#000;--sapAvatar_6_BorderColor:#fff;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#000;--sapAvatar_7_BorderColor:#fff;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#000;--sapAvatar_8_BorderColor:#fff;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#000;--sapAvatar_9_BorderColor:#fff;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#000;--sapAvatar_10_BorderColor:#fff;--sapAvatar_10_TextColor:#fff;--sapButton_Background:#000;--sapButton_BorderColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_TextColor:#fff;--sapButton_Hover_Background:#795100;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#fff;--sapButton_IconColor:#fff;--sapButton_Active_Background:#795100;--sapButton_Active_BorderColor:#fff;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#000;--sapButton_Emphasized_BorderColor:#fff;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#795100;--sapButton_Emphasized_Hover_BorderColor:#fff;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#795100;--sapButton_Emphasized_Active_BorderColor:#fff;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#000;--sapButton_Reject_BorderColor:#fff;--sapButton_Reject_TextColor:#fff;--sapButton_Reject_Hover_Background:#795100;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#fff;--sapButton_Reject_Active_Background:#795100;--sapButton_Reject_Active_BorderColor:#fff;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_Selected_Background:#0f5c93;--sapButton_Reject_Selected_BorderColor:#fff;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#795100;--sapButton_Reject_Selected_Hover_BorderColor:#fff;--sapButton_Accept_Background:#000;--sapButton_Accept_BorderColor:#fff;--sapButton_Accept_TextColor:#fff;--sapButton_Accept_Hover_Background:#795100;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#fff;--sapButton_Accept_Active_Background:#795100;--sapButton_Accept_Active_BorderColor:#fff;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_Selected_Background:#0f5c93;--sapButton_Accept_Selected_BorderColor:#fff;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#795100;--sapButton_Accept_Selected_Hover_BorderColor:#fff;--sapButton_Lite_Background:#000;--sapButton_Lite_BorderColor:#fff;--sapButton_Lite_TextColor:#fff;--sapButton_Lite_Hover_Background:#795100;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#fff;--sapButton_Lite_Active_Background:#795100;--sapButton_Lite_Active_BorderColor:#fff;--sapButton_Selected_Background:#0f5c93;--sapButton_Selected_BorderColor:#fff;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#795100;--sapButton_Selected_Hover_BorderColor:#fff;--sapButton_Attention_Background:#000;--sapButton_Attention_BorderColor:#fff;--sapButton_Attention_TextColor:#fff;--sapButton_Attention_Hover_Background:#795100;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#fff;--sapButton_Attention_Active_Background:#795100;--sapButton_Attention_Active_BorderColor:#fff;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#0f5c93;--sapButton_Attention_Selected_BorderColor:#fff;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#795100;--sapButton_Attention_Selected_Hover_BorderColor:#fff;--sapButton_Negative_Background:#000;--sapButton_Negative_BorderColor:#fff;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#795100;--sapButton_Negative_Hover_BorderColor:#fff;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#795100;--sapButton_Negative_Active_BorderColor:#fff;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#000;--sapButton_Critical_BorderColor:#fff;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#795100;--sapButton_Critical_Hover_BorderColor:#fff;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#795100;--sapButton_Critical_Active_BorderColor:#fff;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#000;--sapButton_Success_BorderColor:#fff;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#795100;--sapButton_Success_Hover_BorderColor:#fff;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#795100;--sapButton_Success_Active_BorderColor:#fff;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#000;--sapButton_Information_BorderColor:#fff;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#795100;--sapButton_Information_Hover_BorderColor:#fff;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#795100;--sapButton_Information_Active_BorderColor:#fff;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#000;--sapButton_Neutral_BorderColor:#fff;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#795100;--sapButton_Neutral_Hover_BorderColor:#fff;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#795100;--sapButton_Neutral_Active_BorderColor:#fff;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#000;--sapButton_Track_BorderColor:#fff;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#795100;--sapButton_Track_Hover_BorderColor:#fff;--sapButton_Track_Selected_Background:#0f5c93;--sapButton_Track_Selected_BorderColor:#fff;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#795100;--sapButton_Track_Selected_Hover_BorderColor:#fff;--sapButton_Handle_Background:#000;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#fff;--sapButton_Handle_Hover_Background:#795100;--sapButton_Handle_Hover_BorderColor:#fff;--sapButton_Handle_Selected_Background:#0f5c93;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#795100;--sapButton_Handle_Selected_Hover_BorderColor:#fff;--sapButton_Track_Negative_Background:#000;--sapButton_Track_Negative_BorderColor:#ff5e5e;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#795100;--sapButton_Track_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Handle_Negative_Background:#000;--sapButton_Handle_Negative_BorderColor:#ff5e5e;--sapButton_Handle_Negative_TextColor:#fff;--sapButton_Handle_Negative_Hover_Background:#795100;--sapButton_Handle_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Track_Positive_Background:#000;--sapButton_Track_Positive_BorderColor:#9c9;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#795100;--sapButton_Track_Positive_Hover_BorderColor:#fff;--sapButton_Handle_Positive_Background:#000;--sapButton_Handle_Positive_BorderColor:#9c9;--sapButton_Handle_Positive_TextColor:#fff;--sapButton_Handle_Positive_Hover_Background:#795100;--sapButton_Handle_Positive_Hover_BorderColor:#9c9;--sapButton_TokenBackground:#000;--sapButton_TokenBorderColor:#fff;--sapField_Background:#000;--sapField_BackgroundStyle:none;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#999;--sapField_BorderColor:#fff;--sapField_HelpBackground:#000;--sapField_BorderWidth:.125rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Shadow:none;--sapField_Hover_Background:#000;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#fff;--sapField_Hover_HelpBackground:#000;--sapField_Hover_Shadow:none;--sapField_Hover_InvalidShadow:none;--sapField_Hover_WarningShadow:none;--sapField_Hover_SuccessShadow:none;--sapField_Hover_InformationShadow:none;--sapField_Active_BorderColor:#fff;--sapField_Focus_Background:#000;--sapField_Focus_BorderColor:#fff;--sapField_Focus_HelpBackground:#000;--sapField_ReadOnly_Background:#585858;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#fff;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#585858;--sapField_RequiredColor:#fff;--sapField_InvalidColor:#fff;--sapField_InvalidBackground:#795100;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_InvalidShadow:none;--sapField_WarningColor:#fff;--sapField_WarningBackground:#000;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_WarningShadow:none;--sapField_SuccessColor:#fff;--sapField_SuccessBackground:#000;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.125rem;--sapField_SuccessBorderStyle:solid;--sapField_SuccessShadow:none;--sapField_InformationColor:#fff;--sapField_InformationBackground:#000;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapField_InformationShadow:none;--sapGroup_TitleBackground:#000;--sapGroup_TitleBorderColor:#fff;--sapGroup_TitleTextColor:#fff;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#000;--sapGroup_ContentBorderColor:#fff;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#000;--sapToolbar_Background:#000;--sapToolbar_SeparatorColor:#fff;--sapList_HeaderBackground:#000;--sapList_HeaderBorderColor:#fff;--sapList_HeaderTextColor:#fff;--sapList_BorderColor:#999;--sapList_BorderWidth:.0625rem;--sapList_TextColor:#fff;--sapList_Active_TextColor:#fff;--sapList_Active_Background:#795100;--sapList_SelectionBackgroundColor:#0f5c93;--sapList_SelectionBorderColor:#fff;--sapList_Hover_SelectionBackground:#795100;--sapList_Background:#000;--sapList_Hover_Background:#795100;--sapList_AlternatingBackground:#262626;--sapList_GroupHeaderBackground:#000;--sapList_GroupHeaderBorderColor:#fff;--sapList_GroupHeaderTextColor:#fff;--sapList_TableGroupHeaderBackground:#585858;--sapList_TableGroupHeaderBorderColor:#fff;--sapList_TableGroupHeaderTextColor:#fff;--sapList_FooterBackground:#000;--sapList_FooterTextColor:#fff;--sapList_TableFooterBorder:#fff;--sapList_TableFixedBorderColor:#fff;--sapMessage_ErrorBorderColor:#ff5e5e;--sapMessage_WarningBorderColor:#ffab1d;--sapMessage_SuccessBorderColor:#9c9;--sapMessage_InformationBorderColor:#fff;--sapPopover_BorderCornerRadius:.25rem;--sapProgress_Background:#000;--sapProgress_BorderColor:#fff;--sapProgress_TextColor:#fff;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#000;--sapProgress_NegativeBorderColor:#fff;--sapProgress_NegativeTextColor:#fff;--sapProgress_CriticalBackground:#000;--sapProgress_CriticalBorderColor:#fff;--sapProgress_CriticalTextColor:#fff;--sapProgress_PositiveBackground:#000;--sapProgress_PositiveBorderColor:#fff;--sapProgress_PositiveTextColor:#fff;--sapProgress_InformationBackground:#000;--sapProgress_InformationBorderColor:#fff;--sapProgress_InformationTextColor:#fff;--sapProgress_Value_Background:#795100;--sapProgress_Value_BorderColor:#fff;--sapProgress_Value_TextColor:#fff;--sapProgress_Value_NegativeBackground:#795100;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#fff;--sapProgress_Value_CriticalBackground:#795100;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#fff;--sapProgress_Value_PositiveBackground:#795100;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#fff;--sapProgress_Value_InformationBackground:#795100;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#fff;--sapScrollBar_FaceColor:#999;--sapScrollBar_TrackColor:#000;--sapScrollBar_BorderColor:#999;--sapScrollBar_SymbolColor:#fff;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#fff;--sapSlider_Background:#000;--sapSlider_BorderColor:#fff;--sapSlider_Selected_Background:#0f5c93;--sapSlider_Selected_BorderColor:#fff;--sapSlider_HandleBackground:#000;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#000;--sapSlider_Hover_HandleBackground:#795100;--sapSlider_Hover_HandleBorderColor:#fff;--sapSlider_Hover_RangeHandleBackground:#795100;--sapSlider_Active_HandleBackground:#795100;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#000;--sapPageHeader_BorderColor:#fff;--sapPageHeader_TextColor:#fff;--sapPageFooter_Background:#000;--sapPageFooter_BorderColor:#fff;--sapPageFooter_TextColor:#fff;--sapInfobar_Background:#000;--sapInfobar_Hover_Background:#795100;--sapInfobar_Active_Background:#795100;--sapInfobar_NonInteractive_Background:#585858;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#000;--sapObjectHeader_Hover_Background:#795100;--sapObjectHeader_BorderColor:#fff;--sapObjectHeader_Title_TextColor:#fff;--sapObjectHeader_Title_FontSize:1.5rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#fff;--sapBlockLayer_Background:#000;--sapTile_Background:#000;--sapTile_Hover_Background:#795100;--sapTile_Active_Background:#795100;--sapTile_BorderColor:#fff;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#fff;--sapTile_TextColor:#fff;--sapTile_IconColor:#fff;--sapTile_SeparatorColor:#fff;--sapTile_Interactive_BorderColor:#fff;--sapTile_OverlayBackground:#000;--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#ffc847;--sapAccentColor2:#ed884a;--sapAccentColor3:#db9292;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#000;--sapAccentBackgroundColor2:#000;--sapAccentBackgroundColor3:#000;--sapAccentBackgroundColor4:#000;--sapAccentBackgroundColor5:#000;--sapAccentBackgroundColor6:#000;--sapAccentBackgroundColor7:#000;--sapAccentBackgroundColor8:#000;--sapAccentBackgroundColor9:#000;--sapAccentBackgroundColor10:#000;--sapIndicationColor_1:#ff5e5e;--sapIndicationColor_1_Background:#000;--sapIndicationColor_1_BorderColor:#fff;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_1_Hover_Background:#795100;--sapIndicationColor_1_Active_Background:#795100;--sapIndicationColor_1_Active_BorderColor:#fff;--sapIndicationColor_1_Active_TextColor:#fff;--sapIndicationColor_1_Selected_Background:#0f5c93;--sapIndicationColor_1_Selected_BorderColor:#fff;--sapIndicationColor_1_Selected_TextColor:#fff;--sapIndicationColor_1b:#ff5e5e;--sapIndicationColor_1b_BorderColor:#fff;--sapIndicationColor_1b_Hover_Background:#795100;--sapIndicationColor_2:#ff9191;--sapIndicationColor_2_Background:#000;--sapIndicationColor_2_BorderColor:#fff;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_2_Hover_Background:#795100;--sapIndicationColor_2_Active_Background:#795100;--sapIndicationColor_2_Active_BorderColor:#fff;--sapIndicationColor_2_Active_TextColor:#fff;--sapIndicationColor_2_Selected_Background:#0f5c93;--sapIndicationColor_2_Selected_BorderColor:#fff;--sapIndicationColor_2_Selected_TextColor:#fff;--sapIndicationColor_2b:#ff9191;--sapIndicationColor_2b_BorderColor:#fff;--sapIndicationColor_2b_Hover_Background:#795100;--sapIndicationColor_3:#ffab1d;--sapIndicationColor_3_Background:#000;--sapIndicationColor_3_BorderColor:#fff;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_3_Hover_Background:#795100;--sapIndicationColor_3_Active_Background:#795100;--sapIndicationColor_3_Active_BorderColor:#fff;--sapIndicationColor_3_Active_TextColor:#fff;--sapIndicationColor_3_Selected_Background:#0f5c93;--sapIndicationColor_3_Selected_BorderColor:#fff;--sapIndicationColor_3_Selected_TextColor:#fff;--sapIndicationColor_3b:#ffab1d;--sapIndicationColor_3b_BorderColor:#fff;--sapIndicationColor_3b_Hover_Background:#795100;--sapIndicationColor_4:#9c9;--sapIndicationColor_4_Background:#000;--sapIndicationColor_4_BorderColor:#fff;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_4_Hover_Background:#795100;--sapIndicationColor_4_Active_Background:#795100;--sapIndicationColor_4_Active_BorderColor:#fff;--sapIndicationColor_4_Active_TextColor:#fff;--sapIndicationColor_4_Selected_Background:#0f5c93;--sapIndicationColor_4_Selected_BorderColor:#fff;--sapIndicationColor_4_Selected_TextColor:#fff;--sapIndicationColor_4b:#9c9;--sapIndicationColor_4b_BorderColor:#fff;--sapIndicationColor_4b_Hover_Background:#795100;--sapIndicationColor_5:#6bd3ff;--sapIndicationColor_5_Background:#000;--sapIndicationColor_5_BorderColor:#fff;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_5_Hover_Background:#795100;--sapIndicationColor_5_Active_Background:#795100;--sapIndicationColor_5_Active_BorderColor:#fff;--sapIndicationColor_5_Active_TextColor:#fff;--sapIndicationColor_5_Selected_Background:#0f5c93;--sapIndicationColor_5_Selected_BorderColor:#fff;--sapIndicationColor_5_Selected_TextColor:#fff;--sapIndicationColor_5b:#6bd3ff;--sapIndicationColor_5b_BorderColor:#fff;--sapIndicationColor_5b_Hover_Background:#795100;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#000;--sapIndicationColor_6_BorderColor:#fff;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_6_Hover_Background:#795100;--sapIndicationColor_6_Active_Background:#795100;--sapIndicationColor_6_Active_BorderColor:#fff;--sapIndicationColor_6_Active_TextColor:#fff;--sapIndicationColor_6_Selected_Background:#0f5c93;--sapIndicationColor_6_Selected_BorderColor:#fff;--sapIndicationColor_6_Selected_TextColor:#fff;--sapIndicationColor_6b:#7fc6c6;--sapIndicationColor_6b_BorderColor:#fff;--sapIndicationColor_6b_Hover_Background:#795100;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#000;--sapIndicationColor_7_BorderColor:#fff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_7_Hover_Background:#795100;--sapIndicationColor_7_Active_Background:#795100;--sapIndicationColor_7_Active_BorderColor:#fff;--sapIndicationColor_7_Active_TextColor:#fff;--sapIndicationColor_7_Selected_Background:#0f5c93;--sapIndicationColor_7_Selected_BorderColor:#fff;--sapIndicationColor_7_Selected_TextColor:#fff;--sapIndicationColor_7b:#b995e0;--sapIndicationColor_7b_BorderColor:#fff;--sapIndicationColor_7b_Hover_Background:#795100;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#000;--sapIndicationColor_8_BorderColor:#fff;--sapIndicationColor_8_TextColor:#fff;--sapIndicationColor_8_Hover_Background:#795100;--sapIndicationColor_8_Active_Background:#795100;--sapIndicationColor_8_Active_BorderColor:#fff;--sapIndicationColor_8_Active_TextColor:#fff;--sapIndicationColor_8_Selected_Background:#0f5c93;--sapIndicationColor_8_Selected_BorderColor:#fff;--sapIndicationColor_8_Selected_TextColor:#fff;--sapIndicationColor_8b:#e269c9;--sapIndicationColor_8b_BorderColor:#fff;--sapIndicationColor_8b_Hover_Background:#795100;--sapIndicationColor_9:#000;--sapIndicationColor_9_Background:#000;--sapIndicationColor_9_BorderColor:#fff;--sapIndicationColor_9_TextColor:#fff;--sapIndicationColor_9_Hover_Background:#795100;--sapIndicationColor_9_Active_Background:#795100;--sapIndicationColor_9_Active_BorderColor:#fff;--sapIndicationColor_9_Active_TextColor:#fff;--sapIndicationColor_9_Selected_Background:#0f5c93;--sapIndicationColor_9_Selected_BorderColor:#fff;--sapIndicationColor_9_Selected_TextColor:#fff;--sapIndicationColor_9b:#000;--sapIndicationColor_9b_BorderColor:#fff;--sapIndicationColor_9b_Hover_Background:#795100;--sapIndicationColor_10:#494949;--sapIndicationColor_10_Background:#000;--sapIndicationColor_10_BorderColor:#fff;--sapIndicationColor_10_TextColor:#fff;--sapIndicationColor_10_Hover_Background:#795100;--sapIndicationColor_10_Active_Background:#795100;--sapIndicationColor_10_Active_BorderColor:#fff;--sapIndicationColor_10_Active_TextColor:#fff;--sapIndicationColor_10_Selected_Background:#0f5c93;--sapIndicationColor_10_Selected_BorderColor:#fff;--sapIndicationColor_10_Selected_TextColor:#fff;--sapIndicationColor_10b:#494949;--sapIndicationColor_10b_BorderColor:#fff;--sapIndicationColor_10b_Hover_Background:#795100;--sapLegend_WorkingBackground:#2e2e2e;--sapLegend_NonWorkingBackground:#585858;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#ffc847;--sapLegendColor2:#ed884a;--sapLegendColor3:#db9292;--sapLegendColor4:#ff741f;--sapLegendColor5:#e269c9;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#7fc6c6;--sapLegendColor8:#b2e484;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb86b0;--sapLegendColor11:#ffe6ad;--sapLegendColor12:#cdaf9d;--sapLegendColor13:#ff8787;--sapLegendColor14:#ffb385;--sapLegendColor15:#ffb2ef;--sapLegendColor16:#9cabc5;--sapLegendColor17:#a4eeee;--sapLegendColor18:#8d9e7e;--sapLegendColor19:#addcf0;--sapLegendColor20:#629cff;--sapLegendBackgroundColor1:#000;--sapLegendBackgroundColor2:#000;--sapLegendBackgroundColor3:#000;--sapLegendBackgroundColor4:#000;--sapLegendBackgroundColor5:#000;--sapLegendBackgroundColor6:#000;--sapLegendBackgroundColor7:#000;--sapLegendBackgroundColor8:#000;--sapLegendBackgroundColor9:#000;--sapLegendBackgroundColor10:#000;--sapLegendBackgroundColor11:#000;--sapLegendBackgroundColor12:#000;--sapLegendBackgroundColor13:#000;--sapLegendBackgroundColor14:#000;--sapLegendBackgroundColor15:#000;--sapLegendBackgroundColor16:#000;--sapLegendBackgroundColor17:#000;--sapLegendBackgroundColor18:#000;--sapLegendBackgroundColor19:#000;--sapLegendBackgroundColor20:#000;--sapChart_OrderedColor_1:#4da2f6;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#5c66f5;--sapChart_OrderedColor_8:#c53da4;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#387bb7;--sapChart_Bad:#ff5e5e;--sapChart_Critical:#ffab1d;--sapChart_Good:#9c9;--sapChart_Neutral:#fff;--sapChart_Sequence_1:#4da2f6;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#5c66f5;--sapChart_Sequence_8:#c53da4;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#387bb7;--sapChart_Sequence_Neutral:#fff;}"
|
12
|
+
};
|
13
|
+
var _default = styleData;
|
14
|
+
_exports.default = _default;
|
15
|
+
});
|