@ui5/webcomponents-theming 0.0.0-918b4fbe7 → 0.0.0-95afb1087
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +1885 -0
- package/LICENSE.txt +201 -0
- package/README.md +7 -9
- package/css-vars-usage.json +275 -31
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +1 -0
- package/dist/Assets-fetch.js +3 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +12 -0
- package/dist/Assets-node.js +13 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +1 -0
- package/dist/Assets.js +1 -0
- package/dist/Assets.js.map +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +20 -25
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/package-scripts.cjs +31 -0
- package/package.json +14 -17
- package/tsconfig.json +25 -0
- package/config/postcss.themes/postcss.config.js +0 -24
- package/dist/Assets-static.js +0 -2
- package/dist/css/themes/sap_belize/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +0 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
- package/dist/generated/json-imports/Themes-static.js +0 -41
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -1
- package/dist/themes/sap_belize/css_variables.css +0 -822
- package/dist/themes/sap_belize/parameters-bundle.css +0 -1
- package/dist/themes/sap_belize_hcb/css_variables.css +0 -821
- package/dist/themes/sap_belize_hcb/parameters-bundle.css +0 -1
- package/dist/themes/sap_belize_hcw/css_variables.css +0 -821
- package/dist/themes/sap_belize_hcw/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3/css_variables.css +0 -821
- package/dist/themes/sap_fiori_3/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3_dark/css_variables.css +0 -821
- package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3_hcb/css_variables.css +0 -821
- package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +0 -1
- package/dist/themes/sap_fiori_3_hcw/css_variables.css +0 -821
- package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon/css_variables.css +0 -821
- package/dist/themes/sap_horizon/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_dark/css_variables.css +0 -821
- package/dist/themes/sap_horizon_dark/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_exp/css_variables.css +0 -821
- package/dist/themes/sap_horizon_exp/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_hcb/css_variables.css +0 -821
- package/dist/themes/sap_horizon_hcb/parameters-bundle.css +0 -1
- package/dist/themes/sap_horizon_hcw/css_variables.css +0 -821
- package/dist/themes/sap_horizon_hcw/parameters-bundle.css +0 -1
- package/lib/generate-css-vars-usage-report/index.js +0 -32
- package/package-scripts.js +0 -33
|
@@ -1 +1,2 @@
|
|
|
1
|
-
.sapThemeMetaData-Base-baseLib{background-image:url('data:text/plain;utf-8,{"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": "VERSION_UNKNOWN"}, "Version": { "Build": "11.1.44.20221011121553", "Source": "11.1.44"}}')}: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":"VERSION_UNKNOWN"},"Version":{ "Build":"11.1.44.20221011121553","Source":"11.1.44"}};--sapBrandColor:#0a6ed1;--sapHighlightColor:#0854a0;--sapBaseColor:#fff;--sapShellColor:#354a5f;--sapBackgroundColor:#f7f7f7;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--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","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#32363a;--sapLinkColor:#0a6ed1;--sapLink_Hover_Color:#0854a0;--sapLink_Active_Color:#0a6ed1;--sapLink_Visited_Color:#0a6ed1;--sapLink_InvertedColor:#d3e8fd;--sapLink_SubtleColor:#074888;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0854a0;--sapActiveColor:#0854a0;--sapHighlightTextColor:#fff;--sapTitleColor:#32363a;--sapNegativeColor:#b00;--sapCriticalColor:#df6e0c;--sapPositiveColor:#107e3e;--sapInformativeColor:#0a6ed1;--sapNeutralColor:#6a6d70;--sapNegativeElementColor:#b00;--sapCriticalElementColor:#df6e0c;--sapPositiveElementColor:#107e3e;--sapInformativeElementColor:#0a6ed1;--sapNeutralElementColor:#6a6d70;--sapNegativeTextColor:#b00;--sapPositiveTextColor:#107e3e;--sapCriticalTextColor:#df6e0c;--sapInformativeTextColor:#0a6ed1;--sapNeutralTextColor:#6a6d70;--sapNeutralBorderColor:#6a6d70;--sapErrorColor:#b00;--sapErrorBorderColor:#b00;--sapWarningColor:#df6e0c;--sapWarningBorderColor:#df6e0c;--sapSuccessColor:#107e3e;--sapSuccessBorderColor:#107e3e;--sapInformationColor:#0a6ed1;--sapInformationBorderColor:#0a6ed1;--sapErrorBackground:#ffebeb;--sapWarningBackground:#fef7f1;--sapSuccessBackground:#f1fdf6;--sapInformationBackground:#f5faff;--sapNeutralBackground:#f4f4f4;--sapIndicationColor_1:#800;--sapIndicationColor_1_Background:#800;--sapIndicationColor_1_BorderColor:#800;--sapIndicationColor_1_Hover_Background:#6f0000;--sapIndicationColor_1_Active_Background:#500;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#b00;--sapIndicationColor_2_Background:#b00;--sapIndicationColor_2_BorderColor:#b00;--sapIndicationColor_2_Hover_Background:#a20000;--sapIndicationColor_2_Active_Background:#800;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#df6e0c;--sapIndicationColor_3_Background:#df6e0c;--sapIndicationColor_3_BorderColor:#df6e0c;--sapIndicationColor_3_Hover_Background:#d0670b;--sapIndicationColor_3_Active_Background:#c2600a;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#107e3e;--sapIndicationColor_4_Background:#107e3e;--sapIndicationColor_4_BorderColor:#107e3e;--sapIndicationColor_4_Hover_Background:#0d6733;--sapIndicationColor_4_Active_Background:#0a5128;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0a6ed1;--sapIndicationColor_5_Background:#0a6ed1;--sapIndicationColor_5_BorderColor:#0a6ed1;--sapIndicationColor_5_Hover_Background:#0961b9;--sapIndicationColor_5_Active_Background:#0854a0;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#0f828f;--sapIndicationColor_6_Background:#0f828f;--sapIndicationColor_6_BorderColor:#0f828f;--sapIndicationColor_6_Hover_Background:#0d6d78;--sapIndicationColor_6_Active_Background:#0a5861;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#925ace;--sapIndicationColor_7_Background:#925ace;--sapIndicationColor_7_BorderColor:#925ace;--sapIndicationColor_7_Hover_Background:#8546c8;--sapIndicationColor_7_Active_Background:#7838bd;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#c0399f;--sapIndicationColor_8_Background:#c0399f;--sapIndicationColor_8_BorderColor:#c0399f;--sapIndicationColor_8_Hover_Background:#ac338f;--sapIndicationColor_8_Active_Background:#992d7e;--sapIndicationColor_8_TextColor:#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:#0854a0;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#6a6d70;--sapContent_MarkerIconColor:#286eb4;--sapContent_MarkerTextColor:#0e7581;--sapContent_MeasureIndicatorColor:#89919a;--sapContent_Selected_MeasureIndicatorColor:#89919a;--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 0.0625rem rgba(0,0,0,0.1),0 0.125rem 0.5rem 0 rgba(0,0,0,0.1);--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);--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);--sapContent_Shadow3:0 0 0 0.0625rem rgba(0,0,0,0.42),0 1.25rem 5rem 0 rgba(0,0,0,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.05),inset 0 -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,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#89919a;--sapContent_ForegroundTextColor:#32363a;--sapContent_BadgeBackground:#d04343;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0854a0;--sapContent_Selected_Background:#0854a0;--sapContent_Selected_TextColor:#fff;--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;--sapShell_Background:#edeff0;--sapShell_BackgroundImage:linear-gradient(180deg,#dfe3e4,#f3f4f5);--sapShell_BackgroundGradient:linear-gradient(180deg,#dfe3e4,#f3f4f5);--sapShell_BackgroundImageOpacity:1.0;--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 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_SelectedColor:#d1e8ff;--sapShell_Navigation_Selected_TextColor:#d1e8ff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Hover_Background:#283848;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Navigation_Active_TextColor:#fff;--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);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#f8b67d;--sapShell_PositiveColor:#abe2c2;--sapShell_InformativeColor:#b1d6fb;--sapShell_NeutralColor:#d4d6d7;--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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,0.7);--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_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_Background:#fff;--sapButton_BorderColor:#0854a0;--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:#b00;--sapButton_Reject_Hover_Background:#ffebeb;--sapButton_Reject_Hover_BorderColor:#b00;--sapButton_Reject_Hover_TextColor:#b00;--sapButton_Reject_Active_Background:#a20000;--sapButton_Reject_Active_BorderColor:#a20000;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#b00;--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_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_TextColor:#107e3e;--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:#b00;--sapButton_Negative_BorderColor:#b00;--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:#b00;--sapButton_Track_Negative_TextColor:#b00;--sapButton_Track_Negative_Hover_Background:#ffebeb;--sapButton_Track_Negative_Hover_BorderColor:#b00;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#b00;--sapButton_Handle_Negative_TextColor:#b00;--sapButton_Handle_Negative_Hover_Background:#ffebeb;--sapButton_Handle_Negative_Hover_BorderColor:#b00;--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_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#0854a0;--sapField_Hover_HelpBackground:#ebf5fe;--sapField_Active_BorderColor:#0854a0;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#89919a;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:hsla(0,0%,94.9%,0.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#89919a;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:hsla(0,0%,94.9%,0.5);--sapField_RequiredColor:#ce3b3b;--sapField_InvalidColor:#b00;--sapField_InvalidBackground:#fff;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#df6e0c;--sapField_WarningBackground:#fff;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#107e3e;--sapField_SuccessBackground:#fff;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#0a6ed1;--sapField_InformationBackground:#fff;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--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;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#f2f2f2;--sapList_HeaderBorderColor:#e5e5e5;--sapList_HeaderTextColor:#32363a;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#32363a;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#0854a0;--sapList_SelectionBackgroundColor:#e5f0fa;--sapList_SelectionBorderColor:#0854a0;--sapList_Hover_SelectionBackground:#d8e9f8;--sapList_Background:#fff;--sapList_Hover_Background:#f5f5f5;--sapList_AlternatingBackground:#f2f2f2;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#d9d9d9;--sapList_GroupHeaderTextColor:#32363a;--sapList_FooterBackground:#fafafa;--sapList_FooterTextColor:#32363a;--sapList_TableGroupHeaderBackground:#efefef;--sapList_TableGroupHeaderBorderColor:#d9d9d9;--sapList_TableGroupHeaderTextColor:#32363a;--sapList_TableFooterBorder:#d9d9d9;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#b00;--sapMessage_WarningBorderColor:#df6e0c;--sapMessage_SuccessBorderColor:#107e3e;--sapMessage_InformationBorderColor:#0a6ed1;--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:#b00;--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:transparent;--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_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#f5f5f5;--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,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;--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:#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:#2f6497;--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:#2f6497;--sapChart_Sequence_Neutral:#848f94;--sapFontUrl_SAP-icons_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2:url(../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2:url(../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff:url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff)}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}
|
|
1
|
+
:root {--ui5-sapThemeMetaData-Base-baseLib:var(--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": "15.0.8"},"Version":{"Build": "11.29.3.20250417070835","Source": "11.29.3"}});--ui5-sapBrandColor: var(--sapBrandColor, #0a6ed1);--ui5-sapHighlightColor: var(--sapHighlightColor, #0854a0);--ui5-sapBaseColor: var(--sapBaseColor, #fff);--ui5-sapShellColor: var(--sapShellColor, #354a5f);--ui5-sapBackgroundColor: var(--sapBackgroundColor, #f7f7f7);--ui5-sapFontFamily: var(--sapFontFamily, "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontSize: var(--sapFontSize, .875rem);--ui5-sapTextColor: var(--sapTextColor, #232629);--ui5-sapLinkColor: var(--sapLinkColor, #0a6ed1);--ui5-sapCompanyLogo: var(--sapCompanyLogo, none);--ui5-sapFavicon: var(--sapFavicon, none);--ui5-sapBackgroundImage: var(--sapBackgroundImage, none);--ui5-sapBackgroundImageOpacity: var(--sapBackgroundImageOpacity, 1);--ui5-sapBackgroundImageRepeat: var(--sapBackgroundImageRepeat, false);--ui5-sapSelectedColor: var(--sapSelectedColor, #0854a0);--ui5-sapHoverColor: var(--sapHoverColor, #ededed);--ui5-sapActiveColor: var(--sapActiveColor, #0854a0);--ui5-sapHighlightTextColor: var(--sapHighlightTextColor, #fff);--ui5-sapTitleColor: var(--sapTitleColor, #232629);--ui5-sapNegativeColor: var(--sapNegativeColor, #bb0000);--ui5-sapCriticalColor: var(--sapCriticalColor, #df6e0c);--ui5-sapPositiveColor: var(--sapPositiveColor, #107e3e);--ui5-sapInformativeColor: var(--sapInformativeColor, #0a6ed1);--ui5-sapNeutralColor: var(--sapNeutralColor, #6a6d70);--ui5-sapNegativeElementColor: var(--sapNegativeElementColor, #bb0000);--ui5-sapCriticalElementColor: var(--sapCriticalElementColor, #df6e0c);--ui5-sapPositiveElementColor: var(--sapPositiveElementColor, #107e3e);--ui5-sapInformativeElementColor: var(--sapInformativeElementColor, #0a6ed1);--ui5-sapNeutralElementColor: var(--sapNeutralElementColor, #6a6d70);--ui5-sapNegativeTextColor: var(--sapNegativeTextColor, #bb0000);--ui5-sapCriticalTextColor: var(--sapCriticalTextColor, #b3590a);--ui5-sapPositiveTextColor: var(--sapPositiveTextColor, #107e3e);--ui5-sapInformativeTextColor: var(--sapInformativeTextColor, #0a6ed1);--ui5-sapNeutralTextColor: var(--sapNeutralTextColor, #6a6d70);--ui5-sapErrorColor: var(--sapErrorColor, #bb0000);--ui5-sapWarningColor: var(--sapWarningColor, #df6e0c);--ui5-sapSuccessColor: var(--sapSuccessColor, #107e3e);--ui5-sapInformationColor: var(--sapInformationColor, #0a6ed1);--ui5-sapErrorBackground: var(--sapErrorBackground, #ffebeb);--ui5-sapWarningBackground: var(--sapWarningBackground, #fef7f1);--ui5-sapSuccessBackground: var(--sapSuccessBackground, #f1fdf6);--ui5-sapInformationBackground: var(--sapInformationBackground, #f5faff);--ui5-sapNeutralBackground: var(--sapNeutralBackground, #f4f4f4);--ui5-sapErrorBorderColor: var(--sapErrorBorderColor, #bb0000);--ui5-sapWarningBorderColor: var(--sapWarningBorderColor, #df6e0c);--ui5-sapSuccessBorderColor: var(--sapSuccessBorderColor, #107e3e);--ui5-sapInformationBorderColor: var(--sapInformationBorderColor, #0a6ed1);--ui5-sapNeutralBorderColor: var(--sapNeutralBorderColor, #6a6d70);--ui5-sapElement_LineHeight: var(--sapElement_LineHeight, 2.75rem);--ui5-sapElement_Height: var(--sapElement_Height, 2.25rem);--ui5-sapElement_BorderWidth: var(--sapElement_BorderWidth, .0625rem);--ui5-sapElement_BorderCornerRadius: var(--sapElement_BorderCornerRadius, .25rem);--ui5-sapElement_Compact_LineHeight: var(--sapElement_Compact_LineHeight, 2rem);--ui5-sapElement_Compact_Height: var(--sapElement_Compact_Height, 1.625rem);--ui5-sapElement_Condensed_LineHeight: var(--sapElement_Condensed_LineHeight, 1.5rem);--ui5-sapElement_Condensed_Height: var(--sapElement_Condensed_Height, 1.375rem);--ui5-sapContent_LineHeight: var(--sapContent_LineHeight, 1.4);--ui5-sapContent_IconHeight: var(--sapContent_IconHeight, 1rem);--ui5-sapContent_IconColor: var(--sapContent_IconColor, #0854a0);--ui5-sapContent_ContrastIconColor: var(--sapContent_ContrastIconColor, #fff);--ui5-sapContent_NonInteractiveIconColor: var(--sapContent_NonInteractiveIconColor, #6a6d70);--ui5-sapContent_MarkerIconColor: var(--sapContent_MarkerIconColor, #286eb4);--ui5-sapContent_MarkerTextColor: var(--sapContent_MarkerTextColor, #0e7581);--ui5-sapContent_MeasureIndicatorColor: var(--sapContent_MeasureIndicatorColor, #89919a);--ui5-sapContent_Selected_MeasureIndicatorColor: var(--sapContent_Selected_MeasureIndicatorColor, #89919a);--ui5-sapContent_Placeholderloading_Background: var(--sapContent_Placeholderloading_Background, #ccc);--ui5-sapContent_Placeholderloading_Gradient: var(--sapContent_Placeholderloading_Gradient, linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%));--ui5-sapContent_ImagePlaceholderBackground: var(--sapContent_ImagePlaceholderBackground, #ccc);--ui5-sapContent_ImagePlaceholderForegroundColor: var(--sapContent_ImagePlaceholderForegroundColor, #fff);--ui5-sapContent_RatedColor: var(--sapContent_RatedColor, #d08014);--ui5-sapContent_UnratedColor: var(--sapContent_UnratedColor, #89919a);--ui5-sapContent_BusyColor: var(--sapContent_BusyColor, #0854a0);--ui5-sapContent_FocusColor: var(--sapContent_FocusColor, #000);--ui5-sapContent_FocusStyle: var(--sapContent_FocusStyle, dotted);--ui5-sapContent_FocusWidth: var(--sapContent_FocusWidth, .0625rem);--ui5-sapContent_ContrastFocusColor: var(--sapContent_ContrastFocusColor, #fff);--ui5-sapContent_ShadowColor: var(--sapContent_ShadowColor, #000);--ui5-sapContent_ContrastShadowColor: var(--sapContent_ContrastShadowColor, #fff);--ui5-sapContent_Shadow0: var(--sapContent_Shadow0, 0 0 0 .0625rem rgba(0,0,0,.1), 0 .125rem .5rem 0 rgba(0,0,0,.1));--ui5-sapContent_Shadow1: var(--sapContent_Shadow1, 0 0 0 .0625rem rgba(0,0,0,.42), 0 .125rem .5rem 0 rgba(0,0,0,.3));--ui5-sapContent_Shadow2: var(--sapContent_Shadow2, 0 0 0 .0625rem rgba(0,0,0,.42), 0 .625rem 1.875rem 0 rgba(0,0,0,.3));--ui5-sapContent_Shadow3: var(--sapContent_Shadow3, 0 0 0 .0625rem rgba(0,0,0,.42), 0 1.25rem 5rem 0 rgba(0,0,0,.3));--ui5-sapContent_TextShadow: var(--sapContent_TextShadow, 0 0 .125rem #fff);--ui5-sapContent_ContrastTextShadow: var(--sapContent_ContrastTextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapContent_HeaderShadow: var(--sapContent_HeaderShadow, 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #d9d9d9);--ui5-sapContent_Interaction_Shadow: var(--sapContent_Interaction_Shadow, none);--ui5-sapContent_Selected_Shadow: var(--sapContent_Selected_Shadow, none);--ui5-sapContent_Negative_Shadow: var(--sapContent_Negative_Shadow, none);--ui5-sapContent_Critical_Shadow: var(--sapContent_Critical_Shadow, none);--ui5-sapContent_Positive_Shadow: var(--sapContent_Positive_Shadow, none);--ui5-sapContent_Informative_Shadow: var(--sapContent_Informative_Shadow, none);--ui5-sapContent_Neutral_Shadow: var(--sapContent_Neutral_Shadow, none);--ui5-sapContent_SearchHighlightColor: var(--sapContent_SearchHighlightColor, #d4f7db);--ui5-sapContent_HelpColor: var(--sapContent_HelpColor, #3f8600);--ui5-sapContent_LabelColor: var(--sapContent_LabelColor, #6a6d70);--ui5-sapContent_MonospaceFontFamily: var(--sapContent_MonospaceFontFamily, "72Mono", "72Monofull", lucida console, monospace);--ui5-sapContent_MonospaceBoldFontFamily: var(--sapContent_MonospaceBoldFontFamily, "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace);--ui5-sapContent_IconFontFamily: var(--sapContent_IconFontFamily, "SAP-icons");--ui5-sapContent_DisabledTextColor: var(--sapContent_DisabledTextColor, rgba(35,38,41,.6));--ui5-sapContent_DisabledOpacity: var(--sapContent_DisabledOpacity, .4);--ui5-sapContent_ContrastTextThreshold: var(--sapContent_ContrastTextThreshold, .65);--ui5-sapContent_ContrastTextColor: var(--sapContent_ContrastTextColor, #fff);--ui5-sapContent_ForegroundColor: var(--sapContent_ForegroundColor, #efefef);--ui5-sapContent_ForegroundBorderColor: var(--sapContent_ForegroundBorderColor, #89919a);--ui5-sapContent_ForegroundTextColor: var(--sapContent_ForegroundTextColor, #232629);--ui5-sapContent_BadgeBackground: var(--sapContent_BadgeBackground, #d04343);--ui5-sapContent_BadgeTextColor: var(--sapContent_BadgeTextColor, #fff);--ui5-sapContent_BadgeBorderColor: var(--sapContent_BadgeBorderColor, #fff);--ui5-sapContent_DragAndDropActiveColor: var(--sapContent_DragAndDropActiveColor, #0854a0);--ui5-sapContent_Selected_TextColor: var(--sapContent_Selected_TextColor, #fff);--ui5-sapContent_Selected_Background: var(--sapContent_Selected_Background, #0854a0);--ui5-sapContent_Selected_Hover_Background: var(--sapContent_Selected_Hover_Background, #095caf);--ui5-sapContent_Selected_ForegroundColor: var(--sapContent_Selected_ForegroundColor, #0854a0);--ui5-sapContent_ForcedColorAdjust: var(--sapContent_ForcedColorAdjust, none);--ui5-sapContent_Lite_Shadow: var(--sapContent_Lite_Shadow, None);--ui5-sapContent_Illustrative_Color1: var(--sapContent_Illustrative_Color1, #9b015d);--ui5-sapContent_Illustrative_Color2: var(--sapContent_Illustrative_Color2, #56bdff);--ui5-sapContent_Illustrative_Color3: var(--sapContent_Illustrative_Color3, #ff7f4c);--ui5-sapContent_Illustrative_Color4: var(--sapContent_Illustrative_Color4, #4a5055);--ui5-sapContent_Illustrative_Color5: var(--sapContent_Illustrative_Color5, #9da4aa);--ui5-sapContent_Illustrative_Color6: var(--sapContent_Illustrative_Color6, #c6cace);--ui5-sapContent_Illustrative_Color7: var(--sapContent_Illustrative_Color7, #dbf1ff);--ui5-sapContent_Illustrative_Color8: var(--sapContent_Illustrative_Color8, #fff);--ui5-sapContent_Illustrative_Color9: var(--sapContent_Illustrative_Color9, #0899a7);--ui5-sapContent_Illustrative_Color10: var(--sapContent_Illustrative_Color10, #dbf1ff);--ui5-sapContent_Illustrative_Color11: var(--sapContent_Illustrative_Color11, #df1278);--ui5-sapContent_Illustrative_Color12: var(--sapContent_Illustrative_Color12, #00a800);--ui5-sapContent_Illustrative_Color13: var(--sapContent_Illustrative_Color13, #0070f2);--ui5-sapContent_Illustrative_Color14: var(--sapContent_Illustrative_Color14, #0040b0);--ui5-sapContent_Illustrative_Color15: var(--sapContent_Illustrative_Color15, #c35500);--ui5-sapContent_Illustrative_Color16: var(--sapContent_Illustrative_Color16, #8d2a00);--ui5-sapContent_Illustrative_Color17: var(--sapContent_Illustrative_Color17, #046c7c);--ui5-sapContent_Illustrative_Color18: var(--sapContent_Illustrative_Color18, #bce5ff);--ui5-sapContent_Illustrative_Color19: var(--sapContent_Illustrative_Color19, #a3dbff);--ui5-sapContent_Illustrative_Color20: var(--sapContent_Illustrative_Color20, #89d1ff);--ui5-sapContent_Illustrative_Color21: var(--sapContent_Illustrative_Color21, #1b90ff);--ui5-sapContent_Illustrative_Color22: var(--sapContent_Illustrative_Color22, #00144a);--ui5-sapContent_Illustrative_Color23: var(--sapContent_Illustrative_Color23, #d20a0a);--ui5-sapContent_Illustrative_Color24: var(--sapContent_Illustrative_Color24, #ffb2d2);--ui5-sapContent_Illustrative_Color25: var(--sapContent_Illustrative_Color25, #ffeaf4);--ui5-sapContent_Illustrative_Color26: var(--sapContent_Illustrative_Color26, #ffdf72);--ui5-sapContent_Illustrative_Color27: var(--sapContent_Illustrative_Color27, #fff8d6);--ui5-sapContent_Illustrative_Color28: var(--sapContent_Illustrative_Color28, #a93e00);--ui5-sapContent_Illustrative_Color29: var(--sapContent_Illustrative_Color29, #450b00);--ui5-sapContent_Illustrative_Color30: var(--sapContent_Illustrative_Color30, #340800);--ui5-sapContent_Illustrative_Color31: var(--sapContent_Illustrative_Color31, #ffab92);--ui5-sapContent_Space_S: var(--sapContent_Space_S, 1rem);--ui5-sapContent_Space_M: var(--sapContent_Space_M, 2rem);--ui5-sapContent_Space_L: var(--sapContent_Space_L, 2rem);--ui5-sapContent_Space_XL: var(--sapContent_Space_XL, 3rem);--ui5-sapContent_Space_Tiny: var(--sapContent_Space_Tiny, .5rem);--ui5-sapContent_Space_Small: var(--sapContent_Space_Small, 1rem);--ui5-sapContent_Space_Medium: var(--sapContent_Space_Medium, 2rem);--ui5-sapContent_Space_Large: var(--sapContent_Space_Large, 3rem);--ui5-sapContent_Margin_Tiny: var(--sapContent_Margin_Tiny, 0 0 1rem);--ui5-sapContent_Margin_Small: var(--sapContent_Margin_Small, 1rem);--ui5-sapContent_Margin_Medium: var(--sapContent_Margin_Medium, 1rem 2rem);--ui5-sapContent_Margin_Large: var(--sapContent_Margin_Large, 1rem 3rem);--ui5-sapContent_Padding_S: var(--sapContent_Padding_S, 0rem);--ui5-sapContent_Padding_M: var(--sapContent_Padding_M, 2rem);--ui5-sapContent_Padding_L: var(--sapContent_Padding_L, 2rem);--ui5-sapContent_Padding_XL: var(--sapContent_Padding_XL, 3rem);--ui5-sapContent_Gap: var(--sapContent_Gap, 1rem);--ui5-sapContent_Success_HeaderShadow: var(--sapContent_Success_HeaderShadow, 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #107e3e);--ui5-sapContent_Warning_HeaderShadow: var(--sapContent_Warning_HeaderShadow, 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #df6e0c);--ui5-sapContent_Error_HeaderShadow: var(--sapContent_Error_HeaderShadow, 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #bb0000);--ui5-sapContent_Information_HeaderShadow: var(--sapContent_Information_HeaderShadow, 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #0a6ed1);--ui5-sapFontLightFamily: var(--sapFontLightFamily, "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontBoldFamily: var(--sapFontBoldFamily, "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontSemiboldFamily: var(--sapFontSemiboldFamily, "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontSemiboldDuplexFamily: var(--sapFontSemiboldDuplexFamily, "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontBlackFamily: var(--sapFontBlackFamily, "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontHeaderFamily: var(--sapFontHeaderFamily, "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapFontSmallSize: var(--sapFontSmallSize, .75rem);--ui5-sapFontLargeSize: var(--sapFontLargeSize, 1rem);--ui5-sapFontHeader1Size: var(--sapFontHeader1Size, 2.25rem);--ui5-sapFontHeader2Size: var(--sapFontHeader2Size, 1.5rem);--ui5-sapFontHeader3Size: var(--sapFontHeader3Size, 1.25rem);--ui5-sapFontHeader4Size: var(--sapFontHeader4Size, 1.125rem);--ui5-sapFontHeader5Size: var(--sapFontHeader5Size, 1rem);--ui5-sapFontHeader6Size: var(--sapFontHeader6Size, .875rem);--ui5-sapLink_TextDecoration: var(--sapLink_TextDecoration, none);--ui5-sapLink_Hover_Color: var(--sapLink_Hover_Color, #0854a0);--ui5-sapLink_Hover_TextDecoration: var(--sapLink_Hover_TextDecoration, underline);--ui5-sapLink_Active_Color: var(--sapLink_Active_Color, #0a6ed1);--ui5-sapLink_Active_TextDecoration: var(--sapLink_Active_TextDecoration, underline);--ui5-sapLink_Visited_Color: var(--sapLink_Visited_Color, #0a6ed1);--ui5-sapLink_InvertedColor: var(--sapLink_InvertedColor, #d3e8fd);--ui5-sapLink_SubtleColor: var(--sapLink_SubtleColor, #074888);--ui5-sapShell_Background: var(--sapShell_Background, #edeff0);--ui5-sapShell_BackgroundImage: var(--sapShell_BackgroundImage, linear-gradient(to bottom, #dfe3e4, #f3f4f5));--ui5-sapShell_BackgroundImageOpacity: var(--sapShell_BackgroundImageOpacity, 1);--ui5-sapShell_BackgroundImageRepeat: var(--sapShell_BackgroundImageRepeat, false);--ui5-sapShell_BorderColor: var(--sapShell_BorderColor, #354a5f);--ui5-sapShell_TextColor: var(--sapShell_TextColor, #fff);--ui5-sapShell_InteractiveBackground: var(--sapShell_InteractiveBackground, #354a5f);--ui5-sapShell_InteractiveTextColor: var(--sapShell_InteractiveTextColor, #d1e8ff);--ui5-sapShell_InteractiveBorderColor: var(--sapShell_InteractiveBorderColor, #7996b4);--ui5-sapShell_GroupTitleTextColor: var(--sapShell_GroupTitleTextColor, #232629);--ui5-sapShell_GroupTitleTextShadow: var(--sapShell_GroupTitleTextShadow, 0 0 .125rem #fff);--ui5-sapShell_Hover_Background: var(--sapShell_Hover_Background, #283848);--ui5-sapShell_Active_Background: var(--sapShell_Active_Background, #23303e);--ui5-sapShell_Active_TextColor: var(--sapShell_Active_TextColor, #fff);--ui5-sapShell_Selected_Background: var(--sapShell_Selected_Background, #23303e);--ui5-sapShell_Selected_TextColor: var(--sapShell_Selected_TextColor, #fff);--ui5-sapShell_Selected_Hover_Background: var(--sapShell_Selected_Hover_Background, #23303e);--ui5-sapShell_Favicon: var(--sapShell_Favicon, none);--ui5-sapShell_Navigation_Background: var(--sapShell_Navigation_Background, #354a5f);--ui5-sapShell_Navigation_Hover_Background: var(--sapShell_Navigation_Hover_Background, #283848);--ui5-sapShell_Navigation_SelectedColor: var(--sapShell_Navigation_SelectedColor, #d1e8ff);--ui5-sapShell_Navigation_Selected_TextColor: var(--sapShell_Navigation_Selected_TextColor, #d1e8ff);--ui5-sapShell_Navigation_TextColor: var(--sapShell_Navigation_TextColor, #fff);--ui5-sapShell_Navigation_Active_TextColor: var(--sapShell_Navigation_Active_TextColor, #fff);--ui5-sapShell_Navigation_Active_Background: var(--sapShell_Navigation_Active_Background, #23303e);--ui5-sapShell_Shadow: var(--sapShell_Shadow, 0 .125rem .125rem 0 rgba(0,0,0,.08), inset 0 -.0625rem 0 0 rgba(0,0,0,.18));--ui5-sapShell_NegativeColor: var(--sapShell_NegativeColor, #f88);--ui5-sapShell_CriticalColor: var(--sapShell_CriticalColor, #f8b67d);--ui5-sapShell_PositiveColor: var(--sapShell_PositiveColor, #abe2c2);--ui5-sapShell_InformativeColor: var(--sapShell_InformativeColor, #b1d6fb);--ui5-sapShell_NeutralColor: var(--sapShell_NeutralColor, #d4d6d7);--ui5-sapShell_Assistant_ForegroundColor: var(--sapShell_Assistant_ForegroundColor, #9f88ff);--ui5-sapShell_SubBrand_TextColor: var(--sapShell_SubBrand_TextColor, #fff);--ui5-sapShell_Category_1_Background: var(--sapShell_Category_1_Background, #286eb4);--ui5-sapShell_Category_1_BorderColor: var(--sapShell_Category_1_BorderColor, #286eb4);--ui5-sapShell_Category_1_TextColor: var(--sapShell_Category_1_TextColor, #fff);--ui5-sapShell_Category_1_TextShadow: var(--sapShell_Category_1_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_2_Background: var(--sapShell_Category_2_Background, #db1f77);--ui5-sapShell_Category_2_BorderColor: var(--sapShell_Category_2_BorderColor, #db1f77);--ui5-sapShell_Category_2_TextColor: var(--sapShell_Category_2_TextColor, #fff);--ui5-sapShell_Category_2_TextShadow: var(--sapShell_Category_2_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_3_Background: var(--sapShell_Category_3_Background, #d58215);--ui5-sapShell_Category_3_BorderColor: var(--sapShell_Category_3_BorderColor, #d58215);--ui5-sapShell_Category_3_TextColor: var(--sapShell_Category_3_TextColor, #fff);--ui5-sapShell_Category_3_TextShadow: var(--sapShell_Category_3_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_4_Background: var(--sapShell_Category_4_Background, #892971);--ui5-sapShell_Category_4_BorderColor: var(--sapShell_Category_4_BorderColor, #892971);--ui5-sapShell_Category_4_TextColor: var(--sapShell_Category_4_TextColor, #fff);--ui5-sapShell_Category_4_TextShadow: var(--sapShell_Category_4_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_5_Background: var(--sapShell_Category_5_Background, #bb2f2f);--ui5-sapShell_Category_5_BorderColor: var(--sapShell_Category_5_BorderColor, #bb2f2f);--ui5-sapShell_Category_5_TextColor: var(--sapShell_Category_5_TextColor, #fff);--ui5-sapShell_Category_5_TextShadow: var(--sapShell_Category_5_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_6_Background: var(--sapShell_Category_6_Background, #1193a2);--ui5-sapShell_Category_6_BorderColor: var(--sapShell_Category_6_BorderColor, #1193a2);--ui5-sapShell_Category_6_TextColor: var(--sapShell_Category_6_TextColor, #fff);--ui5-sapShell_Category_6_TextShadow: var(--sapShell_Category_6_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_7_Background: var(--sapShell_Category_7_Background, #cf5db3);--ui5-sapShell_Category_7_BorderColor: var(--sapShell_Category_7_BorderColor, #cf5db3);--ui5-sapShell_Category_7_TextColor: var(--sapShell_Category_7_TextColor, #fff);--ui5-sapShell_Category_7_TextShadow: var(--sapShell_Category_7_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_8_Background: var(--sapShell_Category_8_Background, #8b9668);--ui5-sapShell_Category_8_BorderColor: var(--sapShell_Category_8_BorderColor, #8b9668);--ui5-sapShell_Category_8_TextColor: var(--sapShell_Category_8_TextColor, #fff);--ui5-sapShell_Category_8_TextShadow: var(--sapShell_Category_8_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_9_Background: var(--sapShell_Category_9_Background, #597da1);--ui5-sapShell_Category_9_BorderColor: var(--sapShell_Category_9_BorderColor, #597da1);--ui5-sapShell_Category_9_TextColor: var(--sapShell_Category_9_TextColor, #fff);--ui5-sapShell_Category_9_TextShadow: var(--sapShell_Category_9_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_10_Background: var(--sapShell_Category_10_Background, #647987);--ui5-sapShell_Category_10_BorderColor: var(--sapShell_Category_10_BorderColor, #647987);--ui5-sapShell_Category_10_TextColor: var(--sapShell_Category_10_TextColor, #fff);--ui5-sapShell_Category_10_TextShadow: var(--sapShell_Category_10_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_11_Background: var(--sapShell_Category_11_Background, #dc5b5b);--ui5-sapShell_Category_11_BorderColor: var(--sapShell_Category_11_BorderColor, #dc5b5b);--ui5-sapShell_Category_11_TextColor: var(--sapShell_Category_11_TextColor, #fff);--ui5-sapShell_Category_11_TextShadow: var(--sapShell_Category_11_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_12_Background: var(--sapShell_Category_12_Background, #5154bd);--ui5-sapShell_Category_12_BorderColor: var(--sapShell_Category_12_BorderColor, #5154bd);--ui5-sapShell_Category_12_TextColor: var(--sapShell_Category_12_TextColor, #fff);--ui5-sapShell_Category_12_TextShadow: var(--sapShell_Category_12_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_13_Background: var(--sapShell_Category_13_Background, #bc1b66);--ui5-sapShell_Category_13_BorderColor: var(--sapShell_Category_13_BorderColor, #bc1b66);--ui5-sapShell_Category_13_TextColor: var(--sapShell_Category_13_TextColor, #fff);--ui5-sapShell_Category_13_TextShadow: var(--sapShell_Category_13_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_14_Background: var(--sapShell_Category_14_Background, #49797e);--ui5-sapShell_Category_14_BorderColor: var(--sapShell_Category_14_BorderColor, #49797e);--ui5-sapShell_Category_14_TextColor: var(--sapShell_Category_14_TextColor, #fff);--ui5-sapShell_Category_14_TextShadow: var(--sapShell_Category_14_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_15_Background: var(--sapShell_Category_15_Background, #476380);--ui5-sapShell_Category_15_BorderColor: var(--sapShell_Category_15_BorderColor, #476380);--ui5-sapShell_Category_15_TextColor: var(--sapShell_Category_15_TextColor, #fff);--ui5-sapShell_Category_15_TextShadow: var(--sapShell_Category_15_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Category_16_Background: var(--sapShell_Category_16_Background, #687a33);--ui5-sapShell_Category_16_BorderColor: var(--sapShell_Category_16_BorderColor, #687a33);--ui5-sapShell_Category_16_TextColor: var(--sapShell_Category_16_TextColor, #fff);--ui5-sapShell_Category_16_TextShadow: var(--sapShell_Category_16_TextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapShell_Space_S: var(--sapShell_Space_S, .5rem);--ui5-sapShell_Space_M: var(--sapShell_Space_M, 2rem);--ui5-sapShell_Space_L: var(--sapShell_Space_L, 2rem);--ui5-sapShell_Space_XL: var(--sapShell_Space_XL, 3rem);--ui5-sapShell_Gap_S: var(--sapShell_Gap_S, .5rem);--ui5-sapShell_Gap_M: var(--sapShell_Gap_M, 1rem);--ui5-sapShell_Gap_L: var(--sapShell_Gap_L, 1rem);--ui5-sapShell_Gap_XL: var(--sapShell_Gap_XL, 1rem);--ui5-sapShell_GroupGap_S: var(--sapShell_GroupGap_S, 2rem);--ui5-sapShell_GroupGap_M: var(--sapShell_GroupGap_M, 3rem);--ui5-sapShell_GroupGap_L: var(--sapShell_GroupGap_L, 3rem);--ui5-sapShell_GroupGap_XL: var(--sapShell_GroupGap_XL, 3rem);--ui5-sapAssistant_Color1: var(--sapAssistant_Color1, #5d36ff);--ui5-sapAssistant_Color2: var(--sapAssistant_Color2, #a100c2);--ui5-sapAssistant_BackgroundGradient: var(--sapAssistant_BackgroundGradient, linear-gradient(#5d36ff, #a100c2));--ui5-sapAssistant_Background: var(--sapAssistant_Background, #5d36ff);--ui5-sapAssistant_BorderColor: var(--sapAssistant_BorderColor, #5d36ff);--ui5-sapAssistant_TextColor: var(--sapAssistant_TextColor, #fff);--ui5-sapAssistant_Hover_Background: var(--sapAssistant_Hover_Background, #2800cf);--ui5-sapAssistant_Hover_BorderColor: var(--sapAssistant_Hover_BorderColor, #2800cf);--ui5-sapAssistant_Hover_TextColor: var(--sapAssistant_Hover_TextColor, #fff);--ui5-sapAssistant_Active_Background: var(--sapAssistant_Active_Background, #1e009c);--ui5-sapAssistant_Active_BorderColor: var(--sapAssistant_Active_BorderColor, #1e009c);--ui5-sapAssistant_Active_TextColor: var(--sapAssistant_Active_TextColor, #fff);--ui5-sapAssistant_Question_Background: var(--sapAssistant_Question_Background, #eae5ff);--ui5-sapAssistant_Question_BorderColor: var(--sapAssistant_Question_BorderColor, #eae5ff);--ui5-sapAssistant_Question_TextColor: var(--sapAssistant_Question_TextColor, #232629);--ui5-sapAssistant_Answer_Background: var(--sapAssistant_Answer_Background, #f4f4f4);--ui5-sapAssistant_Answer_BorderColor: var(--sapAssistant_Answer_BorderColor, #f4f4f4);--ui5-sapAssistant_Answer_TextColor: var(--sapAssistant_Answer_TextColor, #232629);--ui5-sapAvatar_1_Background: var(--sapAvatar_1_Background, #d08014);--ui5-sapAvatar_1_BorderColor: var(--sapAvatar_1_BorderColor, #d08014);--ui5-sapAvatar_1_TextColor: var(--sapAvatar_1_TextColor, #fff);--ui5-sapAvatar_1_Hover_Background: var(--sapAvatar_1_Hover_Background, #d08014);--ui5-sapAvatar_2_Background: var(--sapAvatar_2_Background, #d04343);--ui5-sapAvatar_2_BorderColor: var(--sapAvatar_2_BorderColor, #d04343);--ui5-sapAvatar_2_TextColor: var(--sapAvatar_2_TextColor, #fff);--ui5-sapAvatar_2_Hover_Background: var(--sapAvatar_2_Hover_Background, #d04343);--ui5-sapAvatar_3_Background: var(--sapAvatar_3_Background, #db1f77);--ui5-sapAvatar_3_BorderColor: var(--sapAvatar_3_BorderColor, #db1f77);--ui5-sapAvatar_3_TextColor: var(--sapAvatar_3_TextColor, #fff);--ui5-sapAvatar_3_Hover_Background: var(--sapAvatar_3_Hover_Background, #db1f77);--ui5-sapAvatar_4_Background: var(--sapAvatar_4_Background, #c0399f);--ui5-sapAvatar_4_BorderColor: var(--sapAvatar_4_BorderColor, #c0399f);--ui5-sapAvatar_4_TextColor: var(--sapAvatar_4_TextColor, #fff);--ui5-sapAvatar_4_Hover_Background: var(--sapAvatar_4_Hover_Background, #c0399f);--ui5-sapAvatar_5_Background: var(--sapAvatar_5_Background, #6367de);--ui5-sapAvatar_5_BorderColor: var(--sapAvatar_5_BorderColor, #6367de);--ui5-sapAvatar_5_TextColor: var(--sapAvatar_5_TextColor, #fff);--ui5-sapAvatar_5_Hover_Background: var(--sapAvatar_5_Hover_Background, #6367de);--ui5-sapAvatar_6_Background: var(--sapAvatar_6_Background, #286eb4);--ui5-sapAvatar_6_BorderColor: var(--sapAvatar_6_BorderColor, #286eb4);--ui5-sapAvatar_6_TextColor: var(--sapAvatar_6_TextColor, #fff);--ui5-sapAvatar_6_Hover_Background: var(--sapAvatar_6_Hover_Background, #286eb4);--ui5-sapAvatar_7_Background: var(--sapAvatar_7_Background, #0f828f);--ui5-sapAvatar_7_BorderColor: var(--sapAvatar_7_BorderColor, #0f828f);--ui5-sapAvatar_7_TextColor: var(--sapAvatar_7_TextColor, #fff);--ui5-sapAvatar_7_Hover_Background: var(--sapAvatar_7_Hover_Background, #0f828f);--ui5-sapAvatar_8_Background: var(--sapAvatar_8_Background, #7ca10c);--ui5-sapAvatar_8_BorderColor: var(--sapAvatar_8_BorderColor, #7ca10c);--ui5-sapAvatar_8_TextColor: var(--sapAvatar_8_TextColor, #fff);--ui5-sapAvatar_8_Hover_Background: var(--sapAvatar_8_Hover_Background, #7ca10c);--ui5-sapAvatar_9_Background: var(--sapAvatar_9_Background, #925ace);--ui5-sapAvatar_9_BorderColor: var(--sapAvatar_9_BorderColor, #925ace);--ui5-sapAvatar_9_TextColor: var(--sapAvatar_9_TextColor, #fff);--ui5-sapAvatar_9_Hover_Background: var(--sapAvatar_9_Hover_Background, #925ace);--ui5-sapAvatar_10_Background: var(--sapAvatar_10_Background, #647987);--ui5-sapAvatar_10_BorderColor: var(--sapAvatar_10_BorderColor, #647987);--ui5-sapAvatar_10_TextColor: var(--sapAvatar_10_TextColor, #fff);--ui5-sapAvatar_10_Hover_Background: var(--sapAvatar_10_Hover_Background, #647987);--ui5-sapAvatar_Lite_BorderColor: var(--sapAvatar_Lite_BorderColor, transparent);--ui5-sapAvatar_Lite_Background: var(--sapAvatar_Lite_Background, transparent);--ui5-sapAvatar_Hover_BorderColor: var(--sapAvatar_Hover_BorderColor, rgba(137,145,154,.25));--ui5-sapButton_Background: var(--sapButton_Background, #fff);--ui5-sapButton_BorderColor: var(--sapButton_BorderColor, #0854a0);--ui5-sapButton_BorderWidth: var(--sapButton_BorderWidth, .0625rem);--ui5-sapButton_BorderCornerRadius: var(--sapButton_BorderCornerRadius, .25rem);--ui5-sapButton_TextColor: var(--sapButton_TextColor, #0854a0);--ui5-sapButton_FontFamily: var(--sapButton_FontFamily, "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapButton_Hover_Background: var(--sapButton_Hover_Background, #ebf5fe);--ui5-sapButton_Hover_BorderColor: var(--sapButton_Hover_BorderColor, #0854a0);--ui5-sapButton_Hover_TextColor: var(--sapButton_Hover_TextColor, #0854a0);--ui5-sapButton_IconColor: var(--sapButton_IconColor, #0854a0);--ui5-sapButton_Active_Background: var(--sapButton_Active_Background, #0854a0);--ui5-sapButton_Active_BorderColor: var(--sapButton_Active_BorderColor, #0854a0);--ui5-sapButton_Active_TextColor: var(--sapButton_Active_TextColor, #fff);--ui5-sapButton_Emphasized_Background: var(--sapButton_Emphasized_Background, #0a6ed1);--ui5-sapButton_Emphasized_BorderColor: var(--sapButton_Emphasized_BorderColor, #0a6ed1);--ui5-sapButton_Emphasized_BorderWidth: var(--sapButton_Emphasized_BorderWidth, .0625rem);--ui5-sapButton_Emphasized_TextColor: var(--sapButton_Emphasized_TextColor, #fff);--ui5-sapButton_Emphasized_FontFamily: var(--sapButton_Emphasized_FontFamily, "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapButton_Emphasized_Hover_Background: var(--sapButton_Emphasized_Hover_Background, #085caf);--ui5-sapButton_Emphasized_Hover_BorderColor: var(--sapButton_Emphasized_Hover_BorderColor, #085caf);--ui5-sapButton_Emphasized_Hover_TextColor: var(--sapButton_Emphasized_Hover_TextColor, #fff);--ui5-sapButton_Emphasized_Active_Background: var(--sapButton_Emphasized_Active_Background, #0854a0);--ui5-sapButton_Emphasized_Active_BorderColor: var(--sapButton_Emphasized_Active_BorderColor, #0854a0);--ui5-sapButton_Emphasized_Active_TextColor: var(--sapButton_Emphasized_Active_TextColor, #fff);--ui5-sapButton_Emphasized_TextShadow: var(--sapButton_Emphasized_TextShadow, transparent);--ui5-sapButton_Emphasized_FontWeight: var(--sapButton_Emphasized_FontWeight, bold);--ui5-sapButton_Reject_Background: var(--sapButton_Reject_Background, #fff);--ui5-sapButton_Reject_BorderColor: var(--sapButton_Reject_BorderColor, #bb0000);--ui5-sapButton_Reject_TextColor: var(--sapButton_Reject_TextColor, #b00);--ui5-sapButton_Reject_Hover_Background: var(--sapButton_Reject_Hover_Background, #ffebeb);--ui5-sapButton_Reject_Hover_BorderColor: var(--sapButton_Reject_Hover_BorderColor, #bb0000);--ui5-sapButton_Reject_Hover_TextColor: var(--sapButton_Reject_Hover_TextColor, #b00);--ui5-sapButton_Reject_Active_Background: var(--sapButton_Reject_Active_Background, #a20000);--ui5-sapButton_Reject_Active_BorderColor: var(--sapButton_Reject_Active_BorderColor, #a20000);--ui5-sapButton_Reject_Active_TextColor: var(--sapButton_Reject_Active_TextColor, #fff);--ui5-sapButton_Reject_Selected_Background: var(--sapButton_Reject_Selected_Background, #a20000);--ui5-sapButton_Reject_Selected_BorderColor: var(--sapButton_Reject_Selected_BorderColor, #a20000);--ui5-sapButton_Reject_Selected_TextColor: var(--sapButton_Reject_Selected_TextColor, #fff);--ui5-sapButton_Reject_Selected_Hover_Background: var(--sapButton_Reject_Selected_Hover_Background, #b00);--ui5-sapButton_Reject_Selected_Hover_BorderColor: var(--sapButton_Reject_Selected_Hover_BorderColor, #b00);--ui5-sapButton_Accept_Background: var(--sapButton_Accept_Background, #fff);--ui5-sapButton_Accept_BorderColor: var(--sapButton_Accept_BorderColor, #107e3e);--ui5-sapButton_Accept_TextColor: var(--sapButton_Accept_TextColor, #107e3e);--ui5-sapButton_Accept_Hover_Background: var(--sapButton_Accept_Hover_Background, #f1fdf6);--ui5-sapButton_Accept_Hover_BorderColor: var(--sapButton_Accept_Hover_BorderColor, #107e3e);--ui5-sapButton_Accept_Hover_TextColor: var(--sapButton_Accept_Hover_TextColor, #107e3e);--ui5-sapButton_Accept_Active_Background: var(--sapButton_Accept_Active_Background, #0d6733);--ui5-sapButton_Accept_Active_BorderColor: var(--sapButton_Accept_Active_BorderColor, #0d6733);--ui5-sapButton_Accept_Active_TextColor: var(--sapButton_Accept_Active_TextColor, #fff);--ui5-sapButton_Accept_Selected_Background: var(--sapButton_Accept_Selected_Background, #0d6733);--ui5-sapButton_Accept_Selected_BorderColor: var(--sapButton_Accept_Selected_BorderColor, #0d6733);--ui5-sapButton_Accept_Selected_TextColor: var(--sapButton_Accept_Selected_TextColor, #fff);--ui5-sapButton_Accept_Selected_Hover_Background: var(--sapButton_Accept_Selected_Hover_Background, #107e3e);--ui5-sapButton_Accept_Selected_Hover_BorderColor: var(--sapButton_Accept_Selected_Hover_BorderColor, #107e3e);--ui5-sapButton_Lite_Background: var(--sapButton_Lite_Background, transparent);--ui5-sapButton_Lite_BorderColor: var(--sapButton_Lite_BorderColor, transparent);--ui5-sapButton_Lite_TextColor: var(--sapButton_Lite_TextColor, #0854a0);--ui5-sapButton_Lite_Hover_Background: var(--sapButton_Lite_Hover_Background, #ebf5fe);--ui5-sapButton_Lite_Hover_BorderColor: var(--sapButton_Lite_Hover_BorderColor, #0854a0);--ui5-sapButton_Lite_Hover_TextColor: var(--sapButton_Lite_Hover_TextColor, #0854a0);--ui5-sapButton_Lite_Active_Background: var(--sapButton_Lite_Active_Background, #0854a0);--ui5-sapButton_Lite_Active_BorderColor: var(--sapButton_Lite_Active_BorderColor, #0854a0);--ui5-sapButton_Selected_Background: var(--sapButton_Selected_Background, #0854a0);--ui5-sapButton_Selected_BorderColor: var(--sapButton_Selected_BorderColor, #0854a0);--ui5-sapButton_Selected_TextColor: var(--sapButton_Selected_TextColor, #fff);--ui5-sapButton_Selected_Hover_Background: var(--sapButton_Selected_Hover_Background, #095caf);--ui5-sapButton_Selected_Hover_BorderColor: var(--sapButton_Selected_Hover_BorderColor, #095caf);--ui5-sapButton_Attention_Background: var(--sapButton_Attention_Background, #fff);--ui5-sapButton_Attention_BorderColor: var(--sapButton_Attention_BorderColor, #df6e0c);--ui5-sapButton_Attention_TextColor: var(--sapButton_Attention_TextColor, #232629);--ui5-sapButton_Attention_Hover_Background: var(--sapButton_Attention_Hover_Background, #fef7f1);--ui5-sapButton_Attention_Hover_BorderColor: var(--sapButton_Attention_Hover_BorderColor, #df6e0c);--ui5-sapButton_Attention_Hover_TextColor: var(--sapButton_Attention_Hover_TextColor, #232629);--ui5-sapButton_Attention_Active_Background: var(--sapButton_Attention_Active_Background, #f3801c);--ui5-sapButton_Attention_Active_BorderColor: var(--sapButton_Attention_Active_BorderColor, #f3801c);--ui5-sapButton_Attention_Active_TextColor: var(--sapButton_Attention_Active_TextColor, #fff);--ui5-sapButton_Attention_Selected_Background: var(--sapButton_Attention_Selected_Background, #f3801c);--ui5-sapButton_Attention_Selected_BorderColor: var(--sapButton_Attention_Selected_BorderColor, #f3801c);--ui5-sapButton_Attention_Selected_TextColor: var(--sapButton_Attention_Selected_TextColor, #fff);--ui5-sapButton_Attention_Selected_Hover_Background: var(--sapButton_Attention_Selected_Hover_Background, #f48e34);--ui5-sapButton_Attention_Selected_Hover_BorderColor: var(--sapButton_Attention_Selected_Hover_BorderColor, #f48e34);--ui5-sapButton_Negative_Background: var(--sapButton_Negative_Background, #bb0000);--ui5-sapButton_Negative_BorderColor: var(--sapButton_Negative_BorderColor, #bb0000);--ui5-sapButton_Negative_TextColor: var(--sapButton_Negative_TextColor, #fff);--ui5-sapButton_Negative_Hover_Background: var(--sapButton_Negative_Hover_Background, #970000);--ui5-sapButton_Negative_Hover_BorderColor: var(--sapButton_Negative_Hover_BorderColor, #970000);--ui5-sapButton_Negative_Hover_TextColor: var(--sapButton_Negative_Hover_TextColor, #fff);--ui5-sapButton_Negative_Active_Background: var(--sapButton_Negative_Active_Background, #800);--ui5-sapButton_Negative_Active_BorderColor: var(--sapButton_Negative_Active_BorderColor, #800);--ui5-sapButton_Negative_Active_TextColor: var(--sapButton_Negative_Active_TextColor, #fff);--ui5-sapButton_Critical_Background: var(--sapButton_Critical_Background, #df6e0c);--ui5-sapButton_Critical_BorderColor: var(--sapButton_Critical_BorderColor, #df6e0c);--ui5-sapButton_Critical_TextColor: var(--sapButton_Critical_TextColor, #fff);--ui5-sapButton_Critical_Hover_Background: var(--sapButton_Critical_Hover_Background, #f3801c);--ui5-sapButton_Critical_Hover_BorderColor: var(--sapButton_Critical_Hover_BorderColor, #f3801c);--ui5-sapButton_Critical_Hover_TextColor: var(--sapButton_Critical_Hover_TextColor, #fff);--ui5-sapButton_Critical_Active_Background: var(--sapButton_Critical_Active_Background, #f5933e);--ui5-sapButton_Critical_Active_BorderColor: var(--sapButton_Critical_Active_BorderColor, #f5933e);--ui5-sapButton_Critical_Active_TextColor: var(--sapButton_Critical_Active_TextColor, #fff);--ui5-sapButton_Success_Background: var(--sapButton_Success_Background, #107e3e);--ui5-sapButton_Success_BorderColor: var(--sapButton_Success_BorderColor, #107e3e);--ui5-sapButton_Success_TextColor: var(--sapButton_Success_TextColor, #fff);--ui5-sapButton_Success_Hover_Background: var(--sapButton_Success_Hover_Background, #0c5e2e);--ui5-sapButton_Success_Hover_BorderColor: var(--sapButton_Success_Hover_BorderColor, #0c5e2e);--ui5-sapButton_Success_Hover_TextColor: var(--sapButton_Success_Hover_TextColor, #fff);--ui5-sapButton_Success_Active_Background: var(--sapButton_Success_Active_Background, #0a5128);--ui5-sapButton_Success_Active_BorderColor: var(--sapButton_Success_Active_BorderColor, #0a5128);--ui5-sapButton_Success_Active_TextColor: var(--sapButton_Success_Active_TextColor, #fff);--ui5-sapButton_Information_Background: var(--sapButton_Information_Background, #0a6ed1);--ui5-sapButton_Information_BorderColor: var(--sapButton_Information_BorderColor, #0a6ed1);--ui5-sapButton_Information_TextColor: var(--sapButton_Information_TextColor, #fff);--ui5-sapButton_Information_Hover_Background: var(--sapButton_Information_Hover_Background, #0961b9);--ui5-sapButton_Information_Hover_BorderColor: var(--sapButton_Information_Hover_BorderColor, #0961b9);--ui5-sapButton_Information_Hover_TextColor: var(--sapButton_Information_Hover_TextColor, #fff);--ui5-sapButton_Information_Active_Background: var(--sapButton_Information_Active_Background, #0854a0);--ui5-sapButton_Information_Active_BorderColor: var(--sapButton_Information_Active_BorderColor, #0854a0);--ui5-sapButton_Information_Active_TextColor: var(--sapButton_Information_Active_TextColor, #fff);--ui5-sapButton_Neutral_Background: var(--sapButton_Neutral_Background, #6a6d70);--ui5-sapButton_Neutral_BorderColor: var(--sapButton_Neutral_BorderColor, #6a6d70);--ui5-sapButton_Neutral_TextColor: var(--sapButton_Neutral_TextColor, #fff);--ui5-sapButton_Neutral_Hover_Background: var(--sapButton_Neutral_Hover_Background, #595b5e);--ui5-sapButton_Neutral_Hover_BorderColor: var(--sapButton_Neutral_Hover_BorderColor, #595b5e);--ui5-sapButton_Neutral_Hover_TextColor: var(--sapButton_Neutral_Hover_TextColor, #fff);--ui5-sapButton_Neutral_Active_Background: var(--sapButton_Neutral_Active_Background, #515456);--ui5-sapButton_Neutral_Active_BorderColor: var(--sapButton_Neutral_Active_BorderColor, #515456);--ui5-sapButton_Neutral_Active_TextColor: var(--sapButton_Neutral_Active_TextColor, #fff);--ui5-sapButton_Track_Background: var(--sapButton_Track_Background, #ededed);--ui5-sapButton_Track_BorderColor: var(--sapButton_Track_BorderColor, #89919a);--ui5-sapButton_Track_TextColor: var(--sapButton_Track_TextColor, #232629);--ui5-sapButton_Track_Hover_Background: var(--sapButton_Track_Hover_Background, #ededed);--ui5-sapButton_Track_Hover_BorderColor: var(--sapButton_Track_Hover_BorderColor, #0854a0);--ui5-sapButton_Track_Selected_Background: var(--sapButton_Track_Selected_Background, #ebf5fe);--ui5-sapButton_Track_Selected_BorderColor: var(--sapButton_Track_Selected_BorderColor, #0854a0);--ui5-sapButton_Track_Selected_TextColor: var(--sapButton_Track_Selected_TextColor, #232629);--ui5-sapButton_Track_Selected_Hover_Background: var(--sapButton_Track_Selected_Hover_Background, #ebf5fe);--ui5-sapButton_Track_Selected_Hover_BorderColor: var(--sapButton_Track_Selected_Hover_BorderColor, #095caf);--ui5-sapButton_Handle_Background: var(--sapButton_Handle_Background, #fff);--ui5-sapButton_Handle_BorderColor: var(--sapButton_Handle_BorderColor, #89919a);--ui5-sapButton_Handle_TextColor: var(--sapButton_Handle_TextColor, #232629);--ui5-sapButton_Handle_Hover_Background: var(--sapButton_Handle_Hover_Background, #ebf5fe);--ui5-sapButton_Handle_Hover_BorderColor: var(--sapButton_Handle_Hover_BorderColor, #0854a0);--ui5-sapButton_Handle_Selected_Background: var(--sapButton_Handle_Selected_Background, #0854a0);--ui5-sapButton_Handle_Selected_BorderColor: var(--sapButton_Handle_Selected_BorderColor, #0854a0);--ui5-sapButton_Handle_Selected_TextColor: var(--sapButton_Handle_Selected_TextColor, #fff);--ui5-sapButton_Handle_Selected_Hover_Background: var(--sapButton_Handle_Selected_Hover_Background, #095caf);--ui5-sapButton_Handle_Selected_Hover_BorderColor: var(--sapButton_Handle_Selected_Hover_BorderColor, #095caf);--ui5-sapButton_Track_Negative_Background: var(--sapButton_Track_Negative_Background, #ffebeb);--ui5-sapButton_Track_Negative_BorderColor: var(--sapButton_Track_Negative_BorderColor, #bb0000);--ui5-sapButton_Track_Negative_TextColor: var(--sapButton_Track_Negative_TextColor, #b00);--ui5-sapButton_Track_Negative_Hover_Background: var(--sapButton_Track_Negative_Hover_Background, #ffebeb);--ui5-sapButton_Track_Negative_Hover_BorderColor: var(--sapButton_Track_Negative_Hover_BorderColor, #bb0000);--ui5-sapButton_Handle_Negative_Background: var(--sapButton_Handle_Negative_Background, #fff);--ui5-sapButton_Handle_Negative_BorderColor: var(--sapButton_Handle_Negative_BorderColor, #bb0000);--ui5-sapButton_Handle_Negative_TextColor: var(--sapButton_Handle_Negative_TextColor, #b00);--ui5-sapButton_Handle_Negative_Hover_Background: var(--sapButton_Handle_Negative_Hover_Background, #ffebeb);--ui5-sapButton_Handle_Negative_Hover_BorderColor: var(--sapButton_Handle_Negative_Hover_BorderColor, #bb0000);--ui5-sapButton_Track_Positive_Background: var(--sapButton_Track_Positive_Background, #f1fdf6);--ui5-sapButton_Track_Positive_BorderColor: var(--sapButton_Track_Positive_BorderColor, #107e3e);--ui5-sapButton_Track_Positive_TextColor: var(--sapButton_Track_Positive_TextColor, #107e3e);--ui5-sapButton_Track_Positive_Hover_Background: var(--sapButton_Track_Positive_Hover_Background, #f1fdf6);--ui5-sapButton_Track_Positive_Hover_BorderColor: var(--sapButton_Track_Positive_Hover_BorderColor, #107e3e);--ui5-sapButton_Handle_Positive_Background: var(--sapButton_Handle_Positive_Background, #fff);--ui5-sapButton_Handle_Positive_BorderColor: var(--sapButton_Handle_Positive_BorderColor, #107e3e);--ui5-sapButton_Handle_Positive_TextColor: var(--sapButton_Handle_Positive_TextColor, #107e3e);--ui5-sapButton_Handle_Positive_Hover_Background: var(--sapButton_Handle_Positive_Hover_Background, #f1fdf6);--ui5-sapButton_Handle_Positive_Hover_BorderColor: var(--sapButton_Handle_Positive_Hover_BorderColor, #107e3e);--ui5-sapButton_TokenBackground: var(--sapButton_TokenBackground, #fafafa);--ui5-sapButton_TokenBorderColor: var(--sapButton_TokenBorderColor, #c2c2c2);--ui5-sapButton_TokenBorderCornerRadius: var(--sapButton_TokenBorderCornerRadius, .25rem);--ui5-sapButton_Selected_TokenBorderWidth: var(--sapButton_Selected_TokenBorderWidth, 0);--ui5-sapButton_ReadOnly_TokenBackground: var(--sapButton_ReadOnly_TokenBackground, #fafafa);--ui5-sapButton_Segment_BorderCornerRadius: var(--sapButton_Segment_BorderCornerRadius, 0);--ui5-sapField_Background: var(--sapField_Background, #fff);--ui5-sapField_BackgroundStyle: var(--sapField_BackgroundStyle, none);--ui5-sapField_TextColor: var(--sapField_TextColor, #232629);--ui5-sapField_PlaceholderTextColor: var(--sapField_PlaceholderTextColor, #74777a);--ui5-sapField_BorderColor: var(--sapField_BorderColor, #89919a);--ui5-sapField_HelpBackground: var(--sapField_HelpBackground, #fff);--ui5-sapField_BorderWidth: var(--sapField_BorderWidth, .0625rem);--ui5-sapField_BorderStyle: var(--sapField_BorderStyle, solid);--ui5-sapField_BorderCornerRadius: var(--sapField_BorderCornerRadius, .125rem);--ui5-sapField_Shadow: var(--sapField_Shadow, none);--ui5-sapField_Hover_Background: var(--sapField_Hover_Background, #fff);--ui5-sapField_Hover_BackgroundStyle: var(--sapField_Hover_BackgroundStyle, none);--ui5-sapField_Hover_BorderColor: var(--sapField_Hover_BorderColor, #0854a0);--ui5-sapField_Hover_HelpBackground: var(--sapField_Hover_HelpBackground, #ebf5fe);--ui5-sapField_Hover_Shadow: var(--sapField_Hover_Shadow, none);--ui5-sapField_Hover_InvalidShadow: var(--sapField_Hover_InvalidShadow, none);--ui5-sapField_Hover_WarningShadow: var(--sapField_Hover_WarningShadow, none);--ui5-sapField_Hover_SuccessShadow: var(--sapField_Hover_SuccessShadow, none);--ui5-sapField_Hover_InformationShadow: var(--sapField_Hover_InformationShadow, none);--ui5-sapField_Active_BorderColor: var(--sapField_Active_BorderColor, #0854a0);--ui5-sapField_Focus_Background: var(--sapField_Focus_Background, #fff);--ui5-sapField_Focus_BorderColor: var(--sapField_Focus_BorderColor, #000);--ui5-sapField_Focus_HelpBackground: var(--sapField_Focus_HelpBackground, #fff);--ui5-sapField_ReadOnly_Background: var(--sapField_ReadOnly_Background, #f8f8f8);--ui5-sapField_ReadOnly_BackgroundStyle: var(--sapField_ReadOnly_BackgroundStyle, none);--ui5-sapField_ReadOnly_BorderColor: var(--sapField_ReadOnly_BorderColor, #89919a);--ui5-sapField_ReadOnly_BorderStyle: var(--sapField_ReadOnly_BorderStyle, solid);--ui5-sapField_ReadOnly_HelpBackground: var(--sapField_ReadOnly_HelpBackground, #f8f8f8);--ui5-sapField_RequiredColor: var(--sapField_RequiredColor, #ce3b3b);--ui5-sapField_InvalidColor: var(--sapField_InvalidColor, #bb0000);--ui5-sapField_InvalidBackground: var(--sapField_InvalidBackground, #fff);--ui5-sapField_InvalidBackgroundStyle: var(--sapField_InvalidBackgroundStyle, none);--ui5-sapField_InvalidBorderWidth: var(--sapField_InvalidBorderWidth, .125rem);--ui5-sapField_InvalidBorderStyle: var(--sapField_InvalidBorderStyle, solid);--ui5-sapField_InvalidShadow: var(--sapField_InvalidShadow, none);--ui5-sapField_WarningColor: var(--sapField_WarningColor, #df6e0c);--ui5-sapField_WarningBackground: var(--sapField_WarningBackground, #fff);--ui5-sapField_WarningBackgroundStyle: var(--sapField_WarningBackgroundStyle, none);--ui5-sapField_WarningBorderWidth: var(--sapField_WarningBorderWidth, .125rem);--ui5-sapField_WarningBorderStyle: var(--sapField_WarningBorderStyle, solid);--ui5-sapField_WarningShadow: var(--sapField_WarningShadow, none);--ui5-sapField_SuccessColor: var(--sapField_SuccessColor, #107e3e);--ui5-sapField_SuccessBackground: var(--sapField_SuccessBackground, #fff);--ui5-sapField_SuccessBackgroundStyle: var(--sapField_SuccessBackgroundStyle, none);--ui5-sapField_SuccessBorderWidth: var(--sapField_SuccessBorderWidth, .0625rem);--ui5-sapField_SuccessBorderStyle: var(--sapField_SuccessBorderStyle, solid);--ui5-sapField_SuccessShadow: var(--sapField_SuccessShadow, none);--ui5-sapField_InformationColor: var(--sapField_InformationColor, #0a6ed1);--ui5-sapField_InformationBackground: var(--sapField_InformationBackground, #fff);--ui5-sapField_InformationBackgroundStyle: var(--sapField_InformationBackgroundStyle, none);--ui5-sapField_InformationBorderWidth: var(--sapField_InformationBorderWidth, .125rem);--ui5-sapField_InformationBorderStyle: var(--sapField_InformationBorderStyle, solid);--ui5-sapField_InformationShadow: var(--sapField_InformationShadow, none);--ui5-sapField_Selector_Hover_Background: var(--sapField_Selector_Hover_Background, #fff);--ui5-sapField_Selector_Hover_InvalidBackground: var(--sapField_Selector_Hover_InvalidBackground, #fff);--ui5-sapField_Selector_Hover_WarningBackground: var(--sapField_Selector_Hover_WarningBackground, #fff);--ui5-sapField_Selector_Hover_SuccessBackground: var(--sapField_Selector_Hover_SuccessBackground, #fff);--ui5-sapField_Selector_Hover_InformationBackground: var(--sapField_Selector_Hover_InformationBackground, #fff);--ui5-sapField_Picker_BorderColor: var(--sapField_Picker_BorderColor, #89919a);--ui5-sapField_Picker_BorderWidth: var(--sapField_Picker_BorderWidth, .0625rem);--ui5-sapField_Selector_BorderStyle: var(--sapField_Selector_BorderStyle, solid);--ui5-sapField_Selector_ReadOnly_BorderStyle: var(--sapField_Selector_ReadOnly_BorderStyle, solid);--ui5-sapField_Selector_InvalidBorderStyle: var(--sapField_Selector_InvalidBorderStyle, solid);--ui5-sapField_Selector_WarningBorderStyle: var(--sapField_Selector_WarningBorderStyle, solid);--ui5-sapField_Selector_SuccessBorderStyle: var(--sapField_Selector_SuccessBorderStyle, solid);--ui5-sapField_Selector_InformationBorderStyle: var(--sapField_Selector_InformationBorderStyle, solid);--ui5-sapGroup_TitleBorderWidth: var(--sapGroup_TitleBorderWidth, .0625rem);--ui5-sapGroup_TitleBackground: var(--sapGroup_TitleBackground, transparent);--ui5-sapGroup_TitleBorderColor: var(--sapGroup_TitleBorderColor, #d9d9d9);--ui5-sapGroup_TitleTextColor: var(--sapGroup_TitleTextColor, #232629);--ui5-sapGroup_Title_FontSize: var(--sapGroup_Title_FontSize, 1.125rem);--ui5-sapGroup_ContentBackground: var(--sapGroup_ContentBackground, #fff);--ui5-sapGroup_ContentBorderColor: var(--sapGroup_ContentBorderColor, #d9d9d9);--ui5-sapGroup_BorderWidth: var(--sapGroup_BorderWidth, .0625rem);--ui5-sapGroup_BorderCornerRadius: var(--sapGroup_BorderCornerRadius, 0);--ui5-sapGroup_FooterBackground: var(--sapGroup_FooterBackground, transparent);--ui5-sapToolbar_Background: var(--sapToolbar_Background, transparent);--ui5-sapToolbar_SeparatorColor: var(--sapToolbar_SeparatorColor, #d9d9d9);--ui5-sapList_HeaderBackground: var(--sapList_HeaderBackground, #f2f2f2);--ui5-sapList_HeaderBorderColor: var(--sapList_HeaderBorderColor, #e5e5e5);--ui5-sapList_HeaderTextColor: var(--sapList_HeaderTextColor, #232629);--ui5-sapList_BorderColor: var(--sapList_BorderColor, #e5e5e5);--ui5-sapList_BorderWidth: var(--sapList_BorderWidth, .0625rem);--ui5-sapList_TextColor: var(--sapList_TextColor, #232629);--ui5-sapList_Active_TextColor: var(--sapList_Active_TextColor, #fff);--ui5-sapList_Active_Background: var(--sapList_Active_Background, #0854a0);--ui5-sapList_SelectionBackgroundColor: var(--sapList_SelectionBackgroundColor, #e5f0fa);--ui5-sapList_SelectionBorderColor: var(--sapList_SelectionBorderColor, #0854a0);--ui5-sapList_Hover_SelectionBackground: var(--sapList_Hover_SelectionBackground, #d8e9f8);--ui5-sapList_Background: var(--sapList_Background, #fff);--ui5-sapList_Hover_Background: var(--sapList_Hover_Background, #ededed);--ui5-sapList_AlternatingBackground: var(--sapList_AlternatingBackground, #f2f2f2);--ui5-sapList_GroupHeaderBackground: var(--sapList_GroupHeaderBackground, #fff);--ui5-sapList_GroupHeaderBorderColor: var(--sapList_GroupHeaderBorderColor, #d9d9d9);--ui5-sapList_GroupHeaderTextColor: var(--sapList_GroupHeaderTextColor, #232629);--ui5-sapList_TableGroupHeaderBackground: var(--sapList_TableGroupHeaderBackground, #efefef);--ui5-sapList_TableGroupHeaderBorderColor: var(--sapList_TableGroupHeaderBorderColor, #d9d9d9);--ui5-sapList_TableGroupHeaderTextColor: var(--sapList_TableGroupHeaderTextColor, #232629);--ui5-sapList_FooterBackground: var(--sapList_FooterBackground, #fafafa);--ui5-sapList_FooterTextColor: var(--sapList_FooterTextColor, #232629);--ui5-sapList_TableFooterBorder: var(--sapList_TableFooterBorder, #d9d9d9);--ui5-sapList_TableFixedBorderColor: var(--sapList_TableFixedBorderColor, #8c8c8c);--ui5-sapList_TableFixedColumnBorderWidth: var(--sapList_TableFixedColumnBorderWidth, .0625rem);--ui5-sapList_TableFixedRowBorderWidth: var(--sapList_TableFixedRowBorderWidth, .125rem);--ui5-sapMessage_BorderWidth: var(--sapMessage_BorderWidth, .0625rem);--ui5-sapMessage_ErrorBorderColor: var(--sapMessage_ErrorBorderColor, #bb0000);--ui5-sapMessage_WarningBorderColor: var(--sapMessage_WarningBorderColor, #df6e0c);--ui5-sapMessage_SuccessBorderColor: var(--sapMessage_SuccessBorderColor, #107e3e);--ui5-sapMessage_InformationBorderColor: var(--sapMessage_InformationBorderColor, #0a6ed1);--ui5-sapMessage_Button_Hover_Background: var(--sapMessage_Button_Hover_Background, rgba(235,245,254,.2));--ui5-sapPopover_BorderCornerRadius: var(--sapPopover_BorderCornerRadius, .25rem);--ui5-sapProgress_Background: var(--sapProgress_Background, #fff);--ui5-sapProgress_BorderColor: var(--sapProgress_BorderColor, #89919a);--ui5-sapProgress_TextColor: var(--sapProgress_TextColor, #232629);--ui5-sapProgress_FontSize: var(--sapProgress_FontSize, .75rem);--ui5-sapProgress_NegativeBackground: var(--sapProgress_NegativeBackground, #fff);--ui5-sapProgress_NegativeBorderColor: var(--sapProgress_NegativeBorderColor, #89919a);--ui5-sapProgress_NegativeTextColor: var(--sapProgress_NegativeTextColor, #232629);--ui5-sapProgress_CriticalBackground: var(--sapProgress_CriticalBackground, #fff);--ui5-sapProgress_CriticalBorderColor: var(--sapProgress_CriticalBorderColor, #89919a);--ui5-sapProgress_CriticalTextColor: var(--sapProgress_CriticalTextColor, #232629);--ui5-sapProgress_PositiveBackground: var(--sapProgress_PositiveBackground, #fff);--ui5-sapProgress_PositiveBorderColor: var(--sapProgress_PositiveBorderColor, #89919a);--ui5-sapProgress_PositiveTextColor: var(--sapProgress_PositiveTextColor, #232629);--ui5-sapProgress_InformationBackground: var(--sapProgress_InformationBackground, #fff);--ui5-sapProgress_InformationBorderColor: var(--sapProgress_InformationBorderColor, #89919a);--ui5-sapProgress_InformationTextColor: var(--sapProgress_InformationTextColor, #232629);--ui5-sapProgress_Value_Background: var(--sapProgress_Value_Background, #6a6d70);--ui5-sapProgress_Value_BorderColor: var(--sapProgress_Value_BorderColor, #89919a);--ui5-sapProgress_Value_TextColor: var(--sapProgress_Value_TextColor, #232629);--ui5-sapProgress_Value_NegativeBackground: var(--sapProgress_Value_NegativeBackground, #bb0000);--ui5-sapProgress_Value_NegativeBorderColor: var(--sapProgress_Value_NegativeBorderColor, #fff);--ui5-sapProgress_Value_NegativeTextColor: var(--sapProgress_Value_NegativeTextColor, #232629);--ui5-sapProgress_Value_CriticalBackground: var(--sapProgress_Value_CriticalBackground, #df6e0c);--ui5-sapProgress_Value_CriticalBorderColor: var(--sapProgress_Value_CriticalBorderColor, #fff);--ui5-sapProgress_Value_CriticalTextColor: var(--sapProgress_Value_CriticalTextColor, #232629);--ui5-sapProgress_Value_PositiveBackground: var(--sapProgress_Value_PositiveBackground, #107e3e);--ui5-sapProgress_Value_PositiveBorderColor: var(--sapProgress_Value_PositiveBorderColor, #fff);--ui5-sapProgress_Value_PositiveTextColor: var(--sapProgress_Value_PositiveTextColor, #232629);--ui5-sapProgress_Value_InformationBackground: var(--sapProgress_Value_InformationBackground, #0a6ed1);--ui5-sapProgress_Value_InformationBorderColor: var(--sapProgress_Value_InformationBorderColor, #fff);--ui5-sapProgress_Value_InformationTextColor: var(--sapProgress_Value_InformationTextColor, #232629);--ui5-sapScrollBar_FaceColor: var(--sapScrollBar_FaceColor, #949494);--ui5-sapScrollBar_TrackColor: var(--sapScrollBar_TrackColor, #fff);--ui5-sapScrollBar_BorderColor: var(--sapScrollBar_BorderColor, #949494);--ui5-sapScrollBar_SymbolColor: var(--sapScrollBar_SymbolColor, #0854a0);--ui5-sapScrollBar_Dimension: var(--sapScrollBar_Dimension, .75rem);--ui5-sapScrollBar_Hover_FaceColor: var(--sapScrollBar_Hover_FaceColor, #8c8c8c);--ui5-sapSlider_Background: var(--sapSlider_Background, #89919a);--ui5-sapSlider_BorderColor: var(--sapSlider_BorderColor, #89919a);--ui5-sapSlider_Selected_Background: var(--sapSlider_Selected_Background, #0854a0);--ui5-sapSlider_Selected_BorderColor: var(--sapSlider_Selected_BorderColor, #0854a0);--ui5-sapSlider_Selected_Dimension: var(--sapSlider_Selected_Dimension, 111px);--ui5-sapSlider_HandleBackground: var(--sapSlider_HandleBackground, #fff);--ui5-sapSlider_HandleBorderColor: var(--sapSlider_HandleBorderColor, #89919a);--ui5-sapSlider_RangeHandleBackground: var(--sapSlider_RangeHandleBackground, transparent);--ui5-sapSlider_Hover_HandleBackground: var(--sapSlider_Hover_HandleBackground, #ebf5fe);--ui5-sapSlider_Hover_HandleBorderColor: var(--sapSlider_Hover_HandleBorderColor, #0854a0);--ui5-sapSlider_Hover_RangeHandleBackground: var(--sapSlider_Hover_RangeHandleBackground, #ebf5fe);--ui5-sapSlider_Active_HandleBackground: var(--sapSlider_Active_HandleBackground, #0854a0);--ui5-sapSlider_Active_HandleBorderColor: var(--sapSlider_Active_HandleBorderColor, #0854a0);--ui5-sapSlider_Active_RangeHandleBackground: var(--sapSlider_Active_RangeHandleBackground, transparent);--ui5-sapPageHeader_Background: var(--sapPageHeader_Background, #fff);--ui5-sapPageHeader_BorderColor: var(--sapPageHeader_BorderColor, #d9d9d9);--ui5-sapPageHeader_TextColor: var(--sapPageHeader_TextColor, #232629);--ui5-sapPageFooter_Background: var(--sapPageFooter_Background, #fff);--ui5-sapPageFooter_BorderColor: var(--sapPageFooter_BorderColor, #d9d9d9);--ui5-sapPageFooter_TextColor: var(--sapPageFooter_TextColor, #232629);--ui5-sapInfobar_Background: var(--sapInfobar_Background, #0f828f);--ui5-sapInfobar_Hover_Background: var(--sapInfobar_Hover_Background, #0e7581);--ui5-sapInfobar_Active_Background: var(--sapInfobar_Active_Background, #0a545c);--ui5-sapInfobar_NonInteractive_Background: var(--sapInfobar_NonInteractive_Background, #e6e6e6);--ui5-sapInfobar_TextColor: var(--sapInfobar_TextColor, #fff);--ui5-sapObjectHeader_Background: var(--sapObjectHeader_Background, #fff);--ui5-sapObjectHeader_Hover_Background: var(--sapObjectHeader_Hover_Background, #ededed);--ui5-sapObjectHeader_BorderColor: var(--sapObjectHeader_BorderColor, #d9d9d9);--ui5-sapObjectHeader_Title_TextColor: var(--sapObjectHeader_Title_TextColor, #232629);--ui5-sapObjectHeader_Title_FontSize: var(--sapObjectHeader_Title_FontSize, 1.25rem);--ui5-sapObjectHeader_Title_SnappedFontSize: var(--sapObjectHeader_Title_SnappedFontSize, 1.25rem);--ui5-sapObjectHeader_Title_FontFamily: var(--sapObjectHeader_Title_FontFamily, "72", "72full", Arial, Helvetica, sans-serif);--ui5-sapObjectHeader_Subtitle_TextColor: var(--sapObjectHeader_Subtitle_TextColor, #6a6d70);--ui5-sapBlockLayer_Background: var(--sapBlockLayer_Background, #000);--ui5-sapBlockLayer_Opacity: var(--sapBlockLayer_Opacity, .2);--ui5-sapTab_TextColor: var(--sapTab_TextColor, #6a6d70);--ui5-sapTab_ForegroundColor: var(--sapTab_ForegroundColor, #0854a0);--ui5-sapTab_IconColor: var(--sapTab_IconColor, #0854a0);--ui5-sapTab_Background: var(--sapTab_Background, #fff);--ui5-sapTab_Selected_TextColor: var(--sapTab_Selected_TextColor, #0854a0);--ui5-sapTab_Selected_IconColor: var(--sapTab_Selected_IconColor, #fff);--ui5-sapTab_Selected_Background: var(--sapTab_Selected_Background, #0854a0);--ui5-sapTab_Selected_Indicator_Dimension: var(--sapTab_Selected_Indicator_Dimension, .1875rem);--ui5-sapTab_Positive_TextColor: var(--sapTab_Positive_TextColor, #107e3e);--ui5-sapTab_Positive_ForegroundColor: var(--sapTab_Positive_ForegroundColor, #107e3e);--ui5-sapTab_Positive_IconColor: var(--sapTab_Positive_IconColor, #107e3e);--ui5-sapTab_Positive_Selected_TextColor: var(--sapTab_Positive_Selected_TextColor, #107e3e);--ui5-sapTab_Positive_Selected_IconColor: var(--sapTab_Positive_Selected_IconColor, #fff);--ui5-sapTab_Positive_Selected_Background: var(--sapTab_Positive_Selected_Background, #107e3e);--ui5-sapTab_Negative_TextColor: var(--sapTab_Negative_TextColor, #bb0000);--ui5-sapTab_Negative_ForegroundColor: var(--sapTab_Negative_ForegroundColor, #bb0000);--ui5-sapTab_Negative_IconColor: var(--sapTab_Negative_IconColor, #b00);--ui5-sapTab_Negative_Selected_TextColor: var(--sapTab_Negative_Selected_TextColor, #bb0000);--ui5-sapTab_Negative_Selected_IconColor: var(--sapTab_Negative_Selected_IconColor, #fff);--ui5-sapTab_Negative_Selected_Background: var(--sapTab_Negative_Selected_Background, #bb0000);--ui5-sapTab_Critical_TextColor: var(--sapTab_Critical_TextColor, #b3590a);--ui5-sapTab_Critical_ForegroundColor: var(--sapTab_Critical_ForegroundColor, #df6e0c);--ui5-sapTab_Critical_IconColor: var(--sapTab_Critical_IconColor, #df6e0c);--ui5-sapTab_Critical_Selected_TextColor: var(--sapTab_Critical_Selected_TextColor, #b3590a);--ui5-sapTab_Critical_Selected_IconColor: var(--sapTab_Critical_Selected_IconColor, #fff);--ui5-sapTab_Critical_Selected_Background: var(--sapTab_Critical_Selected_Background, #df6e0c);--ui5-sapTab_Neutral_TextColor: var(--sapTab_Neutral_TextColor, #6a6d70);--ui5-sapTab_Neutral_ForegroundColor: var(--sapTab_Neutral_ForegroundColor, #6a6d70);--ui5-sapTab_Neutral_IconColor: var(--sapTab_Neutral_IconColor, #6a6d70);--ui5-sapTab_Neutral_Selected_TextColor: var(--sapTab_Neutral_Selected_TextColor, #6a6d70);--ui5-sapTab_Neutral_Selected_IconColor: var(--sapTab_Neutral_Selected_IconColor, #fff);--ui5-sapTab_Neutral_Selected_Background: var(--sapTab_Neutral_Selected_Background, #6a6d70);--ui5-sapTile_Background: var(--sapTile_Background, #fff);--ui5-sapTile_Hover_Background: var(--sapTile_Hover_Background, #f5f5f5);--ui5-sapTile_Active_Background: var(--sapTile_Active_Background, #f5f5f5);--ui5-sapTile_BorderColor: var(--sapTile_BorderColor, transparent);--ui5-sapTile_BorderCornerRadius: var(--sapTile_BorderCornerRadius, .25rem);--ui5-sapTile_TitleTextColor: var(--sapTile_TitleTextColor, #232629);--ui5-sapTile_TextColor: var(--sapTile_TextColor, #6a6d70);--ui5-sapTile_IconColor: var(--sapTile_IconColor, #5a7da0);--ui5-sapTile_SeparatorColor: var(--sapTile_SeparatorColor, #ccc);--ui5-sapTile_Interactive_BorderColor: var(--sapTile_Interactive_BorderColor, #b3b3b3);--ui5-sapTile_OverlayBackground: var(--sapTile_OverlayBackground, rgba(0,0,0,.8));--ui5-sapTile_OverlayForegroundColor: var(--sapTile_OverlayForegroundColor, #fff);--ui5-sapTile_Hover_ContentBackground: var(--sapTile_Hover_ContentBackground, #f5f5f5);--ui5-sapTile_Active_ContentBackground: var(--sapTile_Active_ContentBackground, #f5f5f5);--ui5-sapAccentColor1: var(--sapAccentColor1, #d08014);--ui5-sapAccentColor2: var(--sapAccentColor2, #d04343);--ui5-sapAccentColor3: var(--sapAccentColor3, #db1f77);--ui5-sapAccentColor4: var(--sapAccentColor4, #c0399f);--ui5-sapAccentColor5: var(--sapAccentColor5, #6367de);--ui5-sapAccentColor6: var(--sapAccentColor6, #286eb4);--ui5-sapAccentColor7: var(--sapAccentColor7, #0f828f);--ui5-sapAccentColor8: var(--sapAccentColor8, #7ca10c);--ui5-sapAccentColor9: var(--sapAccentColor9, #925ace);--ui5-sapAccentColor10: var(--sapAccentColor10, #647987);--ui5-sapAccentBackgroundColor1: var(--sapAccentBackgroundColor1, #fff3b8);--ui5-sapAccentBackgroundColor2: var(--sapAccentBackgroundColor2, #ffd0e7);--ui5-sapAccentBackgroundColor3: var(--sapAccentBackgroundColor3, #fff0fa);--ui5-sapAccentBackgroundColor4: var(--sapAccentBackgroundColor4, #ffdcf3);--ui5-sapAccentBackgroundColor5: var(--sapAccentBackgroundColor5, #ded3ff);--ui5-sapAccentBackgroundColor6: var(--sapAccentBackgroundColor6, #d1efff);--ui5-sapAccentBackgroundColor7: var(--sapAccentBackgroundColor7, #c2fcee);--ui5-sapAccentBackgroundColor8: var(--sapAccentBackgroundColor8, #ebf5cb);--ui5-sapAccentBackgroundColor9: var(--sapAccentBackgroundColor9, #dafdf5);--ui5-sapAccentBackgroundColor10: var(--sapAccentBackgroundColor10, #eaecee);--ui5-sapIndicationColor_1: var(--sapIndicationColor_1, #880000);--ui5-sapIndicationColor_1_Background: var(--sapIndicationColor_1_Background, #880000);--ui5-sapIndicationColor_1_BorderColor: var(--sapIndicationColor_1_BorderColor, #880000);--ui5-sapIndicationColor_1_TextColor: var(--sapIndicationColor_1_TextColor, #fff);--ui5-sapIndicationColor_1_Hover_Background: var(--sapIndicationColor_1_Hover_Background, #6f0000);--ui5-sapIndicationColor_1_Active_Background: var(--sapIndicationColor_1_Active_Background, #500);--ui5-sapIndicationColor_1_Active_BorderColor: var(--sapIndicationColor_1_Active_BorderColor, #880000);--ui5-sapIndicationColor_1_Active_TextColor: var(--sapIndicationColor_1_Active_TextColor, #fff);--ui5-sapIndicationColor_1_Selected_Background: var(--sapIndicationColor_1_Selected_Background, #500);--ui5-sapIndicationColor_1_Selected_BorderColor: var(--sapIndicationColor_1_Selected_BorderColor, #880000);--ui5-sapIndicationColor_1_Selected_TextColor: var(--sapIndicationColor_1_Selected_TextColor, #fff);--ui5-sapIndicationColor_1b: var(--sapIndicationColor_1b, #fb9d9d);--ui5-sapIndicationColor_1b_TextColor: var(--sapIndicationColor_1b_TextColor, #830707);--ui5-sapIndicationColor_1b_Background: var(--sapIndicationColor_1b_Background, #fb9d9d);--ui5-sapIndicationColor_1b_BorderColor: var(--sapIndicationColor_1b_BorderColor, #fb9d9d);--ui5-sapIndicationColor_1b_Hover_Background: var(--sapIndicationColor_1b_Hover_Background, #fa8585);--ui5-sapIndicationColor_2: var(--sapIndicationColor_2, #bb0000);--ui5-sapIndicationColor_2_Background: var(--sapIndicationColor_2_Background, #bb0000);--ui5-sapIndicationColor_2_BorderColor: var(--sapIndicationColor_2_BorderColor, #bb0000);--ui5-sapIndicationColor_2_TextColor: var(--sapIndicationColor_2_TextColor, #fff);--ui5-sapIndicationColor_2_Hover_Background: var(--sapIndicationColor_2_Hover_Background, #a20000);--ui5-sapIndicationColor_2_Active_Background: var(--sapIndicationColor_2_Active_Background, #800);--ui5-sapIndicationColor_2_Active_BorderColor: var(--sapIndicationColor_2_Active_BorderColor, #bb0000);--ui5-sapIndicationColor_2_Active_TextColor: var(--sapIndicationColor_2_Active_TextColor, #fff);--ui5-sapIndicationColor_2_Selected_Background: var(--sapIndicationColor_2_Selected_Background, #800);--ui5-sapIndicationColor_2_Selected_BorderColor: var(--sapIndicationColor_2_Selected_BorderColor, #bb0000);--ui5-sapIndicationColor_2_Selected_TextColor: var(--sapIndicationColor_2_Selected_TextColor, #fff);--ui5-sapIndicationColor_2b: var(--sapIndicationColor_2b, #fcc4c4);--ui5-sapIndicationColor_2b_TextColor: var(--sapIndicationColor_2b_TextColor, #a90909);--ui5-sapIndicationColor_2b_Background: var(--sapIndicationColor_2b_Background, #fcc4c4);--ui5-sapIndicationColor_2b_BorderColor: var(--sapIndicationColor_2b_BorderColor, #fcc4c4);--ui5-sapIndicationColor_2b_Hover_Background: var(--sapIndicationColor_2b_Hover_Background, #fbacac);--ui5-sapIndicationColor_3: var(--sapIndicationColor_3, #df6e0c);--ui5-sapIndicationColor_3_Background: var(--sapIndicationColor_3_Background, #df6e0c);--ui5-sapIndicationColor_3_BorderColor: var(--sapIndicationColor_3_BorderColor, #df6e0c);--ui5-sapIndicationColor_3_TextColor: var(--sapIndicationColor_3_TextColor, #fff);--ui5-sapIndicationColor_3_Hover_Background: var(--sapIndicationColor_3_Hover_Background, #d0670b);--ui5-sapIndicationColor_3_Active_Background: var(--sapIndicationColor_3_Active_Background, #c2600a);--ui5-sapIndicationColor_3_Active_BorderColor: var(--sapIndicationColor_3_Active_BorderColor, #df6e0c);--ui5-sapIndicationColor_3_Active_TextColor: var(--sapIndicationColor_3_Active_TextColor, #fff);--ui5-sapIndicationColor_3_Selected_Background: var(--sapIndicationColor_3_Selected_Background, #c2600a);--ui5-sapIndicationColor_3_Selected_BorderColor: var(--sapIndicationColor_3_Selected_BorderColor, #df6e0c);--ui5-sapIndicationColor_3_Selected_TextColor: var(--sapIndicationColor_3_Selected_TextColor, #fff);--ui5-sapIndicationColor_3b: var(--sapIndicationColor_3b, #ffdfc3);--ui5-sapIndicationColor_3b_TextColor: var(--sapIndicationColor_3b_TextColor, #a44d00);--ui5-sapIndicationColor_3b_Background: var(--sapIndicationColor_3b_Background, #ffdfc3);--ui5-sapIndicationColor_3b_BorderColor: var(--sapIndicationColor_3b_BorderColor, #ffdfc3);--ui5-sapIndicationColor_3b_Hover_Background: var(--sapIndicationColor_3b_Hover_Background, #ffd1a9);--ui5-sapIndicationColor_4: var(--sapIndicationColor_4, #107e3e);--ui5-sapIndicationColor_4_Background: var(--sapIndicationColor_4_Background, #107e3e);--ui5-sapIndicationColor_4_BorderColor: var(--sapIndicationColor_4_BorderColor, #107e3e);--ui5-sapIndicationColor_4_TextColor: var(--sapIndicationColor_4_TextColor, #fff);--ui5-sapIndicationColor_4_Hover_Background: var(--sapIndicationColor_4_Hover_Background, #0d6733);--ui5-sapIndicationColor_4_Active_Background: var(--sapIndicationColor_4_Active_Background, #0a5128);--ui5-sapIndicationColor_4_Active_BorderColor: var(--sapIndicationColor_4_Active_BorderColor, #107e3e);--ui5-sapIndicationColor_4_Active_TextColor: var(--sapIndicationColor_4_Active_TextColor, #fff);--ui5-sapIndicationColor_4_Selected_Background: var(--sapIndicationColor_4_Selected_Background, #0a5128);--ui5-sapIndicationColor_4_Selected_BorderColor: var(--sapIndicationColor_4_Selected_BorderColor, #107e3e);--ui5-sapIndicationColor_4_Selected_TextColor: var(--sapIndicationColor_4_Selected_TextColor, #fff);--ui5-sapIndicationColor_4b: var(--sapIndicationColor_4b, #bae8bc);--ui5-sapIndicationColor_4b_TextColor: var(--sapIndicationColor_4b_TextColor, #256f28);--ui5-sapIndicationColor_4b_Background: var(--sapIndicationColor_4b_Background, #bae8bc);--ui5-sapIndicationColor_4b_BorderColor: var(--sapIndicationColor_4b_BorderColor, #bae8bc);--ui5-sapIndicationColor_4b_Hover_Background: var(--sapIndicationColor_4b_Hover_Background, #a7e2a9);--ui5-sapIndicationColor_5: var(--sapIndicationColor_5, #0a6ed1);--ui5-sapIndicationColor_5_Background: var(--sapIndicationColor_5_Background, #0a6ed1);--ui5-sapIndicationColor_5_BorderColor: var(--sapIndicationColor_5_BorderColor, #0a6ed1);--ui5-sapIndicationColor_5_TextColor: var(--sapIndicationColor_5_TextColor, #fff);--ui5-sapIndicationColor_5_Hover_Background: var(--sapIndicationColor_5_Hover_Background, #0961b9);--ui5-sapIndicationColor_5_Active_Background: var(--sapIndicationColor_5_Active_Background, #0854a0);--ui5-sapIndicationColor_5_Active_BorderColor: var(--sapIndicationColor_5_Active_BorderColor, #0a6ed1);--ui5-sapIndicationColor_5_Active_TextColor: var(--sapIndicationColor_5_Active_TextColor, #fff);--ui5-sapIndicationColor_5_Selected_Background: var(--sapIndicationColor_5_Selected_Background, #0854a0);--ui5-sapIndicationColor_5_Selected_BorderColor: var(--sapIndicationColor_5_Selected_BorderColor, #0a6ed1);--ui5-sapIndicationColor_5_Selected_TextColor: var(--sapIndicationColor_5_Selected_TextColor, #fff);--ui5-sapIndicationColor_5b: var(--sapIndicationColor_5b, #d9ebff);--ui5-sapIndicationColor_5b_TextColor: var(--sapIndicationColor_5b_TextColor, #0067d9);--ui5-sapIndicationColor_5b_Background: var(--sapIndicationColor_5b_Background, #d9ebff);--ui5-sapIndicationColor_5b_BorderColor: var(--sapIndicationColor_5b_BorderColor, #d9ebff);--ui5-sapIndicationColor_5b_Hover_Background: var(--sapIndicationColor_5b_Hover_Background, #c0deff);--ui5-sapIndicationColor_6: var(--sapIndicationColor_6, #0f828f);--ui5-sapIndicationColor_6_Background: var(--sapIndicationColor_6_Background, #0f828f);--ui5-sapIndicationColor_6_BorderColor: var(--sapIndicationColor_6_BorderColor, #0f828f);--ui5-sapIndicationColor_6_TextColor: var(--sapIndicationColor_6_TextColor, #fff);--ui5-sapIndicationColor_6_Hover_Background: var(--sapIndicationColor_6_Hover_Background, #0d6d78);--ui5-sapIndicationColor_6_Active_Background: var(--sapIndicationColor_6_Active_Background, #0a5861);--ui5-sapIndicationColor_6_Active_BorderColor: var(--sapIndicationColor_6_Active_BorderColor, #0f828f);--ui5-sapIndicationColor_6_Active_TextColor: var(--sapIndicationColor_6_Active_TextColor, #fff);--ui5-sapIndicationColor_6_Selected_Background: var(--sapIndicationColor_6_Selected_Background, #0a5861);--ui5-sapIndicationColor_6_Selected_BorderColor: var(--sapIndicationColor_6_Selected_BorderColor, #0f828f);--ui5-sapIndicationColor_6_Selected_TextColor: var(--sapIndicationColor_6_Selected_TextColor, #fff);--ui5-sapIndicationColor_6b: var(--sapIndicationColor_6b, #cdf5ec);--ui5-sapIndicationColor_6b_TextColor: var(--sapIndicationColor_6b_TextColor, #156b58);--ui5-sapIndicationColor_6b_Background: var(--sapIndicationColor_6b_Background, #cdf5ec);--ui5-sapIndicationColor_6b_BorderColor: var(--sapIndicationColor_6b_BorderColor, #cdf5ec);--ui5-sapIndicationColor_6b_Hover_Background: var(--sapIndicationColor_6b_Hover_Background, #b8f1e4);--ui5-sapIndicationColor_7: var(--sapIndicationColor_7, #925ace);--ui5-sapIndicationColor_7_Background: var(--sapIndicationColor_7_Background, #925ace);--ui5-sapIndicationColor_7_BorderColor: var(--sapIndicationColor_7_BorderColor, #925ace);--ui5-sapIndicationColor_7_TextColor: var(--sapIndicationColor_7_TextColor, #fff);--ui5-sapIndicationColor_7_Hover_Background: var(--sapIndicationColor_7_Hover_Background, #8546c8);--ui5-sapIndicationColor_7_Active_Background: var(--sapIndicationColor_7_Active_Background, #7838bd);--ui5-sapIndicationColor_7_Active_BorderColor: var(--sapIndicationColor_7_Active_BorderColor, #925ace);--ui5-sapIndicationColor_7_Active_TextColor: var(--sapIndicationColor_7_Active_TextColor, #fff);--ui5-sapIndicationColor_7_Selected_Background: var(--sapIndicationColor_7_Selected_Background, #7838bd);--ui5-sapIndicationColor_7_Selected_BorderColor: var(--sapIndicationColor_7_Selected_BorderColor, #925ace);--ui5-sapIndicationColor_7_Selected_TextColor: var(--sapIndicationColor_7_Selected_TextColor, #fff);--ui5-sapIndicationColor_7b: var(--sapIndicationColor_7b, #e2dbff);--ui5-sapIndicationColor_7b_TextColor: var(--sapIndicationColor_7b_TextColor, #5f38ff);--ui5-sapIndicationColor_7b_Background: var(--sapIndicationColor_7b_Background, #e2dbff);--ui5-sapIndicationColor_7b_BorderColor: var(--sapIndicationColor_7b_BorderColor, #e2dbff);--ui5-sapIndicationColor_7b_Hover_Background: var(--sapIndicationColor_7b_Hover_Background, #cdc2ff);--ui5-sapIndicationColor_8: var(--sapIndicationColor_8, #c0399f);--ui5-sapIndicationColor_8_Background: var(--sapIndicationColor_8_Background, #c0399f);--ui5-sapIndicationColor_8_BorderColor: var(--sapIndicationColor_8_BorderColor, #c0399f);--ui5-sapIndicationColor_8_TextColor: var(--sapIndicationColor_8_TextColor, #fff);--ui5-sapIndicationColor_8_Hover_Background: var(--sapIndicationColor_8_Hover_Background, #ac338f);--ui5-sapIndicationColor_8_Active_Background: var(--sapIndicationColor_8_Active_Background, #992d7e);--ui5-sapIndicationColor_8_Active_BorderColor: var(--sapIndicationColor_8_Active_BorderColor, #c0399f);--ui5-sapIndicationColor_8_Active_TextColor: var(--sapIndicationColor_8_Active_TextColor, #fff);--ui5-sapIndicationColor_8_Selected_Background: var(--sapIndicationColor_8_Selected_Background, #992d7e);--ui5-sapIndicationColor_8_Selected_BorderColor: var(--sapIndicationColor_8_Selected_BorderColor, #c0399f);--ui5-sapIndicationColor_8_Selected_TextColor: var(--sapIndicationColor_8_Selected_TextColor, #fff);--ui5-sapIndicationColor_8b: var(--sapIndicationColor_8b, #f8d6ff);--ui5-sapIndicationColor_8b_TextColor: var(--sapIndicationColor_8b_TextColor, #a100c2);--ui5-sapIndicationColor_8b_Background: var(--sapIndicationColor_8b_Background, #f8d6ff);--ui5-sapIndicationColor_8b_BorderColor: var(--sapIndicationColor_8b_BorderColor, #f8d6ff);--ui5-sapIndicationColor_8b_Hover_Background: var(--sapIndicationColor_8b_Hover_Background, #f4bdff);--ui5-sapIndicationColor_9: var(--sapIndicationColor_9, #1d2d3e);--ui5-sapIndicationColor_9_Background: var(--sapIndicationColor_9_Background, #1d2d3e);--ui5-sapIndicationColor_9_BorderColor: var(--sapIndicationColor_9_BorderColor, #1d2d3e);--ui5-sapIndicationColor_9_TextColor: var(--sapIndicationColor_9_TextColor, #fff);--ui5-sapIndicationColor_9_Hover_Background: var(--sapIndicationColor_9_Hover_Background, #15202d);--ui5-sapIndicationColor_9_Active_Background: var(--sapIndicationColor_9_Active_Background, #0d141b);--ui5-sapIndicationColor_9_Active_BorderColor: var(--sapIndicationColor_9_Active_BorderColor, #1d2d3e);--ui5-sapIndicationColor_9_Active_TextColor: var(--sapIndicationColor_9_Active_TextColor, #fff);--ui5-sapIndicationColor_9_Selected_Background: var(--sapIndicationColor_9_Selected_Background, #0d141b);--ui5-sapIndicationColor_9_Selected_BorderColor: var(--sapIndicationColor_9_Selected_BorderColor, #1d2d3e);--ui5-sapIndicationColor_9_Selected_TextColor: var(--sapIndicationColor_9_Selected_TextColor, #fff);--ui5-sapIndicationColor_9b: var(--sapIndicationColor_9b, #fff);--ui5-sapIndicationColor_9b_TextColor: var(--sapIndicationColor_9b_TextColor, #2e2e2e);--ui5-sapIndicationColor_9b_Background: var(--sapIndicationColor_9b_Background, #fff);--ui5-sapIndicationColor_9b_BorderColor: var(--sapIndicationColor_9b_BorderColor, #d9d9d9);--ui5-sapIndicationColor_9b_Hover_Background: var(--sapIndicationColor_9b_Hover_Background, #f2f2f2);--ui5-sapIndicationColor_10: var(--sapIndicationColor_10, #45484a);--ui5-sapIndicationColor_10_Background: var(--sapIndicationColor_10_Background, #45484a);--ui5-sapIndicationColor_10_BorderColor: var(--sapIndicationColor_10_BorderColor, #45484a);--ui5-sapIndicationColor_10_TextColor: var(--sapIndicationColor_10_TextColor, #fff);--ui5-sapIndicationColor_10_Hover_Background: var(--sapIndicationColor_10_Hover_Background, #393b3d);--ui5-sapIndicationColor_10_Active_Background: var(--sapIndicationColor_10_Active_Background, #2c2e30);--ui5-sapIndicationColor_10_Active_BorderColor: var(--sapIndicationColor_10_Active_BorderColor, #45484a);--ui5-sapIndicationColor_10_Active_TextColor: var(--sapIndicationColor_10_Active_TextColor, #fff);--ui5-sapIndicationColor_10_Selected_Background: var(--sapIndicationColor_10_Selected_Background, #2c2e30);--ui5-sapIndicationColor_10_Selected_BorderColor: var(--sapIndicationColor_10_Selected_BorderColor, #45484a);--ui5-sapIndicationColor_10_Selected_TextColor: var(--sapIndicationColor_10_Selected_TextColor, #fff);--ui5-sapIndicationColor_10b: var(--sapIndicationColor_10b, #eaecee);--ui5-sapIndicationColor_10b_TextColor: var(--sapIndicationColor_10b_TextColor, #464646);--ui5-sapIndicationColor_10b_Background: var(--sapIndicationColor_10b_Background, #eaecee);--ui5-sapIndicationColor_10b_BorderColor: var(--sapIndicationColor_10b_BorderColor, #eaecee);--ui5-sapIndicationColor_10b_Hover_Background: var(--sapIndicationColor_10b_Hover_Background, #dcdfe3);--ui5-sapLegend_WorkingBackground: var(--sapLegend_WorkingBackground, #fafafa);--ui5-sapLegend_NonWorkingBackground: var(--sapLegend_NonWorkingBackground, #dedede);--ui5-sapLegend_CurrentDateTime: var(--sapLegend_CurrentDateTime, #c0399f);--ui5-sapLegendColor1: var(--sapLegendColor1, #d58215);--ui5-sapLegendColor2: var(--sapLegendColor2, #dc5b5b);--ui5-sapLegendColor3: var(--sapLegendColor3, #db1f77);--ui5-sapLegendColor4: var(--sapLegendColor4, #9b3b3b);--ui5-sapLegendColor5: var(--sapLegendColor5, #cf5db3);--ui5-sapLegendColor6: var(--sapLegendColor6, #286eb4);--ui5-sapLegendColor7: var(--sapLegendColor7, #1193a2);--ui5-sapLegendColor8: var(--sapLegendColor8, #8b9668);--ui5-sapLegendColor9: var(--sapLegendColor9, #647987);--ui5-sapLegendColor10: var(--sapLegendColor10, #892971);--ui5-sapLegendColor11: var(--sapLegendColor11, #725a3a);--ui5-sapLegendColor12: var(--sapLegendColor12, #bb2f2f);--ui5-sapLegendColor13: var(--sapLegendColor13, #bc1b66);--ui5-sapLegendColor14: var(--sapLegendColor14, #8b714f);--ui5-sapLegendColor15: var(--sapLegendColor15, #606190);--ui5-sapLegendColor16: var(--sapLegendColor16, #597da1);--ui5-sapLegendColor17: var(--sapLegendColor17, #49797e);--ui5-sapLegendColor18: var(--sapLegendColor18, #687a33);--ui5-sapLegendColor19: var(--sapLegendColor19, #295989);--ui5-sapLegendColor20: var(--sapLegendColor20, #5154bd);--ui5-sapLegendBackgroundColor1: var(--sapLegendBackgroundColor1, #fdf3e7);--ui5-sapLegendBackgroundColor2: var(--sapLegendBackgroundColor2, #faeaea);--ui5-sapLegendBackgroundColor3: var(--sapLegendBackgroundColor3, #fce9f2);--ui5-sapLegendBackgroundColor4: var(--sapLegendBackgroundColor4, #f8ecec);--ui5-sapLegendBackgroundColor5: var(--sapLegendBackgroundColor5, #f9ebf5);--ui5-sapLegendBackgroundColor6: var(--sapLegendBackgroundColor6, #ebf3fa);--ui5-sapLegendBackgroundColor7: var(--sapLegendBackgroundColor7, #e8fbfd);--ui5-sapLegendBackgroundColor8: var(--sapLegendBackgroundColor8, #f3f4ef);--ui5-sapLegendBackgroundColor9: var(--sapLegendBackgroundColor9, #f1f3f4);--ui5-sapLegendBackgroundColor10: var(--sapLegendBackgroundColor10, #f9ebf6);--ui5-sapLegendBackgroundColor11: var(--sapLegendBackgroundColor11, #f6f2ed);--ui5-sapLegendBackgroundColor12: var(--sapLegendBackgroundColor12, #faeaea);--ui5-sapLegendBackgroundColor13: var(--sapLegendBackgroundColor13, #fce9f2);--ui5-sapLegendBackgroundColor14: var(--sapLegendBackgroundColor14, #f5f2ee);--ui5-sapLegendBackgroundColor15: var(--sapLegendBackgroundColor15, #f0f0f5);--ui5-sapLegendBackgroundColor16: var(--sapLegendBackgroundColor16, #eff2f6);--ui5-sapLegendBackgroundColor17: var(--sapLegendBackgroundColor17, #eff5f6);--ui5-sapLegendBackgroundColor18: var(--sapLegendBackgroundColor18, #f5f7ed);--ui5-sapLegendBackgroundColor19: var(--sapLegendBackgroundColor19, #ebf2f9);--ui5-sapLegendBackgroundColor20: var(--sapLegendBackgroundColor20, #ecedf8);--ui5-sapChart_Background: var(--sapChart_Background, transparent);--ui5-sapChart_ContrastTextShadow: var(--sapChart_ContrastTextShadow, 0 0 .0625rem rgba(0,0,0,.7));--ui5-sapChart_ContrastShadowColor: var(--sapChart_ContrastShadowColor, #fff);--ui5-sapChart_ContrastLineColor: var(--sapChart_ContrastLineColor, #fff);--ui5-sapChart_LineColor_1: var(--sapChart_LineColor_1, #e1e3e5);--ui5-sapChart_LineColor_2: var(--sapChart_LineColor_2, #fff);--ui5-sapChart_LineColor_3: var(--sapChart_LineColor_3, #000);--ui5-sapChart_Choropleth_Background: var(--sapChart_Choropleth_Background, #f7f7f8);--ui5-sapChart_ChoroplethRegion_Background: var(--sapChart_ChoroplethRegion_Background, #848f94);--ui5-sapChart_ChoroplethRegion_BorderColor: var(--sapChart_ChoroplethRegion_BorderColor, #f7f7f8);--ui5-sapChart_Data_TextColor: var(--sapChart_Data_TextColor, #000);--ui5-sapChart_Data_ContrastTextColor: var(--sapChart_Data_ContrastTextColor, #fff);--ui5-sapChart_Data_InteractiveColor: var(--sapChart_Data_InteractiveColor, #000);--ui5-sapChart_Data_Active_Background: var(--sapChart_Data_Active_Background, #d4d4d4);--ui5-sapChart_OrderedColor_1: var(--sapChart_OrderedColor_1, #438cd5);--ui5-sapChart_OrderedColor_2: var(--sapChart_OrderedColor_2, #e66729);--ui5-sapChart_OrderedColor_3: var(--sapChart_OrderedColor_3, #16976c);--ui5-sapChart_OrderedColor_4: var(--sapChart_OrderedColor_4, #ed4a7b);--ui5-sapChart_OrderedColor_5: var(--sapChart_OrderedColor_5, #945ecf);--ui5-sapChart_OrderedColor_6: var(--sapChart_OrderedColor_6, #1193a2);--ui5-sapChart_OrderedColor_7: var(--sapChart_OrderedColor_7, #525df4);--ui5-sapChart_OrderedColor_8: var(--sapChart_OrderedColor_8, #bf399e);--ui5-sapChart_OrderedColor_9: var(--sapChart_OrderedColor_9, #6c8893);--ui5-sapChart_OrderedColor_10: var(--sapChart_OrderedColor_10, #ed5f5f);--ui5-sapChart_OrderedColor_11: var(--sapChart_OrderedColor_11, #2f6497);--ui5-sapChart_OrderedColor_12: var(--sapChart_OrderedColor_12, #b08e6d);--ui5-sapChart_Bad: var(--sapChart_Bad, #dc0d0e);--ui5-sapChart_Critical: var(--sapChart_Critical, #cb7d0c);--ui5-sapChart_Good: var(--sapChart_Good, #3c9d57);--ui5-sapChart_Neutral: var(--sapChart_Neutral, #848f94);--ui5-sapChart_Sequence_1_Plus3: var(--sapChart_Sequence_1_Plus3, #9cc7f2);--ui5-sapChart_Sequence_1_Plus3_TextColor: var(--sapChart_Sequence_1_Plus3_TextColor, #000);--ui5-sapChart_Sequence_1_Plus3_TextShadow: var(--sapChart_Sequence_1_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_1_Plus2: var(--sapChart_Sequence_1_Plus2, #7eb2e7);--ui5-sapChart_Sequence_1_Plus2_TextColor: var(--sapChart_Sequence_1_Plus2_TextColor, #000);--ui5-sapChart_Sequence_1_Plus2_TextShadow: var(--sapChart_Sequence_1_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_1_Plus1: var(--sapChart_Sequence_1_Plus1, #5e9edd);--ui5-sapChart_Sequence_1_Plus1_TextColor: var(--sapChart_Sequence_1_Plus1_TextColor, #000);--ui5-sapChart_Sequence_1_Plus1_TextShadow: var(--sapChart_Sequence_1_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_1: var(--sapChart_Sequence_1, #438cd5);--ui5-sapChart_Sequence_1_TextColor: var(--sapChart_Sequence_1_TextColor, #000);--ui5-sapChart_Sequence_1_TextShadow: var(--sapChart_Sequence_1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_1_BorderColor: var(--sapChart_Sequence_1_BorderColor, #438cd5);--ui5-sapChart_Sequence_1_Minus1: var(--sapChart_Sequence_1_Minus1, #3170af);--ui5-sapChart_Sequence_1_Minus1_TextColor: var(--sapChart_Sequence_1_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_1_Minus1_TextShadow: var(--sapChart_Sequence_1_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_1_Minus2: var(--sapChart_Sequence_1_Minus2, #15599d);--ui5-sapChart_Sequence_1_Minus2_TextColor: var(--sapChart_Sequence_1_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_1_Minus2_TextShadow: var(--sapChart_Sequence_1_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_1_Minus3: var(--sapChart_Sequence_1_Minus3, #134f8b);--ui5-sapChart_Sequence_1_Minus3_TextColor: var(--sapChart_Sequence_1_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_1_Minus3_TextShadow: var(--sapChart_Sequence_1_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_1_Minus4: var(--sapChart_Sequence_1_Minus4, #104579);--ui5-sapChart_Sequence_1_Minus4_TextColor: var(--sapChart_Sequence_1_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_1_Minus4_TextShadow: var(--sapChart_Sequence_1_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_1_Minus5: var(--sapChart_Sequence_1_Minus5, #0e3a67);--ui5-sapChart_Sequence_1_Minus5_TextColor: var(--sapChart_Sequence_1_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_1_Minus5_TextShadow: var(--sapChart_Sequence_1_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_2_Plus3: var(--sapChart_Sequence_2_Plus3, #ffa376);--ui5-sapChart_Sequence_2_Plus3_TextColor: var(--sapChart_Sequence_2_Plus3_TextColor, #000);--ui5-sapChart_Sequence_2_Plus3_TextShadow: var(--sapChart_Sequence_2_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_2_Plus2: var(--sapChart_Sequence_2_Plus2, #f69565);--ui5-sapChart_Sequence_2_Plus2_TextColor: var(--sapChart_Sequence_2_Plus2_TextColor, #000);--ui5-sapChart_Sequence_2_Plus2_TextShadow: var(--sapChart_Sequence_2_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_2_Plus1: var(--sapChart_Sequence_2_Plus1, #ef7c44);--ui5-sapChart_Sequence_2_Plus1_TextColor: var(--sapChart_Sequence_2_Plus1_TextColor, #000);--ui5-sapChart_Sequence_2_Plus1_TextShadow: var(--sapChart_Sequence_2_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_2: var(--sapChart_Sequence_2, #e66729);--ui5-sapChart_Sequence_2_TextColor: var(--sapChart_Sequence_2_TextColor, #000);--ui5-sapChart_Sequence_2_TextShadow: var(--sapChart_Sequence_2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_2_BorderColor: var(--sapChart_Sequence_2_BorderColor, #c95218);--ui5-sapChart_Sequence_2_Minus1: var(--sapChart_Sequence_2_Minus1, #c95218);--ui5-sapChart_Sequence_2_Minus1_TextColor: var(--sapChart_Sequence_2_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_2_Minus1_TextShadow: var(--sapChart_Sequence_2_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_2_Minus2: var(--sapChart_Sequence_2_Minus2, #b83c00);--ui5-sapChart_Sequence_2_Minus2_TextColor: var(--sapChart_Sequence_2_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_2_Minus2_TextShadow: var(--sapChart_Sequence_2_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_2_Minus3: var(--sapChart_Sequence_2_Minus3, #973e12);--ui5-sapChart_Sequence_2_Minus3_TextColor: var(--sapChart_Sequence_2_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_2_Minus3_TextShadow: var(--sapChart_Sequence_2_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_2_Minus4: var(--sapChart_Sequence_2_Minus4, #80340f);--ui5-sapChart_Sequence_2_Minus4_TextColor: var(--sapChart_Sequence_2_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_2_Minus4_TextShadow: var(--sapChart_Sequence_2_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_2_Minus5: var(--sapChart_Sequence_2_Minus5, #6a2b0c);--ui5-sapChart_Sequence_2_Minus5_TextColor: var(--sapChart_Sequence_2_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_2_Minus5_TextShadow: var(--sapChart_Sequence_2_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_3_Plus3: var(--sapChart_Sequence_3_Plus3, #80cbb2);--ui5-sapChart_Sequence_3_Plus3_TextColor: var(--sapChart_Sequence_3_Plus3_TextColor, #000);--ui5-sapChart_Sequence_3_Plus3_TextShadow: var(--sapChart_Sequence_3_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_3_Plus2: var(--sapChart_Sequence_3_Plus2, #57bc9a);--ui5-sapChart_Sequence_3_Plus2_TextColor: var(--sapChart_Sequence_3_Plus2_TextColor, #000);--ui5-sapChart_Sequence_3_Plus2_TextShadow: var(--sapChart_Sequence_3_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_3_Plus1: var(--sapChart_Sequence_3_Plus1, #39a783);--ui5-sapChart_Sequence_3_Plus1_TextColor: var(--sapChart_Sequence_3_Plus1_TextColor, #000);--ui5-sapChart_Sequence_3_Plus1_TextShadow: var(--sapChart_Sequence_3_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_3: var(--sapChart_Sequence_3, #16976c);--ui5-sapChart_Sequence_3_TextColor: var(--sapChart_Sequence_3_TextColor, #000);--ui5-sapChart_Sequence_3_TextShadow: var(--sapChart_Sequence_3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_3_BorderColor: var(--sapChart_Sequence_3_BorderColor, #0b7954);--ui5-sapChart_Sequence_3_Minus1: var(--sapChart_Sequence_3_Minus1, #0b7954);--ui5-sapChart_Sequence_3_Minus1_TextColor: var(--sapChart_Sequence_3_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_3_Minus1_TextShadow: var(--sapChart_Sequence_3_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_3_Minus2: var(--sapChart_Sequence_3_Minus2, #025e40);--ui5-sapChart_Sequence_3_Minus2_TextColor: var(--sapChart_Sequence_3_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_3_Minus2_TextShadow: var(--sapChart_Sequence_3_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_3_Minus3: var(--sapChart_Sequence_3_Minus3, #093e2c);--ui5-sapChart_Sequence_3_Minus3_TextColor: var(--sapChart_Sequence_3_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_3_Minus3_TextShadow: var(--sapChart_Sequence_3_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_3_Minus4: var(--sapChart_Sequence_3_Minus4, #073123);--ui5-sapChart_Sequence_3_Minus4_TextColor: var(--sapChart_Sequence_3_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_3_Minus4_TextShadow: var(--sapChart_Sequence_3_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_3_Minus5: var(--sapChart_Sequence_3_Minus5, #052319);--ui5-sapChart_Sequence_3_Minus5_TextColor: var(--sapChart_Sequence_3_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_3_Minus5_TextShadow: var(--sapChart_Sequence_3_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_4_Plus3: var(--sapChart_Sequence_4_Plus3, #f8b4c9);--ui5-sapChart_Sequence_4_Plus3_TextColor: var(--sapChart_Sequence_4_Plus3_TextColor, #000);--ui5-sapChart_Sequence_4_Plus3_TextShadow: var(--sapChart_Sequence_4_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_4_Plus2: var(--sapChart_Sequence_4_Plus2, #f490ae);--ui5-sapChart_Sequence_4_Plus2_TextColor: var(--sapChart_Sequence_4_Plus2_TextColor, #000);--ui5-sapChart_Sequence_4_Plus2_TextShadow: var(--sapChart_Sequence_4_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_4_Plus1: var(--sapChart_Sequence_4_Plus1, #f06a93);--ui5-sapChart_Sequence_4_Plus1_TextColor: var(--sapChart_Sequence_4_Plus1_TextColor, #000);--ui5-sapChart_Sequence_4_Plus1_TextShadow: var(--sapChart_Sequence_4_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_4: var(--sapChart_Sequence_4, #ed4a7b);--ui5-sapChart_Sequence_4_TextColor: var(--sapChart_Sequence_4_TextColor, #000);--ui5-sapChart_Sequence_4_TextShadow: var(--sapChart_Sequence_4_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_4_BorderColor: var(--sapChart_Sequence_4_BorderColor, #ed4a7b);--ui5-sapChart_Sequence_4_Minus1: var(--sapChart_Sequence_4_Minus1, #e5386c);--ui5-sapChart_Sequence_4_Minus1_TextColor: var(--sapChart_Sequence_4_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_4_Minus1_TextShadow: var(--sapChart_Sequence_4_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_4_Minus2: var(--sapChart_Sequence_4_Minus2, #d70947);--ui5-sapChart_Sequence_4_Minus2_TextColor: var(--sapChart_Sequence_4_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_4_Minus2_TextShadow: var(--sapChart_Sequence_4_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_4_Minus3: var(--sapChart_Sequence_4_Minus3, #b51243);--ui5-sapChart_Sequence_4_Minus3_TextColor: var(--sapChart_Sequence_4_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_4_Minus3_TextShadow: var(--sapChart_Sequence_4_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_4_Minus4: var(--sapChart_Sequence_4_Minus4, #900e35);--ui5-sapChart_Sequence_4_Minus4_TextColor: var(--sapChart_Sequence_4_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_4_Minus4_TextShadow: var(--sapChart_Sequence_4_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_4_Minus5: var(--sapChart_Sequence_4_Minus5, #790c2d);--ui5-sapChart_Sequence_4_Minus5_TextColor: var(--sapChart_Sequence_4_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_4_Minus5_TextShadow: var(--sapChart_Sequence_4_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_5_Plus3: var(--sapChart_Sequence_5_Plus3, #d3bdeb);--ui5-sapChart_Sequence_5_Plus3_TextColor: var(--sapChart_Sequence_5_Plus3_TextColor, #000);--ui5-sapChart_Sequence_5_Plus3_TextShadow: var(--sapChart_Sequence_5_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_5_Plus2: var(--sapChart_Sequence_5_Plus2, #be9de2);--ui5-sapChart_Sequence_5_Plus2_TextColor: var(--sapChart_Sequence_5_Plus2_TextColor, #000);--ui5-sapChart_Sequence_5_Plus2_TextShadow: var(--sapChart_Sequence_5_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_5_Plus1: var(--sapChart_Sequence_5_Plus1, #a97dd8);--ui5-sapChart_Sequence_5_Plus1_TextColor: var(--sapChart_Sequence_5_Plus1_TextColor, #000);--ui5-sapChart_Sequence_5_Plus1_TextShadow: var(--sapChart_Sequence_5_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_5: var(--sapChart_Sequence_5, #945ecf);--ui5-sapChart_Sequence_5_TextColor: var(--sapChart_Sequence_5_TextColor, #000);--ui5-sapChart_Sequence_5_TextShadow: var(--sapChart_Sequence_5_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_5_BorderColor: var(--sapChart_Sequence_5_BorderColor, #945ecf);--ui5-sapChart_Sequence_5_Minus1: var(--sapChart_Sequence_5_Minus1, #8746ce);--ui5-sapChart_Sequence_5_Minus1_TextColor: var(--sapChart_Sequence_5_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_5_Minus1_TextShadow: var(--sapChart_Sequence_5_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_5_Minus2: var(--sapChart_Sequence_5_Minus2, #7629cc);--ui5-sapChart_Sequence_5_Minus2_TextColor: var(--sapChart_Sequence_5_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_5_Minus2_TextShadow: var(--sapChart_Sequence_5_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_5_Minus3: var(--sapChart_Sequence_5_Minus3, #6626ab);--ui5-sapChart_Sequence_5_Minus3_TextColor: var(--sapChart_Sequence_5_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_5_Minus3_TextShadow: var(--sapChart_Sequence_5_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_5_Minus4: var(--sapChart_Sequence_5_Minus4, #521f8a);--ui5-sapChart_Sequence_5_Minus4_TextColor: var(--sapChart_Sequence_5_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_5_Minus4_TextShadow: var(--sapChart_Sequence_5_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_5_Minus5: var(--sapChart_Sequence_5_Minus5, #3c1c5e);--ui5-sapChart_Sequence_5_Minus5_TextColor: var(--sapChart_Sequence_5_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_5_Minus5_TextShadow: var(--sapChart_Sequence_5_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_6_Plus3: var(--sapChart_Sequence_6_Plus3, #71ccd6);--ui5-sapChart_Sequence_6_Plus3_TextColor: var(--sapChart_Sequence_6_Plus3_TextColor, #000);--ui5-sapChart_Sequence_6_Plus3_TextShadow: var(--sapChart_Sequence_6_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_6_Plus2: var(--sapChart_Sequence_6_Plus2, #4bbcc9);--ui5-sapChart_Sequence_6_Plus2_TextColor: var(--sapChart_Sequence_6_Plus2_TextColor, #000);--ui5-sapChart_Sequence_6_Plus2_TextShadow: var(--sapChart_Sequence_6_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_6_Plus1: var(--sapChart_Sequence_6_Plus1, #29858f);--ui5-sapChart_Sequence_6_Plus1_TextColor: var(--sapChart_Sequence_6_Plus1_TextColor, #fff);--ui5-sapChart_Sequence_6_Plus1_TextShadow: var(--sapChart_Sequence_6_Plus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_6: var(--sapChart_Sequence_6, #1193a2);--ui5-sapChart_Sequence_6_TextColor: var(--sapChart_Sequence_6_TextColor, #000);--ui5-sapChart_Sequence_6_TextShadow: var(--sapChart_Sequence_6_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_6_BorderColor: var(--sapChart_Sequence_6_BorderColor, #1193a2);--ui5-sapChart_Sequence_6_Minus1: var(--sapChart_Sequence_6_Minus1, #0b7c8a);--ui5-sapChart_Sequence_6_Minus1_TextColor: var(--sapChart_Sequence_6_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_6_Minus1_TextShadow: var(--sapChart_Sequence_6_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_6_Minus2: var(--sapChart_Sequence_6_Minus2, #07656f);--ui5-sapChart_Sequence_6_Minus2_TextColor: var(--sapChart_Sequence_6_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_6_Minus2_TextShadow: var(--sapChart_Sequence_6_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_6_Minus3: var(--sapChart_Sequence_6_Minus3, #07525a);--ui5-sapChart_Sequence_6_Minus3_TextColor: var(--sapChart_Sequence_6_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_6_Minus3_TextShadow: var(--sapChart_Sequence_6_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_6_Minus4: var(--sapChart_Sequence_6_Minus4, #064147);--ui5-sapChart_Sequence_6_Minus4_TextColor: var(--sapChart_Sequence_6_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_6_Minus4_TextShadow: var(--sapChart_Sequence_6_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_6_Minus5: var(--sapChart_Sequence_6_Minus5, #042b30);--ui5-sapChart_Sequence_6_Minus5_TextColor: var(--sapChart_Sequence_6_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_6_Minus5_TextShadow: var(--sapChart_Sequence_6_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_7_Plus3: var(--sapChart_Sequence_7_Plus3, #99a0f9);--ui5-sapChart_Sequence_7_Plus3_TextColor: var(--sapChart_Sequence_7_Plus3_TextColor, #000);--ui5-sapChart_Sequence_7_Plus3_TextShadow: var(--sapChart_Sequence_7_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_7_Plus2: var(--sapChart_Sequence_7_Plus2, #828af7);--ui5-sapChart_Sequence_7_Plus2_TextColor: var(--sapChart_Sequence_7_Plus2_TextColor, #000);--ui5-sapChart_Sequence_7_Plus2_TextShadow: var(--sapChart_Sequence_7_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_7_Plus1: var(--sapChart_Sequence_7_Plus1, #6973f6);--ui5-sapChart_Sequence_7_Plus1_TextColor: var(--sapChart_Sequence_7_Plus1_TextColor, #000);--ui5-sapChart_Sequence_7_Plus1_TextShadow: var(--sapChart_Sequence_7_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_7: var(--sapChart_Sequence_7, #525df4);--ui5-sapChart_Sequence_7_TextColor: var(--sapChart_Sequence_7_TextColor, #fff);--ui5-sapChart_Sequence_7_TextShadow: var(--sapChart_Sequence_7_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_7_BorderColor: var(--sapChart_Sequence_7_BorderColor, #525df4);--ui5-sapChart_Sequence_7_Minus1: var(--sapChart_Sequence_7_Minus1, #3945e4);--ui5-sapChart_Sequence_7_Minus1_TextColor: var(--sapChart_Sequence_7_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_7_Minus1_TextShadow: var(--sapChart_Sequence_7_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_7_Minus2: var(--sapChart_Sequence_7_Minus2, #2631d4);--ui5-sapChart_Sequence_7_Minus2_TextColor: var(--sapChart_Sequence_7_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_7_Minus2_TextShadow: var(--sapChart_Sequence_7_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_7_Minus3: var(--sapChart_Sequence_7_Minus3, #222cbe);--ui5-sapChart_Sequence_7_Minus3_TextColor: var(--sapChart_Sequence_7_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_7_Minus3_TextShadow: var(--sapChart_Sequence_7_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_7_Minus4: var(--sapChart_Sequence_7_Minus4, #1c249b);--ui5-sapChart_Sequence_7_Minus4_TextColor: var(--sapChart_Sequence_7_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_7_Minus4_TextShadow: var(--sapChart_Sequence_7_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_7_Minus5: var(--sapChart_Sequence_7_Minus5, #161c79);--ui5-sapChart_Sequence_7_Minus5_TextColor: var(--sapChart_Sequence_7_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_7_Minus5_TextShadow: var(--sapChart_Sequence_7_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_8_Plus3: var(--sapChart_Sequence_8_Plus3, #e598d2);--ui5-sapChart_Sequence_8_Plus3_TextColor: var(--sapChart_Sequence_8_Plus3_TextColor, #000);--ui5-sapChart_Sequence_8_Plus3_TextShadow: var(--sapChart_Sequence_8_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_8_Plus2: var(--sapChart_Sequence_8_Plus2, #d877c0);--ui5-sapChart_Sequence_8_Plus2_TextColor: var(--sapChart_Sequence_8_Plus2_TextColor, #000);--ui5-sapChart_Sequence_8_Plus2_TextShadow: var(--sapChart_Sequence_8_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_8_Plus1: var(--sapChart_Sequence_8_Plus1, #cd59b1);--ui5-sapChart_Sequence_8_Plus1_TextColor: var(--sapChart_Sequence_8_Plus1_TextColor, #000);--ui5-sapChart_Sequence_8_Plus1_TextShadow: var(--sapChart_Sequence_8_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_8: var(--sapChart_Sequence_8, #bf399e);--ui5-sapChart_Sequence_8_TextColor: var(--sapChart_Sequence_8_TextColor, #fff);--ui5-sapChart_Sequence_8_TextShadow: var(--sapChart_Sequence_8_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_8_BorderColor: var(--sapChart_Sequence_8_BorderColor, #bf399e);--ui5-sapChart_Sequence_8_Minus1: var(--sapChart_Sequence_8_Minus1, #a92689);--ui5-sapChart_Sequence_8_Minus1_TextColor: var(--sapChart_Sequence_8_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_8_Minus1_TextShadow: var(--sapChart_Sequence_8_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_8_Minus2: var(--sapChart_Sequence_8_Minus2, #921473);--ui5-sapChart_Sequence_8_Minus2_TextColor: var(--sapChart_Sequence_8_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_8_Minus2_TextShadow: var(--sapChart_Sequence_8_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_8_Minus3: var(--sapChart_Sequence_8_Minus3, #801265);--ui5-sapChart_Sequence_8_Minus3_TextColor: var(--sapChart_Sequence_8_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_8_Minus3_TextShadow: var(--sapChart_Sequence_8_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_8_Minus4: var(--sapChart_Sequence_8_Minus4, #6a0f54);--ui5-sapChart_Sequence_8_Minus4_TextColor: var(--sapChart_Sequence_8_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_8_Minus4_TextShadow: var(--sapChart_Sequence_8_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_8_Minus5: var(--sapChart_Sequence_8_Minus5, #4b0a3b);--ui5-sapChart_Sequence_8_Minus5_TextColor: var(--sapChart_Sequence_8_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_8_Minus5_TextShadow: var(--sapChart_Sequence_8_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_9_Plus3: var(--sapChart_Sequence_9_Plus3, #d1d9db);--ui5-sapChart_Sequence_9_Plus3_TextColor: var(--sapChart_Sequence_9_Plus3_TextColor, #000);--ui5-sapChart_Sequence_9_Plus3_TextShadow: var(--sapChart_Sequence_9_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_9_Plus2: var(--sapChart_Sequence_9_Plus2, #adbcc3);--ui5-sapChart_Sequence_9_Plus2_TextColor: var(--sapChart_Sequence_9_Plus2_TextColor, #000);--ui5-sapChart_Sequence_9_Plus2_TextShadow: var(--sapChart_Sequence_9_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_9_Plus1: var(--sapChart_Sequence_9_Plus1, #8ca2ab);--ui5-sapChart_Sequence_9_Plus1_TextColor: var(--sapChart_Sequence_9_Plus1_TextColor, #000);--ui5-sapChart_Sequence_9_Plus1_TextShadow: var(--sapChart_Sequence_9_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_9: var(--sapChart_Sequence_9, #6c8893);--ui5-sapChart_Sequence_9_TextColor: var(--sapChart_Sequence_9_TextColor, #000);--ui5-sapChart_Sequence_9_TextShadow: var(--sapChart_Sequence_9_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_9_BorderColor: var(--sapChart_Sequence_9_BorderColor, #6c8893);--ui5-sapChart_Sequence_9_Minus1: var(--sapChart_Sequence_9_Minus1, #547582);--ui5-sapChart_Sequence_9_Minus1_TextColor: var(--sapChart_Sequence_9_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_9_Minus1_TextShadow: var(--sapChart_Sequence_9_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_9_Minus2: var(--sapChart_Sequence_9_Minus2, #3c6372);--ui5-sapChart_Sequence_9_Minus2_TextColor: var(--sapChart_Sequence_9_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_9_Minus2_TextShadow: var(--sapChart_Sequence_9_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_9_Minus3: var(--sapChart_Sequence_9_Minus3, #2e4b57);--ui5-sapChart_Sequence_9_Minus3_TextColor: var(--sapChart_Sequence_9_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_9_Minus3_TextShadow: var(--sapChart_Sequence_9_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_9_Minus4: var(--sapChart_Sequence_9_Minus4, #20343c);--ui5-sapChart_Sequence_9_Minus4_TextColor: var(--sapChart_Sequence_9_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_9_Minus4_TextShadow: var(--sapChart_Sequence_9_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_9_Minus5: var(--sapChart_Sequence_9_Minus5, #152328);--ui5-sapChart_Sequence_9_Minus5_TextColor: var(--sapChart_Sequence_9_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_9_Minus5_TextShadow: var(--sapChart_Sequence_9_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_10_Plus3: var(--sapChart_Sequence_10_Plus3, #fbc1c1);--ui5-sapChart_Sequence_10_Plus3_TextColor: var(--sapChart_Sequence_10_Plus3_TextColor, #000);--ui5-sapChart_Sequence_10_Plus3_TextShadow: var(--sapChart_Sequence_10_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_10_Plus2: var(--sapChart_Sequence_10_Plus2, #f79d9d);--ui5-sapChart_Sequence_10_Plus2_TextColor: var(--sapChart_Sequence_10_Plus2_TextColor, #000);--ui5-sapChart_Sequence_10_Plus2_TextShadow: var(--sapChart_Sequence_10_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_10_Plus1: var(--sapChart_Sequence_10_Plus1, #f27d7d);--ui5-sapChart_Sequence_10_Plus1_TextColor: var(--sapChart_Sequence_10_Plus1_TextColor, #000);--ui5-sapChart_Sequence_10_Plus1_TextShadow: var(--sapChart_Sequence_10_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_10: var(--sapChart_Sequence_10, #ed5f5f);--ui5-sapChart_Sequence_10_TextColor: var(--sapChart_Sequence_10_TextColor, #000);--ui5-sapChart_Sequence_10_TextShadow: var(--sapChart_Sequence_10_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_10_BorderColor: var(--sapChart_Sequence_10_BorderColor, #e04343);--ui5-sapChart_Sequence_10_Minus1: var(--sapChart_Sequence_10_Minus1, #e04343);--ui5-sapChart_Sequence_10_Minus1_TextColor: var(--sapChart_Sequence_10_Minus1_TextColor, #000);--ui5-sapChart_Sequence_10_Minus1_TextShadow: var(--sapChart_Sequence_10_Minus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_10_Minus2: var(--sapChart_Sequence_10_Minus2, #d02a2a);--ui5-sapChart_Sequence_10_Minus2_TextColor: var(--sapChart_Sequence_10_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_10_Minus2_TextShadow: var(--sapChart_Sequence_10_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_10_Minus3: var(--sapChart_Sequence_10_Minus3, #b72525);--ui5-sapChart_Sequence_10_Minus3_TextColor: var(--sapChart_Sequence_10_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_10_Minus3_TextShadow: var(--sapChart_Sequence_10_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_10_Minus4: var(--sapChart_Sequence_10_Minus4, #9d2020);--ui5-sapChart_Sequence_10_Minus4_TextColor: var(--sapChart_Sequence_10_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_10_Minus4_TextShadow: var(--sapChart_Sequence_10_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_10_Minus5: var(--sapChart_Sequence_10_Minus5, #841b1b);--ui5-sapChart_Sequence_10_Minus5_TextColor: var(--sapChart_Sequence_10_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_10_Minus5_TextShadow: var(--sapChart_Sequence_10_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_11_Plus3: var(--sapChart_Sequence_11_Plus3, #85a1bb);--ui5-sapChart_Sequence_11_Plus3_TextColor: var(--sapChart_Sequence_11_Plus3_TextColor, #000);--ui5-sapChart_Sequence_11_Plus3_TextShadow: var(--sapChart_Sequence_11_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_11_Plus2: var(--sapChart_Sequence_11_Plus2, #698daf);--ui5-sapChart_Sequence_11_Plus2_TextColor: var(--sapChart_Sequence_11_Plus2_TextColor, #000);--ui5-sapChart_Sequence_11_Plus2_TextShadow: var(--sapChart_Sequence_11_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_11_Plus1: var(--sapChart_Sequence_11_Plus1, #4d79a2);--ui5-sapChart_Sequence_11_Plus1_TextColor: var(--sapChart_Sequence_11_Plus1_TextColor, #000);--ui5-sapChart_Sequence_11_Plus1_TextShadow: var(--sapChart_Sequence_11_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_11: var(--sapChart_Sequence_11, #2f6497);--ui5-sapChart_Sequence_11_TextColor: var(--sapChart_Sequence_11_TextColor, #fff);--ui5-sapChart_Sequence_11_TextShadow: var(--sapChart_Sequence_11_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_11_BorderColor: var(--sapChart_Sequence_11_BorderColor, #2f6497);--ui5-sapChart_Sequence_11_Minus1: var(--sapChart_Sequence_11_Minus1, #245a8e);--ui5-sapChart_Sequence_11_Minus1_TextColor: var(--sapChart_Sequence_11_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_11_Minus1_TextShadow: var(--sapChart_Sequence_11_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_11_Minus2: var(--sapChart_Sequence_11_Minus2, #144a7f);--ui5-sapChart_Sequence_11_Minus2_TextColor: var(--sapChart_Sequence_11_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_11_Minus2_TextShadow: var(--sapChart_Sequence_11_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_11_Minus3: var(--sapChart_Sequence_11_Minus3, #103b65);--ui5-sapChart_Sequence_11_Minus3_TextColor: var(--sapChart_Sequence_11_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_11_Minus3_TextShadow: var(--sapChart_Sequence_11_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_11_Minus4: var(--sapChart_Sequence_11_Minus4, #0c2b4a);--ui5-sapChart_Sequence_11_Minus4_TextColor: var(--sapChart_Sequence_11_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_11_Minus4_TextShadow: var(--sapChart_Sequence_11_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_11_Minus5: var(--sapChart_Sequence_11_Minus5, #081c30);--ui5-sapChart_Sequence_11_Minus5_TextColor: var(--sapChart_Sequence_11_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_11_Minus5_TextShadow: var(--sapChart_Sequence_11_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_12_Plus3: var(--sapChart_Sequence_12_Plus3, #ebebeb);--ui5-sapChart_Sequence_12_Plus3_TextColor: var(--sapChart_Sequence_12_Plus3_TextColor, #000);--ui5-sapChart_Sequence_12_Plus3_TextShadow: var(--sapChart_Sequence_12_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_12_Plus2: var(--sapChart_Sequence_12_Plus2, #ead8c7);--ui5-sapChart_Sequence_12_Plus2_TextColor: var(--sapChart_Sequence_12_Plus2_TextColor, #000);--ui5-sapChart_Sequence_12_Plus2_TextShadow: var(--sapChart_Sequence_12_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_12_Plus1: var(--sapChart_Sequence_12_Plus1, #d0b79e);--ui5-sapChart_Sequence_12_Plus1_TextColor: var(--sapChart_Sequence_12_Plus1_TextColor, #000);--ui5-sapChart_Sequence_12_Plus1_TextShadow: var(--sapChart_Sequence_12_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_12: var(--sapChart_Sequence_12, #b08e6d);--ui5-sapChart_Sequence_12_TextColor: var(--sapChart_Sequence_12_TextColor, #000);--ui5-sapChart_Sequence_12_TextShadow: var(--sapChart_Sequence_12_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_12_BorderColor: var(--sapChart_Sequence_12_BorderColor, #b08e6d);--ui5-sapChart_Sequence_12_Minus1: var(--sapChart_Sequence_12_Minus1, #9e7a56);--ui5-sapChart_Sequence_12_Minus1_TextColor: var(--sapChart_Sequence_12_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_12_Minus1_TextShadow: var(--sapChart_Sequence_12_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_12_Minus2: var(--sapChart_Sequence_12_Minus2, #865b31);--ui5-sapChart_Sequence_12_Minus2_TextColor: var(--sapChart_Sequence_12_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_12_Minus2_TextShadow: var(--sapChart_Sequence_12_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_12_Minus3: var(--sapChart_Sequence_12_Minus3, #785431);--ui5-sapChart_Sequence_12_Minus3_TextColor: var(--sapChart_Sequence_12_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_12_Minus3_TextShadow: var(--sapChart_Sequence_12_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_12_Minus4: var(--sapChart_Sequence_12_Minus4, #69492b);--ui5-sapChart_Sequence_12_Minus4_TextColor: var(--sapChart_Sequence_12_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_12_Minus4_TextShadow: var(--sapChart_Sequence_12_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_12_Minus5: var(--sapChart_Sequence_12_Minus5, #523a23);--ui5-sapChart_Sequence_12_Minus5_TextColor: var(--sapChart_Sequence_12_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_12_Minus5_TextShadow: var(--sapChart_Sequence_12_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Bad_Plus3: var(--sapChart_Sequence_Bad_Plus3, #f99494);--ui5-sapChart_Sequence_Bad_Plus3_TextColor: var(--sapChart_Sequence_Bad_Plus3_TextColor, #000);--ui5-sapChart_Sequence_Bad_Plus3_TextShadow: var(--sapChart_Sequence_Bad_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Bad_Plus2: var(--sapChart_Sequence_Bad_Plus2, #f66364);--ui5-sapChart_Sequence_Bad_Plus2_TextColor: var(--sapChart_Sequence_Bad_Plus2_TextColor, #000);--ui5-sapChart_Sequence_Bad_Plus2_TextShadow: var(--sapChart_Sequence_Bad_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Bad_Plus1: var(--sapChart_Sequence_Bad_Plus1, #f33334);--ui5-sapChart_Sequence_Bad_Plus1_TextColor: var(--sapChart_Sequence_Bad_Plus1_TextColor, #000);--ui5-sapChart_Sequence_Bad_Plus1_TextShadow: var(--sapChart_Sequence_Bad_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Bad: var(--sapChart_Sequence_Bad, #dc0d0e);--ui5-sapChart_Sequence_Bad_TextColor: var(--sapChart_Sequence_Bad_TextColor, #fff);--ui5-sapChart_Sequence_Bad_TextShadow: var(--sapChart_Sequence_Bad_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Bad_BorderColor: var(--sapChart_Sequence_Bad_BorderColor, #dc0d0e);--ui5-sapChart_Sequence_Bad_Minus1: var(--sapChart_Sequence_Bad_Minus1, #b90c0d);--ui5-sapChart_Sequence_Bad_Minus1_TextColor: var(--sapChart_Sequence_Bad_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_Bad_Minus1_TextShadow: var(--sapChart_Sequence_Bad_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Bad_Minus2: var(--sapChart_Sequence_Bad_Minus2, #b90c0d);--ui5-sapChart_Sequence_Bad_Minus2_TextColor: var(--sapChart_Sequence_Bad_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_Bad_Minus2_TextShadow: var(--sapChart_Sequence_Bad_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Bad_Minus3: var(--sapChart_Sequence_Bad_Minus3, #7c0708);--ui5-sapChart_Sequence_Bad_Minus3_TextColor: var(--sapChart_Sequence_Bad_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_Bad_Minus3_TextShadow: var(--sapChart_Sequence_Bad_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Bad_Minus4: var(--sapChart_Sequence_Bad_Minus4, #550505);--ui5-sapChart_Sequence_Bad_Minus4_TextColor: var(--sapChart_Sequence_Bad_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_Bad_Minus4_TextShadow: var(--sapChart_Sequence_Bad_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Bad_Minus5: var(--sapChart_Sequence_Bad_Minus5, #380304);--ui5-sapChart_Sequence_Bad_Minus5_TextColor: var(--sapChart_Sequence_Bad_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_Bad_Minus5_TextShadow: var(--sapChart_Sequence_Bad_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Critical_Plus3: var(--sapChart_Sequence_Critical_Plus3, #f7c479);--ui5-sapChart_Sequence_Critical_Plus3_TextColor: var(--sapChart_Sequence_Critical_Plus3_TextColor, #000);--ui5-sapChart_Sequence_Critical_Plus3_TextShadow: var(--sapChart_Sequence_Critical_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Critical_Plus2: var(--sapChart_Sequence_Critical_Plus2, #f3a83a);--ui5-sapChart_Sequence_Critical_Plus2_TextColor: var(--sapChart_Sequence_Critical_Plus2_TextColor, #000);--ui5-sapChart_Sequence_Critical_Plus2_TextShadow: var(--sapChart_Sequence_Critical_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Critical_Plus1: var(--sapChart_Sequence_Critical_Plus1, #ed920e);--ui5-sapChart_Sequence_Critical_Plus1_TextColor: var(--sapChart_Sequence_Critical_Plus1_TextColor, #000);--ui5-sapChart_Sequence_Critical_Plus1_TextShadow: var(--sapChart_Sequence_Critical_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Critical: var(--sapChart_Sequence_Critical, #cb7d0c);--ui5-sapChart_Sequence_Critical_TextColor: var(--sapChart_Sequence_Critical_TextColor, #000);--ui5-sapChart_Sequence_Critical_TextShadow: var(--sapChart_Sequence_Critical_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Critical_BorderColor: var(--sapChart_Sequence_Critical_BorderColor, #cb7d0c);--ui5-sapChart_Sequence_Critical_Minus1: var(--sapChart_Sequence_Critical_Minus1, #b36e0b);--ui5-sapChart_Sequence_Critical_Minus1_TextColor: var(--sapChart_Sequence_Critical_Minus1_TextColor, #000);--ui5-sapChart_Sequence_Critical_Minus1_TextShadow: var(--sapChart_Sequence_Critical_Minus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Critical_Minus2: var(--sapChart_Sequence_Critical_Minus2, #915909);--ui5-sapChart_Sequence_Critical_Minus2_TextColor: var(--sapChart_Sequence_Critical_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_Critical_Minus2_TextShadow: var(--sapChart_Sequence_Critical_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Critical_Minus3: var(--sapChart_Sequence_Critical_Minus3, #744807);--ui5-sapChart_Sequence_Critical_Minus3_TextColor: var(--sapChart_Sequence_Critical_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_Critical_Minus3_TextShadow: var(--sapChart_Sequence_Critical_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Critical_Minus4: var(--sapChart_Sequence_Critical_Minus4, #573605);--ui5-sapChart_Sequence_Critical_Minus4_TextColor: var(--sapChart_Sequence_Critical_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_Critical_Minus4_TextShadow: var(--sapChart_Sequence_Critical_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Critical_Minus5: var(--sapChart_Sequence_Critical_Minus5, #3b2403);--ui5-sapChart_Sequence_Critical_Minus5_TextColor: var(--sapChart_Sequence_Critical_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_Critical_Minus5_TextShadow: var(--sapChart_Sequence_Critical_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Good_Plus3: var(--sapChart_Sequence_Good_Plus3, #9ad8ab);--ui5-sapChart_Sequence_Good_Plus3_TextColor: var(--sapChart_Sequence_Good_Plus3_TextColor, #000);--ui5-sapChart_Sequence_Good_Plus3_TextShadow: var(--sapChart_Sequence_Good_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Good_Plus2: var(--sapChart_Sequence_Good_Plus2, #6ac683);--ui5-sapChart_Sequence_Good_Plus2_TextColor: var(--sapChart_Sequence_Good_Plus2_TextColor, #000);--ui5-sapChart_Sequence_Good_Plus2_TextShadow: var(--sapChart_Sequence_Good_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Good_Plus1: var(--sapChart_Sequence_Good_Plus1, #46b765);--ui5-sapChart_Sequence_Good_Plus1_TextColor: var(--sapChart_Sequence_Good_Plus1_TextColor, #000);--ui5-sapChart_Sequence_Good_Plus1_TextShadow: var(--sapChart_Sequence_Good_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Good: var(--sapChart_Sequence_Good, #3c9d57);--ui5-sapChart_Sequence_Good_TextColor: var(--sapChart_Sequence_Good_TextColor, #000);--ui5-sapChart_Sequence_Good_TextShadow: var(--sapChart_Sequence_Good_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Good_BorderColor: var(--sapChart_Sequence_Good_BorderColor, #3c9d57);--ui5-sapChart_Sequence_Good_Minus1: var(--sapChart_Sequence_Good_Minus1, #328349);--ui5-sapChart_Sequence_Good_Minus1_TextColor: var(--sapChart_Sequence_Good_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_Good_Minus1_TextShadow: var(--sapChart_Sequence_Good_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Good_Minus2: var(--sapChart_Sequence_Good_Minus2, #276638);--ui5-sapChart_Sequence_Good_Minus2_TextColor: var(--sapChart_Sequence_Good_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_Good_Minus2_TextShadow: var(--sapChart_Sequence_Good_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Good_Minus3: var(--sapChart_Sequence_Good_Minus3, #20532e);--ui5-sapChart_Sequence_Good_Minus3_TextColor: var(--sapChart_Sequence_Good_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_Good_Minus3_TextShadow: var(--sapChart_Sequence_Good_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Good_Minus4: var(--sapChart_Sequence_Good_Minus4, #1a4426);--ui5-sapChart_Sequence_Good_Minus4_TextColor: var(--sapChart_Sequence_Good_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_Good_Minus4_TextShadow: var(--sapChart_Sequence_Good_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Good_Minus5: var(--sapChart_Sequence_Good_Minus5, #15361e);--ui5-sapChart_Sequence_Good_Minus5_TextColor: var(--sapChart_Sequence_Good_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_Good_Minus5_TextShadow: var(--sapChart_Sequence_Good_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Neutral_Plus3: var(--sapChart_Sequence_Neutral_Plus3, #d5dadc);--ui5-sapChart_Sequence_Neutral_Plus3_TextColor: var(--sapChart_Sequence_Neutral_Plus3_TextColor, #000);--ui5-sapChart_Sequence_Neutral_Plus3_TextShadow: var(--sapChart_Sequence_Neutral_Plus3_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Neutral_Plus2: var(--sapChart_Sequence_Neutral_Plus2, #bac1c4);--ui5-sapChart_Sequence_Neutral_Plus2_TextColor: var(--sapChart_Sequence_Neutral_Plus2_TextColor, #000);--ui5-sapChart_Sequence_Neutral_Plus2_TextShadow: var(--sapChart_Sequence_Neutral_Plus2_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Neutral_Plus1: var(--sapChart_Sequence_Neutral_Plus1, #9ea8ad);--ui5-sapChart_Sequence_Neutral_Plus1_TextColor: var(--sapChart_Sequence_Neutral_Plus1_TextColor, #000);--ui5-sapChart_Sequence_Neutral_Plus1_TextShadow: var(--sapChart_Sequence_Neutral_Plus1_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Neutral: var(--sapChart_Sequence_Neutral, #848f94);--ui5-sapChart_Sequence_Neutral_TextColor: var(--sapChart_Sequence_Neutral_TextColor, #000);--ui5-sapChart_Sequence_Neutral_TextShadow: var(--sapChart_Sequence_Neutral_TextShadow, 0 0 .125rem #fff);--ui5-sapChart_Sequence_Neutral_BorderColor: var(--sapChart_Sequence_Neutral_BorderColor, #848f94);--ui5-sapChart_Sequence_Neutral_Minus1: var(--sapChart_Sequence_Neutral_Minus1, #6a757b);--ui5-sapChart_Sequence_Neutral_Minus1_TextColor: var(--sapChart_Sequence_Neutral_Minus1_TextColor, #fff);--ui5-sapChart_Sequence_Neutral_Minus1_TextShadow: var(--sapChart_Sequence_Neutral_Minus1_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Neutral_Minus2: var(--sapChart_Sequence_Neutral_Minus2, #596368);--ui5-sapChart_Sequence_Neutral_Minus2_TextColor: var(--sapChart_Sequence_Neutral_Minus2_TextColor, #fff);--ui5-sapChart_Sequence_Neutral_Minus2_TextShadow: var(--sapChart_Sequence_Neutral_Minus2_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Neutral_Minus3: var(--sapChart_Sequence_Neutral_Minus3, #454c4f);--ui5-sapChart_Sequence_Neutral_Minus3_TextColor: var(--sapChart_Sequence_Neutral_Minus3_TextColor, #fff);--ui5-sapChart_Sequence_Neutral_Minus3_TextShadow: var(--sapChart_Sequence_Neutral_Minus3_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Neutral_Minus4: var(--sapChart_Sequence_Neutral_Minus4, #323739);--ui5-sapChart_Sequence_Neutral_Minus4_TextColor: var(--sapChart_Sequence_Neutral_Minus4_TextColor, #fff);--ui5-sapChart_Sequence_Neutral_Minus4_TextShadow: var(--sapChart_Sequence_Neutral_Minus4_TextShadow, 0 0 .125rem #000);--ui5-sapChart_Sequence_Neutral_Minus5: var(--sapChart_Sequence_Neutral_Minus5, #232729);--ui5-sapChart_Sequence_Neutral_Minus5_TextColor: var(--sapChart_Sequence_Neutral_Minus5_TextColor, #fff);--ui5-sapChart_Sequence_Neutral_Minus5_TextShadow: var(--sapChart_Sequence_Neutral_Minus5_TextShadow, 0 0 .125rem #000);--ui5-sapSapThemeId: var(--sapSapThemeId, sap_fiori_3);--ui5-sapBreakpoint_S_Min: var(--sapBreakpoint_S_Min, 0);--ui5-sapBreakpoint_M_Min: var(--sapBreakpoint_M_Min, 600px);--ui5-sapBreakpoint_L_Min: var(--sapBreakpoint_L_Min, 1024px);--ui5-sapBreakpoint_XL_Min: var(--sapBreakpoint_XL_Min, 1440px)
|
|
2
|
+
}
|