@ui5/webcomponents-theming
Advanced tools
Comparing version 0.0.0-d1315d658 to 0.0.0-d473b9686
705
CHANGELOG.md
@@ -6,2 +6,707 @@ # Change Log | ||
# [2.0.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-05-10) | ||
### Code Refactoring | ||
* **theming:** remove Belize theme ([#8519](https://github.com/SAP/ui5-webcomponents/issues/8519)) ([990313f](https://github.com/SAP/ui5-webcomponents/commit/990313fc8e429a491f4d6e67306d3df2703e54fe)), closes [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) | ||
### BREAKING CHANGES | ||
* **theming:** Remove SAP Belize theme | ||
# [2.0.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-04-18) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [2.0.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-04-11) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09) | ||
### chore | ||
* bring release-2.0 to main ([#8651](https://github.com/SAP/ui5-webcomponents/issues/8651)) ([69271c9](https://github.com/SAP/ui5-webcomponents/commit/69271c9468c7dd54f90710fc4613ae0a79f85cef)), closes [#8494](https://github.com/SAP/ui5-webcomponents/issues/8494) [#8496](https://github.com/SAP/ui5-webcomponents/issues/8496) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8497](https://github.com/SAP/ui5-webcomponents/issues/8497) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8504](https://github.com/SAP/ui5-webcomponents/issues/8504) [#8509](https://github.com/SAP/ui5-webcomponents/issues/8509) [#8507](https://github.com/SAP/ui5-webcomponents/issues/8507) [#8511](https://github.com/SAP/ui5-webcomponents/issues/8511) [#8501](https://github.com/SAP/ui5-webcomponents/issues/8501) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8503](https://github.com/SAP/ui5-webcomponents/issues/8503) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8506](https://github.com/SAP/ui5-webcomponents/issues/8506) [#8502](https://github.com/SAP/ui5-webcomponents/issues/8502) [#8524](https://github.com/SAP/ui5-webcomponents/issues/8524) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8525](https://github.com/SAP/ui5-webcomponents/issues/8525) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8518](https://github.com/SAP/ui5-webcomponents/issues/8518) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8526](https://github.com/SAP/ui5-webcomponents/issues/8526) [#8529](https://github.com/SAP/ui5-webcomponents/issues/8529) [#8528](https://github.com/SAP/ui5-webcomponents/issues/8528) [#8531](https://github.com/SAP/ui5-webcomponents/issues/8531) [#8532](https://github.com/SAP/ui5-webcomponents/issues/8532) [#8534](https://github.com/SAP/ui5-webcomponents/issues/8534) [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163) [#8527](https://github.com/SAP/ui5-webcomponents/issues/8527) [#8538](https://github.com/SAP/ui5-webcomponents/issues/8538) [#8521](https://github.com/SAP/ui5-webcomponents/issues/8521) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8542](https://github.com/SAP/ui5-webcomponents/issues/8542) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8548](https://github.com/SAP/ui5-webcomponents/issues/8548) [#8555](https://github.com/SAP/ui5-webcomponents/issues/8555) [#8559](https://github.com/SAP/ui5-webcomponents/issues/8559) [#8565](https://github.com/SAP/ui5-webcomponents/issues/8565) [#8570](https://github.com/SAP/ui5-webcomponents/issues/8570) [#8558](https://github.com/SAP/ui5-webcomponents/issues/8558) [#8568](https://github.com/SAP/ui5-webcomponents/issues/8568) [#8596](https://github.com/SAP/ui5-webcomponents/issues/8596) [#8192](https://github.com/SAP/ui5-webcomponents/issues/8192) [#8606](https://github.com/SAP/ui5-webcomponents/issues/8606) [#8605](https://github.com/SAP/ui5-webcomponents/issues/8605) [#8600](https://github.com/SAP/ui5-webcomponents/issues/8600) [#8602](https://github.com/SAP/ui5-webcomponents/issues/8602) [#8593](https://github.com/SAP/ui5-webcomponents/issues/8593) | ||
### BREAKING CHANGES | ||
* "Device#isIE" method has been removed and no longer available | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* Removed the `CSP.js` module and the creation of `<style>` and `<link>` tags, as all browsers now support adoptedStyleSheets. The following APIs are not available any more and should not be used: | ||
```ts | ||
import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js" | ||
import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js" | ||
import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js" | ||
``` | ||
* Removed the `ICardHeader` interface. If you previously used the interface | ||
```ts | ||
import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js" | ||
``` | ||
Use the CardHeader type instead: | ||
```ts | ||
import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js" | ||
``` | ||
* Removed the `IUploadCollectionItem` interface. If you previously used the interface: | ||
```js | ||
import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js" | ||
``` | ||
Use the `UploadCollectionItem` type instead: | ||
```js | ||
import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js" | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The `size` property now accepts different values. If you previously used it like: | ||
```html | ||
<ui5-busy-indicator size="Small"></ui5-busy-indicator> | ||
``` | ||
Now use the new values instead: | ||
```html | ||
<ui5-busy-indicator size="S"></ui5-busy-indicator> | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The `status` property and its shadow part have been renamed. If you previously used them: | ||
```html | ||
<style> | ||
.cardHeader::part(status) { ... } | ||
</style> | ||
<ui5-card-header status="3 of 10"></ui5-popover> | ||
``` | ||
Now use `additionalText` instead: | ||
```html | ||
<style> | ||
.cardHeader::part(additional-text) { ... } | ||
</style> | ||
<ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header> | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The `pageIndicatorStyle` no longer exists. If you previously used it like: | ||
```html | ||
<ui5-carousel page-indicator-style="Numeric"></ui5-carousel> | ||
``` | ||
Now you should use `pageIndicatorType` instead: | ||
```html | ||
<ui5-carousel page-indicator-type="Numeric"></ui5-carousel> | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render" | ||
```js | ||
class MyClass extends UI5Element { | ||
static get render() { | ||
return litRenderer; | ||
} | ||
} | ||
``` | ||
start using "renderer" | ||
```ts | ||
class MyClass extends UI5Element { | ||
static get renderer() { | ||
return litRenderer; | ||
} | ||
} | ||
``` | ||
* Remove JavaScript template option from @ui5/create-webcomponents-package | ||
Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project. | ||
If you previously used `npm init @ui5/webcomponents-package --enable-typescript` to create TypeScript-based project, now it's by default, e.g `npm init @ui5/webcomponents-package` and `--enable-typescript` is removed. | ||
* The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover: | ||
```html | ||
<ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover> | ||
``` | ||
Now use `Start` or `End` instead: | ||
```html | ||
<ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover> | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* docs: deploy v2 preview | ||
* Remove `soccor` icon. Use `soccer` instead. | ||
* Remove `add-polygone` icon. Use `add-polygon` instead. | ||
* The JSDoc plugin has been removed, and the generation of api.json has stopped. If you previously relied on the `ui5-package/dist/api.json file`, you can now use `ui5-package/dist/custom-elements.json` | ||
* All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package: | ||
```ts | ||
import "@ui5/webcomponents/dist/Assets-static.js"; | ||
import "@ui5/webcomponents-icons/dist/Assets-static.js" | ||
``` | ||
use the dynamic equivalent of it: | ||
```ts | ||
import "@ui5/webcomponents/dist/Assets.js"; | ||
import "@ui5/webcomponents-icons/dist/Assets.js" | ||
``` | ||
Related to: https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details | ||
`values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows: | ||
```ts | ||
myCalendar.addEventListener("selected-dates-change", () => { | ||
const values = e.detail.values; | ||
const dates = e.detail.dates; | ||
}) | ||
``` | ||
Now you have to use the new event name and details: | ||
```ts | ||
myCalendar.addEventListener("selection-change", () => { | ||
const values = event.detail.selectedValues; | ||
const dates = event.detail.selectedDateValues; | ||
}) | ||
``` | ||
Related to: https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows: | ||
```html | ||
<ui5-color-picker color="red"></ui5-color-picker> | ||
``` | ||
Now you have to use it like this: | ||
```html | ||
<ui5-color-picker value="red"></ui5-color-picker> | ||
``` | ||
Related to: https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* JavaScript projects may not function properly with the tools package. | ||
* The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API: | ||
```js | ||
button.addEventListener("click", function(event) { | ||
colorPalettePopover.showAt(this); | ||
}); | ||
``` | ||
Now the declarative API should be used instead: | ||
```html | ||
<ui5-button id="opener">Open</ui5-button> | ||
<ui5-color-palette-popover opener="opener"> | ||
``` | ||
```js | ||
button.addEventListener("click", function(event) { | ||
colorPalettePopover.open = !colorPalettePopover.open; | ||
}); | ||
``` | ||
* The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`: | ||
```ts | ||
import "@ui5/webcomponents-fiori/dist/Bar.js; | ||
``` | ||
Now, import the `ui5-bar` from `main`: | ||
```ts | ||
import "@ui5/webcomponents/dist/Bar.js"; | ||
``` | ||
Related to: https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* If you have previously used: | ||
```html | ||
<ui5-tab id="nestedTab" slot="subTabs"></ui5-tab> | ||
``` | ||
Now use: | ||
```html | ||
<ui5-tab id="nestedTab" slot="items"></ui5-tab> | ||
``` | ||
Relates to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* If you have previously used: | ||
```html | ||
<ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer> | ||
``` | ||
Now use: | ||
```html | ||
<ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer> | ||
``` | ||
Relates to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead. | ||
Relates to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The showOverflow property is removed. If previously you have used: | ||
```html | ||
<ui5-tabcontainer show-overflow></ui5-tabcontainer> | ||
``` | ||
now use the overflowButton slot: | ||
```html | ||
<ui5-tabcontainer> | ||
<ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button> | ||
<ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button> | ||
</ui5-tabcontainer> | ||
``` | ||
Relates to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The `placementType` property and the `PopoverPlacementType` enum have been renamed. | ||
If you have previously used the `placementType` property and the `PopoverPlacementType` | ||
```html | ||
<ui5-popover placement-type="Bottom"></ui5-popover> | ||
``` | ||
```js | ||
import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js"; | ||
``` | ||
Now use `placement` instead: | ||
```html | ||
<ui5-placement="Bottom"></ui5-popover> | ||
``` | ||
```js | ||
import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js"; | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461 | ||
* The `size` property of the `ui5--illustrated-message` is renamed to `design`. | ||
If you have previously used the `size` property: | ||
```html | ||
<ui5-illustrated-message size="Dialog"> | ||
``` | ||
Now use `design` instead: | ||
```html | ||
<ui5-illustrated-message design="Dialog"> | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887 | ||
* The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`. | ||
If you have previously used the `separator-style` property: | ||
```html | ||
<ui5-breadcrumbs separator-style="Slash"> | ||
``` | ||
Now use `separators` instead: | ||
```html | ||
<ui5-breadcrumbs separators="Slash"> | ||
``` | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887 | ||
* The `disabled` property of the `ui5-option` is removed. | ||
If you have previously used the `disabled` property: | ||
```html | ||
<ui5-option disabled>Option</ui5-option> | ||
``` | ||
it will no longer work for the component. | ||
Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887 | ||
* You can no longer import and implement the `ITab` interface. TabContainer is designed to work only with Tab and TabSeparator classes, so the interface was obsolete. | ||
# [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.24.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.3...v1.24.0-rc.4) (2024-04-04) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.24.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.2...v1.24.0-rc.3) (2024-03-28) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.24.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.1...v1.24.0-rc.2) (2024-03-21) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.24.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.0...v1.24.0-rc.1) (2024-03-15) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.4...v1.23.0-rc.5) (2024-02-29) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.3...v1.23.0-rc.4) (2024-02-26) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.2...v1.23.0-rc.3) (2024-02-22) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.1...v1.23.0-rc.2) (2024-02-20) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.0...v1.23.0-rc.1) (2024-02-19) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.23.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.1-rc.0...v1.23.0-rc.0) (2024-02-15) | ||
### Features | ||
* **ui5-calendar-legend:** introduce ui5-calendar-legend component ([#7706](https://github.com/SAP/ui5-webcomponents/issues/7706)) ([909a602](https://github.com/SAP/ui5-webcomponents/commit/909a6028362b55e26fdb5ca7a1ed68c8c6197a6b)) | ||
## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.22.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.2...v1.22.0-rc.3) (2024-02-01) | ||
### Bug Fixes | ||
* release build ([#8222](https://github.com/SAP/ui5-webcomponents/issues/8222)) ([27042ac](https://github.com/SAP/ui5-webcomponents/commit/27042ac90443dea8d5900d1c5bfa5bc93d365da0)) | ||
# [1.22.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.1...v1.22.0-rc.2) (2024-01-25) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.22.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.0...v1.22.0-rc.1) (2024-01-18) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11) | ||
### Features | ||
* **ui5-badge:** add different design types ([#7564](https://github.com/SAP/ui5-webcomponents/issues/7564)) ([e5895f7](https://github.com/SAP/ui5-webcomponents/commit/e5895f7d5076406769b516967137ba58f3567935)) | ||
# [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.21.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.4...v1.21.0-rc.5) (2024-01-04) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.21.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.3...v1.21.0-rc.4) (2023-12-28) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.21.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.2...v1.21.0-rc.3) (2023-12-21) | ||
### Features | ||
* **tools:** Optimize build by switching css processing to esbuild ([#8008](https://github.com/SAP/ui5-webcomponents/issues/8008)) ([b4d411f](https://github.com/SAP/ui5-webcomponents/commit/b4d411f00f8d74ccecb2d02254126243faf53dfd)) | ||
# [1.21.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.1...v1.21.0-rc.2) (2023-12-14) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.21.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.0...v1.21.0-rc.1) (2023-12-08) | ||
### Bug Fixes | ||
* **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d)) | ||
# [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.20.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.20.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.1...v1.20.0-rc.2) (2023-11-23) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.20.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.0...v1.20.0-rc.1) (2023-11-16) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.19.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.2...v1.19.0-rc.3) (2023-11-02) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.19.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.1...v1.19.0-rc.2) (2023-10-26) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.19.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.0...v1.19.0-rc.1) (2023-10-19) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.19.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.1-rc.0...v1.19.0-rc.0) (2023-10-12) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.18.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.1...v1.18.0-rc.2) (2023-09-28) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.18.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01) | ||
### Features | ||
* **ui5-toolbar:** web component introduced ([#7024](https://github.com/SAP/ui5-webcomponents/issues/7024)) ([2f329fe](https://github.com/SAP/ui5-webcomponents/commit/2f329fe2d237d24f05ed140658e39752d6d9d8ae)) | ||
# [1.17.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.1...v1.17.0-rc.2) (2023-08-24) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.17.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.0...v1.17.0-rc.1) (2023-08-17) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.16.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.3...v1.16.0-rc.4) (2023-08-03) | ||
**Note:** Version bump only for package @ui5/webcomponents-theming | ||
# [1.16.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.2...v1.16.0-rc.3) (2023-07-27) | ||
@@ -8,0 +713,0 @@ |
@@ -81,2 +81,10 @@ [ | ||
"--sapButton_BorderWidth", | ||
"--sapButton_Critical_Active_Background", | ||
"--sapButton_Critical_Active_BorderColor", | ||
"--sapButton_Critical_Background", | ||
"--sapButton_Critical_BorderColor", | ||
"--sapButton_Critical_Hover_Background", | ||
"--sapButton_Critical_Hover_BorderColor", | ||
"--sapButton_Critical_Hover_TextColor", | ||
"--sapButton_Critical_TextColor", | ||
"--sapButton_Emphasized_Active_Background", | ||
@@ -87,2 +95,3 @@ "--sapButton_Emphasized_Active_BorderColor", | ||
"--sapButton_Emphasized_BorderColor", | ||
"--sapButton_Emphasized_FontWeight", | ||
"--sapButton_Emphasized_Hover_Background", | ||
@@ -115,2 +124,10 @@ "--sapButton_Emphasized_Hover_BorderColor", | ||
"--sapButton_Hover_TextColor", | ||
"--sapButton_Information_Active_Background", | ||
"--sapButton_Information_Active_BorderColor", | ||
"--sapButton_Information_Background", | ||
"--sapButton_Information_BorderColor", | ||
"--sapButton_Information_Hover_Background", | ||
"--sapButton_Information_Hover_BorderColor", | ||
"--sapButton_Information_Hover_TextColor", | ||
"--sapButton_Information_TextColor", | ||
"--sapButton_Lite_Active_Background", | ||
@@ -124,4 +141,16 @@ "--sapButton_Lite_Active_BorderColor", | ||
"--sapButton_Lite_TextColor", | ||
"--sapButton_Negative_Active_Background", | ||
"--sapButton_Negative_Active_BorderColor", | ||
"--sapButton_Negative_Background", | ||
"--sapButton_Negative_BorderColor", | ||
"--sapButton_Negative_Hover_Background", | ||
"--sapButton_Negative_Hover_BorderColor", | ||
"--sapButton_Negative_Hover_TextColor", | ||
"--sapButton_Negative_TextColor", | ||
"--sapButton_Neutral_Active_Background", | ||
"--sapButton_Neutral_Active_BorderColor", | ||
"--sapButton_Neutral_Background", | ||
"--sapButton_Neutral_Hover_Background", | ||
"--sapButton_Neutral_Hover_BorderColor", | ||
"--sapButton_Neutral_Hover_TextColor", | ||
"--sapButton_Reject_Active_Background", | ||
@@ -146,2 +175,10 @@ "--sapButton_Reject_Active_BorderColor", | ||
"--sapButton_Selected_TextColor", | ||
"--sapButton_Success_Active_Background", | ||
"--sapButton_Success_Active_BorderColor", | ||
"--sapButton_Success_Background", | ||
"--sapButton_Success_BorderColor", | ||
"--sapButton_Success_Hover_Background", | ||
"--sapButton_Success_Hover_BorderColor", | ||
"--sapButton_Success_Hover_TextColor", | ||
"--sapButton_Success_TextColor", | ||
"--sapButton_TextColor", | ||
@@ -167,7 +204,6 @@ "--sapButton_TokenBackground", | ||
"--sapButton_Track_Selected_TextColor", | ||
"--sapChart_Good", | ||
"--sapChart_Sequence_6", | ||
"--sapContent_BadgeBackground", | ||
"--sapContent_BadgeTextColor", | ||
"--sapContent_BusyColor", | ||
"--sapContent_ContentColor", | ||
"--sapContent_ContrastFocusColor", | ||
@@ -177,2 +213,3 @@ "--sapContent_ContrastIconColor", | ||
"--sapContent_ContrastTextColor", | ||
"--sapContent_ContrastTextShadow", | ||
"--sapContent_Critical_Shadow", | ||
@@ -214,3 +251,2 @@ "--sapContent_DisabledOpacity", | ||
"--sapContent_Selected_MeasureIndicatorColor", | ||
"--sapContent_Selected_Shadow", | ||
"--sapContent_Selected_TextColor", | ||
@@ -231,2 +267,3 @@ "--sapContent_Shadow0", | ||
"--sapElement_Height", | ||
"--sapElement_LineHeight", | ||
"--sapErrorBackground", | ||
@@ -301,3 +338,2 @@ "--sapErrorBorderColor", | ||
"--sapHighlightColor", | ||
"--sapHighlightTextColor", | ||
"--sapIllus_AccentColor", | ||
@@ -314,2 +350,112 @@ "--sapIllus_BackgroundColor", | ||
"--sapIllus_StrokeDetailColor", | ||
"--sapIndicationColor_1", | ||
"--sapIndicationColor_1_Active_Background", | ||
"--sapIndicationColor_1_Active_BorderColor", | ||
"--sapIndicationColor_1_Active_TextColor", | ||
"--sapIndicationColor_1_Background", | ||
"--sapIndicationColor_1_BorderColor", | ||
"--sapIndicationColor_1_Hover_Background", | ||
"--sapIndicationColor_1_TextColor", | ||
"--sapIndicationColor_1b", | ||
"--sapIndicationColor_1b_BorderColor", | ||
"--sapIndicationColor_1b_Hover_Background", | ||
"--sapIndicationColor_2", | ||
"--sapIndicationColor_2_Active_Background", | ||
"--sapIndicationColor_2_Active_BorderColor", | ||
"--sapIndicationColor_2_Active_TextColor", | ||
"--sapIndicationColor_2_Background", | ||
"--sapIndicationColor_2_BorderColor", | ||
"--sapIndicationColor_2_Hover_Background", | ||
"--sapIndicationColor_2_TextColor", | ||
"--sapIndicationColor_2b", | ||
"--sapIndicationColor_2b_BorderColor", | ||
"--sapIndicationColor_2b_Hover_Background", | ||
"--sapIndicationColor_3", | ||
"--sapIndicationColor_3_Active_Background", | ||
"--sapIndicationColor_3_Active_BorderColor", | ||
"--sapIndicationColor_3_Active_TextColor", | ||
"--sapIndicationColor_3_Background", | ||
"--sapIndicationColor_3_BorderColor", | ||
"--sapIndicationColor_3_Hover_Background", | ||
"--sapIndicationColor_3_TextColor", | ||
"--sapIndicationColor_3b", | ||
"--sapIndicationColor_3b_BorderColor", | ||
"--sapIndicationColor_3b_Hover_Background", | ||
"--sapIndicationColor_4", | ||
"--sapIndicationColor_4_Active_Background", | ||
"--sapIndicationColor_4_Active_BorderColor", | ||
"--sapIndicationColor_4_Active_TextColor", | ||
"--sapIndicationColor_4_Background", | ||
"--sapIndicationColor_4_BorderColor", | ||
"--sapIndicationColor_4_Hover_Background", | ||
"--sapIndicationColor_4_TextColor", | ||
"--sapIndicationColor_4b", | ||
"--sapIndicationColor_4b_BorderColor", | ||
"--sapIndicationColor_4b_Hover_Background", | ||
"--sapIndicationColor_5", | ||
"--sapIndicationColor_5_Active_Background", | ||
"--sapIndicationColor_5_Active_BorderColor", | ||
"--sapIndicationColor_5_Active_TextColor", | ||
"--sapIndicationColor_5_Background", | ||
"--sapIndicationColor_5_BorderColor", | ||
"--sapIndicationColor_5_Hover_Background", | ||
"--sapIndicationColor_5_TextColor", | ||
"--sapIndicationColor_5b", | ||
"--sapIndicationColor_5b_BorderColor", | ||
"--sapIndicationColor_5b_Hover_Background", | ||
"--sapIndicationColor_6", | ||
"--sapIndicationColor_6_Active_Background", | ||
"--sapIndicationColor_6_Active_BorderColor", | ||
"--sapIndicationColor_6_Active_TextColor", | ||
"--sapIndicationColor_6_Background", | ||
"--sapIndicationColor_6_BorderColor", | ||
"--sapIndicationColor_6_Hover_Background", | ||
"--sapIndicationColor_6_TextColor", | ||
"--sapIndicationColor_6b", | ||
"--sapIndicationColor_6b_BorderColor", | ||
"--sapIndicationColor_6b_Hover_Background", | ||
"--sapIndicationColor_7", | ||
"--sapIndicationColor_7_Active_Background", | ||
"--sapIndicationColor_7_Active_BorderColor", | ||
"--sapIndicationColor_7_Active_TextColor", | ||
"--sapIndicationColor_7_Background", | ||
"--sapIndicationColor_7_BorderColor", | ||
"--sapIndicationColor_7_Hover_Background", | ||
"--sapIndicationColor_7_TextColor", | ||
"--sapIndicationColor_7b", | ||
"--sapIndicationColor_7b_BorderColor", | ||
"--sapIndicationColor_7b_Hover_Background", | ||
"--sapIndicationColor_8", | ||
"--sapIndicationColor_8_Active_Background", | ||
"--sapIndicationColor_8_Active_BorderColor", | ||
"--sapIndicationColor_8_Active_TextColor", | ||
"--sapIndicationColor_8_Background", | ||
"--sapIndicationColor_8_BorderColor", | ||
"--sapIndicationColor_8_Hover_Background", | ||
"--sapIndicationColor_8_TextColor", | ||
"--sapIndicationColor_8b", | ||
"--sapIndicationColor_8b_BorderColor", | ||
"--sapIndicationColor_8b_Hover_Background", | ||
"--sapIndicationColor_9", | ||
"--sapIndicationColor_9_Active_Background", | ||
"--sapIndicationColor_9_Active_BorderColor", | ||
"--sapIndicationColor_9_Active_TextColor", | ||
"--sapIndicationColor_9_Background", | ||
"--sapIndicationColor_9_BorderColor", | ||
"--sapIndicationColor_9_Hover_Background", | ||
"--sapIndicationColor_9_TextColor", | ||
"--sapIndicationColor_9b", | ||
"--sapIndicationColor_9b_BorderColor", | ||
"--sapIndicationColor_9b_Hover_Background", | ||
"--sapIndicationColor_10", | ||
"--sapIndicationColor_10_Active_Background", | ||
"--sapIndicationColor_10_Active_BorderColor", | ||
"--sapIndicationColor_10_Active_TextColor", | ||
"--sapIndicationColor_10_Background", | ||
"--sapIndicationColor_10_BorderColor", | ||
"--sapIndicationColor_10_Hover_Background", | ||
"--sapIndicationColor_10_TextColor", | ||
"--sapIndicationColor_10b", | ||
"--sapIndicationColor_10b_BorderColor", | ||
"--sapIndicationColor_10b_Hover_Background", | ||
"--sapInformationBackground", | ||
@@ -332,3 +478,22 @@ "--sapInformationBorderColor", | ||
"--sapLegendBackgroundColor20", | ||
"--sapLegendColor1", | ||
"--sapLegendColor2", | ||
"--sapLegendColor3", | ||
"--sapLegendColor4", | ||
"--sapLegendColor5", | ||
"--sapLegendColor6", | ||
"--sapLegendColor7", | ||
"--sapLegendColor8", | ||
"--sapLegendColor9", | ||
"--sapLegendColor10", | ||
"--sapLegendColor11", | ||
"--sapLegendColor12", | ||
"--sapLegendColor13", | ||
"--sapLegendColor14", | ||
"--sapLegendColor15", | ||
"--sapLegendColor16", | ||
"--sapLegendColor17", | ||
"--sapLegendColor18", | ||
"--sapLegendColor19", | ||
"--sapLegendColor20", | ||
"--sapLink_Active_Color", | ||
@@ -370,2 +535,3 @@ "--sapLink_Active_TextDecoration", | ||
"--sapNeutralBackground", | ||
"--sapNeutralBorderColor", | ||
"--sapNeutralColor", | ||
@@ -376,2 +542,8 @@ "--sapNeutralElementColor", | ||
"--sapObjectHeader_BorderColor", | ||
"--sapObjectHeader_Hover_Background", | ||
"--sapObjectHeader_Subtitle_TextColor", | ||
"--sapObjectHeader_Title_FontFamily", | ||
"--sapObjectHeader_Title_FontSize", | ||
"--sapObjectHeader_Title_SnappedFontSize", | ||
"--sapObjectHeader_Title_TextColor", | ||
"--sapPageFooter_Background", | ||
@@ -422,3 +594,2 @@ "--sapPageFooter_BorderColor", | ||
"--sapShellColor", | ||
"--sapSlider_Active_HandleBackground", | ||
"--sapSlider_Active_RangeHandleBackground", | ||
@@ -446,3 +617,3 @@ "--sapSlider_Background", | ||
"--sapTile_TitleTextColor", | ||
"--sapTitleColor", | ||
"--sapToolbar_Background", | ||
"--sapToolbar_SeparatorColor", | ||
@@ -449,0 +620,0 @@ "--sapWarningBackground", |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3_dark/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #91c8f6;\n --sapHighlightColor: #91c8f6;\n --sapBaseColor: #29313a;\n --sapShellColor: #354a5f;\n --sapBackgroundColor: #1c2228;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #fafafa;\n --sapLinkColor: #91c8f6;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #91c8f6;\n --sapHoverColor: #222a31;\n --sapActiveColor: #91c8f6;\n --sapHighlightTextColor: #29313a;\n --sapTitleColor: #fafafa;\n --sapNegativeColor: #ff8888;\n --sapCriticalColor: #fabd64;\n --sapPositiveColor: #abe2ab;\n --sapInformativeColor: #91c8f6;\n --sapNeutralColor: #d3d7d9;\n --sapNegativeElementColor: #ff8888;\n --sapCriticalElementColor: #fabd64;\n --sapPositiveElementColor: #abe2ab;\n --sapInformativeElementColor: #91c8f6;\n --sapNeutralElementColor: #d3d7d9;\n --sapNegativeTextColor: #ff8888;\n --sapCriticalTextColor: #fabd64;\n --sapPositiveTextColor: #abe2ab;\n --sapInformativeTextColor: #91c8f6;\n --sapNeutralTextColor: #d3d7d9;\n --sapErrorColor: #ff8888;\n --sapWarningColor: #fabd64;\n --sapSuccessColor: #abe2ab;\n --sapInformationColor: #91c8f6;\n --sapErrorBackground: #3b0000;\n --sapWarningBackground: #2b1a01;\n --sapSuccessBackground: #153c15;\n --sapInformationBackground: #062e4f;\n --sapNeutralBackground: #5c666b;\n --sapErrorBorderColor: #ff8888;\n --sapWarningBorderColor: #fabd64;\n --sapSuccessBorderColor: #abe2ab;\n --sapInformationBorderColor: #91c8f6;\n --sapNeutralBorderColor: #d3d7d9;\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.4;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #91c8f6;\n --sapContent_ContrastIconColor: #29313a;\n --sapContent_NonInteractiveIconColor: #d3d7d9;\n --sapContent_MarkerIconColor: #6bd3ff;\n --sapContent_MarkerTextColor: #7fc6c6;\n --sapContent_MeasureIndicatorColor: #8696a9;\n --sapContent_Selected_MeasureIndicatorColor: #8696a9;\n --sapContent_Placeholderloading_Background: #536376;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);\n --sapContent_ImagePlaceholderBackground: #687d94;\n --sapContent_ImagePlaceholderForegroundColor: #29313a;\n --sapContent_RatedColor: #ffc847;\n --sapContent_UnratedColor: #8696a9;\n --sapContent_BusyColor: #91c8f6;\n --sapContent_FocusColor: #fff;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .0625rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0 0.0625rem rgba(255,255,255,0.2), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);\n --sapContent_TextShadow: 0 0 0.125rem #000;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #3a4552;\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: #058088;\n --sapContent_HelpColor: #57b900;\n --sapContent_LabelColor: #d3d7d9;\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(250,250,250,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.55;\n --sapContent_ContrastTextColor: #29313a;\n --sapContent_ForegroundColor: #1c2228;\n --sapContent_ForegroundBorderColor: #8696a9;\n --sapContent_ForegroundTextColor: #fafafa;\n --sapContent_BadgeBackground: #d14242;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #91c8f6;\n --sapContent_Selected_TextColor: #29313a;\n --sapContent_Selected_Background: #91c8f6;\n --sapContent_Selected_Hover_Background: #83c1f5;\n --sapContent_Selected_ForegroundColor: #91c8f6;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #0a6ed1;\n --sapContent_Illustrative_Color2: #3793d1;\n --sapContent_Illustrative_Color3: #d69522;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #727f87;\n --sapContent_Illustrative_Color6: #9ba4aa;\n --sapContent_Illustrative_Color7: #43494b;\n --sapContent_Illustrative_Color8: #c2c8cc;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #ebf8ff;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #5dc122;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: none;\n --sapLink_Hover_Color: #62b0f2;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #91c8f6;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #91c8f6;\n --sapLink_InvertedColor: #d3e9fb;\n --sapLink_SubtleColor: #c0e0fa;\n --sapShell_Background: #232a31;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #354a5f;\n --sapShell_TextColor: #fafafa;\n --sapShell_InteractiveBackground: #354a5f;\n --sapShell_InteractiveTextColor: #d1e8ff;\n --sapShell_InteractiveBorderColor: #7996b4;\n --sapShell_GroupTitleTextColor: #fafafa;\n --sapShell_GroupTitleTextShadow: 0 0 0.125rem #000;\n --sapShell_Hover_Background: #283848;\n --sapShell_Active_Background: #23303e;\n --sapShell_Active_TextColor: #fafafa;\n --sapShell_Selected_Background: #23303e;\n --sapShell_Selected_TextColor: #fafafa;\n --sapShell_Selected_Hover_Background: #23303e;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #354a5f;\n --sapShell_Navigation_Hover_Background: #283848;\n --sapShell_Navigation_SelectedColor: #d1e8ff;\n --sapShell_Navigation_Selected_TextColor: #d1e8ff;\n --sapShell_Navigation_TextColor: #fafafa;\n --sapShell_Navigation_Active_TextColor: #fafafa;\n --sapShell_Navigation_Active_Background: #23303e;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);\n --sapShell_NegativeColor: #ff8888;\n --sapShell_CriticalColor: #fabd64;\n --sapShell_PositiveColor: #abe2ab;\n --sapShell_InformativeColor: #c0e0fa;\n --sapShell_NeutralColor: #d3d7d9;\n --sapShell_Category_1_Background: #6bd3ff;\n --sapShell_Category_1_BorderColor: #6bd3ff;\n --sapShell_Category_1_TextColor: #29313a;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #d88b8b;\n --sapShell_Category_2_BorderColor: #d88b8b;\n --sapShell_Category_2_TextColor: #29313a;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #f0b25f;\n --sapShell_Category_3_BorderColor: #f0b25f;\n --sapShell_Category_3_TextColor: #29313a;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #bb8aaf;\n --sapShell_Category_4_BorderColor: #bb8aaf;\n --sapShell_Category_4_TextColor: #29313a;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #ffb98d;\n --sapShell_Category_5_BorderColor: #ffb98d;\n --sapShell_Category_5_TextColor: #29313a;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #21c4c4;\n --sapShell_Category_6_BorderColor: #21c4c4;\n --sapShell_Category_6_TextColor: #29313a;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #de54c1;\n --sapShell_Category_7_BorderColor: #de54c1;\n --sapShell_Category_7_TextColor: #fafafa;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #afd645;\n --sapShell_Category_8_BorderColor: #afd645;\n --sapShell_Category_8_TextColor: #29313a;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #bbbcd2;\n --sapShell_Category_9_BorderColor: #bbbcd2;\n --sapShell_Category_9_TextColor: #29313a;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #b0bcc5;\n --sapShell_Category_10_BorderColor: #b0bcc5;\n --sapShell_Category_10_TextColor: #29313a;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #f58c4b;\n --sapShell_Category_11_BorderColor: #f58c4b;\n --sapShell_Category_11_TextColor: #29313a;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #c3c5fd;\n --sapShell_Category_12_BorderColor: #c3c5fd;\n --sapShell_Category_12_TextColor: #29313a;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #ffa1a1;\n --sapShell_Category_13_BorderColor: #ffa1a1;\n --sapShell_Category_13_TextColor: #29313a;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #a2c2c2;\n --sapShell_Category_14_BorderColor: #a2c2c2;\n --sapShell_Category_14_TextColor: #29313a;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #e9e9f0;\n --sapShell_Category_15_BorderColor: #e9e9f0;\n --sapShell_Category_15_TextColor: #29313a;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #aabc78;\n --sapShell_Category_16_BorderColor: #aabc78;\n --sapShell_Category_16_TextColor: #29313a;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #ffc847;\n --sapAvatar_1_BorderColor: #ffc847;\n --sapAvatar_1_TextColor: #29313a;\n --sapAvatar_2_Background: #e7a1a1;\n --sapAvatar_2_BorderColor: #e7a1a1;\n --sapAvatar_2_TextColor: #29313a;\n --sapAvatar_3_Background: #f37aa2;\n --sapAvatar_3_BorderColor: #f37aa2;\n --sapAvatar_3_TextColor: #29313a;\n --sapAvatar_4_Background: #e269c9;\n --sapAvatar_4_BorderColor: #e269c9;\n --sapAvatar_4_TextColor: #fafafa;\n --sapAvatar_5_Background: #8ca7d5;\n --sapAvatar_5_BorderColor: #8ca7d5;\n --sapAvatar_5_TextColor: #29313a;\n --sapAvatar_6_Background: #6bd3ff;\n --sapAvatar_6_BorderColor: #6bd3ff;\n --sapAvatar_6_TextColor: #29313a;\n --sapAvatar_7_Background: #7fc6c6;\n --sapAvatar_7_BorderColor: #7fc6c6;\n --sapAvatar_7_TextColor: #29313a;\n --sapAvatar_8_Background: #b2e484;\n --sapAvatar_8_BorderColor: #b2e484;\n --sapAvatar_8_TextColor: #29313a;\n --sapAvatar_9_Background: #b995e0;\n --sapAvatar_9_BorderColor: #b995e0;\n --sapAvatar_9_TextColor: #29313a;\n --sapAvatar_10_Background: #b0bcc5;\n --sapAvatar_10_BorderColor: #b0bcc5;\n --sapAvatar_10_TextColor: #29313a;\n --sapButton_Background: #29313a;\n --sapButton_BorderColor: #91c8f6;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .25rem;\n --sapButton_TextColor: #91c8f6;\n --sapButton_Hover_Background: #062e4f;\n --sapButton_Hover_BorderColor: #91c8f6;\n --sapButton_Hover_TextColor: #91c8f6;\n --sapButton_IconColor: #91c8f6;\n --sapButton_Active_Background: #91c8f6;\n --sapButton_Active_BorderColor: #91c8f6;\n --sapButton_Active_TextColor: #29313a;\n --sapButton_Emphasized_Background: #1b8dec;\n --sapButton_Emphasized_BorderColor: #1b8dec;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #2e96ee;\n --sapButton_Emphasized_Hover_BorderColor: #2e96ee;\n --sapButton_Emphasized_Hover_TextColor: #fafafa;\n --sapButton_Emphasized_Active_Background: #91c8f6;\n --sapButton_Emphasized_Active_BorderColor: #91c8f6;\n --sapButton_Emphasized_Active_TextColor: #29313a;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #29313a;\n --sapButton_Reject_BorderColor: #ff8888;\n --sapButton_Reject_TextColor: #f88;\n --sapButton_Reject_Hover_Background: #3b0000;\n --sapButton_Reject_Hover_BorderColor: #ff8888;\n --sapButton_Reject_Hover_TextColor: #f88;\n --sapButton_Reject_Active_Background: #ff6e6e;\n --sapButton_Reject_Active_BorderColor: #ff6e6e;\n --sapButton_Reject_Active_TextColor: #29313a;\n --sapButton_Reject_Selected_Background: #ff6e6e;\n --sapButton_Reject_Selected_BorderColor: #ff6e6e;\n --sapButton_Reject_Selected_TextColor: #29313a;\n --sapButton_Reject_Selected_Hover_Background: #f88;\n --sapButton_Reject_Selected_Hover_BorderColor: #f88;\n --sapButton_Accept_Background: #29313a;\n --sapButton_Accept_BorderColor: #abe2ab;\n --sapButton_Accept_TextColor: #abe2ab;\n --sapButton_Accept_Hover_Background: #153c15;\n --sapButton_Accept_Hover_BorderColor: #abe2ab;\n --sapButton_Accept_Hover_TextColor: #abe2ab;\n --sapButton_Accept_Active_Background: #98db98;\n --sapButton_Accept_Active_BorderColor: #98db98;\n --sapButton_Accept_Active_TextColor: #29313a;\n --sapButton_Accept_Selected_Background: #98db98;\n --sapButton_Accept_Selected_BorderColor: #98db98;\n --sapButton_Accept_Selected_TextColor: #29313a;\n --sapButton_Accept_Selected_Hover_Background: #abe2ab;\n --sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #91c8f6;\n --sapButton_Lite_Hover_Background: #062e4f;\n --sapButton_Lite_Hover_BorderColor: #91c8f6;\n --sapButton_Lite_Hover_TextColor: #91c8f6;\n --sapButton_Lite_Active_Background: #91c8f6;\n --sapButton_Lite_Active_BorderColor: #91c8f6;\n --sapButton_Selected_Background: #91c8f6;\n --sapButton_Selected_BorderColor: #91c8f6;\n --sapButton_Selected_TextColor: #29313a;\n --sapButton_Selected_Hover_Background: #83c1f5;\n --sapButton_Selected_Hover_BorderColor: #83c1f5;\n --sapButton_Attention_Background: #29313a;\n --sapButton_Attention_BorderColor: #fabd64;\n --sapButton_Attention_TextColor: #fabd64;\n --sapButton_Attention_Hover_Background: #2b1a01;\n --sapButton_Attention_Hover_BorderColor: #fabd64;\n --sapButton_Attention_Hover_TextColor: #fabd64;\n --sapButton_Attention_Active_Background: #f9b24b;\n --sapButton_Attention_Active_BorderColor: #f9b24b;\n --sapButton_Attention_Active_TextColor: #29313a;\n --sapButton_Attention_Selected_Background: #f9b24b;\n --sapButton_Attention_Selected_BorderColor: #f9b24b;\n --sapButton_Attention_Selected_TextColor: #29313a;\n --sapButton_Attention_Selected_Hover_Background: #fabd64;\n --sapButton_Attention_Selected_Hover_BorderColor: #fabd64;\n --sapButton_Negative_Background: #ff8888;\n --sapButton_Negative_BorderColor: #ff8888;\n --sapButton_Negative_TextColor: #29313a;\n --sapButton_Negative_Hover_Background: #ffa2a2;\n --sapButton_Negative_Hover_BorderColor: #ffa2a2;\n --sapButton_Negative_Hover_TextColor: #29313a;\n --sapButton_Negative_Active_Background: #fbb;\n --sapButton_Negative_Active_BorderColor: #fbb;\n --sapButton_Negative_Active_TextColor: #29313a;\n --sapButton_Critical_Background: #fabd64;\n --sapButton_Critical_BorderColor: #fabd64;\n --sapButton_Critical_TextColor: #29313a;\n --sapButton_Critical_Hover_Background: #fbc87d;\n --sapButton_Critical_Hover_BorderColor: #fbc87d;\n --sapButton_Critical_Hover_TextColor: #29313a;\n --sapButton_Critical_Active_Background: #fcd295;\n --sapButton_Critical_Active_BorderColor: #fcd295;\n --sapButton_Critical_Active_TextColor: #29313a;\n --sapButton_Success_Background: #abe2ab;\n --sapButton_Success_BorderColor: #abe2ab;\n --sapButton_Success_TextColor: #29313a;\n --sapButton_Success_Hover_Background: #bee9be;\n --sapButton_Success_Hover_BorderColor: #bee9be;\n --sapButton_Success_Hover_TextColor: #29313a;\n --sapButton_Success_Active_Background: #d1efd1;\n --sapButton_Success_Active_BorderColor: #d1efd1;\n --sapButton_Success_Active_TextColor: #29313a;\n --sapButton_Information_Background: #91c8f6;\n --sapButton_Information_BorderColor: #91c8f6;\n --sapButton_Information_TextColor: #29313a;\n --sapButton_Information_Hover_Background: #a9d4f8;\n --sapButton_Information_Hover_BorderColor: #a9d4f8;\n --sapButton_Information_Hover_TextColor: #29313a;\n --sapButton_Information_Active_Background: #c0e0fa;\n --sapButton_Information_Active_BorderColor: #c0e0fa;\n --sapButton_Information_Active_TextColor: #29313a;\n --sapButton_Neutral_Background: #d3d7d9;\n --sapButton_Neutral_BorderColor: #d3d7d9;\n --sapButton_Neutral_TextColor: #29313a;\n --sapButton_Neutral_Hover_Background: #e1e3e5;\n --sapButton_Neutral_Hover_BorderColor: #e1e3e5;\n --sapButton_Neutral_Hover_TextColor: #29313a;\n --sapButton_Neutral_Active_Background: #eef0f1;\n --sapButton_Neutral_Active_BorderColor: #eef0f1;\n --sapButton_Neutral_Active_TextColor: #29313a;\n --sapButton_Track_Background: #38434f;\n --sapButton_Track_BorderColor: #8696a9;\n --sapButton_Track_TextColor: #fafafa;\n --sapButton_Track_Hover_Background: #38434f;\n --sapButton_Track_Hover_BorderColor: #91c8f6;\n --sapButton_Track_Selected_Background: #062e4f;\n --sapButton_Track_Selected_BorderColor: #91c8f6;\n --sapButton_Track_Selected_TextColor: #fafafa;\n --sapButton_Track_Selected_Hover_Background: #062e4f;\n --sapButton_Track_Selected_Hover_BorderColor: #83c1f5;\n --sapButton_Handle_Background: #29313a;\n --sapButton_Handle_BorderColor: #8696a9;\n --sapButton_Handle_TextColor: #fafafa;\n --sapButton_Handle_Hover_Background: #062e4f;\n --sapButton_Handle_Hover_BorderColor: #91c8f6;\n --sapButton_Handle_Selected_Background: #91c8f6;\n --sapButton_Handle_Selected_BorderColor: #91c8f6;\n --sapButton_Handle_Selected_TextColor: #29313a;\n --sapButton_Handle_Selected_Hover_Background: #83c1f5;\n --sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;\n --sapButton_Track_Negative_Background: #3b0000;\n --sapButton_Track_Negative_BorderColor: #ff8888;\n --sapButton_Track_Negative_TextColor: #f88;\n --sapButton_Track_Negative_Hover_Background: #3b0000;\n --sapButton_Track_Negative_Hover_BorderColor: #ff8888;\n --sapButton_Handle_Negative_Background: #29313a;\n --sapButton_Handle_Negative_BorderColor: #ff8888;\n --sapButton_Handle_Negative_TextColor: #f88;\n --sapButton_Handle_Negative_Hover_Background: #3b0000;\n --sapButton_Handle_Negative_Hover_BorderColor: #ff8888;\n --sapButton_Track_Positive_Background: #153c15;\n --sapButton_Track_Positive_BorderColor: #abe2ab;\n --sapButton_Track_Positive_TextColor: #abe2ab;\n --sapButton_Track_Positive_Hover_Background: #153c15;\n --sapButton_Track_Positive_Hover_BorderColor: #abe2ab;\n --sapButton_Handle_Positive_Background: #29313a;\n --sapButton_Handle_Positive_BorderColor: #abe2ab;\n --sapButton_Handle_Positive_TextColor: #abe2ab;\n --sapButton_Handle_Positive_Hover_Background: #153c15;\n --sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;\n --sapButton_TokenBackground: #29313a;\n --sapButton_TokenBorderColor: #687d94;\n --sapField_Background: #29313a;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #fafafa;\n --sapField_PlaceholderTextColor: #b8bec1;\n --sapField_BorderColor: #8696a9;\n --sapField_HelpBackground: #29313a;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: .125rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #29313a;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #91c8f6;\n --sapField_Hover_HelpBackground: #062e4f;\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: #91c8f6;\n --sapField_Focus_Background: #29313a;\n --sapField_Focus_BorderColor: #8696a9;\n --sapField_Focus_HelpBackground: #29313a;\n --sapField_ReadOnly_Background: rgba(58,69,82,0.5);\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #546375;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: rgba(58,69,82,0.5);\n --sapField_RequiredColor: #e7a1a1;\n --sapField_InvalidColor: #ff8888;\n --sapField_InvalidBackground: #29313a;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: solid;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #fabd64;\n --sapField_WarningBackground: #29313a;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: solid;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #abe2ab;\n --sapField_SuccessBackground: #29313a;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #91c8f6;\n --sapField_InformationBackground: #29313a;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: solid;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: transparent;\n --sapGroup_TitleBorderColor: #495767;\n --sapGroup_TitleTextColor: #fafafa;\n --sapGroup_Title_FontSize: 1.125rem;\n --sapGroup_ContentBackground: #29313a;\n --sapGroup_ContentBorderColor: #3e4a58;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: transparent;\n --sapToolbar_SeparatorColor: #495767;\n --sapList_HeaderBackground: #232931;\n --sapList_HeaderBorderColor: #3a4552;\n --sapList_HeaderTextColor: #fafafa;\n --sapList_BorderColor: #3a4552;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #fafafa;\n --sapList_Active_TextColor: #29313a;\n --sapList_Active_Background: #91c8f6;\n --sapList_SelectionBackgroundColor: #344b5f;\n --sapList_SelectionBorderColor: #91c8f6;\n --sapList_Hover_SelectionBackground: #395369;\n --sapList_Background: #29313a;\n --sapList_Hover_Background: #2f3943;\n --sapList_AlternatingBackground: #232931;\n --sapList_GroupHeaderBackground: #29313a;\n --sapList_GroupHeaderBorderColor: #64778e;\n --sapList_GroupHeaderTextColor: #fafafa;\n --sapList_TableGroupHeaderBackground: #1c2228;\n --sapList_TableGroupHeaderBorderColor: #5a6b7f;\n --sapList_TableGroupHeaderTextColor: #fafafa;\n --sapList_FooterBackground: #252c34;\n --sapList_FooterTextColor: #fafafa;\n --sapList_TableFooterBorder: #4b596a;\n --sapList_TableFixedBorderColor: #8091a5;\n --sapMessage_ErrorBorderColor: #ff8888;\n --sapMessage_WarningBorderColor: #fabd64;\n --sapMessage_SuccessBorderColor: #abe2ab;\n --sapMessage_InformationBorderColor: #91c8f6;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #29313a;\n --sapProgress_BorderColor: #8696a9;\n --sapProgress_TextColor: #fafafa;\n --sapProgress_FontSize: .75rem;\n --sapProgress_NegativeBackground: #29313a;\n --sapProgress_NegativeBorderColor: #8696a9;\n --sapProgress_NegativeTextColor: #fafafa;\n --sapProgress_CriticalBackground: #29313a;\n --sapProgress_CriticalBorderColor: #8696a9;\n --sapProgress_CriticalTextColor: #fafafa;\n --sapProgress_PositiveBackground: #29313a;\n --sapProgress_PositiveBorderColor: #8696a9;\n --sapProgress_PositiveTextColor: #fafafa;\n --sapProgress_InformationBackground: #29313a;\n --sapProgress_InformationBorderColor: #8696a9;\n --sapProgress_InformationTextColor: #fafafa;\n --sapProgress_Value_Background: #d3d7d9;\n --sapProgress_Value_BorderColor: #8696a9;\n --sapProgress_Value_TextColor: #fafafa;\n --sapProgress_Value_NegativeBackground: #ff8888;\n --sapProgress_Value_NegativeBorderColor: #29313a;\n --sapProgress_Value_NegativeTextColor: #fafafa;\n --sapProgress_Value_CriticalBackground: #fabd64;\n --sapProgress_Value_CriticalBorderColor: #29313a;\n --sapProgress_Value_CriticalTextColor: #fafafa;\n --sapProgress_Value_PositiveBackground: #abe2ab;\n --sapProgress_Value_PositiveBorderColor: #29313a;\n --sapProgress_Value_PositiveTextColor: #fafafa;\n --sapProgress_Value_InformationBackground: #91c8f6;\n --sapProgress_Value_InformationBorderColor: #29313a;\n --sapProgress_Value_InformationTextColor: #fafafa;\n --sapScrollBar_FaceColor: #506273;\n --sapScrollBar_TrackColor: #090b0d;\n --sapScrollBar_BorderColor: #506273;\n --sapScrollBar_SymbolColor: #91c8f6;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #4a5a6a;\n --sapSlider_Background: #8696a9;\n --sapSlider_BorderColor: #8696a9;\n --sapSlider_Selected_Background: #91c8f6;\n --sapSlider_Selected_BorderColor: #91c8f6;\n --sapSlider_HandleBackground: #29313a;\n --sapSlider_HandleBorderColor: #8696a9;\n --sapSlider_RangeHandleBackground: transparent;\n --sapSlider_Hover_HandleBackground: #062e4f;\n --sapSlider_Hover_HandleBorderColor: #91c8f6;\n --sapSlider_Hover_RangeHandleBackground: #062e4f;\n --sapSlider_Active_HandleBackground: #91c8f6;\n --sapSlider_Active_HandleBorderColor: #91c8f6;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #29313a;\n --sapPageHeader_BorderColor: #3a4552;\n --sapPageHeader_TextColor: #fafafa;\n --sapPageFooter_Background: #2c3d50;\n --sapPageFooter_BorderColor: #3a516a;\n --sapPageFooter_TextColor: #fafafa;\n --sapInfobar_Background: #7fc6c6;\n --sapInfobar_Hover_Background: #74c1c1;\n --sapInfobar_Active_Background: #58b5b5;\n --sapInfobar_NonInteractive_Background: #14181c;\n --sapInfobar_TextColor: #29313a;\n --sapObjectHeader_Background: #29313a;\n --sapObjectHeader_Hover_Background: #2f3943;\n --sapObjectHeader_BorderColor: #3a4552;\n --sapObjectHeader_Title_TextColor: #fafafa;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #d3d7d9;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #29313a;\n --sapTile_Hover_Background: #21272e;\n --sapTile_Active_Background: #21272e;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: .25rem;\n --sapTile_TitleTextColor: #fafafa;\n --sapTile_TextColor: #d3d7d9;\n --sapTile_IconColor: #89a3bd;\n --sapTile_SeparatorColor: #424f5e;\n --sapTile_Interactive_BorderColor: #687d94;\n --sapTile_OverlayBackground: rgba(0,0,0,0.8);\n --sapTile_OverlayForegroundColor: #fafafa;\n --sapAccentColor1: #ffc847;\n --sapAccentColor2: #e7a1a1;\n --sapAccentColor3: #f37aa2;\n --sapAccentColor4: #e269c9;\n --sapAccentColor5: #8ca7d5;\n --sapAccentColor6: #6bd3ff;\n --sapAccentColor7: #7fc6c6;\n --sapAccentColor8: #b2e484;\n --sapAccentColor9: #b995e0;\n --sapAccentColor10: #b0bcc5;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #ff5555;\n --sapIndicationColor_1_Background: #ff5555;\n --sapIndicationColor_1_BorderColor: #ff5555;\n --sapIndicationColor_1_TextColor: #fafafa;\n --sapIndicationColor_1_Hover_Background: #ff6f6f;\n --sapIndicationColor_1_Active_Background: #f88;\n --sapIndicationColor_1_Active_BorderColor: #ff5555;\n --sapIndicationColor_1_Active_TextColor: #fafafa;\n --sapIndicationColor_1_Selected_Background: #f88;\n --sapIndicationColor_1_Selected_BorderColor: #ff5555;\n --sapIndicationColor_1_Selected_TextColor: #fafafa;\n --sapIndicationColor_1b: #5e0303;\n --sapIndicationColor_1b_BorderColor: #5e0303;\n --sapIndicationColor_1b_Hover_Background: #770404;\n --sapIndicationColor_2: #ff8888;\n --sapIndicationColor_2_Background: #ff8888;\n --sapIndicationColor_2_BorderColor: #ff8888;\n --sapIndicationColor_2_TextColor: #29313a;\n --sapIndicationColor_2_Hover_Background: #ffa2a2;\n --sapIndicationColor_2_Active_Background: #fbb;\n --sapIndicationColor_2_Active_BorderColor: #ff8888;\n --sapIndicationColor_2_Active_TextColor: #29313a;\n --sapIndicationColor_2_Selected_Background: #fbb;\n --sapIndicationColor_2_Selected_BorderColor: #ff8888;\n --sapIndicationColor_2_Selected_TextColor: #29313a;\n --sapIndicationColor_2b: #7d0000;\n --sapIndicationColor_2b_BorderColor: #7d0000;\n --sapIndicationColor_2b_Hover_Background: #970000;\n --sapIndicationColor_3: #fabd64;\n --sapIndicationColor_3_Background: #fabd64;\n --sapIndicationColor_3_BorderColor: #fabd64;\n --sapIndicationColor_3_TextColor: #29313a;\n --sapIndicationColor_3_Hover_Background: #fac373;\n --sapIndicationColor_3_Active_Background: #fbca82;\n --sapIndicationColor_3_Active_BorderColor: #fabd64;\n --sapIndicationColor_3_Active_TextColor: #29313a;\n --sapIndicationColor_3_Selected_Background: #fbca82;\n --sapIndicationColor_3_Selected_BorderColor: #fabd64;\n --sapIndicationColor_3_Selected_TextColor: #29313a;\n --sapIndicationColor_3b: #662b00;\n --sapIndicationColor_3b_BorderColor: #662b00;\n --sapIndicationColor_3b_Hover_Background: #803600;\n --sapIndicationColor_4: #abe2ab;\n --sapIndicationColor_4_Background: #abe2ab;\n --sapIndicationColor_4_BorderColor: #abe2ab;\n --sapIndicationColor_4_TextColor: #29313a;\n --sapIndicationColor_4_Hover_Background: #bee9be;\n --sapIndicationColor_4_Active_Background: #d1efd1;\n --sapIndicationColor_4_Active_BorderColor: #abe2ab;\n --sapIndicationColor_4_Active_TextColor: #29313a;\n --sapIndicationColor_4_Selected_Background: #d1efd1;\n --sapIndicationColor_4_Selected_BorderColor: #abe2ab;\n --sapIndicationColor_4_Selected_TextColor: #29313a;\n --sapIndicationColor_4b: #044a18;\n --sapIndicationColor_4b_BorderColor: #044a18;\n --sapIndicationColor_4b_Hover_Background: #056220;\n --sapIndicationColor_5: #91c8f6;\n --sapIndicationColor_5_Background: #91c8f6;\n --sapIndicationColor_5_BorderColor: #91c8f6;\n --sapIndicationColor_5_TextColor: #29313a;\n --sapIndicationColor_5_Hover_Background: #a9d4f8;\n --sapIndicationColor_5_Active_Background: #c0e0fa;\n --sapIndicationColor_5_Active_BorderColor: #91c8f6;\n --sapIndicationColor_5_Active_TextColor: #29313a;\n --sapIndicationColor_5_Selected_Background: #c0e0fa;\n --sapIndicationColor_5_Selected_BorderColor: #91c8f6;\n --sapIndicationColor_5_Selected_TextColor: #29313a;\n --sapIndicationColor_5b: #024594;\n --sapIndicationColor_5b_BorderColor: #024594;\n --sapIndicationColor_5b_Hover_Background: #0251ad;\n --sapIndicationColor_6: #7fc6c6;\n --sapIndicationColor_6_Background: #7fc6c6;\n --sapIndicationColor_6_BorderColor: #7fc6c6;\n --sapIndicationColor_6_TextColor: #29313a;\n --sapIndicationColor_6_Hover_Background: #91cece;\n --sapIndicationColor_6_Active_Background: #a2d6d6;\n --sapIndicationColor_6_Active_BorderColor: #7fc6c6;\n --sapIndicationColor_6_Active_TextColor: #29313a;\n --sapIndicationColor_6_Selected_Background: #a2d6d6;\n --sapIndicationColor_6_Selected_BorderColor: #7fc6c6;\n --sapIndicationColor_6_Selected_TextColor: #29313a;\n --sapIndicationColor_6b: #00454e;\n --sapIndicationColor_6b_BorderColor: #00454e;\n --sapIndicationColor_6b_Hover_Background: #005c68;\n --sapIndicationColor_7: #b995e0;\n --sapIndicationColor_7_Background: #b995e0;\n --sapIndicationColor_7_BorderColor: #b995e0;\n --sapIndicationColor_7_TextColor: #29313a;\n --sapIndicationColor_7_Hover_Background: #c6a9e6;\n --sapIndicationColor_7_Active_Background: #d3bcec;\n --sapIndicationColor_7_Active_BorderColor: #b995e0;\n --sapIndicationColor_7_Active_TextColor: #29313a;\n --sapIndicationColor_7_Selected_Background: #d3bcec;\n --sapIndicationColor_7_Selected_BorderColor: #b995e0;\n --sapIndicationColor_7_Selected_TextColor: #29313a;\n --sapIndicationColor_7b: #2702c2;\n --sapIndicationColor_7b_BorderColor: #2702c2;\n --sapIndicationColor_7b_Hover_Background: #2c02db;\n --sapIndicationColor_8: #e269c9;\n --sapIndicationColor_8_Background: #e269c9;\n --sapIndicationColor_8_BorderColor: #e269c9;\n --sapIndicationColor_8_TextColor: #fafafa;\n --sapIndicationColor_8_Hover_Background: #e67ed1;\n --sapIndicationColor_8_Active_Background: #ea94d8;\n --sapIndicationColor_8_Active_BorderColor: #e269c9;\n --sapIndicationColor_8_Active_TextColor: #fafafa;\n --sapIndicationColor_8_Selected_Background: #ea94d8;\n --sapIndicationColor_8_Selected_BorderColor: #e269c9;\n --sapIndicationColor_8_Selected_TextColor: #fafafa;\n --sapIndicationColor_8b: #4c005b;\n --sapIndicationColor_8b_BorderColor: #4c005b;\n --sapIndicationColor_8b_Hover_Background: #610075;\n --sapIndicationColor_9: #f2f2f2;\n --sapIndicationColor_9_Background: #f2f2f2;\n --sapIndicationColor_9_BorderColor: #f2f2f2;\n --sapIndicationColor_9_TextColor: #29313a;\n --sapIndicationColor_9_Hover_Background: #fff;\n --sapIndicationColor_9_Active_Background: #fff;\n --sapIndicationColor_9_Active_BorderColor: #f2f2f2;\n --sapIndicationColor_9_Active_TextColor: #29313a;\n --sapIndicationColor_9_Selected_Background: #fff;\n --sapIndicationColor_9_Selected_BorderColor: #f2f2f2;\n --sapIndicationColor_9_Selected_TextColor: #29313a;\n --sapIndicationColor_9b: #1d232a;\n --sapIndicationColor_9b_BorderColor: #3e4b5a;\n --sapIndicationColor_9b_Hover_Background: #273039;\n --sapIndicationColor_10: #d8d8d8;\n --sapIndicationColor_10_Background: #d8d8d8;\n --sapIndicationColor_10_BorderColor: #d8d8d8;\n --sapIndicationColor_10_TextColor: #29313a;\n --sapIndicationColor_10_Hover_Background: #e5e5e5;\n --sapIndicationColor_10_Active_Background: #f2f2f2;\n --sapIndicationColor_10_Active_BorderColor: #d8d8d8;\n --sapIndicationColor_10_Active_TextColor: #29313a;\n --sapIndicationColor_10_Selected_Background: #f2f2f2;\n --sapIndicationColor_10_Selected_BorderColor: #d8d8d8;\n --sapIndicationColor_10_Selected_TextColor: #29313a;\n --sapIndicationColor_10b: #373737;\n --sapIndicationColor_10b_BorderColor: #373737;\n --sapIndicationColor_10b_Hover_Background: #444;\n --sapLegend_WorkingBackground: #2d3640;\n --sapLegend_NonWorkingBackground: #445261;\n --sapLegend_CurrentDateTime: #e269c9;\n --sapLegendColor1: #f0b25f;\n --sapLegendColor2: #f58c4b;\n --sapLegendColor3: #d88b8b;\n --sapLegendColor4: #bd8969;\n --sapLegendColor5: #de54c1;\n --sapLegendColor6: #6bd3ff;\n --sapLegendColor7: #21c4c4;\n --sapLegendColor8: #afd645;\n --sapLegendColor9: #b0bcc5;\n --sapLegendColor10: #bb8aaf;\n --sapLegendColor11: #d1b575;\n --sapLegendColor12: #ffb98d;\n --sapLegendColor13: #ffa1a1;\n --sapLegendColor14: #d5b39e;\n --sapLegendColor15: #b7a8b3;\n --sapLegendColor16: #bbbcd2;\n --sapLegendColor17: #a2c2c2;\n --sapLegendColor18: #aabc78;\n --sapLegendColor19: #a9d4ff;\n --sapLegendColor20: #c3c5fd;\n --sapLegendBackgroundColor1: #402706;\n --sapLegendBackgroundColor2: #421c04;\n --sapLegendBackgroundColor3: #341111;\n --sapLegendBackgroundColor4: #302015;\n --sapLegendBackgroundColor5: #3c0c32;\n --sapLegendBackgroundColor6: #003247;\n --sapLegendBackgroundColor7: #0a3d3d;\n --sapLegendBackgroundColor8: #303d0d;\n --sapLegendBackgroundColor9: #1f252a;\n --sapLegendBackgroundColor10: #2c1a28;\n --sapLegendBackgroundColor11: #352a12;\n --sapLegendBackgroundColor12: #461b00;\n --sapLegendBackgroundColor13: #450000;\n --sapLegendBackgroundColor14: #312015;\n --sapLegendBackgroundColor15: #272025;\n --sapLegendBackgroundColor16: #1c1d2a;\n --sapLegendBackgroundColor17: #1c2b2b;\n --sapLegendBackgroundColor18: #2b3118;\n --sapLegendBackgroundColor19: #002448;\n --sapLegendBackgroundColor20: #020544;\n --sapChart_OrderedColor_1: #5899da;\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: #525df4;\n --sapChart_OrderedColor_8: #bf399e;\n --sapChart_OrderedColor_9: #6c8893;\n --sapChart_OrderedColor_10: #ee6868;\n --sapChart_OrderedColor_11: #3571aa;\n --sapChart_Bad: #dc0d0e;\n --sapChart_Critical: #de890d;\n --sapChart_Good: #3fa45b;\n --sapChart_Neutral: #848f94;\n --sapChart_Sequence_1: #5899da;\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: #525df4;\n --sapChart_Sequence_8: #bf399e;\n --sapChart_Sequence_9: #6c8893;\n --sapChart_Sequence_10: #ee6868;\n --sapChart_Sequence_11: #3571aa;\n --sapChart_Sequence_Neutral: #848f94;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_dark.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_dark.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3_dark/parameters-bundle.css.json","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--sapBrandColor: #91c8f6;--sapHighlightColor: #91c8f6;--sapBaseColor: #29313a;--sapShellColor: #354a5f;--sapBackgroundColor: #1c2228;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #fafafa;--sapLinkColor: #91c8f6;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #91c8f6;--sapHoverColor: #222a31;--sapActiveColor: #91c8f6;--sapHighlightTextColor: #29313a;--sapTitleColor: #fafafa;--sapNegativeColor: #ff8888;--sapCriticalColor: #fabd64;--sapPositiveColor: #abe2ab;--sapInformativeColor: #91c8f6;--sapNeutralColor: #d3d7d9;--sapNegativeElementColor: #ff8888;--sapCriticalElementColor: #fabd64;--sapPositiveElementColor: #abe2ab;--sapInformativeElementColor: #91c8f6;--sapNeutralElementColor: #d3d7d9;--sapNegativeTextColor: #ff8888;--sapCriticalTextColor: #fabd64;--sapPositiveTextColor: #abe2ab;--sapInformativeTextColor: #91c8f6;--sapNeutralTextColor: #d3d7d9;--sapErrorColor: #ff8888;--sapWarningColor: #fabd64;--sapSuccessColor: #abe2ab;--sapInformationColor: #91c8f6;--sapErrorBackground: #3b0000;--sapWarningBackground: #2b1a01;--sapSuccessBackground: #153c15;--sapInformationBackground: #062e4f;--sapNeutralBackground: #5c666b;--sapErrorBorderColor: #ff8888;--sapWarningBorderColor: #fabd64;--sapSuccessBorderColor: #abe2ab;--sapInformationBorderColor: #91c8f6;--sapNeutralBorderColor: #d3d7d9;--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.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #91c8f6;--sapContent_ContrastIconColor: #29313a;--sapContent_NonInteractiveIconColor: #d3d7d9;--sapContent_MarkerIconColor: #6bd3ff;--sapContent_MarkerTextColor: #7fc6c6;--sapContent_MeasureIndicatorColor: #8696a9;--sapContent_Selected_MeasureIndicatorColor: #8696a9;--sapContent_Placeholderloading_Background: #536376;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);--sapContent_ImagePlaceholderBackground: #687d94;--sapContent_ImagePlaceholderForegroundColor: #29313a;--sapContent_RatedColor: #ffc847;--sapContent_UnratedColor: #8696a9;--sapContent_BusyColor: #91c8f6;--sapContent_FocusColor: #fff;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(255,255,255,.2), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.5), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #3a4552;--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: #058088;--sapContent_HelpColor: #57b900;--sapContent_LabelColor: #d3d7d9;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(250,250,250,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .55;--sapContent_ContrastTextColor: #29313a;--sapContent_ForegroundColor: #1c2228;--sapContent_ForegroundBorderColor: #8696a9;--sapContent_ForegroundTextColor: #fafafa;--sapContent_BadgeBackground: #d14242;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #91c8f6;--sapContent_Selected_TextColor: #29313a;--sapContent_Selected_Background: #91c8f6;--sapContent_Selected_Hover_Background: #83c1f5;--sapContent_Selected_ForegroundColor: #91c8f6;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #0a6ed1;--sapContent_Illustrative_Color2: #3793d1;--sapContent_Illustrative_Color3: #d69522;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #727f87;--sapContent_Illustrative_Color6: #9ba4aa;--sapContent_Illustrative_Color7: #43494b;--sapContent_Illustrative_Color8: #c2c8cc;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #5dc122;--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\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #62b0f2;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #91c8f6;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #91c8f6;--sapLink_InvertedColor: #d3e9fb;--sapLink_SubtleColor: #c0e0fa;--sapShell_Background: #232a31;--sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fafafa;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #fafafa;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fafafa;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fafafa;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fafafa;--sapShell_Navigation_Active_TextColor: #fafafa;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #ff8888;--sapShell_CriticalColor: #fabd64;--sapShell_PositiveColor: #abe2ab;--sapShell_InformativeColor: #c0e0fa;--sapShell_NeutralColor: #d3d7d9;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_Category_1_Background: #6bd3ff;--sapShell_Category_1_BorderColor: #6bd3ff;--sapShell_Category_1_TextColor: #29313a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #d88b8b;--sapShell_Category_2_BorderColor: #d88b8b;--sapShell_Category_2_TextColor: #29313a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #f0b25f;--sapShell_Category_3_BorderColor: #f0b25f;--sapShell_Category_3_TextColor: #29313a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #bb8aaf;--sapShell_Category_4_BorderColor: #bb8aaf;--sapShell_Category_4_TextColor: #29313a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #ffb98d;--sapShell_Category_5_BorderColor: #ffb98d;--sapShell_Category_5_TextColor: #29313a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #21c4c4;--sapShell_Category_6_BorderColor: #21c4c4;--sapShell_Category_6_TextColor: #29313a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #de54c1;--sapShell_Category_7_BorderColor: #de54c1;--sapShell_Category_7_TextColor: #fafafa;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #afd645;--sapShell_Category_8_BorderColor: #afd645;--sapShell_Category_8_TextColor: #29313a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #bbbcd2;--sapShell_Category_9_BorderColor: #bbbcd2;--sapShell_Category_9_TextColor: #29313a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #b0bcc5;--sapShell_Category_10_BorderColor: #b0bcc5;--sapShell_Category_10_TextColor: #29313a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #f58c4b;--sapShell_Category_11_BorderColor: #f58c4b;--sapShell_Category_11_TextColor: #29313a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #c3c5fd;--sapShell_Category_12_BorderColor: #c3c5fd;--sapShell_Category_12_TextColor: #29313a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #ffa1a1;--sapShell_Category_13_BorderColor: #ffa1a1;--sapShell_Category_13_TextColor: #29313a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #a2c2c2;--sapShell_Category_14_BorderColor: #a2c2c2;--sapShell_Category_14_TextColor: #29313a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #e9e9f0;--sapShell_Category_15_BorderColor: #e9e9f0;--sapShell_Category_15_TextColor: #29313a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #aabc78;--sapShell_Category_16_BorderColor: #aabc78;--sapShell_Category_16_TextColor: #29313a;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fafafa;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #fafafa;--sapAssistant_Answer_Background: #14181c;--sapAssistant_Answer_BorderColor: #14181c;--sapAssistant_Answer_TextColor: #fafafa;--sapAvatar_1_Background: #ffc847;--sapAvatar_1_BorderColor: #ffc847;--sapAvatar_1_TextColor: #29313a;--sapAvatar_2_Background: #e7a1a1;--sapAvatar_2_BorderColor: #e7a1a1;--sapAvatar_2_TextColor: #29313a;--sapAvatar_3_Background: #f37aa2;--sapAvatar_3_BorderColor: #f37aa2;--sapAvatar_3_TextColor: #29313a;--sapAvatar_4_Background: #e269c9;--sapAvatar_4_BorderColor: #e269c9;--sapAvatar_4_TextColor: #fafafa;--sapAvatar_5_Background: #8ca7d5;--sapAvatar_5_BorderColor: #8ca7d5;--sapAvatar_5_TextColor: #29313a;--sapAvatar_6_Background: #6bd3ff;--sapAvatar_6_BorderColor: #6bd3ff;--sapAvatar_6_TextColor: #29313a;--sapAvatar_7_Background: #7fc6c6;--sapAvatar_7_BorderColor: #7fc6c6;--sapAvatar_7_TextColor: #29313a;--sapAvatar_8_Background: #b2e484;--sapAvatar_8_BorderColor: #b2e484;--sapAvatar_8_TextColor: #29313a;--sapAvatar_9_Background: #b995e0;--sapAvatar_9_BorderColor: #b995e0;--sapAvatar_9_TextColor: #29313a;--sapAvatar_10_Background: #b0bcc5;--sapAvatar_10_BorderColor: #b0bcc5;--sapAvatar_10_TextColor: #29313a;--sapButton_Background: #29313a;--sapButton_BorderColor: #91c8f6;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #91c8f6;--sapButton_Hover_Background: #062e4f;--sapButton_Hover_BorderColor: #91c8f6;--sapButton_Hover_TextColor: #91c8f6;--sapButton_IconColor: #91c8f6;--sapButton_Active_Background: #91c8f6;--sapButton_Active_BorderColor: #91c8f6;--sapButton_Active_TextColor: #29313a;--sapButton_Emphasized_Background: #1b8dec;--sapButton_Emphasized_BorderColor: #1b8dec;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #2e96ee;--sapButton_Emphasized_Hover_BorderColor: #2e96ee;--sapButton_Emphasized_Hover_TextColor: #fafafa;--sapButton_Emphasized_Active_Background: #91c8f6;--sapButton_Emphasized_Active_BorderColor: #91c8f6;--sapButton_Emphasized_Active_TextColor: #29313a;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #29313a;--sapButton_Reject_BorderColor: #ff8888;--sapButton_Reject_TextColor: #f88;--sapButton_Reject_Hover_Background: #3b0000;--sapButton_Reject_Hover_BorderColor: #ff8888;--sapButton_Reject_Hover_TextColor: #f88;--sapButton_Reject_Active_Background: #ff6e6e;--sapButton_Reject_Active_BorderColor: #ff6e6e;--sapButton_Reject_Active_TextColor: #29313a;--sapButton_Reject_Selected_Background: #ff6e6e;--sapButton_Reject_Selected_BorderColor: #ff6e6e;--sapButton_Reject_Selected_TextColor: #29313a;--sapButton_Reject_Selected_Hover_Background: #f88;--sapButton_Reject_Selected_Hover_BorderColor: #f88;--sapButton_Accept_Background: #29313a;--sapButton_Accept_BorderColor: #abe2ab;--sapButton_Accept_TextColor: #abe2ab;--sapButton_Accept_Hover_Background: #153c15;--sapButton_Accept_Hover_BorderColor: #abe2ab;--sapButton_Accept_Hover_TextColor: #abe2ab;--sapButton_Accept_Active_Background: #98db98;--sapButton_Accept_Active_BorderColor: #98db98;--sapButton_Accept_Active_TextColor: #29313a;--sapButton_Accept_Selected_Background: #98db98;--sapButton_Accept_Selected_BorderColor: #98db98;--sapButton_Accept_Selected_TextColor: #29313a;--sapButton_Accept_Selected_Hover_Background: #abe2ab;--sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #91c8f6;--sapButton_Lite_Hover_Background: #062e4f;--sapButton_Lite_Hover_BorderColor: #91c8f6;--sapButton_Lite_Hover_TextColor: #91c8f6;--sapButton_Lite_Active_Background: #91c8f6;--sapButton_Lite_Active_BorderColor: #91c8f6;--sapButton_Selected_Background: #91c8f6;--sapButton_Selected_BorderColor: #91c8f6;--sapButton_Selected_TextColor: #29313a;--sapButton_Selected_Hover_Background: #83c1f5;--sapButton_Selected_Hover_BorderColor: #83c1f5;--sapButton_Attention_Background: #29313a;--sapButton_Attention_BorderColor: #fabd64;--sapButton_Attention_TextColor: #fabd64;--sapButton_Attention_Hover_Background: #2b1a01;--sapButton_Attention_Hover_BorderColor: #fabd64;--sapButton_Attention_Hover_TextColor: #fabd64;--sapButton_Attention_Active_Background: #f9b24b;--sapButton_Attention_Active_BorderColor: #f9b24b;--sapButton_Attention_Active_TextColor: #29313a;--sapButton_Attention_Selected_Background: #f9b24b;--sapButton_Attention_Selected_BorderColor: #f9b24b;--sapButton_Attention_Selected_TextColor: #29313a;--sapButton_Attention_Selected_Hover_Background: #fabd64;--sapButton_Attention_Selected_Hover_BorderColor: #fabd64;--sapButton_Negative_Background: #ff8888;--sapButton_Negative_BorderColor: #ff8888;--sapButton_Negative_TextColor: #29313a;--sapButton_Negative_Hover_Background: #ffa2a2;--sapButton_Negative_Hover_BorderColor: #ffa2a2;--sapButton_Negative_Hover_TextColor: #29313a;--sapButton_Negative_Active_Background: #fbb;--sapButton_Negative_Active_BorderColor: #fbb;--sapButton_Negative_Active_TextColor: #29313a;--sapButton_Critical_Background: #fabd64;--sapButton_Critical_BorderColor: #fabd64;--sapButton_Critical_TextColor: #29313a;--sapButton_Critical_Hover_Background: #fbc87d;--sapButton_Critical_Hover_BorderColor: #fbc87d;--sapButton_Critical_Hover_TextColor: #29313a;--sapButton_Critical_Active_Background: #fcd295;--sapButton_Critical_Active_BorderColor: #fcd295;--sapButton_Critical_Active_TextColor: #29313a;--sapButton_Success_Background: #abe2ab;--sapButton_Success_BorderColor: #abe2ab;--sapButton_Success_TextColor: #29313a;--sapButton_Success_Hover_Background: #bee9be;--sapButton_Success_Hover_BorderColor: #bee9be;--sapButton_Success_Hover_TextColor: #29313a;--sapButton_Success_Active_Background: #d1efd1;--sapButton_Success_Active_BorderColor: #d1efd1;--sapButton_Success_Active_TextColor: #29313a;--sapButton_Information_Background: #91c8f6;--sapButton_Information_BorderColor: #91c8f6;--sapButton_Information_TextColor: #29313a;--sapButton_Information_Hover_Background: #a9d4f8;--sapButton_Information_Hover_BorderColor: #a9d4f8;--sapButton_Information_Hover_TextColor: #29313a;--sapButton_Information_Active_Background: #c0e0fa;--sapButton_Information_Active_BorderColor: #c0e0fa;--sapButton_Information_Active_TextColor: #29313a;--sapButton_Neutral_Background: #d3d7d9;--sapButton_Neutral_BorderColor: #d3d7d9;--sapButton_Neutral_TextColor: #29313a;--sapButton_Neutral_Hover_Background: #e1e3e5;--sapButton_Neutral_Hover_BorderColor: #e1e3e5;--sapButton_Neutral_Hover_TextColor: #29313a;--sapButton_Neutral_Active_Background: #eef0f1;--sapButton_Neutral_Active_BorderColor: #eef0f1;--sapButton_Neutral_Active_TextColor: #29313a;--sapButton_Track_Background: #38434f;--sapButton_Track_BorderColor: #8696a9;--sapButton_Track_TextColor: #fafafa;--sapButton_Track_Hover_Background: #38434f;--sapButton_Track_Hover_BorderColor: #91c8f6;--sapButton_Track_Selected_Background: #062e4f;--sapButton_Track_Selected_BorderColor: #91c8f6;--sapButton_Track_Selected_TextColor: #fafafa;--sapButton_Track_Selected_Hover_Background: #062e4f;--sapButton_Track_Selected_Hover_BorderColor: #83c1f5;--sapButton_Handle_Background: #29313a;--sapButton_Handle_BorderColor: #8696a9;--sapButton_Handle_TextColor: #fafafa;--sapButton_Handle_Hover_Background: #062e4f;--sapButton_Handle_Hover_BorderColor: #91c8f6;--sapButton_Handle_Selected_Background: #91c8f6;--sapButton_Handle_Selected_BorderColor: #91c8f6;--sapButton_Handle_Selected_TextColor: #29313a;--sapButton_Handle_Selected_Hover_Background: #83c1f5;--sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;--sapButton_Track_Negative_Background: #3b0000;--sapButton_Track_Negative_BorderColor: #ff8888;--sapButton_Track_Negative_TextColor: #f88;--sapButton_Track_Negative_Hover_Background: #3b0000;--sapButton_Track_Negative_Hover_BorderColor: #ff8888;--sapButton_Handle_Negative_Background: #29313a;--sapButton_Handle_Negative_BorderColor: #ff8888;--sapButton_Handle_Negative_TextColor: #f88;--sapButton_Handle_Negative_Hover_Background: #3b0000;--sapButton_Handle_Negative_Hover_BorderColor: #ff8888;--sapButton_Track_Positive_Background: #153c15;--sapButton_Track_Positive_BorderColor: #abe2ab;--sapButton_Track_Positive_TextColor: #abe2ab;--sapButton_Track_Positive_Hover_Background: #153c15;--sapButton_Track_Positive_Hover_BorderColor: #abe2ab;--sapButton_Handle_Positive_Background: #29313a;--sapButton_Handle_Positive_BorderColor: #abe2ab;--sapButton_Handle_Positive_TextColor: #abe2ab;--sapButton_Handle_Positive_Hover_Background: #153c15;--sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;--sapButton_TokenBackground: #29313a;--sapButton_TokenBorderColor: #687d94;--sapField_Background: #29313a;--sapField_BackgroundStyle: none;--sapField_TextColor: #fafafa;--sapField_PlaceholderTextColor: #b8bec1;--sapField_BorderColor: #8696a9;--sapField_HelpBackground: #29313a;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #29313a;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #91c8f6;--sapField_Hover_HelpBackground: #062e4f;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #91c8f6;--sapField_Focus_Background: #29313a;--sapField_Focus_BorderColor: #8696a9;--sapField_Focus_HelpBackground: #29313a;--sapField_ReadOnly_Background: rgba(58,69,82,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #546375;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(58,69,82,.5);--sapField_RequiredColor: #e7a1a1;--sapField_InvalidColor: #ff8888;--sapField_InvalidBackground: #29313a;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #fabd64;--sapField_WarningBackground: #29313a;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #abe2ab;--sapField_SuccessBackground: #29313a;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #91c8f6;--sapField_InformationBackground: #29313a;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #495767;--sapGroup_TitleTextColor: #fafafa;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #29313a;--sapGroup_ContentBorderColor: #3e4a58;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #495767;--sapList_HeaderBackground: #232931;--sapList_HeaderBorderColor: #3a4552;--sapList_HeaderTextColor: #fafafa;--sapList_BorderColor: #3a4552;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #fafafa;--sapList_Active_TextColor: #29313a;--sapList_Active_Background: #91c8f6;--sapList_SelectionBackgroundColor: #344b5f;--sapList_SelectionBorderColor: #91c8f6;--sapList_Hover_SelectionBackground: #395369;--sapList_Background: #29313a;--sapList_Hover_Background: #222a31;--sapList_AlternatingBackground: #232931;--sapList_GroupHeaderBackground: #29313a;--sapList_GroupHeaderBorderColor: #64778e;--sapList_GroupHeaderTextColor: #fafafa;--sapList_TableGroupHeaderBackground: #1c2228;--sapList_TableGroupHeaderBorderColor: #5a6b7f;--sapList_TableGroupHeaderTextColor: #fafafa;--sapList_FooterBackground: #252c34;--sapList_FooterTextColor: #fafafa;--sapList_TableFooterBorder: #4b596a;--sapList_TableFixedBorderColor: #8091a5;--sapMessage_ErrorBorderColor: #ff8888;--sapMessage_WarningBorderColor: #fabd64;--sapMessage_SuccessBorderColor: #abe2ab;--sapMessage_InformationBorderColor: #91c8f6;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #29313a;--sapProgress_BorderColor: #8696a9;--sapProgress_TextColor: #fafafa;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #29313a;--sapProgress_NegativeBorderColor: #8696a9;--sapProgress_NegativeTextColor: #fafafa;--sapProgress_CriticalBackground: #29313a;--sapProgress_CriticalBorderColor: #8696a9;--sapProgress_CriticalTextColor: #fafafa;--sapProgress_PositiveBackground: #29313a;--sapProgress_PositiveBorderColor: #8696a9;--sapProgress_PositiveTextColor: #fafafa;--sapProgress_InformationBackground: #29313a;--sapProgress_InformationBorderColor: #8696a9;--sapProgress_InformationTextColor: #fafafa;--sapProgress_Value_Background: #d3d7d9;--sapProgress_Value_BorderColor: #8696a9;--sapProgress_Value_TextColor: #fafafa;--sapProgress_Value_NegativeBackground: #ff8888;--sapProgress_Value_NegativeBorderColor: #29313a;--sapProgress_Value_NegativeTextColor: #fafafa;--sapProgress_Value_CriticalBackground: #fabd64;--sapProgress_Value_CriticalBorderColor: #29313a;--sapProgress_Value_CriticalTextColor: #fafafa;--sapProgress_Value_PositiveBackground: #abe2ab;--sapProgress_Value_PositiveBorderColor: #29313a;--sapProgress_Value_PositiveTextColor: #fafafa;--sapProgress_Value_InformationBackground: #91c8f6;--sapProgress_Value_InformationBorderColor: #29313a;--sapProgress_Value_InformationTextColor: #fafafa;--sapScrollBar_FaceColor: #506273;--sapScrollBar_TrackColor: #090b0d;--sapScrollBar_BorderColor: #506273;--sapScrollBar_SymbolColor: #91c8f6;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #4a5a6a;--sapSlider_Background: #8696a9;--sapSlider_BorderColor: #8696a9;--sapSlider_Selected_Background: #91c8f6;--sapSlider_Selected_BorderColor: #91c8f6;--sapSlider_HandleBackground: #29313a;--sapSlider_HandleBorderColor: #8696a9;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #062e4f;--sapSlider_Hover_HandleBorderColor: #91c8f6;--sapSlider_Hover_RangeHandleBackground: #062e4f;--sapSlider_Active_HandleBackground: #91c8f6;--sapSlider_Active_HandleBorderColor: #91c8f6;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #29313a;--sapPageHeader_BorderColor: #3a4552;--sapPageHeader_TextColor: #fafafa;--sapPageFooter_Background: #2c3d50;--sapPageFooter_BorderColor: #3a516a;--sapPageFooter_TextColor: #fafafa;--sapInfobar_Background: #7fc6c6;--sapInfobar_Hover_Background: #74c1c1;--sapInfobar_Active_Background: #58b5b5;--sapInfobar_NonInteractive_Background: #14181c;--sapInfobar_TextColor: #29313a;--sapObjectHeader_Background: #29313a;--sapObjectHeader_Hover_Background: #222a31;--sapObjectHeader_BorderColor: #3a4552;--sapObjectHeader_Title_TextColor: #fafafa;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #d3d7d9;--sapBlockLayer_Background: #000;--sapTile_Background: #29313a;--sapTile_Hover_Background: #21272e;--sapTile_Active_Background: #21272e;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #fafafa;--sapTile_TextColor: #d3d7d9;--sapTile_IconColor: #89a3bd;--sapTile_SeparatorColor: #424f5e;--sapTile_Interactive_BorderColor: #687d94;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fafafa;--sapAccentColor1: #ffc847;--sapAccentColor2: #e7a1a1;--sapAccentColor3: #f37aa2;--sapAccentColor4: #e269c9;--sapAccentColor5: #8ca7d5;--sapAccentColor6: #6bd3ff;--sapAccentColor7: #7fc6c6;--sapAccentColor8: #b2e484;--sapAccentColor9: #b995e0;--sapAccentColor10: #b0bcc5;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #ff5555;--sapIndicationColor_1_Background: #ff5555;--sapIndicationColor_1_BorderColor: #ff5555;--sapIndicationColor_1_TextColor: #29313a;--sapIndicationColor_1_Hover_Background: #ff6f6f;--sapIndicationColor_1_Active_Background: #f88;--sapIndicationColor_1_Active_BorderColor: #ff5555;--sapIndicationColor_1_Active_TextColor: #29313a;--sapIndicationColor_1_Selected_Background: #f88;--sapIndicationColor_1_Selected_BorderColor: #ff5555;--sapIndicationColor_1_Selected_TextColor: #29313a;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8888;--sapIndicationColor_2_Background: #ff8888;--sapIndicationColor_2_BorderColor: #ff8888;--sapIndicationColor_2_TextColor: #29313a;--sapIndicationColor_2_Hover_Background: #ffa2a2;--sapIndicationColor_2_Active_Background: #fbb;--sapIndicationColor_2_Active_BorderColor: #ff8888;--sapIndicationColor_2_Active_TextColor: #29313a;--sapIndicationColor_2_Selected_Background: #fbb;--sapIndicationColor_2_Selected_BorderColor: #ff8888;--sapIndicationColor_2_Selected_TextColor: #29313a;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #fabd64;--sapIndicationColor_3_Background: #fabd64;--sapIndicationColor_3_BorderColor: #fabd64;--sapIndicationColor_3_TextColor: #29313a;--sapIndicationColor_3_Hover_Background: #fac373;--sapIndicationColor_3_Active_Background: #fbca82;--sapIndicationColor_3_Active_BorderColor: #fabd64;--sapIndicationColor_3_Active_TextColor: #29313a;--sapIndicationColor_3_Selected_Background: #fbca82;--sapIndicationColor_3_Selected_BorderColor: #fabd64;--sapIndicationColor_3_Selected_TextColor: #29313a;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #abe2ab;--sapIndicationColor_4_Background: #abe2ab;--sapIndicationColor_4_BorderColor: #abe2ab;--sapIndicationColor_4_TextColor: #29313a;--sapIndicationColor_4_Hover_Background: #bee9be;--sapIndicationColor_4_Active_Background: #d1efd1;--sapIndicationColor_4_Active_BorderColor: #abe2ab;--sapIndicationColor_4_Active_TextColor: #29313a;--sapIndicationColor_4_Selected_Background: #d1efd1;--sapIndicationColor_4_Selected_BorderColor: #abe2ab;--sapIndicationColor_4_Selected_TextColor: #29313a;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #91c8f6;--sapIndicationColor_5_Background: #91c8f6;--sapIndicationColor_5_BorderColor: #91c8f6;--sapIndicationColor_5_TextColor: #29313a;--sapIndicationColor_5_Hover_Background: #a9d4f8;--sapIndicationColor_5_Active_Background: #c0e0fa;--sapIndicationColor_5_Active_BorderColor: #91c8f6;--sapIndicationColor_5_Active_TextColor: #29313a;--sapIndicationColor_5_Selected_Background: #c0e0fa;--sapIndicationColor_5_Selected_BorderColor: #91c8f6;--sapIndicationColor_5_Selected_TextColor: #29313a;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #7fc6c6;--sapIndicationColor_6_Background: #7fc6c6;--sapIndicationColor_6_BorderColor: #7fc6c6;--sapIndicationColor_6_TextColor: #29313a;--sapIndicationColor_6_Hover_Background: #91cece;--sapIndicationColor_6_Active_Background: #a2d6d6;--sapIndicationColor_6_Active_BorderColor: #7fc6c6;--sapIndicationColor_6_Active_TextColor: #29313a;--sapIndicationColor_6_Selected_Background: #a2d6d6;--sapIndicationColor_6_Selected_BorderColor: #7fc6c6;--sapIndicationColor_6_Selected_TextColor: #29313a;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #b995e0;--sapIndicationColor_7_Background: #b995e0;--sapIndicationColor_7_BorderColor: #b995e0;--sapIndicationColor_7_TextColor: #29313a;--sapIndicationColor_7_Hover_Background: #c6a9e6;--sapIndicationColor_7_Active_Background: #d3bcec;--sapIndicationColor_7_Active_BorderColor: #b995e0;--sapIndicationColor_7_Active_TextColor: #29313a;--sapIndicationColor_7_Selected_Background: #d3bcec;--sapIndicationColor_7_Selected_BorderColor: #b995e0;--sapIndicationColor_7_Selected_TextColor: #29313a;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #e269c9;--sapIndicationColor_8_Background: #e269c9;--sapIndicationColor_8_BorderColor: #e269c9;--sapIndicationColor_8_TextColor: #29313a;--sapIndicationColor_8_Hover_Background: #e67ed1;--sapIndicationColor_8_Active_Background: #ea94d8;--sapIndicationColor_8_Active_BorderColor: #e269c9;--sapIndicationColor_8_Active_TextColor: #29313a;--sapIndicationColor_8_Selected_Background: #ea94d8;--sapIndicationColor_8_Selected_BorderColor: #e269c9;--sapIndicationColor_8_Selected_TextColor: #29313a;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #29313a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #f2f2f2;--sapIndicationColor_9_Active_TextColor: #29313a;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #f2f2f2;--sapIndicationColor_9_Selected_TextColor: #29313a;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #d8d8d8;--sapIndicationColor_10_BorderColor: #d8d8d8;--sapIndicationColor_10_TextColor: #29313a;--sapIndicationColor_10_Hover_Background: #e5e5e5;--sapIndicationColor_10_Active_Background: #f2f2f2;--sapIndicationColor_10_Active_BorderColor: #d8d8d8;--sapIndicationColor_10_Active_TextColor: #29313a;--sapIndicationColor_10_Selected_Background: #f2f2f2;--sapIndicationColor_10_Selected_BorderColor: #d8d8d8;--sapIndicationColor_10_Selected_TextColor: #29313a;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #2d3640;--sapLegend_NonWorkingBackground: #445261;--sapLegend_CurrentDateTime: #e269c9;--sapLegendColor1: #f0b25f;--sapLegendColor2: #f58c4b;--sapLegendColor3: #d88b8b;--sapLegendColor4: #bd8969;--sapLegendColor5: #de54c1;--sapLegendColor6: #6bd3ff;--sapLegendColor7: #21c4c4;--sapLegendColor8: #afd645;--sapLegendColor9: #b0bcc5;--sapLegendColor10: #bb8aaf;--sapLegendColor11: #d1b575;--sapLegendColor12: #ffb98d;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #d5b39e;--sapLegendColor15: #b7a8b3;--sapLegendColor16: #bbbcd2;--sapLegendColor17: #a2c2c2;--sapLegendColor18: #aabc78;--sapLegendColor19: #a9d4ff;--sapLegendColor20: #c3c5fd;--sapLegendBackgroundColor1: #402706;--sapLegendBackgroundColor2: #421c04;--sapLegendBackgroundColor3: #341111;--sapLegendBackgroundColor4: #302015;--sapLegendBackgroundColor5: #3c0c32;--sapLegendBackgroundColor6: #003247;--sapLegendBackgroundColor7: #0a3d3d;--sapLegendBackgroundColor8: #303d0d;--sapLegendBackgroundColor9: #1f252a;--sapLegendBackgroundColor10: #2c1a28;--sapLegendBackgroundColor11: #352a12;--sapLegendBackgroundColor12: #461b00;--sapLegendBackgroundColor13: #450000;--sapLegendBackgroundColor14: #312015;--sapLegendBackgroundColor15: #272025;--sapLegendBackgroundColor16: #1c1d2a;--sapLegendBackgroundColor17: #1c2b2b;--sapLegendBackgroundColor18: #2b3118;--sapLegendBackgroundColor19: #002448;--sapLegendBackgroundColor20: #020544;--sapChart_OrderedColor_1: #5899da;--sapChart_OrderedColor_2: #e8743b;--sapChart_OrderedColor_3: #19a979;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #13a4b4;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ee6868;--sapChart_OrderedColor_11: #3571aa;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #de890d;--sapChart_Good: #3fa45b;--sapChart_Neutral: #848f94;--sapChart_Sequence_1: #5899da;--sapChart_Sequence_2: #e8743b;--sapChart_Sequence_3: #19a979;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #13a4b4;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ee6868;--sapChart_Sequence_11: #3571aa;--sapChart_Sequence_Neutral: #848f94;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3_hcb/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3_hcb.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcb.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #7a5100;\n --sapHighlightColor: #7a5100;\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: #0f5d94;\n --sapHoverColor: #7a5100;\n --sapActiveColor: #7a5100;\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.4;\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: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #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: #7a5100;\n --sapContent_HelpColor: #03b803;\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.65;\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: #03b803;\n --sapContent_Selected_TextColor: #fff;\n --sapContent_Selected_Background: #0f5d94;\n --sapContent_Selected_Hover_Background: #7a5100;\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: #fff;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\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: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapShell_Hover_Background: #7a5100;\n --sapShell_Active_Background: #7a5100;\n --sapShell_Active_TextColor: #fff;\n --sapShell_Selected_Background: #0f5d94;\n --sapShell_Selected_TextColor: #fff;\n --sapShell_Selected_Hover_Background: #7a5100;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #000;\n --sapShell_Navigation_Hover_Background: #7a5100;\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: #7a5100;\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: #7a5100;\n --sapButton_Hover_BorderColor: #fff;\n --sapButton_Hover_TextColor: #fff;\n --sapButton_IconColor: #fff;\n --sapButton_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Emphasized_Hover_BorderColor: #fff;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Reject_Hover_BorderColor: #fff;\n --sapButton_Reject_Hover_TextColor: #fff;\n --sapButton_Reject_Active_Background: #7a5100;\n --sapButton_Reject_Active_BorderColor: #fff;\n --sapButton_Reject_Active_TextColor: #fff;\n --sapButton_Reject_Selected_Background: #0f5d94;\n --sapButton_Reject_Selected_BorderColor: #fff;\n --sapButton_Reject_Selected_TextColor: #fff;\n --sapButton_Reject_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Accept_Hover_BorderColor: #fff;\n --sapButton_Accept_Hover_TextColor: #fff;\n --sapButton_Accept_Active_Background: #7a5100;\n --sapButton_Accept_Active_BorderColor: #fff;\n --sapButton_Accept_Active_TextColor: #fff;\n --sapButton_Accept_Selected_Background: #0f5d94;\n --sapButton_Accept_Selected_BorderColor: #fff;\n --sapButton_Accept_Selected_TextColor: #fff;\n --sapButton_Accept_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Lite_Hover_BorderColor: #fff;\n --sapButton_Lite_Hover_TextColor: #fff;\n --sapButton_Lite_Active_Background: #7a5100;\n --sapButton_Lite_Active_BorderColor: #fff;\n --sapButton_Selected_Background: #0f5d94;\n --sapButton_Selected_BorderColor: #fff;\n --sapButton_Selected_TextColor: #fff;\n --sapButton_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #fff;\n --sapButton_Attention_Active_Background: #7a5100;\n --sapButton_Attention_Active_BorderColor: #fff;\n --sapButton_Attention_Active_TextColor: #fff;\n --sapButton_Attention_Selected_Background: #0f5d94;\n --sapButton_Attention_Selected_BorderColor: #fff;\n --sapButton_Attention_Selected_TextColor: #fff;\n --sapButton_Attention_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Negative_Hover_BorderColor: #fff;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Critical_Hover_BorderColor: #fff;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Success_Hover_BorderColor: #fff;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Information_Hover_BorderColor: #fff;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Neutral_Hover_BorderColor: #fff;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Track_Hover_BorderColor: #fff;\n --sapButton_Track_Selected_Background: #0f5d94;\n --sapButton_Track_Selected_BorderColor: #fff;\n --sapButton_Track_Selected_TextColor: #fff;\n --sapButton_Track_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Handle_Hover_BorderColor: #fff;\n --sapButton_Handle_Selected_Background: #0f5d94;\n --sapButton_Handle_Selected_BorderColor: #fff;\n --sapButton_Handle_Selected_TextColor: #fff;\n --sapButton_Handle_Selected_Hover_Background: #7a5100;\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: #7a5100;\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: #7a5100;\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: #000;\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: #7a5100;\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: #7a5100;\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: 1.125rem;\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: #7a5100;\n --sapList_SelectionBackgroundColor: #0f5d94;\n --sapList_SelectionBorderColor: #fff;\n --sapList_Hover_SelectionBackground: #7a5100;\n --sapList_Background: #000;\n --sapList_Hover_Background: #7a5100;\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: .75rem;\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: #7a5100;\n --sapProgress_Value_BorderColor: #fff;\n --sapProgress_Value_TextColor: #fff;\n --sapProgress_Value_NegativeBackground: #7a5100;\n --sapProgress_Value_NegativeBorderColor: #fff;\n --sapProgress_Value_NegativeTextColor: #fff;\n --sapProgress_Value_CriticalBackground: #7a5100;\n --sapProgress_Value_CriticalBorderColor: #fff;\n --sapProgress_Value_CriticalTextColor: #fff;\n --sapProgress_Value_PositiveBackground: #7a5100;\n --sapProgress_Value_PositiveBorderColor: #fff;\n --sapProgress_Value_PositiveTextColor: #fff;\n --sapProgress_Value_InformationBackground: #7a5100;\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: #0f5d94;\n --sapSlider_Selected_BorderColor: #fff;\n --sapSlider_HandleBackground: #000;\n --sapSlider_HandleBorderColor: #fff;\n --sapSlider_RangeHandleBackground: #000;\n --sapSlider_Hover_HandleBackground: #7a5100;\n --sapSlider_Hover_HandleBorderColor: #fff;\n --sapSlider_Hover_RangeHandleBackground: #7a5100;\n --sapSlider_Active_HandleBackground: #7a5100;\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: #7a5100;\n --sapInfobar_Active_Background: #7a5100;\n --sapInfobar_NonInteractive_Background: #585858;\n --sapInfobar_TextColor: #fff;\n --sapObjectHeader_Background: #000;\n --sapObjectHeader_Hover_Background: #7a5100;\n --sapObjectHeader_BorderColor: #fff;\n --sapObjectHeader_Title_TextColor: #fff;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #fff;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #000;\n --sapTile_Hover_Background: #7a5100;\n --sapTile_Active_Background: #7a5100;\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: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #ff5e5e;\n --sapIndicationColor_1_Background: #000;\n --sapIndicationColor_1_BorderColor: #fff;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #7a5100;\n --sapIndicationColor_1_Active_Background: #7a5100;\n --sapIndicationColor_1_Active_BorderColor: #fff;\n --sapIndicationColor_1_Active_TextColor: #fff;\n --sapIndicationColor_1_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_2: #ff9191;\n --sapIndicationColor_2_Background: #000;\n --sapIndicationColor_2_BorderColor: #fff;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #7a5100;\n --sapIndicationColor_2_Active_Background: #7a5100;\n --sapIndicationColor_2_Active_BorderColor: #fff;\n --sapIndicationColor_2_Active_TextColor: #fff;\n --sapIndicationColor_2_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_3: #ffab1d;\n --sapIndicationColor_3_Background: #000;\n --sapIndicationColor_3_BorderColor: #fff;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #7a5100;\n --sapIndicationColor_3_Active_Background: #7a5100;\n --sapIndicationColor_3_Active_BorderColor: #fff;\n --sapIndicationColor_3_Active_TextColor: #fff;\n --sapIndicationColor_3_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_4: #99cc99;\n --sapIndicationColor_4_Background: #000;\n --sapIndicationColor_4_BorderColor: #fff;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #7a5100;\n --sapIndicationColor_4_Active_Background: #7a5100;\n --sapIndicationColor_4_Active_BorderColor: #fff;\n --sapIndicationColor_4_Active_TextColor: #fff;\n --sapIndicationColor_4_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_5: #6bd3ff;\n --sapIndicationColor_5_Background: #000;\n --sapIndicationColor_5_BorderColor: #fff;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #7a5100;\n --sapIndicationColor_5_Active_Background: #7a5100;\n --sapIndicationColor_5_Active_BorderColor: #fff;\n --sapIndicationColor_5_Active_TextColor: #fff;\n --sapIndicationColor_5_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_6: #7fc6c6;\n --sapIndicationColor_6_Background: #000;\n --sapIndicationColor_6_BorderColor: #fff;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #7a5100;\n --sapIndicationColor_6_Active_Background: #7a5100;\n --sapIndicationColor_6_Active_BorderColor: #fff;\n --sapIndicationColor_6_Active_TextColor: #fff;\n --sapIndicationColor_6_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_7: #b995e0;\n --sapIndicationColor_7_Background: #000;\n --sapIndicationColor_7_BorderColor: #fff;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #7a5100;\n --sapIndicationColor_7_Active_Background: #7a5100;\n --sapIndicationColor_7_Active_BorderColor: #fff;\n --sapIndicationColor_7_Active_TextColor: #fff;\n --sapIndicationColor_7_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_8: #e269c9;\n --sapIndicationColor_8_Background: #000;\n --sapIndicationColor_8_BorderColor: #fff;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #7a5100;\n --sapIndicationColor_8_Active_Background: #7a5100;\n --sapIndicationColor_8_Active_BorderColor: #fff;\n --sapIndicationColor_8_Active_TextColor: #fff;\n --sapIndicationColor_8_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_9: #000;\n --sapIndicationColor_9_Background: #000;\n --sapIndicationColor_9_BorderColor: #fff;\n --sapIndicationColor_9_TextColor: #fff;\n --sapIndicationColor_9_Hover_Background: #7a5100;\n --sapIndicationColor_9_Active_Background: #7a5100;\n --sapIndicationColor_9_Active_BorderColor: #fff;\n --sapIndicationColor_9_Active_TextColor: #fff;\n --sapIndicationColor_9_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_10: #494949;\n --sapIndicationColor_10_Background: #000;\n --sapIndicationColor_10_BorderColor: #fff;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #7a5100;\n --sapIndicationColor_10_Active_Background: #7a5100;\n --sapIndicationColor_10_Active_BorderColor: #fff;\n --sapIndicationColor_10_Active_TextColor: #fff;\n --sapIndicationColor_10_Selected_Background: #0f5d94;\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: #7a5100;\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/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3_hcb/parameters-bundle.css.json","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcb.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--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;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0f5d94;--sapHoverColor: #795100;--sapActiveColor: #795100;--sapHighlightTextColor: #fff;--sapTitleColor: #fff;--sapNegativeColor: #ff5e5e;--sapCriticalColor: #ffab1d;--sapPositiveColor: #99cc99;--sapInformativeColor: #fff;--sapNeutralColor: #fff;--sapNegativeElementColor: #ff5e5e;--sapCriticalElementColor: #ffab1d;--sapPositiveElementColor: #99cc99;--sapInformativeElementColor: #fff;--sapNeutralElementColor: #fff;--sapNegativeTextColor: #ff5e5e;--sapCriticalTextColor: #ffab1d;--sapPositiveTextColor: #99cc99;--sapInformativeTextColor: #fff;--sapNeutralTextColor: #fff;--sapErrorColor: #ff5e5e;--sapWarningColor: #ffab1d;--sapSuccessColor: #99cc99;--sapInformationColor: #fff;--sapErrorBackground: #000;--sapWarningBackground: #000;--sapSuccessBackground: #000;--sapInformationBackground: #000;--sapNeutralBackground: #000;--sapErrorBorderColor: #ff5e5e;--sapWarningBorderColor: #ffab1d;--sapSuccessBorderColor: #99cc99;--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.4;--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(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);--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 .0625rem #fff;--sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff;--sapContent_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 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: #03b803;--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: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #000;--sapContent_ForegroundBorderColor: #fff;--sapContent_ForegroundTextColor: #fff;--sapContent_BadgeBackground: #000;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #03b803;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0f5d94;--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\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--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(to bottom, #000, #000);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #000;--sapShell_InteractiveTextColor: #fff;--sapShell_InteractiveBorderColor: #fff;--sapShell_GroupTitleTextColor: #fff;--sapShell_GroupTitleTextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapShell_Hover_Background: #795100;--sapShell_Active_Background: #795100;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #0f5d94;--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 .125rem 0 0 #fff;--sapShell_NegativeColor: #ff5e5e;--sapShell_CriticalColor: #ffab1d;--sapShell_PositiveColor: #99cc99;--sapShell_InformativeColor: #fff;--sapShell_NeutralColor: #fff;--sapShell_Assistant_ForegroundColor: #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;--sapAssistant_Color1: #fff;--sapAssistant_Color2: #fff;--sapAssistant_BackgroundGradient: linear-gradient(#000, #000);--sapAssistant_Background: #000;--sapAssistant_BorderColor: #fff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #795100;--sapAssistant_Hover_BorderColor: #fff;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #795100;--sapAssistant_Active_BorderColor: #fff;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #000;--sapAssistant_Question_BorderColor: #fff;--sapAssistant_Question_TextColor: #fff;--sapAssistant_Answer_Background: #585858;--sapAssistant_Answer_BorderColor: #fff;--sapAssistant_Answer_TextColor: #fff;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #99cc99;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #000;--sapButton_Track_Positive_Hover_BorderColor: #fff;--sapButton_Handle_Positive_Background: #000;--sapButton_Handle_Positive_BorderColor: #99cc99;--sapButton_Handle_Positive_TextColor: #fff;--sapButton_Handle_Positive_Hover_Background: #795100;--sapButton_Handle_Positive_Hover_BorderColor: #99cc99;--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: 1.125rem;--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: #0f5d94;--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: #99cc99;--sapMessage_InformationBorderColor: #fff;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #000;--sapProgress_BorderColor: #fff;--sapProgress_TextColor: #fff;--sapProgress_FontSize: .75rem;--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: #0f5d94;--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.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"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: .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: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--sapIndicationColor_3_Selected_BorderColor: #fff;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #ffab1d;--sapIndicationColor_3b_BorderColor: #fff;--sapIndicationColor_3b_Hover_Background: #795100;--sapIndicationColor_4: #99cc99;--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: #0f5d94;--sapIndicationColor_4_Selected_BorderColor: #fff;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #99cc99;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #99cc99;--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;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3_hcw/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3_hcb\",\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3_hcb\",\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #ec8b46;\n --sapHighlightColor: #ec8b46;\n --sapBaseColor: #fff;\n --sapShellColor: #fff;\n --sapBackgroundColor: #fff;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #000;\n --sapLinkColor: #000;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #8fb5ff;\n --sapHoverColor: #ec8b46;\n --sapActiveColor: #ec8b46;\n --sapHighlightTextColor: #000;\n --sapTitleColor: #000;\n --sapNegativeColor: #ab0000;\n --sapCriticalColor: #5c5c00;\n --sapPositiveColor: #006362;\n --sapInformativeColor: #000;\n --sapNeutralColor: #000;\n --sapNegativeElementColor: #ab0000;\n --sapCriticalElementColor: #5c5c00;\n --sapPositiveElementColor: #006362;\n --sapInformativeElementColor: #000;\n --sapNeutralElementColor: #000;\n --sapNegativeTextColor: #ab0000;\n --sapCriticalTextColor: #5c5c00;\n --sapPositiveTextColor: #006362;\n --sapInformativeTextColor: #000;\n --sapNeutralTextColor: #000;\n --sapErrorColor: #ab0000;\n --sapWarningColor: #5c5c00;\n --sapSuccessColor: #006362;\n --sapInformationColor: #000;\n --sapErrorBackground: #fff;\n --sapWarningBackground: #fff;\n --sapSuccessBackground: #fff;\n --sapInformationBackground: #fff;\n --sapNeutralBackground: #fff;\n --sapErrorBorderColor: #ab0000;\n --sapWarningBorderColor: #5c5c00;\n --sapSuccessBorderColor: #006362;\n --sapInformationBorderColor: #000;\n --sapNeutralBorderColor: #000;\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.4;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #000;\n --sapContent_ContrastIconColor: #000;\n --sapContent_NonInteractiveIconColor: #000;\n --sapContent_MarkerIconColor: #000;\n --sapContent_MarkerTextColor: #000;\n --sapContent_MeasureIndicatorColor: #000;\n --sapContent_Selected_MeasureIndicatorColor: #000;\n --sapContent_Placeholderloading_Background: #888;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);\n --sapContent_ImagePlaceholderBackground: #fff;\n --sapContent_ImagePlaceholderForegroundColor: #000;\n --sapContent_RatedColor: #000;\n --sapContent_UnratedColor: #585858;\n --sapContent_BusyColor: #000;\n --sapContent_FocusColor: #000;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #000;\n --sapContent_Shadow0: 0 0 0 0.0625rem #000;\n --sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,0.5), 0 0 0 0.125rem #000;\n --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(0,0,0,0.6), 0 0 0 0.125rem #000;\n --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(0,0,0,0.8), 0 0 0 0.125rem #000;\n --sapContent_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: inset 0 -0.125rem #000;\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: #ec8b46;\n --sapContent_HelpColor: #006500;\n --sapContent_LabelColor: #000;\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: #888;\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.65;\n --sapContent_ContrastTextColor: #000;\n --sapContent_ForegroundColor: #fff;\n --sapContent_ForegroundBorderColor: #000;\n --sapContent_ForegroundTextColor: #000;\n --sapContent_BadgeBackground: #fff;\n --sapContent_BadgeTextColor: #000;\n --sapContent_DragAndDropActiveColor: #006500;\n --sapContent_Selected_TextColor: #000;\n --sapContent_Selected_Background: #8fb5ff;\n --sapContent_Selected_Hover_Background: #ec8b46;\n --sapContent_Selected_ForegroundColor: #000;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #212628;\n --sapContent_Illustrative_Color2: #434e56;\n --sapContent_Illustrative_Color3: #62737c;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #9da4aa;\n --sapContent_Illustrative_Color6: #c6cace;\n --sapContent_Illustrative_Color7: #e7e9ea;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #62737c;\n --sapContent_Illustrative_Color10: #d5dadd;\n --sapContent_Illustrative_Color11: #88979e;\n --sapContent_Illustrative_Color12: #88979e;\n --sapContent_Illustrative_Color13: #161a1d;\n --sapContent_Illustrative_Color14: #000;\n --sapContent_Illustrative_Color15: #31393f;\n --sapContent_Illustrative_Color16: #505e65;\n --sapContent_Illustrative_Color17: #505e65;\n --sapContent_Illustrative_Color18: #d9ddde;\n --sapContent_Illustrative_Color19: #ccd0d2;\n --sapContent_Illustrative_Color20: #bec4c6;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: underline;\n --sapLink_Hover_Color: #000;\n --sapLink_Hover_TextDecoration: none;\n --sapLink_Active_Color: #000;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #000;\n --sapLink_InvertedColor: #000;\n --sapLink_SubtleColor: #000;\n --sapShell_Background: #fff;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #000;\n --sapShell_TextColor: #000;\n --sapShell_InteractiveBackground: #fff;\n --sapShell_InteractiveTextColor: #000;\n --sapShell_InteractiveBorderColor: #000;\n --sapShell_GroupTitleTextColor: #000;\n --sapShell_GroupTitleTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapShell_Hover_Background: #ec8b46;\n --sapShell_Active_Background: #ec8b46;\n --sapShell_Active_TextColor: #000;\n --sapShell_Selected_Background: #8fb5ff;\n --sapShell_Selected_TextColor: #000;\n --sapShell_Selected_Hover_Background: #ec8b46;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #fff;\n --sapShell_Navigation_Hover_Background: #ec8b46;\n --sapShell_Navigation_SelectedColor: #000;\n --sapShell_Navigation_Selected_TextColor: #000;\n --sapShell_Navigation_TextColor: #000;\n --sapShell_Navigation_Active_TextColor: #000;\n --sapShell_Navigation_Active_Background: #ec8b46;\n --sapShell_Shadow: 0 0.125rem 0 0 #000;\n --sapShell_NegativeColor: #ab0000;\n --sapShell_CriticalColor: #5c5c00;\n --sapShell_PositiveColor: #006362;\n --sapShell_InformativeColor: #000;\n --sapShell_NeutralColor: #000;\n --sapShell_Category_1_Background: #fff;\n --sapShell_Category_1_BorderColor: #004ccb;\n --sapShell_Category_1_TextColor: #000;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #fff;\n --sapShell_Category_2_BorderColor: #973333;\n --sapShell_Category_2_TextColor: #000;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #fff;\n --sapShell_Category_3_BorderColor: #5f5800;\n --sapShell_Category_3_TextColor: #000;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #fff;\n --sapShell_Category_4_BorderColor: #6c3d62;\n --sapShell_Category_4_TextColor: #000;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #fff;\n --sapShell_Category_5_BorderColor: #734f00;\n --sapShell_Category_5_TextColor: #000;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #fff;\n --sapShell_Category_6_BorderColor: #105b5b;\n --sapShell_Category_6_TextColor: #000;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #fff;\n --sapShell_Category_7_BorderColor: #961d7c;\n --sapShell_Category_7_TextColor: #000;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #fff;\n --sapShell_Category_8_BorderColor: #26340b;\n --sapShell_Category_8_TextColor: #000;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #fff;\n --sapShell_Category_9_BorderColor: #002a86;\n --sapShell_Category_9_TextColor: #000;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #fff;\n --sapShell_Category_10_BorderColor: #47596c;\n --sapShell_Category_10_TextColor: #000;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #fff;\n --sapShell_Category_11_BorderColor: #af080b;\n --sapShell_Category_11_TextColor: #000;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #fff;\n --sapShell_Category_12_BorderColor: #7000e0;\n --sapShell_Category_12_TextColor: #000;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #fff;\n --sapShell_Category_13_BorderColor: #580440;\n --sapShell_Category_13_TextColor: #000;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #fff;\n --sapShell_Category_14_BorderColor: #035663;\n --sapShell_Category_14_TextColor: #000;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #fff;\n --sapShell_Category_15_BorderColor: #223548;\n --sapShell_Category_15_TextColor: #000;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #fff;\n --sapShell_Category_16_BorderColor: #1e592f;\n --sapShell_Category_16_TextColor: #000;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #fff;\n --sapAvatar_1_BorderColor: #000;\n --sapAvatar_1_TextColor: #000;\n --sapAvatar_2_Background: #fff;\n --sapAvatar_2_BorderColor: #000;\n --sapAvatar_2_TextColor: #000;\n --sapAvatar_3_Background: #fff;\n --sapAvatar_3_BorderColor: #000;\n --sapAvatar_3_TextColor: #000;\n --sapAvatar_4_Background: #fff;\n --sapAvatar_4_BorderColor: #000;\n --sapAvatar_4_TextColor: #000;\n --sapAvatar_5_Background: #fff;\n --sapAvatar_5_BorderColor: #000;\n --sapAvatar_5_TextColor: #000;\n --sapAvatar_6_Background: #fff;\n --sapAvatar_6_BorderColor: #000;\n --sapAvatar_6_TextColor: #000;\n --sapAvatar_7_Background: #fff;\n --sapAvatar_7_BorderColor: #000;\n --sapAvatar_7_TextColor: #000;\n --sapAvatar_8_Background: #fff;\n --sapAvatar_8_BorderColor: #000;\n --sapAvatar_8_TextColor: #000;\n --sapAvatar_9_Background: #fff;\n --sapAvatar_9_BorderColor: #000;\n --sapAvatar_9_TextColor: #000;\n --sapAvatar_10_Background: #fff;\n --sapAvatar_10_BorderColor: #000;\n --sapAvatar_10_TextColor: #000;\n --sapButton_Background: #fff;\n --sapButton_BorderColor: #000;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .375rem;\n --sapButton_TextColor: #000;\n --sapButton_Hover_Background: #ec8b46;\n --sapButton_Hover_BorderColor: #000;\n --sapButton_Hover_TextColor: #000;\n --sapButton_IconColor: #000;\n --sapButton_Active_Background: #ec8b46;\n --sapButton_Active_BorderColor: #000;\n --sapButton_Active_TextColor: #000;\n --sapButton_Emphasized_Background: #fff;\n --sapButton_Emphasized_BorderColor: #000;\n --sapButton_Emphasized_TextColor: #000;\n --sapButton_Emphasized_Hover_Background: #ec8b46;\n --sapButton_Emphasized_Hover_BorderColor: #000;\n --sapButton_Emphasized_Hover_TextColor: #000;\n --sapButton_Emphasized_Active_Background: #ec8b46;\n --sapButton_Emphasized_Active_BorderColor: #000;\n --sapButton_Emphasized_Active_TextColor: #000;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #fff;\n --sapButton_Reject_BorderColor: #000;\n --sapButton_Reject_TextColor: #000;\n --sapButton_Reject_Hover_Background: #ec8b46;\n --sapButton_Reject_Hover_BorderColor: #000;\n --sapButton_Reject_Hover_TextColor: #000;\n --sapButton_Reject_Active_Background: #ec8b46;\n --sapButton_Reject_Active_BorderColor: #000;\n --sapButton_Reject_Active_TextColor: #000;\n --sapButton_Reject_Selected_Background: #8fb5ff;\n --sapButton_Reject_Selected_BorderColor: #000;\n --sapButton_Reject_Selected_TextColor: #000;\n --sapButton_Reject_Selected_Hover_Background: #ec8b46;\n --sapButton_Reject_Selected_Hover_BorderColor: #000;\n --sapButton_Accept_Background: #fff;\n --sapButton_Accept_BorderColor: #000;\n --sapButton_Accept_TextColor: #000;\n --sapButton_Accept_Hover_Background: #ec8b46;\n --sapButton_Accept_Hover_BorderColor: #000;\n --sapButton_Accept_Hover_TextColor: #000;\n --sapButton_Accept_Active_Background: #ec8b46;\n --sapButton_Accept_Active_BorderColor: #000;\n --sapButton_Accept_Active_TextColor: #000;\n --sapButton_Accept_Selected_Background: #8fb5ff;\n --sapButton_Accept_Selected_BorderColor: #000;\n --sapButton_Accept_Selected_TextColor: #000;\n --sapButton_Accept_Selected_Hover_Background: #ec8b46;\n --sapButton_Accept_Selected_Hover_BorderColor: #000;\n --sapButton_Lite_Background: #fff;\n --sapButton_Lite_BorderColor: #000;\n --sapButton_Lite_TextColor: #000;\n --sapButton_Lite_Hover_Background: #ec8b46;\n --sapButton_Lite_Hover_BorderColor: #000;\n --sapButton_Lite_Hover_TextColor: #000;\n --sapButton_Lite_Active_Background: #ec8b46;\n --sapButton_Lite_Active_BorderColor: #000;\n --sapButton_Selected_Background: #8fb5ff;\n --sapButton_Selected_BorderColor: #000;\n --sapButton_Selected_TextColor: #000;\n --sapButton_Selected_Hover_Background: #ec8b46;\n --sapButton_Selected_Hover_BorderColor: #000;\n --sapButton_Attention_Background: #fff;\n --sapButton_Attention_BorderColor: #000;\n --sapButton_Attention_TextColor: #000;\n --sapButton_Attention_Hover_Background: #ec8b46;\n --sapButton_Attention_Hover_BorderColor: #000;\n --sapButton_Attention_Hover_TextColor: #000;\n --sapButton_Attention_Active_Background: #ec8b46;\n --sapButton_Attention_Active_BorderColor: #000;\n --sapButton_Attention_Active_TextColor: #000;\n --sapButton_Attention_Selected_Background: #8fb5ff;\n --sapButton_Attention_Selected_BorderColor: #000;\n --sapButton_Attention_Selected_TextColor: #000;\n --sapButton_Attention_Selected_Hover_Background: #ec8b46;\n --sapButton_Attention_Selected_Hover_BorderColor: #000;\n --sapButton_Negative_Background: #fff;\n --sapButton_Negative_BorderColor: #000;\n --sapButton_Negative_TextColor: #000;\n --sapButton_Negative_Hover_Background: #ec8b46;\n --sapButton_Negative_Hover_BorderColor: #000;\n --sapButton_Negative_Hover_TextColor: #000;\n --sapButton_Negative_Active_Background: #ec8b46;\n --sapButton_Negative_Active_BorderColor: #000;\n --sapButton_Negative_Active_TextColor: #000;\n --sapButton_Critical_Background: #fff;\n --sapButton_Critical_BorderColor: #000;\n --sapButton_Critical_TextColor: #000;\n --sapButton_Critical_Hover_Background: #ec8b46;\n --sapButton_Critical_Hover_BorderColor: #000;\n --sapButton_Critical_Hover_TextColor: #000;\n --sapButton_Critical_Active_Background: #ec8b46;\n --sapButton_Critical_Active_BorderColor: #000;\n --sapButton_Critical_Active_TextColor: #000;\n --sapButton_Success_Background: #fff;\n --sapButton_Success_BorderColor: #000;\n --sapButton_Success_TextColor: #000;\n --sapButton_Success_Hover_Background: #ec8b46;\n --sapButton_Success_Hover_BorderColor: #000;\n --sapButton_Success_Hover_TextColor: #000;\n --sapButton_Success_Active_Background: #ec8b46;\n --sapButton_Success_Active_BorderColor: #000;\n --sapButton_Success_Active_TextColor: #000;\n --sapButton_Information_Background: #fff;\n --sapButton_Information_BorderColor: #000;\n --sapButton_Information_TextColor: #000;\n --sapButton_Information_Hover_Background: #ec8b46;\n --sapButton_Information_Hover_BorderColor: #000;\n --sapButton_Information_Hover_TextColor: #000;\n --sapButton_Information_Active_Background: #ec8b46;\n --sapButton_Information_Active_BorderColor: #000;\n --sapButton_Information_Active_TextColor: #000;\n --sapButton_Neutral_Background: #fff;\n --sapButton_Neutral_BorderColor: #000;\n --sapButton_Neutral_TextColor: #000;\n --sapButton_Neutral_Hover_Background: #ec8b46;\n --sapButton_Neutral_Hover_BorderColor: #000;\n --sapButton_Neutral_Hover_TextColor: #000;\n --sapButton_Neutral_Active_Background: #ec8b46;\n --sapButton_Neutral_Active_BorderColor: #000;\n --sapButton_Neutral_Active_TextColor: #000;\n --sapButton_Track_Background: #fff;\n --sapButton_Track_BorderColor: #000;\n --sapButton_Track_TextColor: #000;\n --sapButton_Track_Hover_Background: #ec8b46;\n --sapButton_Track_Hover_BorderColor: #000;\n --sapButton_Track_Selected_Background: #8fb5ff;\n --sapButton_Track_Selected_BorderColor: #000;\n --sapButton_Track_Selected_TextColor: #000;\n --sapButton_Track_Selected_Hover_Background: #ec8b46;\n --sapButton_Track_Selected_Hover_BorderColor: #000;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #000;\n --sapButton_Handle_TextColor: #000;\n --sapButton_Handle_Hover_Background: #ec8b46;\n --sapButton_Handle_Hover_BorderColor: #000;\n --sapButton_Handle_Selected_Background: #8fb5ff;\n --sapButton_Handle_Selected_BorderColor: #000;\n --sapButton_Handle_Selected_TextColor: #000;\n --sapButton_Handle_Selected_Hover_Background: #ec8b46;\n --sapButton_Handle_Selected_Hover_BorderColor: #000;\n --sapButton_Track_Negative_Background: #fff;\n --sapButton_Track_Negative_BorderColor: #ab0000;\n --sapButton_Track_Negative_TextColor: #000;\n --sapButton_Track_Negative_Hover_Background: #ec8b46;\n --sapButton_Track_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #ab0000;\n --sapButton_Handle_Negative_TextColor: #000;\n --sapButton_Handle_Negative_Hover_Background: #ec8b46;\n --sapButton_Handle_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Track_Positive_Background: #fff;\n --sapButton_Track_Positive_BorderColor: #006362;\n --sapButton_Track_Positive_TextColor: #000;\n --sapButton_Track_Positive_Hover_Background: #fff;\n --sapButton_Track_Positive_Hover_BorderColor: #000;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #006362;\n --sapButton_Handle_Positive_TextColor: #000;\n --sapButton_Handle_Positive_Hover_Background: #ec8b46;\n --sapButton_Handle_Positive_Hover_BorderColor: #006362;\n --sapButton_TokenBackground: #fff;\n --sapButton_TokenBorderColor: #000;\n --sapField_Background: #fff;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #000;\n --sapField_PlaceholderTextColor: #585858;\n --sapField_BorderColor: #000;\n --sapField_HelpBackground: #fff;\n --sapField_BorderWidth: .125rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: 0;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #000;\n --sapField_Hover_HelpBackground: #fff;\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: #000;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #000;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: #b3b3b3;\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #000;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: #b3b3b3;\n --sapField_RequiredColor: #000;\n --sapField_InvalidColor: #000;\n --sapField_InvalidBackground: #ec8b46;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: dashed;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #000;\n --sapField_WarningBackground: #fff;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: dashed;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #000;\n --sapField_SuccessBackground: #fff;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .125rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #000;\n --sapField_InformationBackground: #fff;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .0625rem;\n --sapField_InformationBorderStyle: dashed;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #fff;\n --sapGroup_TitleBorderColor: #000;\n --sapGroup_TitleTextColor: #000;\n --sapGroup_Title_FontSize: 1.125rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #000;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: #fff;\n --sapToolbar_Background: #fff;\n --sapToolbar_SeparatorColor: #000;\n --sapList_HeaderBackground: #fff;\n --sapList_HeaderBorderColor: #000;\n --sapList_HeaderTextColor: #000;\n --sapList_BorderColor: #585858;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #000;\n --sapList_Active_TextColor: #000;\n --sapList_Active_Background: #ec8b46;\n --sapList_SelectionBackgroundColor: #8fb5ff;\n --sapList_SelectionBorderColor: #000;\n --sapList_Hover_SelectionBackground: #ec8b46;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #ec8b46;\n --sapList_AlternatingBackground: #e6e6e6;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #000;\n --sapList_GroupHeaderTextColor: #000;\n --sapList_TableGroupHeaderBackground: #b3b3b3;\n --sapList_TableGroupHeaderBorderColor: #000;\n --sapList_TableGroupHeaderTextColor: #000;\n --sapList_FooterBackground: #fff;\n --sapList_FooterTextColor: #000;\n --sapList_TableFooterBorder: #000;\n --sapList_TableFixedBorderColor: #000;\n --sapMessage_ErrorBorderColor: #ab0000;\n --sapMessage_WarningBorderColor: #5c5c00;\n --sapMessage_SuccessBorderColor: #006362;\n --sapMessage_InformationBorderColor: #000;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #fff;\n --sapProgress_BorderColor: #000;\n --sapProgress_TextColor: #000;\n --sapProgress_FontSize: .75rem;\n --sapProgress_NegativeBackground: #fff;\n --sapProgress_NegativeBorderColor: #000;\n --sapProgress_NegativeTextColor: #000;\n --sapProgress_CriticalBackground: #fff;\n --sapProgress_CriticalBorderColor: #000;\n --sapProgress_CriticalTextColor: #000;\n --sapProgress_PositiveBackground: #fff;\n --sapProgress_PositiveBorderColor: #000;\n --sapProgress_PositiveTextColor: #000;\n --sapProgress_InformationBackground: #fff;\n --sapProgress_InformationBorderColor: #000;\n --sapProgress_InformationTextColor: #000;\n --sapProgress_Value_Background: #ec8b46;\n --sapProgress_Value_BorderColor: #000;\n --sapProgress_Value_TextColor: #000;\n --sapProgress_Value_NegativeBackground: #ec8b46;\n --sapProgress_Value_NegativeBorderColor: #000;\n --sapProgress_Value_NegativeTextColor: #000;\n --sapProgress_Value_CriticalBackground: #ec8b46;\n --sapProgress_Value_CriticalBorderColor: #000;\n --sapProgress_Value_CriticalTextColor: #000;\n --sapProgress_Value_PositiveBackground: #ec8b46;\n --sapProgress_Value_PositiveBorderColor: #000;\n --sapProgress_Value_PositiveTextColor: #000;\n --sapProgress_Value_InformationBackground: #ec8b46;\n --sapProgress_Value_InformationBorderColor: #000;\n --sapProgress_Value_InformationTextColor: #000;\n --sapScrollBar_FaceColor: #585858;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #585858;\n --sapScrollBar_SymbolColor: #000;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #000;\n --sapSlider_Background: #fff;\n --sapSlider_BorderColor: #000;\n --sapSlider_Selected_Background: #8fb5ff;\n --sapSlider_Selected_BorderColor: #000;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #000;\n --sapSlider_RangeHandleBackground: #fff;\n --sapSlider_Hover_HandleBackground: #ec8b46;\n --sapSlider_Hover_HandleBorderColor: #000;\n --sapSlider_Hover_RangeHandleBackground: #ec8b46;\n --sapSlider_Active_HandleBackground: #ec8b46;\n --sapSlider_Active_HandleBorderColor: #000;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #000;\n --sapPageHeader_TextColor: #000;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #000;\n --sapPageFooter_TextColor: #000;\n --sapInfobar_Background: #fff;\n --sapInfobar_Hover_Background: #ec8b46;\n --sapInfobar_Active_Background: #ec8b46;\n --sapInfobar_NonInteractive_Background: #b3b3b3;\n --sapInfobar_TextColor: #000;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #ec8b46;\n --sapObjectHeader_BorderColor: #000;\n --sapObjectHeader_Title_TextColor: #000;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #000;\n --sapBlockLayer_Background: #fff;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #ec8b46;\n --sapTile_Active_Background: #ec8b46;\n --sapTile_BorderColor: #000;\n --sapTile_BorderCornerRadius: 0.25rem;\n --sapTile_TitleTextColor: #000;\n --sapTile_TextColor: #000;\n --sapTile_IconColor: #000;\n --sapTile_SeparatorColor: #000;\n --sapTile_Interactive_BorderColor: #000;\n --sapTile_OverlayBackground: #fff;\n --sapTile_OverlayForegroundColor: #000;\n --sapAccentColor1: #5f5800;\n --sapAccentColor2: #5e4101;\n --sapAccentColor3: #973333;\n --sapAccentColor4: #961d7c;\n --sapAccentColor5: #365892;\n --sapAccentColor6: #004ccb;\n --sapAccentColor7: #105b5b;\n --sapAccentColor8: #26340b;\n --sapAccentColor9: #6c32a9;\n --sapAccentColor10: #4a5964;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #780000;\n --sapIndicationColor_1_Background: #fff;\n --sapIndicationColor_1_BorderColor: #000;\n --sapIndicationColor_1_TextColor: #000;\n --sapIndicationColor_1_Hover_Background: #ec8b46;\n --sapIndicationColor_1_Active_Background: #ec8b46;\n --sapIndicationColor_1_Active_BorderColor: #000;\n --sapIndicationColor_1_Active_TextColor: #000;\n --sapIndicationColor_1_Selected_Background: #8fb5ff;\n --sapIndicationColor_1_Selected_BorderColor: #000;\n --sapIndicationColor_1_Selected_TextColor: #000;\n --sapIndicationColor_1b: #780000;\n --sapIndicationColor_1b_BorderColor: #000;\n --sapIndicationColor_1b_Hover_Background: #ec8b46;\n --sapIndicationColor_2: #ab0000;\n --sapIndicationColor_2_Background: #fff;\n --sapIndicationColor_2_BorderColor: #000;\n --sapIndicationColor_2_TextColor: #000;\n --sapIndicationColor_2_Hover_Background: #ec8b46;\n --sapIndicationColor_2_Active_Background: #ec8b46;\n --sapIndicationColor_2_Active_BorderColor: #000;\n --sapIndicationColor_2_Active_TextColor: #000;\n --sapIndicationColor_2_Selected_Background: #8fb5ff;\n --sapIndicationColor_2_Selected_BorderColor: #000;\n --sapIndicationColor_2_Selected_TextColor: #000;\n --sapIndicationColor_2b: #ab0000;\n --sapIndicationColor_2b_BorderColor: #000;\n --sapIndicationColor_2b_Hover_Background: #ec8b46;\n --sapIndicationColor_3: #5c5c00;\n --sapIndicationColor_3_Background: #fff;\n --sapIndicationColor_3_BorderColor: #000;\n --sapIndicationColor_3_TextColor: #000;\n --sapIndicationColor_3_Hover_Background: #ec8b46;\n --sapIndicationColor_3_Active_Background: #ec8b46;\n --sapIndicationColor_3_Active_BorderColor: #000;\n --sapIndicationColor_3_Active_TextColor: #000;\n --sapIndicationColor_3_Selected_Background: #8fb5ff;\n --sapIndicationColor_3_Selected_BorderColor: #000;\n --sapIndicationColor_3_Selected_TextColor: #000;\n --sapIndicationColor_3b: #5c5c00;\n --sapIndicationColor_3b_BorderColor: #000;\n --sapIndicationColor_3b_Hover_Background: #ec8b46;\n --sapIndicationColor_4: #006362;\n --sapIndicationColor_4_Background: #fff;\n --sapIndicationColor_4_BorderColor: #000;\n --sapIndicationColor_4_TextColor: #000;\n --sapIndicationColor_4_Hover_Background: #ec8b46;\n --sapIndicationColor_4_Active_Background: #ec8b46;\n --sapIndicationColor_4_Active_BorderColor: #000;\n --sapIndicationColor_4_Active_TextColor: #000;\n --sapIndicationColor_4_Selected_Background: #8fb5ff;\n --sapIndicationColor_4_Selected_BorderColor: #000;\n --sapIndicationColor_4_Selected_TextColor: #000;\n --sapIndicationColor_4b: #006362;\n --sapIndicationColor_4b_BorderColor: #000;\n --sapIndicationColor_4b_Hover_Background: #ec8b46;\n --sapIndicationColor_5: #004ccb;\n --sapIndicationColor_5_Background: #fff;\n --sapIndicationColor_5_BorderColor: #000;\n --sapIndicationColor_5_TextColor: #000;\n --sapIndicationColor_5_Hover_Background: #ec8b46;\n --sapIndicationColor_5_Active_Background: #ec8b46;\n --sapIndicationColor_5_Active_BorderColor: #000;\n --sapIndicationColor_5_Active_TextColor: #000;\n --sapIndicationColor_5_Selected_Background: #8fb5ff;\n --sapIndicationColor_5_Selected_BorderColor: #000;\n --sapIndicationColor_5_Selected_TextColor: #000;\n --sapIndicationColor_5b: #004ccb;\n --sapIndicationColor_5b_BorderColor: #000;\n --sapIndicationColor_5b_Hover_Background: #ec8b46;\n --sapIndicationColor_6: #105b5b;\n --sapIndicationColor_6_Background: #fff;\n --sapIndicationColor_6_BorderColor: #000;\n --sapIndicationColor_6_TextColor: #000;\n --sapIndicationColor_6_Hover_Background: #ec8b46;\n --sapIndicationColor_6_Active_Background: #ec8b46;\n --sapIndicationColor_6_Active_BorderColor: #000;\n --sapIndicationColor_6_Active_TextColor: #000;\n --sapIndicationColor_6_Selected_Background: #8fb5ff;\n --sapIndicationColor_6_Selected_BorderColor: #000;\n --sapIndicationColor_6_Selected_TextColor: #000;\n --sapIndicationColor_6b: #105b5b;\n --sapIndicationColor_6b_BorderColor: #000;\n --sapIndicationColor_6b_Hover_Background: #ec8b46;\n --sapIndicationColor_7: #6c32a9;\n --sapIndicationColor_7_Background: #fff;\n --sapIndicationColor_7_BorderColor: #000;\n --sapIndicationColor_7_TextColor: #000;\n --sapIndicationColor_7_Hover_Background: #ec8b46;\n --sapIndicationColor_7_Active_Background: #ec8b46;\n --sapIndicationColor_7_Active_BorderColor: #000;\n --sapIndicationColor_7_Active_TextColor: #000;\n --sapIndicationColor_7_Selected_Background: #8fb5ff;\n --sapIndicationColor_7_Selected_BorderColor: #000;\n --sapIndicationColor_7_Selected_TextColor: #000;\n --sapIndicationColor_7b: #6c32a9;\n --sapIndicationColor_7b_BorderColor: #000;\n --sapIndicationColor_7b_Hover_Background: #ec8b46;\n --sapIndicationColor_8: #961d7c;\n --sapIndicationColor_8_Background: #fff;\n --sapIndicationColor_8_BorderColor: #000;\n --sapIndicationColor_8_TextColor: #000;\n --sapIndicationColor_8_Hover_Background: #ec8b46;\n --sapIndicationColor_8_Active_Background: #ec8b46;\n --sapIndicationColor_8_Active_BorderColor: #000;\n --sapIndicationColor_8_Active_TextColor: #000;\n --sapIndicationColor_8_Selected_Background: #8fb5ff;\n --sapIndicationColor_8_Selected_BorderColor: #000;\n --sapIndicationColor_8_Selected_TextColor: #000;\n --sapIndicationColor_8b: #961d7c;\n --sapIndicationColor_8b_BorderColor: #000;\n --sapIndicationColor_8b_Hover_Background: #ec8b46;\n --sapIndicationColor_9: #fff;\n --sapIndicationColor_9_Background: #fff;\n --sapIndicationColor_9_BorderColor: #000;\n --sapIndicationColor_9_TextColor: #000;\n --sapIndicationColor_9_Hover_Background: #ec8b46;\n --sapIndicationColor_9_Active_Background: #ec8b46;\n --sapIndicationColor_9_Active_BorderColor: #000;\n --sapIndicationColor_9_Active_TextColor: #000;\n --sapIndicationColor_9_Selected_Background: #8fb5ff;\n --sapIndicationColor_9_Selected_BorderColor: #000;\n --sapIndicationColor_9_Selected_TextColor: #000;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #000;\n --sapIndicationColor_9b_Hover_Background: #ec8b46;\n --sapIndicationColor_10: #eaecee;\n --sapIndicationColor_10_Background: #fff;\n --sapIndicationColor_10_BorderColor: #000;\n --sapIndicationColor_10_TextColor: #000;\n --sapIndicationColor_10_Hover_Background: #ec8b46;\n --sapIndicationColor_10_Active_Background: #ec8b46;\n --sapIndicationColor_10_Active_BorderColor: #000;\n --sapIndicationColor_10_Active_TextColor: #000;\n --sapIndicationColor_10_Selected_Background: #8fb5ff;\n --sapIndicationColor_10_Selected_BorderColor: #000;\n --sapIndicationColor_10_Selected_TextColor: #000;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #000;\n --sapIndicationColor_10b_Hover_Background: #ec8b46;\n --sapLegend_WorkingBackground: #d9d9d9;\n --sapLegend_NonWorkingBackground: #b3b3b3;\n --sapLegend_CurrentDateTime: #961d7c;\n --sapLegendColor1: #5f5800;\n --sapLegendColor2: #5e4101;\n --sapLegendColor3: #973333;\n --sapLegendColor4: #463000;\n --sapLegendColor5: #961d7c;\n --sapLegendColor6: #004ccb;\n --sapLegendColor7: #105b5b;\n --sapLegendColor8: #26340b;\n --sapLegendColor9: #4a5964;\n --sapLegendColor10: #6c3d62;\n --sapLegendColor11: #383513;\n --sapLegendColor12: #734f00;\n --sapLegendColor13: #723e3e;\n --sapLegendColor14: #5f5642;\n --sapLegendColor15: #60535d;\n --sapLegendColor16: #465878;\n --sapLegendColor17: #435b5b;\n --sapLegendColor18: #4e5a36;\n --sapLegendColor19: #4e5869;\n --sapLegendColor20: #001b49;\n --sapLegendBackgroundColor1: #fff;\n --sapLegendBackgroundColor2: #fff;\n --sapLegendBackgroundColor3: #fff;\n --sapLegendBackgroundColor4: #fff;\n --sapLegendBackgroundColor5: #fff;\n --sapLegendBackgroundColor6: #fff;\n --sapLegendBackgroundColor7: #fff;\n --sapLegendBackgroundColor8: #fff;\n --sapLegendBackgroundColor9: #fff;\n --sapLegendBackgroundColor10: #fff;\n --sapLegendBackgroundColor11: #fff;\n --sapLegendBackgroundColor12: #fff;\n --sapLegendBackgroundColor13: #fff;\n --sapLegendBackgroundColor14: #fff;\n --sapLegendBackgroundColor15: #fff;\n --sapLegendBackgroundColor16: #fff;\n --sapLegendBackgroundColor17: #fff;\n --sapLegendBackgroundColor18: #fff;\n --sapLegendBackgroundColor19: #fff;\n --sapLegendBackgroundColor20: #fff;\n --sapChart_OrderedColor_1: #286ac3;\n --sapChart_OrderedColor_2: #d74114;\n --sapChart_OrderedColor_3: #057d47;\n --sapChart_OrderedColor_4: #e11e48;\n --sapChart_OrderedColor_5: #642eb2;\n --sapChart_OrderedColor_6: #03778c;\n --sapChart_OrderedColor_7: #232deb;\n --sapChart_OrderedColor_8: #9b136f;\n --sapChart_OrderedColor_9: #395563;\n --sapChart_OrderedColor_10: #e02e2e;\n --sapChart_OrderedColor_11: #0d3367;\n --sapChart_Bad: #ab0000;\n --sapChart_Critical: #5c5c00;\n --sapChart_Good: #006362;\n --sapChart_Neutral: #000;\n --sapChart_Sequence_1: #286ac3;\n --sapChart_Sequence_2: #d74114;\n --sapChart_Sequence_3: #057d47;\n --sapChart_Sequence_4: #e11e48;\n --sapChart_Sequence_5: #642eb2;\n --sapChart_Sequence_6: #03778c;\n --sapChart_Sequence_7: #232deb;\n --sapChart_Sequence_8: #9b136f;\n --sapChart_Sequence_9: #395563;\n --sapChart_Sequence_10: #e02e2e;\n --sapChart_Sequence_11: #0d3367;\n --sapChart_Sequence_Neutral: #000;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcw.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcw.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3_hcw/parameters-bundle.css.json","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcw.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_fiori_3_hcb\",\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--sapBrandColor: #ec8b46;--sapHighlightColor: #ec8b46;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #8fb5ff;--sapHoverColor: #ec8b46;--sapActiveColor: #ec8b46;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--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.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--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: #ec8b46;--sapContent_HelpColor: #006500;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_DragAndDropActiveColor: #006500;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #8fb5ff;--sapContent_Selected_Hover_Background: #ec8b46;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #434e56;--sapContent_Illustrative_Color3: #62737c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #d5dadd;--sapContent_Illustrative_Color11: #88979e;--sapContent_Illustrative_Color12: #88979e;--sapContent_Illustrative_Color13: #161a1d;--sapContent_Illustrative_Color14: #000;--sapContent_Illustrative_Color15: #31393f;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapShell_Hover_Background: #ec8b46;--sapShell_Active_Background: #ec8b46;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #8fb5ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #ec8b46;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #ec8b46;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #ec8b46;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Assistant_ForegroundColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #000;--sapAssistant_Color2: #000;--sapAssistant_BackgroundGradient: linear-gradient(#fff, #fff);--sapAssistant_Background: #fff;--sapAssistant_BorderColor: #000;--sapAssistant_TextColor: #000;--sapAssistant_Hover_Background: #ec8b46;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #ec8b46;--sapAssistant_Active_BorderColor: #000;--sapAssistant_Active_TextColor: #000;--sapAssistant_Question_Background: #fff;--sapAssistant_Question_BorderColor: #000;--sapAssistant_Question_TextColor: #000;--sapAssistant_Answer_Background: #b3b3b3;--sapAssistant_Answer_BorderColor: #000;--sapAssistant_Answer_TextColor: #000;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_Hover_Background: #ec8b46;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #ec8b46;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_Hover_Background: #ec8b46;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #ec8b46;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #ec8b46;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #ec8b46;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #8fb5ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #ec8b46;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #ec8b46;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #ec8b46;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #8fb5ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #ec8b46;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #ec8b46;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #ec8b46;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #8fb5ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #ec8b46;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #ec8b46;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #ec8b46;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #8fb5ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #ec8b46;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #ec8b46;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #ec8b46;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #ec8b46;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #ec8b46;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #ec8b46;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #ec8b46;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #ec8b46;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #ec8b46;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #ec8b46;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #ec8b46;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #ec8b46;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #8fb5ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #ec8b46;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #ec8b46;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #8fb5ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #ec8b46;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #ec8b46;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #ec8b46;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #fff;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #ec8b46;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #ec8b46;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #ec8b46;--sapList_SelectionBackgroundColor: #8fb5ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #ec8b46;--sapList_Background: #fff;--sapList_Hover_Background: #ec8b46;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #ec8b46;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #ec8b46;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #ec8b46;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #ec8b46;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #ec8b46;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #8fb5ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #ec8b46;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #ec8b46;--sapSlider_Active_HandleBackground: #ec8b46;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #ec8b46;--sapInfobar_Active_Background: #ec8b46;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ec8b46;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #000;--sapBlockLayer_Background: #fff;--sapTile_Background: #fff;--sapTile_Hover_Background: #ec8b46;--sapTile_Active_Background: #ec8b46;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #ec8b46;--sapIndicationColor_1_Active_Background: #ec8b46;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #8fb5ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #ec8b46;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #ec8b46;--sapIndicationColor_2_Active_Background: #ec8b46;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #8fb5ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #ec8b46;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #ec8b46;--sapIndicationColor_3_Active_Background: #ec8b46;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #8fb5ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #ec8b46;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #ec8b46;--sapIndicationColor_4_Active_Background: #ec8b46;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #8fb5ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #ec8b46;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #ec8b46;--sapIndicationColor_5_Active_Background: #ec8b46;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #8fb5ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #ec8b46;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #ec8b46;--sapIndicationColor_6_Active_Background: #ec8b46;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #8fb5ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #ec8b46;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #ec8b46;--sapIndicationColor_7_Active_Background: #ec8b46;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #8fb5ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #ec8b46;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #ec8b46;--sapIndicationColor_8_Active_Background: #ec8b46;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #8fb5ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #ec8b46;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #ec8b46;--sapIndicationColor_9_Active_Background: #ec8b46;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #8fb5ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #ec8b46;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #ec8b46;--sapIndicationColor_10_Active_Background: #ec8b46;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #8fb5ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #ec8b46;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_OrderedColor_1: #286ac3;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #057d47;--sapChart_OrderedColor_4: #e11e48;--sapChart_OrderedColor_5: #642eb2;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #232deb;--sapChart_OrderedColor_8: #9b136f;--sapChart_OrderedColor_9: #395563;--sapChart_OrderedColor_10: #e02e2e;--sapChart_OrderedColor_11: #0d3367;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #000;--sapChart_Sequence_1: #286ac3;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_3: #057d47;--sapChart_Sequence_4: #e11e48;--sapChart_Sequence_5: #642eb2;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_7: #232deb;--sapChart_Sequence_8: #9b136f;--sapChart_Sequence_9: #395563;--sapChart_Sequence_10: #e02e2e;--sapChart_Sequence_11: #0d3367;--sapChart_Sequence_Neutral: #000;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_belize\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_belize\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #0a6ed1;\n --sapHighlightColor: #0854a0;\n --sapBaseColor: #fff;\n --sapShellColor: #354a5f;\n --sapBackgroundColor: #f7f7f7;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #32363a;\n --sapLinkColor: #0a6ed1;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #0854a0;\n --sapHoverColor: #ededed;\n --sapActiveColor: #0854a0;\n --sapHighlightTextColor: #fff;\n --sapTitleColor: #32363a;\n --sapNegativeColor: #bb0000;\n --sapCriticalColor: #df6e0c;\n --sapPositiveColor: #107e3e;\n --sapInformativeColor: #0a6ed1;\n --sapNeutralColor: #6a6d70;\n --sapNegativeElementColor: #bb0000;\n --sapCriticalElementColor: #df6e0c;\n --sapPositiveElementColor: #107e3e;\n --sapInformativeElementColor: #0a6ed1;\n --sapNeutralElementColor: #6a6d70;\n --sapNegativeTextColor: #bb0000;\n --sapCriticalTextColor: #b3590a;\n --sapPositiveTextColor: #107e3e;\n --sapInformativeTextColor: #0a6ed1;\n --sapNeutralTextColor: #6a6d70;\n --sapErrorColor: #bb0000;\n --sapWarningColor: #df6e0c;\n --sapSuccessColor: #107e3e;\n --sapInformationColor: #0a6ed1;\n --sapErrorBackground: #ffebeb;\n --sapWarningBackground: #fef7f1;\n --sapSuccessBackground: #f1fdf6;\n --sapInformationBackground: #f5faff;\n --sapNeutralBackground: #f4f4f4;\n --sapErrorBorderColor: #bb0000;\n --sapWarningBorderColor: #df6e0c;\n --sapSuccessBorderColor: #107e3e;\n --sapInformationBorderColor: #0a6ed1;\n --sapNeutralBorderColor: #6a6d70;\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.4;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #0854a0;\n --sapContent_ContrastIconColor: #fff;\n --sapContent_NonInteractiveIconColor: #6a6d70;\n --sapContent_MarkerIconColor: #286eb4;\n --sapContent_MarkerTextColor: #0e7581;\n --sapContent_MeasureIndicatorColor: #89919a;\n --sapContent_Selected_MeasureIndicatorColor: #89919a;\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: #ccc;\n --sapContent_ImagePlaceholderForegroundColor: #fff;\n --sapContent_RatedColor: #d08014;\n --sapContent_UnratedColor: #89919a;\n --sapContent_BusyColor: #0854a0;\n --sapContent_FocusColor: #000;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .0625rem;\n --sapContent_ContrastFocusColor: #fff;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0 0.0625rem rgba(0,0,0,0.1), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.1);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.3);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 1.25rem 5rem 0 rgba(0,0,0,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(0,0,0,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;\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: #d4f7db;\n --sapContent_HelpColor: #3f8600;\n --sapContent_LabelColor: #6a6d70;\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(50,54,58,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.65;\n --sapContent_ContrastTextColor: #fff;\n --sapContent_ForegroundColor: #efefef;\n --sapContent_ForegroundBorderColor: #89919a;\n --sapContent_ForegroundTextColor: #32363a;\n --sapContent_BadgeBackground: #d04343;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #0854a0;\n --sapContent_Selected_TextColor: #fff;\n --sapContent_Selected_Background: #0854a0;\n --sapContent_Selected_Hover_Background: #095caf;\n --sapContent_Selected_ForegroundColor: #0854a0;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #0a6ed1;\n --sapContent_Illustrative_Color2: #72b5f8;\n --sapContent_Illustrative_Color3: #ffba10;\n --sapContent_Illustrative_Color4: #4a5055;\n --sapContent_Illustrative_Color5: #9da4aa;\n --sapContent_Illustrative_Color6: #c6cace;\n --sapContent_Illustrative_Color7: #e7e9ea;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #e7e9ea;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #5dc122;\n --sapContent_Illustrative_Color13: #4ba1f6;\n --sapContent_Illustrative_Color14: #298ff4;\n --sapContent_Illustrative_Color15: #e6a400;\n --sapContent_Illustrative_Color16: #085aaa;\n --sapContent_Illustrative_Color17: #00a5a8;\n --sapContent_Illustrative_Color18: #d9ddde;\n --sapContent_Illustrative_Color19: #ccd0d2;\n --sapContent_Illustrative_Color20: #bec4c6;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: none;\n --sapLink_Hover_Color: #0854a0;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #0a6ed1;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #0a6ed1;\n --sapLink_InvertedColor: #d3e8fd;\n --sapLink_SubtleColor: #074888;\n --sapShell_Background: #edeff0;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #354a5f;\n --sapShell_TextColor: #fff;\n --sapShell_InteractiveBackground: #354a5f;\n --sapShell_InteractiveTextColor: #d1e8ff;\n --sapShell_InteractiveBorderColor: #7996b4;\n --sapShell_GroupTitleTextColor: #32363a;\n --sapShell_GroupTitleTextShadow: 0 0 0.125rem #fff;\n --sapShell_Hover_Background: #283848;\n --sapShell_Active_Background: #23303e;\n --sapShell_Active_TextColor: #fff;\n --sapShell_Selected_Background: #23303e;\n --sapShell_Selected_TextColor: #fff;\n --sapShell_Selected_Hover_Background: #23303e;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #354a5f;\n --sapShell_Navigation_Hover_Background: #283848;\n --sapShell_Navigation_SelectedColor: #d1e8ff;\n --sapShell_Navigation_Selected_TextColor: #d1e8ff;\n --sapShell_Navigation_TextColor: #fff;\n --sapShell_Navigation_Active_TextColor: #fff;\n --sapShell_Navigation_Active_Background: #23303e;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.08), inset 0 -0.0625rem 0 0 rgba(0,0,0,0.18);\n --sapShell_NegativeColor: #f88;\n --sapShell_CriticalColor: #f8b67d;\n --sapShell_PositiveColor: #abe2c2;\n --sapShell_InformativeColor: #b1d6fb;\n --sapShell_NeutralColor: #d4d6d7;\n --sapShell_Category_1_Background: #286eb4;\n --sapShell_Category_1_BorderColor: #286eb4;\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: #db1f77;\n --sapShell_Category_2_BorderColor: #db1f77;\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: #d58215;\n --sapShell_Category_3_BorderColor: #d58215;\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: #892971;\n --sapShell_Category_4_BorderColor: #892971;\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: #bb2f2f;\n --sapShell_Category_5_BorderColor: #bb2f2f;\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: #1193a2;\n --sapShell_Category_6_BorderColor: #1193a2;\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: #cf5db3;\n --sapShell_Category_7_BorderColor: #cf5db3;\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: #8b9668;\n --sapShell_Category_8_BorderColor: #8b9668;\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: #597da1;\n --sapShell_Category_9_BorderColor: #597da1;\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: #647987;\n --sapShell_Category_10_BorderColor: #647987;\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: #dc5b5b;\n --sapShell_Category_11_BorderColor: #dc5b5b;\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: #5154bd;\n --sapShell_Category_12_BorderColor: #5154bd;\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: #bc1b66;\n --sapShell_Category_13_BorderColor: #bc1b66;\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: #49797e;\n --sapShell_Category_14_BorderColor: #49797e;\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: #476380;\n --sapShell_Category_15_BorderColor: #476380;\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: #687a33;\n --sapShell_Category_16_BorderColor: #687a33;\n --sapShell_Category_16_TextColor: #fff;\n --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapAvatar_1_Background: #d08014;\n --sapAvatar_1_BorderColor: #d08014;\n --sapAvatar_1_TextColor: #fff;\n --sapAvatar_2_Background: #d04343;\n --sapAvatar_2_BorderColor: #d04343;\n --sapAvatar_2_TextColor: #fff;\n --sapAvatar_3_Background: #db1f77;\n --sapAvatar_3_BorderColor: #db1f77;\n --sapAvatar_3_TextColor: #fff;\n --sapAvatar_4_Background: #c0399f;\n --sapAvatar_4_BorderColor: #c0399f;\n --sapAvatar_4_TextColor: #fff;\n --sapAvatar_5_Background: #6367de;\n --sapAvatar_5_BorderColor: #6367de;\n --sapAvatar_5_TextColor: #fff;\n --sapAvatar_6_Background: #286eb4;\n --sapAvatar_6_BorderColor: #286eb4;\n --sapAvatar_6_TextColor: #fff;\n --sapAvatar_7_Background: #0f828f;\n --sapAvatar_7_BorderColor: #0f828f;\n --sapAvatar_7_TextColor: #fff;\n --sapAvatar_8_Background: #7ca10c;\n --sapAvatar_8_BorderColor: #7ca10c;\n --sapAvatar_8_TextColor: #fff;\n --sapAvatar_9_Background: #925ace;\n --sapAvatar_9_BorderColor: #925ace;\n --sapAvatar_9_TextColor: #fff;\n --sapAvatar_10_Background: #647987;\n --sapAvatar_10_BorderColor: #647987;\n --sapAvatar_10_TextColor: #fff;\n --sapButton_Background: #fff;\n --sapButton_BorderColor: #0854a0;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .25rem;\n --sapButton_TextColor: #0854a0;\n --sapButton_Hover_Background: #ebf5fe;\n --sapButton_Hover_BorderColor: #0854a0;\n --sapButton_Hover_TextColor: #0854a0;\n --sapButton_IconColor: #0854a0;\n --sapButton_Active_Background: #0854a0;\n --sapButton_Active_BorderColor: #0854a0;\n --sapButton_Active_TextColor: #fff;\n --sapButton_Emphasized_Background: #0a6ed1;\n --sapButton_Emphasized_BorderColor: #0a6ed1;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #085caf;\n --sapButton_Emphasized_Hover_BorderColor: #085caf;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #0854a0;\n --sapButton_Emphasized_Active_BorderColor: #0854a0;\n --sapButton_Emphasized_Active_TextColor: #fff;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #fff;\n --sapButton_Reject_BorderColor: #bb0000;\n --sapButton_Reject_TextColor: #b00;\n --sapButton_Reject_Hover_Background: #ffebeb;\n --sapButton_Reject_Hover_BorderColor: #bb0000;\n --sapButton_Reject_Hover_TextColor: #b00;\n --sapButton_Reject_Active_Background: #a20000;\n --sapButton_Reject_Active_BorderColor: #a20000;\n --sapButton_Reject_Active_TextColor: #fff;\n --sapButton_Reject_Selected_Background: #a20000;\n --sapButton_Reject_Selected_BorderColor: #a20000;\n --sapButton_Reject_Selected_TextColor: #fff;\n --sapButton_Reject_Selected_Hover_Background: #b00;\n --sapButton_Reject_Selected_Hover_BorderColor: #b00;\n --sapButton_Accept_Background: #fff;\n --sapButton_Accept_BorderColor: #107e3e;\n --sapButton_Accept_TextColor: #107e3e;\n --sapButton_Accept_Hover_Background: #f1fdf6;\n --sapButton_Accept_Hover_BorderColor: #107e3e;\n --sapButton_Accept_Hover_TextColor: #107e3e;\n --sapButton_Accept_Active_Background: #0d6733;\n --sapButton_Accept_Active_BorderColor: #0d6733;\n --sapButton_Accept_Active_TextColor: #fff;\n --sapButton_Accept_Selected_Background: #0d6733;\n --sapButton_Accept_Selected_BorderColor: #0d6733;\n --sapButton_Accept_Selected_TextColor: #fff;\n --sapButton_Accept_Selected_Hover_Background: #107e3e;\n --sapButton_Accept_Selected_Hover_BorderColor: #107e3e;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #0854a0;\n --sapButton_Lite_Hover_Background: #ebf5fe;\n --sapButton_Lite_Hover_BorderColor: #0854a0;\n --sapButton_Lite_Hover_TextColor: #0854a0;\n --sapButton_Lite_Active_Background: #0854a0;\n --sapButton_Lite_Active_BorderColor: #0854a0;\n --sapButton_Selected_Background: #0854a0;\n --sapButton_Selected_BorderColor: #0854a0;\n --sapButton_Selected_TextColor: #fff;\n --sapButton_Selected_Hover_Background: #095caf;\n --sapButton_Selected_Hover_BorderColor: #095caf;\n --sapButton_Attention_Background: #fff;\n --sapButton_Attention_BorderColor: #df6e0c;\n --sapButton_Attention_TextColor: #32363a;\n --sapButton_Attention_Hover_Background: #fef7f1;\n --sapButton_Attention_Hover_BorderColor: #df6e0c;\n --sapButton_Attention_Hover_TextColor: #32363a;\n --sapButton_Attention_Active_Background: #f3801c;\n --sapButton_Attention_Active_BorderColor: #f3801c;\n --sapButton_Attention_Active_TextColor: #fff;\n --sapButton_Attention_Selected_Background: #f3801c;\n --sapButton_Attention_Selected_BorderColor: #f3801c;\n --sapButton_Attention_Selected_TextColor: #fff;\n --sapButton_Attention_Selected_Hover_Background: #f48e34;\n --sapButton_Attention_Selected_Hover_BorderColor: #f48e34;\n --sapButton_Negative_Background: #bb0000;\n --sapButton_Negative_BorderColor: #bb0000;\n --sapButton_Negative_TextColor: #fff;\n --sapButton_Negative_Hover_Background: #970000;\n --sapButton_Negative_Hover_BorderColor: #970000;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #800;\n --sapButton_Negative_Active_BorderColor: #800;\n --sapButton_Negative_Active_TextColor: #fff;\n --sapButton_Critical_Background: #df6e0c;\n --sapButton_Critical_BorderColor: #df6e0c;\n --sapButton_Critical_TextColor: #fff;\n --sapButton_Critical_Hover_Background: #f3801c;\n --sapButton_Critical_Hover_BorderColor: #f3801c;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #f5933e;\n --sapButton_Critical_Active_BorderColor: #f5933e;\n --sapButton_Critical_Active_TextColor: #fff;\n --sapButton_Success_Background: #107e3e;\n --sapButton_Success_BorderColor: #107e3e;\n --sapButton_Success_TextColor: #fff;\n --sapButton_Success_Hover_Background: #0c5e2e;\n --sapButton_Success_Hover_BorderColor: #0c5e2e;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #0a5128;\n --sapButton_Success_Active_BorderColor: #0a5128;\n --sapButton_Success_Active_TextColor: #fff;\n --sapButton_Information_Background: #0a6ed1;\n --sapButton_Information_BorderColor: #0a6ed1;\n --sapButton_Information_TextColor: #fff;\n --sapButton_Information_Hover_Background: #0961b9;\n --sapButton_Information_Hover_BorderColor: #0961b9;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #0854a0;\n --sapButton_Information_Active_BorderColor: #0854a0;\n --sapButton_Information_Active_TextColor: #fff;\n --sapButton_Neutral_Background: #6a6d70;\n --sapButton_Neutral_BorderColor: #6a6d70;\n --sapButton_Neutral_TextColor: #fff;\n --sapButton_Neutral_Hover_Background: #595b5e;\n --sapButton_Neutral_Hover_BorderColor: #595b5e;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #515456;\n --sapButton_Neutral_Active_BorderColor: #515456;\n --sapButton_Neutral_Active_TextColor: #fff;\n --sapButton_Track_Background: #ededed;\n --sapButton_Track_BorderColor: #89919a;\n --sapButton_Track_TextColor: #32363a;\n --sapButton_Track_Hover_Background: #ededed;\n --sapButton_Track_Hover_BorderColor: #0854a0;\n --sapButton_Track_Selected_Background: #ebf5fe;\n --sapButton_Track_Selected_BorderColor: #0854a0;\n --sapButton_Track_Selected_TextColor: #32363a;\n --sapButton_Track_Selected_Hover_Background: #ebf5fe;\n --sapButton_Track_Selected_Hover_BorderColor: #095caf;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #89919a;\n --sapButton_Handle_TextColor: #32363a;\n --sapButton_Handle_Hover_Background: #ebf5fe;\n --sapButton_Handle_Hover_BorderColor: #0854a0;\n --sapButton_Handle_Selected_Background: #0854a0;\n --sapButton_Handle_Selected_BorderColor: #0854a0;\n --sapButton_Handle_Selected_TextColor: #fff;\n --sapButton_Handle_Selected_Hover_Background: #095caf;\n --sapButton_Handle_Selected_Hover_BorderColor: #095caf;\n --sapButton_Track_Negative_Background: #ffebeb;\n --sapButton_Track_Negative_BorderColor: #bb0000;\n --sapButton_Track_Negative_TextColor: #b00;\n --sapButton_Track_Negative_Hover_Background: #ffebeb;\n --sapButton_Track_Negative_Hover_BorderColor: #bb0000;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #bb0000;\n --sapButton_Handle_Negative_TextColor: #b00;\n --sapButton_Handle_Negative_Hover_Background: #ffebeb;\n --sapButton_Handle_Negative_Hover_BorderColor: #bb0000;\n --sapButton_Track_Positive_Background: #f1fdf6;\n --sapButton_Track_Positive_BorderColor: #107e3e;\n --sapButton_Track_Positive_TextColor: #107e3e;\n --sapButton_Track_Positive_Hover_Background: #f1fdf6;\n --sapButton_Track_Positive_Hover_BorderColor: #107e3e;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #107e3e;\n --sapButton_Handle_Positive_TextColor: #107e3e;\n --sapButton_Handle_Positive_Hover_Background: #f1fdf6;\n --sapButton_Handle_Positive_Hover_BorderColor: #107e3e;\n --sapButton_TokenBackground: #fafafa;\n --sapButton_TokenBorderColor: #c2c2c2;\n --sapField_Background: #fff;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #32363a;\n --sapField_PlaceholderTextColor: #74777a;\n --sapField_BorderColor: #89919a;\n --sapField_HelpBackground: #fff;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: .125rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #0854a0;\n --sapField_Hover_HelpBackground: #ebf5fe;\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: #0854a0;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #89919a;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: rgba(242,242,242,0.5);\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #89919a;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: rgba(242,242,242,0.5);\n --sapField_RequiredColor: #ce3b3b;\n --sapField_InvalidColor: #bb0000;\n --sapField_InvalidBackground: #fff;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: solid;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #df6e0c;\n --sapField_WarningBackground: #fff;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: solid;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #107e3e;\n --sapField_SuccessBackground: #fff;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #0a6ed1;\n --sapField_InformationBackground: #fff;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: solid;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: transparent;\n --sapGroup_TitleBorderColor: #d9d9d9;\n --sapGroup_TitleTextColor: #32363a;\n --sapGroup_Title_FontSize: 1.125rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #d9d9d9;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: transparent;\n --sapToolbar_SeparatorColor: #d9d9d9;\n --sapList_HeaderBackground: #f2f2f2;\n --sapList_HeaderBorderColor: #e5e5e5;\n --sapList_HeaderTextColor: #32363a;\n --sapList_BorderColor: #e5e5e5;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #32363a;\n --sapList_Active_TextColor: #fff;\n --sapList_Active_Background: #0854a0;\n --sapList_SelectionBackgroundColor: #e5f0fa;\n --sapList_SelectionBorderColor: #0854a0;\n --sapList_Hover_SelectionBackground: #d8e9f8;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #f5f5f5;\n --sapList_AlternatingBackground: #f2f2f2;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #d9d9d9;\n --sapList_GroupHeaderTextColor: #32363a;\n --sapList_TableGroupHeaderBackground: #efefef;\n --sapList_TableGroupHeaderBorderColor: #d9d9d9;\n --sapList_TableGroupHeaderTextColor: #32363a;\n --sapList_FooterBackground: #fafafa;\n --sapList_FooterTextColor: #32363a;\n --sapList_TableFooterBorder: #d9d9d9;\n --sapList_TableFixedBorderColor: #8c8c8c;\n --sapMessage_ErrorBorderColor: #bb0000;\n --sapMessage_WarningBorderColor: #df6e0c;\n --sapMessage_SuccessBorderColor: #107e3e;\n --sapMessage_InformationBorderColor: #0a6ed1;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #fff;\n --sapProgress_BorderColor: #89919a;\n --sapProgress_TextColor: #32363a;\n --sapProgress_FontSize: .75rem;\n --sapProgress_NegativeBackground: #fff;\n --sapProgress_NegativeBorderColor: #89919a;\n --sapProgress_NegativeTextColor: #32363a;\n --sapProgress_CriticalBackground: #fff;\n --sapProgress_CriticalBorderColor: #89919a;\n --sapProgress_CriticalTextColor: #32363a;\n --sapProgress_PositiveBackground: #fff;\n --sapProgress_PositiveBorderColor: #89919a;\n --sapProgress_PositiveTextColor: #32363a;\n --sapProgress_InformationBackground: #fff;\n --sapProgress_InformationBorderColor: #89919a;\n --sapProgress_InformationTextColor: #32363a;\n --sapProgress_Value_Background: #6a6d70;\n --sapProgress_Value_BorderColor: #89919a;\n --sapProgress_Value_TextColor: #32363a;\n --sapProgress_Value_NegativeBackground: #bb0000;\n --sapProgress_Value_NegativeBorderColor: #fff;\n --sapProgress_Value_NegativeTextColor: #32363a;\n --sapProgress_Value_CriticalBackground: #df6e0c;\n --sapProgress_Value_CriticalBorderColor: #fff;\n --sapProgress_Value_CriticalTextColor: #32363a;\n --sapProgress_Value_PositiveBackground: #107e3e;\n --sapProgress_Value_PositiveBorderColor: #fff;\n --sapProgress_Value_PositiveTextColor: #32363a;\n --sapProgress_Value_InformationBackground: #0a6ed1;\n --sapProgress_Value_InformationBorderColor: #fff;\n --sapProgress_Value_InformationTextColor: #32363a;\n --sapScrollBar_FaceColor: #949494;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #949494;\n --sapScrollBar_SymbolColor: #0854a0;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #8c8c8c;\n --sapSlider_Background: #89919a;\n --sapSlider_BorderColor: #89919a;\n --sapSlider_Selected_Background: #0854a0;\n --sapSlider_Selected_BorderColor: #0854a0;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #89919a;\n --sapSlider_RangeHandleBackground: transparent;\n --sapSlider_Hover_HandleBackground: #ebf5fe;\n --sapSlider_Hover_HandleBorderColor: #0854a0;\n --sapSlider_Hover_RangeHandleBackground: #ebf5fe;\n --sapSlider_Active_HandleBackground: #0854a0;\n --sapSlider_Active_HandleBorderColor: #0854a0;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #d9d9d9;\n --sapPageHeader_TextColor: #32363a;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #d9d9d9;\n --sapPageFooter_TextColor: #32363a;\n --sapInfobar_Background: #0f828f;\n --sapInfobar_Hover_Background: #0e7581;\n --sapInfobar_Active_Background: #0a545c;\n --sapInfobar_NonInteractive_Background: #e6e6e6;\n --sapInfobar_TextColor: #fff;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #f5f5f5;\n --sapObjectHeader_BorderColor: #d9d9d9;\n --sapObjectHeader_Title_TextColor: #32363a;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #6a6d70;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #f5f5f5;\n --sapTile_Active_Background: #f5f5f5;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: .25rem;\n --sapTile_TitleTextColor: #32363a;\n --sapTile_TextColor: #6a6d70;\n --sapTile_IconColor: #5a7da0;\n --sapTile_SeparatorColor: #ccc;\n --sapTile_Interactive_BorderColor: #b3b3b3;\n --sapTile_OverlayBackground: rgba(0,0,0,0.8);\n --sapTile_OverlayForegroundColor: #fff;\n --sapAccentColor1: #d08014;\n --sapAccentColor2: #d04343;\n --sapAccentColor3: #db1f77;\n --sapAccentColor4: #c0399f;\n --sapAccentColor5: #6367de;\n --sapAccentColor6: #286eb4;\n --sapAccentColor7: #0f828f;\n --sapAccentColor8: #7ca10c;\n --sapAccentColor9: #925ace;\n --sapAccentColor10: #647987;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #880000;\n --sapIndicationColor_1_Background: #880000;\n --sapIndicationColor_1_BorderColor: #880000;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #6f0000;\n --sapIndicationColor_1_Active_Background: #500;\n --sapIndicationColor_1_Active_BorderColor: #880000;\n --sapIndicationColor_1_Active_TextColor: #fff;\n --sapIndicationColor_1_Selected_Background: #500;\n --sapIndicationColor_1_Selected_BorderColor: #880000;\n --sapIndicationColor_1_Selected_TextColor: #fff;\n --sapIndicationColor_1b: #fb9d9d;\n --sapIndicationColor_1b_BorderColor: #fb9d9d;\n --sapIndicationColor_1b_Hover_Background: #fa8585;\n --sapIndicationColor_2: #bb0000;\n --sapIndicationColor_2_Background: #bb0000;\n --sapIndicationColor_2_BorderColor: #bb0000;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #a20000;\n --sapIndicationColor_2_Active_Background: #800;\n --sapIndicationColor_2_Active_BorderColor: #bb0000;\n --sapIndicationColor_2_Active_TextColor: #fff;\n --sapIndicationColor_2_Selected_Background: #800;\n --sapIndicationColor_2_Selected_BorderColor: #bb0000;\n --sapIndicationColor_2_Selected_TextColor: #fff;\n --sapIndicationColor_2b: #fcc4c4;\n --sapIndicationColor_2b_BorderColor: #fcc4c4;\n --sapIndicationColor_2b_Hover_Background: #fbacac;\n --sapIndicationColor_3: #df6e0c;\n --sapIndicationColor_3_Background: #df6e0c;\n --sapIndicationColor_3_BorderColor: #df6e0c;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #d0670b;\n --sapIndicationColor_3_Active_Background: #c2600a;\n --sapIndicationColor_3_Active_BorderColor: #df6e0c;\n --sapIndicationColor_3_Active_TextColor: #fff;\n --sapIndicationColor_3_Selected_Background: #c2600a;\n --sapIndicationColor_3_Selected_BorderColor: #df6e0c;\n --sapIndicationColor_3_Selected_TextColor: #fff;\n --sapIndicationColor_3b: #fff2c0;\n --sapIndicationColor_3b_BorderColor: #fff2c0;\n --sapIndicationColor_3b_Hover_Background: #ffeda6;\n --sapIndicationColor_4: #107e3e;\n --sapIndicationColor_4_Background: #107e3e;\n --sapIndicationColor_4_BorderColor: #107e3e;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #0d6733;\n --sapIndicationColor_4_Active_Background: #0a5128;\n --sapIndicationColor_4_Active_BorderColor: #107e3e;\n --sapIndicationColor_4_Active_TextColor: #fff;\n --sapIndicationColor_4_Selected_Background: #0a5128;\n --sapIndicationColor_4_Selected_BorderColor: #107e3e;\n --sapIndicationColor_4_Selected_TextColor: #fff;\n --sapIndicationColor_4b: #bae8bc;\n --sapIndicationColor_4b_BorderColor: #bae8bc;\n --sapIndicationColor_4b_Hover_Background: #a7e2a9;\n --sapIndicationColor_5: #0a6ed1;\n --sapIndicationColor_5_Background: #0a6ed1;\n --sapIndicationColor_5_BorderColor: #0a6ed1;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #0961b9;\n --sapIndicationColor_5_Active_Background: #0854a0;\n --sapIndicationColor_5_Active_BorderColor: #0a6ed1;\n --sapIndicationColor_5_Active_TextColor: #fff;\n --sapIndicationColor_5_Selected_Background: #0854a0;\n --sapIndicationColor_5_Selected_BorderColor: #0a6ed1;\n --sapIndicationColor_5_Selected_TextColor: #fff;\n --sapIndicationColor_5b: #d3effd;\n --sapIndicationColor_5b_BorderColor: #d3effd;\n --sapIndicationColor_5b_Hover_Background: #bbe6fc;\n --sapIndicationColor_6: #0f828f;\n --sapIndicationColor_6_Background: #0f828f;\n --sapIndicationColor_6_BorderColor: #0f828f;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #0d6d78;\n --sapIndicationColor_6_Active_Background: #0a5861;\n --sapIndicationColor_6_Active_BorderColor: #0f828f;\n --sapIndicationColor_6_Active_TextColor: #fff;\n --sapIndicationColor_6_Selected_Background: #0a5861;\n --sapIndicationColor_6_Selected_BorderColor: #0f828f;\n --sapIndicationColor_6_Selected_TextColor: #fff;\n --sapIndicationColor_6b: #cdf5ec;\n --sapIndicationColor_6b_BorderColor: #cdf5ec;\n --sapIndicationColor_6b_Hover_Background: #b8f1e4;\n --sapIndicationColor_7: #925ace;\n --sapIndicationColor_7_Background: #925ace;\n --sapIndicationColor_7_BorderColor: #925ace;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #8546c8;\n --sapIndicationColor_7_Active_Background: #7838bd;\n --sapIndicationColor_7_Active_BorderColor: #925ace;\n --sapIndicationColor_7_Active_TextColor: #fff;\n --sapIndicationColor_7_Selected_Background: #7838bd;\n --sapIndicationColor_7_Selected_BorderColor: #925ace;\n --sapIndicationColor_7_Selected_TextColor: #fff;\n --sapIndicationColor_7b: #e2dbff;\n --sapIndicationColor_7b_BorderColor: #e2dbff;\n --sapIndicationColor_7b_Hover_Background: #cdc2ff;\n --sapIndicationColor_8: #c0399f;\n --sapIndicationColor_8_Background: #c0399f;\n --sapIndicationColor_8_BorderColor: #c0399f;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #ac338f;\n --sapIndicationColor_8_Active_Background: #992d7e;\n --sapIndicationColor_8_Active_BorderColor: #c0399f;\n --sapIndicationColor_8_Active_TextColor: #fff;\n --sapIndicationColor_8_Selected_Background: #992d7e;\n --sapIndicationColor_8_Selected_BorderColor: #c0399f;\n --sapIndicationColor_8_Selected_TextColor: #fff;\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: #0d141b;\n --sapIndicationColor_9_Active_BorderColor: #1d2d3e;\n --sapIndicationColor_9_Active_TextColor: #fff;\n --sapIndicationColor_9_Selected_Background: #0d141b;\n --sapIndicationColor_9_Selected_BorderColor: #1d2d3e;\n --sapIndicationColor_9_Selected_TextColor: #fff;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #d9d9d9;\n --sapIndicationColor_9b_Hover_Background: #f2f2f2;\n --sapIndicationColor_10: #45484a;\n --sapIndicationColor_10_Background: #45484a;\n --sapIndicationColor_10_BorderColor: #45484a;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #393b3d;\n --sapIndicationColor_10_Active_Background: #2c2e30;\n --sapIndicationColor_10_Active_BorderColor: #45484a;\n --sapIndicationColor_10_Active_TextColor: #fff;\n --sapIndicationColor_10_Selected_Background: #2c2e30;\n --sapIndicationColor_10_Selected_BorderColor: #45484a;\n --sapIndicationColor_10_Selected_TextColor: #fff;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #eaecee;\n --sapIndicationColor_10b_Hover_Background: #dcdfe3;\n --sapLegend_WorkingBackground: #fafafa;\n --sapLegend_NonWorkingBackground: #dedede;\n --sapLegend_CurrentDateTime: #c0399f;\n --sapLegendColor1: #d58215;\n --sapLegendColor2: #dc5b5b;\n --sapLegendColor3: #db1f77;\n --sapLegendColor4: #9b3b3b;\n --sapLegendColor5: #cf5db3;\n --sapLegendColor6: #286eb4;\n --sapLegendColor7: #1193a2;\n --sapLegendColor8: #8b9668;\n --sapLegendColor9: #647987;\n --sapLegendColor10: #892971;\n --sapLegendColor11: #725a3a;\n --sapLegendColor12: #bb2f2f;\n --sapLegendColor13: #bc1b66;\n --sapLegendColor14: #8b714f;\n --sapLegendColor15: #606190;\n --sapLegendColor16: #597da1;\n --sapLegendColor17: #49797e;\n --sapLegendColor18: #687a33;\n --sapLegendColor19: #295989;\n --sapLegendColor20: #5154bd;\n --sapLegendBackgroundColor1: #fdf3e7;\n --sapLegendBackgroundColor2: #faeaea;\n --sapLegendBackgroundColor3: #fce9f2;\n --sapLegendBackgroundColor4: #f8ecec;\n --sapLegendBackgroundColor5: #f9ebf5;\n --sapLegendBackgroundColor6: #ebf3fa;\n --sapLegendBackgroundColor7: #e8fbfd;\n --sapLegendBackgroundColor8: #f3f4ef;\n --sapLegendBackgroundColor9: #f1f3f4;\n --sapLegendBackgroundColor10: #f9ebf6;\n --sapLegendBackgroundColor11: #f6f2ed;\n --sapLegendBackgroundColor12: #faeaea;\n --sapLegendBackgroundColor13: #fce9f2;\n --sapLegendBackgroundColor14: #f5f2ee;\n --sapLegendBackgroundColor15: #f0f0f5;\n --sapLegendBackgroundColor16: #eff2f6;\n --sapLegendBackgroundColor17: #eff5f6;\n --sapLegendBackgroundColor18: #f5f7ed;\n --sapLegendBackgroundColor19: #ebf2f9;\n --sapLegendBackgroundColor20: #ecedf8;\n --sapChart_OrderedColor_1: #438cd5;\n --sapChart_OrderedColor_2: #e66729;\n --sapChart_OrderedColor_3: #16976c;\n --sapChart_OrderedColor_4: #ed4a7b;\n --sapChart_OrderedColor_5: #945ecf;\n --sapChart_OrderedColor_6: #1193a2;\n --sapChart_OrderedColor_7: #525df4;\n --sapChart_OrderedColor_8: #bf399e;\n --sapChart_OrderedColor_9: #6c8893;\n --sapChart_OrderedColor_10: #ed5f5f;\n --sapChart_OrderedColor_11: #2f6497;\n --sapChart_Bad: #dc0d0e;\n --sapChart_Critical: #cb7d0c;\n --sapChart_Good: #3c9d57;\n --sapChart_Neutral: #848f94;\n --sapChart_Sequence_1: #438cd5;\n --sapChart_Sequence_2: #e66729;\n --sapChart_Sequence_3: #16976c;\n --sapChart_Sequence_4: #ed4a7b;\n --sapChart_Sequence_5: #945ecf;\n --sapChart_Sequence_6: #1193a2;\n --sapChart_Sequence_7: #525df4;\n --sapChart_Sequence_8: #bf399e;\n --sapChart_Sequence_9: #6c8893;\n --sapChart_Sequence_10: #ed5f5f;\n --sapChart_Sequence_11: #2f6497;\n --sapChart_Sequence_Neutral: #848f94;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_fiori_3/parameters-bundle.css.json","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_belize\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--sapBrandColor: #0a6ed1;--sapHighlightColor: #0854a0;--sapBaseColor: #fff;--sapShellColor: #354a5f;--sapBackgroundColor: #f7f7f7;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #32363a;--sapLinkColor: #0a6ed1;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0854a0;--sapHoverColor: #ededed;--sapActiveColor: #0854a0;--sapHighlightTextColor: #fff;--sapTitleColor: #32363a;--sapNegativeColor: #bb0000;--sapCriticalColor: #df6e0c;--sapPositiveColor: #107e3e;--sapInformativeColor: #0a6ed1;--sapNeutralColor: #6a6d70;--sapNegativeElementColor: #bb0000;--sapCriticalElementColor: #df6e0c;--sapPositiveElementColor: #107e3e;--sapInformativeElementColor: #0a6ed1;--sapNeutralElementColor: #6a6d70;--sapNegativeTextColor: #bb0000;--sapCriticalTextColor: #b3590a;--sapPositiveTextColor: #107e3e;--sapInformativeTextColor: #0a6ed1;--sapNeutralTextColor: #6a6d70;--sapErrorColor: #bb0000;--sapWarningColor: #df6e0c;--sapSuccessColor: #107e3e;--sapInformationColor: #0a6ed1;--sapErrorBackground: #ffebeb;--sapWarningBackground: #fef7f1;--sapSuccessBackground: #f1fdf6;--sapInformationBackground: #f5faff;--sapNeutralBackground: #f4f4f4;--sapErrorBorderColor: #bb0000;--sapWarningBorderColor: #df6e0c;--sapSuccessBorderColor: #107e3e;--sapInformationBorderColor: #0a6ed1;--sapNeutralBorderColor: #6a6d70;--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.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #0854a0;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #6a6d70;--sapContent_MarkerIconColor: #286eb4;--sapContent_MarkerTextColor: #0e7581;--sapContent_MeasureIndicatorColor: #89919a;--sapContent_Selected_MeasureIndicatorColor: #89919a;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #ccc;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #d08014;--sapContent_UnratedColor: #89919a;--sapContent_BusyColor: #0854a0;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(0,0,0,.1), 0 .125rem .5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3: 0 0 0 .0625rem rgba(0,0,0,.42), 0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #d9d9d9;--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: #d4f7db;--sapContent_HelpColor: #3f8600;--sapContent_LabelColor: #6a6d70;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(50,54,58,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #89919a;--sapContent_ForegroundTextColor: #32363a;--sapContent_BadgeBackground: #d04343;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #0854a0;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0854a0;--sapContent_Selected_Hover_Background: #095caf;--sapContent_Selected_ForegroundColor: #0854a0;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #0a6ed1;--sapContent_Illustrative_Color2: #72b5f8;--sapContent_Illustrative_Color3: #ffba10;--sapContent_Illustrative_Color4: #4a5055;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #e7e9ea;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #5dc122;--sapContent_Illustrative_Color13: #4ba1f6;--sapContent_Illustrative_Color14: #298ff4;--sapContent_Illustrative_Color15: #e6a400;--sapContent_Illustrative_Color16: #085aaa;--sapContent_Illustrative_Color17: #00a5a8;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0854a0;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0a6ed1;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #0a6ed1;--sapLink_InvertedColor: #d3e8fd;--sapLink_SubtleColor: #074888;--sapShell_Background: #edeff0;--sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #32363a;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fff;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.08), inset 0 -.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor: #f88;--sapShell_CriticalColor: #f8b67d;--sapShell_PositiveColor: #abe2c2;--sapShell_InformativeColor: #b1d6fb;--sapShell_NeutralColor: #d4d6d7;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_Category_1_Background: #286eb4;--sapShell_Category_1_BorderColor: #286eb4;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #db1f77;--sapShell_Category_2_BorderColor: #db1f77;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #d58215;--sapShell_Category_3_BorderColor: #d58215;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #892971;--sapShell_Category_4_BorderColor: #892971;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #bb2f2f;--sapShell_Category_5_BorderColor: #bb2f2f;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #1193a2;--sapShell_Category_6_BorderColor: #1193a2;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #cf5db3;--sapShell_Category_7_BorderColor: #cf5db3;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #8b9668;--sapShell_Category_8_BorderColor: #8b9668;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #597da1;--sapShell_Category_9_BorderColor: #597da1;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #647987;--sapShell_Category_10_BorderColor: #647987;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #dc5b5b;--sapShell_Category_11_BorderColor: #dc5b5b;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #5154bd;--sapShell_Category_12_BorderColor: #5154bd;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #bc1b66;--sapShell_Category_13_BorderColor: #bc1b66;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #49797e;--sapShell_Category_14_BorderColor: #49797e;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #476380;--sapShell_Category_15_BorderColor: #476380;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #687a33;--sapShell_Category_16_BorderColor: #687a33;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #32363a;--sapAssistant_Answer_Background: #f4f4f4;--sapAssistant_Answer_BorderColor: #f4f4f4;--sapAssistant_Answer_TextColor: #32363a;--sapAvatar_1_Background: #d08014;--sapAvatar_1_BorderColor: #d08014;--sapAvatar_1_TextColor: #fff;--sapAvatar_2_Background: #d04343;--sapAvatar_2_BorderColor: #d04343;--sapAvatar_2_TextColor: #fff;--sapAvatar_3_Background: #db1f77;--sapAvatar_3_BorderColor: #db1f77;--sapAvatar_3_TextColor: #fff;--sapAvatar_4_Background: #c0399f;--sapAvatar_4_BorderColor: #c0399f;--sapAvatar_4_TextColor: #fff;--sapAvatar_5_Background: #6367de;--sapAvatar_5_BorderColor: #6367de;--sapAvatar_5_TextColor: #fff;--sapAvatar_6_Background: #286eb4;--sapAvatar_6_BorderColor: #286eb4;--sapAvatar_6_TextColor: #fff;--sapAvatar_7_Background: #0f828f;--sapAvatar_7_BorderColor: #0f828f;--sapAvatar_7_TextColor: #fff;--sapAvatar_8_Background: #7ca10c;--sapAvatar_8_BorderColor: #7ca10c;--sapAvatar_8_TextColor: #fff;--sapAvatar_9_Background: #925ace;--sapAvatar_9_BorderColor: #925ace;--sapAvatar_9_TextColor: #fff;--sapAvatar_10_Background: #647987;--sapAvatar_10_BorderColor: #647987;--sapAvatar_10_TextColor: #fff;--sapButton_Background: #fff;--sapButton_BorderColor: #0854a0;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #0854a0;--sapButton_Hover_Background: #ebf5fe;--sapButton_Hover_BorderColor: #0854a0;--sapButton_Hover_TextColor: #0854a0;--sapButton_IconColor: #0854a0;--sapButton_Active_Background: #0854a0;--sapButton_Active_BorderColor: #0854a0;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #0a6ed1;--sapButton_Emphasized_BorderColor: #0a6ed1;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #085caf;--sapButton_Emphasized_Hover_BorderColor: #085caf;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #0854a0;--sapButton_Emphasized_Active_BorderColor: #0854a0;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #bb0000;--sapButton_Reject_TextColor: #b00;--sapButton_Reject_Hover_Background: #ffebeb;--sapButton_Reject_Hover_BorderColor: #bb0000;--sapButton_Reject_Hover_TextColor: #b00;--sapButton_Reject_Active_Background: #a20000;--sapButton_Reject_Active_BorderColor: #a20000;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #a20000;--sapButton_Reject_Selected_BorderColor: #a20000;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #b00;--sapButton_Reject_Selected_Hover_BorderColor: #b00;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #107e3e;--sapButton_Accept_TextColor: #107e3e;--sapButton_Accept_Hover_Background: #f1fdf6;--sapButton_Accept_Hover_BorderColor: #107e3e;--sapButton_Accept_Hover_TextColor: #107e3e;--sapButton_Accept_Active_Background: #0d6733;--sapButton_Accept_Active_BorderColor: #0d6733;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0d6733;--sapButton_Accept_Selected_BorderColor: #0d6733;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #107e3e;--sapButton_Accept_Selected_Hover_BorderColor: #107e3e;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0854a0;--sapButton_Lite_Hover_Background: #ebf5fe;--sapButton_Lite_Hover_BorderColor: #0854a0;--sapButton_Lite_Hover_TextColor: #0854a0;--sapButton_Lite_Active_Background: #0854a0;--sapButton_Lite_Active_BorderColor: #0854a0;--sapButton_Selected_Background: #0854a0;--sapButton_Selected_BorderColor: #0854a0;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #095caf;--sapButton_Selected_Hover_BorderColor: #095caf;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #df6e0c;--sapButton_Attention_TextColor: #32363a;--sapButton_Attention_Hover_Background: #fef7f1;--sapButton_Attention_Hover_BorderColor: #df6e0c;--sapButton_Attention_Hover_TextColor: #32363a;--sapButton_Attention_Active_Background: #f3801c;--sapButton_Attention_Active_BorderColor: #f3801c;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #f3801c;--sapButton_Attention_Selected_BorderColor: #f3801c;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #f48e34;--sapButton_Attention_Selected_Hover_BorderColor: #f48e34;--sapButton_Negative_Background: #bb0000;--sapButton_Negative_BorderColor: #bb0000;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #970000;--sapButton_Negative_Hover_BorderColor: #970000;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #800;--sapButton_Negative_Active_BorderColor: #800;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #df6e0c;--sapButton_Critical_BorderColor: #df6e0c;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #f3801c;--sapButton_Critical_Hover_BorderColor: #f3801c;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #f5933e;--sapButton_Critical_Active_BorderColor: #f5933e;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #107e3e;--sapButton_Success_BorderColor: #107e3e;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #0c5e2e;--sapButton_Success_Hover_BorderColor: #0c5e2e;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #0a5128;--sapButton_Success_Active_BorderColor: #0a5128;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #0a6ed1;--sapButton_Information_BorderColor: #0a6ed1;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #0961b9;--sapButton_Information_Hover_BorderColor: #0961b9;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #0854a0;--sapButton_Information_Active_BorderColor: #0854a0;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #6a6d70;--sapButton_Neutral_BorderColor: #6a6d70;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #595b5e;--sapButton_Neutral_Hover_BorderColor: #595b5e;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #515456;--sapButton_Neutral_Active_BorderColor: #515456;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #ededed;--sapButton_Track_BorderColor: #89919a;--sapButton_Track_TextColor: #32363a;--sapButton_Track_Hover_Background: #ededed;--sapButton_Track_Hover_BorderColor: #0854a0;--sapButton_Track_Selected_Background: #ebf5fe;--sapButton_Track_Selected_BorderColor: #0854a0;--sapButton_Track_Selected_TextColor: #32363a;--sapButton_Track_Selected_Hover_Background: #ebf5fe;--sapButton_Track_Selected_Hover_BorderColor: #095caf;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #89919a;--sapButton_Handle_TextColor: #32363a;--sapButton_Handle_Hover_Background: #ebf5fe;--sapButton_Handle_Hover_BorderColor: #0854a0;--sapButton_Handle_Selected_Background: #0854a0;--sapButton_Handle_Selected_BorderColor: #0854a0;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #095caf;--sapButton_Handle_Selected_Hover_BorderColor: #095caf;--sapButton_Track_Negative_Background: #ffebeb;--sapButton_Track_Negative_BorderColor: #bb0000;--sapButton_Track_Negative_TextColor: #b00;--sapButton_Track_Negative_Hover_Background: #ffebeb;--sapButton_Track_Negative_Hover_BorderColor: #bb0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #bb0000;--sapButton_Handle_Negative_TextColor: #b00;--sapButton_Handle_Negative_Hover_Background: #ffebeb;--sapButton_Handle_Negative_Hover_BorderColor: #bb0000;--sapButton_Track_Positive_Background: #f1fdf6;--sapButton_Track_Positive_BorderColor: #107e3e;--sapButton_Track_Positive_TextColor: #107e3e;--sapButton_Track_Positive_Hover_Background: #f1fdf6;--sapButton_Track_Positive_Hover_BorderColor: #107e3e;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #107e3e;--sapButton_Handle_Positive_TextColor: #107e3e;--sapButton_Handle_Positive_Hover_Background: #f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor: #107e3e;--sapButton_TokenBackground: #fafafa;--sapButton_TokenBorderColor: #c2c2c2;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #32363a;--sapField_PlaceholderTextColor: #74777a;--sapField_BorderColor: #89919a;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #0854a0;--sapField_Hover_HelpBackground: #ebf5fe;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #0854a0;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #89919a;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: rgba(242,242,242,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #89919a;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(242,242,242,.5);--sapField_RequiredColor: #ce3b3b;--sapField_InvalidColor: #bb0000;--sapField_InvalidBackground: #fff;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #df6e0c;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #107e3e;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #0a6ed1;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #d9d9d9;--sapGroup_TitleTextColor: #32363a;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #f2f2f2;--sapList_HeaderBorderColor: #e5e5e5;--sapList_HeaderTextColor: #32363a;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #32363a;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #0854a0;--sapList_SelectionBackgroundColor: #e5f0fa;--sapList_SelectionBorderColor: #0854a0;--sapList_Hover_SelectionBackground: #d8e9f8;--sapList_Background: #fff;--sapList_Hover_Background: #ededed;--sapList_AlternatingBackground: #f2f2f2;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #d9d9d9;--sapList_GroupHeaderTextColor: #32363a;--sapList_TableGroupHeaderBackground: #efefef;--sapList_TableGroupHeaderBorderColor: #d9d9d9;--sapList_TableGroupHeaderTextColor: #32363a;--sapList_FooterBackground: #fafafa;--sapList_FooterTextColor: #32363a;--sapList_TableFooterBorder: #d9d9d9;--sapList_TableFixedBorderColor: #8c8c8c;--sapMessage_ErrorBorderColor: #bb0000;--sapMessage_WarningBorderColor: #df6e0c;--sapMessage_SuccessBorderColor: #107e3e;--sapMessage_InformationBorderColor: #0a6ed1;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #89919a;--sapProgress_TextColor: #32363a;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #89919a;--sapProgress_NegativeTextColor: #32363a;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #89919a;--sapProgress_CriticalTextColor: #32363a;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #89919a;--sapProgress_PositiveTextColor: #32363a;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #89919a;--sapProgress_InformationTextColor: #32363a;--sapProgress_Value_Background: #6a6d70;--sapProgress_Value_BorderColor: #89919a;--sapProgress_Value_TextColor: #32363a;--sapProgress_Value_NegativeBackground: #bb0000;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #32363a;--sapProgress_Value_CriticalBackground: #df6e0c;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #32363a;--sapProgress_Value_PositiveBackground: #107e3e;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #32363a;--sapProgress_Value_InformationBackground: #0a6ed1;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #32363a;--sapScrollBar_FaceColor: #949494;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #949494;--sapScrollBar_SymbolColor: #0854a0;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8c8c8c;--sapSlider_Background: #89919a;--sapSlider_BorderColor: #89919a;--sapSlider_Selected_Background: #0854a0;--sapSlider_Selected_BorderColor: #0854a0;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #89919a;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #ebf5fe;--sapSlider_Hover_HandleBorderColor: #0854a0;--sapSlider_Hover_RangeHandleBackground: #ebf5fe;--sapSlider_Active_HandleBackground: #0854a0;--sapSlider_Active_HandleBorderColor: #0854a0;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #32363a;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #32363a;--sapInfobar_Background: #0f828f;--sapInfobar_Hover_Background: #0e7581;--sapInfobar_Active_Background: #0a545c;--sapInfobar_NonInteractive_Background: #e6e6e6;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ededed;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #32363a;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #6a6d70;--sapBlockLayer_Background: #000;--sapTile_Background: #fff;--sapTile_Hover_Background: #f5f5f5;--sapTile_Active_Background: #f5f5f5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #32363a;--sapTile_TextColor: #6a6d70;--sapTile_IconColor: #5a7da0;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fff;--sapAccentColor1: #d08014;--sapAccentColor2: #d04343;--sapAccentColor3: #db1f77;--sapAccentColor4: #c0399f;--sapAccentColor5: #6367de;--sapAccentColor6: #286eb4;--sapAccentColor7: #0f828f;--sapAccentColor8: #7ca10c;--sapAccentColor9: #925ace;--sapAccentColor10: #647987;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #880000;--sapIndicationColor_1_Background: #880000;--sapIndicationColor_1_BorderColor: #880000;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6f0000;--sapIndicationColor_1_Active_Background: #500;--sapIndicationColor_1_Active_BorderColor: #880000;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #500;--sapIndicationColor_1_Selected_BorderColor: #880000;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #bb0000;--sapIndicationColor_2_Background: #bb0000;--sapIndicationColor_2_BorderColor: #bb0000;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #a20000;--sapIndicationColor_2_Active_Background: #800;--sapIndicationColor_2_Active_BorderColor: #bb0000;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #800;--sapIndicationColor_2_Selected_BorderColor: #bb0000;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #df6e0c;--sapIndicationColor_3_Background: #df6e0c;--sapIndicationColor_3_BorderColor: #df6e0c;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d0670b;--sapIndicationColor_3_Active_Background: #c2600a;--sapIndicationColor_3_Active_BorderColor: #df6e0c;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #c2600a;--sapIndicationColor_3_Selected_BorderColor: #df6e0c;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #fff2c0;--sapIndicationColor_3b_BorderColor: #fff2c0;--sapIndicationColor_3b_Hover_Background: #ffeda6;--sapIndicationColor_4: #107e3e;--sapIndicationColor_4_Background: #107e3e;--sapIndicationColor_4_BorderColor: #107e3e;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #0d6733;--sapIndicationColor_4_Active_Background: #0a5128;--sapIndicationColor_4_Active_BorderColor: #107e3e;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0a5128;--sapIndicationColor_4_Selected_BorderColor: #107e3e;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0a6ed1;--sapIndicationColor_5_Background: #0a6ed1;--sapIndicationColor_5_BorderColor: #0a6ed1;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0961b9;--sapIndicationColor_5_Active_Background: #0854a0;--sapIndicationColor_5_Active_BorderColor: #0a6ed1;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0854a0;--sapIndicationColor_5_Selected_BorderColor: #0a6ed1;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #d3effd;--sapIndicationColor_5b_BorderColor: #d3effd;--sapIndicationColor_5b_Hover_Background: #bbe6fc;--sapIndicationColor_6: #0f828f;--sapIndicationColor_6_Background: #0f828f;--sapIndicationColor_6_BorderColor: #0f828f;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #0d6d78;--sapIndicationColor_6_Active_Background: #0a5861;--sapIndicationColor_6_Active_BorderColor: #0f828f;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0a5861;--sapIndicationColor_6_Selected_BorderColor: #0f828f;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #925ace;--sapIndicationColor_7_Background: #925ace;--sapIndicationColor_7_BorderColor: #925ace;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #8546c8;--sapIndicationColor_7_Active_Background: #7838bd;--sapIndicationColor_7_Active_BorderColor: #925ace;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #7838bd;--sapIndicationColor_7_Selected_BorderColor: #925ace;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #c0399f;--sapIndicationColor_8_Background: #c0399f;--sapIndicationColor_8_BorderColor: #c0399f;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #ac338f;--sapIndicationColor_8_Active_Background: #992d7e;--sapIndicationColor_8_Active_BorderColor: #c0399f;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #992d7e;--sapIndicationColor_8_Selected_BorderColor: #c0399f;--sapIndicationColor_8_Selected_TextColor: #fff;--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: #0d141b;--sapIndicationColor_9_Active_BorderColor: #1d2d3e;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0d141b;--sapIndicationColor_9_Selected_BorderColor: #1d2d3e;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #45484a;--sapIndicationColor_10_BorderColor: #45484a;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #393b3d;--sapIndicationColor_10_Active_Background: #2c2e30;--sapIndicationColor_10_Active_BorderColor: #45484a;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #2c2e30;--sapIndicationColor_10_Selected_BorderColor: #45484a;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fafafa;--sapLegend_NonWorkingBackground: #dedede;--sapLegend_CurrentDateTime: #c0399f;--sapLegendColor1: #d58215;--sapLegendColor2: #dc5b5b;--sapLegendColor3: #db1f77;--sapLegendColor4: #9b3b3b;--sapLegendColor5: #cf5db3;--sapLegendColor6: #286eb4;--sapLegendColor7: #1193a2;--sapLegendColor8: #8b9668;--sapLegendColor9: #647987;--sapLegendColor10: #892971;--sapLegendColor11: #725a3a;--sapLegendColor12: #bb2f2f;--sapLegendColor13: #bc1b66;--sapLegendColor14: #8b714f;--sapLegendColor15: #606190;--sapLegendColor16: #597da1;--sapLegendColor17: #49797e;--sapLegendColor18: #687a33;--sapLegendColor19: #295989;--sapLegendColor20: #5154bd;--sapLegendBackgroundColor1: #fdf3e7;--sapLegendBackgroundColor2: #faeaea;--sapLegendBackgroundColor3: #fce9f2;--sapLegendBackgroundColor4: #f8ecec;--sapLegendBackgroundColor5: #f9ebf5;--sapLegendBackgroundColor6: #ebf3fa;--sapLegendBackgroundColor7: #e8fbfd;--sapLegendBackgroundColor8: #f3f4ef;--sapLegendBackgroundColor9: #f1f3f4;--sapLegendBackgroundColor10: #f9ebf6;--sapLegendBackgroundColor11: #f6f2ed;--sapLegendBackgroundColor12: #faeaea;--sapLegendBackgroundColor13: #fce9f2;--sapLegendBackgroundColor14: #f5f2ee;--sapLegendBackgroundColor15: #f0f0f5;--sapLegendBackgroundColor16: #eff2f6;--sapLegendBackgroundColor17: #eff5f6;--sapLegendBackgroundColor18: #f5f7ed;--sapLegendBackgroundColor19: #ebf2f9;--sapLegendBackgroundColor20: #ecedf8;--sapChart_OrderedColor_1: #438cd5;--sapChart_OrderedColor_2: #e66729;--sapChart_OrderedColor_3: #16976c;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #1193a2;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ed5f5f;--sapChart_OrderedColor_11: #2f6497;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #cb7d0c;--sapChart_Good: #3c9d57;--sapChart_Neutral: #848f94;--sapChart_Sequence_1: #438cd5;--sapChart_Sequence_2: #e66729;--sapChart_Sequence_3: #16976c;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #1193a2;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ed5f5f;--sapChart_Sequence_11: #2f6497;--sapChart_Sequence_Neutral: #848f94;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_dark/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #0070f2;\n --sapHighlightColor: #4db1ff;\n --sapBaseColor: #1d232a;\n --sapShellColor: #1d232a;\n --sapBackgroundColor: #12171c;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #eaecee;\n --sapLinkColor: #4db1ff;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #4db1ff;\n --sapHoverColor: #181f25;\n --sapActiveColor: #020303;\n --sapHighlightTextColor: #1d232a;\n --sapTitleColor: #eaecee;\n --sapNegativeColor: #fa6161;\n --sapCriticalColor: #ffdf72;\n --sapPositiveColor: #97dd40;\n --sapInformativeColor: #4db1ff;\n --sapNeutralColor: #a9b4be;\n --sapNegativeElementColor: #fa6161;\n --sapCriticalElementColor: #f7bf00;\n --sapPositiveElementColor: #6dad1f;\n --sapInformativeElementColor: #4db1ff;\n --sapNeutralElementColor: #a9b4be;\n --sapNegativeTextColor: #fa6161;\n --sapCriticalTextColor: #ffdf72;\n --sapPositiveTextColor: #97dd40;\n --sapInformativeTextColor: #4db1ff;\n --sapNeutralTextColor: #eaecee;\n --sapErrorColor: #fa6161;\n --sapWarningColor: #ffdf72;\n --sapSuccessColor: #97dd40;\n --sapInformationColor: #4db1ff;\n --sapErrorBackground: #350000;\n --sapWarningBackground: #382700;\n --sapSuccessBackground: #11331a;\n --sapInformationBackground: #00144a;\n --sapNeutralBackground: #242e38;\n --sapErrorBorderColor: #fa6161;\n --sapWarningBorderColor: #f7bf00;\n --sapSuccessBorderColor: #6dad1f;\n --sapInformationBorderColor: #4db1ff;\n --sapNeutralBorderColor: #a9b4be;\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: #eaecee;\n --sapContent_ContrastIconColor: #1d232a;\n --sapContent_NonInteractiveIconColor: #a9b4be;\n --sapContent_MarkerIconColor: #d3b6ff;\n --sapContent_MarkerTextColor: #64edd2;\n --sapContent_MeasureIndicatorColor: #a9b4be;\n --sapContent_Selected_MeasureIndicatorColor: #4db1ff;\n --sapContent_Placeholderloading_Background: #475566;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);\n --sapContent_ImagePlaceholderBackground: #45617c;\n --sapContent_ImagePlaceholderForegroundColor: #d5dadd;\n --sapContent_RatedColor: #ffdf72;\n --sapContent_UnratedColor: #a9b4be;\n --sapContent_BusyColor: #4db1ff;\n --sapContent_FocusColor: #4db1ff;\n --sapContent_FocusStyle: solid;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.6), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.2);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);\n --sapContent_TextShadow: 0 0 0.125rem #000;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #2e3742;\n --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\n --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\n --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);\n --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);\n --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);\n --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\n --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\n --sapContent_SearchHighlightColor: #046c7a;\n --sapContent_HelpColor: #5dc122;\n --sapContent_LabelColor: #8396A8;\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(234,236,238,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.386;\n --sapContent_ContrastTextColor: #1d232a;\n --sapContent_ForegroundColor: #101418;\n --sapContent_ForegroundBorderColor: #a9b4be;\n --sapContent_ForegroundTextColor: #eaecee;\n --sapContent_BadgeBackground: #ff8cb2;\n --sapContent_BadgeTextColor: #1d232a;\n --sapContent_DragAndDropActiveColor: #4db1ff;\n --sapContent_Selected_TextColor: #4db1ff;\n --sapContent_Selected_Background: #1d232a;\n --sapContent_Selected_Hover_Background: #1d232a;\n --sapContent_Selected_ForegroundColor: #4db1ff;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #5d36ff;\n --sapContent_Illustrative_Color2: #4098ff;\n --sapContent_Illustrative_Color3: #f58b00;\n --sapContent_Illustrative_Color4: #688fb7;\n --sapContent_Illustrative_Color5: #fff;\n --sapContent_Illustrative_Color6: #818f98;\n --sapContent_Illustrative_Color7: #223548;\n --sapContent_Illustrative_Color8: #cedbe8;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #ebf8ff;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #00a800;\n --sapContent_Illustrative_Color13: #1782ff;\n --sapContent_Illustrative_Color14: #0070f3;\n --sapContent_Illustrative_Color15: #cc7400;\n --sapContent_Illustrative_Color16: #3b0ac6;\n --sapContent_Illustrative_Color17: #00a58a;\n --sapContent_Illustrative_Color18: #2a4259;\n --sapContent_Illustrative_Color19: #324e6b;\n --sapContent_Illustrative_Color20: #3b5b7c;\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: #29a1ff;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #4db1ff;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #4db1ff;\n --sapLink_InvertedColor: #bde2ff;\n --sapLink_SubtleColor: #eaecee;\n --sapShell_Background: #12171c;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #1d232a;\n --sapShell_TextColor: #eaecee;\n --sapShell_InteractiveBackground: #242e38;\n --sapShell_InteractiveTextColor: #eaecee;\n --sapShell_InteractiveBorderColor: #a9b4be;\n --sapShell_GroupTitleTextColor: #eaecee;\n --sapShell_GroupTitleTextShadow: 0 0 .125rem #000;\n --sapShell_Hover_Background: #1d232a;\n --sapShell_Active_Background: #1d232a;\n --sapShell_Active_TextColor: #4db1ff;\n --sapShell_Selected_Background: #1d232a;\n --sapShell_Selected_TextColor: #4db1ff;\n --sapShell_Selected_Hover_Background: #1d232a;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #1d232a;\n --sapShell_Navigation_Hover_Background: #1d232a;\n --sapShell_Navigation_SelectedColor: #4db1ff;\n --sapShell_Navigation_Selected_TextColor: #4db1ff;\n --sapShell_Navigation_TextColor: #eaecee;\n --sapShell_Navigation_Active_TextColor: #4db1ff;\n --sapShell_Navigation_Active_Background: #1d232a;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);\n --sapShell_NegativeColor: #fa6161;\n --sapShell_CriticalColor: #ffdf72;\n --sapShell_PositiveColor: #97dd40;\n --sapShell_InformativeColor: #4db1ff;\n --sapShell_NeutralColor: #eaecee;\n --sapShell_Category_1_Background: #89d1ff;\n --sapShell_Category_1_BorderColor: #89d1ff;\n --sapShell_Category_1_TextColor: #1d232a;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #feadc8;\n --sapShell_Category_2_BorderColor: #feadc8;\n --sapShell_Category_2_TextColor: #1d232a;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #ffb300;\n --sapShell_Category_3_BorderColor: #ffb300;\n --sapShell_Category_3_TextColor: #1d232a;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #aa7dd9;\n --sapShell_Category_4_BorderColor: #aa7dd9;\n --sapShell_Category_4_TextColor: #1d232a;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #fbbfac;\n --sapShell_Category_5_BorderColor: #fbbfac;\n --sapShell_Category_5_TextColor: #1d232a;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #2ce0bf;\n --sapShell_Category_6_BorderColor: #2ce0bf;\n --sapShell_Category_6_TextColor: #1d232a;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #ff8af0;\n --sapShell_Category_7_BorderColor: #ff8af0;\n --sapShell_Category_7_TextColor: #1d232a;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #97dd40;\n --sapShell_Category_8_BorderColor: #97dd40;\n --sapShell_Category_8_TextColor: #1d232a;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #1b90ff;\n --sapShell_Category_9_BorderColor: #1b90ff;\n --sapShell_Category_9_TextColor: #1d232a;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #8396a8;\n --sapShell_Category_10_BorderColor: #8396a8;\n --sapShell_Category_10_TextColor: #1d232a;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #fe5656;\n --sapShell_Category_11_BorderColor: #fe5656;\n --sapShell_Category_11_TextColor: #1d232a;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #9b99ff;\n --sapShell_Category_12_BorderColor: #9b99ff;\n --sapShell_Category_12_TextColor: #1d232a;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #f52ebc;\n --sapShell_Category_13_BorderColor: #f52ebc;\n --sapShell_Category_13_TextColor: #1d232a;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #0ba38a;\n --sapShell_Category_14_BorderColor: #0ba38a;\n --sapShell_Category_14_TextColor: #1d232a;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #d5dadd;\n --sapShell_Category_15_BorderColor: #d5dadd;\n --sapShell_Category_15_TextColor: #1d232a;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #39ad1f;\n --sapShell_Category_16_BorderColor: #39ad1f;\n --sapShell_Category_16_TextColor: #1d232a;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #ae4000;\n --sapAvatar_1_BorderColor: #ae4000;\n --sapAvatar_1_TextColor: #ffdf72;\n --sapAvatar_2_Background: #890506;\n --sapAvatar_2_BorderColor: #890506;\n --sapAvatar_2_TextColor: #ff8cb2;\n --sapAvatar_3_Background: #b40569;\n --sapAvatar_3_BorderColor: #b40569;\n --sapAvatar_3_TextColor: #fecbda;\n --sapAvatar_4_Background: #8700b8;\n --sapAvatar_4_BorderColor: #8700b8;\n --sapAvatar_4_TextColor: #ffafed;\n --sapAvatar_5_Background: #470cf1;\n --sapAvatar_5_BorderColor: #470cf1;\n --sapAvatar_5_TextColor: #d3b6ff;\n --sapAvatar_6_Background: #0054cc;\n --sapAvatar_6_BorderColor: #0054cc;\n --sapAvatar_6_TextColor: #a6e0ff;\n --sapAvatar_7_Background: #036573;\n --sapAvatar_7_BorderColor: #036573;\n --sapAvatar_7_TextColor: #64edd2;\n --sapAvatar_8_Background: #236c39;\n --sapAvatar_8_BorderColor: #236c39;\n --sapAvatar_8_TextColor: #bde986;\n --sapAvatar_9_Background: #4e247a;\n --sapAvatar_9_BorderColor: #4e247a;\n --sapAvatar_9_TextColor: #b995e0;\n --sapAvatar_10_Background: #45617c;\n --sapAvatar_10_BorderColor: #45617c;\n --sapAvatar_10_TextColor: #d5dadd;\n --sapButton_Background: #2e3b47;\n --sapButton_BorderColor: #2e3b47;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .5rem;\n --sapButton_TextColor: #eaecee;\n --sapButton_Hover_Background: #1d232a;\n --sapButton_Hover_BorderColor: #1d232a;\n --sapButton_Hover_TextColor: #eaecee;\n --sapButton_IconColor: #eaecee;\n --sapButton_Active_Background: #213131;\n --sapButton_Active_BorderColor: #4db1ff;\n --sapButton_Active_TextColor: #4db1ff;\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: #eaecee;\n --sapButton_Emphasized_Active_Background: #213131;\n --sapButton_Emphasized_Active_BorderColor: #4db1ff;\n --sapButton_Emphasized_Active_TextColor: #4db1ff;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #490000;\n --sapButton_Reject_BorderColor: #490000;\n --sapButton_Reject_TextColor: #fa6161;\n --sapButton_Reject_Hover_Background: #1d232a;\n --sapButton_Reject_Hover_BorderColor: #1d232a;\n --sapButton_Reject_Hover_TextColor: #fa6161;\n --sapButton_Reject_Active_Background: #213131;\n --sapButton_Reject_Active_BorderColor: #fa6161;\n --sapButton_Reject_Active_TextColor: #fa6161;\n --sapButton_Reject_Selected_Background: #213131;\n --sapButton_Reject_Selected_BorderColor: #fa6161;\n --sapButton_Reject_Selected_TextColor: #fa6161;\n --sapButton_Reject_Selected_Hover_Background: #213131;\n --sapButton_Reject_Selected_Hover_BorderColor: #fa6161;\n --sapButton_Accept_Background: #153e20;\n --sapButton_Accept_BorderColor: #153e20;\n --sapButton_Accept_TextColor: #97dd40;\n --sapButton_Accept_Hover_Background: #1d232a;\n --sapButton_Accept_Hover_BorderColor: #1d232a;\n --sapButton_Accept_Hover_TextColor: #97dd40;\n --sapButton_Accept_Active_Background: #213131;\n --sapButton_Accept_Active_BorderColor: #6dad1f;\n --sapButton_Accept_Active_TextColor: #97dd40;\n --sapButton_Accept_Selected_Background: #213131;\n --sapButton_Accept_Selected_BorderColor: #6dad1f;\n --sapButton_Accept_Selected_TextColor: #97dd40;\n --sapButton_Accept_Selected_Hover_Background: #1d232a;\n --sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #4db1ff;\n --sapButton_Lite_Hover_Background: #1d232a;\n --sapButton_Lite_Hover_BorderColor: #1d232a;\n --sapButton_Lite_Hover_TextColor: #4db1ff;\n --sapButton_Lite_Active_Background: #213131;\n --sapButton_Lite_Active_BorderColor: #4db1ff;\n --sapButton_Selected_Background: #1d232a;\n --sapButton_Selected_BorderColor: #4db1ff;\n --sapButton_Selected_TextColor: #4db1ff;\n --sapButton_Selected_Hover_Background: #1d232a;\n --sapButton_Selected_Hover_BorderColor: #4db1ff;\n --sapButton_Attention_Background: #382700;\n --sapButton_Attention_BorderColor: #382700;\n --sapButton_Attention_TextColor: #ffdf72;\n --sapButton_Attention_Hover_Background: #1d232a;\n --sapButton_Attention_Hover_BorderColor: #1d232a;\n --sapButton_Attention_Hover_TextColor: #ffdf72;\n --sapButton_Attention_Active_Background: #213131;\n --sapButton_Attention_Active_BorderColor: #f7bf00;\n --sapButton_Attention_Active_TextColor: #ffdf72;\n --sapButton_Attention_Selected_Background: #213131;\n --sapButton_Attention_Selected_BorderColor: #f7bf00;\n --sapButton_Attention_Selected_TextColor: #ffdf72;\n --sapButton_Attention_Selected_Hover_Background: #213131;\n --sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;\n --sapButton_Negative_Background: #fa6161;\n --sapButton_Negative_BorderColor: #fa6161;\n --sapButton_Negative_TextColor: #1d232a;\n --sapButton_Negative_Hover_Background: #fb7a7a;\n --sapButton_Negative_Hover_BorderColor: #fb7a7a;\n --sapButton_Negative_Hover_TextColor: #1d232a;\n --sapButton_Negative_Active_Background: #fc9292;\n --sapButton_Negative_Active_BorderColor: #fc9292;\n --sapButton_Negative_Active_TextColor: #1d232a;\n --sapButton_Critical_Background: #f7bf00;\n --sapButton_Critical_BorderColor: #f7bf00;\n --sapButton_Critical_TextColor: #1d232a;\n --sapButton_Critical_Hover_Background: #ffcf2b;\n --sapButton_Critical_Hover_BorderColor: #ffcf2b;\n --sapButton_Critical_Hover_TextColor: #1d232a;\n --sapButton_Critical_Active_Background: #ffd43f;\n --sapButton_Critical_Active_BorderColor: #ffd43f;\n --sapButton_Critical_Active_TextColor: #1d232a;\n --sapButton_Success_Background: #6dad1f;\n --sapButton_Success_BorderColor: #6dad1f;\n --sapButton_Success_TextColor: #1d232a;\n --sapButton_Success_Hover_Background: #7bc323;\n --sapButton_Success_Hover_BorderColor: #7bc323;\n --sapButton_Success_Hover_TextColor: #1d232a;\n --sapButton_Success_Active_Background: #88d827;\n --sapButton_Success_Active_BorderColor: #88d827;\n --sapButton_Success_Active_TextColor: #1d232a;\n --sapButton_Information_Background: #4db1ff;\n --sapButton_Information_BorderColor: #4db1ff;\n --sapButton_Information_TextColor: #1d232a;\n --sapButton_Information_Hover_Background: #67bcff;\n --sapButton_Information_Hover_BorderColor: #67bcff;\n --sapButton_Information_Hover_TextColor: #1d232a;\n --sapButton_Information_Active_Background: #80c7ff;\n --sapButton_Information_Active_BorderColor: #80c7ff;\n --sapButton_Information_Active_TextColor: #1d232a;\n --sapButton_Neutral_Background: #a9b4be;\n --sapButton_Neutral_BorderColor: #a9b4be;\n --sapButton_Neutral_TextColor: #1d232a;\n --sapButton_Neutral_Hover_Background: #b8c1c9;\n --sapButton_Neutral_Hover_BorderColor: #b8c1c9;\n --sapButton_Neutral_Hover_TextColor: #1d232a;\n --sapButton_Neutral_Active_Background: #c6cdd4;\n --sapButton_Neutral_Active_BorderColor: #c6cdd4;\n --sapButton_Neutral_Active_TextColor: #1d232a;\n --sapButton_Track_Background: #a9b4be;\n --sapButton_Track_BorderColor: #a9b4be;\n --sapButton_Track_TextColor: #1d232a;\n --sapButton_Track_Hover_Background: #b8c1c9;\n --sapButton_Track_Hover_BorderColor: #b8c1c9;\n --sapButton_Track_Selected_Background: #4db1ff;\n --sapButton_Track_Selected_BorderColor: #4db1ff;\n --sapButton_Track_Selected_TextColor: #1d232a;\n --sapButton_Track_Selected_Hover_Background: #67bcff;\n --sapButton_Track_Selected_Hover_BorderColor: #67bcff;\n --sapButton_Handle_Background: #1d232a;\n --sapButton_Handle_BorderColor: #1d232a;\n --sapButton_Handle_TextColor: #eaecee;\n --sapButton_Handle_Hover_Background: #1d232a;\n --sapButton_Handle_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_Handle_Selected_Background: #1d232a;\n --sapButton_Handle_Selected_BorderColor: #1d232a;\n --sapButton_Handle_Selected_TextColor: #4db1ff;\n --sapButton_Handle_Selected_Hover_Background: #1d232a;\n --sapButton_Handle_Selected_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_Track_Negative_Background: #fa6161;\n --sapButton_Track_Negative_BorderColor: #fa6161;\n --sapButton_Track_Negative_TextColor: #1d232a;\n --sapButton_Track_Negative_Hover_Background: #fb7a7a;\n --sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;\n --sapButton_Handle_Negative_Background: #1d232a;\n --sapButton_Handle_Negative_BorderColor: #1d232a;\n --sapButton_Handle_Negative_TextColor: #fa6161;\n --sapButton_Handle_Negative_Hover_Background: #1d232a;\n --sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_Track_Positive_Background: #6dad1f;\n --sapButton_Track_Positive_BorderColor: #6dad1f;\n --sapButton_Track_Positive_TextColor: #1d232a;\n --sapButton_Track_Positive_Hover_Background: #7bc323;\n --sapButton_Track_Positive_Hover_BorderColor: #7bc323;\n --sapButton_Handle_Positive_Background: #1d232a;\n --sapButton_Handle_Positive_BorderColor: #1d232a;\n --sapButton_Handle_Positive_TextColor: #97dd40;\n --sapButton_Handle_Positive_Hover_Background: #1d232a;\n --sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_TokenBackground: #1d232a;\n --sapButton_TokenBorderColor: #a9b4be;\n --sapField_Background: #242e38;\n --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;\n --sapField_TextColor: #fff;\n --sapField_PlaceholderTextColor: #8396A8;\n --sapField_BorderColor: #a9b4be;\n --sapField_HelpBackground: #242e38;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: none;\n --sapField_BorderCornerRadius: .25rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #1d232a;\n --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;\n --sapField_Hover_BorderColor: #a9b4be;\n --sapField_Hover_HelpBackground: #1d232a;\n --sapField_Hover_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\n --sapField_Hover_InvalidShadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);\n --sapField_Hover_WarningShadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);\n --sapField_Hover_SuccessShadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);\n --sapField_Hover_InformationShadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\n --sapField_Active_BorderColor: #4db1ff;\n --sapField_Focus_Background: #1d232a;\n --sapField_Focus_BorderColor: #4db1ff;\n --sapField_Focus_HelpBackground: #1d232a;\n --sapField_ReadOnly_Background: transparent;\n --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be 0.25rem, transparent 0.25rem) border-box;\n --sapField_ReadOnly_BorderColor: #a9b4be;\n --sapField_ReadOnly_BorderStyle: none;\n --sapField_ReadOnly_HelpBackground: transparent;\n --sapField_RequiredColor: #ff78a4;\n --sapField_InvalidColor: #fa6161;\n --sapField_InvalidBackground: #350000;\n --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: none;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #f7bf00;\n --sapField_WarningBackground: #382700;\n --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: none;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #6dad1f;\n --sapField_SuccessBackground: #11331a;\n --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: none;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #4db1ff;\n --sapField_InformationBackground: #00144a;\n --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: none;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #1d232a;\n --sapGroup_TitleBorderColor: #768ea5;\n --sapGroup_TitleTextColor: #eaecee;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #1d232a;\n --sapGroup_ContentBorderColor: #323c48;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: .5rem;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: #1d232a;\n --sapToolbar_SeparatorColor: #3c4957;\n --sapList_HeaderBackground: #1d232a;\n --sapList_HeaderBorderColor: #768ea5;\n --sapList_HeaderTextColor: #eaecee;\n --sapList_BorderColor: #2e3742;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #eaecee;\n --sapList_Active_TextColor: #eaecee;\n --sapList_Active_Background: #020303;\n --sapList_SelectionBackgroundColor: #1d2d3e;\n --sapList_SelectionBorderColor: #4db1ff;\n --sapList_Hover_SelectionBackground: #223548;\n --sapList_Background: #1d232a;\n --sapList_Hover_Background: #232b33;\n --sapList_AlternatingBackground: #12171c;\n --sapList_GroupHeaderBackground: #1d232a;\n --sapList_GroupHeaderBorderColor: #768ea5;\n --sapList_GroupHeaderTextColor: #eaecee;\n --sapList_TableGroupHeaderBackground: #0c0f13;\n --sapList_TableGroupHeaderBorderColor: #768ea5;\n --sapList_TableGroupHeaderTextColor: #eaecee;\n --sapList_FooterBackground: #1d232a;\n --sapList_FooterTextColor: #eaecee;\n --sapList_TableFooterBorder: #768ea5;\n --sapList_TableFixedBorderColor: #6f829a;\n --sapMessage_ErrorBorderColor: #910000;\n --sapMessage_WarningBorderColor: #845c00;\n --sapMessage_SuccessBorderColor: #246c37;\n --sapMessage_InformationBorderColor: #0034bf;\n --sapPopover_BorderCornerRadius: .5rem;\n --sapProgress_Background: #2e3b48;\n --sapProgress_BorderColor: #2e3b48;\n --sapProgress_TextColor: #eaecee;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #680000;\n --sapProgress_NegativeBorderColor: #680000;\n --sapProgress_NegativeTextColor: #eaecee;\n --sapProgress_CriticalBackground: #6b4b00;\n --sapProgress_CriticalBorderColor: #6b4b00;\n --sapProgress_CriticalTextColor: #eaecee;\n --sapProgress_PositiveBackground: #174624;\n --sapProgress_PositiveBorderColor: #174624;\n --sapProgress_PositiveTextColor: #eaecee;\n --sapProgress_InformationBackground: #001b64;\n --sapProgress_InformationBorderColor: #001b64;\n --sapProgress_InformationTextColor: #eaecee;\n --sapProgress_Value_Background: #a9b4be;\n --sapProgress_Value_BorderColor: #2e3b48;\n --sapProgress_Value_TextColor: #a9b4be;\n --sapProgress_Value_NegativeBackground: #fa6161;\n --sapProgress_Value_NegativeBorderColor: #fa6161;\n --sapProgress_Value_NegativeTextColor: #fa6161;\n --sapProgress_Value_CriticalBackground: #f7bf00;\n --sapProgress_Value_CriticalBorderColor: #f7bf00;\n --sapProgress_Value_CriticalTextColor: #f7bf00;\n --sapProgress_Value_PositiveBackground: #6dad1f;\n --sapProgress_Value_PositiveBorderColor: #6dad1f;\n --sapProgress_Value_PositiveTextColor: #6dad1f;\n --sapProgress_Value_InformationBackground: #4db1ff;\n --sapProgress_Value_InformationBorderColor: #4db1ff;\n --sapProgress_Value_InformationTextColor: #4db1ff;\n --sapScrollBar_FaceColor: #647891;\n --sapScrollBar_TrackColor: #1d232a;\n --sapScrollBar_BorderColor: #647891;\n --sapScrollBar_SymbolColor: #eaecee;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #5c6e85;\n --sapSlider_Background: #2e3b48;\n --sapSlider_BorderColor: #2e3b48;\n --sapSlider_Selected_Background: #4db1ff;\n --sapSlider_Selected_BorderColor: #4db1ff;\n --sapSlider_HandleBackground: #1d232a;\n --sapSlider_HandleBorderColor: #1d232a;\n --sapSlider_RangeHandleBackground: #1d232a;\n --sapSlider_Hover_HandleBackground: #1d232a;\n --sapSlider_Hover_HandleBorderColor: #4db1ff;\n --sapSlider_Hover_RangeHandleBackground: #1d232a;\n --sapSlider_Active_HandleBackground: #213131;\n --sapSlider_Active_HandleBorderColor: #4db1ff;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #1d232a;\n --sapPageHeader_BorderColor: #2e3742;\n --sapPageHeader_TextColor: #eaecee;\n --sapPageFooter_Background: #1d232a;\n --sapPageFooter_BorderColor: #2e3742;\n --sapPageFooter_TextColor: #eaecee;\n --sapInfobar_Background: #036573;\n --sapInfobar_Hover_Background: #1d232a;\n --sapInfobar_Active_Background: #1d232a;\n --sapInfobar_NonInteractive_Background: #12171c;\n --sapInfobar_TextColor: #64edd2;\n --sapObjectHeader_Background: #1d232a;\n --sapObjectHeader_Hover_Background: #232b33;\n --sapObjectHeader_BorderColor: #2e3742;\n --sapObjectHeader_Title_TextColor: #eaecee;\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: #8396a8;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #1d232a;\n --sapTile_Hover_Background: #1d232a;\n --sapTile_Active_Background: #15191e;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: 1rem;\n --sapTile_TitleTextColor: #eaecee;\n --sapTile_TextColor: #8396a8;\n --sapTile_IconColor: #8396a8;\n --sapTile_SeparatorColor: #475566;\n --sapTile_Interactive_BorderColor: #5b6e85;\n --sapTile_OverlayBackground: rgba(29,35,42,0.96);\n --sapTile_OverlayForegroundColor: #eaecee;\n --sapAccentColor1: #ffdf72;\n --sapAccentColor2: #ff8cb2;\n --sapAccentColor3: #fecbda;\n --sapAccentColor4: #ffafed;\n --sapAccentColor5: #d3b6ff;\n --sapAccentColor6: #a6e0ff;\n --sapAccentColor7: #64edd2;\n --sapAccentColor8: #bde986;\n --sapAccentColor9: #b995e0;\n --sapAccentColor10: #d5dadd;\n --sapAccentBackgroundColor1: #ae4000;\n --sapAccentBackgroundColor2: #890506;\n --sapAccentBackgroundColor3: #b40569;\n --sapAccentBackgroundColor4: #8700b8;\n --sapAccentBackgroundColor5: #470cf1;\n --sapAccentBackgroundColor6: #0054cc;\n --sapAccentBackgroundColor7: #036573;\n --sapAccentBackgroundColor8: #236c39;\n --sapAccentBackgroundColor9: #4e247a;\n --sapAccentBackgroundColor10: #45617c;\n --sapIndicationColor_1: #fd3535;\n --sapIndicationColor_1_Background: #fd3535;\n --sapIndicationColor_1_BorderColor: #fd3535;\n --sapIndicationColor_1_TextColor: #1d232a;\n --sapIndicationColor_1_Hover_Background: #fd4e4e;\n --sapIndicationColor_1_Active_Background: #fe6767;\n --sapIndicationColor_1_Active_BorderColor: #5e0303;\n --sapIndicationColor_1_Active_TextColor: #fd3535;\n --sapIndicationColor_1_Selected_Background: #fe6767;\n --sapIndicationColor_1_Selected_BorderColor: #5e0303;\n --sapIndicationColor_1_Selected_TextColor: #fd3535;\n --sapIndicationColor_1b: #5e0303;\n --sapIndicationColor_1b_BorderColor: #5e0303;\n --sapIndicationColor_1b_Hover_Background: #770404;\n --sapIndicationColor_2: #ff8f8f;\n --sapIndicationColor_2_Background: #ff8f8f;\n --sapIndicationColor_2_BorderColor: #ff8f8f;\n --sapIndicationColor_2_TextColor: #1d232a;\n --sapIndicationColor_2_Hover_Background: #ffa9a9;\n --sapIndicationColor_2_Active_Background: #ffc2c2;\n --sapIndicationColor_2_Active_BorderColor: #7d0000;\n --sapIndicationColor_2_Active_TextColor: #ff8f8f;\n --sapIndicationColor_2_Selected_Background: #ffc2c2;\n --sapIndicationColor_2_Selected_BorderColor: #7d0000;\n --sapIndicationColor_2_Selected_TextColor: #ff8f8f;\n --sapIndicationColor_2b: #7d0000;\n --sapIndicationColor_2b_BorderColor: #7d0000;\n --sapIndicationColor_2b_Hover_Background: #970000;\n --sapIndicationColor_3: #ffc933;\n --sapIndicationColor_3_Background: #ffc933;\n --sapIndicationColor_3_BorderColor: #ffc933;\n --sapIndicationColor_3_TextColor: #1d232a;\n --sapIndicationColor_3_Hover_Background: #ffcd42;\n --sapIndicationColor_3_Active_Background: #ffd152;\n --sapIndicationColor_3_Active_BorderColor: #662b00;\n --sapIndicationColor_3_Active_TextColor: #ffc933;\n --sapIndicationColor_3_Selected_Background: #ffd152;\n --sapIndicationColor_3_Selected_BorderColor: #662b00;\n --sapIndicationColor_3_Selected_TextColor: #ffc933;\n --sapIndicationColor_3b: #662b00;\n --sapIndicationColor_3b_BorderColor: #662b00;\n --sapIndicationColor_3b_Hover_Background: #803600;\n --sapIndicationColor_4: #bde986;\n --sapIndicationColor_4_Background: #bde986;\n --sapIndicationColor_4_BorderColor: #bde986;\n --sapIndicationColor_4_TextColor: #1d232a;\n --sapIndicationColor_4_Hover_Background: #c9ed9c;\n --sapIndicationColor_4_Active_Background: #d5f1b1;\n --sapIndicationColor_4_Active_BorderColor: #044a18;\n --sapIndicationColor_4_Active_TextColor: #bde986;\n --sapIndicationColor_4_Selected_Background: #d5f1b1;\n --sapIndicationColor_4_Selected_BorderColor: #044a18;\n --sapIndicationColor_4_Selected_TextColor: #bde986;\n --sapIndicationColor_4b: #044a18;\n --sapIndicationColor_4b_BorderColor: #044a18;\n --sapIndicationColor_4b_Hover_Background: #056220;\n --sapIndicationColor_5: #a6e0ff;\n --sapIndicationColor_5_Background: #a6e0ff;\n --sapIndicationColor_5_BorderColor: #a6e0ff;\n --sapIndicationColor_5_TextColor: #1d232a;\n --sapIndicationColor_5_Hover_Background: #c0e9ff;\n --sapIndicationColor_5_Active_Background: #d9f2ff;\n --sapIndicationColor_5_Active_BorderColor: #024594;\n --sapIndicationColor_5_Active_TextColor: #a6e0ff;\n --sapIndicationColor_5_Selected_Background: #d9f2ff;\n --sapIndicationColor_5_Selected_BorderColor: #024594;\n --sapIndicationColor_5_Selected_TextColor: #a6e0ff;\n --sapIndicationColor_5b: #024594;\n --sapIndicationColor_5b_BorderColor: #024594;\n --sapIndicationColor_5b_Hover_Background: #0251ad;\n --sapIndicationColor_6: #64edd2;\n --sapIndicationColor_6_Background: #64edd2;\n --sapIndicationColor_6_BorderColor: #64edd2;\n --sapIndicationColor_6_TextColor: #1d232a;\n --sapIndicationColor_6_Hover_Background: #7bf0d9;\n --sapIndicationColor_6_Active_Background: #92f2df;\n --sapIndicationColor_6_Active_BorderColor: #00454e;\n --sapIndicationColor_6_Active_TextColor: #64edd2;\n --sapIndicationColor_6_Selected_Background: #92f2df;\n --sapIndicationColor_6_Selected_BorderColor: #00454e;\n --sapIndicationColor_6_Selected_TextColor: #64edd2;\n --sapIndicationColor_6b: #00454e;\n --sapIndicationColor_6b_BorderColor: #00454e;\n --sapIndicationColor_6b_Hover_Background: #005c68;\n --sapIndicationColor_7: #d3b6ff;\n --sapIndicationColor_7_Background: #d3b6ff;\n --sapIndicationColor_7_BorderColor: #d3b6ff;\n --sapIndicationColor_7_TextColor: #1d232a;\n --sapIndicationColor_7_Hover_Background: #e2d0ff;\n --sapIndicationColor_7_Active_Background: #f2e9ff;\n --sapIndicationColor_7_Active_BorderColor: #2702c2;\n --sapIndicationColor_7_Active_TextColor: #d3b6ff;\n --sapIndicationColor_7_Selected_Background: #f2e9ff;\n --sapIndicationColor_7_Selected_BorderColor: #2702c2;\n --sapIndicationColor_7_Selected_TextColor: #d3b6ff;\n --sapIndicationColor_7b: #2702c2;\n --sapIndicationColor_7b_BorderColor: #2702c2;\n --sapIndicationColor_7b_Hover_Background: #2c02db;\n --sapIndicationColor_8: #ff8af0;\n --sapIndicationColor_8_Background: #ff8af0;\n --sapIndicationColor_8_BorderColor: #ff8af0;\n --sapIndicationColor_8_TextColor: #1d232a;\n --sapIndicationColor_8_Hover_Background: #ffa3f3;\n --sapIndicationColor_8_Active_Background: #ffbdf7;\n --sapIndicationColor_8_Active_BorderColor: #4c005b;\n --sapIndicationColor_8_Active_TextColor: #ff8af0;\n --sapIndicationColor_8_Selected_Background: #ffbdf7;\n --sapIndicationColor_8_Selected_BorderColor: #4c005b;\n --sapIndicationColor_8_Selected_TextColor: #ff8af0;\n --sapIndicationColor_8b: #4c005b;\n --sapIndicationColor_8b_BorderColor: #4c005b;\n --sapIndicationColor_8b_Hover_Background: #610075;\n --sapIndicationColor_9: #f2f2f2;\n --sapIndicationColor_9_Background: #f2f2f2;\n --sapIndicationColor_9_BorderColor: #f2f2f2;\n --sapIndicationColor_9_TextColor: #1d232a;\n --sapIndicationColor_9_Hover_Background: #fff;\n --sapIndicationColor_9_Active_Background: #213131;\n --sapIndicationColor_9_Active_BorderColor: #3e4b5a;\n --sapIndicationColor_9_Active_TextColor: #f2f2f2;\n --sapIndicationColor_9_Selected_Background: #213131;\n --sapIndicationColor_9_Selected_BorderColor: #3e4b5a;\n --sapIndicationColor_9_Selected_TextColor: #f2f2f2;\n --sapIndicationColor_9b: #1d232a;\n --sapIndicationColor_9b_BorderColor: #3e4b5a;\n --sapIndicationColor_9b_Hover_Background: #273039;\n --sapIndicationColor_10: #d8d8d8;\n --sapIndicationColor_10_Background: #aaa;\n --sapIndicationColor_10_BorderColor: #aaa;\n --sapIndicationColor_10_TextColor: #1d232a;\n --sapIndicationColor_10_Hover_Background: #b7b7b7;\n --sapIndicationColor_10_Active_Background: #213131;\n --sapIndicationColor_10_Active_BorderColor: #373737;\n --sapIndicationColor_10_Active_TextColor: #d8d8d8;\n --sapIndicationColor_10_Selected_Background: #213131;\n --sapIndicationColor_10_Selected_BorderColor: #373737;\n --sapIndicationColor_10_Selected_TextColor: #d8d8d8;\n --sapIndicationColor_10b: #373737;\n --sapIndicationColor_10b_BorderColor: #373737;\n --sapIndicationColor_10b_Hover_Background: #444;\n --sapLegend_WorkingBackground: #1d232a;\n --sapLegend_NonWorkingBackground: #0c0f12;\n --sapLegend_CurrentDateTime: #ffafed;\n --sapLegendColor1: #ffb300;\n --sapLegendColor2: #f5734b;\n --sapLegendColor3: #feabc8;\n --sapLegendColor4: #db7070;\n --sapLegendColor5: #ff8af0;\n --sapLegendColor6: #89d1ff;\n --sapLegendColor7: #2ce0bf;\n --sapLegendColor8: #97dd40;\n --sapLegendColor9: #a9b4be;\n --sapLegendColor10: #aa7dd9;\n --sapLegendColor11: #f58b00;\n --sapLegendColor12: #fbbfac;\n --sapLegendColor13: #ffa1a1;\n --sapLegendColor14: #ff9e74;\n --sapLegendColor15: #af9cc3;\n --sapLegendColor16: #aabce3;\n --sapLegendColor17: #dafdf5;\n --sapLegendColor18: #d5f1b1;\n --sapLegendColor19: #d1efff;\n --sapLegendColor20: #e2d8ff;\n --sapLegendBackgroundColor1: #382700;\n --sapLegendBackgroundColor2: #501605;\n --sapLegendBackgroundColor3: #510136;\n --sapLegendBackgroundColor4: #411c1c;\n --sapLegendBackgroundColor5: #28004a;\n --sapLegendBackgroundColor6: #00144a;\n --sapLegendBackgroundColor7: #012931;\n --sapLegendBackgroundColor8: #1f2519;\n --sapLegendBackgroundColor9: #182430;\n --sapLegendBackgroundColor10: #30164b;\n --sapLegendBackgroundColor11: #571400;\n --sapLegendBackgroundColor12: #360c03;\n --sapLegendBackgroundColor13: #3d0000;\n --sapLegendBackgroundColor14: #421502;\n --sapLegendBackgroundColor15: #332640;\n --sapLegendBackgroundColor16: #121d35;\n --sapLegendBackgroundColor17: #013131;\n --sapLegendBackgroundColor18: #1e3009;\n --sapLegendBackgroundColor19: #0a285c;\n --sapLegendBackgroundColor20: #1c0c6e;\n --sapChart_OrderedColor_1: #1b90ff;\n --sapChart_OrderedColor_2: #f26018;\n --sapChart_OrderedColor_3: #179c6f;\n --sapChart_OrderedColor_4: #f62866;\n --sapChart_OrderedColor_5: #8b47d7;\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: #296fb3;\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: #8b47d7;\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: #296fb3;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_dark.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_dark.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_dark/parameters-bundle.css.json","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_horizon\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #eaecee;--sapLinkColor: #4db1ff;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #eaecee;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #eaecee;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--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: #eaecee;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(234,236,238,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #eaecee;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #5d36ff;--sapContent_Illustrative_Color2: #4098ff;--sapContent_Illustrative_Color3: #f58b00;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #223548;--sapContent_Illustrative_Color8: #cedbe8;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #1782ff;--sapContent_Illustrative_Color14: #0070f3;--sapContent_Illustrative_Color15: #cc7400;--sapContent_Illustrative_Color16: #3b0ac6;--sapContent_Illustrative_Color17: #00a58a;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #3b5b7c;--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: #4db1ff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #4db1ff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #4db1ff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #eaecee;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #eaecee;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #eaecee;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #eaecee;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #eaecee;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #eaecee;--sapShell_Assistant_ForegroundColor: #8e73ff;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #140069;--sapAssistant_Active_BorderColor: #c0b0ff;--sapAssistant_Active_TextColor: #c0b0ff;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #eaecee;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #eaecee;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--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: #eaecee;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #002643;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #eaecee;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #002643;--sapButton_Handle_Selected_BorderColor: #002643;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #002643;--sapButton_Handle_Selected_Hover_BorderColor: rgba(0,38,67,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #eaecee;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .5rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #eaecee;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #eaecee;--sapList_Active_TextColor: #eaecee;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #eaecee;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #eaecee;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #eaecee;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #eaecee;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #eaecee;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #eaecee;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #eaecee;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #eaecee;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #eaecee;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #eaecee;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #eaecee;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #eaecee;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #eaecee;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd4444;--sapIndicationColor_1_Background: #fd4444;--sapIndicationColor_1_BorderColor: #fd4444;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd5d5d;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd4444;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd4444;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #662b00;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #662b00;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #044a18;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #044a18;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_OrderedColor_1: #0070f2;--sapChart_OrderedColor_2: #ffb727;--sapChart_OrderedColor_3: #b4ce35;--sapChart_OrderedColor_4: #fa4f96;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #3c8cdd;--sapChart_OrderedColor_8: #f31ded;--sapChart_OrderedColor_9: #8ea18c;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #7858ff;--sapChart_Bad: #f53232;--sapChart_Critical: #e76500;--sapChart_Good: #30914c;--sapChart_Neutral: #788fa6;--sapChart_Sequence_1: #0070f2;--sapChart_Sequence_2: #ffb727;--sapChart_Sequence_3: #b4ce35;--sapChart_Sequence_4: #fa4f96;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_7: #3c8cdd;--sapChart_Sequence_8: #f31ded;--sapChart_Sequence_9: #8ea18c;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_11: #7858ff;--sapChart_Sequence_Neutral: #788fa6;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_exp/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\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: #b44f00;\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: #b44f00;\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: #eaecee;\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: #b44f00;\n --sapButton_Attention_Hover_Background: #fff;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #b44f00;\n --sapButton_Attention_Active_Background: #fff;\n --sapButton_Attention_Active_BorderColor: #ff8d34;\n --sapButton_Attention_Active_TextColor: #b44f00;\n --sapButton_Attention_Selected_Background: #fff;\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\n --sapButton_Attention_Selected_TextColor: #b44f00;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_exp/parameters-bundle.css.json","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;--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(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--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 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 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: .4;--sapContent_ContrastTextThreshold: .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(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--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 .125rem .125rem 0 rgba(34,53,72,.15), inset 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: rgba(255,255,255,.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: rgba(255,255,255,.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: rgba(255,255,255,.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: rgba(255,255,255,.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 .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 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 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% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) 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 .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 .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 .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 .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;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_hcb/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_hcb/parameters-bundle.css.json","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\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--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;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0f5c93;--sapHoverColor: #795100;--sapActiveColor: #795100;--sapHighlightTextColor: #fff;--sapTitleColor: #fff;--sapNegativeColor: #ff5e5e;--sapCriticalColor: #ffab1d;--sapPositiveColor: #99cc99;--sapInformativeColor: #fff;--sapNeutralColor: #fff;--sapNegativeElementColor: #ff5e5e;--sapCriticalElementColor: #ffab1d;--sapPositiveElementColor: #99cc99;--sapInformativeElementColor: #fff;--sapNeutralElementColor: #fff;--sapNegativeTextColor: #ff5e5e;--sapCriticalTextColor: #ffab1d;--sapPositiveTextColor: #99cc99;--sapInformativeTextColor: #fff;--sapNeutralTextColor: #fff;--sapErrorColor: #ff5e5e;--sapWarningColor: #ffab1d;--sapSuccessColor: #99cc99;--sapInformationColor: #fff;--sapErrorBackground: #000;--sapWarningBackground: #000;--sapSuccessBackground: #000;--sapInformationBackground: #000;--sapNeutralBackground: #000;--sapErrorBorderColor: #ff5e5e;--sapWarningBorderColor: #ffab1d;--sapSuccessBorderColor: #99cc99;--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(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);--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 .0625rem #fff;--sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff;--sapContent_TextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 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: .4;--sapContent_ContrastTextThreshold: .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(to bottom, #000, #000);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #000;--sapShell_InteractiveTextColor: #fff;--sapShell_InteractiveBorderColor: #fff;--sapShell_GroupTitleTextColor: #fff;--sapShell_GroupTitleTextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 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 .125rem 0 0 #fff;--sapShell_NegativeColor: #ff5e5e;--sapShell_CriticalColor: #ffab1d;--sapShell_PositiveColor: #99cc99;--sapShell_InformativeColor: #fff;--sapShell_NeutralColor: #fff;--sapShell_Assistant_ForegroundColor: #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;--sapAssistant_Color1: #fff;--sapAssistant_Color2: #fff;--sapAssistant_BackgroundGradient: linear-gradient(#000, #000);--sapAssistant_Background: #000;--sapAssistant_BorderColor: #fff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #795100;--sapAssistant_Hover_BorderColor: #fff;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #795100;--sapAssistant_Active_BorderColor: #fff;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #000;--sapAssistant_Question_BorderColor: #fff;--sapAssistant_Question_TextColor: #fff;--sapAssistant_Answer_Background: #585858;--sapAssistant_Answer_BorderColor: #fff;--sapAssistant_Answer_TextColor: #fff;--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: #99cc99;--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: #99cc99;--sapButton_Handle_Positive_TextColor: #fff;--sapButton_Handle_Positive_Hover_Background: #795100;--sapButton_Handle_Positive_Hover_BorderColor: #99cc99;--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: #99cc99;--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: .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: #99cc99;--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: #99cc99;--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: #99cc99;--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;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_hcw/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #e97624;\n --sapHighlightColor: #e97624;\n --sapBaseColor: #fff;\n --sapShellColor: #fff;\n --sapBackgroundColor: #fff;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #000;\n --sapLinkColor: #000;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #5c93ff;\n --sapHoverColor: #e97624;\n --sapActiveColor: #e97624;\n --sapHighlightTextColor: #000;\n --sapTitleColor: #000;\n --sapNegativeColor: #ab0000;\n --sapCriticalColor: #5c5c00;\n --sapPositiveColor: #006362;\n --sapInformativeColor: #000;\n --sapNeutralColor: #000;\n --sapNegativeElementColor: #ab0000;\n --sapCriticalElementColor: #5c5c00;\n --sapPositiveElementColor: #006362;\n --sapInformativeElementColor: #000;\n --sapNeutralElementColor: #000;\n --sapNegativeTextColor: #ab0000;\n --sapCriticalTextColor: #5c5c00;\n --sapPositiveTextColor: #006362;\n --sapInformativeTextColor: #000;\n --sapNeutralTextColor: #000;\n --sapErrorColor: #ab0000;\n --sapWarningColor: #5c5c00;\n --sapSuccessColor: #006362;\n --sapInformationColor: #000;\n --sapErrorBackground: #fff;\n --sapWarningBackground: #fff;\n --sapSuccessBackground: #fff;\n --sapInformationBackground: #fff;\n --sapNeutralBackground: #fff;\n --sapErrorBorderColor: #ab0000;\n --sapWarningBorderColor: #5c5c00;\n --sapSuccessBorderColor: #006362;\n --sapInformationBorderColor: #000;\n --sapNeutralBorderColor: #000;\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: #000;\n --sapContent_ContrastIconColor: #000;\n --sapContent_NonInteractiveIconColor: #000;\n --sapContent_MarkerIconColor: #000;\n --sapContent_MarkerTextColor: #000;\n --sapContent_MeasureIndicatorColor: #000;\n --sapContent_Selected_MeasureIndicatorColor: #000;\n --sapContent_Placeholderloading_Background: #888;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);\n --sapContent_ImagePlaceholderBackground: #fff;\n --sapContent_ImagePlaceholderForegroundColor: #000;\n --sapContent_RatedColor: #000;\n --sapContent_UnratedColor: #585858;\n --sapContent_BusyColor: #000;\n --sapContent_FocusColor: #000;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #000;\n --sapContent_Shadow0: 0 0 0 0.0625rem #000;\n --sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,0.5), 0 0 0 0.125rem #000;\n --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(0,0,0,0.6), 0 0 0 0.125rem #000;\n --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(0,0,0,0.8), 0 0 0 0.125rem #000;\n --sapContent_TextShadow: -0.0625rem 0 #fff, 0 0.0625rem #fff, 0.0625rem 0 #fff, 0 -0.0625rem #fff;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: inset 0 -0.125rem #000;\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: #e97624;\n --sapContent_HelpColor: #006800;\n --sapContent_LabelColor: #000;\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: #888;\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.5;\n --sapContent_ContrastTextColor: #000;\n --sapContent_ForegroundColor: #fff;\n --sapContent_ForegroundBorderColor: #000;\n --sapContent_ForegroundTextColor: #000;\n --sapContent_BadgeBackground: #fff;\n --sapContent_BadgeTextColor: #000;\n --sapContent_DragAndDropActiveColor: #006800;\n --sapContent_Selected_TextColor: #000;\n --sapContent_Selected_Background: #5c93ff;\n --sapContent_Selected_Hover_Background: #e97624;\n --sapContent_Selected_ForegroundColor: #000;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #212628;\n --sapContent_Illustrative_Color2: #434e56;\n --sapContent_Illustrative_Color3: #62737c;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #9da4aa;\n --sapContent_Illustrative_Color6: #c6cace;\n --sapContent_Illustrative_Color7: #e7e9ea;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #62737c;\n --sapContent_Illustrative_Color10: #d5dadd;\n --sapContent_Illustrative_Color11: #88979e;\n --sapContent_Illustrative_Color12: #88979e;\n --sapContent_Illustrative_Color13: #161a1d;\n --sapContent_Illustrative_Color14: #000;\n --sapContent_Illustrative_Color15: #31393f;\n --sapContent_Illustrative_Color16: #505e65;\n --sapContent_Illustrative_Color17: #505e65;\n --sapContent_Illustrative_Color18: #d9ddde;\n --sapContent_Illustrative_Color19: #ccd0d2;\n --sapContent_Illustrative_Color20: #bec4c6;\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\", \"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: #000;\n --sapLink_Hover_TextDecoration: none;\n --sapLink_Active_Color: #000;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #000;\n --sapLink_InvertedColor: #000;\n --sapLink_SubtleColor: #000;\n --sapShell_Background: #fff;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #000;\n --sapShell_TextColor: #000;\n --sapShell_InteractiveBackground: #fff;\n --sapShell_InteractiveTextColor: #000;\n --sapShell_InteractiveBorderColor: #000;\n --sapShell_GroupTitleTextColor: #000;\n --sapShell_GroupTitleTextShadow: -0.0625rem 0 #fff,0 .0625rem #fff,.0625rem 0 #fff,0 -0.0625rem #fff;\n --sapShell_Hover_Background: #e97624;\n --sapShell_Active_Background: #e97624;\n --sapShell_Active_TextColor: #000;\n --sapShell_Selected_Background: #5c93ff;\n --sapShell_Selected_TextColor: #000;\n --sapShell_Selected_Hover_Background: #e97624;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #fff;\n --sapShell_Navigation_Hover_Background: #e97624;\n --sapShell_Navigation_SelectedColor: #000;\n --sapShell_Navigation_Selected_TextColor: #000;\n --sapShell_Navigation_TextColor: #000;\n --sapShell_Navigation_Active_TextColor: #000;\n --sapShell_Navigation_Active_Background: #e97624;\n --sapShell_Shadow: 0 0.125rem 0 0 #000;\n --sapShell_NegativeColor: #ab0000;\n --sapShell_CriticalColor: #5c5c00;\n --sapShell_PositiveColor: #006362;\n --sapShell_InformativeColor: #000;\n --sapShell_NeutralColor: #000;\n --sapShell_Category_1_Background: #fff;\n --sapShell_Category_1_BorderColor: #004ccb;\n --sapShell_Category_1_TextColor: #000;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #fff;\n --sapShell_Category_2_BorderColor: #973333;\n --sapShell_Category_2_TextColor: #000;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #fff;\n --sapShell_Category_3_BorderColor: #5f5800;\n --sapShell_Category_3_TextColor: #000;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #fff;\n --sapShell_Category_4_BorderColor: #6c3d62;\n --sapShell_Category_4_TextColor: #000;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #fff;\n --sapShell_Category_5_BorderColor: #734f00;\n --sapShell_Category_5_TextColor: #000;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #fff;\n --sapShell_Category_6_BorderColor: #105b5b;\n --sapShell_Category_6_TextColor: #000;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #fff;\n --sapShell_Category_7_BorderColor: #961d7c;\n --sapShell_Category_7_TextColor: #000;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #fff;\n --sapShell_Category_8_BorderColor: #26340b;\n --sapShell_Category_8_TextColor: #000;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #fff;\n --sapShell_Category_9_BorderColor: #002a86;\n --sapShell_Category_9_TextColor: #000;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #fff;\n --sapShell_Category_10_BorderColor: #47596c;\n --sapShell_Category_10_TextColor: #000;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #fff;\n --sapShell_Category_11_BorderColor: #af080b;\n --sapShell_Category_11_TextColor: #000;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #fff;\n --sapShell_Category_12_BorderColor: #7000e0;\n --sapShell_Category_12_TextColor: #000;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #fff;\n --sapShell_Category_13_BorderColor: #580440;\n --sapShell_Category_13_TextColor: #000;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #fff;\n --sapShell_Category_14_BorderColor: #035663;\n --sapShell_Category_14_TextColor: #000;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #fff;\n --sapShell_Category_15_BorderColor: #223548;\n --sapShell_Category_15_TextColor: #000;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #fff;\n --sapShell_Category_16_BorderColor: #1e592f;\n --sapShell_Category_16_TextColor: #000;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #fff;\n --sapAvatar_1_BorderColor: #000;\n --sapAvatar_1_TextColor: #000;\n --sapAvatar_2_Background: #fff;\n --sapAvatar_2_BorderColor: #000;\n --sapAvatar_2_TextColor: #000;\n --sapAvatar_3_Background: #fff;\n --sapAvatar_3_BorderColor: #000;\n --sapAvatar_3_TextColor: #000;\n --sapAvatar_4_Background: #fff;\n --sapAvatar_4_BorderColor: #000;\n --sapAvatar_4_TextColor: #000;\n --sapAvatar_5_Background: #fff;\n --sapAvatar_5_BorderColor: #000;\n --sapAvatar_5_TextColor: #000;\n --sapAvatar_6_Background: #fff;\n --sapAvatar_6_BorderColor: #000;\n --sapAvatar_6_TextColor: #000;\n --sapAvatar_7_Background: #fff;\n --sapAvatar_7_BorderColor: #000;\n --sapAvatar_7_TextColor: #000;\n --sapAvatar_8_Background: #fff;\n --sapAvatar_8_BorderColor: #000;\n --sapAvatar_8_TextColor: #000;\n --sapAvatar_9_Background: #fff;\n --sapAvatar_9_BorderColor: #000;\n --sapAvatar_9_TextColor: #000;\n --sapAvatar_10_Background: #fff;\n --sapAvatar_10_BorderColor: #000;\n --sapAvatar_10_TextColor: #000;\n --sapButton_Background: #fff;\n --sapButton_BorderColor: #000;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .375rem;\n --sapButton_TextColor: #000;\n --sapButton_Hover_Background: #e97624;\n --sapButton_Hover_BorderColor: #000;\n --sapButton_Hover_TextColor: #000;\n --sapButton_IconColor: #000;\n --sapButton_Active_Background: #e97624;\n --sapButton_Active_BorderColor: #000;\n --sapButton_Active_TextColor: #000;\n --sapButton_Emphasized_Background: #fff;\n --sapButton_Emphasized_BorderColor: #000;\n --sapButton_Emphasized_TextColor: #000;\n --sapButton_Emphasized_Hover_Background: #e97624;\n --sapButton_Emphasized_Hover_BorderColor: #000;\n --sapButton_Emphasized_Hover_TextColor: #000;\n --sapButton_Emphasized_Active_Background: #e97624;\n --sapButton_Emphasized_Active_BorderColor: #000;\n --sapButton_Emphasized_Active_TextColor: #000;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #fff;\n --sapButton_Reject_BorderColor: #000;\n --sapButton_Reject_TextColor: #000;\n --sapButton_Reject_Hover_Background: #e97624;\n --sapButton_Reject_Hover_BorderColor: #000;\n --sapButton_Reject_Hover_TextColor: #000;\n --sapButton_Reject_Active_Background: #e97624;\n --sapButton_Reject_Active_BorderColor: #000;\n --sapButton_Reject_Active_TextColor: #000;\n --sapButton_Reject_Selected_Background: #5c93ff;\n --sapButton_Reject_Selected_BorderColor: #000;\n --sapButton_Reject_Selected_TextColor: #000;\n --sapButton_Reject_Selected_Hover_Background: #e97624;\n --sapButton_Reject_Selected_Hover_BorderColor: #000;\n --sapButton_Accept_Background: #fff;\n --sapButton_Accept_BorderColor: #000;\n --sapButton_Accept_TextColor: #000;\n --sapButton_Accept_Hover_Background: #e97624;\n --sapButton_Accept_Hover_BorderColor: #000;\n --sapButton_Accept_Hover_TextColor: #000;\n --sapButton_Accept_Active_Background: #e97624;\n --sapButton_Accept_Active_BorderColor: #000;\n --sapButton_Accept_Active_TextColor: #000;\n --sapButton_Accept_Selected_Background: #5c93ff;\n --sapButton_Accept_Selected_BorderColor: #000;\n --sapButton_Accept_Selected_TextColor: #000;\n --sapButton_Accept_Selected_Hover_Background: #e97624;\n --sapButton_Accept_Selected_Hover_BorderColor: #000;\n --sapButton_Lite_Background: #fff;\n --sapButton_Lite_BorderColor: #000;\n --sapButton_Lite_TextColor: #000;\n --sapButton_Lite_Hover_Background: #e97624;\n --sapButton_Lite_Hover_BorderColor: #000;\n --sapButton_Lite_Hover_TextColor: #000;\n --sapButton_Lite_Active_Background: #e97624;\n --sapButton_Lite_Active_BorderColor: #000;\n --sapButton_Selected_Background: #5c93ff;\n --sapButton_Selected_BorderColor: #000;\n --sapButton_Selected_TextColor: #000;\n --sapButton_Selected_Hover_Background: #e97624;\n --sapButton_Selected_Hover_BorderColor: #000;\n --sapButton_Attention_Background: #fff;\n --sapButton_Attention_BorderColor: #000;\n --sapButton_Attention_TextColor: #000;\n --sapButton_Attention_Hover_Background: #e97624;\n --sapButton_Attention_Hover_BorderColor: #000;\n --sapButton_Attention_Hover_TextColor: #000;\n --sapButton_Attention_Active_Background: #e97624;\n --sapButton_Attention_Active_BorderColor: #000;\n --sapButton_Attention_Active_TextColor: #000;\n --sapButton_Attention_Selected_Background: #5c93ff;\n --sapButton_Attention_Selected_BorderColor: #000;\n --sapButton_Attention_Selected_TextColor: #000;\n --sapButton_Attention_Selected_Hover_Background: #e97624;\n --sapButton_Attention_Selected_Hover_BorderColor: #000;\n --sapButton_Negative_Background: #fff;\n --sapButton_Negative_BorderColor: #000;\n --sapButton_Negative_TextColor: #000;\n --sapButton_Negative_Hover_Background: #e97624;\n --sapButton_Negative_Hover_BorderColor: #000;\n --sapButton_Negative_Hover_TextColor: #000;\n --sapButton_Negative_Active_Background: #e97624;\n --sapButton_Negative_Active_BorderColor: #000;\n --sapButton_Negative_Active_TextColor: #000;\n --sapButton_Critical_Background: #fff;\n --sapButton_Critical_BorderColor: #000;\n --sapButton_Critical_TextColor: #000;\n --sapButton_Critical_Hover_Background: #e97624;\n --sapButton_Critical_Hover_BorderColor: #000;\n --sapButton_Critical_Hover_TextColor: #000;\n --sapButton_Critical_Active_Background: #e97624;\n --sapButton_Critical_Active_BorderColor: #000;\n --sapButton_Critical_Active_TextColor: #000;\n --sapButton_Success_Background: #fff;\n --sapButton_Success_BorderColor: #000;\n --sapButton_Success_TextColor: #000;\n --sapButton_Success_Hover_Background: #e97624;\n --sapButton_Success_Hover_BorderColor: #000;\n --sapButton_Success_Hover_TextColor: #000;\n --sapButton_Success_Active_Background: #e97624;\n --sapButton_Success_Active_BorderColor: #000;\n --sapButton_Success_Active_TextColor: #000;\n --sapButton_Information_Background: #fff;\n --sapButton_Information_BorderColor: #000;\n --sapButton_Information_TextColor: #000;\n --sapButton_Information_Hover_Background: #e97624;\n --sapButton_Information_Hover_BorderColor: #000;\n --sapButton_Information_Hover_TextColor: #000;\n --sapButton_Information_Active_Background: #e97624;\n --sapButton_Information_Active_BorderColor: #000;\n --sapButton_Information_Active_TextColor: #000;\n --sapButton_Neutral_Background: #fff;\n --sapButton_Neutral_BorderColor: #000;\n --sapButton_Neutral_TextColor: #000;\n --sapButton_Neutral_Hover_Background: #e97624;\n --sapButton_Neutral_Hover_BorderColor: #000;\n --sapButton_Neutral_Hover_TextColor: #000;\n --sapButton_Neutral_Active_Background: #e97624;\n --sapButton_Neutral_Active_BorderColor: #000;\n --sapButton_Neutral_Active_TextColor: #000;\n --sapButton_Track_Background: #fff;\n --sapButton_Track_BorderColor: #000;\n --sapButton_Track_TextColor: #000;\n --sapButton_Track_Hover_Background: #e97624;\n --sapButton_Track_Hover_BorderColor: #000;\n --sapButton_Track_Selected_Background: #5c93ff;\n --sapButton_Track_Selected_BorderColor: #000;\n --sapButton_Track_Selected_TextColor: #000;\n --sapButton_Track_Selected_Hover_Background: #e97624;\n --sapButton_Track_Selected_Hover_BorderColor: #000;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #000;\n --sapButton_Handle_TextColor: #000;\n --sapButton_Handle_Hover_Background: #e97624;\n --sapButton_Handle_Hover_BorderColor: #000;\n --sapButton_Handle_Selected_Background: #5c93ff;\n --sapButton_Handle_Selected_BorderColor: #000;\n --sapButton_Handle_Selected_TextColor: #000;\n --sapButton_Handle_Selected_Hover_Background: #e97624;\n --sapButton_Handle_Selected_Hover_BorderColor: #000;\n --sapButton_Track_Negative_Background: #fff;\n --sapButton_Track_Negative_BorderColor: #ab0000;\n --sapButton_Track_Negative_TextColor: #000;\n --sapButton_Track_Negative_Hover_Background: #e97624;\n --sapButton_Track_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #ab0000;\n --sapButton_Handle_Negative_TextColor: #000;\n --sapButton_Handle_Negative_Hover_Background: #e97624;\n --sapButton_Handle_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Track_Positive_Background: #fff;\n --sapButton_Track_Positive_BorderColor: #006362;\n --sapButton_Track_Positive_TextColor: #000;\n --sapButton_Track_Positive_Hover_Background: #e97624;\n --sapButton_Track_Positive_Hover_BorderColor: #000;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #006362;\n --sapButton_Handle_Positive_TextColor: #000;\n --sapButton_Handle_Positive_Hover_Background: #e97624;\n --sapButton_Handle_Positive_Hover_BorderColor: #006362;\n --sapButton_TokenBackground: #fff;\n --sapButton_TokenBorderColor: #000;\n --sapField_Background: #fff;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #000;\n --sapField_PlaceholderTextColor: #585858;\n --sapField_BorderColor: #000;\n --sapField_HelpBackground: #fff;\n --sapField_BorderWidth: .125rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: 0;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #000;\n --sapField_Hover_HelpBackground: #fff;\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: #000;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #000;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: #b3b3b3;\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #000;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: #b3b3b3;\n --sapField_RequiredColor: #000;\n --sapField_InvalidColor: #000;\n --sapField_InvalidBackground: #e97624;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: dashed;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #000;\n --sapField_WarningBackground: #fff;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: dashed;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #000;\n --sapField_SuccessBackground: #fff;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .125rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #000;\n --sapField_InformationBackground: #fff;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .0625rem;\n --sapField_InformationBorderStyle: dashed;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #fff;\n --sapGroup_TitleBorderColor: #000;\n --sapGroup_TitleTextColor: #000;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #000;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: #fff;\n --sapToolbar_Background: #fff;\n --sapToolbar_SeparatorColor: #000;\n --sapList_HeaderBackground: #fff;\n --sapList_HeaderBorderColor: #000;\n --sapList_HeaderTextColor: #000;\n --sapList_BorderColor: #585858;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #000;\n --sapList_Active_TextColor: #000;\n --sapList_Active_Background: #e97624;\n --sapList_SelectionBackgroundColor: #5c93ff;\n --sapList_SelectionBorderColor: #000;\n --sapList_Hover_SelectionBackground: #e97624;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #e97624;\n --sapList_AlternatingBackground: #e6e6e6;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #000;\n --sapList_GroupHeaderTextColor: #000;\n --sapList_TableGroupHeaderBackground: #b3b3b3;\n --sapList_TableGroupHeaderBorderColor: #000;\n --sapList_TableGroupHeaderTextColor: #000;\n --sapList_FooterBackground: #fff;\n --sapList_FooterTextColor: #000;\n --sapList_TableFooterBorder: #000;\n --sapList_TableFixedBorderColor: #000;\n --sapMessage_ErrorBorderColor: #ab0000;\n --sapMessage_WarningBorderColor: #5c5c00;\n --sapMessage_SuccessBorderColor: #006362;\n --sapMessage_InformationBorderColor: #000;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #fff;\n --sapProgress_BorderColor: #000;\n --sapProgress_TextColor: #000;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #fff;\n --sapProgress_NegativeBorderColor: #000;\n --sapProgress_NegativeTextColor: #000;\n --sapProgress_CriticalBackground: #fff;\n --sapProgress_CriticalBorderColor: #000;\n --sapProgress_CriticalTextColor: #000;\n --sapProgress_PositiveBackground: #fff;\n --sapProgress_PositiveBorderColor: #000;\n --sapProgress_PositiveTextColor: #000;\n --sapProgress_InformationBackground: #fff;\n --sapProgress_InformationBorderColor: #000;\n --sapProgress_InformationTextColor: #000;\n --sapProgress_Value_Background: #e97624;\n --sapProgress_Value_BorderColor: #000;\n --sapProgress_Value_TextColor: #000;\n --sapProgress_Value_NegativeBackground: #e97624;\n --sapProgress_Value_NegativeBorderColor: #000;\n --sapProgress_Value_NegativeTextColor: #000;\n --sapProgress_Value_CriticalBackground: #e97624;\n --sapProgress_Value_CriticalBorderColor: #000;\n --sapProgress_Value_CriticalTextColor: #000;\n --sapProgress_Value_PositiveBackground: #e97624;\n --sapProgress_Value_PositiveBorderColor: #000;\n --sapProgress_Value_PositiveTextColor: #000;\n --sapProgress_Value_InformationBackground: #e97624;\n --sapProgress_Value_InformationBorderColor: #000;\n --sapProgress_Value_InformationTextColor: #000;\n --sapScrollBar_FaceColor: #585858;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #585858;\n --sapScrollBar_SymbolColor: #000;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #000;\n --sapSlider_Background: #fff;\n --sapSlider_BorderColor: #000;\n --sapSlider_Selected_Background: #5c93ff;\n --sapSlider_Selected_BorderColor: #000;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #000;\n --sapSlider_RangeHandleBackground: #fff;\n --sapSlider_Hover_HandleBackground: #e97624;\n --sapSlider_Hover_HandleBorderColor: #000;\n --sapSlider_Hover_RangeHandleBackground: #e97624;\n --sapSlider_Active_HandleBackground: #e97624;\n --sapSlider_Active_HandleBorderColor: #000;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #000;\n --sapPageHeader_TextColor: #000;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #000;\n --sapPageFooter_TextColor: #000;\n --sapInfobar_Background: #fff;\n --sapInfobar_Hover_Background: #e97624;\n --sapInfobar_Active_Background: #e97624;\n --sapInfobar_NonInteractive_Background: #b3b3b3;\n --sapInfobar_TextColor: #000;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #e97624;\n --sapObjectHeader_BorderColor: #000;\n --sapObjectHeader_Title_TextColor: #000;\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: #000;\n --sapBlockLayer_Background: #fff;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #e97624;\n --sapTile_Active_Background: #e97624;\n --sapTile_BorderColor: #000;\n --sapTile_BorderCornerRadius: 0.25rem;\n --sapTile_TitleTextColor: #000;\n --sapTile_TextColor: #000;\n --sapTile_IconColor: #000;\n --sapTile_SeparatorColor: #000;\n --sapTile_Interactive_BorderColor: #000;\n --sapTile_OverlayBackground: #fff;\n --sapTile_OverlayForegroundColor: #000;\n --sapAccentColor1: #5f5800;\n --sapAccentColor2: #5e4101;\n --sapAccentColor3: #973333;\n --sapAccentColor4: #961d7c;\n --sapAccentColor5: #365892;\n --sapAccentColor6: #004ccb;\n --sapAccentColor7: #105b5b;\n --sapAccentColor8: #26340b;\n --sapAccentColor9: #6c32a9;\n --sapAccentColor10: #4a5964;\n --sapAccentBackgroundColor1: #fff;\n --sapAccentBackgroundColor2: #fff;\n --sapAccentBackgroundColor3: #fff;\n --sapAccentBackgroundColor4: #fff;\n --sapAccentBackgroundColor5: #fff;\n --sapAccentBackgroundColor6: #fff;\n --sapAccentBackgroundColor7: #fff;\n --sapAccentBackgroundColor8: #fff;\n --sapAccentBackgroundColor9: #fff;\n --sapAccentBackgroundColor10: #fff;\n --sapIndicationColor_1: #780000;\n --sapIndicationColor_1_Background: #fff;\n --sapIndicationColor_1_BorderColor: #000;\n --sapIndicationColor_1_TextColor: #000;\n --sapIndicationColor_1_Hover_Background: #e97624;\n --sapIndicationColor_1_Active_Background: #e97624;\n --sapIndicationColor_1_Active_BorderColor: #000;\n --sapIndicationColor_1_Active_TextColor: #000;\n --sapIndicationColor_1_Selected_Background: #5c93ff;\n --sapIndicationColor_1_Selected_BorderColor: #000;\n --sapIndicationColor_1_Selected_TextColor: #000;\n --sapIndicationColor_1b: #780000;\n --sapIndicationColor_1b_BorderColor: #000;\n --sapIndicationColor_1b_Hover_Background: #e97624;\n --sapIndicationColor_2: #ab0000;\n --sapIndicationColor_2_Background: #fff;\n --sapIndicationColor_2_BorderColor: #000;\n --sapIndicationColor_2_TextColor: #000;\n --sapIndicationColor_2_Hover_Background: #e97624;\n --sapIndicationColor_2_Active_Background: #e97624;\n --sapIndicationColor_2_Active_BorderColor: #000;\n --sapIndicationColor_2_Active_TextColor: #000;\n --sapIndicationColor_2_Selected_Background: #5c93ff;\n --sapIndicationColor_2_Selected_BorderColor: #000;\n --sapIndicationColor_2_Selected_TextColor: #000;\n --sapIndicationColor_2b: #ab0000;\n --sapIndicationColor_2b_BorderColor: #000;\n --sapIndicationColor_2b_Hover_Background: #e97624;\n --sapIndicationColor_3: #5c5c00;\n --sapIndicationColor_3_Background: #fff;\n --sapIndicationColor_3_BorderColor: #000;\n --sapIndicationColor_3_TextColor: #000;\n --sapIndicationColor_3_Hover_Background: #e97624;\n --sapIndicationColor_3_Active_Background: #e97624;\n --sapIndicationColor_3_Active_BorderColor: #000;\n --sapIndicationColor_3_Active_TextColor: #000;\n --sapIndicationColor_3_Selected_Background: #5c93ff;\n --sapIndicationColor_3_Selected_BorderColor: #000;\n --sapIndicationColor_3_Selected_TextColor: #000;\n --sapIndicationColor_3b: #5c5c00;\n --sapIndicationColor_3b_BorderColor: #000;\n --sapIndicationColor_3b_Hover_Background: #e97624;\n --sapIndicationColor_4: #006362;\n --sapIndicationColor_4_Background: #fff;\n --sapIndicationColor_4_BorderColor: #000;\n --sapIndicationColor_4_TextColor: #000;\n --sapIndicationColor_4_Hover_Background: #e97624;\n --sapIndicationColor_4_Active_Background: #e97624;\n --sapIndicationColor_4_Active_BorderColor: #000;\n --sapIndicationColor_4_Active_TextColor: #000;\n --sapIndicationColor_4_Selected_Background: #5c93ff;\n --sapIndicationColor_4_Selected_BorderColor: #000;\n --sapIndicationColor_4_Selected_TextColor: #000;\n --sapIndicationColor_4b: #006362;\n --sapIndicationColor_4b_BorderColor: #000;\n --sapIndicationColor_4b_Hover_Background: #e97624;\n --sapIndicationColor_5: #004ccb;\n --sapIndicationColor_5_Background: #fff;\n --sapIndicationColor_5_BorderColor: #000;\n --sapIndicationColor_5_TextColor: #000;\n --sapIndicationColor_5_Hover_Background: #e97624;\n --sapIndicationColor_5_Active_Background: #e97624;\n --sapIndicationColor_5_Active_BorderColor: #000;\n --sapIndicationColor_5_Active_TextColor: #000;\n --sapIndicationColor_5_Selected_Background: #5c93ff;\n --sapIndicationColor_5_Selected_BorderColor: #000;\n --sapIndicationColor_5_Selected_TextColor: #000;\n --sapIndicationColor_5b: #004ccb;\n --sapIndicationColor_5b_BorderColor: #000;\n --sapIndicationColor_5b_Hover_Background: #e97624;\n --sapIndicationColor_6: #105b5b;\n --sapIndicationColor_6_Background: #fff;\n --sapIndicationColor_6_BorderColor: #000;\n --sapIndicationColor_6_TextColor: #000;\n --sapIndicationColor_6_Hover_Background: #e97624;\n --sapIndicationColor_6_Active_Background: #e97624;\n --sapIndicationColor_6_Active_BorderColor: #000;\n --sapIndicationColor_6_Active_TextColor: #000;\n --sapIndicationColor_6_Selected_Background: #5c93ff;\n --sapIndicationColor_6_Selected_BorderColor: #000;\n --sapIndicationColor_6_Selected_TextColor: #000;\n --sapIndicationColor_6b: #105b5b;\n --sapIndicationColor_6b_BorderColor: #000;\n --sapIndicationColor_6b_Hover_Background: #e97624;\n --sapIndicationColor_7: #6c32a9;\n --sapIndicationColor_7_Background: #fff;\n --sapIndicationColor_7_BorderColor: #000;\n --sapIndicationColor_7_TextColor: #000;\n --sapIndicationColor_7_Hover_Background: #e97624;\n --sapIndicationColor_7_Active_Background: #e97624;\n --sapIndicationColor_7_Active_BorderColor: #000;\n --sapIndicationColor_7_Active_TextColor: #000;\n --sapIndicationColor_7_Selected_Background: #5c93ff;\n --sapIndicationColor_7_Selected_BorderColor: #000;\n --sapIndicationColor_7_Selected_TextColor: #000;\n --sapIndicationColor_7b: #6c32a9;\n --sapIndicationColor_7b_BorderColor: #000;\n --sapIndicationColor_7b_Hover_Background: #e97624;\n --sapIndicationColor_8: #961d7c;\n --sapIndicationColor_8_Background: #fff;\n --sapIndicationColor_8_BorderColor: #000;\n --sapIndicationColor_8_TextColor: #000;\n --sapIndicationColor_8_Hover_Background: #e97624;\n --sapIndicationColor_8_Active_Background: #e97624;\n --sapIndicationColor_8_Active_BorderColor: #000;\n --sapIndicationColor_8_Active_TextColor: #000;\n --sapIndicationColor_8_Selected_Background: #5c93ff;\n --sapIndicationColor_8_Selected_BorderColor: #000;\n --sapIndicationColor_8_Selected_TextColor: #000;\n --sapIndicationColor_8b: #961d7c;\n --sapIndicationColor_8b_BorderColor: #000;\n --sapIndicationColor_8b_Hover_Background: #e97624;\n --sapIndicationColor_9: #fff;\n --sapIndicationColor_9_Background: #fff;\n --sapIndicationColor_9_BorderColor: #000;\n --sapIndicationColor_9_TextColor: #000;\n --sapIndicationColor_9_Hover_Background: #e97624;\n --sapIndicationColor_9_Active_Background: #e97624;\n --sapIndicationColor_9_Active_BorderColor: #000;\n --sapIndicationColor_9_Active_TextColor: #000;\n --sapIndicationColor_9_Selected_Background: #5c93ff;\n --sapIndicationColor_9_Selected_BorderColor: #000;\n --sapIndicationColor_9_Selected_TextColor: #000;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #000;\n --sapIndicationColor_9b_Hover_Background: #e97624;\n --sapIndicationColor_10: #eaecee;\n --sapIndicationColor_10_Background: #fff;\n --sapIndicationColor_10_BorderColor: #000;\n --sapIndicationColor_10_TextColor: #000;\n --sapIndicationColor_10_Hover_Background: #e97624;\n --sapIndicationColor_10_Active_Background: #e97624;\n --sapIndicationColor_10_Active_BorderColor: #000;\n --sapIndicationColor_10_Active_TextColor: #000;\n --sapIndicationColor_10_Selected_Background: #5c93ff;\n --sapIndicationColor_10_Selected_BorderColor: #000;\n --sapIndicationColor_10_Selected_TextColor: #000;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #000;\n --sapIndicationColor_10b_Hover_Background: #e97624;\n --sapLegend_WorkingBackground: #d9d9d9;\n --sapLegend_NonWorkingBackground: #b3b3b3;\n --sapLegend_CurrentDateTime: #961d7c;\n --sapLegendColor1: #5f5800;\n --sapLegendColor2: #5e4101;\n --sapLegendColor3: #973333;\n --sapLegendColor4: #463000;\n --sapLegendColor5: #961d7c;\n --sapLegendColor6: #004ccb;\n --sapLegendColor7: #105b5b;\n --sapLegendColor8: #26340b;\n --sapLegendColor9: #4a5964;\n --sapLegendColor10: #6c3d62;\n --sapLegendColor11: #383513;\n --sapLegendColor12: #734f00;\n --sapLegendColor13: #723e3e;\n --sapLegendColor14: #5f5642;\n --sapLegendColor15: #60535d;\n --sapLegendColor16: #465878;\n --sapLegendColor17: #435b5b;\n --sapLegendColor18: #4e5a36;\n --sapLegendColor19: #4e5869;\n --sapLegendColor20: #001b49;\n --sapLegendBackgroundColor1: #fff;\n --sapLegendBackgroundColor2: #fff;\n --sapLegendBackgroundColor3: #fff;\n --sapLegendBackgroundColor4: #fff;\n --sapLegendBackgroundColor5: #fff;\n --sapLegendBackgroundColor6: #fff;\n --sapLegendBackgroundColor7: #fff;\n --sapLegendBackgroundColor8: #fff;\n --sapLegendBackgroundColor9: #fff;\n --sapLegendBackgroundColor10: #fff;\n --sapLegendBackgroundColor11: #fff;\n --sapLegendBackgroundColor12: #fff;\n --sapLegendBackgroundColor13: #fff;\n --sapLegendBackgroundColor14: #fff;\n --sapLegendBackgroundColor15: #fff;\n --sapLegendBackgroundColor16: #fff;\n --sapLegendBackgroundColor17: #fff;\n --sapLegendBackgroundColor18: #fff;\n --sapLegendBackgroundColor19: #fff;\n --sapLegendBackgroundColor20: #fff;\n --sapChart_OrderedColor_1: #286ac3;\n --sapChart_OrderedColor_2: #d74114;\n --sapChart_OrderedColor_3: #057d47;\n --sapChart_OrderedColor_4: #e11e48;\n --sapChart_OrderedColor_5: #642eb2;\n --sapChart_OrderedColor_6: #03778c;\n --sapChart_OrderedColor_7: #232deb;\n --sapChart_OrderedColor_8: #9b136f;\n --sapChart_OrderedColor_9: #395563;\n --sapChart_OrderedColor_10: #e02e2e;\n --sapChart_OrderedColor_11: #0d3367;\n --sapChart_Bad: #ab0000;\n --sapChart_Critical: #5c5c00;\n --sapChart_Good: #006362;\n --sapChart_Neutral: #000;\n --sapChart_Sequence_1: #286ac3;\n --sapChart_Sequence_2: #d74114;\n --sapChart_Sequence_3: #057d47;\n --sapChart_Sequence_4: #e11e48;\n --sapChart_Sequence_5: #642eb2;\n --sapChart_Sequence_6: #03778c;\n --sapChart_Sequence_7: #232deb;\n --sapChart_Sequence_8: #9b136f;\n --sapChart_Sequence_9: #395563;\n --sapChart_Sequence_10: #e02e2e;\n --sapChart_Sequence_11: #0d3367;\n --sapChart_Sequence_Neutral: #000;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcw.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcw.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_hcw/parameters-bundle.css.json","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_horizon\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--sapBrandColor: #e97624;--sapHighlightColor: #e97624;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #5c93ff;--sapHoverColor: #e97624;--sapActiveColor: #e97624;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--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: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--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: #e97624;--sapContent_HelpColor: #006800;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .5;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_DragAndDropActiveColor: #006800;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #5c93ff;--sapContent_Selected_Hover_Background: #e97624;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #434e56;--sapContent_Illustrative_Color3: #62737c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #d5dadd;--sapContent_Illustrative_Color11: #88979e;--sapContent_Illustrative_Color12: #88979e;--sapContent_Illustrative_Color13: #161a1d;--sapContent_Illustrative_Color14: #000;--sapContent_Illustrative_Color15: #31393f;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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\", \"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: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff;--sapShell_Hover_Background: #e97624;--sapShell_Active_Background: #e97624;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #5c93ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #e97624;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #e97624;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #e97624;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Assistant_ForegroundColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #000;--sapAssistant_Color2: #000;--sapAssistant_BackgroundGradient: linear-gradient(#fff, #fff);--sapAssistant_Background: #fff;--sapAssistant_BorderColor: #000;--sapAssistant_TextColor: #000;--sapAssistant_Hover_Background: #e97624;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #e97624;--sapAssistant_Active_BorderColor: #000;--sapAssistant_Active_TextColor: #000;--sapAssistant_Question_Background: #fff;--sapAssistant_Question_BorderColor: #000;--sapAssistant_Question_TextColor: #000;--sapAssistant_Answer_Background: #b3b3b3;--sapAssistant_Answer_BorderColor: #000;--sapAssistant_Answer_TextColor: #000;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_Hover_Background: #e97624;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #e97624;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_Hover_Background: #e97624;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #e97624;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #e97624;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #e97624;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #5c93ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #e97624;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #e97624;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #e97624;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #5c93ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #e97624;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #e97624;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #e97624;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #5c93ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #e97624;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #e97624;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #e97624;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #5c93ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #e97624;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #e97624;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #e97624;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #e97624;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #e97624;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #e97624;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #e97624;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #e97624;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #e97624;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #e97624;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #e97624;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #e97624;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #5c93ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #e97624;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #e97624;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #5c93ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #e97624;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #e97624;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #e97624;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #e97624;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #e97624;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #e97624;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #e97624;--sapList_SelectionBackgroundColor: #5c93ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #e97624;--sapList_Background: #fff;--sapList_Hover_Background: #e97624;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #e97624;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #e97624;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #e97624;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #e97624;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #e97624;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #5c93ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #e97624;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #e97624;--sapSlider_Active_HandleBackground: #e97624;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #e97624;--sapInfobar_Active_Background: #e97624;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #e97624;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--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: #000;--sapBlockLayer_Background: #fff;--sapTile_Background: #fff;--sapTile_Hover_Background: #e97624;--sapTile_Active_Background: #e97624;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff;--sapAccentBackgroundColor2: #fff;--sapAccentBackgroundColor3: #fff;--sapAccentBackgroundColor4: #fff;--sapAccentBackgroundColor5: #fff;--sapAccentBackgroundColor6: #fff;--sapAccentBackgroundColor7: #fff;--sapAccentBackgroundColor8: #fff;--sapAccentBackgroundColor9: #fff;--sapAccentBackgroundColor10: #fff;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #e97624;--sapIndicationColor_1_Active_Background: #e97624;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #5c93ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #e97624;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #e97624;--sapIndicationColor_2_Active_Background: #e97624;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #5c93ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #e97624;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #e97624;--sapIndicationColor_3_Active_Background: #e97624;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #5c93ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #e97624;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #e97624;--sapIndicationColor_4_Active_Background: #e97624;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #5c93ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #e97624;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #e97624;--sapIndicationColor_5_Active_Background: #e97624;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #5c93ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #e97624;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #e97624;--sapIndicationColor_6_Active_Background: #e97624;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #5c93ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #e97624;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #e97624;--sapIndicationColor_7_Active_Background: #e97624;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #5c93ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #e97624;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #e97624;--sapIndicationColor_8_Active_Background: #e97624;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #5c93ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #e97624;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #e97624;--sapIndicationColor_9_Active_Background: #e97624;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #5c93ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #e97624;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #e97624;--sapIndicationColor_10_Active_Background: #e97624;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #5c93ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #e97624;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_OrderedColor_1: #286ac3;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #057d47;--sapChart_OrderedColor_4: #e11e48;--sapChart_OrderedColor_5: #642eb2;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #232deb;--sapChart_OrderedColor_8: #9b136f;--sapChart_OrderedColor_9: #395563;--sapChart_OrderedColor_10: #e02e2e;--sapChart_OrderedColor_11: #0d3367;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #000;--sapChart_Sequence_1: #286ac3;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_3: #057d47;--sapChart_Sequence_4: #e11e48;--sapChart_Sequence_5: #642eb2;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_7: #232deb;--sapChart_Sequence_8: #9b136f;--sapChart_Sequence_9: #395563;--sapChart_Sequence_10: #e02e2e;--sapChart_Sequence_11: #0d3367;--sapChart_Sequence_Neutral: #000;}\n"}} |
@@ -1,1 +0,1 @@ | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon/parameters-bundle.css","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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\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: #b44f00;\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: #b44f00;\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: #eaecee;\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: #b44f00;\n --sapButton_Attention_Hover_Background: #fff;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #b44f00;\n --sapButton_Attention_Active_Background: #fff;\n --sapButton_Attention_Active_BorderColor: #ff8d34;\n --sapButton_Attention_Active_TextColor: #b44f00;\n --sapButton_Attention_Selected_Background: #fff;\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\n --sapButton_Attention_Selected_TextColor: #b44f00;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n"}} | ||
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon/parameters-bundle.css.json","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\": \"8.0.2\"},\"Version\":{\"Build\": \"11.12.0.20240207130903\",\"Source\": \"11.12.0\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #1d2d3e;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--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(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--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 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 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: .4;--sapContent_ContrastTextThreshold: .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: #a6cfff;--sapLink_SubtleColor: #1d2d3e;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--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 .125rem .125rem 0 rgba(34,53,72,.15), inset 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_Assistant_ForegroundColor: #5d36ff;--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);--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #1d2d3e;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #1d2d3e;--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: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--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: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.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: rgba(255,255,255,.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: rgba(255,255,255,.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 .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 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 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% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) 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 .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 .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 .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 .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: #617b94;--sapProgress_Value_BorderColor: #617b94;--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: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--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: #0070f2;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #3c8cdd;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_Bad: #f53232;--sapChart_Critical: #e76500;--sapChart_Good: #30914c;--sapChart_Neutral: #788fa6;--sapChart_Sequence_1: #0070f2;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_7: #3c8cdd;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_Neutral: #788fa6;}\n"}} |
@@ -0,30 +1,29 @@ | ||
// @ts-nocheck | ||
import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js"; | ||
const loadThemeProperties = async (themeName) => { | ||
switch (themeName) { | ||
case "sap_belize": return (await import("../assets/themes/sap_belize/parameters-bundle.css.json")).default; | ||
case "sap_belize_hcb": return (await import("../assets/themes/sap_belize_hcb/parameters-bundle.css.json")).default; | ||
case "sap_belize_hcw": return (await import("../assets/themes/sap_belize_hcw/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3": return (await import("../assets/themes/sap_fiori_3/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3_dark": return (await import("../assets/themes/sap_fiori_3_dark/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3_hcb": return (await import("../assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3_hcw": return (await import("../assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json")).default; | ||
case "sap_horizon": return (await import("../assets/themes/sap_horizon/parameters-bundle.css.json")).default; | ||
case "sap_horizon_dark": return (await import("../assets/themes/sap_horizon_dark/parameters-bundle.css.json")).default; | ||
case "sap_horizon_exp": return (await import("../assets/themes/sap_horizon_exp/parameters-bundle.css.json")).default; | ||
case "sap_horizon_hcb": return (await import("../assets/themes/sap_horizon_hcb/parameters-bundle.css.json")).default; | ||
case "sap_horizon_hcw": return (await import("../assets/themes/sap_horizon_hcw/parameters-bundle.css.json")).default; | ||
default: throw "unknown theme" | ||
} | ||
switch (themeName) { | ||
case "sap_fiori_3": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3-parameters-bundle" */ "../assets/themes/sap_fiori_3/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3_dark": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_dark-parameters-bundle" */ "../assets/themes/sap_fiori_3_dark/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3_hcb": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_hcb-parameters-bundle" */ "../assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json")).default; | ||
case "sap_fiori_3_hcw": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_hcw-parameters-bundle" */ "../assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json")).default; | ||
case "sap_horizon": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon-parameters-bundle" */ "../assets/themes/sap_horizon/parameters-bundle.css.json")).default; | ||
case "sap_horizon_dark": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_dark-parameters-bundle" */ "../assets/themes/sap_horizon_dark/parameters-bundle.css.json")).default; | ||
case "sap_horizon_dark_exp": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_dark_exp-parameters-bundle" */ "../assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json")).default; | ||
case "sap_horizon_exp": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_exp-parameters-bundle" */ "../assets/themes/sap_horizon_exp/parameters-bundle.css.json")).default; | ||
case "sap_horizon_hcb": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcb-parameters-bundle" */ "../assets/themes/sap_horizon_hcb/parameters-bundle.css.json")).default; | ||
case "sap_horizon_hcb_exp": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcb_exp-parameters-bundle" */ "../assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json")).default; | ||
case "sap_horizon_hcw": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcw-parameters-bundle" */ "../assets/themes/sap_horizon_hcw/parameters-bundle.css.json")).default; | ||
case "sap_horizon_hcw_exp": return (await import(/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcw_exp-parameters-bundle" */ "../assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json")).default; | ||
default: throw "unknown theme"; | ||
} | ||
}; | ||
const loadAndCheck = async (themeName) => { | ||
const data = await loadThemeProperties(themeName); | ||
if (typeof data === "string" && data.endsWith(".json")) { | ||
throw new Error(`[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use 'import ".../Assets-static.js"'. Check the "Assets" documentation for more information.`); | ||
} | ||
return data; | ||
const data = await loadThemeProperties(themeName); | ||
if (typeof data === "string" && data.endsWith(".json")) { | ||
throw new Error(`[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build. Check the "Assets" documentation for more information.`); | ||
} | ||
return data; | ||
}; | ||
["sap_belize", "sap_belize_hcb", "sap_belize_hcw", "sap_fiori_3", "sap_fiori_3_dark", "sap_fiori_3_hcb", "sap_fiori_3_hcw", "sap_horizon", "sap_horizon_dark", "sap_horizon_exp", "sap_horizon_hcb", "sap_horizon_hcw"] | ||
.forEach(themeName => registerThemePropertiesLoader("@ui5/webcomponents-theming", themeName, loadAndCheck)); | ||
["sap_fiori_3", "sap_fiori_3_dark", "sap_fiori_3_hcb", "sap_fiori_3_hcw", "sap_horizon", "sap_horizon_dark", "sap_horizon_dark_exp", "sap_horizon_exp", "sap_horizon_hcb", "sap_horizon_hcb_exp", "sap_horizon_hcw", "sap_horizon_hcw_exp"] | ||
.forEach(themeName => registerThemePropertiesLoader("@ui5/webcomponents-theming", themeName, loadAndCheck)); | ||
//# sourceMappingURL=Themes.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3_dark/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #91c8f6;\n --sapHighlightColor: #91c8f6;\n --sapBaseColor: #29313a;\n --sapShellColor: #354a5f;\n --sapBackgroundColor: #1c2228;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #fafafa;\n --sapLinkColor: #91c8f6;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #91c8f6;\n --sapHoverColor: #222a31;\n --sapActiveColor: #91c8f6;\n --sapHighlightTextColor: #29313a;\n --sapTitleColor: #fafafa;\n --sapNegativeColor: #ff8888;\n --sapCriticalColor: #fabd64;\n --sapPositiveColor: #abe2ab;\n --sapInformativeColor: #91c8f6;\n --sapNeutralColor: #d3d7d9;\n --sapNegativeElementColor: #ff8888;\n --sapCriticalElementColor: #fabd64;\n --sapPositiveElementColor: #abe2ab;\n --sapInformativeElementColor: #91c8f6;\n --sapNeutralElementColor: #d3d7d9;\n --sapNegativeTextColor: #ff8888;\n --sapCriticalTextColor: #fabd64;\n --sapPositiveTextColor: #abe2ab;\n --sapInformativeTextColor: #91c8f6;\n --sapNeutralTextColor: #d3d7d9;\n --sapErrorColor: #ff8888;\n --sapWarningColor: #fabd64;\n --sapSuccessColor: #abe2ab;\n --sapInformationColor: #91c8f6;\n --sapErrorBackground: #3b0000;\n --sapWarningBackground: #2b1a01;\n --sapSuccessBackground: #153c15;\n --sapInformationBackground: #062e4f;\n --sapNeutralBackground: #5c666b;\n --sapErrorBorderColor: #ff8888;\n --sapWarningBorderColor: #fabd64;\n --sapSuccessBorderColor: #abe2ab;\n --sapInformationBorderColor: #91c8f6;\n --sapNeutralBorderColor: #d3d7d9;\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.4;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #91c8f6;\n --sapContent_ContrastIconColor: #29313a;\n --sapContent_NonInteractiveIconColor: #d3d7d9;\n --sapContent_MarkerIconColor: #6bd3ff;\n --sapContent_MarkerTextColor: #7fc6c6;\n --sapContent_MeasureIndicatorColor: #8696a9;\n --sapContent_Selected_MeasureIndicatorColor: #8696a9;\n --sapContent_Placeholderloading_Background: #536376;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);\n --sapContent_ImagePlaceholderBackground: #687d94;\n --sapContent_ImagePlaceholderForegroundColor: #29313a;\n --sapContent_RatedColor: #ffc847;\n --sapContent_UnratedColor: #8696a9;\n --sapContent_BusyColor: #91c8f6;\n --sapContent_FocusColor: #fff;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .0625rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0 0.0625rem rgba(255,255,255,0.2), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);\n --sapContent_TextShadow: 0 0 0.125rem #000;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #3a4552;\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: #058088;\n --sapContent_HelpColor: #57b900;\n --sapContent_LabelColor: #d3d7d9;\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(250,250,250,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.55;\n --sapContent_ContrastTextColor: #29313a;\n --sapContent_ForegroundColor: #1c2228;\n --sapContent_ForegroundBorderColor: #8696a9;\n --sapContent_ForegroundTextColor: #fafafa;\n --sapContent_BadgeBackground: #d14242;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #91c8f6;\n --sapContent_Selected_TextColor: #29313a;\n --sapContent_Selected_Background: #91c8f6;\n --sapContent_Selected_Hover_Background: #83c1f5;\n --sapContent_Selected_ForegroundColor: #91c8f6;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #0a6ed1;\n --sapContent_Illustrative_Color2: #3793d1;\n --sapContent_Illustrative_Color3: #d69522;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #727f87;\n --sapContent_Illustrative_Color6: #9ba4aa;\n --sapContent_Illustrative_Color7: #43494b;\n --sapContent_Illustrative_Color8: #c2c8cc;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #ebf8ff;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #5dc122;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: none;\n --sapLink_Hover_Color: #62b0f2;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #91c8f6;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #91c8f6;\n --sapLink_InvertedColor: #d3e9fb;\n --sapLink_SubtleColor: #c0e0fa;\n --sapShell_Background: #232a31;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #354a5f;\n --sapShell_TextColor: #fafafa;\n --sapShell_InteractiveBackground: #354a5f;\n --sapShell_InteractiveTextColor: #d1e8ff;\n --sapShell_InteractiveBorderColor: #7996b4;\n --sapShell_GroupTitleTextColor: #fafafa;\n --sapShell_GroupTitleTextShadow: 0 0 0.125rem #000;\n --sapShell_Hover_Background: #283848;\n --sapShell_Active_Background: #23303e;\n --sapShell_Active_TextColor: #fafafa;\n --sapShell_Selected_Background: #23303e;\n --sapShell_Selected_TextColor: #fafafa;\n --sapShell_Selected_Hover_Background: #23303e;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #354a5f;\n --sapShell_Navigation_Hover_Background: #283848;\n --sapShell_Navigation_SelectedColor: #d1e8ff;\n --sapShell_Navigation_Selected_TextColor: #d1e8ff;\n --sapShell_Navigation_TextColor: #fafafa;\n --sapShell_Navigation_Active_TextColor: #fafafa;\n --sapShell_Navigation_Active_Background: #23303e;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);\n --sapShell_NegativeColor: #ff8888;\n --sapShell_CriticalColor: #fabd64;\n --sapShell_PositiveColor: #abe2ab;\n --sapShell_InformativeColor: #c0e0fa;\n --sapShell_NeutralColor: #d3d7d9;\n --sapShell_Category_1_Background: #6bd3ff;\n --sapShell_Category_1_BorderColor: #6bd3ff;\n --sapShell_Category_1_TextColor: #29313a;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #d88b8b;\n --sapShell_Category_2_BorderColor: #d88b8b;\n --sapShell_Category_2_TextColor: #29313a;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #f0b25f;\n --sapShell_Category_3_BorderColor: #f0b25f;\n --sapShell_Category_3_TextColor: #29313a;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #bb8aaf;\n --sapShell_Category_4_BorderColor: #bb8aaf;\n --sapShell_Category_4_TextColor: #29313a;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #ffb98d;\n --sapShell_Category_5_BorderColor: #ffb98d;\n --sapShell_Category_5_TextColor: #29313a;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #21c4c4;\n --sapShell_Category_6_BorderColor: #21c4c4;\n --sapShell_Category_6_TextColor: #29313a;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #de54c1;\n --sapShell_Category_7_BorderColor: #de54c1;\n --sapShell_Category_7_TextColor: #fafafa;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #afd645;\n --sapShell_Category_8_BorderColor: #afd645;\n --sapShell_Category_8_TextColor: #29313a;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #bbbcd2;\n --sapShell_Category_9_BorderColor: #bbbcd2;\n --sapShell_Category_9_TextColor: #29313a;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #b0bcc5;\n --sapShell_Category_10_BorderColor: #b0bcc5;\n --sapShell_Category_10_TextColor: #29313a;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #f58c4b;\n --sapShell_Category_11_BorderColor: #f58c4b;\n --sapShell_Category_11_TextColor: #29313a;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #c3c5fd;\n --sapShell_Category_12_BorderColor: #c3c5fd;\n --sapShell_Category_12_TextColor: #29313a;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #ffa1a1;\n --sapShell_Category_13_BorderColor: #ffa1a1;\n --sapShell_Category_13_TextColor: #29313a;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #a2c2c2;\n --sapShell_Category_14_BorderColor: #a2c2c2;\n --sapShell_Category_14_TextColor: #29313a;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #e9e9f0;\n --sapShell_Category_15_BorderColor: #e9e9f0;\n --sapShell_Category_15_TextColor: #29313a;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #aabc78;\n --sapShell_Category_16_BorderColor: #aabc78;\n --sapShell_Category_16_TextColor: #29313a;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #ffc847;\n --sapAvatar_1_BorderColor: #ffc847;\n --sapAvatar_1_TextColor: #29313a;\n --sapAvatar_2_Background: #e7a1a1;\n --sapAvatar_2_BorderColor: #e7a1a1;\n --sapAvatar_2_TextColor: #29313a;\n --sapAvatar_3_Background: #f37aa2;\n --sapAvatar_3_BorderColor: #f37aa2;\n --sapAvatar_3_TextColor: #29313a;\n --sapAvatar_4_Background: #e269c9;\n --sapAvatar_4_BorderColor: #e269c9;\n --sapAvatar_4_TextColor: #fafafa;\n --sapAvatar_5_Background: #8ca7d5;\n --sapAvatar_5_BorderColor: #8ca7d5;\n --sapAvatar_5_TextColor: #29313a;\n --sapAvatar_6_Background: #6bd3ff;\n --sapAvatar_6_BorderColor: #6bd3ff;\n --sapAvatar_6_TextColor: #29313a;\n --sapAvatar_7_Background: #7fc6c6;\n --sapAvatar_7_BorderColor: #7fc6c6;\n --sapAvatar_7_TextColor: #29313a;\n --sapAvatar_8_Background: #b2e484;\n --sapAvatar_8_BorderColor: #b2e484;\n --sapAvatar_8_TextColor: #29313a;\n --sapAvatar_9_Background: #b995e0;\n --sapAvatar_9_BorderColor: #b995e0;\n --sapAvatar_9_TextColor: #29313a;\n --sapAvatar_10_Background: #b0bcc5;\n --sapAvatar_10_BorderColor: #b0bcc5;\n --sapAvatar_10_TextColor: #29313a;\n --sapButton_Background: #29313a;\n --sapButton_BorderColor: #91c8f6;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .25rem;\n --sapButton_TextColor: #91c8f6;\n --sapButton_Hover_Background: #062e4f;\n --sapButton_Hover_BorderColor: #91c8f6;\n --sapButton_Hover_TextColor: #91c8f6;\n --sapButton_IconColor: #91c8f6;\n --sapButton_Active_Background: #91c8f6;\n --sapButton_Active_BorderColor: #91c8f6;\n --sapButton_Active_TextColor: #29313a;\n --sapButton_Emphasized_Background: #1b8dec;\n --sapButton_Emphasized_BorderColor: #1b8dec;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #2e96ee;\n --sapButton_Emphasized_Hover_BorderColor: #2e96ee;\n --sapButton_Emphasized_Hover_TextColor: #fafafa;\n --sapButton_Emphasized_Active_Background: #91c8f6;\n --sapButton_Emphasized_Active_BorderColor: #91c8f6;\n --sapButton_Emphasized_Active_TextColor: #29313a;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #29313a;\n --sapButton_Reject_BorderColor: #ff8888;\n --sapButton_Reject_TextColor: #f88;\n --sapButton_Reject_Hover_Background: #3b0000;\n --sapButton_Reject_Hover_BorderColor: #ff8888;\n --sapButton_Reject_Hover_TextColor: #f88;\n --sapButton_Reject_Active_Background: #ff6e6e;\n --sapButton_Reject_Active_BorderColor: #ff6e6e;\n --sapButton_Reject_Active_TextColor: #29313a;\n --sapButton_Reject_Selected_Background: #ff6e6e;\n --sapButton_Reject_Selected_BorderColor: #ff6e6e;\n --sapButton_Reject_Selected_TextColor: #29313a;\n --sapButton_Reject_Selected_Hover_Background: #f88;\n --sapButton_Reject_Selected_Hover_BorderColor: #f88;\n --sapButton_Accept_Background: #29313a;\n --sapButton_Accept_BorderColor: #abe2ab;\n --sapButton_Accept_TextColor: #abe2ab;\n --sapButton_Accept_Hover_Background: #153c15;\n --sapButton_Accept_Hover_BorderColor: #abe2ab;\n --sapButton_Accept_Hover_TextColor: #abe2ab;\n --sapButton_Accept_Active_Background: #98db98;\n --sapButton_Accept_Active_BorderColor: #98db98;\n --sapButton_Accept_Active_TextColor: #29313a;\n --sapButton_Accept_Selected_Background: #98db98;\n --sapButton_Accept_Selected_BorderColor: #98db98;\n --sapButton_Accept_Selected_TextColor: #29313a;\n --sapButton_Accept_Selected_Hover_Background: #abe2ab;\n --sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #91c8f6;\n --sapButton_Lite_Hover_Background: #062e4f;\n --sapButton_Lite_Hover_BorderColor: #91c8f6;\n --sapButton_Lite_Hover_TextColor: #91c8f6;\n --sapButton_Lite_Active_Background: #91c8f6;\n --sapButton_Lite_Active_BorderColor: #91c8f6;\n --sapButton_Selected_Background: #91c8f6;\n --sapButton_Selected_BorderColor: #91c8f6;\n --sapButton_Selected_TextColor: #29313a;\n --sapButton_Selected_Hover_Background: #83c1f5;\n --sapButton_Selected_Hover_BorderColor: #83c1f5;\n --sapButton_Attention_Background: #29313a;\n --sapButton_Attention_BorderColor: #fabd64;\n --sapButton_Attention_TextColor: #fabd64;\n --sapButton_Attention_Hover_Background: #2b1a01;\n --sapButton_Attention_Hover_BorderColor: #fabd64;\n --sapButton_Attention_Hover_TextColor: #fabd64;\n --sapButton_Attention_Active_Background: #f9b24b;\n --sapButton_Attention_Active_BorderColor: #f9b24b;\n --sapButton_Attention_Active_TextColor: #29313a;\n --sapButton_Attention_Selected_Background: #f9b24b;\n --sapButton_Attention_Selected_BorderColor: #f9b24b;\n --sapButton_Attention_Selected_TextColor: #29313a;\n --sapButton_Attention_Selected_Hover_Background: #fabd64;\n --sapButton_Attention_Selected_Hover_BorderColor: #fabd64;\n --sapButton_Negative_Background: #ff8888;\n --sapButton_Negative_BorderColor: #ff8888;\n --sapButton_Negative_TextColor: #29313a;\n --sapButton_Negative_Hover_Background: #ffa2a2;\n --sapButton_Negative_Hover_BorderColor: #ffa2a2;\n --sapButton_Negative_Hover_TextColor: #29313a;\n --sapButton_Negative_Active_Background: #fbb;\n --sapButton_Negative_Active_BorderColor: #fbb;\n --sapButton_Negative_Active_TextColor: #29313a;\n --sapButton_Critical_Background: #fabd64;\n --sapButton_Critical_BorderColor: #fabd64;\n --sapButton_Critical_TextColor: #29313a;\n --sapButton_Critical_Hover_Background: #fbc87d;\n --sapButton_Critical_Hover_BorderColor: #fbc87d;\n --sapButton_Critical_Hover_TextColor: #29313a;\n --sapButton_Critical_Active_Background: #fcd295;\n --sapButton_Critical_Active_BorderColor: #fcd295;\n --sapButton_Critical_Active_TextColor: #29313a;\n --sapButton_Success_Background: #abe2ab;\n --sapButton_Success_BorderColor: #abe2ab;\n --sapButton_Success_TextColor: #29313a;\n --sapButton_Success_Hover_Background: #bee9be;\n --sapButton_Success_Hover_BorderColor: #bee9be;\n --sapButton_Success_Hover_TextColor: #29313a;\n --sapButton_Success_Active_Background: #d1efd1;\n --sapButton_Success_Active_BorderColor: #d1efd1;\n --sapButton_Success_Active_TextColor: #29313a;\n --sapButton_Information_Background: #91c8f6;\n --sapButton_Information_BorderColor: #91c8f6;\n --sapButton_Information_TextColor: #29313a;\n --sapButton_Information_Hover_Background: #a9d4f8;\n --sapButton_Information_Hover_BorderColor: #a9d4f8;\n --sapButton_Information_Hover_TextColor: #29313a;\n --sapButton_Information_Active_Background: #c0e0fa;\n --sapButton_Information_Active_BorderColor: #c0e0fa;\n --sapButton_Information_Active_TextColor: #29313a;\n --sapButton_Neutral_Background: #d3d7d9;\n --sapButton_Neutral_BorderColor: #d3d7d9;\n --sapButton_Neutral_TextColor: #29313a;\n --sapButton_Neutral_Hover_Background: #e1e3e5;\n --sapButton_Neutral_Hover_BorderColor: #e1e3e5;\n --sapButton_Neutral_Hover_TextColor: #29313a;\n --sapButton_Neutral_Active_Background: #eef0f1;\n --sapButton_Neutral_Active_BorderColor: #eef0f1;\n --sapButton_Neutral_Active_TextColor: #29313a;\n --sapButton_Track_Background: #38434f;\n --sapButton_Track_BorderColor: #8696a9;\n --sapButton_Track_TextColor: #fafafa;\n --sapButton_Track_Hover_Background: #38434f;\n --sapButton_Track_Hover_BorderColor: #91c8f6;\n --sapButton_Track_Selected_Background: #062e4f;\n --sapButton_Track_Selected_BorderColor: #91c8f6;\n --sapButton_Track_Selected_TextColor: #fafafa;\n --sapButton_Track_Selected_Hover_Background: #062e4f;\n --sapButton_Track_Selected_Hover_BorderColor: #83c1f5;\n --sapButton_Handle_Background: #29313a;\n --sapButton_Handle_BorderColor: #8696a9;\n --sapButton_Handle_TextColor: #fafafa;\n --sapButton_Handle_Hover_Background: #062e4f;\n --sapButton_Handle_Hover_BorderColor: #91c8f6;\n --sapButton_Handle_Selected_Background: #91c8f6;\n --sapButton_Handle_Selected_BorderColor: #91c8f6;\n --sapButton_Handle_Selected_TextColor: #29313a;\n --sapButton_Handle_Selected_Hover_Background: #83c1f5;\n --sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;\n --sapButton_Track_Negative_Background: #3b0000;\n --sapButton_Track_Negative_BorderColor: #ff8888;\n --sapButton_Track_Negative_TextColor: #f88;\n --sapButton_Track_Negative_Hover_Background: #3b0000;\n --sapButton_Track_Negative_Hover_BorderColor: #ff8888;\n --sapButton_Handle_Negative_Background: #29313a;\n --sapButton_Handle_Negative_BorderColor: #ff8888;\n --sapButton_Handle_Negative_TextColor: #f88;\n --sapButton_Handle_Negative_Hover_Background: #3b0000;\n --sapButton_Handle_Negative_Hover_BorderColor: #ff8888;\n --sapButton_Track_Positive_Background: #153c15;\n --sapButton_Track_Positive_BorderColor: #abe2ab;\n --sapButton_Track_Positive_TextColor: #abe2ab;\n --sapButton_Track_Positive_Hover_Background: #153c15;\n --sapButton_Track_Positive_Hover_BorderColor: #abe2ab;\n --sapButton_Handle_Positive_Background: #29313a;\n --sapButton_Handle_Positive_BorderColor: #abe2ab;\n --sapButton_Handle_Positive_TextColor: #abe2ab;\n --sapButton_Handle_Positive_Hover_Background: #153c15;\n --sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;\n --sapButton_TokenBackground: #29313a;\n --sapButton_TokenBorderColor: #687d94;\n --sapField_Background: #29313a;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #fafafa;\n --sapField_PlaceholderTextColor: #b8bec1;\n --sapField_BorderColor: #8696a9;\n --sapField_HelpBackground: #29313a;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: .125rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #29313a;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #91c8f6;\n --sapField_Hover_HelpBackground: #062e4f;\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: #91c8f6;\n --sapField_Focus_Background: #29313a;\n --sapField_Focus_BorderColor: #8696a9;\n --sapField_Focus_HelpBackground: #29313a;\n --sapField_ReadOnly_Background: rgba(58,69,82,0.5);\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #546375;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: rgba(58,69,82,0.5);\n --sapField_RequiredColor: #e7a1a1;\n --sapField_InvalidColor: #ff8888;\n --sapField_InvalidBackground: #29313a;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: solid;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #fabd64;\n --sapField_WarningBackground: #29313a;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: solid;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #abe2ab;\n --sapField_SuccessBackground: #29313a;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #91c8f6;\n --sapField_InformationBackground: #29313a;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: solid;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: transparent;\n --sapGroup_TitleBorderColor: #495767;\n --sapGroup_TitleTextColor: #fafafa;\n --sapGroup_Title_FontSize: 1.125rem;\n --sapGroup_ContentBackground: #29313a;\n --sapGroup_ContentBorderColor: #3e4a58;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: transparent;\n --sapToolbar_SeparatorColor: #495767;\n --sapList_HeaderBackground: #232931;\n --sapList_HeaderBorderColor: #3a4552;\n --sapList_HeaderTextColor: #fafafa;\n --sapList_BorderColor: #3a4552;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #fafafa;\n --sapList_Active_TextColor: #29313a;\n --sapList_Active_Background: #91c8f6;\n --sapList_SelectionBackgroundColor: #344b5f;\n --sapList_SelectionBorderColor: #91c8f6;\n --sapList_Hover_SelectionBackground: #395369;\n --sapList_Background: #29313a;\n --sapList_Hover_Background: #2f3943;\n --sapList_AlternatingBackground: #232931;\n --sapList_GroupHeaderBackground: #29313a;\n --sapList_GroupHeaderBorderColor: #64778e;\n --sapList_GroupHeaderTextColor: #fafafa;\n --sapList_TableGroupHeaderBackground: #1c2228;\n --sapList_TableGroupHeaderBorderColor: #5a6b7f;\n --sapList_TableGroupHeaderTextColor: #fafafa;\n --sapList_FooterBackground: #252c34;\n --sapList_FooterTextColor: #fafafa;\n --sapList_TableFooterBorder: #4b596a;\n --sapList_TableFixedBorderColor: #8091a5;\n --sapMessage_ErrorBorderColor: #ff8888;\n --sapMessage_WarningBorderColor: #fabd64;\n --sapMessage_SuccessBorderColor: #abe2ab;\n --sapMessage_InformationBorderColor: #91c8f6;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #29313a;\n --sapProgress_BorderColor: #8696a9;\n --sapProgress_TextColor: #fafafa;\n --sapProgress_FontSize: .75rem;\n --sapProgress_NegativeBackground: #29313a;\n --sapProgress_NegativeBorderColor: #8696a9;\n --sapProgress_NegativeTextColor: #fafafa;\n --sapProgress_CriticalBackground: #29313a;\n --sapProgress_CriticalBorderColor: #8696a9;\n --sapProgress_CriticalTextColor: #fafafa;\n --sapProgress_PositiveBackground: #29313a;\n --sapProgress_PositiveBorderColor: #8696a9;\n --sapProgress_PositiveTextColor: #fafafa;\n --sapProgress_InformationBackground: #29313a;\n --sapProgress_InformationBorderColor: #8696a9;\n --sapProgress_InformationTextColor: #fafafa;\n --sapProgress_Value_Background: #d3d7d9;\n --sapProgress_Value_BorderColor: #8696a9;\n --sapProgress_Value_TextColor: #fafafa;\n --sapProgress_Value_NegativeBackground: #ff8888;\n --sapProgress_Value_NegativeBorderColor: #29313a;\n --sapProgress_Value_NegativeTextColor: #fafafa;\n --sapProgress_Value_CriticalBackground: #fabd64;\n --sapProgress_Value_CriticalBorderColor: #29313a;\n --sapProgress_Value_CriticalTextColor: #fafafa;\n --sapProgress_Value_PositiveBackground: #abe2ab;\n --sapProgress_Value_PositiveBorderColor: #29313a;\n --sapProgress_Value_PositiveTextColor: #fafafa;\n --sapProgress_Value_InformationBackground: #91c8f6;\n --sapProgress_Value_InformationBorderColor: #29313a;\n --sapProgress_Value_InformationTextColor: #fafafa;\n --sapScrollBar_FaceColor: #506273;\n --sapScrollBar_TrackColor: #090b0d;\n --sapScrollBar_BorderColor: #506273;\n --sapScrollBar_SymbolColor: #91c8f6;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #4a5a6a;\n --sapSlider_Background: #8696a9;\n --sapSlider_BorderColor: #8696a9;\n --sapSlider_Selected_Background: #91c8f6;\n --sapSlider_Selected_BorderColor: #91c8f6;\n --sapSlider_HandleBackground: #29313a;\n --sapSlider_HandleBorderColor: #8696a9;\n --sapSlider_RangeHandleBackground: transparent;\n --sapSlider_Hover_HandleBackground: #062e4f;\n --sapSlider_Hover_HandleBorderColor: #91c8f6;\n --sapSlider_Hover_RangeHandleBackground: #062e4f;\n --sapSlider_Active_HandleBackground: #91c8f6;\n --sapSlider_Active_HandleBorderColor: #91c8f6;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #29313a;\n --sapPageHeader_BorderColor: #3a4552;\n --sapPageHeader_TextColor: #fafafa;\n --sapPageFooter_Background: #2c3d50;\n --sapPageFooter_BorderColor: #3a516a;\n --sapPageFooter_TextColor: #fafafa;\n --sapInfobar_Background: #7fc6c6;\n --sapInfobar_Hover_Background: #74c1c1;\n --sapInfobar_Active_Background: #58b5b5;\n --sapInfobar_NonInteractive_Background: #14181c;\n --sapInfobar_TextColor: #29313a;\n --sapObjectHeader_Background: #29313a;\n --sapObjectHeader_Hover_Background: #2f3943;\n --sapObjectHeader_BorderColor: #3a4552;\n --sapObjectHeader_Title_TextColor: #fafafa;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #d3d7d9;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #29313a;\n --sapTile_Hover_Background: #21272e;\n --sapTile_Active_Background: #21272e;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: .25rem;\n --sapTile_TitleTextColor: #fafafa;\n --sapTile_TextColor: #d3d7d9;\n --sapTile_IconColor: #89a3bd;\n --sapTile_SeparatorColor: #424f5e;\n --sapTile_Interactive_BorderColor: #687d94;\n --sapTile_OverlayBackground: rgba(0,0,0,0.8);\n --sapTile_OverlayForegroundColor: #fafafa;\n --sapAccentColor1: #ffc847;\n --sapAccentColor2: #e7a1a1;\n --sapAccentColor3: #f37aa2;\n --sapAccentColor4: #e269c9;\n --sapAccentColor5: #8ca7d5;\n --sapAccentColor6: #6bd3ff;\n --sapAccentColor7: #7fc6c6;\n --sapAccentColor8: #b2e484;\n --sapAccentColor9: #b995e0;\n --sapAccentColor10: #b0bcc5;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #ff5555;\n --sapIndicationColor_1_Background: #ff5555;\n --sapIndicationColor_1_BorderColor: #ff5555;\n --sapIndicationColor_1_TextColor: #fafafa;\n --sapIndicationColor_1_Hover_Background: #ff6f6f;\n --sapIndicationColor_1_Active_Background: #f88;\n --sapIndicationColor_1_Active_BorderColor: #ff5555;\n --sapIndicationColor_1_Active_TextColor: #fafafa;\n --sapIndicationColor_1_Selected_Background: #f88;\n --sapIndicationColor_1_Selected_BorderColor: #ff5555;\n --sapIndicationColor_1_Selected_TextColor: #fafafa;\n --sapIndicationColor_1b: #5e0303;\n --sapIndicationColor_1b_BorderColor: #5e0303;\n --sapIndicationColor_1b_Hover_Background: #770404;\n --sapIndicationColor_2: #ff8888;\n --sapIndicationColor_2_Background: #ff8888;\n --sapIndicationColor_2_BorderColor: #ff8888;\n --sapIndicationColor_2_TextColor: #29313a;\n --sapIndicationColor_2_Hover_Background: #ffa2a2;\n --sapIndicationColor_2_Active_Background: #fbb;\n --sapIndicationColor_2_Active_BorderColor: #ff8888;\n --sapIndicationColor_2_Active_TextColor: #29313a;\n --sapIndicationColor_2_Selected_Background: #fbb;\n --sapIndicationColor_2_Selected_BorderColor: #ff8888;\n --sapIndicationColor_2_Selected_TextColor: #29313a;\n --sapIndicationColor_2b: #7d0000;\n --sapIndicationColor_2b_BorderColor: #7d0000;\n --sapIndicationColor_2b_Hover_Background: #970000;\n --sapIndicationColor_3: #fabd64;\n --sapIndicationColor_3_Background: #fabd64;\n --sapIndicationColor_3_BorderColor: #fabd64;\n --sapIndicationColor_3_TextColor: #29313a;\n --sapIndicationColor_3_Hover_Background: #fac373;\n --sapIndicationColor_3_Active_Background: #fbca82;\n --sapIndicationColor_3_Active_BorderColor: #fabd64;\n --sapIndicationColor_3_Active_TextColor: #29313a;\n --sapIndicationColor_3_Selected_Background: #fbca82;\n --sapIndicationColor_3_Selected_BorderColor: #fabd64;\n --sapIndicationColor_3_Selected_TextColor: #29313a;\n --sapIndicationColor_3b: #662b00;\n --sapIndicationColor_3b_BorderColor: #662b00;\n --sapIndicationColor_3b_Hover_Background: #803600;\n --sapIndicationColor_4: #abe2ab;\n --sapIndicationColor_4_Background: #abe2ab;\n --sapIndicationColor_4_BorderColor: #abe2ab;\n --sapIndicationColor_4_TextColor: #29313a;\n --sapIndicationColor_4_Hover_Background: #bee9be;\n --sapIndicationColor_4_Active_Background: #d1efd1;\n --sapIndicationColor_4_Active_BorderColor: #abe2ab;\n --sapIndicationColor_4_Active_TextColor: #29313a;\n --sapIndicationColor_4_Selected_Background: #d1efd1;\n --sapIndicationColor_4_Selected_BorderColor: #abe2ab;\n --sapIndicationColor_4_Selected_TextColor: #29313a;\n --sapIndicationColor_4b: #044a18;\n --sapIndicationColor_4b_BorderColor: #044a18;\n --sapIndicationColor_4b_Hover_Background: #056220;\n --sapIndicationColor_5: #91c8f6;\n --sapIndicationColor_5_Background: #91c8f6;\n --sapIndicationColor_5_BorderColor: #91c8f6;\n --sapIndicationColor_5_TextColor: #29313a;\n --sapIndicationColor_5_Hover_Background: #a9d4f8;\n --sapIndicationColor_5_Active_Background: #c0e0fa;\n --sapIndicationColor_5_Active_BorderColor: #91c8f6;\n --sapIndicationColor_5_Active_TextColor: #29313a;\n --sapIndicationColor_5_Selected_Background: #c0e0fa;\n --sapIndicationColor_5_Selected_BorderColor: #91c8f6;\n --sapIndicationColor_5_Selected_TextColor: #29313a;\n --sapIndicationColor_5b: #024594;\n --sapIndicationColor_5b_BorderColor: #024594;\n --sapIndicationColor_5b_Hover_Background: #0251ad;\n --sapIndicationColor_6: #7fc6c6;\n --sapIndicationColor_6_Background: #7fc6c6;\n --sapIndicationColor_6_BorderColor: #7fc6c6;\n --sapIndicationColor_6_TextColor: #29313a;\n --sapIndicationColor_6_Hover_Background: #91cece;\n --sapIndicationColor_6_Active_Background: #a2d6d6;\n --sapIndicationColor_6_Active_BorderColor: #7fc6c6;\n --sapIndicationColor_6_Active_TextColor: #29313a;\n --sapIndicationColor_6_Selected_Background: #a2d6d6;\n --sapIndicationColor_6_Selected_BorderColor: #7fc6c6;\n --sapIndicationColor_6_Selected_TextColor: #29313a;\n --sapIndicationColor_6b: #00454e;\n --sapIndicationColor_6b_BorderColor: #00454e;\n --sapIndicationColor_6b_Hover_Background: #005c68;\n --sapIndicationColor_7: #b995e0;\n --sapIndicationColor_7_Background: #b995e0;\n --sapIndicationColor_7_BorderColor: #b995e0;\n --sapIndicationColor_7_TextColor: #29313a;\n --sapIndicationColor_7_Hover_Background: #c6a9e6;\n --sapIndicationColor_7_Active_Background: #d3bcec;\n --sapIndicationColor_7_Active_BorderColor: #b995e0;\n --sapIndicationColor_7_Active_TextColor: #29313a;\n --sapIndicationColor_7_Selected_Background: #d3bcec;\n --sapIndicationColor_7_Selected_BorderColor: #b995e0;\n --sapIndicationColor_7_Selected_TextColor: #29313a;\n --sapIndicationColor_7b: #2702c2;\n --sapIndicationColor_7b_BorderColor: #2702c2;\n --sapIndicationColor_7b_Hover_Background: #2c02db;\n --sapIndicationColor_8: #e269c9;\n --sapIndicationColor_8_Background: #e269c9;\n --sapIndicationColor_8_BorderColor: #e269c9;\n --sapIndicationColor_8_TextColor: #fafafa;\n --sapIndicationColor_8_Hover_Background: #e67ed1;\n --sapIndicationColor_8_Active_Background: #ea94d8;\n --sapIndicationColor_8_Active_BorderColor: #e269c9;\n --sapIndicationColor_8_Active_TextColor: #fafafa;\n --sapIndicationColor_8_Selected_Background: #ea94d8;\n --sapIndicationColor_8_Selected_BorderColor: #e269c9;\n --sapIndicationColor_8_Selected_TextColor: #fafafa;\n --sapIndicationColor_8b: #4c005b;\n --sapIndicationColor_8b_BorderColor: #4c005b;\n --sapIndicationColor_8b_Hover_Background: #610075;\n --sapIndicationColor_9: #f2f2f2;\n --sapIndicationColor_9_Background: #f2f2f2;\n --sapIndicationColor_9_BorderColor: #f2f2f2;\n --sapIndicationColor_9_TextColor: #29313a;\n --sapIndicationColor_9_Hover_Background: #fff;\n --sapIndicationColor_9_Active_Background: #fff;\n --sapIndicationColor_9_Active_BorderColor: #f2f2f2;\n --sapIndicationColor_9_Active_TextColor: #29313a;\n --sapIndicationColor_9_Selected_Background: #fff;\n --sapIndicationColor_9_Selected_BorderColor: #f2f2f2;\n --sapIndicationColor_9_Selected_TextColor: #29313a;\n --sapIndicationColor_9b: #1d232a;\n --sapIndicationColor_9b_BorderColor: #3e4b5a;\n --sapIndicationColor_9b_Hover_Background: #273039;\n --sapIndicationColor_10: #d8d8d8;\n --sapIndicationColor_10_Background: #d8d8d8;\n --sapIndicationColor_10_BorderColor: #d8d8d8;\n --sapIndicationColor_10_TextColor: #29313a;\n --sapIndicationColor_10_Hover_Background: #e5e5e5;\n --sapIndicationColor_10_Active_Background: #f2f2f2;\n --sapIndicationColor_10_Active_BorderColor: #d8d8d8;\n --sapIndicationColor_10_Active_TextColor: #29313a;\n --sapIndicationColor_10_Selected_Background: #f2f2f2;\n --sapIndicationColor_10_Selected_BorderColor: #d8d8d8;\n --sapIndicationColor_10_Selected_TextColor: #29313a;\n --sapIndicationColor_10b: #373737;\n --sapIndicationColor_10b_BorderColor: #373737;\n --sapIndicationColor_10b_Hover_Background: #444;\n --sapLegend_WorkingBackground: #2d3640;\n --sapLegend_NonWorkingBackground: #445261;\n --sapLegend_CurrentDateTime: #e269c9;\n --sapLegendColor1: #f0b25f;\n --sapLegendColor2: #f58c4b;\n --sapLegendColor3: #d88b8b;\n --sapLegendColor4: #bd8969;\n --sapLegendColor5: #de54c1;\n --sapLegendColor6: #6bd3ff;\n --sapLegendColor7: #21c4c4;\n --sapLegendColor8: #afd645;\n --sapLegendColor9: #b0bcc5;\n --sapLegendColor10: #bb8aaf;\n --sapLegendColor11: #d1b575;\n --sapLegendColor12: #ffb98d;\n --sapLegendColor13: #ffa1a1;\n --sapLegendColor14: #d5b39e;\n --sapLegendColor15: #b7a8b3;\n --sapLegendColor16: #bbbcd2;\n --sapLegendColor17: #a2c2c2;\n --sapLegendColor18: #aabc78;\n --sapLegendColor19: #a9d4ff;\n --sapLegendColor20: #c3c5fd;\n --sapLegendBackgroundColor1: #402706;\n --sapLegendBackgroundColor2: #421c04;\n --sapLegendBackgroundColor3: #341111;\n --sapLegendBackgroundColor4: #302015;\n --sapLegendBackgroundColor5: #3c0c32;\n --sapLegendBackgroundColor6: #003247;\n --sapLegendBackgroundColor7: #0a3d3d;\n --sapLegendBackgroundColor8: #303d0d;\n --sapLegendBackgroundColor9: #1f252a;\n --sapLegendBackgroundColor10: #2c1a28;\n --sapLegendBackgroundColor11: #352a12;\n --sapLegendBackgroundColor12: #461b00;\n --sapLegendBackgroundColor13: #450000;\n --sapLegendBackgroundColor14: #312015;\n --sapLegendBackgroundColor15: #272025;\n --sapLegendBackgroundColor16: #1c1d2a;\n --sapLegendBackgroundColor17: #1c2b2b;\n --sapLegendBackgroundColor18: #2b3118;\n --sapLegendBackgroundColor19: #002448;\n --sapLegendBackgroundColor20: #020544;\n --sapChart_OrderedColor_1: #5899da;\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: #525df4;\n --sapChart_OrderedColor_8: #bf399e;\n --sapChart_OrderedColor_9: #6c8893;\n --sapChart_OrderedColor_10: #ee6868;\n --sapChart_OrderedColor_11: #3571aa;\n --sapChart_Bad: #dc0d0e;\n --sapChart_Critical: #de890d;\n --sapChart_Good: #3fa45b;\n --sapChart_Neutral: #848f94;\n --sapChart_Sequence_1: #5899da;\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: #525df4;\n --sapChart_Sequence_8: #bf399e;\n --sapChart_Sequence_9: #6c8893;\n --sapChart_Sequence_10: #ee6868;\n --sapChart_Sequence_11: #3571aa;\n --sapChart_Sequence_Neutral: #848f94;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_dark.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_dark.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3_dark/parameters-bundle.css.ts", content: `:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","DarkColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #91c8f6;--sapHighlightColor: #91c8f6;--sapBaseColor: #29313a;--sapShellColor: #354a5f;--sapBackgroundColor: #1c2228;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #fafafa;--sapLinkColor: #91c8f6;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #91c8f6;--sapHoverColor: #222a31;--sapActiveColor: #91c8f6;--sapHighlightTextColor: #29313a;--sapTitleColor: #fafafa;--sapNegativeColor: #ff8888;--sapCriticalColor: #fabd64;--sapPositiveColor: #abe2ab;--sapInformativeColor: #91c8f6;--sapNeutralColor: #d3d7d9;--sapNegativeElementColor: #ff8888;--sapCriticalElementColor: #fabd64;--sapPositiveElementColor: #abe2ab;--sapInformativeElementColor: #91c8f6;--sapNeutralElementColor: #d3d7d9;--sapNegativeTextColor: #ff8888;--sapCriticalTextColor: #fabd64;--sapPositiveTextColor: #abe2ab;--sapInformativeTextColor: #91c8f6;--sapNeutralTextColor: #d3d7d9;--sapErrorColor: #ff8888;--sapWarningColor: #fabd64;--sapSuccessColor: #abe2ab;--sapInformationColor: #91c8f6;--sapErrorBackground: #3b0000;--sapWarningBackground: #2b1a01;--sapSuccessBackground: #153c15;--sapInformationBackground: #062e4f;--sapNeutralBackground: #5c666b;--sapErrorBorderColor: #ff8888;--sapWarningBorderColor: #fabd64;--sapSuccessBorderColor: #abe2ab;--sapInformationBorderColor: #91c8f6;--sapNeutralBorderColor: #d3d7d9;--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.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #91c8f6;--sapContent_ContrastIconColor: #29313a;--sapContent_NonInteractiveIconColor: #d3d7d9;--sapContent_MarkerIconColor: #6bd3ff;--sapContent_MarkerTextColor: #7fc6c6;--sapContent_MeasureIndicatorColor: #8696a9;--sapContent_Selected_MeasureIndicatorColor: #8696a9;--sapContent_Placeholderloading_Background: #536376;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);--sapContent_ImagePlaceholderBackground: #687d94;--sapContent_ImagePlaceholderForegroundColor: #29313a;--sapContent_RatedColor: #ffc847;--sapContent_UnratedColor: #8696a9;--sapContent_BusyColor: #91c8f6;--sapContent_FocusColor: #fff;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(255,255,255,.2), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.5), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #3a4552;--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: #058088;--sapContent_HelpColor: #57b900;--sapContent_LabelColor: #d3d7d9;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(250,250,250,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .55;--sapContent_ContrastTextColor: #29313a;--sapContent_ForegroundColor: #1c2228;--sapContent_ForegroundBorderColor: #8696a9;--sapContent_ForegroundTextColor: #fafafa;--sapContent_BadgeBackground: #d14242;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #91c8f6;--sapContent_Selected_TextColor: #29313a;--sapContent_Selected_Background: #91c8f6;--sapContent_Selected_Hover_Background: #83c1f5;--sapContent_Selected_ForegroundColor: #91c8f6;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #0a6ed1;--sapContent_Illustrative_Color2: #3793d1;--sapContent_Illustrative_Color3: #d69522;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #727f87;--sapContent_Illustrative_Color6: #9ba4aa;--sapContent_Illustrative_Color7: #43494b;--sapContent_Illustrative_Color8: #c2c8cc;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #5dc122;--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", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #62b0f2;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #91c8f6;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #91c8f6;--sapLink_InvertedColor: #d3e9fb;--sapLink_SubtleColor: #c0e0fa;--sapShell_Background: #232a31;--sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fafafa;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #fafafa;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fafafa;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fafafa;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fafafa;--sapShell_Navigation_Active_TextColor: #fafafa;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #ff8888;--sapShell_CriticalColor: #fabd64;--sapShell_PositiveColor: #abe2ab;--sapShell_InformativeColor: #c0e0fa;--sapShell_NeutralColor: #d3d7d9;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_Category_1_Background: #6bd3ff;--sapShell_Category_1_BorderColor: #6bd3ff;--sapShell_Category_1_TextColor: #29313a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #d88b8b;--sapShell_Category_2_BorderColor: #d88b8b;--sapShell_Category_2_TextColor: #29313a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #f0b25f;--sapShell_Category_3_BorderColor: #f0b25f;--sapShell_Category_3_TextColor: #29313a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #bb8aaf;--sapShell_Category_4_BorderColor: #bb8aaf;--sapShell_Category_4_TextColor: #29313a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #ffb98d;--sapShell_Category_5_BorderColor: #ffb98d;--sapShell_Category_5_TextColor: #29313a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #21c4c4;--sapShell_Category_6_BorderColor: #21c4c4;--sapShell_Category_6_TextColor: #29313a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #de54c1;--sapShell_Category_7_BorderColor: #de54c1;--sapShell_Category_7_TextColor: #fafafa;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #afd645;--sapShell_Category_8_BorderColor: #afd645;--sapShell_Category_8_TextColor: #29313a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #bbbcd2;--sapShell_Category_9_BorderColor: #bbbcd2;--sapShell_Category_9_TextColor: #29313a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #b0bcc5;--sapShell_Category_10_BorderColor: #b0bcc5;--sapShell_Category_10_TextColor: #29313a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #f58c4b;--sapShell_Category_11_BorderColor: #f58c4b;--sapShell_Category_11_TextColor: #29313a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #c3c5fd;--sapShell_Category_12_BorderColor: #c3c5fd;--sapShell_Category_12_TextColor: #29313a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #ffa1a1;--sapShell_Category_13_BorderColor: #ffa1a1;--sapShell_Category_13_TextColor: #29313a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #a2c2c2;--sapShell_Category_14_BorderColor: #a2c2c2;--sapShell_Category_14_TextColor: #29313a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #e9e9f0;--sapShell_Category_15_BorderColor: #e9e9f0;--sapShell_Category_15_TextColor: #29313a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #aabc78;--sapShell_Category_16_BorderColor: #aabc78;--sapShell_Category_16_TextColor: #29313a;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fafafa;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #fafafa;--sapAssistant_Answer_Background: #14181c;--sapAssistant_Answer_BorderColor: #14181c;--sapAssistant_Answer_TextColor: #fafafa;--sapAvatar_1_Background: #ffc847;--sapAvatar_1_BorderColor: #ffc847;--sapAvatar_1_TextColor: #29313a;--sapAvatar_2_Background: #e7a1a1;--sapAvatar_2_BorderColor: #e7a1a1;--sapAvatar_2_TextColor: #29313a;--sapAvatar_3_Background: #f37aa2;--sapAvatar_3_BorderColor: #f37aa2;--sapAvatar_3_TextColor: #29313a;--sapAvatar_4_Background: #e269c9;--sapAvatar_4_BorderColor: #e269c9;--sapAvatar_4_TextColor: #fafafa;--sapAvatar_5_Background: #8ca7d5;--sapAvatar_5_BorderColor: #8ca7d5;--sapAvatar_5_TextColor: #29313a;--sapAvatar_6_Background: #6bd3ff;--sapAvatar_6_BorderColor: #6bd3ff;--sapAvatar_6_TextColor: #29313a;--sapAvatar_7_Background: #7fc6c6;--sapAvatar_7_BorderColor: #7fc6c6;--sapAvatar_7_TextColor: #29313a;--sapAvatar_8_Background: #b2e484;--sapAvatar_8_BorderColor: #b2e484;--sapAvatar_8_TextColor: #29313a;--sapAvatar_9_Background: #b995e0;--sapAvatar_9_BorderColor: #b995e0;--sapAvatar_9_TextColor: #29313a;--sapAvatar_10_Background: #b0bcc5;--sapAvatar_10_BorderColor: #b0bcc5;--sapAvatar_10_TextColor: #29313a;--sapButton_Background: #29313a;--sapButton_BorderColor: #91c8f6;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #91c8f6;--sapButton_Hover_Background: #062e4f;--sapButton_Hover_BorderColor: #91c8f6;--sapButton_Hover_TextColor: #91c8f6;--sapButton_IconColor: #91c8f6;--sapButton_Active_Background: #91c8f6;--sapButton_Active_BorderColor: #91c8f6;--sapButton_Active_TextColor: #29313a;--sapButton_Emphasized_Background: #1b8dec;--sapButton_Emphasized_BorderColor: #1b8dec;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #2e96ee;--sapButton_Emphasized_Hover_BorderColor: #2e96ee;--sapButton_Emphasized_Hover_TextColor: #fafafa;--sapButton_Emphasized_Active_Background: #91c8f6;--sapButton_Emphasized_Active_BorderColor: #91c8f6;--sapButton_Emphasized_Active_TextColor: #29313a;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #29313a;--sapButton_Reject_BorderColor: #ff8888;--sapButton_Reject_TextColor: #f88;--sapButton_Reject_Hover_Background: #3b0000;--sapButton_Reject_Hover_BorderColor: #ff8888;--sapButton_Reject_Hover_TextColor: #f88;--sapButton_Reject_Active_Background: #ff6e6e;--sapButton_Reject_Active_BorderColor: #ff6e6e;--sapButton_Reject_Active_TextColor: #29313a;--sapButton_Reject_Selected_Background: #ff6e6e;--sapButton_Reject_Selected_BorderColor: #ff6e6e;--sapButton_Reject_Selected_TextColor: #29313a;--sapButton_Reject_Selected_Hover_Background: #f88;--sapButton_Reject_Selected_Hover_BorderColor: #f88;--sapButton_Accept_Background: #29313a;--sapButton_Accept_BorderColor: #abe2ab;--sapButton_Accept_TextColor: #abe2ab;--sapButton_Accept_Hover_Background: #153c15;--sapButton_Accept_Hover_BorderColor: #abe2ab;--sapButton_Accept_Hover_TextColor: #abe2ab;--sapButton_Accept_Active_Background: #98db98;--sapButton_Accept_Active_BorderColor: #98db98;--sapButton_Accept_Active_TextColor: #29313a;--sapButton_Accept_Selected_Background: #98db98;--sapButton_Accept_Selected_BorderColor: #98db98;--sapButton_Accept_Selected_TextColor: #29313a;--sapButton_Accept_Selected_Hover_Background: #abe2ab;--sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #91c8f6;--sapButton_Lite_Hover_Background: #062e4f;--sapButton_Lite_Hover_BorderColor: #91c8f6;--sapButton_Lite_Hover_TextColor: #91c8f6;--sapButton_Lite_Active_Background: #91c8f6;--sapButton_Lite_Active_BorderColor: #91c8f6;--sapButton_Selected_Background: #91c8f6;--sapButton_Selected_BorderColor: #91c8f6;--sapButton_Selected_TextColor: #29313a;--sapButton_Selected_Hover_Background: #83c1f5;--sapButton_Selected_Hover_BorderColor: #83c1f5;--sapButton_Attention_Background: #29313a;--sapButton_Attention_BorderColor: #fabd64;--sapButton_Attention_TextColor: #fabd64;--sapButton_Attention_Hover_Background: #2b1a01;--sapButton_Attention_Hover_BorderColor: #fabd64;--sapButton_Attention_Hover_TextColor: #fabd64;--sapButton_Attention_Active_Background: #f9b24b;--sapButton_Attention_Active_BorderColor: #f9b24b;--sapButton_Attention_Active_TextColor: #29313a;--sapButton_Attention_Selected_Background: #f9b24b;--sapButton_Attention_Selected_BorderColor: #f9b24b;--sapButton_Attention_Selected_TextColor: #29313a;--sapButton_Attention_Selected_Hover_Background: #fabd64;--sapButton_Attention_Selected_Hover_BorderColor: #fabd64;--sapButton_Negative_Background: #ff8888;--sapButton_Negative_BorderColor: #ff8888;--sapButton_Negative_TextColor: #29313a;--sapButton_Negative_Hover_Background: #ffa2a2;--sapButton_Negative_Hover_BorderColor: #ffa2a2;--sapButton_Negative_Hover_TextColor: #29313a;--sapButton_Negative_Active_Background: #fbb;--sapButton_Negative_Active_BorderColor: #fbb;--sapButton_Negative_Active_TextColor: #29313a;--sapButton_Critical_Background: #fabd64;--sapButton_Critical_BorderColor: #fabd64;--sapButton_Critical_TextColor: #29313a;--sapButton_Critical_Hover_Background: #fbc87d;--sapButton_Critical_Hover_BorderColor: #fbc87d;--sapButton_Critical_Hover_TextColor: #29313a;--sapButton_Critical_Active_Background: #fcd295;--sapButton_Critical_Active_BorderColor: #fcd295;--sapButton_Critical_Active_TextColor: #29313a;--sapButton_Success_Background: #abe2ab;--sapButton_Success_BorderColor: #abe2ab;--sapButton_Success_TextColor: #29313a;--sapButton_Success_Hover_Background: #bee9be;--sapButton_Success_Hover_BorderColor: #bee9be;--sapButton_Success_Hover_TextColor: #29313a;--sapButton_Success_Active_Background: #d1efd1;--sapButton_Success_Active_BorderColor: #d1efd1;--sapButton_Success_Active_TextColor: #29313a;--sapButton_Information_Background: #91c8f6;--sapButton_Information_BorderColor: #91c8f6;--sapButton_Information_TextColor: #29313a;--sapButton_Information_Hover_Background: #a9d4f8;--sapButton_Information_Hover_BorderColor: #a9d4f8;--sapButton_Information_Hover_TextColor: #29313a;--sapButton_Information_Active_Background: #c0e0fa;--sapButton_Information_Active_BorderColor: #c0e0fa;--sapButton_Information_Active_TextColor: #29313a;--sapButton_Neutral_Background: #d3d7d9;--sapButton_Neutral_BorderColor: #d3d7d9;--sapButton_Neutral_TextColor: #29313a;--sapButton_Neutral_Hover_Background: #e1e3e5;--sapButton_Neutral_Hover_BorderColor: #e1e3e5;--sapButton_Neutral_Hover_TextColor: #29313a;--sapButton_Neutral_Active_Background: #eef0f1;--sapButton_Neutral_Active_BorderColor: #eef0f1;--sapButton_Neutral_Active_TextColor: #29313a;--sapButton_Track_Background: #38434f;--sapButton_Track_BorderColor: #8696a9;--sapButton_Track_TextColor: #fafafa;--sapButton_Track_Hover_Background: #38434f;--sapButton_Track_Hover_BorderColor: #91c8f6;--sapButton_Track_Selected_Background: #062e4f;--sapButton_Track_Selected_BorderColor: #91c8f6;--sapButton_Track_Selected_TextColor: #fafafa;--sapButton_Track_Selected_Hover_Background: #062e4f;--sapButton_Track_Selected_Hover_BorderColor: #83c1f5;--sapButton_Handle_Background: #29313a;--sapButton_Handle_BorderColor: #8696a9;--sapButton_Handle_TextColor: #fafafa;--sapButton_Handle_Hover_Background: #062e4f;--sapButton_Handle_Hover_BorderColor: #91c8f6;--sapButton_Handle_Selected_Background: #91c8f6;--sapButton_Handle_Selected_BorderColor: #91c8f6;--sapButton_Handle_Selected_TextColor: #29313a;--sapButton_Handle_Selected_Hover_Background: #83c1f5;--sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;--sapButton_Track_Negative_Background: #3b0000;--sapButton_Track_Negative_BorderColor: #ff8888;--sapButton_Track_Negative_TextColor: #f88;--sapButton_Track_Negative_Hover_Background: #3b0000;--sapButton_Track_Negative_Hover_BorderColor: #ff8888;--sapButton_Handle_Negative_Background: #29313a;--sapButton_Handle_Negative_BorderColor: #ff8888;--sapButton_Handle_Negative_TextColor: #f88;--sapButton_Handle_Negative_Hover_Background: #3b0000;--sapButton_Handle_Negative_Hover_BorderColor: #ff8888;--sapButton_Track_Positive_Background: #153c15;--sapButton_Track_Positive_BorderColor: #abe2ab;--sapButton_Track_Positive_TextColor: #abe2ab;--sapButton_Track_Positive_Hover_Background: #153c15;--sapButton_Track_Positive_Hover_BorderColor: #abe2ab;--sapButton_Handle_Positive_Background: #29313a;--sapButton_Handle_Positive_BorderColor: #abe2ab;--sapButton_Handle_Positive_TextColor: #abe2ab;--sapButton_Handle_Positive_Hover_Background: #153c15;--sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;--sapButton_TokenBackground: #29313a;--sapButton_TokenBorderColor: #687d94;--sapField_Background: #29313a;--sapField_BackgroundStyle: none;--sapField_TextColor: #fafafa;--sapField_PlaceholderTextColor: #b8bec1;--sapField_BorderColor: #8696a9;--sapField_HelpBackground: #29313a;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #29313a;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #91c8f6;--sapField_Hover_HelpBackground: #062e4f;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #91c8f6;--sapField_Focus_Background: #29313a;--sapField_Focus_BorderColor: #8696a9;--sapField_Focus_HelpBackground: #29313a;--sapField_ReadOnly_Background: rgba(58,69,82,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #546375;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(58,69,82,.5);--sapField_RequiredColor: #e7a1a1;--sapField_InvalidColor: #ff8888;--sapField_InvalidBackground: #29313a;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #fabd64;--sapField_WarningBackground: #29313a;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #abe2ab;--sapField_SuccessBackground: #29313a;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #91c8f6;--sapField_InformationBackground: #29313a;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #495767;--sapGroup_TitleTextColor: #fafafa;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #29313a;--sapGroup_ContentBorderColor: #3e4a58;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #495767;--sapList_HeaderBackground: #232931;--sapList_HeaderBorderColor: #3a4552;--sapList_HeaderTextColor: #fafafa;--sapList_BorderColor: #3a4552;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #fafafa;--sapList_Active_TextColor: #29313a;--sapList_Active_Background: #91c8f6;--sapList_SelectionBackgroundColor: #344b5f;--sapList_SelectionBorderColor: #91c8f6;--sapList_Hover_SelectionBackground: #395369;--sapList_Background: #29313a;--sapList_Hover_Background: #222a31;--sapList_AlternatingBackground: #232931;--sapList_GroupHeaderBackground: #29313a;--sapList_GroupHeaderBorderColor: #64778e;--sapList_GroupHeaderTextColor: #fafafa;--sapList_TableGroupHeaderBackground: #1c2228;--sapList_TableGroupHeaderBorderColor: #5a6b7f;--sapList_TableGroupHeaderTextColor: #fafafa;--sapList_FooterBackground: #252c34;--sapList_FooterTextColor: #fafafa;--sapList_TableFooterBorder: #4b596a;--sapList_TableFixedBorderColor: #8091a5;--sapMessage_ErrorBorderColor: #ff8888;--sapMessage_WarningBorderColor: #fabd64;--sapMessage_SuccessBorderColor: #abe2ab;--sapMessage_InformationBorderColor: #91c8f6;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #29313a;--sapProgress_BorderColor: #8696a9;--sapProgress_TextColor: #fafafa;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #29313a;--sapProgress_NegativeBorderColor: #8696a9;--sapProgress_NegativeTextColor: #fafafa;--sapProgress_CriticalBackground: #29313a;--sapProgress_CriticalBorderColor: #8696a9;--sapProgress_CriticalTextColor: #fafafa;--sapProgress_PositiveBackground: #29313a;--sapProgress_PositiveBorderColor: #8696a9;--sapProgress_PositiveTextColor: #fafafa;--sapProgress_InformationBackground: #29313a;--sapProgress_InformationBorderColor: #8696a9;--sapProgress_InformationTextColor: #fafafa;--sapProgress_Value_Background: #d3d7d9;--sapProgress_Value_BorderColor: #8696a9;--sapProgress_Value_TextColor: #fafafa;--sapProgress_Value_NegativeBackground: #ff8888;--sapProgress_Value_NegativeBorderColor: #29313a;--sapProgress_Value_NegativeTextColor: #fafafa;--sapProgress_Value_CriticalBackground: #fabd64;--sapProgress_Value_CriticalBorderColor: #29313a;--sapProgress_Value_CriticalTextColor: #fafafa;--sapProgress_Value_PositiveBackground: #abe2ab;--sapProgress_Value_PositiveBorderColor: #29313a;--sapProgress_Value_PositiveTextColor: #fafafa;--sapProgress_Value_InformationBackground: #91c8f6;--sapProgress_Value_InformationBorderColor: #29313a;--sapProgress_Value_InformationTextColor: #fafafa;--sapScrollBar_FaceColor: #506273;--sapScrollBar_TrackColor: #090b0d;--sapScrollBar_BorderColor: #506273;--sapScrollBar_SymbolColor: #91c8f6;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #4a5a6a;--sapSlider_Background: #8696a9;--sapSlider_BorderColor: #8696a9;--sapSlider_Selected_Background: #91c8f6;--sapSlider_Selected_BorderColor: #91c8f6;--sapSlider_HandleBackground: #29313a;--sapSlider_HandleBorderColor: #8696a9;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #062e4f;--sapSlider_Hover_HandleBorderColor: #91c8f6;--sapSlider_Hover_RangeHandleBackground: #062e4f;--sapSlider_Active_HandleBackground: #91c8f6;--sapSlider_Active_HandleBorderColor: #91c8f6;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #29313a;--sapPageHeader_BorderColor: #3a4552;--sapPageHeader_TextColor: #fafafa;--sapPageFooter_Background: #2c3d50;--sapPageFooter_BorderColor: #3a516a;--sapPageFooter_TextColor: #fafafa;--sapInfobar_Background: #7fc6c6;--sapInfobar_Hover_Background: #74c1c1;--sapInfobar_Active_Background: #58b5b5;--sapInfobar_NonInteractive_Background: #14181c;--sapInfobar_TextColor: #29313a;--sapObjectHeader_Background: #29313a;--sapObjectHeader_Hover_Background: #222a31;--sapObjectHeader_BorderColor: #3a4552;--sapObjectHeader_Title_TextColor: #fafafa;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #d3d7d9;--sapBlockLayer_Background: #000;--sapTile_Background: #29313a;--sapTile_Hover_Background: #21272e;--sapTile_Active_Background: #21272e;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #fafafa;--sapTile_TextColor: #d3d7d9;--sapTile_IconColor: #89a3bd;--sapTile_SeparatorColor: #424f5e;--sapTile_Interactive_BorderColor: #687d94;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fafafa;--sapAccentColor1: #ffc847;--sapAccentColor2: #e7a1a1;--sapAccentColor3: #f37aa2;--sapAccentColor4: #e269c9;--sapAccentColor5: #8ca7d5;--sapAccentColor6: #6bd3ff;--sapAccentColor7: #7fc6c6;--sapAccentColor8: #b2e484;--sapAccentColor9: #b995e0;--sapAccentColor10: #b0bcc5;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #ff5555;--sapIndicationColor_1_Background: #ff5555;--sapIndicationColor_1_BorderColor: #ff5555;--sapIndicationColor_1_TextColor: #29313a;--sapIndicationColor_1_Hover_Background: #ff6f6f;--sapIndicationColor_1_Active_Background: #f88;--sapIndicationColor_1_Active_BorderColor: #ff5555;--sapIndicationColor_1_Active_TextColor: #29313a;--sapIndicationColor_1_Selected_Background: #f88;--sapIndicationColor_1_Selected_BorderColor: #ff5555;--sapIndicationColor_1_Selected_TextColor: #29313a;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8888;--sapIndicationColor_2_Background: #ff8888;--sapIndicationColor_2_BorderColor: #ff8888;--sapIndicationColor_2_TextColor: #29313a;--sapIndicationColor_2_Hover_Background: #ffa2a2;--sapIndicationColor_2_Active_Background: #fbb;--sapIndicationColor_2_Active_BorderColor: #ff8888;--sapIndicationColor_2_Active_TextColor: #29313a;--sapIndicationColor_2_Selected_Background: #fbb;--sapIndicationColor_2_Selected_BorderColor: #ff8888;--sapIndicationColor_2_Selected_TextColor: #29313a;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #fabd64;--sapIndicationColor_3_Background: #fabd64;--sapIndicationColor_3_BorderColor: #fabd64;--sapIndicationColor_3_TextColor: #29313a;--sapIndicationColor_3_Hover_Background: #fac373;--sapIndicationColor_3_Active_Background: #fbca82;--sapIndicationColor_3_Active_BorderColor: #fabd64;--sapIndicationColor_3_Active_TextColor: #29313a;--sapIndicationColor_3_Selected_Background: #fbca82;--sapIndicationColor_3_Selected_BorderColor: #fabd64;--sapIndicationColor_3_Selected_TextColor: #29313a;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #abe2ab;--sapIndicationColor_4_Background: #abe2ab;--sapIndicationColor_4_BorderColor: #abe2ab;--sapIndicationColor_4_TextColor: #29313a;--sapIndicationColor_4_Hover_Background: #bee9be;--sapIndicationColor_4_Active_Background: #d1efd1;--sapIndicationColor_4_Active_BorderColor: #abe2ab;--sapIndicationColor_4_Active_TextColor: #29313a;--sapIndicationColor_4_Selected_Background: #d1efd1;--sapIndicationColor_4_Selected_BorderColor: #abe2ab;--sapIndicationColor_4_Selected_TextColor: #29313a;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #91c8f6;--sapIndicationColor_5_Background: #91c8f6;--sapIndicationColor_5_BorderColor: #91c8f6;--sapIndicationColor_5_TextColor: #29313a;--sapIndicationColor_5_Hover_Background: #a9d4f8;--sapIndicationColor_5_Active_Background: #c0e0fa;--sapIndicationColor_5_Active_BorderColor: #91c8f6;--sapIndicationColor_5_Active_TextColor: #29313a;--sapIndicationColor_5_Selected_Background: #c0e0fa;--sapIndicationColor_5_Selected_BorderColor: #91c8f6;--sapIndicationColor_5_Selected_TextColor: #29313a;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #7fc6c6;--sapIndicationColor_6_Background: #7fc6c6;--sapIndicationColor_6_BorderColor: #7fc6c6;--sapIndicationColor_6_TextColor: #29313a;--sapIndicationColor_6_Hover_Background: #91cece;--sapIndicationColor_6_Active_Background: #a2d6d6;--sapIndicationColor_6_Active_BorderColor: #7fc6c6;--sapIndicationColor_6_Active_TextColor: #29313a;--sapIndicationColor_6_Selected_Background: #a2d6d6;--sapIndicationColor_6_Selected_BorderColor: #7fc6c6;--sapIndicationColor_6_Selected_TextColor: #29313a;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #b995e0;--sapIndicationColor_7_Background: #b995e0;--sapIndicationColor_7_BorderColor: #b995e0;--sapIndicationColor_7_TextColor: #29313a;--sapIndicationColor_7_Hover_Background: #c6a9e6;--sapIndicationColor_7_Active_Background: #d3bcec;--sapIndicationColor_7_Active_BorderColor: #b995e0;--sapIndicationColor_7_Active_TextColor: #29313a;--sapIndicationColor_7_Selected_Background: #d3bcec;--sapIndicationColor_7_Selected_BorderColor: #b995e0;--sapIndicationColor_7_Selected_TextColor: #29313a;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #e269c9;--sapIndicationColor_8_Background: #e269c9;--sapIndicationColor_8_BorderColor: #e269c9;--sapIndicationColor_8_TextColor: #29313a;--sapIndicationColor_8_Hover_Background: #e67ed1;--sapIndicationColor_8_Active_Background: #ea94d8;--sapIndicationColor_8_Active_BorderColor: #e269c9;--sapIndicationColor_8_Active_TextColor: #29313a;--sapIndicationColor_8_Selected_Background: #ea94d8;--sapIndicationColor_8_Selected_BorderColor: #e269c9;--sapIndicationColor_8_Selected_TextColor: #29313a;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #29313a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #f2f2f2;--sapIndicationColor_9_Active_TextColor: #29313a;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #f2f2f2;--sapIndicationColor_9_Selected_TextColor: #29313a;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #d8d8d8;--sapIndicationColor_10_BorderColor: #d8d8d8;--sapIndicationColor_10_TextColor: #29313a;--sapIndicationColor_10_Hover_Background: #e5e5e5;--sapIndicationColor_10_Active_Background: #f2f2f2;--sapIndicationColor_10_Active_BorderColor: #d8d8d8;--sapIndicationColor_10_Active_TextColor: #29313a;--sapIndicationColor_10_Selected_Background: #f2f2f2;--sapIndicationColor_10_Selected_BorderColor: #d8d8d8;--sapIndicationColor_10_Selected_TextColor: #29313a;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #2d3640;--sapLegend_NonWorkingBackground: #445261;--sapLegend_CurrentDateTime: #e269c9;--sapLegendColor1: #f0b25f;--sapLegendColor2: #f58c4b;--sapLegendColor3: #d88b8b;--sapLegendColor4: #bd8969;--sapLegendColor5: #de54c1;--sapLegendColor6: #6bd3ff;--sapLegendColor7: #21c4c4;--sapLegendColor8: #afd645;--sapLegendColor9: #b0bcc5;--sapLegendColor10: #bb8aaf;--sapLegendColor11: #d1b575;--sapLegendColor12: #ffb98d;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #d5b39e;--sapLegendColor15: #b7a8b3;--sapLegendColor16: #bbbcd2;--sapLegendColor17: #a2c2c2;--sapLegendColor18: #aabc78;--sapLegendColor19: #a9d4ff;--sapLegendColor20: #c3c5fd;--sapLegendBackgroundColor1: #402706;--sapLegendBackgroundColor2: #421c04;--sapLegendBackgroundColor3: #341111;--sapLegendBackgroundColor4: #302015;--sapLegendBackgroundColor5: #3c0c32;--sapLegendBackgroundColor6: #003247;--sapLegendBackgroundColor7: #0a3d3d;--sapLegendBackgroundColor8: #303d0d;--sapLegendBackgroundColor9: #1f252a;--sapLegendBackgroundColor10: #2c1a28;--sapLegendBackgroundColor11: #352a12;--sapLegendBackgroundColor12: #461b00;--sapLegendBackgroundColor13: #450000;--sapLegendBackgroundColor14: #312015;--sapLegendBackgroundColor15: #272025;--sapLegendBackgroundColor16: #1c1d2a;--sapLegendBackgroundColor17: #1c2b2b;--sapLegendBackgroundColor18: #2b3118;--sapLegendBackgroundColor19: #002448;--sapLegendBackgroundColor20: #020544;--sapChart_OrderedColor_1: #5899da;--sapChart_OrderedColor_2: #e8743b;--sapChart_OrderedColor_3: #19a979;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #13a4b4;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ee6868;--sapChart_OrderedColor_11: #3571aa;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #de890d;--sapChart_Good: #3fa45b;--sapChart_Neutral: #848f94;--sapChart_Sequence_1: #5899da;--sapChart_Sequence_2: #e8743b;--sapChart_Sequence_3: #19a979;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #13a4b4;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ee6868;--sapChart_Sequence_11: #3571aa;--sapChart_Sequence_Neutral: #848f94;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3_hcb/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3_hcb.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcb.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #7a5100;\n --sapHighlightColor: #7a5100;\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: #0f5d94;\n --sapHoverColor: #7a5100;\n --sapActiveColor: #7a5100;\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.4;\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: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #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: #7a5100;\n --sapContent_HelpColor: #03b803;\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.65;\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: #03b803;\n --sapContent_Selected_TextColor: #fff;\n --sapContent_Selected_Background: #0f5d94;\n --sapContent_Selected_Hover_Background: #7a5100;\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: #fff;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\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: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapShell_Hover_Background: #7a5100;\n --sapShell_Active_Background: #7a5100;\n --sapShell_Active_TextColor: #fff;\n --sapShell_Selected_Background: #0f5d94;\n --sapShell_Selected_TextColor: #fff;\n --sapShell_Selected_Hover_Background: #7a5100;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #000;\n --sapShell_Navigation_Hover_Background: #7a5100;\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: #7a5100;\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: #7a5100;\n --sapButton_Hover_BorderColor: #fff;\n --sapButton_Hover_TextColor: #fff;\n --sapButton_IconColor: #fff;\n --sapButton_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Emphasized_Hover_BorderColor: #fff;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Reject_Hover_BorderColor: #fff;\n --sapButton_Reject_Hover_TextColor: #fff;\n --sapButton_Reject_Active_Background: #7a5100;\n --sapButton_Reject_Active_BorderColor: #fff;\n --sapButton_Reject_Active_TextColor: #fff;\n --sapButton_Reject_Selected_Background: #0f5d94;\n --sapButton_Reject_Selected_BorderColor: #fff;\n --sapButton_Reject_Selected_TextColor: #fff;\n --sapButton_Reject_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Accept_Hover_BorderColor: #fff;\n --sapButton_Accept_Hover_TextColor: #fff;\n --sapButton_Accept_Active_Background: #7a5100;\n --sapButton_Accept_Active_BorderColor: #fff;\n --sapButton_Accept_Active_TextColor: #fff;\n --sapButton_Accept_Selected_Background: #0f5d94;\n --sapButton_Accept_Selected_BorderColor: #fff;\n --sapButton_Accept_Selected_TextColor: #fff;\n --sapButton_Accept_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Lite_Hover_BorderColor: #fff;\n --sapButton_Lite_Hover_TextColor: #fff;\n --sapButton_Lite_Active_Background: #7a5100;\n --sapButton_Lite_Active_BorderColor: #fff;\n --sapButton_Selected_Background: #0f5d94;\n --sapButton_Selected_BorderColor: #fff;\n --sapButton_Selected_TextColor: #fff;\n --sapButton_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #fff;\n --sapButton_Attention_Active_Background: #7a5100;\n --sapButton_Attention_Active_BorderColor: #fff;\n --sapButton_Attention_Active_TextColor: #fff;\n --sapButton_Attention_Selected_Background: #0f5d94;\n --sapButton_Attention_Selected_BorderColor: #fff;\n --sapButton_Attention_Selected_TextColor: #fff;\n --sapButton_Attention_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Negative_Hover_BorderColor: #fff;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Critical_Hover_BorderColor: #fff;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Success_Hover_BorderColor: #fff;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Information_Hover_BorderColor: #fff;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Neutral_Hover_BorderColor: #fff;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #7a5100;\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: #7a5100;\n --sapButton_Track_Hover_BorderColor: #fff;\n --sapButton_Track_Selected_Background: #0f5d94;\n --sapButton_Track_Selected_BorderColor: #fff;\n --sapButton_Track_Selected_TextColor: #fff;\n --sapButton_Track_Selected_Hover_Background: #7a5100;\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: #7a5100;\n --sapButton_Handle_Hover_BorderColor: #fff;\n --sapButton_Handle_Selected_Background: #0f5d94;\n --sapButton_Handle_Selected_BorderColor: #fff;\n --sapButton_Handle_Selected_TextColor: #fff;\n --sapButton_Handle_Selected_Hover_Background: #7a5100;\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: #7a5100;\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: #7a5100;\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: #000;\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: #7a5100;\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: #7a5100;\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: 1.125rem;\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: #7a5100;\n --sapList_SelectionBackgroundColor: #0f5d94;\n --sapList_SelectionBorderColor: #fff;\n --sapList_Hover_SelectionBackground: #7a5100;\n --sapList_Background: #000;\n --sapList_Hover_Background: #7a5100;\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: .75rem;\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: #7a5100;\n --sapProgress_Value_BorderColor: #fff;\n --sapProgress_Value_TextColor: #fff;\n --sapProgress_Value_NegativeBackground: #7a5100;\n --sapProgress_Value_NegativeBorderColor: #fff;\n --sapProgress_Value_NegativeTextColor: #fff;\n --sapProgress_Value_CriticalBackground: #7a5100;\n --sapProgress_Value_CriticalBorderColor: #fff;\n --sapProgress_Value_CriticalTextColor: #fff;\n --sapProgress_Value_PositiveBackground: #7a5100;\n --sapProgress_Value_PositiveBorderColor: #fff;\n --sapProgress_Value_PositiveTextColor: #fff;\n --sapProgress_Value_InformationBackground: #7a5100;\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: #0f5d94;\n --sapSlider_Selected_BorderColor: #fff;\n --sapSlider_HandleBackground: #000;\n --sapSlider_HandleBorderColor: #fff;\n --sapSlider_RangeHandleBackground: #000;\n --sapSlider_Hover_HandleBackground: #7a5100;\n --sapSlider_Hover_HandleBorderColor: #fff;\n --sapSlider_Hover_RangeHandleBackground: #7a5100;\n --sapSlider_Active_HandleBackground: #7a5100;\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: #7a5100;\n --sapInfobar_Active_Background: #7a5100;\n --sapInfobar_NonInteractive_Background: #585858;\n --sapInfobar_TextColor: #fff;\n --sapObjectHeader_Background: #000;\n --sapObjectHeader_Hover_Background: #7a5100;\n --sapObjectHeader_BorderColor: #fff;\n --sapObjectHeader_Title_TextColor: #fff;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #fff;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #000;\n --sapTile_Hover_Background: #7a5100;\n --sapTile_Active_Background: #7a5100;\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: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #ff5e5e;\n --sapIndicationColor_1_Background: #000;\n --sapIndicationColor_1_BorderColor: #fff;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #7a5100;\n --sapIndicationColor_1_Active_Background: #7a5100;\n --sapIndicationColor_1_Active_BorderColor: #fff;\n --sapIndicationColor_1_Active_TextColor: #fff;\n --sapIndicationColor_1_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_2: #ff9191;\n --sapIndicationColor_2_Background: #000;\n --sapIndicationColor_2_BorderColor: #fff;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #7a5100;\n --sapIndicationColor_2_Active_Background: #7a5100;\n --sapIndicationColor_2_Active_BorderColor: #fff;\n --sapIndicationColor_2_Active_TextColor: #fff;\n --sapIndicationColor_2_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_3: #ffab1d;\n --sapIndicationColor_3_Background: #000;\n --sapIndicationColor_3_BorderColor: #fff;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #7a5100;\n --sapIndicationColor_3_Active_Background: #7a5100;\n --sapIndicationColor_3_Active_BorderColor: #fff;\n --sapIndicationColor_3_Active_TextColor: #fff;\n --sapIndicationColor_3_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_4: #99cc99;\n --sapIndicationColor_4_Background: #000;\n --sapIndicationColor_4_BorderColor: #fff;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #7a5100;\n --sapIndicationColor_4_Active_Background: #7a5100;\n --sapIndicationColor_4_Active_BorderColor: #fff;\n --sapIndicationColor_4_Active_TextColor: #fff;\n --sapIndicationColor_4_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_5: #6bd3ff;\n --sapIndicationColor_5_Background: #000;\n --sapIndicationColor_5_BorderColor: #fff;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #7a5100;\n --sapIndicationColor_5_Active_Background: #7a5100;\n --sapIndicationColor_5_Active_BorderColor: #fff;\n --sapIndicationColor_5_Active_TextColor: #fff;\n --sapIndicationColor_5_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_6: #7fc6c6;\n --sapIndicationColor_6_Background: #000;\n --sapIndicationColor_6_BorderColor: #fff;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #7a5100;\n --sapIndicationColor_6_Active_Background: #7a5100;\n --sapIndicationColor_6_Active_BorderColor: #fff;\n --sapIndicationColor_6_Active_TextColor: #fff;\n --sapIndicationColor_6_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_7: #b995e0;\n --sapIndicationColor_7_Background: #000;\n --sapIndicationColor_7_BorderColor: #fff;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #7a5100;\n --sapIndicationColor_7_Active_Background: #7a5100;\n --sapIndicationColor_7_Active_BorderColor: #fff;\n --sapIndicationColor_7_Active_TextColor: #fff;\n --sapIndicationColor_7_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_8: #e269c9;\n --sapIndicationColor_8_Background: #000;\n --sapIndicationColor_8_BorderColor: #fff;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #7a5100;\n --sapIndicationColor_8_Active_Background: #7a5100;\n --sapIndicationColor_8_Active_BorderColor: #fff;\n --sapIndicationColor_8_Active_TextColor: #fff;\n --sapIndicationColor_8_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_9: #000;\n --sapIndicationColor_9_Background: #000;\n --sapIndicationColor_9_BorderColor: #fff;\n --sapIndicationColor_9_TextColor: #fff;\n --sapIndicationColor_9_Hover_Background: #7a5100;\n --sapIndicationColor_9_Active_Background: #7a5100;\n --sapIndicationColor_9_Active_BorderColor: #fff;\n --sapIndicationColor_9_Active_TextColor: #fff;\n --sapIndicationColor_9_Selected_Background: #0f5d94;\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: #7a5100;\n --sapIndicationColor_10: #494949;\n --sapIndicationColor_10_Background: #000;\n --sapIndicationColor_10_BorderColor: #fff;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #7a5100;\n --sapIndicationColor_10_Active_Background: #7a5100;\n --sapIndicationColor_10_Active_BorderColor: #fff;\n --sapIndicationColor_10_Active_TextColor: #fff;\n --sapIndicationColor_10_Selected_Background: #0f5d94;\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: #7a5100;\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/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3_hcb/parameters-bundle.css.ts", content: `:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3_hcb.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","HighContrast","DarkColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--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;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0f5d94;--sapHoverColor: #795100;--sapActiveColor: #795100;--sapHighlightTextColor: #fff;--sapTitleColor: #fff;--sapNegativeColor: #ff5e5e;--sapCriticalColor: #ffab1d;--sapPositiveColor: #99cc99;--sapInformativeColor: #fff;--sapNeutralColor: #fff;--sapNegativeElementColor: #ff5e5e;--sapCriticalElementColor: #ffab1d;--sapPositiveElementColor: #99cc99;--sapInformativeElementColor: #fff;--sapNeutralElementColor: #fff;--sapNegativeTextColor: #ff5e5e;--sapCriticalTextColor: #ffab1d;--sapPositiveTextColor: #99cc99;--sapInformativeTextColor: #fff;--sapNeutralTextColor: #fff;--sapErrorColor: #ff5e5e;--sapWarningColor: #ffab1d;--sapSuccessColor: #99cc99;--sapInformationColor: #fff;--sapErrorBackground: #000;--sapWarningBackground: #000;--sapSuccessBackground: #000;--sapInformationBackground: #000;--sapNeutralBackground: #000;--sapErrorBorderColor: #ff5e5e;--sapWarningBorderColor: #ffab1d;--sapSuccessBorderColor: #99cc99;--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.4;--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(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);--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 .0625rem #fff;--sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff;--sapContent_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 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: #03b803;--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: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #000;--sapContent_ForegroundBorderColor: #fff;--sapContent_ForegroundTextColor: #fff;--sapContent_BadgeBackground: #000;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #03b803;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0f5d94;--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", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--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(to bottom, #000, #000);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #000;--sapShell_InteractiveTextColor: #fff;--sapShell_InteractiveBorderColor: #fff;--sapShell_GroupTitleTextColor: #fff;--sapShell_GroupTitleTextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;--sapShell_Hover_Background: #795100;--sapShell_Active_Background: #795100;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #0f5d94;--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 .125rem 0 0 #fff;--sapShell_NegativeColor: #ff5e5e;--sapShell_CriticalColor: #ffab1d;--sapShell_PositiveColor: #99cc99;--sapShell_InformativeColor: #fff;--sapShell_NeutralColor: #fff;--sapShell_Assistant_ForegroundColor: #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;--sapAssistant_Color1: #fff;--sapAssistant_Color2: #fff;--sapAssistant_BackgroundGradient: linear-gradient(#000, #000);--sapAssistant_Background: #000;--sapAssistant_BorderColor: #fff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #795100;--sapAssistant_Hover_BorderColor: #fff;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #795100;--sapAssistant_Active_BorderColor: #fff;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #000;--sapAssistant_Question_BorderColor: #fff;--sapAssistant_Question_TextColor: #fff;--sapAssistant_Answer_Background: #585858;--sapAssistant_Answer_BorderColor: #fff;--sapAssistant_Answer_TextColor: #fff;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #99cc99;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #000;--sapButton_Track_Positive_Hover_BorderColor: #fff;--sapButton_Handle_Positive_Background: #000;--sapButton_Handle_Positive_BorderColor: #99cc99;--sapButton_Handle_Positive_TextColor: #fff;--sapButton_Handle_Positive_Hover_Background: #795100;--sapButton_Handle_Positive_Hover_BorderColor: #99cc99;--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: 1.125rem;--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: #0f5d94;--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: #99cc99;--sapMessage_InformationBorderColor: #fff;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #000;--sapProgress_BorderColor: #fff;--sapProgress_TextColor: #fff;--sapProgress_FontSize: .75rem;--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: #0f5d94;--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.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "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: .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: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--sapIndicationColor_3_Selected_BorderColor: #fff;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #ffab1d;--sapIndicationColor_3b_BorderColor: #fff;--sapIndicationColor_3b_Hover_Background: #795100;--sapIndicationColor_4: #99cc99;--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: #0f5d94;--sapIndicationColor_4_Selected_BorderColor: #fff;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #99cc99;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #0f5d94;--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: #99cc99;--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;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3_hcw/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3_hcb\",\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_fiori_3_hcb\",\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #ec8b46;\n --sapHighlightColor: #ec8b46;\n --sapBaseColor: #fff;\n --sapShellColor: #fff;\n --sapBackgroundColor: #fff;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #000;\n --sapLinkColor: #000;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #8fb5ff;\n --sapHoverColor: #ec8b46;\n --sapActiveColor: #ec8b46;\n --sapHighlightTextColor: #000;\n --sapTitleColor: #000;\n --sapNegativeColor: #ab0000;\n --sapCriticalColor: #5c5c00;\n --sapPositiveColor: #006362;\n --sapInformativeColor: #000;\n --sapNeutralColor: #000;\n --sapNegativeElementColor: #ab0000;\n --sapCriticalElementColor: #5c5c00;\n --sapPositiveElementColor: #006362;\n --sapInformativeElementColor: #000;\n --sapNeutralElementColor: #000;\n --sapNegativeTextColor: #ab0000;\n --sapCriticalTextColor: #5c5c00;\n --sapPositiveTextColor: #006362;\n --sapInformativeTextColor: #000;\n --sapNeutralTextColor: #000;\n --sapErrorColor: #ab0000;\n --sapWarningColor: #5c5c00;\n --sapSuccessColor: #006362;\n --sapInformationColor: #000;\n --sapErrorBackground: #fff;\n --sapWarningBackground: #fff;\n --sapSuccessBackground: #fff;\n --sapInformationBackground: #fff;\n --sapNeutralBackground: #fff;\n --sapErrorBorderColor: #ab0000;\n --sapWarningBorderColor: #5c5c00;\n --sapSuccessBorderColor: #006362;\n --sapInformationBorderColor: #000;\n --sapNeutralBorderColor: #000;\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.4;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #000;\n --sapContent_ContrastIconColor: #000;\n --sapContent_NonInteractiveIconColor: #000;\n --sapContent_MarkerIconColor: #000;\n --sapContent_MarkerTextColor: #000;\n --sapContent_MeasureIndicatorColor: #000;\n --sapContent_Selected_MeasureIndicatorColor: #000;\n --sapContent_Placeholderloading_Background: #888;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);\n --sapContent_ImagePlaceholderBackground: #fff;\n --sapContent_ImagePlaceholderForegroundColor: #000;\n --sapContent_RatedColor: #000;\n --sapContent_UnratedColor: #585858;\n --sapContent_BusyColor: #000;\n --sapContent_FocusColor: #000;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #000;\n --sapContent_Shadow0: 0 0 0 0.0625rem #000;\n --sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,0.5), 0 0 0 0.125rem #000;\n --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(0,0,0,0.6), 0 0 0 0.125rem #000;\n --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(0,0,0,0.8), 0 0 0 0.125rem #000;\n --sapContent_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: inset 0 -0.125rem #000;\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: #ec8b46;\n --sapContent_HelpColor: #006500;\n --sapContent_LabelColor: #000;\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: #888;\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.65;\n --sapContent_ContrastTextColor: #000;\n --sapContent_ForegroundColor: #fff;\n --sapContent_ForegroundBorderColor: #000;\n --sapContent_ForegroundTextColor: #000;\n --sapContent_BadgeBackground: #fff;\n --sapContent_BadgeTextColor: #000;\n --sapContent_DragAndDropActiveColor: #006500;\n --sapContent_Selected_TextColor: #000;\n --sapContent_Selected_Background: #8fb5ff;\n --sapContent_Selected_Hover_Background: #ec8b46;\n --sapContent_Selected_ForegroundColor: #000;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #212628;\n --sapContent_Illustrative_Color2: #434e56;\n --sapContent_Illustrative_Color3: #62737c;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #9da4aa;\n --sapContent_Illustrative_Color6: #c6cace;\n --sapContent_Illustrative_Color7: #e7e9ea;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #62737c;\n --sapContent_Illustrative_Color10: #d5dadd;\n --sapContent_Illustrative_Color11: #88979e;\n --sapContent_Illustrative_Color12: #88979e;\n --sapContent_Illustrative_Color13: #161a1d;\n --sapContent_Illustrative_Color14: #000;\n --sapContent_Illustrative_Color15: #31393f;\n --sapContent_Illustrative_Color16: #505e65;\n --sapContent_Illustrative_Color17: #505e65;\n --sapContent_Illustrative_Color18: #d9ddde;\n --sapContent_Illustrative_Color19: #ccd0d2;\n --sapContent_Illustrative_Color20: #bec4c6;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: underline;\n --sapLink_Hover_Color: #000;\n --sapLink_Hover_TextDecoration: none;\n --sapLink_Active_Color: #000;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #000;\n --sapLink_InvertedColor: #000;\n --sapLink_SubtleColor: #000;\n --sapShell_Background: #fff;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #000;\n --sapShell_TextColor: #000;\n --sapShell_InteractiveBackground: #fff;\n --sapShell_InteractiveTextColor: #000;\n --sapShell_InteractiveBorderColor: #000;\n --sapShell_GroupTitleTextColor: #000;\n --sapShell_GroupTitleTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapShell_Hover_Background: #ec8b46;\n --sapShell_Active_Background: #ec8b46;\n --sapShell_Active_TextColor: #000;\n --sapShell_Selected_Background: #8fb5ff;\n --sapShell_Selected_TextColor: #000;\n --sapShell_Selected_Hover_Background: #ec8b46;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #fff;\n --sapShell_Navigation_Hover_Background: #ec8b46;\n --sapShell_Navigation_SelectedColor: #000;\n --sapShell_Navigation_Selected_TextColor: #000;\n --sapShell_Navigation_TextColor: #000;\n --sapShell_Navigation_Active_TextColor: #000;\n --sapShell_Navigation_Active_Background: #ec8b46;\n --sapShell_Shadow: 0 0.125rem 0 0 #000;\n --sapShell_NegativeColor: #ab0000;\n --sapShell_CriticalColor: #5c5c00;\n --sapShell_PositiveColor: #006362;\n --sapShell_InformativeColor: #000;\n --sapShell_NeutralColor: #000;\n --sapShell_Category_1_Background: #fff;\n --sapShell_Category_1_BorderColor: #004ccb;\n --sapShell_Category_1_TextColor: #000;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #fff;\n --sapShell_Category_2_BorderColor: #973333;\n --sapShell_Category_2_TextColor: #000;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #fff;\n --sapShell_Category_3_BorderColor: #5f5800;\n --sapShell_Category_3_TextColor: #000;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #fff;\n --sapShell_Category_4_BorderColor: #6c3d62;\n --sapShell_Category_4_TextColor: #000;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #fff;\n --sapShell_Category_5_BorderColor: #734f00;\n --sapShell_Category_5_TextColor: #000;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #fff;\n --sapShell_Category_6_BorderColor: #105b5b;\n --sapShell_Category_6_TextColor: #000;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #fff;\n --sapShell_Category_7_BorderColor: #961d7c;\n --sapShell_Category_7_TextColor: #000;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #fff;\n --sapShell_Category_8_BorderColor: #26340b;\n --sapShell_Category_8_TextColor: #000;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #fff;\n --sapShell_Category_9_BorderColor: #002a86;\n --sapShell_Category_9_TextColor: #000;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #fff;\n --sapShell_Category_10_BorderColor: #47596c;\n --sapShell_Category_10_TextColor: #000;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #fff;\n --sapShell_Category_11_BorderColor: #af080b;\n --sapShell_Category_11_TextColor: #000;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #fff;\n --sapShell_Category_12_BorderColor: #7000e0;\n --sapShell_Category_12_TextColor: #000;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #fff;\n --sapShell_Category_13_BorderColor: #580440;\n --sapShell_Category_13_TextColor: #000;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #fff;\n --sapShell_Category_14_BorderColor: #035663;\n --sapShell_Category_14_TextColor: #000;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #fff;\n --sapShell_Category_15_BorderColor: #223548;\n --sapShell_Category_15_TextColor: #000;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #fff;\n --sapShell_Category_16_BorderColor: #1e592f;\n --sapShell_Category_16_TextColor: #000;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #fff;\n --sapAvatar_1_BorderColor: #000;\n --sapAvatar_1_TextColor: #000;\n --sapAvatar_2_Background: #fff;\n --sapAvatar_2_BorderColor: #000;\n --sapAvatar_2_TextColor: #000;\n --sapAvatar_3_Background: #fff;\n --sapAvatar_3_BorderColor: #000;\n --sapAvatar_3_TextColor: #000;\n --sapAvatar_4_Background: #fff;\n --sapAvatar_4_BorderColor: #000;\n --sapAvatar_4_TextColor: #000;\n --sapAvatar_5_Background: #fff;\n --sapAvatar_5_BorderColor: #000;\n --sapAvatar_5_TextColor: #000;\n --sapAvatar_6_Background: #fff;\n --sapAvatar_6_BorderColor: #000;\n --sapAvatar_6_TextColor: #000;\n --sapAvatar_7_Background: #fff;\n --sapAvatar_7_BorderColor: #000;\n --sapAvatar_7_TextColor: #000;\n --sapAvatar_8_Background: #fff;\n --sapAvatar_8_BorderColor: #000;\n --sapAvatar_8_TextColor: #000;\n --sapAvatar_9_Background: #fff;\n --sapAvatar_9_BorderColor: #000;\n --sapAvatar_9_TextColor: #000;\n --sapAvatar_10_Background: #fff;\n --sapAvatar_10_BorderColor: #000;\n --sapAvatar_10_TextColor: #000;\n --sapButton_Background: #fff;\n --sapButton_BorderColor: #000;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .375rem;\n --sapButton_TextColor: #000;\n --sapButton_Hover_Background: #ec8b46;\n --sapButton_Hover_BorderColor: #000;\n --sapButton_Hover_TextColor: #000;\n --sapButton_IconColor: #000;\n --sapButton_Active_Background: #ec8b46;\n --sapButton_Active_BorderColor: #000;\n --sapButton_Active_TextColor: #000;\n --sapButton_Emphasized_Background: #fff;\n --sapButton_Emphasized_BorderColor: #000;\n --sapButton_Emphasized_TextColor: #000;\n --sapButton_Emphasized_Hover_Background: #ec8b46;\n --sapButton_Emphasized_Hover_BorderColor: #000;\n --sapButton_Emphasized_Hover_TextColor: #000;\n --sapButton_Emphasized_Active_Background: #ec8b46;\n --sapButton_Emphasized_Active_BorderColor: #000;\n --sapButton_Emphasized_Active_TextColor: #000;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #fff;\n --sapButton_Reject_BorderColor: #000;\n --sapButton_Reject_TextColor: #000;\n --sapButton_Reject_Hover_Background: #ec8b46;\n --sapButton_Reject_Hover_BorderColor: #000;\n --sapButton_Reject_Hover_TextColor: #000;\n --sapButton_Reject_Active_Background: #ec8b46;\n --sapButton_Reject_Active_BorderColor: #000;\n --sapButton_Reject_Active_TextColor: #000;\n --sapButton_Reject_Selected_Background: #8fb5ff;\n --sapButton_Reject_Selected_BorderColor: #000;\n --sapButton_Reject_Selected_TextColor: #000;\n --sapButton_Reject_Selected_Hover_Background: #ec8b46;\n --sapButton_Reject_Selected_Hover_BorderColor: #000;\n --sapButton_Accept_Background: #fff;\n --sapButton_Accept_BorderColor: #000;\n --sapButton_Accept_TextColor: #000;\n --sapButton_Accept_Hover_Background: #ec8b46;\n --sapButton_Accept_Hover_BorderColor: #000;\n --sapButton_Accept_Hover_TextColor: #000;\n --sapButton_Accept_Active_Background: #ec8b46;\n --sapButton_Accept_Active_BorderColor: #000;\n --sapButton_Accept_Active_TextColor: #000;\n --sapButton_Accept_Selected_Background: #8fb5ff;\n --sapButton_Accept_Selected_BorderColor: #000;\n --sapButton_Accept_Selected_TextColor: #000;\n --sapButton_Accept_Selected_Hover_Background: #ec8b46;\n --sapButton_Accept_Selected_Hover_BorderColor: #000;\n --sapButton_Lite_Background: #fff;\n --sapButton_Lite_BorderColor: #000;\n --sapButton_Lite_TextColor: #000;\n --sapButton_Lite_Hover_Background: #ec8b46;\n --sapButton_Lite_Hover_BorderColor: #000;\n --sapButton_Lite_Hover_TextColor: #000;\n --sapButton_Lite_Active_Background: #ec8b46;\n --sapButton_Lite_Active_BorderColor: #000;\n --sapButton_Selected_Background: #8fb5ff;\n --sapButton_Selected_BorderColor: #000;\n --sapButton_Selected_TextColor: #000;\n --sapButton_Selected_Hover_Background: #ec8b46;\n --sapButton_Selected_Hover_BorderColor: #000;\n --sapButton_Attention_Background: #fff;\n --sapButton_Attention_BorderColor: #000;\n --sapButton_Attention_TextColor: #000;\n --sapButton_Attention_Hover_Background: #ec8b46;\n --sapButton_Attention_Hover_BorderColor: #000;\n --sapButton_Attention_Hover_TextColor: #000;\n --sapButton_Attention_Active_Background: #ec8b46;\n --sapButton_Attention_Active_BorderColor: #000;\n --sapButton_Attention_Active_TextColor: #000;\n --sapButton_Attention_Selected_Background: #8fb5ff;\n --sapButton_Attention_Selected_BorderColor: #000;\n --sapButton_Attention_Selected_TextColor: #000;\n --sapButton_Attention_Selected_Hover_Background: #ec8b46;\n --sapButton_Attention_Selected_Hover_BorderColor: #000;\n --sapButton_Negative_Background: #fff;\n --sapButton_Negative_BorderColor: #000;\n --sapButton_Negative_TextColor: #000;\n --sapButton_Negative_Hover_Background: #ec8b46;\n --sapButton_Negative_Hover_BorderColor: #000;\n --sapButton_Negative_Hover_TextColor: #000;\n --sapButton_Negative_Active_Background: #ec8b46;\n --sapButton_Negative_Active_BorderColor: #000;\n --sapButton_Negative_Active_TextColor: #000;\n --sapButton_Critical_Background: #fff;\n --sapButton_Critical_BorderColor: #000;\n --sapButton_Critical_TextColor: #000;\n --sapButton_Critical_Hover_Background: #ec8b46;\n --sapButton_Critical_Hover_BorderColor: #000;\n --sapButton_Critical_Hover_TextColor: #000;\n --sapButton_Critical_Active_Background: #ec8b46;\n --sapButton_Critical_Active_BorderColor: #000;\n --sapButton_Critical_Active_TextColor: #000;\n --sapButton_Success_Background: #fff;\n --sapButton_Success_BorderColor: #000;\n --sapButton_Success_TextColor: #000;\n --sapButton_Success_Hover_Background: #ec8b46;\n --sapButton_Success_Hover_BorderColor: #000;\n --sapButton_Success_Hover_TextColor: #000;\n --sapButton_Success_Active_Background: #ec8b46;\n --sapButton_Success_Active_BorderColor: #000;\n --sapButton_Success_Active_TextColor: #000;\n --sapButton_Information_Background: #fff;\n --sapButton_Information_BorderColor: #000;\n --sapButton_Information_TextColor: #000;\n --sapButton_Information_Hover_Background: #ec8b46;\n --sapButton_Information_Hover_BorderColor: #000;\n --sapButton_Information_Hover_TextColor: #000;\n --sapButton_Information_Active_Background: #ec8b46;\n --sapButton_Information_Active_BorderColor: #000;\n --sapButton_Information_Active_TextColor: #000;\n --sapButton_Neutral_Background: #fff;\n --sapButton_Neutral_BorderColor: #000;\n --sapButton_Neutral_TextColor: #000;\n --sapButton_Neutral_Hover_Background: #ec8b46;\n --sapButton_Neutral_Hover_BorderColor: #000;\n --sapButton_Neutral_Hover_TextColor: #000;\n --sapButton_Neutral_Active_Background: #ec8b46;\n --sapButton_Neutral_Active_BorderColor: #000;\n --sapButton_Neutral_Active_TextColor: #000;\n --sapButton_Track_Background: #fff;\n --sapButton_Track_BorderColor: #000;\n --sapButton_Track_TextColor: #000;\n --sapButton_Track_Hover_Background: #ec8b46;\n --sapButton_Track_Hover_BorderColor: #000;\n --sapButton_Track_Selected_Background: #8fb5ff;\n --sapButton_Track_Selected_BorderColor: #000;\n --sapButton_Track_Selected_TextColor: #000;\n --sapButton_Track_Selected_Hover_Background: #ec8b46;\n --sapButton_Track_Selected_Hover_BorderColor: #000;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #000;\n --sapButton_Handle_TextColor: #000;\n --sapButton_Handle_Hover_Background: #ec8b46;\n --sapButton_Handle_Hover_BorderColor: #000;\n --sapButton_Handle_Selected_Background: #8fb5ff;\n --sapButton_Handle_Selected_BorderColor: #000;\n --sapButton_Handle_Selected_TextColor: #000;\n --sapButton_Handle_Selected_Hover_Background: #ec8b46;\n --sapButton_Handle_Selected_Hover_BorderColor: #000;\n --sapButton_Track_Negative_Background: #fff;\n --sapButton_Track_Negative_BorderColor: #ab0000;\n --sapButton_Track_Negative_TextColor: #000;\n --sapButton_Track_Negative_Hover_Background: #ec8b46;\n --sapButton_Track_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #ab0000;\n --sapButton_Handle_Negative_TextColor: #000;\n --sapButton_Handle_Negative_Hover_Background: #ec8b46;\n --sapButton_Handle_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Track_Positive_Background: #fff;\n --sapButton_Track_Positive_BorderColor: #006362;\n --sapButton_Track_Positive_TextColor: #000;\n --sapButton_Track_Positive_Hover_Background: #fff;\n --sapButton_Track_Positive_Hover_BorderColor: #000;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #006362;\n --sapButton_Handle_Positive_TextColor: #000;\n --sapButton_Handle_Positive_Hover_Background: #ec8b46;\n --sapButton_Handle_Positive_Hover_BorderColor: #006362;\n --sapButton_TokenBackground: #fff;\n --sapButton_TokenBorderColor: #000;\n --sapField_Background: #fff;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #000;\n --sapField_PlaceholderTextColor: #585858;\n --sapField_BorderColor: #000;\n --sapField_HelpBackground: #fff;\n --sapField_BorderWidth: .125rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: 0;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #000;\n --sapField_Hover_HelpBackground: #fff;\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: #000;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #000;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: #b3b3b3;\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #000;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: #b3b3b3;\n --sapField_RequiredColor: #000;\n --sapField_InvalidColor: #000;\n --sapField_InvalidBackground: #ec8b46;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: dashed;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #000;\n --sapField_WarningBackground: #fff;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: dashed;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #000;\n --sapField_SuccessBackground: #fff;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .125rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #000;\n --sapField_InformationBackground: #fff;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .0625rem;\n --sapField_InformationBorderStyle: dashed;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #fff;\n --sapGroup_TitleBorderColor: #000;\n --sapGroup_TitleTextColor: #000;\n --sapGroup_Title_FontSize: 1.125rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #000;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: #fff;\n --sapToolbar_Background: #fff;\n --sapToolbar_SeparatorColor: #000;\n --sapList_HeaderBackground: #fff;\n --sapList_HeaderBorderColor: #000;\n --sapList_HeaderTextColor: #000;\n --sapList_BorderColor: #585858;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #000;\n --sapList_Active_TextColor: #000;\n --sapList_Active_Background: #ec8b46;\n --sapList_SelectionBackgroundColor: #8fb5ff;\n --sapList_SelectionBorderColor: #000;\n --sapList_Hover_SelectionBackground: #ec8b46;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #ec8b46;\n --sapList_AlternatingBackground: #e6e6e6;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #000;\n --sapList_GroupHeaderTextColor: #000;\n --sapList_TableGroupHeaderBackground: #b3b3b3;\n --sapList_TableGroupHeaderBorderColor: #000;\n --sapList_TableGroupHeaderTextColor: #000;\n --sapList_FooterBackground: #fff;\n --sapList_FooterTextColor: #000;\n --sapList_TableFooterBorder: #000;\n --sapList_TableFixedBorderColor: #000;\n --sapMessage_ErrorBorderColor: #ab0000;\n --sapMessage_WarningBorderColor: #5c5c00;\n --sapMessage_SuccessBorderColor: #006362;\n --sapMessage_InformationBorderColor: #000;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #fff;\n --sapProgress_BorderColor: #000;\n --sapProgress_TextColor: #000;\n --sapProgress_FontSize: .75rem;\n --sapProgress_NegativeBackground: #fff;\n --sapProgress_NegativeBorderColor: #000;\n --sapProgress_NegativeTextColor: #000;\n --sapProgress_CriticalBackground: #fff;\n --sapProgress_CriticalBorderColor: #000;\n --sapProgress_CriticalTextColor: #000;\n --sapProgress_PositiveBackground: #fff;\n --sapProgress_PositiveBorderColor: #000;\n --sapProgress_PositiveTextColor: #000;\n --sapProgress_InformationBackground: #fff;\n --sapProgress_InformationBorderColor: #000;\n --sapProgress_InformationTextColor: #000;\n --sapProgress_Value_Background: #ec8b46;\n --sapProgress_Value_BorderColor: #000;\n --sapProgress_Value_TextColor: #000;\n --sapProgress_Value_NegativeBackground: #ec8b46;\n --sapProgress_Value_NegativeBorderColor: #000;\n --sapProgress_Value_NegativeTextColor: #000;\n --sapProgress_Value_CriticalBackground: #ec8b46;\n --sapProgress_Value_CriticalBorderColor: #000;\n --sapProgress_Value_CriticalTextColor: #000;\n --sapProgress_Value_PositiveBackground: #ec8b46;\n --sapProgress_Value_PositiveBorderColor: #000;\n --sapProgress_Value_PositiveTextColor: #000;\n --sapProgress_Value_InformationBackground: #ec8b46;\n --sapProgress_Value_InformationBorderColor: #000;\n --sapProgress_Value_InformationTextColor: #000;\n --sapScrollBar_FaceColor: #585858;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #585858;\n --sapScrollBar_SymbolColor: #000;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #000;\n --sapSlider_Background: #fff;\n --sapSlider_BorderColor: #000;\n --sapSlider_Selected_Background: #8fb5ff;\n --sapSlider_Selected_BorderColor: #000;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #000;\n --sapSlider_RangeHandleBackground: #fff;\n --sapSlider_Hover_HandleBackground: #ec8b46;\n --sapSlider_Hover_HandleBorderColor: #000;\n --sapSlider_Hover_RangeHandleBackground: #ec8b46;\n --sapSlider_Active_HandleBackground: #ec8b46;\n --sapSlider_Active_HandleBorderColor: #000;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #000;\n --sapPageHeader_TextColor: #000;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #000;\n --sapPageFooter_TextColor: #000;\n --sapInfobar_Background: #fff;\n --sapInfobar_Hover_Background: #ec8b46;\n --sapInfobar_Active_Background: #ec8b46;\n --sapInfobar_NonInteractive_Background: #b3b3b3;\n --sapInfobar_TextColor: #000;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #ec8b46;\n --sapObjectHeader_BorderColor: #000;\n --sapObjectHeader_Title_TextColor: #000;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #000;\n --sapBlockLayer_Background: #fff;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #ec8b46;\n --sapTile_Active_Background: #ec8b46;\n --sapTile_BorderColor: #000;\n --sapTile_BorderCornerRadius: 0.25rem;\n --sapTile_TitleTextColor: #000;\n --sapTile_TextColor: #000;\n --sapTile_IconColor: #000;\n --sapTile_SeparatorColor: #000;\n --sapTile_Interactive_BorderColor: #000;\n --sapTile_OverlayBackground: #fff;\n --sapTile_OverlayForegroundColor: #000;\n --sapAccentColor1: #5f5800;\n --sapAccentColor2: #5e4101;\n --sapAccentColor3: #973333;\n --sapAccentColor4: #961d7c;\n --sapAccentColor5: #365892;\n --sapAccentColor6: #004ccb;\n --sapAccentColor7: #105b5b;\n --sapAccentColor8: #26340b;\n --sapAccentColor9: #6c32a9;\n --sapAccentColor10: #4a5964;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #780000;\n --sapIndicationColor_1_Background: #fff;\n --sapIndicationColor_1_BorderColor: #000;\n --sapIndicationColor_1_TextColor: #000;\n --sapIndicationColor_1_Hover_Background: #ec8b46;\n --sapIndicationColor_1_Active_Background: #ec8b46;\n --sapIndicationColor_1_Active_BorderColor: #000;\n --sapIndicationColor_1_Active_TextColor: #000;\n --sapIndicationColor_1_Selected_Background: #8fb5ff;\n --sapIndicationColor_1_Selected_BorderColor: #000;\n --sapIndicationColor_1_Selected_TextColor: #000;\n --sapIndicationColor_1b: #780000;\n --sapIndicationColor_1b_BorderColor: #000;\n --sapIndicationColor_1b_Hover_Background: #ec8b46;\n --sapIndicationColor_2: #ab0000;\n --sapIndicationColor_2_Background: #fff;\n --sapIndicationColor_2_BorderColor: #000;\n --sapIndicationColor_2_TextColor: #000;\n --sapIndicationColor_2_Hover_Background: #ec8b46;\n --sapIndicationColor_2_Active_Background: #ec8b46;\n --sapIndicationColor_2_Active_BorderColor: #000;\n --sapIndicationColor_2_Active_TextColor: #000;\n --sapIndicationColor_2_Selected_Background: #8fb5ff;\n --sapIndicationColor_2_Selected_BorderColor: #000;\n --sapIndicationColor_2_Selected_TextColor: #000;\n --sapIndicationColor_2b: #ab0000;\n --sapIndicationColor_2b_BorderColor: #000;\n --sapIndicationColor_2b_Hover_Background: #ec8b46;\n --sapIndicationColor_3: #5c5c00;\n --sapIndicationColor_3_Background: #fff;\n --sapIndicationColor_3_BorderColor: #000;\n --sapIndicationColor_3_TextColor: #000;\n --sapIndicationColor_3_Hover_Background: #ec8b46;\n --sapIndicationColor_3_Active_Background: #ec8b46;\n --sapIndicationColor_3_Active_BorderColor: #000;\n --sapIndicationColor_3_Active_TextColor: #000;\n --sapIndicationColor_3_Selected_Background: #8fb5ff;\n --sapIndicationColor_3_Selected_BorderColor: #000;\n --sapIndicationColor_3_Selected_TextColor: #000;\n --sapIndicationColor_3b: #5c5c00;\n --sapIndicationColor_3b_BorderColor: #000;\n --sapIndicationColor_3b_Hover_Background: #ec8b46;\n --sapIndicationColor_4: #006362;\n --sapIndicationColor_4_Background: #fff;\n --sapIndicationColor_4_BorderColor: #000;\n --sapIndicationColor_4_TextColor: #000;\n --sapIndicationColor_4_Hover_Background: #ec8b46;\n --sapIndicationColor_4_Active_Background: #ec8b46;\n --sapIndicationColor_4_Active_BorderColor: #000;\n --sapIndicationColor_4_Active_TextColor: #000;\n --sapIndicationColor_4_Selected_Background: #8fb5ff;\n --sapIndicationColor_4_Selected_BorderColor: #000;\n --sapIndicationColor_4_Selected_TextColor: #000;\n --sapIndicationColor_4b: #006362;\n --sapIndicationColor_4b_BorderColor: #000;\n --sapIndicationColor_4b_Hover_Background: #ec8b46;\n --sapIndicationColor_5: #004ccb;\n --sapIndicationColor_5_Background: #fff;\n --sapIndicationColor_5_BorderColor: #000;\n --sapIndicationColor_5_TextColor: #000;\n --sapIndicationColor_5_Hover_Background: #ec8b46;\n --sapIndicationColor_5_Active_Background: #ec8b46;\n --sapIndicationColor_5_Active_BorderColor: #000;\n --sapIndicationColor_5_Active_TextColor: #000;\n --sapIndicationColor_5_Selected_Background: #8fb5ff;\n --sapIndicationColor_5_Selected_BorderColor: #000;\n --sapIndicationColor_5_Selected_TextColor: #000;\n --sapIndicationColor_5b: #004ccb;\n --sapIndicationColor_5b_BorderColor: #000;\n --sapIndicationColor_5b_Hover_Background: #ec8b46;\n --sapIndicationColor_6: #105b5b;\n --sapIndicationColor_6_Background: #fff;\n --sapIndicationColor_6_BorderColor: #000;\n --sapIndicationColor_6_TextColor: #000;\n --sapIndicationColor_6_Hover_Background: #ec8b46;\n --sapIndicationColor_6_Active_Background: #ec8b46;\n --sapIndicationColor_6_Active_BorderColor: #000;\n --sapIndicationColor_6_Active_TextColor: #000;\n --sapIndicationColor_6_Selected_Background: #8fb5ff;\n --sapIndicationColor_6_Selected_BorderColor: #000;\n --sapIndicationColor_6_Selected_TextColor: #000;\n --sapIndicationColor_6b: #105b5b;\n --sapIndicationColor_6b_BorderColor: #000;\n --sapIndicationColor_6b_Hover_Background: #ec8b46;\n --sapIndicationColor_7: #6c32a9;\n --sapIndicationColor_7_Background: #fff;\n --sapIndicationColor_7_BorderColor: #000;\n --sapIndicationColor_7_TextColor: #000;\n --sapIndicationColor_7_Hover_Background: #ec8b46;\n --sapIndicationColor_7_Active_Background: #ec8b46;\n --sapIndicationColor_7_Active_BorderColor: #000;\n --sapIndicationColor_7_Active_TextColor: #000;\n --sapIndicationColor_7_Selected_Background: #8fb5ff;\n --sapIndicationColor_7_Selected_BorderColor: #000;\n --sapIndicationColor_7_Selected_TextColor: #000;\n --sapIndicationColor_7b: #6c32a9;\n --sapIndicationColor_7b_BorderColor: #000;\n --sapIndicationColor_7b_Hover_Background: #ec8b46;\n --sapIndicationColor_8: #961d7c;\n --sapIndicationColor_8_Background: #fff;\n --sapIndicationColor_8_BorderColor: #000;\n --sapIndicationColor_8_TextColor: #000;\n --sapIndicationColor_8_Hover_Background: #ec8b46;\n --sapIndicationColor_8_Active_Background: #ec8b46;\n --sapIndicationColor_8_Active_BorderColor: #000;\n --sapIndicationColor_8_Active_TextColor: #000;\n --sapIndicationColor_8_Selected_Background: #8fb5ff;\n --sapIndicationColor_8_Selected_BorderColor: #000;\n --sapIndicationColor_8_Selected_TextColor: #000;\n --sapIndicationColor_8b: #961d7c;\n --sapIndicationColor_8b_BorderColor: #000;\n --sapIndicationColor_8b_Hover_Background: #ec8b46;\n --sapIndicationColor_9: #fff;\n --sapIndicationColor_9_Background: #fff;\n --sapIndicationColor_9_BorderColor: #000;\n --sapIndicationColor_9_TextColor: #000;\n --sapIndicationColor_9_Hover_Background: #ec8b46;\n --sapIndicationColor_9_Active_Background: #ec8b46;\n --sapIndicationColor_9_Active_BorderColor: #000;\n --sapIndicationColor_9_Active_TextColor: #000;\n --sapIndicationColor_9_Selected_Background: #8fb5ff;\n --sapIndicationColor_9_Selected_BorderColor: #000;\n --sapIndicationColor_9_Selected_TextColor: #000;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #000;\n --sapIndicationColor_9b_Hover_Background: #ec8b46;\n --sapIndicationColor_10: #eaecee;\n --sapIndicationColor_10_Background: #fff;\n --sapIndicationColor_10_BorderColor: #000;\n --sapIndicationColor_10_TextColor: #000;\n --sapIndicationColor_10_Hover_Background: #ec8b46;\n --sapIndicationColor_10_Active_Background: #ec8b46;\n --sapIndicationColor_10_Active_BorderColor: #000;\n --sapIndicationColor_10_Active_TextColor: #000;\n --sapIndicationColor_10_Selected_Background: #8fb5ff;\n --sapIndicationColor_10_Selected_BorderColor: #000;\n --sapIndicationColor_10_Selected_TextColor: #000;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #000;\n --sapIndicationColor_10b_Hover_Background: #ec8b46;\n --sapLegend_WorkingBackground: #d9d9d9;\n --sapLegend_NonWorkingBackground: #b3b3b3;\n --sapLegend_CurrentDateTime: #961d7c;\n --sapLegendColor1: #5f5800;\n --sapLegendColor2: #5e4101;\n --sapLegendColor3: #973333;\n --sapLegendColor4: #463000;\n --sapLegendColor5: #961d7c;\n --sapLegendColor6: #004ccb;\n --sapLegendColor7: #105b5b;\n --sapLegendColor8: #26340b;\n --sapLegendColor9: #4a5964;\n --sapLegendColor10: #6c3d62;\n --sapLegendColor11: #383513;\n --sapLegendColor12: #734f00;\n --sapLegendColor13: #723e3e;\n --sapLegendColor14: #5f5642;\n --sapLegendColor15: #60535d;\n --sapLegendColor16: #465878;\n --sapLegendColor17: #435b5b;\n --sapLegendColor18: #4e5a36;\n --sapLegendColor19: #4e5869;\n --sapLegendColor20: #001b49;\n --sapLegendBackgroundColor1: #fff;\n --sapLegendBackgroundColor2: #fff;\n --sapLegendBackgroundColor3: #fff;\n --sapLegendBackgroundColor4: #fff;\n --sapLegendBackgroundColor5: #fff;\n --sapLegendBackgroundColor6: #fff;\n --sapLegendBackgroundColor7: #fff;\n --sapLegendBackgroundColor8: #fff;\n --sapLegendBackgroundColor9: #fff;\n --sapLegendBackgroundColor10: #fff;\n --sapLegendBackgroundColor11: #fff;\n --sapLegendBackgroundColor12: #fff;\n --sapLegendBackgroundColor13: #fff;\n --sapLegendBackgroundColor14: #fff;\n --sapLegendBackgroundColor15: #fff;\n --sapLegendBackgroundColor16: #fff;\n --sapLegendBackgroundColor17: #fff;\n --sapLegendBackgroundColor18: #fff;\n --sapLegendBackgroundColor19: #fff;\n --sapLegendBackgroundColor20: #fff;\n --sapChart_OrderedColor_1: #286ac3;\n --sapChart_OrderedColor_2: #d74114;\n --sapChart_OrderedColor_3: #057d47;\n --sapChart_OrderedColor_4: #e11e48;\n --sapChart_OrderedColor_5: #642eb2;\n --sapChart_OrderedColor_6: #03778c;\n --sapChart_OrderedColor_7: #232deb;\n --sapChart_OrderedColor_8: #9b136f;\n --sapChart_OrderedColor_9: #395563;\n --sapChart_OrderedColor_10: #e02e2e;\n --sapChart_OrderedColor_11: #0d3367;\n --sapChart_Bad: #ab0000;\n --sapChart_Critical: #5c5c00;\n --sapChart_Good: #006362;\n --sapChart_Neutral: #000;\n --sapChart_Sequence_1: #286ac3;\n --sapChart_Sequence_2: #d74114;\n --sapChart_Sequence_3: #057d47;\n --sapChart_Sequence_4: #e11e48;\n --sapChart_Sequence_5: #642eb2;\n --sapChart_Sequence_6: #03778c;\n --sapChart_Sequence_7: #232deb;\n --sapChart_Sequence_8: #9b136f;\n --sapChart_Sequence_9: #395563;\n --sapChart_Sequence_10: #e02e2e;\n --sapChart_Sequence_11: #0d3367;\n --sapChart_Sequence_Neutral: #000;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcb.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcw.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3_hcw.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3_hcw/parameters-bundle.css.ts", content: `:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3_hcw.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_fiori_3_hcb","sap_fiori_3","sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #ec8b46;--sapHighlightColor: #ec8b46;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #8fb5ff;--sapHoverColor: #ec8b46;--sapActiveColor: #ec8b46;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--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.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--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: #ec8b46;--sapContent_HelpColor: #006500;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_DragAndDropActiveColor: #006500;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #8fb5ff;--sapContent_Selected_Hover_Background: #ec8b46;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #434e56;--sapContent_Illustrative_Color3: #62737c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #d5dadd;--sapContent_Illustrative_Color11: #88979e;--sapContent_Illustrative_Color12: #88979e;--sapContent_Illustrative_Color13: #161a1d;--sapContent_Illustrative_Color14: #000;--sapContent_Illustrative_Color15: #31393f;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapShell_Hover_Background: #ec8b46;--sapShell_Active_Background: #ec8b46;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #8fb5ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #ec8b46;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #ec8b46;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #ec8b46;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Assistant_ForegroundColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #000;--sapAssistant_Color2: #000;--sapAssistant_BackgroundGradient: linear-gradient(#fff, #fff);--sapAssistant_Background: #fff;--sapAssistant_BorderColor: #000;--sapAssistant_TextColor: #000;--sapAssistant_Hover_Background: #ec8b46;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #ec8b46;--sapAssistant_Active_BorderColor: #000;--sapAssistant_Active_TextColor: #000;--sapAssistant_Question_Background: #fff;--sapAssistant_Question_BorderColor: #000;--sapAssistant_Question_TextColor: #000;--sapAssistant_Answer_Background: #b3b3b3;--sapAssistant_Answer_BorderColor: #000;--sapAssistant_Answer_TextColor: #000;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_Hover_Background: #ec8b46;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #ec8b46;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_Hover_Background: #ec8b46;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #ec8b46;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #ec8b46;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #ec8b46;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #8fb5ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #ec8b46;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #ec8b46;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #ec8b46;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #8fb5ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #ec8b46;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #ec8b46;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #ec8b46;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #8fb5ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #ec8b46;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #ec8b46;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #ec8b46;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #8fb5ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #ec8b46;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #ec8b46;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #ec8b46;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #ec8b46;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #ec8b46;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #ec8b46;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #ec8b46;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #ec8b46;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #ec8b46;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #ec8b46;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #ec8b46;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #ec8b46;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #8fb5ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #ec8b46;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #ec8b46;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #8fb5ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #ec8b46;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #ec8b46;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #ec8b46;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #fff;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #ec8b46;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #ec8b46;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #ec8b46;--sapList_SelectionBackgroundColor: #8fb5ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #ec8b46;--sapList_Background: #fff;--sapList_Hover_Background: #ec8b46;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #ec8b46;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #ec8b46;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #ec8b46;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #ec8b46;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #ec8b46;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #8fb5ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #ec8b46;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #ec8b46;--sapSlider_Active_HandleBackground: #ec8b46;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #ec8b46;--sapInfobar_Active_Background: #ec8b46;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ec8b46;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #000;--sapBlockLayer_Background: #fff;--sapTile_Background: #fff;--sapTile_Hover_Background: #ec8b46;--sapTile_Active_Background: #ec8b46;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #ec8b46;--sapIndicationColor_1_Active_Background: #ec8b46;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #8fb5ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #ec8b46;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #ec8b46;--sapIndicationColor_2_Active_Background: #ec8b46;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #8fb5ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #ec8b46;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #ec8b46;--sapIndicationColor_3_Active_Background: #ec8b46;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #8fb5ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #ec8b46;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #ec8b46;--sapIndicationColor_4_Active_Background: #ec8b46;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #8fb5ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #ec8b46;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #ec8b46;--sapIndicationColor_5_Active_Background: #ec8b46;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #8fb5ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #ec8b46;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #ec8b46;--sapIndicationColor_6_Active_Background: #ec8b46;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #8fb5ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #ec8b46;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #ec8b46;--sapIndicationColor_7_Active_Background: #ec8b46;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #8fb5ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #ec8b46;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #ec8b46;--sapIndicationColor_8_Active_Background: #ec8b46;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #8fb5ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #ec8b46;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #ec8b46;--sapIndicationColor_9_Active_Background: #ec8b46;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #8fb5ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #ec8b46;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #ec8b46;--sapIndicationColor_10_Active_Background: #ec8b46;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #8fb5ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #ec8b46;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_OrderedColor_1: #286ac3;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #057d47;--sapChart_OrderedColor_4: #e11e48;--sapChart_OrderedColor_5: #642eb2;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #232deb;--sapChart_OrderedColor_8: #9b136f;--sapChart_OrderedColor_9: #395563;--sapChart_OrderedColor_10: #e02e2e;--sapChart_OrderedColor_11: #0d3367;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #000;--sapChart_Sequence_1: #286ac3;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_3: #057d47;--sapChart_Sequence_4: #e11e48;--sapChart_Sequence_5: #642eb2;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_7: #232deb;--sapChart_Sequence_8: #9b136f;--sapChart_Sequence_9: #395563;--sapChart_Sequence_10: #e02e2e;--sapChart_Sequence_11: #0d3367;--sapChart_Sequence_Neutral: #000;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_fiori_3.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_belize\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_base_fiori\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_belize\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #0a6ed1;\n --sapHighlightColor: #0854a0;\n --sapBaseColor: #fff;\n --sapShellColor: #354a5f;\n --sapBackgroundColor: #f7f7f7;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #32363a;\n --sapLinkColor: #0a6ed1;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #0854a0;\n --sapHoverColor: #ededed;\n --sapActiveColor: #0854a0;\n --sapHighlightTextColor: #fff;\n --sapTitleColor: #32363a;\n --sapNegativeColor: #bb0000;\n --sapCriticalColor: #df6e0c;\n --sapPositiveColor: #107e3e;\n --sapInformativeColor: #0a6ed1;\n --sapNeutralColor: #6a6d70;\n --sapNegativeElementColor: #bb0000;\n --sapCriticalElementColor: #df6e0c;\n --sapPositiveElementColor: #107e3e;\n --sapInformativeElementColor: #0a6ed1;\n --sapNeutralElementColor: #6a6d70;\n --sapNegativeTextColor: #bb0000;\n --sapCriticalTextColor: #b3590a;\n --sapPositiveTextColor: #107e3e;\n --sapInformativeTextColor: #0a6ed1;\n --sapNeutralTextColor: #6a6d70;\n --sapErrorColor: #bb0000;\n --sapWarningColor: #df6e0c;\n --sapSuccessColor: #107e3e;\n --sapInformationColor: #0a6ed1;\n --sapErrorBackground: #ffebeb;\n --sapWarningBackground: #fef7f1;\n --sapSuccessBackground: #f1fdf6;\n --sapInformationBackground: #f5faff;\n --sapNeutralBackground: #f4f4f4;\n --sapErrorBorderColor: #bb0000;\n --sapWarningBorderColor: #df6e0c;\n --sapSuccessBorderColor: #107e3e;\n --sapInformationBorderColor: #0a6ed1;\n --sapNeutralBorderColor: #6a6d70;\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.4;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #0854a0;\n --sapContent_ContrastIconColor: #fff;\n --sapContent_NonInteractiveIconColor: #6a6d70;\n --sapContent_MarkerIconColor: #286eb4;\n --sapContent_MarkerTextColor: #0e7581;\n --sapContent_MeasureIndicatorColor: #89919a;\n --sapContent_Selected_MeasureIndicatorColor: #89919a;\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: #ccc;\n --sapContent_ImagePlaceholderForegroundColor: #fff;\n --sapContent_RatedColor: #d08014;\n --sapContent_UnratedColor: #89919a;\n --sapContent_BusyColor: #0854a0;\n --sapContent_FocusColor: #000;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .0625rem;\n --sapContent_ContrastFocusColor: #fff;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0 0.0625rem rgba(0,0,0,0.1), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.1);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.3);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 1.25rem 5rem 0 rgba(0,0,0,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(0,0,0,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;\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: #d4f7db;\n --sapContent_HelpColor: #3f8600;\n --sapContent_LabelColor: #6a6d70;\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(50,54,58,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.65;\n --sapContent_ContrastTextColor: #fff;\n --sapContent_ForegroundColor: #efefef;\n --sapContent_ForegroundBorderColor: #89919a;\n --sapContent_ForegroundTextColor: #32363a;\n --sapContent_BadgeBackground: #d04343;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #0854a0;\n --sapContent_Selected_TextColor: #fff;\n --sapContent_Selected_Background: #0854a0;\n --sapContent_Selected_Hover_Background: #095caf;\n --sapContent_Selected_ForegroundColor: #0854a0;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #0a6ed1;\n --sapContent_Illustrative_Color2: #72b5f8;\n --sapContent_Illustrative_Color3: #ffba10;\n --sapContent_Illustrative_Color4: #4a5055;\n --sapContent_Illustrative_Color5: #9da4aa;\n --sapContent_Illustrative_Color6: #c6cace;\n --sapContent_Illustrative_Color7: #e7e9ea;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #e7e9ea;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #5dc122;\n --sapContent_Illustrative_Color13: #4ba1f6;\n --sapContent_Illustrative_Color14: #298ff4;\n --sapContent_Illustrative_Color15: #e6a400;\n --sapContent_Illustrative_Color16: #085aaa;\n --sapContent_Illustrative_Color17: #00a5a8;\n --sapContent_Illustrative_Color18: #d9ddde;\n --sapContent_Illustrative_Color19: #ccd0d2;\n --sapContent_Illustrative_Color20: #bec4c6;\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\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 2.25rem;\n --sapFontHeader2Size: 1.5rem;\n --sapFontHeader3Size: 1.25rem;\n --sapFontHeader4Size: 1.125rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: none;\n --sapLink_Hover_Color: #0854a0;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #0a6ed1;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #0a6ed1;\n --sapLink_InvertedColor: #d3e8fd;\n --sapLink_SubtleColor: #074888;\n --sapShell_Background: #edeff0;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #354a5f;\n --sapShell_TextColor: #fff;\n --sapShell_InteractiveBackground: #354a5f;\n --sapShell_InteractiveTextColor: #d1e8ff;\n --sapShell_InteractiveBorderColor: #7996b4;\n --sapShell_GroupTitleTextColor: #32363a;\n --sapShell_GroupTitleTextShadow: 0 0 0.125rem #fff;\n --sapShell_Hover_Background: #283848;\n --sapShell_Active_Background: #23303e;\n --sapShell_Active_TextColor: #fff;\n --sapShell_Selected_Background: #23303e;\n --sapShell_Selected_TextColor: #fff;\n --sapShell_Selected_Hover_Background: #23303e;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #354a5f;\n --sapShell_Navigation_Hover_Background: #283848;\n --sapShell_Navigation_SelectedColor: #d1e8ff;\n --sapShell_Navigation_Selected_TextColor: #d1e8ff;\n --sapShell_Navigation_TextColor: #fff;\n --sapShell_Navigation_Active_TextColor: #fff;\n --sapShell_Navigation_Active_Background: #23303e;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.08), inset 0 -0.0625rem 0 0 rgba(0,0,0,0.18);\n --sapShell_NegativeColor: #f88;\n --sapShell_CriticalColor: #f8b67d;\n --sapShell_PositiveColor: #abe2c2;\n --sapShell_InformativeColor: #b1d6fb;\n --sapShell_NeutralColor: #d4d6d7;\n --sapShell_Category_1_Background: #286eb4;\n --sapShell_Category_1_BorderColor: #286eb4;\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: #db1f77;\n --sapShell_Category_2_BorderColor: #db1f77;\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: #d58215;\n --sapShell_Category_3_BorderColor: #d58215;\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: #892971;\n --sapShell_Category_4_BorderColor: #892971;\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: #bb2f2f;\n --sapShell_Category_5_BorderColor: #bb2f2f;\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: #1193a2;\n --sapShell_Category_6_BorderColor: #1193a2;\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: #cf5db3;\n --sapShell_Category_7_BorderColor: #cf5db3;\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: #8b9668;\n --sapShell_Category_8_BorderColor: #8b9668;\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: #597da1;\n --sapShell_Category_9_BorderColor: #597da1;\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: #647987;\n --sapShell_Category_10_BorderColor: #647987;\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: #dc5b5b;\n --sapShell_Category_11_BorderColor: #dc5b5b;\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: #5154bd;\n --sapShell_Category_12_BorderColor: #5154bd;\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: #bc1b66;\n --sapShell_Category_13_BorderColor: #bc1b66;\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: #49797e;\n --sapShell_Category_14_BorderColor: #49797e;\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: #476380;\n --sapShell_Category_15_BorderColor: #476380;\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: #687a33;\n --sapShell_Category_16_BorderColor: #687a33;\n --sapShell_Category_16_TextColor: #fff;\n --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapAvatar_1_Background: #d08014;\n --sapAvatar_1_BorderColor: #d08014;\n --sapAvatar_1_TextColor: #fff;\n --sapAvatar_2_Background: #d04343;\n --sapAvatar_2_BorderColor: #d04343;\n --sapAvatar_2_TextColor: #fff;\n --sapAvatar_3_Background: #db1f77;\n --sapAvatar_3_BorderColor: #db1f77;\n --sapAvatar_3_TextColor: #fff;\n --sapAvatar_4_Background: #c0399f;\n --sapAvatar_4_BorderColor: #c0399f;\n --sapAvatar_4_TextColor: #fff;\n --sapAvatar_5_Background: #6367de;\n --sapAvatar_5_BorderColor: #6367de;\n --sapAvatar_5_TextColor: #fff;\n --sapAvatar_6_Background: #286eb4;\n --sapAvatar_6_BorderColor: #286eb4;\n --sapAvatar_6_TextColor: #fff;\n --sapAvatar_7_Background: #0f828f;\n --sapAvatar_7_BorderColor: #0f828f;\n --sapAvatar_7_TextColor: #fff;\n --sapAvatar_8_Background: #7ca10c;\n --sapAvatar_8_BorderColor: #7ca10c;\n --sapAvatar_8_TextColor: #fff;\n --sapAvatar_9_Background: #925ace;\n --sapAvatar_9_BorderColor: #925ace;\n --sapAvatar_9_TextColor: #fff;\n --sapAvatar_10_Background: #647987;\n --sapAvatar_10_BorderColor: #647987;\n --sapAvatar_10_TextColor: #fff;\n --sapButton_Background: #fff;\n --sapButton_BorderColor: #0854a0;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .25rem;\n --sapButton_TextColor: #0854a0;\n --sapButton_Hover_Background: #ebf5fe;\n --sapButton_Hover_BorderColor: #0854a0;\n --sapButton_Hover_TextColor: #0854a0;\n --sapButton_IconColor: #0854a0;\n --sapButton_Active_Background: #0854a0;\n --sapButton_Active_BorderColor: #0854a0;\n --sapButton_Active_TextColor: #fff;\n --sapButton_Emphasized_Background: #0a6ed1;\n --sapButton_Emphasized_BorderColor: #0a6ed1;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #085caf;\n --sapButton_Emphasized_Hover_BorderColor: #085caf;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #0854a0;\n --sapButton_Emphasized_Active_BorderColor: #0854a0;\n --sapButton_Emphasized_Active_TextColor: #fff;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #fff;\n --sapButton_Reject_BorderColor: #bb0000;\n --sapButton_Reject_TextColor: #b00;\n --sapButton_Reject_Hover_Background: #ffebeb;\n --sapButton_Reject_Hover_BorderColor: #bb0000;\n --sapButton_Reject_Hover_TextColor: #b00;\n --sapButton_Reject_Active_Background: #a20000;\n --sapButton_Reject_Active_BorderColor: #a20000;\n --sapButton_Reject_Active_TextColor: #fff;\n --sapButton_Reject_Selected_Background: #a20000;\n --sapButton_Reject_Selected_BorderColor: #a20000;\n --sapButton_Reject_Selected_TextColor: #fff;\n --sapButton_Reject_Selected_Hover_Background: #b00;\n --sapButton_Reject_Selected_Hover_BorderColor: #b00;\n --sapButton_Accept_Background: #fff;\n --sapButton_Accept_BorderColor: #107e3e;\n --sapButton_Accept_TextColor: #107e3e;\n --sapButton_Accept_Hover_Background: #f1fdf6;\n --sapButton_Accept_Hover_BorderColor: #107e3e;\n --sapButton_Accept_Hover_TextColor: #107e3e;\n --sapButton_Accept_Active_Background: #0d6733;\n --sapButton_Accept_Active_BorderColor: #0d6733;\n --sapButton_Accept_Active_TextColor: #fff;\n --sapButton_Accept_Selected_Background: #0d6733;\n --sapButton_Accept_Selected_BorderColor: #0d6733;\n --sapButton_Accept_Selected_TextColor: #fff;\n --sapButton_Accept_Selected_Hover_Background: #107e3e;\n --sapButton_Accept_Selected_Hover_BorderColor: #107e3e;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #0854a0;\n --sapButton_Lite_Hover_Background: #ebf5fe;\n --sapButton_Lite_Hover_BorderColor: #0854a0;\n --sapButton_Lite_Hover_TextColor: #0854a0;\n --sapButton_Lite_Active_Background: #0854a0;\n --sapButton_Lite_Active_BorderColor: #0854a0;\n --sapButton_Selected_Background: #0854a0;\n --sapButton_Selected_BorderColor: #0854a0;\n --sapButton_Selected_TextColor: #fff;\n --sapButton_Selected_Hover_Background: #095caf;\n --sapButton_Selected_Hover_BorderColor: #095caf;\n --sapButton_Attention_Background: #fff;\n --sapButton_Attention_BorderColor: #df6e0c;\n --sapButton_Attention_TextColor: #32363a;\n --sapButton_Attention_Hover_Background: #fef7f1;\n --sapButton_Attention_Hover_BorderColor: #df6e0c;\n --sapButton_Attention_Hover_TextColor: #32363a;\n --sapButton_Attention_Active_Background: #f3801c;\n --sapButton_Attention_Active_BorderColor: #f3801c;\n --sapButton_Attention_Active_TextColor: #fff;\n --sapButton_Attention_Selected_Background: #f3801c;\n --sapButton_Attention_Selected_BorderColor: #f3801c;\n --sapButton_Attention_Selected_TextColor: #fff;\n --sapButton_Attention_Selected_Hover_Background: #f48e34;\n --sapButton_Attention_Selected_Hover_BorderColor: #f48e34;\n --sapButton_Negative_Background: #bb0000;\n --sapButton_Negative_BorderColor: #bb0000;\n --sapButton_Negative_TextColor: #fff;\n --sapButton_Negative_Hover_Background: #970000;\n --sapButton_Negative_Hover_BorderColor: #970000;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #800;\n --sapButton_Negative_Active_BorderColor: #800;\n --sapButton_Negative_Active_TextColor: #fff;\n --sapButton_Critical_Background: #df6e0c;\n --sapButton_Critical_BorderColor: #df6e0c;\n --sapButton_Critical_TextColor: #fff;\n --sapButton_Critical_Hover_Background: #f3801c;\n --sapButton_Critical_Hover_BorderColor: #f3801c;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #f5933e;\n --sapButton_Critical_Active_BorderColor: #f5933e;\n --sapButton_Critical_Active_TextColor: #fff;\n --sapButton_Success_Background: #107e3e;\n --sapButton_Success_BorderColor: #107e3e;\n --sapButton_Success_TextColor: #fff;\n --sapButton_Success_Hover_Background: #0c5e2e;\n --sapButton_Success_Hover_BorderColor: #0c5e2e;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #0a5128;\n --sapButton_Success_Active_BorderColor: #0a5128;\n --sapButton_Success_Active_TextColor: #fff;\n --sapButton_Information_Background: #0a6ed1;\n --sapButton_Information_BorderColor: #0a6ed1;\n --sapButton_Information_TextColor: #fff;\n --sapButton_Information_Hover_Background: #0961b9;\n --sapButton_Information_Hover_BorderColor: #0961b9;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #0854a0;\n --sapButton_Information_Active_BorderColor: #0854a0;\n --sapButton_Information_Active_TextColor: #fff;\n --sapButton_Neutral_Background: #6a6d70;\n --sapButton_Neutral_BorderColor: #6a6d70;\n --sapButton_Neutral_TextColor: #fff;\n --sapButton_Neutral_Hover_Background: #595b5e;\n --sapButton_Neutral_Hover_BorderColor: #595b5e;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #515456;\n --sapButton_Neutral_Active_BorderColor: #515456;\n --sapButton_Neutral_Active_TextColor: #fff;\n --sapButton_Track_Background: #ededed;\n --sapButton_Track_BorderColor: #89919a;\n --sapButton_Track_TextColor: #32363a;\n --sapButton_Track_Hover_Background: #ededed;\n --sapButton_Track_Hover_BorderColor: #0854a0;\n --sapButton_Track_Selected_Background: #ebf5fe;\n --sapButton_Track_Selected_BorderColor: #0854a0;\n --sapButton_Track_Selected_TextColor: #32363a;\n --sapButton_Track_Selected_Hover_Background: #ebf5fe;\n --sapButton_Track_Selected_Hover_BorderColor: #095caf;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #89919a;\n --sapButton_Handle_TextColor: #32363a;\n --sapButton_Handle_Hover_Background: #ebf5fe;\n --sapButton_Handle_Hover_BorderColor: #0854a0;\n --sapButton_Handle_Selected_Background: #0854a0;\n --sapButton_Handle_Selected_BorderColor: #0854a0;\n --sapButton_Handle_Selected_TextColor: #fff;\n --sapButton_Handle_Selected_Hover_Background: #095caf;\n --sapButton_Handle_Selected_Hover_BorderColor: #095caf;\n --sapButton_Track_Negative_Background: #ffebeb;\n --sapButton_Track_Negative_BorderColor: #bb0000;\n --sapButton_Track_Negative_TextColor: #b00;\n --sapButton_Track_Negative_Hover_Background: #ffebeb;\n --sapButton_Track_Negative_Hover_BorderColor: #bb0000;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #bb0000;\n --sapButton_Handle_Negative_TextColor: #b00;\n --sapButton_Handle_Negative_Hover_Background: #ffebeb;\n --sapButton_Handle_Negative_Hover_BorderColor: #bb0000;\n --sapButton_Track_Positive_Background: #f1fdf6;\n --sapButton_Track_Positive_BorderColor: #107e3e;\n --sapButton_Track_Positive_TextColor: #107e3e;\n --sapButton_Track_Positive_Hover_Background: #f1fdf6;\n --sapButton_Track_Positive_Hover_BorderColor: #107e3e;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #107e3e;\n --sapButton_Handle_Positive_TextColor: #107e3e;\n --sapButton_Handle_Positive_Hover_Background: #f1fdf6;\n --sapButton_Handle_Positive_Hover_BorderColor: #107e3e;\n --sapButton_TokenBackground: #fafafa;\n --sapButton_TokenBorderColor: #c2c2c2;\n --sapField_Background: #fff;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #32363a;\n --sapField_PlaceholderTextColor: #74777a;\n --sapField_BorderColor: #89919a;\n --sapField_HelpBackground: #fff;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: .125rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #0854a0;\n --sapField_Hover_HelpBackground: #ebf5fe;\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: #0854a0;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #89919a;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: rgba(242,242,242,0.5);\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #89919a;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: rgba(242,242,242,0.5);\n --sapField_RequiredColor: #ce3b3b;\n --sapField_InvalidColor: #bb0000;\n --sapField_InvalidBackground: #fff;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: solid;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #df6e0c;\n --sapField_WarningBackground: #fff;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: solid;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #107e3e;\n --sapField_SuccessBackground: #fff;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #0a6ed1;\n --sapField_InformationBackground: #fff;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: solid;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: transparent;\n --sapGroup_TitleBorderColor: #d9d9d9;\n --sapGroup_TitleTextColor: #32363a;\n --sapGroup_Title_FontSize: 1.125rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #d9d9d9;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: transparent;\n --sapToolbar_SeparatorColor: #d9d9d9;\n --sapList_HeaderBackground: #f2f2f2;\n --sapList_HeaderBorderColor: #e5e5e5;\n --sapList_HeaderTextColor: #32363a;\n --sapList_BorderColor: #e5e5e5;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #32363a;\n --sapList_Active_TextColor: #fff;\n --sapList_Active_Background: #0854a0;\n --sapList_SelectionBackgroundColor: #e5f0fa;\n --sapList_SelectionBorderColor: #0854a0;\n --sapList_Hover_SelectionBackground: #d8e9f8;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #f5f5f5;\n --sapList_AlternatingBackground: #f2f2f2;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #d9d9d9;\n --sapList_GroupHeaderTextColor: #32363a;\n --sapList_TableGroupHeaderBackground: #efefef;\n --sapList_TableGroupHeaderBorderColor: #d9d9d9;\n --sapList_TableGroupHeaderTextColor: #32363a;\n --sapList_FooterBackground: #fafafa;\n --sapList_FooterTextColor: #32363a;\n --sapList_TableFooterBorder: #d9d9d9;\n --sapList_TableFixedBorderColor: #8c8c8c;\n --sapMessage_ErrorBorderColor: #bb0000;\n --sapMessage_WarningBorderColor: #df6e0c;\n --sapMessage_SuccessBorderColor: #107e3e;\n --sapMessage_InformationBorderColor: #0a6ed1;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #fff;\n --sapProgress_BorderColor: #89919a;\n --sapProgress_TextColor: #32363a;\n --sapProgress_FontSize: .75rem;\n --sapProgress_NegativeBackground: #fff;\n --sapProgress_NegativeBorderColor: #89919a;\n --sapProgress_NegativeTextColor: #32363a;\n --sapProgress_CriticalBackground: #fff;\n --sapProgress_CriticalBorderColor: #89919a;\n --sapProgress_CriticalTextColor: #32363a;\n --sapProgress_PositiveBackground: #fff;\n --sapProgress_PositiveBorderColor: #89919a;\n --sapProgress_PositiveTextColor: #32363a;\n --sapProgress_InformationBackground: #fff;\n --sapProgress_InformationBorderColor: #89919a;\n --sapProgress_InformationTextColor: #32363a;\n --sapProgress_Value_Background: #6a6d70;\n --sapProgress_Value_BorderColor: #89919a;\n --sapProgress_Value_TextColor: #32363a;\n --sapProgress_Value_NegativeBackground: #bb0000;\n --sapProgress_Value_NegativeBorderColor: #fff;\n --sapProgress_Value_NegativeTextColor: #32363a;\n --sapProgress_Value_CriticalBackground: #df6e0c;\n --sapProgress_Value_CriticalBorderColor: #fff;\n --sapProgress_Value_CriticalTextColor: #32363a;\n --sapProgress_Value_PositiveBackground: #107e3e;\n --sapProgress_Value_PositiveBorderColor: #fff;\n --sapProgress_Value_PositiveTextColor: #32363a;\n --sapProgress_Value_InformationBackground: #0a6ed1;\n --sapProgress_Value_InformationBorderColor: #fff;\n --sapProgress_Value_InformationTextColor: #32363a;\n --sapScrollBar_FaceColor: #949494;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #949494;\n --sapScrollBar_SymbolColor: #0854a0;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #8c8c8c;\n --sapSlider_Background: #89919a;\n --sapSlider_BorderColor: #89919a;\n --sapSlider_Selected_Background: #0854a0;\n --sapSlider_Selected_BorderColor: #0854a0;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #89919a;\n --sapSlider_RangeHandleBackground: transparent;\n --sapSlider_Hover_HandleBackground: #ebf5fe;\n --sapSlider_Hover_HandleBorderColor: #0854a0;\n --sapSlider_Hover_RangeHandleBackground: #ebf5fe;\n --sapSlider_Active_HandleBackground: #0854a0;\n --sapSlider_Active_HandleBorderColor: #0854a0;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #d9d9d9;\n --sapPageHeader_TextColor: #32363a;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #d9d9d9;\n --sapPageFooter_TextColor: #32363a;\n --sapInfobar_Background: #0f828f;\n --sapInfobar_Hover_Background: #0e7581;\n --sapInfobar_Active_Background: #0a545c;\n --sapInfobar_NonInteractive_Background: #e6e6e6;\n --sapInfobar_TextColor: #fff;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #f5f5f5;\n --sapObjectHeader_BorderColor: #d9d9d9;\n --sapObjectHeader_Title_TextColor: #32363a;\n --sapObjectHeader_Title_FontSize: 1.25rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #6a6d70;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #f5f5f5;\n --sapTile_Active_Background: #f5f5f5;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: .25rem;\n --sapTile_TitleTextColor: #32363a;\n --sapTile_TextColor: #6a6d70;\n --sapTile_IconColor: #5a7da0;\n --sapTile_SeparatorColor: #ccc;\n --sapTile_Interactive_BorderColor: #b3b3b3;\n --sapTile_OverlayBackground: rgba(0,0,0,0.8);\n --sapTile_OverlayForegroundColor: #fff;\n --sapAccentColor1: #d08014;\n --sapAccentColor2: #d04343;\n --sapAccentColor3: #db1f77;\n --sapAccentColor4: #c0399f;\n --sapAccentColor5: #6367de;\n --sapAccentColor6: #286eb4;\n --sapAccentColor7: #0f828f;\n --sapAccentColor8: #7ca10c;\n --sapAccentColor9: #925ace;\n --sapAccentColor10: #647987;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #fff0fa;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #dafdf5;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #880000;\n --sapIndicationColor_1_Background: #880000;\n --sapIndicationColor_1_BorderColor: #880000;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #6f0000;\n --sapIndicationColor_1_Active_Background: #500;\n --sapIndicationColor_1_Active_BorderColor: #880000;\n --sapIndicationColor_1_Active_TextColor: #fff;\n --sapIndicationColor_1_Selected_Background: #500;\n --sapIndicationColor_1_Selected_BorderColor: #880000;\n --sapIndicationColor_1_Selected_TextColor: #fff;\n --sapIndicationColor_1b: #fb9d9d;\n --sapIndicationColor_1b_BorderColor: #fb9d9d;\n --sapIndicationColor_1b_Hover_Background: #fa8585;\n --sapIndicationColor_2: #bb0000;\n --sapIndicationColor_2_Background: #bb0000;\n --sapIndicationColor_2_BorderColor: #bb0000;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #a20000;\n --sapIndicationColor_2_Active_Background: #800;\n --sapIndicationColor_2_Active_BorderColor: #bb0000;\n --sapIndicationColor_2_Active_TextColor: #fff;\n --sapIndicationColor_2_Selected_Background: #800;\n --sapIndicationColor_2_Selected_BorderColor: #bb0000;\n --sapIndicationColor_2_Selected_TextColor: #fff;\n --sapIndicationColor_2b: #fcc4c4;\n --sapIndicationColor_2b_BorderColor: #fcc4c4;\n --sapIndicationColor_2b_Hover_Background: #fbacac;\n --sapIndicationColor_3: #df6e0c;\n --sapIndicationColor_3_Background: #df6e0c;\n --sapIndicationColor_3_BorderColor: #df6e0c;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #d0670b;\n --sapIndicationColor_3_Active_Background: #c2600a;\n --sapIndicationColor_3_Active_BorderColor: #df6e0c;\n --sapIndicationColor_3_Active_TextColor: #fff;\n --sapIndicationColor_3_Selected_Background: #c2600a;\n --sapIndicationColor_3_Selected_BorderColor: #df6e0c;\n --sapIndicationColor_3_Selected_TextColor: #fff;\n --sapIndicationColor_3b: #fff2c0;\n --sapIndicationColor_3b_BorderColor: #fff2c0;\n --sapIndicationColor_3b_Hover_Background: #ffeda6;\n --sapIndicationColor_4: #107e3e;\n --sapIndicationColor_4_Background: #107e3e;\n --sapIndicationColor_4_BorderColor: #107e3e;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #0d6733;\n --sapIndicationColor_4_Active_Background: #0a5128;\n --sapIndicationColor_4_Active_BorderColor: #107e3e;\n --sapIndicationColor_4_Active_TextColor: #fff;\n --sapIndicationColor_4_Selected_Background: #0a5128;\n --sapIndicationColor_4_Selected_BorderColor: #107e3e;\n --sapIndicationColor_4_Selected_TextColor: #fff;\n --sapIndicationColor_4b: #bae8bc;\n --sapIndicationColor_4b_BorderColor: #bae8bc;\n --sapIndicationColor_4b_Hover_Background: #a7e2a9;\n --sapIndicationColor_5: #0a6ed1;\n --sapIndicationColor_5_Background: #0a6ed1;\n --sapIndicationColor_5_BorderColor: #0a6ed1;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #0961b9;\n --sapIndicationColor_5_Active_Background: #0854a0;\n --sapIndicationColor_5_Active_BorderColor: #0a6ed1;\n --sapIndicationColor_5_Active_TextColor: #fff;\n --sapIndicationColor_5_Selected_Background: #0854a0;\n --sapIndicationColor_5_Selected_BorderColor: #0a6ed1;\n --sapIndicationColor_5_Selected_TextColor: #fff;\n --sapIndicationColor_5b: #d3effd;\n --sapIndicationColor_5b_BorderColor: #d3effd;\n --sapIndicationColor_5b_Hover_Background: #bbe6fc;\n --sapIndicationColor_6: #0f828f;\n --sapIndicationColor_6_Background: #0f828f;\n --sapIndicationColor_6_BorderColor: #0f828f;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #0d6d78;\n --sapIndicationColor_6_Active_Background: #0a5861;\n --sapIndicationColor_6_Active_BorderColor: #0f828f;\n --sapIndicationColor_6_Active_TextColor: #fff;\n --sapIndicationColor_6_Selected_Background: #0a5861;\n --sapIndicationColor_6_Selected_BorderColor: #0f828f;\n --sapIndicationColor_6_Selected_TextColor: #fff;\n --sapIndicationColor_6b: #cdf5ec;\n --sapIndicationColor_6b_BorderColor: #cdf5ec;\n --sapIndicationColor_6b_Hover_Background: #b8f1e4;\n --sapIndicationColor_7: #925ace;\n --sapIndicationColor_7_Background: #925ace;\n --sapIndicationColor_7_BorderColor: #925ace;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #8546c8;\n --sapIndicationColor_7_Active_Background: #7838bd;\n --sapIndicationColor_7_Active_BorderColor: #925ace;\n --sapIndicationColor_7_Active_TextColor: #fff;\n --sapIndicationColor_7_Selected_Background: #7838bd;\n --sapIndicationColor_7_Selected_BorderColor: #925ace;\n --sapIndicationColor_7_Selected_TextColor: #fff;\n --sapIndicationColor_7b: #e2dbff;\n --sapIndicationColor_7b_BorderColor: #e2dbff;\n --sapIndicationColor_7b_Hover_Background: #cdc2ff;\n --sapIndicationColor_8: #c0399f;\n --sapIndicationColor_8_Background: #c0399f;\n --sapIndicationColor_8_BorderColor: #c0399f;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #ac338f;\n --sapIndicationColor_8_Active_Background: #992d7e;\n --sapIndicationColor_8_Active_BorderColor: #c0399f;\n --sapIndicationColor_8_Active_TextColor: #fff;\n --sapIndicationColor_8_Selected_Background: #992d7e;\n --sapIndicationColor_8_Selected_BorderColor: #c0399f;\n --sapIndicationColor_8_Selected_TextColor: #fff;\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: #0d141b;\n --sapIndicationColor_9_Active_BorderColor: #1d2d3e;\n --sapIndicationColor_9_Active_TextColor: #fff;\n --sapIndicationColor_9_Selected_Background: #0d141b;\n --sapIndicationColor_9_Selected_BorderColor: #1d2d3e;\n --sapIndicationColor_9_Selected_TextColor: #fff;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #d9d9d9;\n --sapIndicationColor_9b_Hover_Background: #f2f2f2;\n --sapIndicationColor_10: #45484a;\n --sapIndicationColor_10_Background: #45484a;\n --sapIndicationColor_10_BorderColor: #45484a;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #393b3d;\n --sapIndicationColor_10_Active_Background: #2c2e30;\n --sapIndicationColor_10_Active_BorderColor: #45484a;\n --sapIndicationColor_10_Active_TextColor: #fff;\n --sapIndicationColor_10_Selected_Background: #2c2e30;\n --sapIndicationColor_10_Selected_BorderColor: #45484a;\n --sapIndicationColor_10_Selected_TextColor: #fff;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #eaecee;\n --sapIndicationColor_10b_Hover_Background: #dcdfe3;\n --sapLegend_WorkingBackground: #fafafa;\n --sapLegend_NonWorkingBackground: #dedede;\n --sapLegend_CurrentDateTime: #c0399f;\n --sapLegendColor1: #d58215;\n --sapLegendColor2: #dc5b5b;\n --sapLegendColor3: #db1f77;\n --sapLegendColor4: #9b3b3b;\n --sapLegendColor5: #cf5db3;\n --sapLegendColor6: #286eb4;\n --sapLegendColor7: #1193a2;\n --sapLegendColor8: #8b9668;\n --sapLegendColor9: #647987;\n --sapLegendColor10: #892971;\n --sapLegendColor11: #725a3a;\n --sapLegendColor12: #bb2f2f;\n --sapLegendColor13: #bc1b66;\n --sapLegendColor14: #8b714f;\n --sapLegendColor15: #606190;\n --sapLegendColor16: #597da1;\n --sapLegendColor17: #49797e;\n --sapLegendColor18: #687a33;\n --sapLegendColor19: #295989;\n --sapLegendColor20: #5154bd;\n --sapLegendBackgroundColor1: #fdf3e7;\n --sapLegendBackgroundColor2: #faeaea;\n --sapLegendBackgroundColor3: #fce9f2;\n --sapLegendBackgroundColor4: #f8ecec;\n --sapLegendBackgroundColor5: #f9ebf5;\n --sapLegendBackgroundColor6: #ebf3fa;\n --sapLegendBackgroundColor7: #e8fbfd;\n --sapLegendBackgroundColor8: #f3f4ef;\n --sapLegendBackgroundColor9: #f1f3f4;\n --sapLegendBackgroundColor10: #f9ebf6;\n --sapLegendBackgroundColor11: #f6f2ed;\n --sapLegendBackgroundColor12: #faeaea;\n --sapLegendBackgroundColor13: #fce9f2;\n --sapLegendBackgroundColor14: #f5f2ee;\n --sapLegendBackgroundColor15: #f0f0f5;\n --sapLegendBackgroundColor16: #eff2f6;\n --sapLegendBackgroundColor17: #eff5f6;\n --sapLegendBackgroundColor18: #f5f7ed;\n --sapLegendBackgroundColor19: #ebf2f9;\n --sapLegendBackgroundColor20: #ecedf8;\n --sapChart_OrderedColor_1: #438cd5;\n --sapChart_OrderedColor_2: #e66729;\n --sapChart_OrderedColor_3: #16976c;\n --sapChart_OrderedColor_4: #ed4a7b;\n --sapChart_OrderedColor_5: #945ecf;\n --sapChart_OrderedColor_6: #1193a2;\n --sapChart_OrderedColor_7: #525df4;\n --sapChart_OrderedColor_8: #bf399e;\n --sapChart_OrderedColor_9: #6c8893;\n --sapChart_OrderedColor_10: #ed5f5f;\n --sapChart_OrderedColor_11: #2f6497;\n --sapChart_Bad: #dc0d0e;\n --sapChart_Critical: #cb7d0c;\n --sapChart_Good: #3c9d57;\n --sapChart_Neutral: #848f94;\n --sapChart_Sequence_1: #438cd5;\n --sapChart_Sequence_2: #e66729;\n --sapChart_Sequence_3: #16976c;\n --sapChart_Sequence_4: #ed4a7b;\n --sapChart_Sequence_5: #945ecf;\n --sapChart_Sequence_6: #1193a2;\n --sapChart_Sequence_7: #525df4;\n --sapChart_Sequence_8: #bf399e;\n --sapChart_Sequence_9: #6c8893;\n --sapChart_Sequence_10: #ed5f5f;\n --sapChart_Sequence_11: #2f6497;\n --sapChart_Sequence_Neutral: #848f94;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/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\n/**\n* Base.baseLib.sap_base_fiori.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_base_fiori.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_fiori_3.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_fiori_3/parameters-bundle.css.ts", content: `:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_belize","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #0a6ed1;--sapHighlightColor: #0854a0;--sapBaseColor: #fff;--sapShellColor: #354a5f;--sapBackgroundColor: #f7f7f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #32363a;--sapLinkColor: #0a6ed1;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0854a0;--sapHoverColor: #ededed;--sapActiveColor: #0854a0;--sapHighlightTextColor: #fff;--sapTitleColor: #32363a;--sapNegativeColor: #bb0000;--sapCriticalColor: #df6e0c;--sapPositiveColor: #107e3e;--sapInformativeColor: #0a6ed1;--sapNeutralColor: #6a6d70;--sapNegativeElementColor: #bb0000;--sapCriticalElementColor: #df6e0c;--sapPositiveElementColor: #107e3e;--sapInformativeElementColor: #0a6ed1;--sapNeutralElementColor: #6a6d70;--sapNegativeTextColor: #bb0000;--sapCriticalTextColor: #b3590a;--sapPositiveTextColor: #107e3e;--sapInformativeTextColor: #0a6ed1;--sapNeutralTextColor: #6a6d70;--sapErrorColor: #bb0000;--sapWarningColor: #df6e0c;--sapSuccessColor: #107e3e;--sapInformationColor: #0a6ed1;--sapErrorBackground: #ffebeb;--sapWarningBackground: #fef7f1;--sapSuccessBackground: #f1fdf6;--sapInformationBackground: #f5faff;--sapNeutralBackground: #f4f4f4;--sapErrorBorderColor: #bb0000;--sapWarningBorderColor: #df6e0c;--sapSuccessBorderColor: #107e3e;--sapInformationBorderColor: #0a6ed1;--sapNeutralBorderColor: #6a6d70;--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.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #0854a0;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #6a6d70;--sapContent_MarkerIconColor: #286eb4;--sapContent_MarkerTextColor: #0e7581;--sapContent_MeasureIndicatorColor: #89919a;--sapContent_Selected_MeasureIndicatorColor: #89919a;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #ccc;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #d08014;--sapContent_UnratedColor: #89919a;--sapContent_BusyColor: #0854a0;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(0,0,0,.1), 0 .125rem .5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3: 0 0 0 .0625rem rgba(0,0,0,.42), 0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #d9d9d9;--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: #d4f7db;--sapContent_HelpColor: #3f8600;--sapContent_LabelColor: #6a6d70;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(50,54,58,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #89919a;--sapContent_ForegroundTextColor: #32363a;--sapContent_BadgeBackground: #d04343;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #0854a0;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0854a0;--sapContent_Selected_Hover_Background: #095caf;--sapContent_Selected_ForegroundColor: #0854a0;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #0a6ed1;--sapContent_Illustrative_Color2: #72b5f8;--sapContent_Illustrative_Color3: #ffba10;--sapContent_Illustrative_Color4: #4a5055;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #e7e9ea;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #5dc122;--sapContent_Illustrative_Color13: #4ba1f6;--sapContent_Illustrative_Color14: #298ff4;--sapContent_Illustrative_Color15: #e6a400;--sapContent_Illustrative_Color16: #085aaa;--sapContent_Illustrative_Color17: #00a5a8;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0854a0;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0a6ed1;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #0a6ed1;--sapLink_InvertedColor: #d3e8fd;--sapLink_SubtleColor: #074888;--sapShell_Background: #edeff0;--sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #32363a;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fff;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.08), inset 0 -.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor: #f88;--sapShell_CriticalColor: #f8b67d;--sapShell_PositiveColor: #abe2c2;--sapShell_InformativeColor: #b1d6fb;--sapShell_NeutralColor: #d4d6d7;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_Category_1_Background: #286eb4;--sapShell_Category_1_BorderColor: #286eb4;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #db1f77;--sapShell_Category_2_BorderColor: #db1f77;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #d58215;--sapShell_Category_3_BorderColor: #d58215;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #892971;--sapShell_Category_4_BorderColor: #892971;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #bb2f2f;--sapShell_Category_5_BorderColor: #bb2f2f;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #1193a2;--sapShell_Category_6_BorderColor: #1193a2;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #cf5db3;--sapShell_Category_7_BorderColor: #cf5db3;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #8b9668;--sapShell_Category_8_BorderColor: #8b9668;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #597da1;--sapShell_Category_9_BorderColor: #597da1;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #647987;--sapShell_Category_10_BorderColor: #647987;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #dc5b5b;--sapShell_Category_11_BorderColor: #dc5b5b;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #5154bd;--sapShell_Category_12_BorderColor: #5154bd;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #bc1b66;--sapShell_Category_13_BorderColor: #bc1b66;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #49797e;--sapShell_Category_14_BorderColor: #49797e;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #476380;--sapShell_Category_15_BorderColor: #476380;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #687a33;--sapShell_Category_16_BorderColor: #687a33;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #32363a;--sapAssistant_Answer_Background: #f4f4f4;--sapAssistant_Answer_BorderColor: #f4f4f4;--sapAssistant_Answer_TextColor: #32363a;--sapAvatar_1_Background: #d08014;--sapAvatar_1_BorderColor: #d08014;--sapAvatar_1_TextColor: #fff;--sapAvatar_2_Background: #d04343;--sapAvatar_2_BorderColor: #d04343;--sapAvatar_2_TextColor: #fff;--sapAvatar_3_Background: #db1f77;--sapAvatar_3_BorderColor: #db1f77;--sapAvatar_3_TextColor: #fff;--sapAvatar_4_Background: #c0399f;--sapAvatar_4_BorderColor: #c0399f;--sapAvatar_4_TextColor: #fff;--sapAvatar_5_Background: #6367de;--sapAvatar_5_BorderColor: #6367de;--sapAvatar_5_TextColor: #fff;--sapAvatar_6_Background: #286eb4;--sapAvatar_6_BorderColor: #286eb4;--sapAvatar_6_TextColor: #fff;--sapAvatar_7_Background: #0f828f;--sapAvatar_7_BorderColor: #0f828f;--sapAvatar_7_TextColor: #fff;--sapAvatar_8_Background: #7ca10c;--sapAvatar_8_BorderColor: #7ca10c;--sapAvatar_8_TextColor: #fff;--sapAvatar_9_Background: #925ace;--sapAvatar_9_BorderColor: #925ace;--sapAvatar_9_TextColor: #fff;--sapAvatar_10_Background: #647987;--sapAvatar_10_BorderColor: #647987;--sapAvatar_10_TextColor: #fff;--sapButton_Background: #fff;--sapButton_BorderColor: #0854a0;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #0854a0;--sapButton_Hover_Background: #ebf5fe;--sapButton_Hover_BorderColor: #0854a0;--sapButton_Hover_TextColor: #0854a0;--sapButton_IconColor: #0854a0;--sapButton_Active_Background: #0854a0;--sapButton_Active_BorderColor: #0854a0;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #0a6ed1;--sapButton_Emphasized_BorderColor: #0a6ed1;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #085caf;--sapButton_Emphasized_Hover_BorderColor: #085caf;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #0854a0;--sapButton_Emphasized_Active_BorderColor: #0854a0;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #bb0000;--sapButton_Reject_TextColor: #b00;--sapButton_Reject_Hover_Background: #ffebeb;--sapButton_Reject_Hover_BorderColor: #bb0000;--sapButton_Reject_Hover_TextColor: #b00;--sapButton_Reject_Active_Background: #a20000;--sapButton_Reject_Active_BorderColor: #a20000;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #a20000;--sapButton_Reject_Selected_BorderColor: #a20000;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #b00;--sapButton_Reject_Selected_Hover_BorderColor: #b00;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #107e3e;--sapButton_Accept_TextColor: #107e3e;--sapButton_Accept_Hover_Background: #f1fdf6;--sapButton_Accept_Hover_BorderColor: #107e3e;--sapButton_Accept_Hover_TextColor: #107e3e;--sapButton_Accept_Active_Background: #0d6733;--sapButton_Accept_Active_BorderColor: #0d6733;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0d6733;--sapButton_Accept_Selected_BorderColor: #0d6733;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #107e3e;--sapButton_Accept_Selected_Hover_BorderColor: #107e3e;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0854a0;--sapButton_Lite_Hover_Background: #ebf5fe;--sapButton_Lite_Hover_BorderColor: #0854a0;--sapButton_Lite_Hover_TextColor: #0854a0;--sapButton_Lite_Active_Background: #0854a0;--sapButton_Lite_Active_BorderColor: #0854a0;--sapButton_Selected_Background: #0854a0;--sapButton_Selected_BorderColor: #0854a0;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #095caf;--sapButton_Selected_Hover_BorderColor: #095caf;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #df6e0c;--sapButton_Attention_TextColor: #32363a;--sapButton_Attention_Hover_Background: #fef7f1;--sapButton_Attention_Hover_BorderColor: #df6e0c;--sapButton_Attention_Hover_TextColor: #32363a;--sapButton_Attention_Active_Background: #f3801c;--sapButton_Attention_Active_BorderColor: #f3801c;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #f3801c;--sapButton_Attention_Selected_BorderColor: #f3801c;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #f48e34;--sapButton_Attention_Selected_Hover_BorderColor: #f48e34;--sapButton_Negative_Background: #bb0000;--sapButton_Negative_BorderColor: #bb0000;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #970000;--sapButton_Negative_Hover_BorderColor: #970000;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #800;--sapButton_Negative_Active_BorderColor: #800;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #df6e0c;--sapButton_Critical_BorderColor: #df6e0c;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #f3801c;--sapButton_Critical_Hover_BorderColor: #f3801c;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #f5933e;--sapButton_Critical_Active_BorderColor: #f5933e;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #107e3e;--sapButton_Success_BorderColor: #107e3e;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #0c5e2e;--sapButton_Success_Hover_BorderColor: #0c5e2e;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #0a5128;--sapButton_Success_Active_BorderColor: #0a5128;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #0a6ed1;--sapButton_Information_BorderColor: #0a6ed1;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #0961b9;--sapButton_Information_Hover_BorderColor: #0961b9;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #0854a0;--sapButton_Information_Active_BorderColor: #0854a0;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #6a6d70;--sapButton_Neutral_BorderColor: #6a6d70;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #595b5e;--sapButton_Neutral_Hover_BorderColor: #595b5e;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #515456;--sapButton_Neutral_Active_BorderColor: #515456;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #ededed;--sapButton_Track_BorderColor: #89919a;--sapButton_Track_TextColor: #32363a;--sapButton_Track_Hover_Background: #ededed;--sapButton_Track_Hover_BorderColor: #0854a0;--sapButton_Track_Selected_Background: #ebf5fe;--sapButton_Track_Selected_BorderColor: #0854a0;--sapButton_Track_Selected_TextColor: #32363a;--sapButton_Track_Selected_Hover_Background: #ebf5fe;--sapButton_Track_Selected_Hover_BorderColor: #095caf;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #89919a;--sapButton_Handle_TextColor: #32363a;--sapButton_Handle_Hover_Background: #ebf5fe;--sapButton_Handle_Hover_BorderColor: #0854a0;--sapButton_Handle_Selected_Background: #0854a0;--sapButton_Handle_Selected_BorderColor: #0854a0;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #095caf;--sapButton_Handle_Selected_Hover_BorderColor: #095caf;--sapButton_Track_Negative_Background: #ffebeb;--sapButton_Track_Negative_BorderColor: #bb0000;--sapButton_Track_Negative_TextColor: #b00;--sapButton_Track_Negative_Hover_Background: #ffebeb;--sapButton_Track_Negative_Hover_BorderColor: #bb0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #bb0000;--sapButton_Handle_Negative_TextColor: #b00;--sapButton_Handle_Negative_Hover_Background: #ffebeb;--sapButton_Handle_Negative_Hover_BorderColor: #bb0000;--sapButton_Track_Positive_Background: #f1fdf6;--sapButton_Track_Positive_BorderColor: #107e3e;--sapButton_Track_Positive_TextColor: #107e3e;--sapButton_Track_Positive_Hover_Background: #f1fdf6;--sapButton_Track_Positive_Hover_BorderColor: #107e3e;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #107e3e;--sapButton_Handle_Positive_TextColor: #107e3e;--sapButton_Handle_Positive_Hover_Background: #f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor: #107e3e;--sapButton_TokenBackground: #fafafa;--sapButton_TokenBorderColor: #c2c2c2;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #32363a;--sapField_PlaceholderTextColor: #74777a;--sapField_BorderColor: #89919a;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #0854a0;--sapField_Hover_HelpBackground: #ebf5fe;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #0854a0;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #89919a;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: rgba(242,242,242,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #89919a;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(242,242,242,.5);--sapField_RequiredColor: #ce3b3b;--sapField_InvalidColor: #bb0000;--sapField_InvalidBackground: #fff;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #df6e0c;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #107e3e;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #0a6ed1;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #d9d9d9;--sapGroup_TitleTextColor: #32363a;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #f2f2f2;--sapList_HeaderBorderColor: #e5e5e5;--sapList_HeaderTextColor: #32363a;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #32363a;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #0854a0;--sapList_SelectionBackgroundColor: #e5f0fa;--sapList_SelectionBorderColor: #0854a0;--sapList_Hover_SelectionBackground: #d8e9f8;--sapList_Background: #fff;--sapList_Hover_Background: #ededed;--sapList_AlternatingBackground: #f2f2f2;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #d9d9d9;--sapList_GroupHeaderTextColor: #32363a;--sapList_TableGroupHeaderBackground: #efefef;--sapList_TableGroupHeaderBorderColor: #d9d9d9;--sapList_TableGroupHeaderTextColor: #32363a;--sapList_FooterBackground: #fafafa;--sapList_FooterTextColor: #32363a;--sapList_TableFooterBorder: #d9d9d9;--sapList_TableFixedBorderColor: #8c8c8c;--sapMessage_ErrorBorderColor: #bb0000;--sapMessage_WarningBorderColor: #df6e0c;--sapMessage_SuccessBorderColor: #107e3e;--sapMessage_InformationBorderColor: #0a6ed1;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #89919a;--sapProgress_TextColor: #32363a;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #89919a;--sapProgress_NegativeTextColor: #32363a;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #89919a;--sapProgress_CriticalTextColor: #32363a;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #89919a;--sapProgress_PositiveTextColor: #32363a;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #89919a;--sapProgress_InformationTextColor: #32363a;--sapProgress_Value_Background: #6a6d70;--sapProgress_Value_BorderColor: #89919a;--sapProgress_Value_TextColor: #32363a;--sapProgress_Value_NegativeBackground: #bb0000;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #32363a;--sapProgress_Value_CriticalBackground: #df6e0c;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #32363a;--sapProgress_Value_PositiveBackground: #107e3e;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #32363a;--sapProgress_Value_InformationBackground: #0a6ed1;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #32363a;--sapScrollBar_FaceColor: #949494;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #949494;--sapScrollBar_SymbolColor: #0854a0;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8c8c8c;--sapSlider_Background: #89919a;--sapSlider_BorderColor: #89919a;--sapSlider_Selected_Background: #0854a0;--sapSlider_Selected_BorderColor: #0854a0;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #89919a;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #ebf5fe;--sapSlider_Hover_HandleBorderColor: #0854a0;--sapSlider_Hover_RangeHandleBackground: #ebf5fe;--sapSlider_Active_HandleBackground: #0854a0;--sapSlider_Active_HandleBorderColor: #0854a0;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #32363a;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #32363a;--sapInfobar_Background: #0f828f;--sapInfobar_Hover_Background: #0e7581;--sapInfobar_Active_Background: #0a545c;--sapInfobar_NonInteractive_Background: #e6e6e6;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ededed;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #32363a;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #6a6d70;--sapBlockLayer_Background: #000;--sapTile_Background: #fff;--sapTile_Hover_Background: #f5f5f5;--sapTile_Active_Background: #f5f5f5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #32363a;--sapTile_TextColor: #6a6d70;--sapTile_IconColor: #5a7da0;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fff;--sapAccentColor1: #d08014;--sapAccentColor2: #d04343;--sapAccentColor3: #db1f77;--sapAccentColor4: #c0399f;--sapAccentColor5: #6367de;--sapAccentColor6: #286eb4;--sapAccentColor7: #0f828f;--sapAccentColor8: #7ca10c;--sapAccentColor9: #925ace;--sapAccentColor10: #647987;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #880000;--sapIndicationColor_1_Background: #880000;--sapIndicationColor_1_BorderColor: #880000;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6f0000;--sapIndicationColor_1_Active_Background: #500;--sapIndicationColor_1_Active_BorderColor: #880000;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #500;--sapIndicationColor_1_Selected_BorderColor: #880000;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #bb0000;--sapIndicationColor_2_Background: #bb0000;--sapIndicationColor_2_BorderColor: #bb0000;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #a20000;--sapIndicationColor_2_Active_Background: #800;--sapIndicationColor_2_Active_BorderColor: #bb0000;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #800;--sapIndicationColor_2_Selected_BorderColor: #bb0000;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #df6e0c;--sapIndicationColor_3_Background: #df6e0c;--sapIndicationColor_3_BorderColor: #df6e0c;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d0670b;--sapIndicationColor_3_Active_Background: #c2600a;--sapIndicationColor_3_Active_BorderColor: #df6e0c;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #c2600a;--sapIndicationColor_3_Selected_BorderColor: #df6e0c;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #fff2c0;--sapIndicationColor_3b_BorderColor: #fff2c0;--sapIndicationColor_3b_Hover_Background: #ffeda6;--sapIndicationColor_4: #107e3e;--sapIndicationColor_4_Background: #107e3e;--sapIndicationColor_4_BorderColor: #107e3e;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #0d6733;--sapIndicationColor_4_Active_Background: #0a5128;--sapIndicationColor_4_Active_BorderColor: #107e3e;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0a5128;--sapIndicationColor_4_Selected_BorderColor: #107e3e;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0a6ed1;--sapIndicationColor_5_Background: #0a6ed1;--sapIndicationColor_5_BorderColor: #0a6ed1;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0961b9;--sapIndicationColor_5_Active_Background: #0854a0;--sapIndicationColor_5_Active_BorderColor: #0a6ed1;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0854a0;--sapIndicationColor_5_Selected_BorderColor: #0a6ed1;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #d3effd;--sapIndicationColor_5b_BorderColor: #d3effd;--sapIndicationColor_5b_Hover_Background: #bbe6fc;--sapIndicationColor_6: #0f828f;--sapIndicationColor_6_Background: #0f828f;--sapIndicationColor_6_BorderColor: #0f828f;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #0d6d78;--sapIndicationColor_6_Active_Background: #0a5861;--sapIndicationColor_6_Active_BorderColor: #0f828f;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0a5861;--sapIndicationColor_6_Selected_BorderColor: #0f828f;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #925ace;--sapIndicationColor_7_Background: #925ace;--sapIndicationColor_7_BorderColor: #925ace;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #8546c8;--sapIndicationColor_7_Active_Background: #7838bd;--sapIndicationColor_7_Active_BorderColor: #925ace;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #7838bd;--sapIndicationColor_7_Selected_BorderColor: #925ace;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #c0399f;--sapIndicationColor_8_Background: #c0399f;--sapIndicationColor_8_BorderColor: #c0399f;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #ac338f;--sapIndicationColor_8_Active_Background: #992d7e;--sapIndicationColor_8_Active_BorderColor: #c0399f;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #992d7e;--sapIndicationColor_8_Selected_BorderColor: #c0399f;--sapIndicationColor_8_Selected_TextColor: #fff;--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: #0d141b;--sapIndicationColor_9_Active_BorderColor: #1d2d3e;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0d141b;--sapIndicationColor_9_Selected_BorderColor: #1d2d3e;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #45484a;--sapIndicationColor_10_BorderColor: #45484a;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #393b3d;--sapIndicationColor_10_Active_Background: #2c2e30;--sapIndicationColor_10_Active_BorderColor: #45484a;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #2c2e30;--sapIndicationColor_10_Selected_BorderColor: #45484a;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fafafa;--sapLegend_NonWorkingBackground: #dedede;--sapLegend_CurrentDateTime: #c0399f;--sapLegendColor1: #d58215;--sapLegendColor2: #dc5b5b;--sapLegendColor3: #db1f77;--sapLegendColor4: #9b3b3b;--sapLegendColor5: #cf5db3;--sapLegendColor6: #286eb4;--sapLegendColor7: #1193a2;--sapLegendColor8: #8b9668;--sapLegendColor9: #647987;--sapLegendColor10: #892971;--sapLegendColor11: #725a3a;--sapLegendColor12: #bb2f2f;--sapLegendColor13: #bc1b66;--sapLegendColor14: #8b714f;--sapLegendColor15: #606190;--sapLegendColor16: #597da1;--sapLegendColor17: #49797e;--sapLegendColor18: #687a33;--sapLegendColor19: #295989;--sapLegendColor20: #5154bd;--sapLegendBackgroundColor1: #fdf3e7;--sapLegendBackgroundColor2: #faeaea;--sapLegendBackgroundColor3: #fce9f2;--sapLegendBackgroundColor4: #f8ecec;--sapLegendBackgroundColor5: #f9ebf5;--sapLegendBackgroundColor6: #ebf3fa;--sapLegendBackgroundColor7: #e8fbfd;--sapLegendBackgroundColor8: #f3f4ef;--sapLegendBackgroundColor9: #f1f3f4;--sapLegendBackgroundColor10: #f9ebf6;--sapLegendBackgroundColor11: #f6f2ed;--sapLegendBackgroundColor12: #faeaea;--sapLegendBackgroundColor13: #fce9f2;--sapLegendBackgroundColor14: #f5f2ee;--sapLegendBackgroundColor15: #f0f0f5;--sapLegendBackgroundColor16: #eff2f6;--sapLegendBackgroundColor17: #eff5f6;--sapLegendBackgroundColor18: #f5f7ed;--sapLegendBackgroundColor19: #ebf2f9;--sapLegendBackgroundColor20: #ecedf8;--sapChart_OrderedColor_1: #438cd5;--sapChart_OrderedColor_2: #e66729;--sapChart_OrderedColor_3: #16976c;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #1193a2;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ed5f5f;--sapChart_OrderedColor_11: #2f6497;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #cb7d0c;--sapChart_Good: #3c9d57;--sapChart_Neutral: #848f94;--sapChart_Sequence_1: #438cd5;--sapChart_Sequence_2: #e66729;--sapChart_Sequence_3: #16976c;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #1193a2;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ed5f5f;--sapChart_Sequence_11: #2f6497;--sapChart_Sequence_Neutral: #848f94;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_dark/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"DarkColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #0070f2;\n --sapHighlightColor: #4db1ff;\n --sapBaseColor: #1d232a;\n --sapShellColor: #1d232a;\n --sapBackgroundColor: #12171c;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #eaecee;\n --sapLinkColor: #4db1ff;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #4db1ff;\n --sapHoverColor: #181f25;\n --sapActiveColor: #020303;\n --sapHighlightTextColor: #1d232a;\n --sapTitleColor: #eaecee;\n --sapNegativeColor: #fa6161;\n --sapCriticalColor: #ffdf72;\n --sapPositiveColor: #97dd40;\n --sapInformativeColor: #4db1ff;\n --sapNeutralColor: #a9b4be;\n --sapNegativeElementColor: #fa6161;\n --sapCriticalElementColor: #f7bf00;\n --sapPositiveElementColor: #6dad1f;\n --sapInformativeElementColor: #4db1ff;\n --sapNeutralElementColor: #a9b4be;\n --sapNegativeTextColor: #fa6161;\n --sapCriticalTextColor: #ffdf72;\n --sapPositiveTextColor: #97dd40;\n --sapInformativeTextColor: #4db1ff;\n --sapNeutralTextColor: #eaecee;\n --sapErrorColor: #fa6161;\n --sapWarningColor: #ffdf72;\n --sapSuccessColor: #97dd40;\n --sapInformationColor: #4db1ff;\n --sapErrorBackground: #350000;\n --sapWarningBackground: #382700;\n --sapSuccessBackground: #11331a;\n --sapInformationBackground: #00144a;\n --sapNeutralBackground: #242e38;\n --sapErrorBorderColor: #fa6161;\n --sapWarningBorderColor: #f7bf00;\n --sapSuccessBorderColor: #6dad1f;\n --sapInformationBorderColor: #4db1ff;\n --sapNeutralBorderColor: #a9b4be;\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: #eaecee;\n --sapContent_ContrastIconColor: #1d232a;\n --sapContent_NonInteractiveIconColor: #a9b4be;\n --sapContent_MarkerIconColor: #d3b6ff;\n --sapContent_MarkerTextColor: #64edd2;\n --sapContent_MeasureIndicatorColor: #a9b4be;\n --sapContent_Selected_MeasureIndicatorColor: #4db1ff;\n --sapContent_Placeholderloading_Background: #475566;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);\n --sapContent_ImagePlaceholderBackground: #45617c;\n --sapContent_ImagePlaceholderForegroundColor: #d5dadd;\n --sapContent_RatedColor: #ffdf72;\n --sapContent_UnratedColor: #a9b4be;\n --sapContent_BusyColor: #4db1ff;\n --sapContent_FocusColor: #4db1ff;\n --sapContent_FocusStyle: solid;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.6), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.2);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);\n --sapContent_TextShadow: 0 0 0.125rem #000;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #2e3742;\n --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\n --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\n --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);\n --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);\n --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);\n --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\n --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\n --sapContent_SearchHighlightColor: #046c7a;\n --sapContent_HelpColor: #5dc122;\n --sapContent_LabelColor: #8396A8;\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(234,236,238,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.386;\n --sapContent_ContrastTextColor: #1d232a;\n --sapContent_ForegroundColor: #101418;\n --sapContent_ForegroundBorderColor: #a9b4be;\n --sapContent_ForegroundTextColor: #eaecee;\n --sapContent_BadgeBackground: #ff8cb2;\n --sapContent_BadgeTextColor: #1d232a;\n --sapContent_DragAndDropActiveColor: #4db1ff;\n --sapContent_Selected_TextColor: #4db1ff;\n --sapContent_Selected_Background: #1d232a;\n --sapContent_Selected_Hover_Background: #1d232a;\n --sapContent_Selected_ForegroundColor: #4db1ff;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #5d36ff;\n --sapContent_Illustrative_Color2: #4098ff;\n --sapContent_Illustrative_Color3: #f58b00;\n --sapContent_Illustrative_Color4: #688fb7;\n --sapContent_Illustrative_Color5: #fff;\n --sapContent_Illustrative_Color6: #818f98;\n --sapContent_Illustrative_Color7: #223548;\n --sapContent_Illustrative_Color8: #cedbe8;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #ebf8ff;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #00a800;\n --sapContent_Illustrative_Color13: #1782ff;\n --sapContent_Illustrative_Color14: #0070f3;\n --sapContent_Illustrative_Color15: #cc7400;\n --sapContent_Illustrative_Color16: #3b0ac6;\n --sapContent_Illustrative_Color17: #00a58a;\n --sapContent_Illustrative_Color18: #2a4259;\n --sapContent_Illustrative_Color19: #324e6b;\n --sapContent_Illustrative_Color20: #3b5b7c;\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: #29a1ff;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #4db1ff;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #4db1ff;\n --sapLink_InvertedColor: #bde2ff;\n --sapLink_SubtleColor: #eaecee;\n --sapShell_Background: #12171c;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #1d232a;\n --sapShell_TextColor: #eaecee;\n --sapShell_InteractiveBackground: #242e38;\n --sapShell_InteractiveTextColor: #eaecee;\n --sapShell_InteractiveBorderColor: #a9b4be;\n --sapShell_GroupTitleTextColor: #eaecee;\n --sapShell_GroupTitleTextShadow: 0 0 .125rem #000;\n --sapShell_Hover_Background: #1d232a;\n --sapShell_Active_Background: #1d232a;\n --sapShell_Active_TextColor: #4db1ff;\n --sapShell_Selected_Background: #1d232a;\n --sapShell_Selected_TextColor: #4db1ff;\n --sapShell_Selected_Hover_Background: #1d232a;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #1d232a;\n --sapShell_Navigation_Hover_Background: #1d232a;\n --sapShell_Navigation_SelectedColor: #4db1ff;\n --sapShell_Navigation_Selected_TextColor: #4db1ff;\n --sapShell_Navigation_TextColor: #eaecee;\n --sapShell_Navigation_Active_TextColor: #4db1ff;\n --sapShell_Navigation_Active_Background: #1d232a;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);\n --sapShell_NegativeColor: #fa6161;\n --sapShell_CriticalColor: #ffdf72;\n --sapShell_PositiveColor: #97dd40;\n --sapShell_InformativeColor: #4db1ff;\n --sapShell_NeutralColor: #eaecee;\n --sapShell_Category_1_Background: #89d1ff;\n --sapShell_Category_1_BorderColor: #89d1ff;\n --sapShell_Category_1_TextColor: #1d232a;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #feadc8;\n --sapShell_Category_2_BorderColor: #feadc8;\n --sapShell_Category_2_TextColor: #1d232a;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #ffb300;\n --sapShell_Category_3_BorderColor: #ffb300;\n --sapShell_Category_3_TextColor: #1d232a;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #aa7dd9;\n --sapShell_Category_4_BorderColor: #aa7dd9;\n --sapShell_Category_4_TextColor: #1d232a;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #fbbfac;\n --sapShell_Category_5_BorderColor: #fbbfac;\n --sapShell_Category_5_TextColor: #1d232a;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #2ce0bf;\n --sapShell_Category_6_BorderColor: #2ce0bf;\n --sapShell_Category_6_TextColor: #1d232a;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #ff8af0;\n --sapShell_Category_7_BorderColor: #ff8af0;\n --sapShell_Category_7_TextColor: #1d232a;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #97dd40;\n --sapShell_Category_8_BorderColor: #97dd40;\n --sapShell_Category_8_TextColor: #1d232a;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #1b90ff;\n --sapShell_Category_9_BorderColor: #1b90ff;\n --sapShell_Category_9_TextColor: #1d232a;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #8396a8;\n --sapShell_Category_10_BorderColor: #8396a8;\n --sapShell_Category_10_TextColor: #1d232a;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #fe5656;\n --sapShell_Category_11_BorderColor: #fe5656;\n --sapShell_Category_11_TextColor: #1d232a;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #9b99ff;\n --sapShell_Category_12_BorderColor: #9b99ff;\n --sapShell_Category_12_TextColor: #1d232a;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #f52ebc;\n --sapShell_Category_13_BorderColor: #f52ebc;\n --sapShell_Category_13_TextColor: #1d232a;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #0ba38a;\n --sapShell_Category_14_BorderColor: #0ba38a;\n --sapShell_Category_14_TextColor: #1d232a;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #d5dadd;\n --sapShell_Category_15_BorderColor: #d5dadd;\n --sapShell_Category_15_TextColor: #1d232a;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #39ad1f;\n --sapShell_Category_16_BorderColor: #39ad1f;\n --sapShell_Category_16_TextColor: #1d232a;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #ae4000;\n --sapAvatar_1_BorderColor: #ae4000;\n --sapAvatar_1_TextColor: #ffdf72;\n --sapAvatar_2_Background: #890506;\n --sapAvatar_2_BorderColor: #890506;\n --sapAvatar_2_TextColor: #ff8cb2;\n --sapAvatar_3_Background: #b40569;\n --sapAvatar_3_BorderColor: #b40569;\n --sapAvatar_3_TextColor: #fecbda;\n --sapAvatar_4_Background: #8700b8;\n --sapAvatar_4_BorderColor: #8700b8;\n --sapAvatar_4_TextColor: #ffafed;\n --sapAvatar_5_Background: #470cf1;\n --sapAvatar_5_BorderColor: #470cf1;\n --sapAvatar_5_TextColor: #d3b6ff;\n --sapAvatar_6_Background: #0054cc;\n --sapAvatar_6_BorderColor: #0054cc;\n --sapAvatar_6_TextColor: #a6e0ff;\n --sapAvatar_7_Background: #036573;\n --sapAvatar_7_BorderColor: #036573;\n --sapAvatar_7_TextColor: #64edd2;\n --sapAvatar_8_Background: #236c39;\n --sapAvatar_8_BorderColor: #236c39;\n --sapAvatar_8_TextColor: #bde986;\n --sapAvatar_9_Background: #4e247a;\n --sapAvatar_9_BorderColor: #4e247a;\n --sapAvatar_9_TextColor: #b995e0;\n --sapAvatar_10_Background: #45617c;\n --sapAvatar_10_BorderColor: #45617c;\n --sapAvatar_10_TextColor: #d5dadd;\n --sapButton_Background: #2e3b47;\n --sapButton_BorderColor: #2e3b47;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .5rem;\n --sapButton_TextColor: #eaecee;\n --sapButton_Hover_Background: #1d232a;\n --sapButton_Hover_BorderColor: #1d232a;\n --sapButton_Hover_TextColor: #eaecee;\n --sapButton_IconColor: #eaecee;\n --sapButton_Active_Background: #213131;\n --sapButton_Active_BorderColor: #4db1ff;\n --sapButton_Active_TextColor: #4db1ff;\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: #eaecee;\n --sapButton_Emphasized_Active_Background: #213131;\n --sapButton_Emphasized_Active_BorderColor: #4db1ff;\n --sapButton_Emphasized_Active_TextColor: #4db1ff;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #490000;\n --sapButton_Reject_BorderColor: #490000;\n --sapButton_Reject_TextColor: #fa6161;\n --sapButton_Reject_Hover_Background: #1d232a;\n --sapButton_Reject_Hover_BorderColor: #1d232a;\n --sapButton_Reject_Hover_TextColor: #fa6161;\n --sapButton_Reject_Active_Background: #213131;\n --sapButton_Reject_Active_BorderColor: #fa6161;\n --sapButton_Reject_Active_TextColor: #fa6161;\n --sapButton_Reject_Selected_Background: #213131;\n --sapButton_Reject_Selected_BorderColor: #fa6161;\n --sapButton_Reject_Selected_TextColor: #fa6161;\n --sapButton_Reject_Selected_Hover_Background: #213131;\n --sapButton_Reject_Selected_Hover_BorderColor: #fa6161;\n --sapButton_Accept_Background: #153e20;\n --sapButton_Accept_BorderColor: #153e20;\n --sapButton_Accept_TextColor: #97dd40;\n --sapButton_Accept_Hover_Background: #1d232a;\n --sapButton_Accept_Hover_BorderColor: #1d232a;\n --sapButton_Accept_Hover_TextColor: #97dd40;\n --sapButton_Accept_Active_Background: #213131;\n --sapButton_Accept_Active_BorderColor: #6dad1f;\n --sapButton_Accept_Active_TextColor: #97dd40;\n --sapButton_Accept_Selected_Background: #213131;\n --sapButton_Accept_Selected_BorderColor: #6dad1f;\n --sapButton_Accept_Selected_TextColor: #97dd40;\n --sapButton_Accept_Selected_Hover_Background: #1d232a;\n --sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #4db1ff;\n --sapButton_Lite_Hover_Background: #1d232a;\n --sapButton_Lite_Hover_BorderColor: #1d232a;\n --sapButton_Lite_Hover_TextColor: #4db1ff;\n --sapButton_Lite_Active_Background: #213131;\n --sapButton_Lite_Active_BorderColor: #4db1ff;\n --sapButton_Selected_Background: #1d232a;\n --sapButton_Selected_BorderColor: #4db1ff;\n --sapButton_Selected_TextColor: #4db1ff;\n --sapButton_Selected_Hover_Background: #1d232a;\n --sapButton_Selected_Hover_BorderColor: #4db1ff;\n --sapButton_Attention_Background: #382700;\n --sapButton_Attention_BorderColor: #382700;\n --sapButton_Attention_TextColor: #ffdf72;\n --sapButton_Attention_Hover_Background: #1d232a;\n --sapButton_Attention_Hover_BorderColor: #1d232a;\n --sapButton_Attention_Hover_TextColor: #ffdf72;\n --sapButton_Attention_Active_Background: #213131;\n --sapButton_Attention_Active_BorderColor: #f7bf00;\n --sapButton_Attention_Active_TextColor: #ffdf72;\n --sapButton_Attention_Selected_Background: #213131;\n --sapButton_Attention_Selected_BorderColor: #f7bf00;\n --sapButton_Attention_Selected_TextColor: #ffdf72;\n --sapButton_Attention_Selected_Hover_Background: #213131;\n --sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;\n --sapButton_Negative_Background: #fa6161;\n --sapButton_Negative_BorderColor: #fa6161;\n --sapButton_Negative_TextColor: #1d232a;\n --sapButton_Negative_Hover_Background: #fb7a7a;\n --sapButton_Negative_Hover_BorderColor: #fb7a7a;\n --sapButton_Negative_Hover_TextColor: #1d232a;\n --sapButton_Negative_Active_Background: #fc9292;\n --sapButton_Negative_Active_BorderColor: #fc9292;\n --sapButton_Negative_Active_TextColor: #1d232a;\n --sapButton_Critical_Background: #f7bf00;\n --sapButton_Critical_BorderColor: #f7bf00;\n --sapButton_Critical_TextColor: #1d232a;\n --sapButton_Critical_Hover_Background: #ffcf2b;\n --sapButton_Critical_Hover_BorderColor: #ffcf2b;\n --sapButton_Critical_Hover_TextColor: #1d232a;\n --sapButton_Critical_Active_Background: #ffd43f;\n --sapButton_Critical_Active_BorderColor: #ffd43f;\n --sapButton_Critical_Active_TextColor: #1d232a;\n --sapButton_Success_Background: #6dad1f;\n --sapButton_Success_BorderColor: #6dad1f;\n --sapButton_Success_TextColor: #1d232a;\n --sapButton_Success_Hover_Background: #7bc323;\n --sapButton_Success_Hover_BorderColor: #7bc323;\n --sapButton_Success_Hover_TextColor: #1d232a;\n --sapButton_Success_Active_Background: #88d827;\n --sapButton_Success_Active_BorderColor: #88d827;\n --sapButton_Success_Active_TextColor: #1d232a;\n --sapButton_Information_Background: #4db1ff;\n --sapButton_Information_BorderColor: #4db1ff;\n --sapButton_Information_TextColor: #1d232a;\n --sapButton_Information_Hover_Background: #67bcff;\n --sapButton_Information_Hover_BorderColor: #67bcff;\n --sapButton_Information_Hover_TextColor: #1d232a;\n --sapButton_Information_Active_Background: #80c7ff;\n --sapButton_Information_Active_BorderColor: #80c7ff;\n --sapButton_Information_Active_TextColor: #1d232a;\n --sapButton_Neutral_Background: #a9b4be;\n --sapButton_Neutral_BorderColor: #a9b4be;\n --sapButton_Neutral_TextColor: #1d232a;\n --sapButton_Neutral_Hover_Background: #b8c1c9;\n --sapButton_Neutral_Hover_BorderColor: #b8c1c9;\n --sapButton_Neutral_Hover_TextColor: #1d232a;\n --sapButton_Neutral_Active_Background: #c6cdd4;\n --sapButton_Neutral_Active_BorderColor: #c6cdd4;\n --sapButton_Neutral_Active_TextColor: #1d232a;\n --sapButton_Track_Background: #a9b4be;\n --sapButton_Track_BorderColor: #a9b4be;\n --sapButton_Track_TextColor: #1d232a;\n --sapButton_Track_Hover_Background: #b8c1c9;\n --sapButton_Track_Hover_BorderColor: #b8c1c9;\n --sapButton_Track_Selected_Background: #4db1ff;\n --sapButton_Track_Selected_BorderColor: #4db1ff;\n --sapButton_Track_Selected_TextColor: #1d232a;\n --sapButton_Track_Selected_Hover_Background: #67bcff;\n --sapButton_Track_Selected_Hover_BorderColor: #67bcff;\n --sapButton_Handle_Background: #1d232a;\n --sapButton_Handle_BorderColor: #1d232a;\n --sapButton_Handle_TextColor: #eaecee;\n --sapButton_Handle_Hover_Background: #1d232a;\n --sapButton_Handle_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_Handle_Selected_Background: #1d232a;\n --sapButton_Handle_Selected_BorderColor: #1d232a;\n --sapButton_Handle_Selected_TextColor: #4db1ff;\n --sapButton_Handle_Selected_Hover_Background: #1d232a;\n --sapButton_Handle_Selected_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_Track_Negative_Background: #fa6161;\n --sapButton_Track_Negative_BorderColor: #fa6161;\n --sapButton_Track_Negative_TextColor: #1d232a;\n --sapButton_Track_Negative_Hover_Background: #fb7a7a;\n --sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;\n --sapButton_Handle_Negative_Background: #1d232a;\n --sapButton_Handle_Negative_BorderColor: #1d232a;\n --sapButton_Handle_Negative_TextColor: #fa6161;\n --sapButton_Handle_Negative_Hover_Background: #1d232a;\n --sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_Track_Positive_Background: #6dad1f;\n --sapButton_Track_Positive_BorderColor: #6dad1f;\n --sapButton_Track_Positive_TextColor: #1d232a;\n --sapButton_Track_Positive_Hover_Background: #7bc323;\n --sapButton_Track_Positive_Hover_BorderColor: #7bc323;\n --sapButton_Handle_Positive_Background: #1d232a;\n --sapButton_Handle_Positive_BorderColor: #1d232a;\n --sapButton_Handle_Positive_TextColor: #97dd40;\n --sapButton_Handle_Positive_Hover_Background: #1d232a;\n --sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,0.5);\n --sapButton_TokenBackground: #1d232a;\n --sapButton_TokenBorderColor: #a9b4be;\n --sapField_Background: #242e38;\n --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;\n --sapField_TextColor: #fff;\n --sapField_PlaceholderTextColor: #8396A8;\n --sapField_BorderColor: #a9b4be;\n --sapField_HelpBackground: #242e38;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: none;\n --sapField_BorderCornerRadius: .25rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #1d232a;\n --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;\n --sapField_Hover_BorderColor: #a9b4be;\n --sapField_Hover_HelpBackground: #1d232a;\n --sapField_Hover_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\n --sapField_Hover_InvalidShadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);\n --sapField_Hover_WarningShadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);\n --sapField_Hover_SuccessShadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);\n --sapField_Hover_InformationShadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\n --sapField_Active_BorderColor: #4db1ff;\n --sapField_Focus_Background: #1d232a;\n --sapField_Focus_BorderColor: #4db1ff;\n --sapField_Focus_HelpBackground: #1d232a;\n --sapField_ReadOnly_Background: transparent;\n --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be 0.25rem, transparent 0.25rem) border-box;\n --sapField_ReadOnly_BorderColor: #a9b4be;\n --sapField_ReadOnly_BorderStyle: none;\n --sapField_ReadOnly_HelpBackground: transparent;\n --sapField_RequiredColor: #ff78a4;\n --sapField_InvalidColor: #fa6161;\n --sapField_InvalidBackground: #350000;\n --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: none;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #f7bf00;\n --sapField_WarningBackground: #382700;\n --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: none;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #6dad1f;\n --sapField_SuccessBackground: #11331a;\n --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: none;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #4db1ff;\n --sapField_InformationBackground: #00144a;\n --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: none;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #1d232a;\n --sapGroup_TitleBorderColor: #768ea5;\n --sapGroup_TitleTextColor: #eaecee;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #1d232a;\n --sapGroup_ContentBorderColor: #323c48;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: .5rem;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: #1d232a;\n --sapToolbar_SeparatorColor: #3c4957;\n --sapList_HeaderBackground: #1d232a;\n --sapList_HeaderBorderColor: #768ea5;\n --sapList_HeaderTextColor: #eaecee;\n --sapList_BorderColor: #2e3742;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #eaecee;\n --sapList_Active_TextColor: #eaecee;\n --sapList_Active_Background: #020303;\n --sapList_SelectionBackgroundColor: #1d2d3e;\n --sapList_SelectionBorderColor: #4db1ff;\n --sapList_Hover_SelectionBackground: #223548;\n --sapList_Background: #1d232a;\n --sapList_Hover_Background: #232b33;\n --sapList_AlternatingBackground: #12171c;\n --sapList_GroupHeaderBackground: #1d232a;\n --sapList_GroupHeaderBorderColor: #768ea5;\n --sapList_GroupHeaderTextColor: #eaecee;\n --sapList_TableGroupHeaderBackground: #0c0f13;\n --sapList_TableGroupHeaderBorderColor: #768ea5;\n --sapList_TableGroupHeaderTextColor: #eaecee;\n --sapList_FooterBackground: #1d232a;\n --sapList_FooterTextColor: #eaecee;\n --sapList_TableFooterBorder: #768ea5;\n --sapList_TableFixedBorderColor: #6f829a;\n --sapMessage_ErrorBorderColor: #910000;\n --sapMessage_WarningBorderColor: #845c00;\n --sapMessage_SuccessBorderColor: #246c37;\n --sapMessage_InformationBorderColor: #0034bf;\n --sapPopover_BorderCornerRadius: .5rem;\n --sapProgress_Background: #2e3b48;\n --sapProgress_BorderColor: #2e3b48;\n --sapProgress_TextColor: #eaecee;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #680000;\n --sapProgress_NegativeBorderColor: #680000;\n --sapProgress_NegativeTextColor: #eaecee;\n --sapProgress_CriticalBackground: #6b4b00;\n --sapProgress_CriticalBorderColor: #6b4b00;\n --sapProgress_CriticalTextColor: #eaecee;\n --sapProgress_PositiveBackground: #174624;\n --sapProgress_PositiveBorderColor: #174624;\n --sapProgress_PositiveTextColor: #eaecee;\n --sapProgress_InformationBackground: #001b64;\n --sapProgress_InformationBorderColor: #001b64;\n --sapProgress_InformationTextColor: #eaecee;\n --sapProgress_Value_Background: #a9b4be;\n --sapProgress_Value_BorderColor: #2e3b48;\n --sapProgress_Value_TextColor: #a9b4be;\n --sapProgress_Value_NegativeBackground: #fa6161;\n --sapProgress_Value_NegativeBorderColor: #fa6161;\n --sapProgress_Value_NegativeTextColor: #fa6161;\n --sapProgress_Value_CriticalBackground: #f7bf00;\n --sapProgress_Value_CriticalBorderColor: #f7bf00;\n --sapProgress_Value_CriticalTextColor: #f7bf00;\n --sapProgress_Value_PositiveBackground: #6dad1f;\n --sapProgress_Value_PositiveBorderColor: #6dad1f;\n --sapProgress_Value_PositiveTextColor: #6dad1f;\n --sapProgress_Value_InformationBackground: #4db1ff;\n --sapProgress_Value_InformationBorderColor: #4db1ff;\n --sapProgress_Value_InformationTextColor: #4db1ff;\n --sapScrollBar_FaceColor: #647891;\n --sapScrollBar_TrackColor: #1d232a;\n --sapScrollBar_BorderColor: #647891;\n --sapScrollBar_SymbolColor: #eaecee;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #5c6e85;\n --sapSlider_Background: #2e3b48;\n --sapSlider_BorderColor: #2e3b48;\n --sapSlider_Selected_Background: #4db1ff;\n --sapSlider_Selected_BorderColor: #4db1ff;\n --sapSlider_HandleBackground: #1d232a;\n --sapSlider_HandleBorderColor: #1d232a;\n --sapSlider_RangeHandleBackground: #1d232a;\n --sapSlider_Hover_HandleBackground: #1d232a;\n --sapSlider_Hover_HandleBorderColor: #4db1ff;\n --sapSlider_Hover_RangeHandleBackground: #1d232a;\n --sapSlider_Active_HandleBackground: #213131;\n --sapSlider_Active_HandleBorderColor: #4db1ff;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #1d232a;\n --sapPageHeader_BorderColor: #2e3742;\n --sapPageHeader_TextColor: #eaecee;\n --sapPageFooter_Background: #1d232a;\n --sapPageFooter_BorderColor: #2e3742;\n --sapPageFooter_TextColor: #eaecee;\n --sapInfobar_Background: #036573;\n --sapInfobar_Hover_Background: #1d232a;\n --sapInfobar_Active_Background: #1d232a;\n --sapInfobar_NonInteractive_Background: #12171c;\n --sapInfobar_TextColor: #64edd2;\n --sapObjectHeader_Background: #1d232a;\n --sapObjectHeader_Hover_Background: #232b33;\n --sapObjectHeader_BorderColor: #2e3742;\n --sapObjectHeader_Title_TextColor: #eaecee;\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: #8396a8;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #1d232a;\n --sapTile_Hover_Background: #1d232a;\n --sapTile_Active_Background: #15191e;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: 1rem;\n --sapTile_TitleTextColor: #eaecee;\n --sapTile_TextColor: #8396a8;\n --sapTile_IconColor: #8396a8;\n --sapTile_SeparatorColor: #475566;\n --sapTile_Interactive_BorderColor: #5b6e85;\n --sapTile_OverlayBackground: rgba(29,35,42,0.96);\n --sapTile_OverlayForegroundColor: #eaecee;\n --sapAccentColor1: #ffdf72;\n --sapAccentColor2: #ff8cb2;\n --sapAccentColor3: #fecbda;\n --sapAccentColor4: #ffafed;\n --sapAccentColor5: #d3b6ff;\n --sapAccentColor6: #a6e0ff;\n --sapAccentColor7: #64edd2;\n --sapAccentColor8: #bde986;\n --sapAccentColor9: #b995e0;\n --sapAccentColor10: #d5dadd;\n --sapAccentBackgroundColor1: #ae4000;\n --sapAccentBackgroundColor2: #890506;\n --sapAccentBackgroundColor3: #b40569;\n --sapAccentBackgroundColor4: #8700b8;\n --sapAccentBackgroundColor5: #470cf1;\n --sapAccentBackgroundColor6: #0054cc;\n --sapAccentBackgroundColor7: #036573;\n --sapAccentBackgroundColor8: #236c39;\n --sapAccentBackgroundColor9: #4e247a;\n --sapAccentBackgroundColor10: #45617c;\n --sapIndicationColor_1: #fd3535;\n --sapIndicationColor_1_Background: #fd3535;\n --sapIndicationColor_1_BorderColor: #fd3535;\n --sapIndicationColor_1_TextColor: #1d232a;\n --sapIndicationColor_1_Hover_Background: #fd4e4e;\n --sapIndicationColor_1_Active_Background: #fe6767;\n --sapIndicationColor_1_Active_BorderColor: #5e0303;\n --sapIndicationColor_1_Active_TextColor: #fd3535;\n --sapIndicationColor_1_Selected_Background: #fe6767;\n --sapIndicationColor_1_Selected_BorderColor: #5e0303;\n --sapIndicationColor_1_Selected_TextColor: #fd3535;\n --sapIndicationColor_1b: #5e0303;\n --sapIndicationColor_1b_BorderColor: #5e0303;\n --sapIndicationColor_1b_Hover_Background: #770404;\n --sapIndicationColor_2: #ff8f8f;\n --sapIndicationColor_2_Background: #ff8f8f;\n --sapIndicationColor_2_BorderColor: #ff8f8f;\n --sapIndicationColor_2_TextColor: #1d232a;\n --sapIndicationColor_2_Hover_Background: #ffa9a9;\n --sapIndicationColor_2_Active_Background: #ffc2c2;\n --sapIndicationColor_2_Active_BorderColor: #7d0000;\n --sapIndicationColor_2_Active_TextColor: #ff8f8f;\n --sapIndicationColor_2_Selected_Background: #ffc2c2;\n --sapIndicationColor_2_Selected_BorderColor: #7d0000;\n --sapIndicationColor_2_Selected_TextColor: #ff8f8f;\n --sapIndicationColor_2b: #7d0000;\n --sapIndicationColor_2b_BorderColor: #7d0000;\n --sapIndicationColor_2b_Hover_Background: #970000;\n --sapIndicationColor_3: #ffc933;\n --sapIndicationColor_3_Background: #ffc933;\n --sapIndicationColor_3_BorderColor: #ffc933;\n --sapIndicationColor_3_TextColor: #1d232a;\n --sapIndicationColor_3_Hover_Background: #ffcd42;\n --sapIndicationColor_3_Active_Background: #ffd152;\n --sapIndicationColor_3_Active_BorderColor: #662b00;\n --sapIndicationColor_3_Active_TextColor: #ffc933;\n --sapIndicationColor_3_Selected_Background: #ffd152;\n --sapIndicationColor_3_Selected_BorderColor: #662b00;\n --sapIndicationColor_3_Selected_TextColor: #ffc933;\n --sapIndicationColor_3b: #662b00;\n --sapIndicationColor_3b_BorderColor: #662b00;\n --sapIndicationColor_3b_Hover_Background: #803600;\n --sapIndicationColor_4: #bde986;\n --sapIndicationColor_4_Background: #bde986;\n --sapIndicationColor_4_BorderColor: #bde986;\n --sapIndicationColor_4_TextColor: #1d232a;\n --sapIndicationColor_4_Hover_Background: #c9ed9c;\n --sapIndicationColor_4_Active_Background: #d5f1b1;\n --sapIndicationColor_4_Active_BorderColor: #044a18;\n --sapIndicationColor_4_Active_TextColor: #bde986;\n --sapIndicationColor_4_Selected_Background: #d5f1b1;\n --sapIndicationColor_4_Selected_BorderColor: #044a18;\n --sapIndicationColor_4_Selected_TextColor: #bde986;\n --sapIndicationColor_4b: #044a18;\n --sapIndicationColor_4b_BorderColor: #044a18;\n --sapIndicationColor_4b_Hover_Background: #056220;\n --sapIndicationColor_5: #a6e0ff;\n --sapIndicationColor_5_Background: #a6e0ff;\n --sapIndicationColor_5_BorderColor: #a6e0ff;\n --sapIndicationColor_5_TextColor: #1d232a;\n --sapIndicationColor_5_Hover_Background: #c0e9ff;\n --sapIndicationColor_5_Active_Background: #d9f2ff;\n --sapIndicationColor_5_Active_BorderColor: #024594;\n --sapIndicationColor_5_Active_TextColor: #a6e0ff;\n --sapIndicationColor_5_Selected_Background: #d9f2ff;\n --sapIndicationColor_5_Selected_BorderColor: #024594;\n --sapIndicationColor_5_Selected_TextColor: #a6e0ff;\n --sapIndicationColor_5b: #024594;\n --sapIndicationColor_5b_BorderColor: #024594;\n --sapIndicationColor_5b_Hover_Background: #0251ad;\n --sapIndicationColor_6: #64edd2;\n --sapIndicationColor_6_Background: #64edd2;\n --sapIndicationColor_6_BorderColor: #64edd2;\n --sapIndicationColor_6_TextColor: #1d232a;\n --sapIndicationColor_6_Hover_Background: #7bf0d9;\n --sapIndicationColor_6_Active_Background: #92f2df;\n --sapIndicationColor_6_Active_BorderColor: #00454e;\n --sapIndicationColor_6_Active_TextColor: #64edd2;\n --sapIndicationColor_6_Selected_Background: #92f2df;\n --sapIndicationColor_6_Selected_BorderColor: #00454e;\n --sapIndicationColor_6_Selected_TextColor: #64edd2;\n --sapIndicationColor_6b: #00454e;\n --sapIndicationColor_6b_BorderColor: #00454e;\n --sapIndicationColor_6b_Hover_Background: #005c68;\n --sapIndicationColor_7: #d3b6ff;\n --sapIndicationColor_7_Background: #d3b6ff;\n --sapIndicationColor_7_BorderColor: #d3b6ff;\n --sapIndicationColor_7_TextColor: #1d232a;\n --sapIndicationColor_7_Hover_Background: #e2d0ff;\n --sapIndicationColor_7_Active_Background: #f2e9ff;\n --sapIndicationColor_7_Active_BorderColor: #2702c2;\n --sapIndicationColor_7_Active_TextColor: #d3b6ff;\n --sapIndicationColor_7_Selected_Background: #f2e9ff;\n --sapIndicationColor_7_Selected_BorderColor: #2702c2;\n --sapIndicationColor_7_Selected_TextColor: #d3b6ff;\n --sapIndicationColor_7b: #2702c2;\n --sapIndicationColor_7b_BorderColor: #2702c2;\n --sapIndicationColor_7b_Hover_Background: #2c02db;\n --sapIndicationColor_8: #ff8af0;\n --sapIndicationColor_8_Background: #ff8af0;\n --sapIndicationColor_8_BorderColor: #ff8af0;\n --sapIndicationColor_8_TextColor: #1d232a;\n --sapIndicationColor_8_Hover_Background: #ffa3f3;\n --sapIndicationColor_8_Active_Background: #ffbdf7;\n --sapIndicationColor_8_Active_BorderColor: #4c005b;\n --sapIndicationColor_8_Active_TextColor: #ff8af0;\n --sapIndicationColor_8_Selected_Background: #ffbdf7;\n --sapIndicationColor_8_Selected_BorderColor: #4c005b;\n --sapIndicationColor_8_Selected_TextColor: #ff8af0;\n --sapIndicationColor_8b: #4c005b;\n --sapIndicationColor_8b_BorderColor: #4c005b;\n --sapIndicationColor_8b_Hover_Background: #610075;\n --sapIndicationColor_9: #f2f2f2;\n --sapIndicationColor_9_Background: #f2f2f2;\n --sapIndicationColor_9_BorderColor: #f2f2f2;\n --sapIndicationColor_9_TextColor: #1d232a;\n --sapIndicationColor_9_Hover_Background: #fff;\n --sapIndicationColor_9_Active_Background: #213131;\n --sapIndicationColor_9_Active_BorderColor: #3e4b5a;\n --sapIndicationColor_9_Active_TextColor: #f2f2f2;\n --sapIndicationColor_9_Selected_Background: #213131;\n --sapIndicationColor_9_Selected_BorderColor: #3e4b5a;\n --sapIndicationColor_9_Selected_TextColor: #f2f2f2;\n --sapIndicationColor_9b: #1d232a;\n --sapIndicationColor_9b_BorderColor: #3e4b5a;\n --sapIndicationColor_9b_Hover_Background: #273039;\n --sapIndicationColor_10: #d8d8d8;\n --sapIndicationColor_10_Background: #aaa;\n --sapIndicationColor_10_BorderColor: #aaa;\n --sapIndicationColor_10_TextColor: #1d232a;\n --sapIndicationColor_10_Hover_Background: #b7b7b7;\n --sapIndicationColor_10_Active_Background: #213131;\n --sapIndicationColor_10_Active_BorderColor: #373737;\n --sapIndicationColor_10_Active_TextColor: #d8d8d8;\n --sapIndicationColor_10_Selected_Background: #213131;\n --sapIndicationColor_10_Selected_BorderColor: #373737;\n --sapIndicationColor_10_Selected_TextColor: #d8d8d8;\n --sapIndicationColor_10b: #373737;\n --sapIndicationColor_10b_BorderColor: #373737;\n --sapIndicationColor_10b_Hover_Background: #444;\n --sapLegend_WorkingBackground: #1d232a;\n --sapLegend_NonWorkingBackground: #0c0f12;\n --sapLegend_CurrentDateTime: #ffafed;\n --sapLegendColor1: #ffb300;\n --sapLegendColor2: #f5734b;\n --sapLegendColor3: #feabc8;\n --sapLegendColor4: #db7070;\n --sapLegendColor5: #ff8af0;\n --sapLegendColor6: #89d1ff;\n --sapLegendColor7: #2ce0bf;\n --sapLegendColor8: #97dd40;\n --sapLegendColor9: #a9b4be;\n --sapLegendColor10: #aa7dd9;\n --sapLegendColor11: #f58b00;\n --sapLegendColor12: #fbbfac;\n --sapLegendColor13: #ffa1a1;\n --sapLegendColor14: #ff9e74;\n --sapLegendColor15: #af9cc3;\n --sapLegendColor16: #aabce3;\n --sapLegendColor17: #dafdf5;\n --sapLegendColor18: #d5f1b1;\n --sapLegendColor19: #d1efff;\n --sapLegendColor20: #e2d8ff;\n --sapLegendBackgroundColor1: #382700;\n --sapLegendBackgroundColor2: #501605;\n --sapLegendBackgroundColor3: #510136;\n --sapLegendBackgroundColor4: #411c1c;\n --sapLegendBackgroundColor5: #28004a;\n --sapLegendBackgroundColor6: #00144a;\n --sapLegendBackgroundColor7: #012931;\n --sapLegendBackgroundColor8: #1f2519;\n --sapLegendBackgroundColor9: #182430;\n --sapLegendBackgroundColor10: #30164b;\n --sapLegendBackgroundColor11: #571400;\n --sapLegendBackgroundColor12: #360c03;\n --sapLegendBackgroundColor13: #3d0000;\n --sapLegendBackgroundColor14: #421502;\n --sapLegendBackgroundColor15: #332640;\n --sapLegendBackgroundColor16: #121d35;\n --sapLegendBackgroundColor17: #013131;\n --sapLegendBackgroundColor18: #1e3009;\n --sapLegendBackgroundColor19: #0a285c;\n --sapLegendBackgroundColor20: #1c0c6e;\n --sapChart_OrderedColor_1: #1b90ff;\n --sapChart_OrderedColor_2: #f26018;\n --sapChart_OrderedColor_3: #179c6f;\n --sapChart_OrderedColor_4: #f62866;\n --sapChart_OrderedColor_5: #8b47d7;\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: #296fb3;\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: #8b47d7;\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: #296fb3;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_dark.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_dark.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_dark/parameters-bundle.css.ts", content: `:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_dark.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_horizon","baseTheme"],"Tags": ["Fiori_3","DarkColorScheme"],"FallbackThemeId": "sap_horizon","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #eaecee;--sapLinkColor: #4db1ff;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #eaecee;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #eaecee;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--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: #eaecee;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(234,236,238,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #eaecee;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #5d36ff;--sapContent_Illustrative_Color2: #4098ff;--sapContent_Illustrative_Color3: #f58b00;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #223548;--sapContent_Illustrative_Color8: #cedbe8;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #1782ff;--sapContent_Illustrative_Color14: #0070f3;--sapContent_Illustrative_Color15: #cc7400;--sapContent_Illustrative_Color16: #3b0ac6;--sapContent_Illustrative_Color17: #00a58a;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #3b5b7c;--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: #4db1ff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #4db1ff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #4db1ff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #eaecee;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #eaecee;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #eaecee;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #eaecee;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #eaecee;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #eaecee;--sapShell_Assistant_ForegroundColor: #8e73ff;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #140069;--sapAssistant_Active_BorderColor: #c0b0ff;--sapAssistant_Active_TextColor: #c0b0ff;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #eaecee;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #eaecee;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--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: #eaecee;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #002643;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #eaecee;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #002643;--sapButton_Handle_Selected_BorderColor: #002643;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #002643;--sapButton_Handle_Selected_Hover_BorderColor: rgba(0,38,67,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #eaecee;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .5rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #eaecee;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #eaecee;--sapList_Active_TextColor: #eaecee;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #eaecee;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #eaecee;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #eaecee;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #eaecee;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #eaecee;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #eaecee;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #eaecee;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #eaecee;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #eaecee;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #eaecee;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #eaecee;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #eaecee;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #eaecee;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd4444;--sapIndicationColor_1_Background: #fd4444;--sapIndicationColor_1_BorderColor: #fd4444;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd5d5d;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd4444;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd4444;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #662b00;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #662b00;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #044a18;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #044a18;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_OrderedColor_1: #0070f2;--sapChart_OrderedColor_2: #ffb727;--sapChart_OrderedColor_3: #b4ce35;--sapChart_OrderedColor_4: #fa4f96;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #3c8cdd;--sapChart_OrderedColor_8: #f31ded;--sapChart_OrderedColor_9: #8ea18c;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #7858ff;--sapChart_Bad: #f53232;--sapChart_Critical: #e76500;--sapChart_Good: #30914c;--sapChart_Neutral: #788fa6;--sapChart_Sequence_1: #0070f2;--sapChart_Sequence_2: #ffb727;--sapChart_Sequence_3: #b4ce35;--sapChart_Sequence_4: #fa4f96;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_7: #3c8cdd;--sapChart_Sequence_8: #f31ded;--sapChart_Sequence_9: #8ea18c;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_11: #7858ff;--sapChart_Sequence_Neutral: #788fa6;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_exp/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\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: #b44f00;\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: #b44f00;\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: #eaecee;\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: #b44f00;\n --sapButton_Attention_Hover_Background: #fff;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #b44f00;\n --sapButton_Attention_Active_Background: #fff;\n --sapButton_Attention_Active_BorderColor: #ff8d34;\n --sapButton_Attention_Active_TextColor: #b44f00;\n --sapButton_Attention_Selected_Background: #fff;\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\n --sapButton_Attention_Selected_TextColor: #b44f00;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_exp/parameters-bundle.css.ts", 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;--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(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--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 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 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: .4;--sapContent_ContrastTextThreshold: .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(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--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 .125rem .125rem 0 rgba(34,53,72,.15), inset 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: rgba(255,255,255,.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: rgba(255,255,255,.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: rgba(255,255,255,.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: rgba(255,255,255,.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 .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 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 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% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) 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 .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 .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 .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 .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;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_hcb/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_hcb/parameters-bundle.css.ts", 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": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--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;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0f5c93;--sapHoverColor: #795100;--sapActiveColor: #795100;--sapHighlightTextColor: #fff;--sapTitleColor: #fff;--sapNegativeColor: #ff5e5e;--sapCriticalColor: #ffab1d;--sapPositiveColor: #99cc99;--sapInformativeColor: #fff;--sapNeutralColor: #fff;--sapNegativeElementColor: #ff5e5e;--sapCriticalElementColor: #ffab1d;--sapPositiveElementColor: #99cc99;--sapInformativeElementColor: #fff;--sapNeutralElementColor: #fff;--sapNegativeTextColor: #ff5e5e;--sapCriticalTextColor: #ffab1d;--sapPositiveTextColor: #99cc99;--sapInformativeTextColor: #fff;--sapNeutralTextColor: #fff;--sapErrorColor: #ff5e5e;--sapWarningColor: #ffab1d;--sapSuccessColor: #99cc99;--sapInformationColor: #fff;--sapErrorBackground: #000;--sapWarningBackground: #000;--sapSuccessBackground: #000;--sapInformationBackground: #000;--sapNeutralBackground: #000;--sapErrorBorderColor: #ff5e5e;--sapWarningBorderColor: #ffab1d;--sapSuccessBorderColor: #99cc99;--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(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);--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 .0625rem #fff;--sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff;--sapContent_TextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 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: .4;--sapContent_ContrastTextThreshold: .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(to bottom, #000, #000);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #000;--sapShell_InteractiveTextColor: #fff;--sapShell_InteractiveBorderColor: #fff;--sapShell_GroupTitleTextColor: #fff;--sapShell_GroupTitleTextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 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 .125rem 0 0 #fff;--sapShell_NegativeColor: #ff5e5e;--sapShell_CriticalColor: #ffab1d;--sapShell_PositiveColor: #99cc99;--sapShell_InformativeColor: #fff;--sapShell_NeutralColor: #fff;--sapShell_Assistant_ForegroundColor: #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;--sapAssistant_Color1: #fff;--sapAssistant_Color2: #fff;--sapAssistant_BackgroundGradient: linear-gradient(#000, #000);--sapAssistant_Background: #000;--sapAssistant_BorderColor: #fff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #795100;--sapAssistant_Hover_BorderColor: #fff;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #795100;--sapAssistant_Active_BorderColor: #fff;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #000;--sapAssistant_Question_BorderColor: #fff;--sapAssistant_Question_TextColor: #fff;--sapAssistant_Answer_Background: #585858;--sapAssistant_Answer_BorderColor: #fff;--sapAssistant_Answer_TextColor: #fff;--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: #99cc99;--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: #99cc99;--sapButton_Handle_Positive_TextColor: #fff;--sapButton_Handle_Positive_Hover_Background: #795100;--sapButton_Handle_Positive_Hover_BorderColor: #99cc99;--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: #99cc99;--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: .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: #99cc99;--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: #99cc99;--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: #99cc99;--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;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_hcw/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_horizon\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #e97624;\n --sapHighlightColor: #e97624;\n --sapBaseColor: #fff;\n --sapShellColor: #fff;\n --sapBackgroundColor: #fff;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #000;\n --sapLinkColor: #000;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #5c93ff;\n --sapHoverColor: #e97624;\n --sapActiveColor: #e97624;\n --sapHighlightTextColor: #000;\n --sapTitleColor: #000;\n --sapNegativeColor: #ab0000;\n --sapCriticalColor: #5c5c00;\n --sapPositiveColor: #006362;\n --sapInformativeColor: #000;\n --sapNeutralColor: #000;\n --sapNegativeElementColor: #ab0000;\n --sapCriticalElementColor: #5c5c00;\n --sapPositiveElementColor: #006362;\n --sapInformativeElementColor: #000;\n --sapNeutralElementColor: #000;\n --sapNegativeTextColor: #ab0000;\n --sapCriticalTextColor: #5c5c00;\n --sapPositiveTextColor: #006362;\n --sapInformativeTextColor: #000;\n --sapNeutralTextColor: #000;\n --sapErrorColor: #ab0000;\n --sapWarningColor: #5c5c00;\n --sapSuccessColor: #006362;\n --sapInformationColor: #000;\n --sapErrorBackground: #fff;\n --sapWarningBackground: #fff;\n --sapSuccessBackground: #fff;\n --sapInformationBackground: #fff;\n --sapNeutralBackground: #fff;\n --sapErrorBorderColor: #ab0000;\n --sapWarningBorderColor: #5c5c00;\n --sapSuccessBorderColor: #006362;\n --sapInformationBorderColor: #000;\n --sapNeutralBorderColor: #000;\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: #000;\n --sapContent_ContrastIconColor: #000;\n --sapContent_NonInteractiveIconColor: #000;\n --sapContent_MarkerIconColor: #000;\n --sapContent_MarkerTextColor: #000;\n --sapContent_MeasureIndicatorColor: #000;\n --sapContent_Selected_MeasureIndicatorColor: #000;\n --sapContent_Placeholderloading_Background: #888;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);\n --sapContent_ImagePlaceholderBackground: #fff;\n --sapContent_ImagePlaceholderForegroundColor: #000;\n --sapContent_RatedColor: #000;\n --sapContent_UnratedColor: #585858;\n --sapContent_BusyColor: #000;\n --sapContent_FocusColor: #000;\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #000;\n --sapContent_ShadowColor: #000;\n --sapContent_ContrastShadowColor: #000;\n --sapContent_Shadow0: 0 0 0 0.0625rem #000;\n --sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,0.5), 0 0 0 0.125rem #000;\n --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(0,0,0,0.6), 0 0 0 0.125rem #000;\n --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(0,0,0,0.8), 0 0 0 0.125rem #000;\n --sapContent_TextShadow: -0.0625rem 0 #fff, 0 0.0625rem #fff, 0.0625rem 0 #fff, 0 -0.0625rem #fff;\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: inset 0 -0.125rem #000;\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: #e97624;\n --sapContent_HelpColor: #006800;\n --sapContent_LabelColor: #000;\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: #888;\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.5;\n --sapContent_ContrastTextColor: #000;\n --sapContent_ForegroundColor: #fff;\n --sapContent_ForegroundBorderColor: #000;\n --sapContent_ForegroundTextColor: #000;\n --sapContent_BadgeBackground: #fff;\n --sapContent_BadgeTextColor: #000;\n --sapContent_DragAndDropActiveColor: #006800;\n --sapContent_Selected_TextColor: #000;\n --sapContent_Selected_Background: #5c93ff;\n --sapContent_Selected_Hover_Background: #e97624;\n --sapContent_Selected_ForegroundColor: #000;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #212628;\n --sapContent_Illustrative_Color2: #434e56;\n --sapContent_Illustrative_Color3: #62737c;\n --sapContent_Illustrative_Color4: #030303;\n --sapContent_Illustrative_Color5: #9da4aa;\n --sapContent_Illustrative_Color6: #c6cace;\n --sapContent_Illustrative_Color7: #e7e9ea;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #62737c;\n --sapContent_Illustrative_Color10: #d5dadd;\n --sapContent_Illustrative_Color11: #88979e;\n --sapContent_Illustrative_Color12: #88979e;\n --sapContent_Illustrative_Color13: #161a1d;\n --sapContent_Illustrative_Color14: #000;\n --sapContent_Illustrative_Color15: #31393f;\n --sapContent_Illustrative_Color16: #505e65;\n --sapContent_Illustrative_Color17: #505e65;\n --sapContent_Illustrative_Color18: #d9ddde;\n --sapContent_Illustrative_Color19: #ccd0d2;\n --sapContent_Illustrative_Color20: #bec4c6;\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\", \"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: #000;\n --sapLink_Hover_TextDecoration: none;\n --sapLink_Active_Color: #000;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #000;\n --sapLink_InvertedColor: #000;\n --sapLink_SubtleColor: #000;\n --sapShell_Background: #fff;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #000;\n --sapShell_TextColor: #000;\n --sapShell_InteractiveBackground: #fff;\n --sapShell_InteractiveTextColor: #000;\n --sapShell_InteractiveBorderColor: #000;\n --sapShell_GroupTitleTextColor: #000;\n --sapShell_GroupTitleTextShadow: -0.0625rem 0 #fff,0 .0625rem #fff,.0625rem 0 #fff,0 -0.0625rem #fff;\n --sapShell_Hover_Background: #e97624;\n --sapShell_Active_Background: #e97624;\n --sapShell_Active_TextColor: #000;\n --sapShell_Selected_Background: #5c93ff;\n --sapShell_Selected_TextColor: #000;\n --sapShell_Selected_Hover_Background: #e97624;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #fff;\n --sapShell_Navigation_Hover_Background: #e97624;\n --sapShell_Navigation_SelectedColor: #000;\n --sapShell_Navigation_Selected_TextColor: #000;\n --sapShell_Navigation_TextColor: #000;\n --sapShell_Navigation_Active_TextColor: #000;\n --sapShell_Navigation_Active_Background: #e97624;\n --sapShell_Shadow: 0 0.125rem 0 0 #000;\n --sapShell_NegativeColor: #ab0000;\n --sapShell_CriticalColor: #5c5c00;\n --sapShell_PositiveColor: #006362;\n --sapShell_InformativeColor: #000;\n --sapShell_NeutralColor: #000;\n --sapShell_Category_1_Background: #fff;\n --sapShell_Category_1_BorderColor: #004ccb;\n --sapShell_Category_1_TextColor: #000;\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: #fff;\n --sapShell_Category_2_BorderColor: #973333;\n --sapShell_Category_2_TextColor: #000;\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: #fff;\n --sapShell_Category_3_BorderColor: #5f5800;\n --sapShell_Category_3_TextColor: #000;\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: #fff;\n --sapShell_Category_4_BorderColor: #6c3d62;\n --sapShell_Category_4_TextColor: #000;\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: #fff;\n --sapShell_Category_5_BorderColor: #734f00;\n --sapShell_Category_5_TextColor: #000;\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: #fff;\n --sapShell_Category_6_BorderColor: #105b5b;\n --sapShell_Category_6_TextColor: #000;\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: #fff;\n --sapShell_Category_7_BorderColor: #961d7c;\n --sapShell_Category_7_TextColor: #000;\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: #fff;\n --sapShell_Category_8_BorderColor: #26340b;\n --sapShell_Category_8_TextColor: #000;\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: #fff;\n --sapShell_Category_9_BorderColor: #002a86;\n --sapShell_Category_9_TextColor: #000;\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: #fff;\n --sapShell_Category_10_BorderColor: #47596c;\n --sapShell_Category_10_TextColor: #000;\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: #fff;\n --sapShell_Category_11_BorderColor: #af080b;\n --sapShell_Category_11_TextColor: #000;\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: #fff;\n --sapShell_Category_12_BorderColor: #7000e0;\n --sapShell_Category_12_TextColor: #000;\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: #fff;\n --sapShell_Category_13_BorderColor: #580440;\n --sapShell_Category_13_TextColor: #000;\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: #fff;\n --sapShell_Category_14_BorderColor: #035663;\n --sapShell_Category_14_TextColor: #000;\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: #fff;\n --sapShell_Category_15_BorderColor: #223548;\n --sapShell_Category_15_TextColor: #000;\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: #fff;\n --sapShell_Category_16_BorderColor: #1e592f;\n --sapShell_Category_16_TextColor: #000;\n --sapShell_Category_16_TextShadow: none;\n --sapAvatar_1_Background: #fff;\n --sapAvatar_1_BorderColor: #000;\n --sapAvatar_1_TextColor: #000;\n --sapAvatar_2_Background: #fff;\n --sapAvatar_2_BorderColor: #000;\n --sapAvatar_2_TextColor: #000;\n --sapAvatar_3_Background: #fff;\n --sapAvatar_3_BorderColor: #000;\n --sapAvatar_3_TextColor: #000;\n --sapAvatar_4_Background: #fff;\n --sapAvatar_4_BorderColor: #000;\n --sapAvatar_4_TextColor: #000;\n --sapAvatar_5_Background: #fff;\n --sapAvatar_5_BorderColor: #000;\n --sapAvatar_5_TextColor: #000;\n --sapAvatar_6_Background: #fff;\n --sapAvatar_6_BorderColor: #000;\n --sapAvatar_6_TextColor: #000;\n --sapAvatar_7_Background: #fff;\n --sapAvatar_7_BorderColor: #000;\n --sapAvatar_7_TextColor: #000;\n --sapAvatar_8_Background: #fff;\n --sapAvatar_8_BorderColor: #000;\n --sapAvatar_8_TextColor: #000;\n --sapAvatar_9_Background: #fff;\n --sapAvatar_9_BorderColor: #000;\n --sapAvatar_9_TextColor: #000;\n --sapAvatar_10_Background: #fff;\n --sapAvatar_10_BorderColor: #000;\n --sapAvatar_10_TextColor: #000;\n --sapButton_Background: #fff;\n --sapButton_BorderColor: #000;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .375rem;\n --sapButton_TextColor: #000;\n --sapButton_Hover_Background: #e97624;\n --sapButton_Hover_BorderColor: #000;\n --sapButton_Hover_TextColor: #000;\n --sapButton_IconColor: #000;\n --sapButton_Active_Background: #e97624;\n --sapButton_Active_BorderColor: #000;\n --sapButton_Active_TextColor: #000;\n --sapButton_Emphasized_Background: #fff;\n --sapButton_Emphasized_BorderColor: #000;\n --sapButton_Emphasized_TextColor: #000;\n --sapButton_Emphasized_Hover_Background: #e97624;\n --sapButton_Emphasized_Hover_BorderColor: #000;\n --sapButton_Emphasized_Hover_TextColor: #000;\n --sapButton_Emphasized_Active_Background: #e97624;\n --sapButton_Emphasized_Active_BorderColor: #000;\n --sapButton_Emphasized_Active_TextColor: #000;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #fff;\n --sapButton_Reject_BorderColor: #000;\n --sapButton_Reject_TextColor: #000;\n --sapButton_Reject_Hover_Background: #e97624;\n --sapButton_Reject_Hover_BorderColor: #000;\n --sapButton_Reject_Hover_TextColor: #000;\n --sapButton_Reject_Active_Background: #e97624;\n --sapButton_Reject_Active_BorderColor: #000;\n --sapButton_Reject_Active_TextColor: #000;\n --sapButton_Reject_Selected_Background: #5c93ff;\n --sapButton_Reject_Selected_BorderColor: #000;\n --sapButton_Reject_Selected_TextColor: #000;\n --sapButton_Reject_Selected_Hover_Background: #e97624;\n --sapButton_Reject_Selected_Hover_BorderColor: #000;\n --sapButton_Accept_Background: #fff;\n --sapButton_Accept_BorderColor: #000;\n --sapButton_Accept_TextColor: #000;\n --sapButton_Accept_Hover_Background: #e97624;\n --sapButton_Accept_Hover_BorderColor: #000;\n --sapButton_Accept_Hover_TextColor: #000;\n --sapButton_Accept_Active_Background: #e97624;\n --sapButton_Accept_Active_BorderColor: #000;\n --sapButton_Accept_Active_TextColor: #000;\n --sapButton_Accept_Selected_Background: #5c93ff;\n --sapButton_Accept_Selected_BorderColor: #000;\n --sapButton_Accept_Selected_TextColor: #000;\n --sapButton_Accept_Selected_Hover_Background: #e97624;\n --sapButton_Accept_Selected_Hover_BorderColor: #000;\n --sapButton_Lite_Background: #fff;\n --sapButton_Lite_BorderColor: #000;\n --sapButton_Lite_TextColor: #000;\n --sapButton_Lite_Hover_Background: #e97624;\n --sapButton_Lite_Hover_BorderColor: #000;\n --sapButton_Lite_Hover_TextColor: #000;\n --sapButton_Lite_Active_Background: #e97624;\n --sapButton_Lite_Active_BorderColor: #000;\n --sapButton_Selected_Background: #5c93ff;\n --sapButton_Selected_BorderColor: #000;\n --sapButton_Selected_TextColor: #000;\n --sapButton_Selected_Hover_Background: #e97624;\n --sapButton_Selected_Hover_BorderColor: #000;\n --sapButton_Attention_Background: #fff;\n --sapButton_Attention_BorderColor: #000;\n --sapButton_Attention_TextColor: #000;\n --sapButton_Attention_Hover_Background: #e97624;\n --sapButton_Attention_Hover_BorderColor: #000;\n --sapButton_Attention_Hover_TextColor: #000;\n --sapButton_Attention_Active_Background: #e97624;\n --sapButton_Attention_Active_BorderColor: #000;\n --sapButton_Attention_Active_TextColor: #000;\n --sapButton_Attention_Selected_Background: #5c93ff;\n --sapButton_Attention_Selected_BorderColor: #000;\n --sapButton_Attention_Selected_TextColor: #000;\n --sapButton_Attention_Selected_Hover_Background: #e97624;\n --sapButton_Attention_Selected_Hover_BorderColor: #000;\n --sapButton_Negative_Background: #fff;\n --sapButton_Negative_BorderColor: #000;\n --sapButton_Negative_TextColor: #000;\n --sapButton_Negative_Hover_Background: #e97624;\n --sapButton_Negative_Hover_BorderColor: #000;\n --sapButton_Negative_Hover_TextColor: #000;\n --sapButton_Negative_Active_Background: #e97624;\n --sapButton_Negative_Active_BorderColor: #000;\n --sapButton_Negative_Active_TextColor: #000;\n --sapButton_Critical_Background: #fff;\n --sapButton_Critical_BorderColor: #000;\n --sapButton_Critical_TextColor: #000;\n --sapButton_Critical_Hover_Background: #e97624;\n --sapButton_Critical_Hover_BorderColor: #000;\n --sapButton_Critical_Hover_TextColor: #000;\n --sapButton_Critical_Active_Background: #e97624;\n --sapButton_Critical_Active_BorderColor: #000;\n --sapButton_Critical_Active_TextColor: #000;\n --sapButton_Success_Background: #fff;\n --sapButton_Success_BorderColor: #000;\n --sapButton_Success_TextColor: #000;\n --sapButton_Success_Hover_Background: #e97624;\n --sapButton_Success_Hover_BorderColor: #000;\n --sapButton_Success_Hover_TextColor: #000;\n --sapButton_Success_Active_Background: #e97624;\n --sapButton_Success_Active_BorderColor: #000;\n --sapButton_Success_Active_TextColor: #000;\n --sapButton_Information_Background: #fff;\n --sapButton_Information_BorderColor: #000;\n --sapButton_Information_TextColor: #000;\n --sapButton_Information_Hover_Background: #e97624;\n --sapButton_Information_Hover_BorderColor: #000;\n --sapButton_Information_Hover_TextColor: #000;\n --sapButton_Information_Active_Background: #e97624;\n --sapButton_Information_Active_BorderColor: #000;\n --sapButton_Information_Active_TextColor: #000;\n --sapButton_Neutral_Background: #fff;\n --sapButton_Neutral_BorderColor: #000;\n --sapButton_Neutral_TextColor: #000;\n --sapButton_Neutral_Hover_Background: #e97624;\n --sapButton_Neutral_Hover_BorderColor: #000;\n --sapButton_Neutral_Hover_TextColor: #000;\n --sapButton_Neutral_Active_Background: #e97624;\n --sapButton_Neutral_Active_BorderColor: #000;\n --sapButton_Neutral_Active_TextColor: #000;\n --sapButton_Track_Background: #fff;\n --sapButton_Track_BorderColor: #000;\n --sapButton_Track_TextColor: #000;\n --sapButton_Track_Hover_Background: #e97624;\n --sapButton_Track_Hover_BorderColor: #000;\n --sapButton_Track_Selected_Background: #5c93ff;\n --sapButton_Track_Selected_BorderColor: #000;\n --sapButton_Track_Selected_TextColor: #000;\n --sapButton_Track_Selected_Hover_Background: #e97624;\n --sapButton_Track_Selected_Hover_BorderColor: #000;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #000;\n --sapButton_Handle_TextColor: #000;\n --sapButton_Handle_Hover_Background: #e97624;\n --sapButton_Handle_Hover_BorderColor: #000;\n --sapButton_Handle_Selected_Background: #5c93ff;\n --sapButton_Handle_Selected_BorderColor: #000;\n --sapButton_Handle_Selected_TextColor: #000;\n --sapButton_Handle_Selected_Hover_Background: #e97624;\n --sapButton_Handle_Selected_Hover_BorderColor: #000;\n --sapButton_Track_Negative_Background: #fff;\n --sapButton_Track_Negative_BorderColor: #ab0000;\n --sapButton_Track_Negative_TextColor: #000;\n --sapButton_Track_Negative_Hover_Background: #e97624;\n --sapButton_Track_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #ab0000;\n --sapButton_Handle_Negative_TextColor: #000;\n --sapButton_Handle_Negative_Hover_Background: #e97624;\n --sapButton_Handle_Negative_Hover_BorderColor: #ab0000;\n --sapButton_Track_Positive_Background: #fff;\n --sapButton_Track_Positive_BorderColor: #006362;\n --sapButton_Track_Positive_TextColor: #000;\n --sapButton_Track_Positive_Hover_Background: #e97624;\n --sapButton_Track_Positive_Hover_BorderColor: #000;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #006362;\n --sapButton_Handle_Positive_TextColor: #000;\n --sapButton_Handle_Positive_Hover_Background: #e97624;\n --sapButton_Handle_Positive_Hover_BorderColor: #006362;\n --sapButton_TokenBackground: #fff;\n --sapButton_TokenBorderColor: #000;\n --sapField_Background: #fff;\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: #000;\n --sapField_PlaceholderTextColor: #585858;\n --sapField_BorderColor: #000;\n --sapField_HelpBackground: #fff;\n --sapField_BorderWidth: .125rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: 0;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: #000;\n --sapField_Hover_HelpBackground: #fff;\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: #000;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #000;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: #b3b3b3;\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: #000;\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: #b3b3b3;\n --sapField_RequiredColor: #000;\n --sapField_InvalidColor: #000;\n --sapField_InvalidBackground: #e97624;\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: dashed;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #000;\n --sapField_WarningBackground: #fff;\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: dashed;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #000;\n --sapField_SuccessBackground: #fff;\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .125rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #000;\n --sapField_InformationBackground: #fff;\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .0625rem;\n --sapField_InformationBorderStyle: dashed;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #fff;\n --sapGroup_TitleBorderColor: #000;\n --sapGroup_TitleTextColor: #000;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #000;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: #fff;\n --sapToolbar_Background: #fff;\n --sapToolbar_SeparatorColor: #000;\n --sapList_HeaderBackground: #fff;\n --sapList_HeaderBorderColor: #000;\n --sapList_HeaderTextColor: #000;\n --sapList_BorderColor: #585858;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #000;\n --sapList_Active_TextColor: #000;\n --sapList_Active_Background: #e97624;\n --sapList_SelectionBackgroundColor: #5c93ff;\n --sapList_SelectionBorderColor: #000;\n --sapList_Hover_SelectionBackground: #e97624;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #e97624;\n --sapList_AlternatingBackground: #e6e6e6;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #000;\n --sapList_GroupHeaderTextColor: #000;\n --sapList_TableGroupHeaderBackground: #b3b3b3;\n --sapList_TableGroupHeaderBorderColor: #000;\n --sapList_TableGroupHeaderTextColor: #000;\n --sapList_FooterBackground: #fff;\n --sapList_FooterTextColor: #000;\n --sapList_TableFooterBorder: #000;\n --sapList_TableFixedBorderColor: #000;\n --sapMessage_ErrorBorderColor: #ab0000;\n --sapMessage_WarningBorderColor: #5c5c00;\n --sapMessage_SuccessBorderColor: #006362;\n --sapMessage_InformationBorderColor: #000;\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: #fff;\n --sapProgress_BorderColor: #000;\n --sapProgress_TextColor: #000;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #fff;\n --sapProgress_NegativeBorderColor: #000;\n --sapProgress_NegativeTextColor: #000;\n --sapProgress_CriticalBackground: #fff;\n --sapProgress_CriticalBorderColor: #000;\n --sapProgress_CriticalTextColor: #000;\n --sapProgress_PositiveBackground: #fff;\n --sapProgress_PositiveBorderColor: #000;\n --sapProgress_PositiveTextColor: #000;\n --sapProgress_InformationBackground: #fff;\n --sapProgress_InformationBorderColor: #000;\n --sapProgress_InformationTextColor: #000;\n --sapProgress_Value_Background: #e97624;\n --sapProgress_Value_BorderColor: #000;\n --sapProgress_Value_TextColor: #000;\n --sapProgress_Value_NegativeBackground: #e97624;\n --sapProgress_Value_NegativeBorderColor: #000;\n --sapProgress_Value_NegativeTextColor: #000;\n --sapProgress_Value_CriticalBackground: #e97624;\n --sapProgress_Value_CriticalBorderColor: #000;\n --sapProgress_Value_CriticalTextColor: #000;\n --sapProgress_Value_PositiveBackground: #e97624;\n --sapProgress_Value_PositiveBorderColor: #000;\n --sapProgress_Value_PositiveTextColor: #000;\n --sapProgress_Value_InformationBackground: #e97624;\n --sapProgress_Value_InformationBorderColor: #000;\n --sapProgress_Value_InformationTextColor: #000;\n --sapScrollBar_FaceColor: #585858;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #585858;\n --sapScrollBar_SymbolColor: #000;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #000;\n --sapSlider_Background: #fff;\n --sapSlider_BorderColor: #000;\n --sapSlider_Selected_Background: #5c93ff;\n --sapSlider_Selected_BorderColor: #000;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #000;\n --sapSlider_RangeHandleBackground: #fff;\n --sapSlider_Hover_HandleBackground: #e97624;\n --sapSlider_Hover_HandleBorderColor: #000;\n --sapSlider_Hover_RangeHandleBackground: #e97624;\n --sapSlider_Active_HandleBackground: #e97624;\n --sapSlider_Active_HandleBorderColor: #000;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #000;\n --sapPageHeader_TextColor: #000;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #000;\n --sapPageFooter_TextColor: #000;\n --sapInfobar_Background: #fff;\n --sapInfobar_Hover_Background: #e97624;\n --sapInfobar_Active_Background: #e97624;\n --sapInfobar_NonInteractive_Background: #b3b3b3;\n --sapInfobar_TextColor: #000;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #e97624;\n --sapObjectHeader_BorderColor: #000;\n --sapObjectHeader_Title_TextColor: #000;\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: #000;\n --sapBlockLayer_Background: #fff;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #e97624;\n --sapTile_Active_Background: #e97624;\n --sapTile_BorderColor: #000;\n --sapTile_BorderCornerRadius: 0.25rem;\n --sapTile_TitleTextColor: #000;\n --sapTile_TextColor: #000;\n --sapTile_IconColor: #000;\n --sapTile_SeparatorColor: #000;\n --sapTile_Interactive_BorderColor: #000;\n --sapTile_OverlayBackground: #fff;\n --sapTile_OverlayForegroundColor: #000;\n --sapAccentColor1: #5f5800;\n --sapAccentColor2: #5e4101;\n --sapAccentColor3: #973333;\n --sapAccentColor4: #961d7c;\n --sapAccentColor5: #365892;\n --sapAccentColor6: #004ccb;\n --sapAccentColor7: #105b5b;\n --sapAccentColor8: #26340b;\n --sapAccentColor9: #6c32a9;\n --sapAccentColor10: #4a5964;\n --sapAccentBackgroundColor1: #fff;\n --sapAccentBackgroundColor2: #fff;\n --sapAccentBackgroundColor3: #fff;\n --sapAccentBackgroundColor4: #fff;\n --sapAccentBackgroundColor5: #fff;\n --sapAccentBackgroundColor6: #fff;\n --sapAccentBackgroundColor7: #fff;\n --sapAccentBackgroundColor8: #fff;\n --sapAccentBackgroundColor9: #fff;\n --sapAccentBackgroundColor10: #fff;\n --sapIndicationColor_1: #780000;\n --sapIndicationColor_1_Background: #fff;\n --sapIndicationColor_1_BorderColor: #000;\n --sapIndicationColor_1_TextColor: #000;\n --sapIndicationColor_1_Hover_Background: #e97624;\n --sapIndicationColor_1_Active_Background: #e97624;\n --sapIndicationColor_1_Active_BorderColor: #000;\n --sapIndicationColor_1_Active_TextColor: #000;\n --sapIndicationColor_1_Selected_Background: #5c93ff;\n --sapIndicationColor_1_Selected_BorderColor: #000;\n --sapIndicationColor_1_Selected_TextColor: #000;\n --sapIndicationColor_1b: #780000;\n --sapIndicationColor_1b_BorderColor: #000;\n --sapIndicationColor_1b_Hover_Background: #e97624;\n --sapIndicationColor_2: #ab0000;\n --sapIndicationColor_2_Background: #fff;\n --sapIndicationColor_2_BorderColor: #000;\n --sapIndicationColor_2_TextColor: #000;\n --sapIndicationColor_2_Hover_Background: #e97624;\n --sapIndicationColor_2_Active_Background: #e97624;\n --sapIndicationColor_2_Active_BorderColor: #000;\n --sapIndicationColor_2_Active_TextColor: #000;\n --sapIndicationColor_2_Selected_Background: #5c93ff;\n --sapIndicationColor_2_Selected_BorderColor: #000;\n --sapIndicationColor_2_Selected_TextColor: #000;\n --sapIndicationColor_2b: #ab0000;\n --sapIndicationColor_2b_BorderColor: #000;\n --sapIndicationColor_2b_Hover_Background: #e97624;\n --sapIndicationColor_3: #5c5c00;\n --sapIndicationColor_3_Background: #fff;\n --sapIndicationColor_3_BorderColor: #000;\n --sapIndicationColor_3_TextColor: #000;\n --sapIndicationColor_3_Hover_Background: #e97624;\n --sapIndicationColor_3_Active_Background: #e97624;\n --sapIndicationColor_3_Active_BorderColor: #000;\n --sapIndicationColor_3_Active_TextColor: #000;\n --sapIndicationColor_3_Selected_Background: #5c93ff;\n --sapIndicationColor_3_Selected_BorderColor: #000;\n --sapIndicationColor_3_Selected_TextColor: #000;\n --sapIndicationColor_3b: #5c5c00;\n --sapIndicationColor_3b_BorderColor: #000;\n --sapIndicationColor_3b_Hover_Background: #e97624;\n --sapIndicationColor_4: #006362;\n --sapIndicationColor_4_Background: #fff;\n --sapIndicationColor_4_BorderColor: #000;\n --sapIndicationColor_4_TextColor: #000;\n --sapIndicationColor_4_Hover_Background: #e97624;\n --sapIndicationColor_4_Active_Background: #e97624;\n --sapIndicationColor_4_Active_BorderColor: #000;\n --sapIndicationColor_4_Active_TextColor: #000;\n --sapIndicationColor_4_Selected_Background: #5c93ff;\n --sapIndicationColor_4_Selected_BorderColor: #000;\n --sapIndicationColor_4_Selected_TextColor: #000;\n --sapIndicationColor_4b: #006362;\n --sapIndicationColor_4b_BorderColor: #000;\n --sapIndicationColor_4b_Hover_Background: #e97624;\n --sapIndicationColor_5: #004ccb;\n --sapIndicationColor_5_Background: #fff;\n --sapIndicationColor_5_BorderColor: #000;\n --sapIndicationColor_5_TextColor: #000;\n --sapIndicationColor_5_Hover_Background: #e97624;\n --sapIndicationColor_5_Active_Background: #e97624;\n --sapIndicationColor_5_Active_BorderColor: #000;\n --sapIndicationColor_5_Active_TextColor: #000;\n --sapIndicationColor_5_Selected_Background: #5c93ff;\n --sapIndicationColor_5_Selected_BorderColor: #000;\n --sapIndicationColor_5_Selected_TextColor: #000;\n --sapIndicationColor_5b: #004ccb;\n --sapIndicationColor_5b_BorderColor: #000;\n --sapIndicationColor_5b_Hover_Background: #e97624;\n --sapIndicationColor_6: #105b5b;\n --sapIndicationColor_6_Background: #fff;\n --sapIndicationColor_6_BorderColor: #000;\n --sapIndicationColor_6_TextColor: #000;\n --sapIndicationColor_6_Hover_Background: #e97624;\n --sapIndicationColor_6_Active_Background: #e97624;\n --sapIndicationColor_6_Active_BorderColor: #000;\n --sapIndicationColor_6_Active_TextColor: #000;\n --sapIndicationColor_6_Selected_Background: #5c93ff;\n --sapIndicationColor_6_Selected_BorderColor: #000;\n --sapIndicationColor_6_Selected_TextColor: #000;\n --sapIndicationColor_6b: #105b5b;\n --sapIndicationColor_6b_BorderColor: #000;\n --sapIndicationColor_6b_Hover_Background: #e97624;\n --sapIndicationColor_7: #6c32a9;\n --sapIndicationColor_7_Background: #fff;\n --sapIndicationColor_7_BorderColor: #000;\n --sapIndicationColor_7_TextColor: #000;\n --sapIndicationColor_7_Hover_Background: #e97624;\n --sapIndicationColor_7_Active_Background: #e97624;\n --sapIndicationColor_7_Active_BorderColor: #000;\n --sapIndicationColor_7_Active_TextColor: #000;\n --sapIndicationColor_7_Selected_Background: #5c93ff;\n --sapIndicationColor_7_Selected_BorderColor: #000;\n --sapIndicationColor_7_Selected_TextColor: #000;\n --sapIndicationColor_7b: #6c32a9;\n --sapIndicationColor_7b_BorderColor: #000;\n --sapIndicationColor_7b_Hover_Background: #e97624;\n --sapIndicationColor_8: #961d7c;\n --sapIndicationColor_8_Background: #fff;\n --sapIndicationColor_8_BorderColor: #000;\n --sapIndicationColor_8_TextColor: #000;\n --sapIndicationColor_8_Hover_Background: #e97624;\n --sapIndicationColor_8_Active_Background: #e97624;\n --sapIndicationColor_8_Active_BorderColor: #000;\n --sapIndicationColor_8_Active_TextColor: #000;\n --sapIndicationColor_8_Selected_Background: #5c93ff;\n --sapIndicationColor_8_Selected_BorderColor: #000;\n --sapIndicationColor_8_Selected_TextColor: #000;\n --sapIndicationColor_8b: #961d7c;\n --sapIndicationColor_8b_BorderColor: #000;\n --sapIndicationColor_8b_Hover_Background: #e97624;\n --sapIndicationColor_9: #fff;\n --sapIndicationColor_9_Background: #fff;\n --sapIndicationColor_9_BorderColor: #000;\n --sapIndicationColor_9_TextColor: #000;\n --sapIndicationColor_9_Hover_Background: #e97624;\n --sapIndicationColor_9_Active_Background: #e97624;\n --sapIndicationColor_9_Active_BorderColor: #000;\n --sapIndicationColor_9_Active_TextColor: #000;\n --sapIndicationColor_9_Selected_Background: #5c93ff;\n --sapIndicationColor_9_Selected_BorderColor: #000;\n --sapIndicationColor_9_Selected_TextColor: #000;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #000;\n --sapIndicationColor_9b_Hover_Background: #e97624;\n --sapIndicationColor_10: #eaecee;\n --sapIndicationColor_10_Background: #fff;\n --sapIndicationColor_10_BorderColor: #000;\n --sapIndicationColor_10_TextColor: #000;\n --sapIndicationColor_10_Hover_Background: #e97624;\n --sapIndicationColor_10_Active_Background: #e97624;\n --sapIndicationColor_10_Active_BorderColor: #000;\n --sapIndicationColor_10_Active_TextColor: #000;\n --sapIndicationColor_10_Selected_Background: #5c93ff;\n --sapIndicationColor_10_Selected_BorderColor: #000;\n --sapIndicationColor_10_Selected_TextColor: #000;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #000;\n --sapIndicationColor_10b_Hover_Background: #e97624;\n --sapLegend_WorkingBackground: #d9d9d9;\n --sapLegend_NonWorkingBackground: #b3b3b3;\n --sapLegend_CurrentDateTime: #961d7c;\n --sapLegendColor1: #5f5800;\n --sapLegendColor2: #5e4101;\n --sapLegendColor3: #973333;\n --sapLegendColor4: #463000;\n --sapLegendColor5: #961d7c;\n --sapLegendColor6: #004ccb;\n --sapLegendColor7: #105b5b;\n --sapLegendColor8: #26340b;\n --sapLegendColor9: #4a5964;\n --sapLegendColor10: #6c3d62;\n --sapLegendColor11: #383513;\n --sapLegendColor12: #734f00;\n --sapLegendColor13: #723e3e;\n --sapLegendColor14: #5f5642;\n --sapLegendColor15: #60535d;\n --sapLegendColor16: #465878;\n --sapLegendColor17: #435b5b;\n --sapLegendColor18: #4e5a36;\n --sapLegendColor19: #4e5869;\n --sapLegendColor20: #001b49;\n --sapLegendBackgroundColor1: #fff;\n --sapLegendBackgroundColor2: #fff;\n --sapLegendBackgroundColor3: #fff;\n --sapLegendBackgroundColor4: #fff;\n --sapLegendBackgroundColor5: #fff;\n --sapLegendBackgroundColor6: #fff;\n --sapLegendBackgroundColor7: #fff;\n --sapLegendBackgroundColor8: #fff;\n --sapLegendBackgroundColor9: #fff;\n --sapLegendBackgroundColor10: #fff;\n --sapLegendBackgroundColor11: #fff;\n --sapLegendBackgroundColor12: #fff;\n --sapLegendBackgroundColor13: #fff;\n --sapLegendBackgroundColor14: #fff;\n --sapLegendBackgroundColor15: #fff;\n --sapLegendBackgroundColor16: #fff;\n --sapLegendBackgroundColor17: #fff;\n --sapLegendBackgroundColor18: #fff;\n --sapLegendBackgroundColor19: #fff;\n --sapLegendBackgroundColor20: #fff;\n --sapChart_OrderedColor_1: #286ac3;\n --sapChart_OrderedColor_2: #d74114;\n --sapChart_OrderedColor_3: #057d47;\n --sapChart_OrderedColor_4: #e11e48;\n --sapChart_OrderedColor_5: #642eb2;\n --sapChart_OrderedColor_6: #03778c;\n --sapChart_OrderedColor_7: #232deb;\n --sapChart_OrderedColor_8: #9b136f;\n --sapChart_OrderedColor_9: #395563;\n --sapChart_OrderedColor_10: #e02e2e;\n --sapChart_OrderedColor_11: #0d3367;\n --sapChart_Bad: #ab0000;\n --sapChart_Critical: #5c5c00;\n --sapChart_Good: #006362;\n --sapChart_Neutral: #000;\n --sapChart_Sequence_1: #286ac3;\n --sapChart_Sequence_2: #d74114;\n --sapChart_Sequence_3: #057d47;\n --sapChart_Sequence_4: #e11e48;\n --sapChart_Sequence_5: #642eb2;\n --sapChart_Sequence_6: #03778c;\n --sapChart_Sequence_7: #232deb;\n --sapChart_Sequence_8: #9b136f;\n --sapChart_Sequence_9: #395563;\n --sapChart_Sequence_10: #e02e2e;\n --sapChart_Sequence_11: #0d3367;\n --sapChart_Sequence_Neutral: #000;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcb.css_variables (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcw.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon_hcw.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_hcw/parameters-bundle.css.ts", content: `:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_hcw.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_horizon_hcb","sap_horizon","baseTheme"],"Tags": ["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId": "sap_horizon","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #e97624;--sapHighlightColor: #e97624;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #5c93ff;--sapHoverColor: #e97624;--sapActiveColor: #e97624;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--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: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--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: #e97624;--sapContent_HelpColor: #006800;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .5;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_DragAndDropActiveColor: #006800;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #5c93ff;--sapContent_Selected_Hover_Background: #e97624;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #434e56;--sapContent_Illustrative_Color3: #62737c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #d5dadd;--sapContent_Illustrative_Color11: #88979e;--sapContent_Illustrative_Color12: #88979e;--sapContent_Illustrative_Color13: #161a1d;--sapContent_Illustrative_Color14: #000;--sapContent_Illustrative_Color15: #31393f;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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", "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: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff;--sapShell_Hover_Background: #e97624;--sapShell_Active_Background: #e97624;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #5c93ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #e97624;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #e97624;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #e97624;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Assistant_ForegroundColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #000;--sapAssistant_Color2: #000;--sapAssistant_BackgroundGradient: linear-gradient(#fff, #fff);--sapAssistant_Background: #fff;--sapAssistant_BorderColor: #000;--sapAssistant_TextColor: #000;--sapAssistant_Hover_Background: #e97624;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #e97624;--sapAssistant_Active_BorderColor: #000;--sapAssistant_Active_TextColor: #000;--sapAssistant_Question_Background: #fff;--sapAssistant_Question_BorderColor: #000;--sapAssistant_Question_TextColor: #000;--sapAssistant_Answer_Background: #b3b3b3;--sapAssistant_Answer_BorderColor: #000;--sapAssistant_Answer_TextColor: #000;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_Hover_Background: #e97624;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #e97624;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_Hover_Background: #e97624;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #e97624;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #e97624;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #e97624;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #5c93ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #e97624;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #e97624;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #e97624;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #5c93ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #e97624;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #e97624;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #e97624;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #5c93ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #e97624;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #e97624;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #e97624;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #5c93ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #e97624;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #e97624;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #e97624;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #e97624;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #e97624;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #e97624;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #e97624;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #e97624;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #e97624;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #e97624;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #e97624;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #e97624;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #5c93ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #e97624;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #e97624;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #5c93ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #e97624;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #e97624;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #e97624;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #e97624;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #e97624;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #e97624;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #e97624;--sapList_SelectionBackgroundColor: #5c93ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #e97624;--sapList_Background: #fff;--sapList_Hover_Background: #e97624;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #e97624;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #e97624;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #e97624;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #e97624;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #e97624;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #5c93ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #e97624;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #e97624;--sapSlider_Active_HandleBackground: #e97624;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #e97624;--sapInfobar_Active_Background: #e97624;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #e97624;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--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: #000;--sapBlockLayer_Background: #fff;--sapTile_Background: #fff;--sapTile_Hover_Background: #e97624;--sapTile_Active_Background: #e97624;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff;--sapAccentBackgroundColor2: #fff;--sapAccentBackgroundColor3: #fff;--sapAccentBackgroundColor4: #fff;--sapAccentBackgroundColor5: #fff;--sapAccentBackgroundColor6: #fff;--sapAccentBackgroundColor7: #fff;--sapAccentBackgroundColor8: #fff;--sapAccentBackgroundColor9: #fff;--sapAccentBackgroundColor10: #fff;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #e97624;--sapIndicationColor_1_Active_Background: #e97624;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #5c93ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #e97624;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #e97624;--sapIndicationColor_2_Active_Background: #e97624;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #5c93ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #e97624;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #e97624;--sapIndicationColor_3_Active_Background: #e97624;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #5c93ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #e97624;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #e97624;--sapIndicationColor_4_Active_Background: #e97624;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #5c93ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #e97624;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #e97624;--sapIndicationColor_5_Active_Background: #e97624;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #5c93ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #e97624;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #e97624;--sapIndicationColor_6_Active_Background: #e97624;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #5c93ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #e97624;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #e97624;--sapIndicationColor_7_Active_Background: #e97624;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #5c93ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #e97624;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #e97624;--sapIndicationColor_8_Active_Background: #e97624;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #5c93ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #e97624;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #e97624;--sapIndicationColor_9_Active_Background: #e97624;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #5c93ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #e97624;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #e97624;--sapIndicationColor_10_Active_Background: #e97624;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #5c93ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #e97624;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_OrderedColor_1: #286ac3;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #057d47;--sapChart_OrderedColor_4: #e11e48;--sapChart_OrderedColor_5: #642eb2;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #232deb;--sapChart_OrderedColor_8: #9b136f;--sapChart_OrderedColor_9: #395563;--sapChart_OrderedColor_10: #e02e2e;--sapChart_OrderedColor_11: #0d3367;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #000;--sapChart_Sequence_1: #286ac3;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_3: #057d47;--sapChart_Sequence_4: #e11e48;--sapChart_Sequence_5: #642eb2;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_7: #232deb;--sapChart_Sequence_8: #9b136f;--sapChart_Sequence_9: #395563;--sapChart_Sequence_10: #e02e2e;--sapChart_Sequence_11: #0d3367;--sapChart_Sequence_Neutral: #000;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
@@ -1,3 +0,4 @@ | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon/parameters-bundle.css", 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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\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-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\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: #b44f00;\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: #b44f00;\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: #eaecee;\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: #b44f00;\n --sapButton_Attention_Hover_Background: #fff;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #b44f00;\n --sapButton_Attention_Active_Background: #fff;\n --sapButton_Attention_Active_BorderColor: #ff8d34;\n --sapButton_Attention_Active_TextColor: #b44f00;\n --sapButton_Attention_Selected_Background: #fff;\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\n --sapButton_Attention_Selected_TextColor: #b44f00;\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\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n" }; | ||
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon/parameters-bundle.css.ts", 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": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #1d2d3e;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--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(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--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 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 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: .4;--sapContent_ContrastTextThreshold: .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: #a6cfff;--sapLink_SubtleColor: #1d2d3e;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--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 .125rem .125rem 0 rgba(34,53,72,.15), inset 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_Assistant_ForegroundColor: #5d36ff;--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);--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #1d2d3e;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #1d2d3e;--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: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--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: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.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: rgba(255,255,255,.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: rgba(255,255,255,.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 .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 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 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% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) 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 .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 .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 .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 .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: #617b94;--sapProgress_Value_BorderColor: #617b94;--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: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--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: #0070f2;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #3c8cdd;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_Bad: #f53232;--sapChart_Critical: #e76500;--sapChart_Good: #30914c;--sapChart_Neutral: #788fa6;--sapChart_Sequence_1: #0070f2;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_7: #3c8cdd;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_Neutral: #788fa6;} | ||
` }; | ||
export default styleData; | ||
//# sourceMappingURL=parameters-bundle.css.js.map |
{ | ||
"name": "@ui5/webcomponents-theming", | ||
"version": "0.0.0-d1315d658", | ||
"version": "0.0.0-d473b9686", | ||
"description": "UI5 Web Components: webcomponents.theming", | ||
@@ -22,5 +22,6 @@ "author": "SAP SE (https://www.sap.com)", | ||
"build": "nps build", | ||
"generate": "nps generate", | ||
"start": "nps start", | ||
"verify": "node ./lib/verify-vars/index.js", | ||
"prepublishOnly": "npm run clean && npm run build" | ||
"prepublishOnly": "tsc -b" | ||
}, | ||
@@ -33,8 +34,7 @@ "repository": { | ||
"dependencies": { | ||
"@sap-theming/theming-base-content": "11.5.0", | ||
"@ui5/webcomponents-base": "0.0.0-d1315d658" | ||
"@sap-theming/theming-base-content": "11.12.0", | ||
"@ui5/webcomponents-base": "0.0.0-d473b9686" | ||
}, | ||
"devDependencies": { | ||
"@ui5/webcomponents-tools": "0.0.0-d1315d658", | ||
"cssnano": "^6.0.1", | ||
"@ui5/webcomponents-tools": "0.0.0-d473b9686", | ||
"globby": "^13.1.1", | ||
@@ -41,0 +41,0 @@ "json-beautify": "^1.1.1", |
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png) | ||
# UI5 Web Components - Theming | ||
@@ -25,3 +26,3 @@ | ||
## Support | ||
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/). | ||
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/). | ||
@@ -28,0 +29,0 @@ ## Contribute |
@@ -5,2 +5,3 @@ { | ||
"target": "ES2021", | ||
"lib": ["DOM", "DOM.Iterable", "ES2023"], | ||
// Generate d.ts files | ||
@@ -15,3 +16,12 @@ "declaration": true, | ||
"experimentalDecorators": true, | ||
"composite": true, | ||
"rootDir": "src", | ||
"tsBuildInfoFile": "dist/.tsbuildinfo", | ||
"paths": { | ||
"@ui5/webcomponents-base/dist/*": ["../base/src/*"], | ||
}, | ||
}, | ||
"references": [ | ||
{ "path": "../base" }, | ||
], | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
7
34
0
1891244
74
4008
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@sap-theming/theming-base-content@11.12.0(transitive)
+ Added@ui5/webcomponents-base@0.0.0-d473b9686(transitive)
- Removed@sap-theming/theming-base-content@11.5.0(transitive)
- Removed@ui5/webcomponents-base@0.0.0-d1315d658(transitive)