@ui5/webcomponents-theming 0.0.0-4738ea0dc → 0.0.0-49bade48d
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 +2074 -0
- package/LICENSE.txt +201 -0
- package/README.md +7 -9
- package/css-vars-usage.json +274 -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.js.map +1 -1
- 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_auto/parameters-bundle.css +1492 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +2 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +1492 -0
- 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_auto/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -0
- 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 +27 -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 +27 -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 +22 -25
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +1493 -0
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +1493 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -2
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/package-scripts.cjs +31 -0
- package/package.json +14 -17
- package/tsconfig.json +24 -13
- package/config/postcss.themes/postcss.config.js +0 -24
- package/dist/Assets-static.d.ts +0 -1
- package/dist/Assets-static.js +0 -3
- package/dist/Assets-static.js.map +0 -1
- 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.d.ts +0 -3
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +0 -3
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +0 -3
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +0 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +0 -3
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -3
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +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 -34
|
@@ -1 +1 @@
|
|
|
1
|
-
{"_":{"packageName":"@ui5/webcomponents-theming","fileName":"themes/sap_horizon_dark/parameters-bundle.css","content":":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_horizon_dark.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"sap_horizon\",\"baseTheme\"],\"Tags\":[\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\":\"sap_horizon\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.23011.0-20221202113725\"},\"Version\":{ \"Build\":\"11.1.48.20221207133419\",\"Source\":\"11.1.48\"}};--sapBrandColor:#0070f2;--sapHighlightColor:#4db1ff;--sapBaseColor:#1d232a;--sapShellColor:#1d232a;--sapBackgroundColor:#12171c;--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\",\"72Blackfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#eaecee;--sapLinkColor:#4db1ff;--sapLink_Hover_Color:#29a1ff;--sapLink_Active_Color:#4db1ff;--sapLink_Visited_Color:#4db1ff;--sapLink_InvertedColor:#bde2ff;--sapLink_SubtleColor:#eaecee;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#4db1ff;--sapActiveColor:#020303;--sapHighlightTextColor:#1d232a;--sapTitleColor:#eaecee;--sapNegativeColor:#fa6161;--sapCriticalColor:#ffdf72;--sapPositiveColor:#97dd40;--sapInformativeColor:#4db1ff;--sapNeutralColor:#a9b4be;--sapNegativeElementColor:#fa6161;--sapCriticalElementColor:#f7bf00;--sapPositiveElementColor:#6dad1f;--sapInformativeElementColor:#4db1ff;--sapNeutralElementColor:#a9b4be;--sapNegativeTextColor:#fa6161;--sapPositiveTextColor:#97dd40;--sapCriticalTextColor:#ffdf72;--sapInformativeTextColor:#4db1ff;--sapNeutralTextColor:#eaecee;--sapNeutralBorderColor:#a9b4be;--sapErrorColor:#fa6161;--sapErrorBorderColor:#fa6161;--sapWarningColor:#ffdf72;--sapWarningBorderColor:#f7bf00;--sapSuccessColor:#97dd40;--sapSuccessBorderColor:#6dad1f;--sapInformationColor:#4db1ff;--sapInformationBorderColor:#4db1ff;--sapErrorBackground:#350000;--sapWarningBackground:#382700;--sapSuccessBackground:#11331a;--sapInformationBackground:#00144a;--sapNeutralBackground:#242e38;--sapIndicationColor_1:#fd3535;--sapIndicationColor_1_Background:#fd3535;--sapIndicationColor_1_BorderColor:#fd3535;--sapIndicationColor_1_Hover_Background:#fd4e4e;--sapIndicationColor_1_Active_Background:#fe6767;--sapIndicationColor_1_TextColor:#eaecee;--sapIndicationColor_2:#ff8f8f;--sapIndicationColor_2_Background:#ff8f8f;--sapIndicationColor_2_BorderColor:#ff8f8f;--sapIndicationColor_2_Hover_Background:#ffa9a9;--sapIndicationColor_2_Active_Background:#ffc2c2;--sapIndicationColor_2_TextColor:#1d232a;--sapIndicationColor_3:#ffc933;--sapIndicationColor_3_Background:#ffc933;--sapIndicationColor_3_BorderColor:#ffc933;--sapIndicationColor_3_Hover_Background:#ffcd42;--sapIndicationColor_3_Active_Background:#ffd152;--sapIndicationColor_3_TextColor:#1d232a;--sapIndicationColor_4:#bde986;--sapIndicationColor_4_Background:#bde986;--sapIndicationColor_4_BorderColor:#bde986;--sapIndicationColor_4_Hover_Background:#c9ed9c;--sapIndicationColor_4_Active_Background:#d5f1b1;--sapIndicationColor_4_TextColor:#1d232a;--sapIndicationColor_5:#a6e0ff;--sapIndicationColor_5_Background:#a6e0ff;--sapIndicationColor_5_BorderColor:#a6e0ff;--sapIndicationColor_5_Hover_Background:#c0e9ff;--sapIndicationColor_5_Active_Background:#d9f2ff;--sapIndicationColor_5_TextColor:#1d232a;--sapIndicationColor_6:#64edd2;--sapIndicationColor_6_Background:#64edd2;--sapIndicationColor_6_BorderColor:#64edd2;--sapIndicationColor_6_Hover_Background:#7bf0d9;--sapIndicationColor_6_Active_Background:#92f2df;--sapIndicationColor_6_TextColor:#1d232a;--sapIndicationColor_7:#d3b6ff;--sapIndicationColor_7_Background:#d3b6ff;--sapIndicationColor_7_BorderColor:#d3b6ff;--sapIndicationColor_7_Hover_Background:#e2d0ff;--sapIndicationColor_7_Active_Background:#f2e9ff;--sapIndicationColor_7_TextColor:#1d232a;--sapIndicationColor_8:#ff8af0;--sapIndicationColor_8_Background:#ff8af0;--sapIndicationColor_8_BorderColor:#ff8af0;--sapIndicationColor_8_Hover_Background:#ffa3f3;--sapIndicationColor_8_Active_Background:#ffbdf7;--sapIndicationColor_8_TextColor:#1d232a;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#eaecee;--sapContent_ContrastIconColor:#1d232a;--sapContent_NonInteractiveIconColor:#a9b4be;--sapContent_MarkerIconColor:#d3b6ff;--sapContent_MarkerTextColor:#64edd2;--sapContent_MeasureIndicatorColor:#a9b4be;--sapContent_Selected_MeasureIndicatorColor:#4db1ff;--sapContent_ImagePlaceholderBackground:#45617c;--sapContent_ImagePlaceholderForegroundColor:#d5dadd;--sapContent_RatedColor:#ffdf72;--sapContent_UnratedColor:#a9b4be;--sapContent_BusyColor:#4db1ff;--sapContent_FocusColor:#4db1ff;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#000;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 hsla(0,0%,100%,0.2),0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);--sapContent_Shadow1:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);--sapContent_Shadow2:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);--sapContent_Shadow3:0 0 0 0.0625rem hsla(0,0%,100%,0.35),0 1.25rem 5rem 0 rgba(0,0,0,0.6);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.2),inset 0 -0.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(169,180,190,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(77,177,255,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(250,97,97,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(255,223,114,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(151,221,64,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(77,177,255,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(169,180,190,0.72);--sapContent_SearchHighlightColor:#046c7a;--sapContent_HelpColor:#5dc122;--sapContent_LabelColor:#8396a8;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(234,236,238,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.5;--sapContent_ContrastTextColor:#1d232a;--sapContent_ForegroundColor:#101418;--sapContent_ForegroundBorderColor:#a9b4be;--sapContent_ForegroundTextColor:#eaecee;--sapContent_BadgeBackground:#ff8cb2;--sapContent_BadgeTextColor:#1d232a;--sapContent_Placeholderloading_Background:#475566;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#475566 0%,#475566 20%,#74879f 50%,#475566 80%,#475566);--sapContent_DragAndDropActiveColor:#4db1ff;--sapContent_Selected_Background:#1d232a;--sapContent_Selected_TextColor:#4db1ff;--sapContent_Selected_Hover_Background:#1d232a;--sapContent_Selected_ForegroundColor:#4db1ff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#4098ff;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#5581ae;--sapContent_Illustrative_Color5:#fff;--sapContent_Illustrative_Color6:#b9c1c6;--sapContent_Illustrative_Color7:#223548;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--sapContent_Illustrative_Color13:#1782ff;--sapContent_Illustrative_Color14:#0070f3;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#2a4259;--sapContent_Illustrative_Color19:#324e6b;--sapContent_Illustrative_Color20:#3b5b7c;--sapShell_Background:#12171c;--sapShell_BackgroundImage:linear-gradient(180deg,#12171c,#12171c);--sapShell_BackgroundGradient:linear-gradient(180deg,#12171c,#12171c);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#1d232a;--sapShell_TextColor:#eaecee;--sapShell_InteractiveBackground:#242e38;--sapShell_InteractiveTextColor:#eaecee;--sapShell_InteractiveBorderColor:#a9b4be;--sapShell_GroupTitleTextColor:#eaecee;--sapShell_GroupTitleTextShadow:0 0 .125rem #000;--sapShell_Hover_Background:#1d232a;--sapShell_Active_Background:#1d232a;--sapShell_Active_TextColor:#4db1ff;--sapShell_Selected_Background:#1d232a;--sapShell_Selected_TextColor:#4db1ff;--sapShell_Selected_Hover_Background:#1d232a;--sapShell_Favicon:none;--sapShell_Navigation_Background:#1d232a;--sapShell_Navigation_SelectedColor:#4db1ff;--sapShell_Navigation_Selected_TextColor:#4db1ff;--sapShell_Navigation_TextColor:#eaecee;--sapShell_Navigation_Hover_Background:#1d232a;--sapShell_Navigation_Active_Background:#1d232a;--sapShell_Navigation_Active_TextColor:#4db1ff;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.8),inset 0 -0.0625rem 0 0 hsla(0,0%,100%,0.2);--sapShell_NegativeColor:#fa6161;--sapShell_CriticalColor:#ffdf72;--sapShell_PositiveColor:#97dd40;--sapShell_InformativeColor:#4db1ff;--sapShell_NeutralColor:#eaecee;--sapShell_Category_1_Background:#89d1ff;--sapShell_Category_1_BorderColor:#89d1ff;--sapShell_Category_1_TextColor:#1d232a;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#feadc8;--sapShell_Category_2_BorderColor:#feadc8;--sapShell_Category_2_TextColor:#1d232a;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#ffb300;--sapShell_Category_3_BorderColor:#ffb300;--sapShell_Category_3_TextColor:#1d232a;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#aa7dd9;--sapShell_Category_4_BorderColor:#aa7dd9;--sapShell_Category_4_TextColor:#1d232a;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#fbbfac;--sapShell_Category_5_BorderColor:#fbbfac;--sapShell_Category_5_TextColor:#1d232a;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#2ce0bf;--sapShell_Category_6_BorderColor:#2ce0bf;--sapShell_Category_6_TextColor:#1d232a;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#ff8af0;--sapShell_Category_7_BorderColor:#ff8af0;--sapShell_Category_7_TextColor:#1d232a;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#97dd40;--sapShell_Category_8_BorderColor:#97dd40;--sapShell_Category_8_TextColor:#1d232a;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#1b90ff;--sapShell_Category_9_BorderColor:#1b90ff;--sapShell_Category_9_TextColor:#eaecee;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#8396a8;--sapShell_Category_10_BorderColor:#8396a8;--sapShell_Category_10_TextColor:#1d232a;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#fe5656;--sapShell_Category_11_BorderColor:#fe5656;--sapShell_Category_11_TextColor:#eaecee;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#9b99ff;--sapShell_Category_12_BorderColor:#9b99ff;--sapShell_Category_12_TextColor:#1d232a;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#f52ebc;--sapShell_Category_13_BorderColor:#f52ebc;--sapShell_Category_13_TextColor:#eaecee;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#0ba38a;--sapShell_Category_14_BorderColor:#0ba38a;--sapShell_Category_14_TextColor:#1d232a;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#d5dadd;--sapShell_Category_15_BorderColor:#d5dadd;--sapShell_Category_15_TextColor:#1d232a;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#39ad1f;--sapShell_Category_16_BorderColor:#39ad1f;--sapShell_Category_16_TextColor:#1d232a;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#ae4000;--sapAvatar_1_BorderColor:#ae4000;--sapAvatar_1_TextColor:#ffdf72;--sapAvatar_2_Background:#890506;--sapAvatar_2_BorderColor:#890506;--sapAvatar_2_TextColor:#ff8cb2;--sapAvatar_3_Background:#b40569;--sapAvatar_3_BorderColor:#b40569;--sapAvatar_3_TextColor:#fecbda;--sapAvatar_4_Background:#8700b8;--sapAvatar_4_BorderColor:#8700b8;--sapAvatar_4_TextColor:#ffafed;--sapAvatar_5_Background:#470cf1;--sapAvatar_5_BorderColor:#470cf1;--sapAvatar_5_TextColor:#d3b6ff;--sapAvatar_6_Background:#0054cc;--sapAvatar_6_BorderColor:#0054cc;--sapAvatar_6_TextColor:#a6e0ff;--sapAvatar_7_Background:#036573;--sapAvatar_7_BorderColor:#036573;--sapAvatar_7_TextColor:#64edd2;--sapAvatar_8_Background:#236c39;--sapAvatar_8_BorderColor:#236c39;--sapAvatar_8_TextColor:#bde986;--sapAvatar_9_Background:#4e247a;--sapAvatar_9_BorderColor:#4e247a;--sapAvatar_9_TextColor:#b995e0;--sapAvatar_10_Background:#45617c;--sapAvatar_10_BorderColor:#45617c;--sapAvatar_10_TextColor:#d5dadd;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#2e3b47;--sapButton_BorderColor:#2e3b47;--sapButton_TextColor:#eaecee;--sapButton_Hover_Background:#1d232a;--sapButton_Hover_BorderColor:#1d232a;--sapButton_Hover_TextColor:#eaecee;--sapButton_IconColor:#eaecee;--sapButton_Active_Background:#213131;--sapButton_Active_BorderColor:#4db1ff;--sapButton_Active_TextColor:#4db1ff;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#eaecee;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#eaecee;--sapButton_Emphasized_Active_Background:#213131;--sapButton_Emphasized_Active_BorderColor:#4db1ff;--sapButton_Emphasized_Active_TextColor:#4db1ff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#490000;--sapButton_Reject_BorderColor:#490000;--sapButton_Reject_Hover_Background:#1d232a;--sapButton_Reject_Hover_BorderColor:#1d232a;--sapButton_Reject_Hover_TextColor:#fa6161;--sapButton_Reject_Active_Background:#213131;--sapButton_Reject_Active_BorderColor:#fa6161;--sapButton_Reject_Active_TextColor:#fa6161;--sapButton_Reject_TextColor:#fa6161;--sapButton_Reject_Selected_Background:#213131;--sapButton_Reject_Selected_BorderColor:#fa6161;--sapButton_Reject_Selected_TextColor:#fa6161;--sapButton_Reject_Selected_Hover_Background:#213131;--sapButton_Reject_Selected_Hover_BorderColor:#fa6161;--sapButton_Accept_Background:#153e20;--sapButton_Accept_BorderColor:#153e20;--sapButton_Accept_Hover_Background:#1d232a;--sapButton_Accept_Hover_BorderColor:#1d232a;--sapButton_Accept_Hover_TextColor:#97dd40;--sapButton_Accept_Active_Background:#213131;--sapButton_Accept_Active_BorderColor:#6dad1f;--sapButton_Accept_Active_TextColor:#97dd40;--sapButton_Accept_TextColor:#97dd40;--sapButton_Accept_Selected_Background:#213131;--sapButton_Accept_Selected_BorderColor:#6dad1f;--sapButton_Accept_Selected_TextColor:#97dd40;--sapButton_Accept_Selected_Hover_Background:#1d232a;--sapButton_Accept_Selected_Hover_BorderColor:#6dad1f;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#4db1ff;--sapButton_Lite_Hover_Background:#1d232a;--sapButton_Lite_Hover_BorderColor:#1d232a;--sapButton_Lite_Hover_TextColor:#4db1ff;--sapButton_Lite_Active_Background:#213131;--sapButton_Lite_Active_BorderColor:#4db1ff;--sapButton_Selected_Background:#1d232a;--sapButton_Selected_BorderColor:#4db1ff;--sapButton_Selected_TextColor:#4db1ff;--sapButton_Selected_Hover_Background:#1d232a;--sapButton_Selected_Hover_BorderColor:#4db1ff;--sapButton_Attention_Background:#382700;--sapButton_Attention_BorderColor:#382700;--sapButton_Attention_TextColor:#ffdf72;--sapButton_Attention_Hover_Background:#1d232a;--sapButton_Attention_Hover_BorderColor:#1d232a;--sapButton_Attention_Hover_TextColor:#ffdf72;--sapButton_Attention_Active_Background:#213131;--sapButton_Attention_Active_BorderColor:#f7bf00;--sapButton_Attention_Active_TextColor:#ffdf72;--sapButton_Attention_Selected_Background:#213131;--sapButton_Attention_Selected_BorderColor:#f7bf00;--sapButton_Attention_Selected_TextColor:#ffdf72;--sapButton_Attention_Selected_Hover_Background:#213131;--sapButton_Attention_Selected_Hover_BorderColor:#f7bf00;--sapButton_Negative_Background:#fa6161;--sapButton_Negative_BorderColor:#fa6161;--sapButton_Negative_TextColor:#1d232a;--sapButton_Negative_Hover_Background:#fb7a7a;--sapButton_Negative_Hover_BorderColor:#fb7a7a;--sapButton_Negative_Hover_TextColor:#1d232a;--sapButton_Negative_Active_Background:#fc9292;--sapButton_Negative_Active_BorderColor:#fc9292;--sapButton_Negative_Active_TextColor:#1d232a;--sapButton_Critical_Background:#f7bf00;--sapButton_Critical_BorderColor:#f7bf00;--sapButton_Critical_TextColor:#1d232a;--sapButton_Critical_Hover_Background:#ffcf2b;--sapButton_Critical_Hover_BorderColor:#ffcf2b;--sapButton_Critical_Hover_TextColor:#1d232a;--sapButton_Critical_Active_Background:#ffd43f;--sapButton_Critical_Active_BorderColor:#ffd43f;--sapButton_Critical_Active_TextColor:#1d232a;--sapButton_Success_Background:#6dad1f;--sapButton_Success_BorderColor:#6dad1f;--sapButton_Success_TextColor:#1d232a;--sapButton_Success_Hover_Background:#7bc323;--sapButton_Success_Hover_BorderColor:#7bc323;--sapButton_Success_Hover_TextColor:#1d232a;--sapButton_Success_Active_Background:#88d827;--sapButton_Success_Active_BorderColor:#88d827;--sapButton_Success_Active_TextColor:#1d232a;--sapButton_Information_Background:#4db1ff;--sapButton_Information_BorderColor:#4db1ff;--sapButton_Information_TextColor:#1d232a;--sapButton_Information_Hover_Background:#67bcff;--sapButton_Information_Hover_BorderColor:#67bcff;--sapButton_Information_Hover_TextColor:#1d232a;--sapButton_Information_Active_Background:#80c7ff;--sapButton_Information_Active_BorderColor:#80c7ff;--sapButton_Information_Active_TextColor:#1d232a;--sapButton_Neutral_Background:#a9b4be;--sapButton_Neutral_BorderColor:#a9b4be;--sapButton_Neutral_TextColor:#1d232a;--sapButton_Neutral_Hover_Background:#b8c1c9;--sapButton_Neutral_Hover_BorderColor:#b8c1c9;--sapButton_Neutral_Hover_TextColor:#1d232a;--sapButton_Neutral_Active_Background:#c6cdd4;--sapButton_Neutral_Active_BorderColor:#c6cdd4;--sapButton_Neutral_Active_TextColor:#1d232a;--sapButton_Track_Background:#a9b4be;--sapButton_Track_BorderColor:#a9b4be;--sapButton_Track_TextColor:#1d232a;--sapButton_Track_Hover_Background:#b8c1c9;--sapButton_Track_Hover_BorderColor:#b8c1c9;--sapButton_Track_Selected_Background:#4db1ff;--sapButton_Track_Selected_BorderColor:#4db1ff;--sapButton_Track_Selected_TextColor:#1d232a;--sapButton_Track_Selected_Hover_Background:#67bcff;--sapButton_Track_Selected_Hover_BorderColor:#67bcff;--sapButton_Handle_Background:#1d232a;--sapButton_Handle_BorderColor:#1d232a;--sapButton_Handle_TextColor:#eaecee;--sapButton_Handle_Hover_Background:#1d232a;--sapButton_Handle_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Handle_Selected_Background:#1d232a;--sapButton_Handle_Selected_BorderColor:#1d232a;--sapButton_Handle_Selected_TextColor:#4db1ff;--sapButton_Handle_Selected_Hover_Background:#1d232a;--sapButton_Handle_Selected_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Track_Negative_Background:#fa6161;--sapButton_Track_Negative_BorderColor:#fa6161;--sapButton_Track_Negative_TextColor:#1d232a;--sapButton_Track_Negative_Hover_Background:#fb7a7a;--sapButton_Track_Negative_Hover_BorderColor:#fb7a7a;--sapButton_Handle_Negative_Background:#1d232a;--sapButton_Handle_Negative_BorderColor:#1d232a;--sapButton_Handle_Negative_TextColor:#fa6161;--sapButton_Handle_Negative_Hover_Background:#1d232a;--sapButton_Handle_Negative_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_Track_Positive_Background:#6dad1f;--sapButton_Track_Positive_BorderColor:#6dad1f;--sapButton_Track_Positive_TextColor:#1d232a;--sapButton_Track_Positive_Hover_Background:#7bc323;--sapButton_Track_Positive_Hover_BorderColor:#7bc323;--sapButton_Handle_Positive_Background:#1d232a;--sapButton_Handle_Positive_BorderColor:#1d232a;--sapButton_Handle_Positive_TextColor:#97dd40;--sapButton_Handle_Positive_Hover_Background:#1d232a;--sapButton_Handle_Positive_Hover_BorderColor:rgba(29,35,42,0.5);--sapButton_TokenBackground:#1d232a;--sapButton_TokenBorderColor:#a9b4be;--sapField_Background:#242e38;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#a9b4be,#a9b4be) border-box;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#8396a8;--sapField_BorderColor:#a9b4be;--sapField_HelpBackground:#242e38;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:none;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#1d232a;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#a9b4be,#a9b4be) border-box;--sapField_Hover_BorderColor:#a9b4be;--sapField_Hover_HelpBackground:#1d232a;--sapField_Active_BorderColor:#4db1ff;--sapField_Focus_Background:#1d232a;--sapField_Focus_BorderColor:#4db1ff;--sapField_Focus_HelpBackground:#1d232a;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BackgroundStyle:0 100%/0.375rem .0625rem repeat-x linear-gradient(90deg,#a9b4be,#a9b4be 0.25rem,transparent 0) border-box;--sapField_ReadOnly_BorderColor:#a9b4be;--sapField_ReadOnly_BorderStyle:none;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ff78a4;--sapField_InvalidColor:#fa6161;--sapField_InvalidBackground:#350000;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#fa6161,#fa6161) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:none;--sapField_WarningColor:#f7bf00;--sapField_WarningBackground:#382700;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f7bf00,#f7bf00) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:none;--sapField_SuccessColor:#6dad1f;--sapField_SuccessBackground:#11331a;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#6dad1f,#6dad1f) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:none;--sapField_InformationColor:#4db1ff;--sapField_InformationBackground:#00144a;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#4db1ff,#4db1ff) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:none;--sapGroup_TitleBackground:#1d232a;--sapGroup_TitleBorderColor:#768ea5;--sapGroup_TitleTextColor:#eaecee;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#1d232a;--sapGroup_ContentBorderColor:#323c48;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#1d232a;--sapToolbar_SeparatorColor:#3c4957;--sapList_HeaderBackground:#1d232a;--sapList_HeaderBorderColor:#768ea5;--sapList_HeaderTextColor:#eaecee;--sapList_BorderColor:#2e3742;--sapList_TextColor:#eaecee;--sapList_Active_TextColor:#eaecee;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#020303;--sapList_SelectionBackgroundColor:#1d2d3e;--sapList_SelectionBorderColor:#4db1ff;--sapList_Hover_SelectionBackground:#223548;--sapList_Background:#1d232a;--sapList_Hover_Background:#232b33;--sapList_AlternatingBackground:#12171c;--sapList_GroupHeaderBackground:#1d232a;--sapList_GroupHeaderBorderColor:#768ea5;--sapList_GroupHeaderTextColor:#eaecee;--sapList_FooterBackground:#1d232a;--sapList_FooterTextColor:#eaecee;--sapList_TableGroupHeaderBackground:#0c0f13;--sapList_TableGroupHeaderBorderColor:#768ea5;--sapList_TableGroupHeaderTextColor:#eaecee;--sapList_TableFooterBorder:#768ea5;--sapList_TableFixedBorderColor:#6f829a;--sapMessage_ErrorBorderColor:#910000;--sapMessage_WarningBorderColor:#845c00;--sapMessage_SuccessBorderColor:#246c37;--sapMessage_InformationBorderColor:#0034bf;--sapProgress_Background:#2e3b48;--sapProgress_BorderColor:#2e3b48;--sapProgress_TextColor:#eaecee;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#680000;--sapProgress_NegativeBorderColor:#680000;--sapProgress_NegativeTextColor:#eaecee;--sapProgress_CriticalBackground:#6b4b00;--sapProgress_CriticalBorderColor:#6b4b00;--sapProgress_CriticalTextColor:#eaecee;--sapProgress_PositiveBackground:#174624;--sapProgress_PositiveBorderColor:#174624;--sapProgress_PositiveTextColor:#eaecee;--sapProgress_InformationBackground:#001b64;--sapProgress_InformationBorderColor:#001b64;--sapProgress_InformationTextColor:#eaecee;--sapProgress_Value_Background:#a9b4be;--sapProgress_Value_BorderColor:#2e3b48;--sapProgress_Value_TextColor:#a9b4be;--sapProgress_Value_NegativeBackground:#fa6161;--sapProgress_Value_NegativeBorderColor:#fa6161;--sapProgress_Value_NegativeTextColor:#fa6161;--sapProgress_Value_CriticalBackground:#f7bf00;--sapProgress_Value_CriticalBorderColor:#f7bf00;--sapProgress_Value_CriticalTextColor:#f7bf00;--sapProgress_Value_PositiveBackground:#6dad1f;--sapProgress_Value_PositiveBorderColor:#6dad1f;--sapProgress_Value_PositiveTextColor:#6dad1f;--sapProgress_Value_InformationBackground:#4db1ff;--sapProgress_Value_InformationBorderColor:#4db1ff;--sapProgress_Value_InformationTextColor:#4db1ff;--sapScrollBar_FaceColor:#647891;--sapScrollBar_TrackColor:#1d232a;--sapScrollBar_BorderColor:#647891;--sapScrollBar_SymbolColor:#eaecee;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#5c6e85;--sapSlider_Background:#2e3b48;--sapSlider_BorderColor:#2e3b48;--sapSlider_Selected_Background:#4db1ff;--sapSlider_Selected_BorderColor:#4db1ff;--sapSlider_HandleBackground:#1d232a;--sapSlider_HandleBorderColor:#1d232a;--sapSlider_RangeHandleBackground:#1d232a;--sapSlider_Hover_HandleBackground:#1d232a;--sapSlider_Hover_HandleBorderColor:#4db1ff;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#213131;--sapSlider_Active_HandleBorderColor:#213131;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#1d232a;--sapPageHeader_BorderColor:#2e3742;--sapPageHeader_TextColor:#eaecee;--sapPageFooter_Background:#1d232a;--sapPageFooter_BorderColor:#2e3742;--sapPageFooter_TextColor:#eaecee;--sapInfobar_Background:#036573;--sapInfobar_Hover_Background:#1d232a;--sapInfobar_Active_Background:#1d232a;--sapInfobar_NonInteractive_Background:#12171c;--sapInfobar_TextColor:#64edd2;--sapObjectHeader_Background:#1d232a;--sapObjectHeader_BorderColor:#2e3742;--sapObjectHeader_Hover_Background:#232b33;--sapObjectHeader_Title_TextColor:#eaecee;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72Black\",\"72Blackfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#8396a8;--sapBlockLayer_Background:#000;--sapTile_Background:#1d232a;--sapTile_Hover_Background:#1d232a;--sapTile_Active_Background:#15191e;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#eaecee;--sapTile_TextColor:#8396a8;--sapTile_IconColor:#8396a8;--sapTile_SeparatorColor:#475566;--sapTile_Interactive_BorderColor:#5b6e85;--sapTile_OverlayBackground:rgba(29,35,42,0.96);--sapTile_OverlayForegroundColor:#eaecee;--sapAccentColor1:#ffdf72;--sapAccentColor2:#ff8cb2;--sapAccentColor3:#fecbda;--sapAccentColor4:#ffafed;--sapAccentColor5:#d3b6ff;--sapAccentColor6:#a6e0ff;--sapAccentColor7:#64edd2;--sapAccentColor8:#bde986;--sapAccentColor9:#b995e0;--sapAccentColor10:#d5dadd;--sapAccentBackgroundColor1:#ae4000;--sapAccentBackgroundColor2:#890506;--sapAccentBackgroundColor3:#b40569;--sapAccentBackgroundColor4:#8700b8;--sapAccentBackgroundColor5:#470cf1;--sapAccentBackgroundColor6:#0054cc;--sapAccentBackgroundColor7:#036573;--sapAccentBackgroundColor8:#236c39;--sapAccentBackgroundColor9:#4e247a;--sapAccentBackgroundColor10:#45617c;--sapLegend_WorkingBackground:#1d232a;--sapLegend_NonWorkingBackground:#0c0f12;--sapLegend_CurrentDateTime:#ffafed;--sapLegendColor1:#ffb300;--sapLegendColor2:#f5734b;--sapLegendColor3:#feabc8;--sapLegendColor4:#db7070;--sapLegendColor5:#ff8af0;--sapLegendColor6:#89d1ff;--sapLegendColor7:#2ce0bf;--sapLegendColor8:#97dd40;--sapLegendColor9:#a9b4be;--sapLegendColor10:#aa7dd9;--sapLegendColor11:#f58b00;--sapLegendColor12:#fbbfac;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#ff9e74;--sapLegendColor15:#af9cc3;--sapLegendColor16:#aabce3;--sapLegendColor17:#dafdf5;--sapLegendColor18:#d5f1b1;--sapLegendColor19:#d1efff;--sapLegendColor20:#e2d8ff;--sapLegendBackgroundColor1:#382700;--sapLegendBackgroundColor2:#501605;--sapLegendBackgroundColor3:#510136;--sapLegendBackgroundColor4:#411c1c;--sapLegendBackgroundColor5:#28004a;--sapLegendBackgroundColor6:#00144a;--sapLegendBackgroundColor7:#012931;--sapLegendBackgroundColor8:#1f2519;--sapLegendBackgroundColor9:#182430;--sapLegendBackgroundColor10:#30164b;--sapLegendBackgroundColor11:#571400;--sapLegendBackgroundColor12:#360c03;--sapLegendBackgroundColor13:#3d0000;--sapLegendBackgroundColor14:#421502;--sapLegendBackgroundColor15:#332640;--sapLegendBackgroundColor16:#121d35;--sapLegendBackgroundColor17:#013131;--sapLegendBackgroundColor18:#1e3009;--sapLegendBackgroundColor19:#0a285c;--sapLegendBackgroundColor20:#1c0c6e;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#8b47d7;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#296fb3;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#8b47d7;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#296fb3;--sapChart_Sequence_Neutral:#788fa6;}"}}
|
|
1
|
+
":root {--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3_dark\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"17.0.18\"},\"Version\":{\"Build\": \"11.36.3.20260526103300\",\"Source\": \"11.36.3\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #f5f6f7;--sapLinkColor: #008fff;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapTitleColor: #f5f6f7;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #f5f6f7;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #f5f6f7;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(245,246,247,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #f5f6f7;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_BadgeBorderColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #4d82b8;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #101619;--sapContent_Illustrative_Color8: #d5dadd;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #fa4f96;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #3b5b7c;--sapContent_Illustrative_Color14: #2a4259;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #222f3b;--sapContent_Illustrative_Color21: #101619;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #d094b0;--sapContent_Illustrative_Color25: #d0c1cb;--sapContent_Illustrative_Color26: #d0b863;--sapContent_Illustrative_Color27: #d0cdb3;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Margin_S: 0 0 1rem;--sapContent_Margin_M: 1rem;--sapContent_Margin_L: 1rem 2rem;--sapContent_Margin_XL: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #6dad1f;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #f7bf00;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #fa6161;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #4db1ff;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #008fff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #008fff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #008fff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #f5f6f7;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #2e3742;--sapShell_TextColor: #f5f6f7;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #f5f6f7;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #f5f6f7;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #f5f6f7;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #f5f6f7;--sapShell_Assistant_ForegroundColor: #8e73ff;--sapShell_SubBrand_TextColor: #a5cfff;--sapShell_HeroBanner_Background: #0057d2;--sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);--sapShell_HeroBanner_TextColor: #f5f6f7;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #140069;--sapAssistant_Active_BorderColor: #c0b0ff;--sapAssistant_Active_TextColor: #c0b0ff;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #f5f6f7;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #f5f6f7;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_1_Hover_Background: #ae4000;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_2_Hover_Background: #890506;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_3_Hover_Background: #b40569;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_4_Hover_Background: #8700b8;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_5_Hover_Background: #470cf1;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_6_Hover_Background: #0054cc;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_7_Hover_Background: #036573;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_8_Hover_Background: #236c39;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_9_Hover_Background: #4e247a;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapAvatar_10_Hover_Background: #45617c;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(169,180,190,.25);--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_FontFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #f5f6f7;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #002643;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #f5f6f7;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #002643;--sapButton_Handle_Selected_BorderColor: #002643;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #002643;--sapButton_Handle_Selected_Hover_BorderColor: rgba(0,38,67,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .0625rem;--sapButton_ReadOnly_TokenBackground: #1c242c;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Selector_Hover_Background: #002b4d;--sapField_Selector_Hover_InvalidBackground: #1d232a;--sapField_Selector_Hover_WarningBackground: #1d232a;--sapField_Selector_Hover_SuccessBackground: #1d232a;--sapField_Selector_Hover_InformationBackground: #1d232a;--sapField_Picker_BorderColor: #a9b4be;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #f5f6f7;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentAlternatingBackground: #222b35;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #f5f6f7;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #f5f6f7;--sapList_Active_TextColor: #f5f6f7;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #f5f6f7;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #f5f6f7;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #f5f6f7;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapMessage_Button_Hover_Background: rgba(34,43,53,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #f5f6f7;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #f5f6f7;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #f5f6f7;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #f5f6f7;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #f5f6f7;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_Selected_Dimension: .125rem;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #f5f6f7;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #f5f6f7;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #f5f6f7;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #f5f6f7;--sapTab_ForegroundColor: #4db1ff;--sapTab_IconColor: #4db1ff;--sapTab_Background: #1d232a;--sapTab_Selected_TextColor: #4db1ff;--sapTab_Selected_IconColor: #1d232a;--sapTab_Selected_Background: #4db1ff;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #97dd40;--sapTab_Positive_ForegroundColor: #6dad1f;--sapTab_Positive_IconColor: #6dad1f;--sapTab_Positive_Selected_TextColor: #97dd40;--sapTab_Positive_Selected_IconColor: #1d232a;--sapTab_Positive_Selected_Background: #6dad1f;--sapTab_Negative_TextColor: #fa6161;--sapTab_Negative_ForegroundColor: #fa6161;--sapTab_Negative_IconColor: #fa6161;--sapTab_Negative_Selected_TextColor: #fa6161;--sapTab_Negative_Selected_IconColor: #1d232a;--sapTab_Negative_Selected_Background: #fa6161;--sapTab_Critical_TextColor: #ffdf72;--sapTab_Critical_ForegroundColor: #f7bf00;--sapTab_Critical_IconColor: #f7bf00;--sapTab_Critical_Selected_TextColor: #ffdf72;--sapTab_Critical_Selected_IconColor: #1d232a;--sapTab_Critical_Selected_Background: #f7bf00;--sapTab_Neutral_TextColor: #f5f6f7;--sapTab_Neutral_ForegroundColor: #a9b4be;--sapTab_Neutral_IconColor: #a9b4be;--sapTab_Neutral_Selected_TextColor: #f5f6f7;--sapTab_Neutral_Selected_IconColor: #1d232a;--sapTab_Neutral_Selected_Background: #a9b4be;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #f5f6f7;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: transparent;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #f5f6f7;--sapTile_Hover_ContentBackground: #1d232a;--sapTile_Active_ContentBackground: #1d232a;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd4444;--sapIndicationColor_1_Background: #fd4444;--sapIndicationColor_1_BorderColor: #fd4444;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd5d5d;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd4444;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd4444;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_TextColor: #fd4444;--sapIndicationColor_1b_Background: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_TextColor: #ff8c8c;--sapIndicationColor_2b_Background: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #640;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #640;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #640;--sapIndicationColor_3b_TextColor: #fb3;--sapIndicationColor_3b_Background: #640;--sapIndicationColor_3b_BorderColor: #640;--sapIndicationColor_3b_Hover_Background: #805500;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #1b4a04;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #1b4a04;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #1b4a04;--sapIndicationColor_4b_TextColor: #a8e987;--sapIndicationColor_4b_Background: #1b4a04;--sapIndicationColor_4b_BorderColor: #1b4a04;--sapIndicationColor_4b_Hover_Background: #246205;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_TextColor: #aad1ff;--sapIndicationColor_5b_Background: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_TextColor: #65deed;--sapIndicationColor_6b_Background: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_TextColor: #c7baff;--sapIndicationColor_7b_Background: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_TextColor: #ec89ff;--sapIndicationColor_8b_Background: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_TextColor: #f2f2f2;--sapIndicationColor_9b_Background: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_TextColor: #d8d8d8;--sapIndicationColor_10b_Background: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_Background: #1d232a;--sapChart_ContrastTextShadow: 0 0 .125rem #fff;--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #1d232a;--sapChart_LineColor_1: #313941;--sapChart_LineColor_2: #a9b3be;--sapChart_LineColor_3: #fff;--sapChart_Choropleth_Background: #222f3c;--sapChart_ChoroplethRegion_Background: #6f89a1;--sapChart_ChoroplethRegion_BorderColor: #a2c4e7;--sapChart_Data_TextColor: #fff;--sapChart_Data_ContrastTextColor: #000;--sapChart_Data_InteractiveColor: #fff;--sapChart_Data_Active_Background: #020303;--sapChart_IBCS_Actual: #eaeef2;--sapChart_IBCS_Previous: #576f86;--sapChart_IBCS_Good: #30914c;--sapChart_IBCS_Bad: #f83030;--sapChart_OrderedColor_1: #3278be;--sapChart_OrderedColor_2: #f2a634;--sapChart_OrderedColor_3: #b4ce35;--sapChart_OrderedColor_4: #fa4f96;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #f31ded;--sapChart_OrderedColor_9: #8ea18c;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #7858ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f83030;--sapChart_Critical: #dd6100;--sapChart_Good: #30914c;--sapChart_Neutral: #6f89a1;--sapChart_Sequence_1_Plus3: #a2c4e7;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #7aabdc;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #5291d1;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #3278be;--sapChart_Sequence_1_TextColor: #fff;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_BorderColor: #3278be;--sapChart_Sequence_1_Minus1: #275e96;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #1d456d;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #173859;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #122b45;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #0d1f31;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Plus3: #fbe5c4;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f8d299;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #f6bf6e;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #f2a634;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #e9920f;--sapChart_Sequence_2_Minus1: #e9920f;--sapChart_Sequence_2_Minus1_TextColor: #000;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus2: #c37a0c;--sapChart_Sequence_2_Minus2_TextColor: #000;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus3: #a1650a;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus4: #855308;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus5: #6d4407;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Plus3: #d9dec3;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #c3cb9e;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #b2be78;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #b4ce35;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #67761d;--sapChart_Sequence_3_Minus1: #9fb822;--sapChart_Sequence_3_Minus1_TextColor: #000;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus2: #8ca611;--sapChart_Sequence_3_Minus2_TextColor: #000;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus3: #67761d;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus4: #4a5515;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus5: #353d0f;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Plus3: #fec1da;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #fc99c2;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #fb72ab;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #fa4f96;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #fa4f96;--sapChart_Sequence_4_Minus1: #f32d80;--sapChart_Sequence_4_Minus1_TextColor: #000;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus2: #f20064;--sapChart_Sequence_4_Minus2_TextColor: #000;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus3: #bf1059;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus4: #990d47;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus5: #6f0934;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Plus3: #caacec;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b58ae6;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a069de;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7e2ed7;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus2: #6e1cca;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus3: #591c9c;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus4: #451679;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus5: #361160;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Plus3: #63e3de;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2dd7d1;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #21b5b0;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #049f9a;--sapChart_Sequence_6_Minus1: #018480;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus5: #002e2c;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1782ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0056ba;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus2: #00418c;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus3: #003a7d;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus4: #00336d;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus5: #002959;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Plus3: #fd98fa;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f96ef5;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #f04dec;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #f31ded;--sapChart_Sequence_8_TextColor: #000;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_BorderColor: #f31ded;--sapChart_Sequence_8_Minus1: #d201cc;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus2: #be00b9;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus3: #a1049d;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus4: #80077c;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus5: #590556;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Plus3: #d3dad2;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #c0cabf;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #a4b3a2;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #8ea18c;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #788f76;--sapChart_Sequence_9_Minus1: #788f76;--sapChart_Sequence_9_Minus1_TextColor: #000;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Minus2: #657963;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus3: #546553;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus4: #445143;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus5: #343e33;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Plus3: #fdd6d6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f9b7b7;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f7a4a4;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e86767;--sapChart_Sequence_10_Minus1: #e86767;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #d34e4e;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus3: #ac4141;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus4: #8b3434;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus5: #752c2c;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Plus3: #ddd6fb;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #bbacf7;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #a08bf4;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #7858ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #7858ff;--sapChart_Sequence_11_Minus1: #633fff;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #4018e8;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #3614c9;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #2c10a4;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #250d88;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #dfd5c5;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #d4c7b1;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #000;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #685638;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #51432c;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #3d3221;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Plus3: #fed8d8;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f99;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #ff5c5c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f83030;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f83030;--sapChart_Sequence_Bad_Minus1: #e01515;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus2: #b21010;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus3: #830c0c;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus4: #6c0a0a;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus5: #540808;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Plus3: #ffb377;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff8d35;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff7102;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #dd6100;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #dd6100;--sapChart_Sequence_Critical_Minus1: #be5400;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus2: #aa4b00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus3: #913f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus5: #441e00;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Plus3: #9bd3ab;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #5eba78;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #45a05f;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #fff;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #2a7e42;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus2: #236b38;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus3: #1d582e;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus4: #174424;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus5: #10311a;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Plus3: #eaeef2;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #adbcc9;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #8ea2b5;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #6f89a1;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #6f89a1;--sapChart_Sequence_Neutral_Minus1: #576f86;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus2: #3d566d;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus3: #34495c;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus4: #2b3c4c;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus5: #222f3c;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #000;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px;--sapSapThemeId: sap_horizon_dark;--sapHighlightTextColor: #1d232a;--sapButton_Emphasized_FontWeight: bold;--sapShell_BackgroundGradient: linear-gradient(to bottom, #12171c, #12171c);--sapAt: @\n}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
":root {\n color-scheme: light dark;\n --_ui5-light-scheme: var(--_ui5-f2d95f8);\n --_ui5-dark-scheme: ;\n --sapThemeMetaData-Base-baseLib: {\"Path\": \"Base.baseLib.sap_horizon_hcw.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon_hcb\",\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"HighContrast\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3_hcw\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"17.0.18\"},\"Version\":{\"Build\": \"11.36.3.20260526103300\",\"Source\": \"11.36.3\"}};\n --sapBrandColor: light-dark(#e97624, #795100);\n --sapHighlightColor: light-dark(#e97624, #795100);\n --sapBaseColor: light-dark(#fff, #000);\n --sapShellColor: light-dark(#fff, #000);\n --sapBackgroundColor: light-dark(#fff, #000);\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: light-dark(#000, #fff);\n --sapLinkColor: light-dark(#000, #fff);\n --sapCompanyLogo: none;\n --sapFavicon: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: light-dark(#5c93ff, #0f5c93);\n --sapHoverColor: light-dark(#e97624, #795100);\n --sapActiveColor: light-dark(#e97624, #795100);\n --sapTitleColor: light-dark(#000, #fff);\n --sapNegativeColor: light-dark(#ab0000, #ff5e5e);\n --sapCriticalColor: light-dark(#5c5c00, #ffab1d);\n --sapPositiveColor: light-dark(#006362, #99cc99);\n --sapInformativeColor: light-dark(#000, #fff);\n --sapNeutralColor: light-dark(#000, #fff);\n --sapNegativeElementColor: light-dark(#ab0000, #ff5e5e);\n --sapCriticalElementColor: light-dark(#5c5c00, #ffab1d);\n --sapPositiveElementColor: light-dark(#006362, #99cc99);\n --sapInformativeElementColor: light-dark(#000, #fff);\n --sapNeutralElementColor: light-dark(#000, #fff);\n --sapNegativeTextColor: light-dark(#ab0000, #ff5e5e);\n --sapCriticalTextColor: light-dark(#5c5c00, #ffab1d);\n --sapPositiveTextColor: light-dark(#006362, #99cc99);\n --sapInformativeTextColor: light-dark(#000, #fff);\n --sapNeutralTextColor: light-dark(#000, #fff);\n --sapErrorColor: light-dark(#ab0000, #ff5e5e);\n --sapWarningColor: light-dark(#5c5c00, #ffab1d);\n --sapSuccessColor: light-dark(#006362, #99cc99);\n --sapInformationColor: light-dark(#000, #fff);\n --sapErrorBackground: light-dark(#fff, #000);\n --sapWarningBackground: light-dark(#fff, #000);\n --sapSuccessBackground: light-dark(#fff, #000);\n --sapInformationBackground: light-dark(#fff, #000);\n --sapNeutralBackground: light-dark(#fff, #000);\n --sapErrorBorderColor: light-dark(#ab0000, #ff5e5e);\n --sapWarningBorderColor: light-dark(#5c5c00, #ffab1d);\n --sapSuccessBorderColor: light-dark(#006362, #99cc99);\n --sapInformationBorderColor: light-dark(#000, #fff);\n --sapNeutralBorderColor: light-dark(#000, #fff);\n --sapElement_LineHeight: 2.75rem;\n --sapElement_Height: 2.25rem;\n --sapElement_BorderWidth: .0625rem;\n --sapElement_BorderCornerRadius: .25rem;\n --sapElement_Compact_LineHeight: 2rem;\n --sapElement_Compact_Height: 1.625rem;\n --sapElement_Condensed_LineHeight: 1.5rem;\n --sapElement_Condensed_Height: 1.375rem;\n --sapContent_LineHeight: 1.5;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: light-dark(#000, #fff);\n --sapContent_ContrastIconColor: light-dark(#000, #fff);\n --sapContent_NonInteractiveIconColor: light-dark(#000, #fff);\n --sapContent_MarkerIconColor: light-dark(#000, #fff);\n --sapContent_MarkerTextColor: light-dark(#000, #fff);\n --sapContent_MeasureIndicatorColor: light-dark(#000, #fff);\n --sapContent_Selected_MeasureIndicatorColor: light-dark(#000, #fff);\n --sapContent_Placeholderloading_Background: light-dark(#888, #666);\n --sapContent_Placeholderloading_Gradient: var(--_ui5-light-scheme, linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%)) var(--_ui5-dark-scheme, linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%));\n --sapContent_ImagePlaceholderBackground: light-dark(#fff, #000);\n --sapContent_ImagePlaceholderForegroundColor: light-dark(#000, #fff);\n --sapContent_RatedColor: light-dark(#000, #fff);\n --sapContent_UnratedColor: light-dark(#585858, #999);\n --sapContent_BusyColor: light-dark(#000, #fff);\n --sapContent_FocusColor: light-dark(#000, #fff);\n --sapContent_FocusStyle: dotted;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: light-dark(#000, #fff);\n --sapContent_ShadowColor: light-dark(#000, #fff);\n --sapContent_ContrastShadowColor: light-dark(#000, #fff);\n --sapContent_Shadow0: var(--_ui5-light-scheme, 0 0 0 .0625rem #000) var(--_ui5-dark-scheme, 0 0 0 .0625rem #fff);\n --sapContent_Shadow1: var(--_ui5-light-scheme, 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff);\n --sapContent_Shadow2: var(--_ui5-light-scheme, 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff);\n --sapContent_Shadow3: var(--_ui5-light-scheme, 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff);\n --sapContent_TextShadow: var(--_ui5-light-scheme, -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff) var(--_ui5-dark-scheme, -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000);\n --sapContent_ContrastTextShadow: none;\n --sapContent_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #000) var(--_ui5-dark-scheme, inset 0 -.125rem #fff);\n --sapContent_Interaction_Shadow: none;\n --sapContent_Selected_Shadow: none;\n --sapContent_Negative_Shadow: none;\n --sapContent_Critical_Shadow: none;\n --sapContent_Positive_Shadow: none;\n --sapContent_Informative_Shadow: none;\n --sapContent_Neutral_Shadow: none;\n --sapContent_SearchHighlightColor: light-dark(#e97624, #795100);\n --sapContent_HelpColor: light-dark(#006800, #03ae03);\n --sapContent_LabelColor: light-dark(#000, #fff);\n --sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;\n --sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;\n --sapContent_IconFontFamily: \"SAP-icons\";\n --sapContent_DisabledTextColor: light-dark(#888, #666);\n --sapContent_DisabledOpacity: .4;\n --sapContent_ContrastTextThreshold: .5;\n --sapContent_ContrastTextColor: light-dark(#000, #fff);\n --sapContent_ForegroundColor: light-dark(#fff, #000);\n --sapContent_ForegroundBorderColor: light-dark(#000, #fff);\n --sapContent_ForegroundTextColor: light-dark(#000, #fff);\n --sapContent_BadgeBackground: light-dark(#000, #fff);\n --sapContent_BadgeTextColor: light-dark(#fff, #000);\n --sapContent_BadgeBorderColor: light-dark(#fff, #000);\n --sapContent_DragAndDropActiveColor: light-dark(#006800, #03ae03);\n --sapContent_Selected_TextColor: light-dark(#000, #fff);\n --sapContent_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapContent_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapContent_Selected_ForegroundColor: light-dark(#000, #fff);\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Lite_Shadow: var(--_ui5-light-scheme, 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff);\n --sapContent_Illustrative_Color1: #9b015d;\n --sapContent_Illustrative_Color2: light-dark(#56bdff, #4d82b8);\n --sapContent_Illustrative_Color3: #ff7f4c;\n --sapContent_Illustrative_Color4: light-dark(#00144a, #688fb7);\n --sapContent_Illustrative_Color5: light-dark(#a9b4be, #fff);\n --sapContent_Illustrative_Color6: light-dark(#d5dadd, #818f98);\n --sapContent_Illustrative_Color7: light-dark(#dbf1ff, #101619);\n --sapContent_Illustrative_Color8: light-dark(#fff, #d5dadd);\n --sapContent_Illustrative_Color9: #0899a7;\n --sapContent_Illustrative_Color10: light-dark(#dbf1ff, #ebf8ff);\n --sapContent_Illustrative_Color11: light-dark(#df1278, #fa4f96);\n --sapContent_Illustrative_Color12: #00a800;\n --sapContent_Illustrative_Color13: light-dark(#0070f2, #3b5b7c);\n --sapContent_Illustrative_Color14: light-dark(#0040b0, #2a4259);\n --sapContent_Illustrative_Color15: #c35500;\n --sapContent_Illustrative_Color16: #8d2a00;\n --sapContent_Illustrative_Color17: #046c7c;\n --sapContent_Illustrative_Color18: light-dark(#bce5ff, #2a4259);\n --sapContent_Illustrative_Color19: light-dark(#a3dbff, #324e6b);\n --sapContent_Illustrative_Color20: light-dark(#89d1ff, #222f3b);\n --sapContent_Illustrative_Color21: light-dark(#1b90ff, #101619);\n --sapContent_Illustrative_Color22: #00144a;\n --sapContent_Illustrative_Color23: #d20a0a;\n --sapContent_Illustrative_Color24: light-dark(#ffb2d2, #d094b0);\n --sapContent_Illustrative_Color25: light-dark(#ffeaf4, #d0c1cb);\n --sapContent_Illustrative_Color26: light-dark(#ffdf72, #d0b863);\n --sapContent_Illustrative_Color27: light-dark(#fff8d6, #d0cdb3);\n --sapContent_Illustrative_Color28: #a93e00;\n --sapContent_Illustrative_Color29: #450b00;\n --sapContent_Illustrative_Color30: #340800;\n --sapContent_Illustrative_Color31: #ffab92;\n --sapContent_Space_S: 1rem;\n --sapContent_Space_M: 2rem;\n --sapContent_Space_L: 2rem;\n --sapContent_Space_XL: 3rem;\n --sapContent_Space_Tiny: .5rem;\n --sapContent_Space_Small: 1rem;\n --sapContent_Space_Medium: 2rem;\n --sapContent_Space_Large: 3rem;\n --sapContent_Margin_Tiny: 0 0 1rem;\n --sapContent_Margin_Small: 1rem;\n --sapContent_Margin_Medium: 1rem 2rem;\n --sapContent_Margin_Large: 1rem 3rem;\n --sapContent_Margin_S: 0 0 1rem;\n --sapContent_Margin_M: 1rem;\n --sapContent_Margin_L: 1rem 2rem;\n --sapContent_Margin_XL: 1rem 3rem;\n --sapContent_Padding_S: 0rem;\n --sapContent_Padding_M: 2rem;\n --sapContent_Padding_L: 2rem;\n --sapContent_Padding_XL: 3rem;\n --sapContent_Gap: 1rem;\n --sapContent_Success_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #006362) var(--_ui5-dark-scheme, inset 0 -.125rem #99cc99);\n --sapContent_Warning_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #5c5c00) var(--_ui5-dark-scheme, inset 0 -.125rem #ffab1d);\n --sapContent_Error_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #ab0000) var(--_ui5-dark-scheme, inset 0 -.125rem #ff5e5e);\n --sapContent_Information_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #000) var(--_ui5-dark-scheme, inset 0 -.125rem #fff);\n --sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontHeaderFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 3rem;\n --sapFontHeader2Size: 2rem;\n --sapFontHeader3Size: 1.5rem;\n --sapFontHeader4Size: 1.25rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: underline;\n --sapLink_Hover_Color: light-dark(#000, #fff);\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: light-dark(#000, #fff);\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: light-dark(#000, #fff);\n --sapLink_InvertedColor: light-dark(#000, #fff);\n --sapLink_SubtleColor: light-dark(#000, #fff);\n --sapShell_Background: light-dark(#fff, #000);\n --sapShell_BackgroundImage: var(--_ui5-light-scheme, linear-gradient(to bottom, #fff, #fff)) var(--_ui5-dark-scheme, linear-gradient(to bottom, #000, #000));\n --sapShell_BackgroundImageOpacity: 1;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: light-dark(#000, #fff);\n --sapShell_TextColor: light-dark(#000, #fff);\n --sapShell_InteractiveBackground: light-dark(#fff, #000);\n --sapShell_InteractiveTextColor: light-dark(#000, #fff);\n --sapShell_InteractiveBorderColor: light-dark(#000, #fff);\n --sapShell_GroupTitleTextColor: light-dark(#000, #fff);\n --sapShell_GroupTitleTextShadow: var(--_ui5-light-scheme, -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff) var(--_ui5-dark-scheme, -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000);\n --sapShell_Hover_Background: light-dark(#e97624, #795100);\n --sapShell_Active_Background: light-dark(#e97624, #795100);\n --sapShell_Active_TextColor: light-dark(#000, #fff);\n --sapShell_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapShell_Selected_TextColor: light-dark(#000, #fff);\n --sapShell_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: light-dark(#fff, #000);\n --sapShell_Navigation_Hover_Background: light-dark(#e97624, #795100);\n --sapShell_Navigation_SelectedColor: light-dark(#000, #fff);\n --sapShell_Navigation_Selected_TextColor: light-dark(#000, #fff);\n --sapShell_Navigation_TextColor: light-dark(#000, #fff);\n --sapShell_Navigation_Active_TextColor: light-dark(#000, #fff);\n --sapShell_Navigation_Active_Background: light-dark(#e97624, #795100);\n --sapShell_Shadow: var(--_ui5-light-scheme, 0 .125rem 0 0 #000) var(--_ui5-dark-scheme, 0 .125rem 0 0 #fff);\n --sapShell_NegativeColor: light-dark(#ab0000, #ff5e5e);\n --sapShell_CriticalColor: light-dark(#5c5c00, #ffab1d);\n --sapShell_PositiveColor: light-dark(#006362, #99cc99);\n --sapShell_InformativeColor: light-dark(#000, #fff);\n --sapShell_NeutralColor: light-dark(#000, #fff);\n --sapShell_Assistant_ForegroundColor: light-dark(#000, #fff);\n --sapShell_SubBrand_TextColor: light-dark(#000, #fff);\n --sapShell_HeroBanner_Background: light-dark(#d1efff, #223548);\n --sapShell_HeroBanner_BackgroundImage: linear-gradient(135deg, transparent 45%, rgba(0,0,0,.45) 75%);\n --sapShell_HeroBanner_TextColor: light-dark(#000, #fff);\n --sapShell_Category_1_Background: light-dark(#fff, #000);\n --sapShell_Category_1_BorderColor: light-dark(#004ccb, #6bd3ff);\n --sapShell_Category_1_TextColor: light-dark(#000, #fff);\n --sapShell_Category_1_TextShadow: none;\n --sapShell_Category_2_Background: light-dark(#fff, #000);\n --sapShell_Category_2_BorderColor: light-dark(#973333, #db9292);\n --sapShell_Category_2_TextColor: light-dark(#000, #fff);\n --sapShell_Category_2_TextShadow: none;\n --sapShell_Category_3_Background: light-dark(#fff, #000);\n --sapShell_Category_3_BorderColor: light-dark(#5f5800, #ffc847);\n --sapShell_Category_3_TextColor: light-dark(#000, #fff);\n --sapShell_Category_3_TextShadow: none;\n --sapShell_Category_4_Background: light-dark(#fff, #000);\n --sapShell_Category_4_BorderColor: light-dark(#6c3d62, #bb86b0);\n --sapShell_Category_4_TextColor: light-dark(#000, #fff);\n --sapShell_Category_4_TextShadow: none;\n --sapShell_Category_5_Background: light-dark(#fff, #000);\n --sapShell_Category_5_BorderColor: light-dark(#734f00, #cdaf9d);\n --sapShell_Category_5_TextColor: light-dark(#000, #fff);\n --sapShell_Category_5_TextShadow: none;\n --sapShell_Category_6_Background: light-dark(#fff, #000);\n --sapShell_Category_6_BorderColor: light-dark(#105b5b, #7fc6c6);\n --sapShell_Category_6_TextColor: light-dark(#000, #fff);\n --sapShell_Category_6_TextShadow: none;\n --sapShell_Category_7_Background: light-dark(#fff, #000);\n --sapShell_Category_7_BorderColor: light-dark(#961d7c, #e269c9);\n --sapShell_Category_7_TextColor: light-dark(#000, #fff);\n --sapShell_Category_7_TextShadow: none;\n --sapShell_Category_8_Background: light-dark(#fff, #000);\n --sapShell_Category_8_BorderColor: light-dark(#26340b, #b2e484);\n --sapShell_Category_8_TextColor: light-dark(#000, #fff);\n --sapShell_Category_8_TextShadow: none;\n --sapShell_Category_9_Background: light-dark(#fff, #000);\n --sapShell_Category_9_BorderColor: light-dark(#002a86, #4db1ff);\n --sapShell_Category_9_TextColor: light-dark(#000, #fff);\n --sapShell_Category_9_TextShadow: none;\n --sapShell_Category_10_Background: light-dark(#fff, #000);\n --sapShell_Category_10_BorderColor: light-dark(#47596c, #b0bcc5);\n --sapShell_Category_10_TextColor: light-dark(#000, #fff);\n --sapShell_Category_10_TextShadow: none;\n --sapShell_Category_11_Background: light-dark(#fff, #000);\n --sapShell_Category_11_BorderColor: light-dark(#af080b, #ff8787);\n --sapShell_Category_11_TextColor: light-dark(#000, #fff);\n --sapShell_Category_11_TextShadow: none;\n --sapShell_Category_12_Background: light-dark(#fff, #000);\n --sapShell_Category_12_BorderColor: light-dark(#7000e0, #d3b6ff);\n --sapShell_Category_12_TextColor: light-dark(#000, #fff);\n --sapShell_Category_12_TextShadow: none;\n --sapShell_Category_13_Background: light-dark(#fff, #000);\n --sapShell_Category_13_BorderColor: light-dark(#580440, #fdcef0);\n --sapShell_Category_13_TextColor: light-dark(#000, #fff);\n --sapShell_Category_13_TextShadow: none;\n --sapShell_Category_14_Background: light-dark(#fff, #000);\n --sapShell_Category_14_BorderColor: light-dark(#035663, #a4eeee);\n --sapShell_Category_14_TextColor: light-dark(#000, #fff);\n --sapShell_Category_14_TextShadow: none;\n --sapShell_Category_15_Background: light-dark(#fff, #000);\n --sapShell_Category_15_BorderColor: light-dark(#223548, #eaecee);\n --sapShell_Category_15_TextColor: light-dark(#000, #fff);\n --sapShell_Category_15_TextShadow: none;\n --sapShell_Category_16_Background: light-dark(#fff, #000);\n --sapShell_Category_16_BorderColor: light-dark(#1e592f, #b2e484);\n --sapShell_Category_16_TextColor: light-dark(#000, #fff);\n --sapShell_Category_16_TextShadow: none;\n --sapShell_Space_S: .5rem;\n --sapShell_Space_M: 2rem;\n --sapShell_Space_L: 2rem;\n --sapShell_Space_XL: 3rem;\n --sapShell_Gap_S: .5rem;\n --sapShell_Gap_M: 1rem;\n --sapShell_Gap_L: 1rem;\n --sapShell_Gap_XL: 1rem;\n --sapShell_GroupGap_S: 2rem;\n --sapShell_GroupGap_M: 3rem;\n --sapShell_GroupGap_L: 3rem;\n --sapShell_GroupGap_XL: 3rem;\n --sapAssistant_Color1: light-dark(#000, #fff);\n --sapAssistant_Color2: light-dark(#000, #fff);\n --sapAssistant_BackgroundGradient: var(--_ui5-light-scheme, linear-gradient(#fff, #fff)) var(--_ui5-dark-scheme, linear-gradient(#000, #000));\n --sapAssistant_Background: light-dark(#fff, #000);\n --sapAssistant_BorderColor: light-dark(#000, #fff);\n --sapAssistant_TextColor: light-dark(#000, #fff);\n --sapAssistant_Hover_Background: light-dark(#e97624, #795100);\n --sapAssistant_Hover_BorderColor: light-dark(#000, #fff);\n --sapAssistant_Hover_TextColor: light-dark(#000, #fff);\n --sapAssistant_Active_Background: light-dark(#e97624, #795100);\n --sapAssistant_Active_BorderColor: light-dark(#000, #fff);\n --sapAssistant_Active_TextColor: light-dark(#000, #fff);\n --sapAssistant_Question_Background: light-dark(#fff, #000);\n --sapAssistant_Question_BorderColor: light-dark(#000, #fff);\n --sapAssistant_Question_TextColor: light-dark(#000, #fff);\n --sapAssistant_Answer_Background: light-dark(#b3b3b3, #585858);\n --sapAssistant_Answer_BorderColor: light-dark(#000, #fff);\n --sapAssistant_Answer_TextColor: light-dark(#000, #fff);\n --sapAvatar_1_Background: light-dark(#fff, #000);\n --sapAvatar_1_BorderColor: light-dark(#000, #fff);\n --sapAvatar_1_TextColor: light-dark(#000, #fff);\n --sapAvatar_1_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_2_Background: light-dark(#fff, #000);\n --sapAvatar_2_BorderColor: light-dark(#000, #fff);\n --sapAvatar_2_TextColor: light-dark(#000, #fff);\n --sapAvatar_2_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_3_Background: light-dark(#fff, #000);\n --sapAvatar_3_BorderColor: light-dark(#000, #fff);\n --sapAvatar_3_TextColor: light-dark(#000, #fff);\n --sapAvatar_3_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_4_Background: light-dark(#fff, #000);\n --sapAvatar_4_BorderColor: light-dark(#000, #fff);\n --sapAvatar_4_TextColor: light-dark(#000, #fff);\n --sapAvatar_4_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_5_Background: light-dark(#fff, #000);\n --sapAvatar_5_BorderColor: light-dark(#000, #fff);\n --sapAvatar_5_TextColor: light-dark(#000, #fff);\n --sapAvatar_5_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_6_Background: light-dark(#fff, #000);\n --sapAvatar_6_BorderColor: light-dark(#000, #fff);\n --sapAvatar_6_TextColor: light-dark(#000, #fff);\n --sapAvatar_6_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_7_Background: light-dark(#fff, #000);\n --sapAvatar_7_BorderColor: light-dark(#000, #fff);\n --sapAvatar_7_TextColor: light-dark(#000, #fff);\n --sapAvatar_7_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_8_Background: light-dark(#fff, #000);\n --sapAvatar_8_BorderColor: light-dark(#000, #fff);\n --sapAvatar_8_TextColor: light-dark(#000, #fff);\n --sapAvatar_8_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_9_Background: light-dark(#fff, #000);\n --sapAvatar_9_BorderColor: light-dark(#000, #fff);\n --sapAvatar_9_TextColor: light-dark(#000, #fff);\n --sapAvatar_9_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_10_Background: light-dark(#fff, #000);\n --sapAvatar_10_BorderColor: light-dark(#000, #fff);\n --sapAvatar_10_TextColor: light-dark(#000, #fff);\n --sapAvatar_10_Hover_Background: light-dark(#e97624, #795100);\n --sapAvatar_Lite_BorderColor: light-dark(#000, #fff);\n --sapAvatar_Lite_Background: light-dark(#fff, #000);\n --sapAvatar_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Background: light-dark(#fff, #000);\n --sapButton_BorderColor: light-dark(#000, #fff);\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .375rem;\n --sapButton_TextColor: light-dark(#000, #fff);\n --sapButton_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapButton_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_IconColor: light-dark(#000, #fff);\n --sapButton_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Emphasized_Background: light-dark(#fff, #000);\n --sapButton_Emphasized_BorderColor: light-dark(#000, #fff);\n --sapButton_Emphasized_BorderWidth: .125rem;\n --sapButton_Emphasized_TextColor: light-dark(#000, #fff);\n --sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapButton_Emphasized_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Emphasized_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Emphasized_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Emphasized_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Emphasized_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Emphasized_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Reject_Background: light-dark(#fff, #000);\n --sapButton_Reject_BorderColor: light-dark(#000, #fff);\n --sapButton_Reject_TextColor: light-dark(#000, #fff);\n --sapButton_Reject_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Reject_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Reject_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Reject_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Reject_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Reject_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Reject_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapButton_Reject_Selected_BorderColor: light-dark(#000, #fff);\n --sapButton_Reject_Selected_TextColor: light-dark(#000, #fff);\n --sapButton_Reject_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Reject_Selected_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Accept_Background: light-dark(#fff, #000);\n --sapButton_Accept_BorderColor: light-dark(#000, #fff);\n --sapButton_Accept_TextColor: light-dark(#000, #fff);\n --sapButton_Accept_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Accept_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Accept_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Accept_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Accept_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Accept_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Accept_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapButton_Accept_Selected_BorderColor: light-dark(#000, #fff);\n --sapButton_Accept_Selected_TextColor: light-dark(#000, #fff);\n --sapButton_Accept_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Accept_Selected_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Lite_Background: light-dark(#fff, #000);\n --sapButton_Lite_BorderColor: light-dark(#000, #fff);\n --sapButton_Lite_TextColor: light-dark(#000, #fff);\n --sapButton_Lite_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Lite_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Lite_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Lite_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Lite_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapButton_Selected_BorderColor: light-dark(#000, #fff);\n --sapButton_Selected_TextColor: light-dark(#000, #fff);\n --sapButton_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Selected_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Attention_Background: light-dark(#fff, #000);\n --sapButton_Attention_BorderColor: light-dark(#000, #fff);\n --sapButton_Attention_TextColor: light-dark(#000, #fff);\n --sapButton_Attention_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Attention_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Attention_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Attention_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Attention_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Attention_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Attention_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapButton_Attention_Selected_BorderColor: light-dark(#000, #fff);\n --sapButton_Attention_Selected_TextColor: light-dark(#000, #fff);\n --sapButton_Attention_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Attention_Selected_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Negative_Background: light-dark(#fff, #000);\n --sapButton_Negative_BorderColor: light-dark(#000, #fff);\n --sapButton_Negative_TextColor: light-dark(#000, #fff);\n --sapButton_Negative_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Negative_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Negative_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Negative_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Negative_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Negative_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Critical_Background: light-dark(#fff, #000);\n --sapButton_Critical_BorderColor: light-dark(#000, #fff);\n --sapButton_Critical_TextColor: light-dark(#000, #fff);\n --sapButton_Critical_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Critical_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Critical_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Critical_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Critical_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Critical_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Success_Background: light-dark(#fff, #000);\n --sapButton_Success_BorderColor: light-dark(#000, #fff);\n --sapButton_Success_TextColor: light-dark(#000, #fff);\n --sapButton_Success_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Success_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Success_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Success_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Success_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Success_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Information_Background: light-dark(#fff, #000);\n --sapButton_Information_BorderColor: light-dark(#000, #fff);\n --sapButton_Information_TextColor: light-dark(#000, #fff);\n --sapButton_Information_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Information_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Information_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Information_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Information_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Information_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Neutral_Background: light-dark(#fff, #000);\n --sapButton_Neutral_BorderColor: light-dark(#000, #fff);\n --sapButton_Neutral_TextColor: light-dark(#000, #fff);\n --sapButton_Neutral_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Neutral_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Neutral_Hover_TextColor: light-dark(#000, #fff);\n --sapButton_Neutral_Active_Background: light-dark(#e97624, #795100);\n --sapButton_Neutral_Active_BorderColor: light-dark(#000, #fff);\n --sapButton_Neutral_Active_TextColor: light-dark(#000, #fff);\n --sapButton_Track_Background: light-dark(#fff, #000);\n --sapButton_Track_BorderColor: light-dark(#000, #fff);\n --sapButton_Track_TextColor: light-dark(#000, #fff);\n --sapButton_Track_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Track_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Track_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapButton_Track_Selected_BorderColor: light-dark(#000, #fff);\n --sapButton_Track_Selected_TextColor: light-dark(#000, #fff);\n --sapButton_Track_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Track_Selected_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Handle_Background: light-dark(#fff, #000);\n --sapButton_Handle_BorderColor: light-dark(#000, #fff);\n --sapButton_Handle_TextColor: light-dark(#000, #fff);\n --sapButton_Handle_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Handle_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Handle_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapButton_Handle_Selected_BorderColor: light-dark(#000, #fff);\n --sapButton_Handle_Selected_TextColor: light-dark(#000, #fff);\n --sapButton_Handle_Selected_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Handle_Selected_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Track_Negative_Background: light-dark(#fff, #000);\n --sapButton_Track_Negative_BorderColor: light-dark(#ab0000, #ff5e5e);\n --sapButton_Track_Negative_TextColor: light-dark(#000, #fff);\n --sapButton_Track_Negative_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Track_Negative_Hover_BorderColor: light-dark(#ab0000, #ff5e5e);\n --sapButton_Handle_Negative_Background: light-dark(#fff, #000);\n --sapButton_Handle_Negative_BorderColor: light-dark(#ab0000, #ff5e5e);\n --sapButton_Handle_Negative_TextColor: light-dark(#000, #fff);\n --sapButton_Handle_Negative_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Handle_Negative_Hover_BorderColor: light-dark(#ab0000, #ff5e5e);\n --sapButton_Track_Positive_Background: light-dark(#fff, #000);\n --sapButton_Track_Positive_BorderColor: light-dark(#006362, #99cc99);\n --sapButton_Track_Positive_TextColor: light-dark(#000, #fff);\n --sapButton_Track_Positive_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Track_Positive_Hover_BorderColor: light-dark(#000, #fff);\n --sapButton_Handle_Positive_Background: light-dark(#fff, #000);\n --sapButton_Handle_Positive_BorderColor: light-dark(#006362, #99cc99);\n --sapButton_Handle_Positive_TextColor: light-dark(#000, #fff);\n --sapButton_Handle_Positive_Hover_Background: light-dark(#e97624, #795100);\n --sapButton_Handle_Positive_Hover_BorderColor: light-dark(#006362, #99cc99);\n --sapButton_TokenBackground: light-dark(#fff, #000);\n --sapButton_TokenBorderColor: light-dark(#000, #fff);\n --sapButton_TokenBorderCornerRadius: .25rem;\n --sapButton_Selected_TokenBorderWidth: 0;\n --sapButton_ReadOnly_TokenBackground: light-dark(#b3b3b3, #585858);\n --sapButton_Segment_BorderCornerRadius: 0;\n --sapField_Background: light-dark(#fff, #000);\n --sapField_BackgroundStyle: none;\n --sapField_TextColor: light-dark(#000, #fff);\n --sapField_PlaceholderTextColor: light-dark(#585858, #999);\n --sapField_BorderColor: light-dark(#000, #fff);\n --sapField_HelpBackground: light-dark(#fff, #000);\n --sapField_BorderWidth: .125rem;\n --sapField_BorderStyle: solid;\n --sapField_BorderCornerRadius: 0;\n --sapField_Shadow: none;\n --sapField_Hover_Background: light-dark(#fff, #000);\n --sapField_Hover_BackgroundStyle: none;\n --sapField_Hover_BorderColor: light-dark(#000, #fff);\n --sapField_Hover_HelpBackground: light-dark(#fff, #000);\n --sapField_Hover_Shadow: none;\n --sapField_Hover_InvalidShadow: none;\n --sapField_Hover_WarningShadow: none;\n --sapField_Hover_SuccessShadow: none;\n --sapField_Hover_InformationShadow: none;\n --sapField_Active_BorderColor: light-dark(#000, #fff);\n --sapField_Focus_Background: light-dark(#fff, #000);\n --sapField_Focus_BorderColor: light-dark(#000, #fff);\n --sapField_Focus_HelpBackground: light-dark(#fff, #000);\n --sapField_ReadOnly_Background: light-dark(#b3b3b3, #585858);\n --sapField_ReadOnly_BackgroundStyle: none;\n --sapField_ReadOnly_BorderColor: light-dark(#000, #fff);\n --sapField_ReadOnly_BorderStyle: solid;\n --sapField_ReadOnly_HelpBackground: light-dark(#b3b3b3, #585858);\n --sapField_RequiredColor: light-dark(#000, #fff);\n --sapField_InvalidColor: light-dark(#000, #fff);\n --sapField_InvalidBackground: light-dark(#e97624, #795100);\n --sapField_InvalidBackgroundStyle: none;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: dashed;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: light-dark(#000, #fff);\n --sapField_WarningBackground: light-dark(#fff, #000);\n --sapField_WarningBackgroundStyle: none;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: dashed;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: light-dark(#000, #fff);\n --sapField_SuccessBackground: light-dark(#fff, #000);\n --sapField_SuccessBackgroundStyle: none;\n --sapField_SuccessBorderWidth: .125rem;\n --sapField_SuccessBorderStyle: solid;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: light-dark(#000, #fff);\n --sapField_InformationBackground: light-dark(#fff, #000);\n --sapField_InformationBackgroundStyle: none;\n --sapField_InformationBorderWidth: .0625rem;\n --sapField_InformationBorderStyle: dashed;\n --sapField_InformationShadow: none;\n --sapField_Selector_Hover_Background: light-dark(#5c93ff, #0f5c93);\n --sapField_Selector_Hover_InvalidBackground: light-dark(#e97624, #795100);\n --sapField_Selector_Hover_WarningBackground: light-dark(#fff, #000);\n --sapField_Selector_Hover_SuccessBackground: light-dark(#fff, #000);\n --sapField_Selector_Hover_InformationBackground: light-dark(#fff, #000);\n --sapField_Picker_BorderColor: light-dark(#fff, #000);\n --sapField_Picker_BorderWidth: .125rem;\n --sapField_Selector_BorderStyle: solid;\n --sapField_Selector_ReadOnly_BorderStyle: solid;\n --sapField_Selector_InvalidBorderStyle: dashed;\n --sapField_Selector_WarningBorderStyle: dashed;\n --sapField_Selector_SuccessBorderStyle: solid;\n --sapField_Selector_InformationBorderStyle: dashed;\n --sapGroup_TitleBorderWidth: .125rem;\n --sapGroup_TitleBackground: light-dark(#fff, #000);\n --sapGroup_TitleBorderColor: light-dark(#000, #fff);\n --sapGroup_TitleTextColor: light-dark(#000, #fff);\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: light-dark(#fff, #000);\n --sapGroup_ContentAlternatingBackground: light-dark(#fff, #000);\n --sapGroup_ContentBorderColor: light-dark(#000, #fff);\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: 0;\n --sapGroup_FooterBackground: light-dark(#fff, #000);\n --sapToolbar_Background: light-dark(#fff, #000);\n --sapToolbar_SeparatorColor: light-dark(#000, #fff);\n --sapList_HeaderBackground: light-dark(#fff, #000);\n --sapList_HeaderBorderColor: light-dark(#000, #fff);\n --sapList_HeaderTextColor: light-dark(#000, #fff);\n --sapList_BorderColor: light-dark(#585858, #999);\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: light-dark(#000, #fff);\n --sapList_Active_TextColor: light-dark(#000, #fff);\n --sapList_Active_Background: light-dark(#e97624, #795100);\n --sapList_SelectionBackgroundColor: light-dark(#5c93ff, #0f5c93);\n --sapList_SelectionBorderColor: light-dark(#000, #fff);\n --sapList_Hover_SelectionBackground: light-dark(#e97624, #795100);\n --sapList_Background: light-dark(#fff, #000);\n --sapList_Hover_Background: light-dark(#e97624, #795100);\n --sapList_AlternatingBackground: light-dark(#e6e6e6, #262626);\n --sapList_GroupHeaderBackground: light-dark(#fff, #000);\n --sapList_GroupHeaderBorderColor: light-dark(#000, #fff);\n --sapList_GroupHeaderTextColor: light-dark(#000, #fff);\n --sapList_TableGroupHeaderBackground: light-dark(#b3b3b3, #585858);\n --sapList_TableGroupHeaderBorderColor: light-dark(#000, #fff);\n --sapList_TableGroupHeaderTextColor: light-dark(#000, #fff);\n --sapList_FooterBackground: light-dark(#fff, #000);\n --sapList_FooterTextColor: light-dark(#000, #fff);\n --sapList_TableFooterBorder: light-dark(#000, #fff);\n --sapList_TableFixedBorderColor: light-dark(#000, #fff);\n --sapList_TableFixedColumnBorderWidth: .1875rem;\n --sapList_TableFixedRowBorderWidth: .1875rem;\n --sapMessage_BorderWidth: .125rem;\n --sapMessage_ErrorBorderColor: light-dark(#ab0000, #ff5e5e);\n --sapMessage_WarningBorderColor: light-dark(#5c5c00, #ffab1d);\n --sapMessage_SuccessBorderColor: light-dark(#006362, #99cc99);\n --sapMessage_InformationBorderColor: light-dark(#000, #fff);\n --sapMessage_Button_Hover_Background: light-dark(#e97624, #795100);\n --sapPopover_BorderCornerRadius: .25rem;\n --sapProgress_Background: light-dark(#fff, #000);\n --sapProgress_BorderColor: light-dark(#000, #fff);\n --sapProgress_TextColor: light-dark(#000, #fff);\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: light-dark(#fff, #000);\n --sapProgress_NegativeBorderColor: light-dark(#000, #fff);\n --sapProgress_NegativeTextColor: light-dark(#000, #fff);\n --sapProgress_CriticalBackground: light-dark(#fff, #000);\n --sapProgress_CriticalBorderColor: light-dark(#000, #fff);\n --sapProgress_CriticalTextColor: light-dark(#000, #fff);\n --sapProgress_PositiveBackground: light-dark(#fff, #000);\n --sapProgress_PositiveBorderColor: light-dark(#000, #fff);\n --sapProgress_PositiveTextColor: light-dark(#000, #fff);\n --sapProgress_InformationBackground: light-dark(#fff, #000);\n --sapProgress_InformationBorderColor: light-dark(#000, #fff);\n --sapProgress_InformationTextColor: light-dark(#000, #fff);\n --sapProgress_Value_Background: light-dark(#e97624, #795100);\n --sapProgress_Value_BorderColor: light-dark(#000, #fff);\n --sapProgress_Value_TextColor: light-dark(#000, #fff);\n --sapProgress_Value_NegativeBackground: light-dark(#e97624, #795100);\n --sapProgress_Value_NegativeBorderColor: light-dark(#000, #fff);\n --sapProgress_Value_NegativeTextColor: light-dark(#000, #fff);\n --sapProgress_Value_CriticalBackground: light-dark(#e97624, #795100);\n --sapProgress_Value_CriticalBorderColor: light-dark(#000, #fff);\n --sapProgress_Value_CriticalTextColor: light-dark(#000, #fff);\n --sapProgress_Value_PositiveBackground: light-dark(#e97624, #795100);\n --sapProgress_Value_PositiveBorderColor: light-dark(#000, #fff);\n --sapProgress_Value_PositiveTextColor: light-dark(#000, #fff);\n --sapProgress_Value_InformationBackground: light-dark(#e97624, #795100);\n --sapProgress_Value_InformationBorderColor: light-dark(#000, #fff);\n --sapProgress_Value_InformationTextColor: light-dark(#000, #fff);\n --sapScrollBar_FaceColor: light-dark(#585858, #999);\n --sapScrollBar_TrackColor: light-dark(#fff, #000);\n --sapScrollBar_BorderColor: light-dark(#585858, #999);\n --sapScrollBar_SymbolColor: light-dark(#000, #fff);\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: light-dark(#000, #fff);\n --sapSlider_Background: light-dark(#fff, #000);\n --sapSlider_BorderColor: light-dark(#000, #fff);\n --sapSlider_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapSlider_Selected_BorderColor: light-dark(#000, #fff);\n --sapSlider_Selected_Dimension: .25rem;\n --sapSlider_HandleBackground: light-dark(#fff, #000);\n --sapSlider_HandleBorderColor: light-dark(#000, #fff);\n --sapSlider_RangeHandleBackground: light-dark(#fff, #000);\n --sapSlider_Hover_HandleBackground: light-dark(#e97624, #795100);\n --sapSlider_Hover_HandleBorderColor: light-dark(#000, #fff);\n --sapSlider_Hover_RangeHandleBackground: light-dark(#e97624, #795100);\n --sapSlider_Active_HandleBackground: light-dark(#e97624, #795100);\n --sapSlider_Active_HandleBorderColor: light-dark(#000, #fff);\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: light-dark(#fff, #000);\n --sapPageHeader_BorderColor: light-dark(#000, #fff);\n --sapPageHeader_TextColor: light-dark(#000, #fff);\n --sapPageFooter_Background: light-dark(#fff, #000);\n --sapPageFooter_BorderColor: light-dark(#000, #fff);\n --sapPageFooter_TextColor: light-dark(#000, #fff);\n --sapInfobar_Background: light-dark(#fff, #000);\n --sapInfobar_Hover_Background: light-dark(#e97624, #795100);\n --sapInfobar_Active_Background: light-dark(#e97624, #795100);\n --sapInfobar_NonInteractive_Background: light-dark(#b3b3b3, #585858);\n --sapInfobar_TextColor: light-dark(#000, #fff);\n --sapObjectHeader_Background: light-dark(#fff, #000);\n --sapObjectHeader_Hover_Background: light-dark(#e97624, #795100);\n --sapObjectHeader_BorderColor: light-dark(#000, #fff);\n --sapObjectHeader_Title_TextColor: light-dark(#000, #fff);\n --sapObjectHeader_Title_FontSize: 1.5rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: light-dark(#000, #fff);\n --sapBlockLayer_Background: light-dark(#fff, #000);\n --sapBlockLayer_Opacity: .3;\n --sapTab_TextColor: light-dark(#000, #fff);\n --sapTab_ForegroundColor: light-dark(#000, #fff);\n --sapTab_IconColor: light-dark(#000, #fff);\n --sapTab_Background: light-dark(#fff, #000);\n --sapTab_Selected_TextColor: light-dark(#000, #fff);\n --sapTab_Selected_IconColor: light-dark(#000, #fff);\n --sapTab_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapTab_Selected_Indicator_Dimension: .3125rem;\n --sapTab_Positive_TextColor: light-dark(#000, #fff);\n --sapTab_Positive_ForegroundColor: light-dark(#000, #fff);\n --sapTab_Positive_IconColor: light-dark(#000, #fff);\n --sapTab_Positive_Selected_TextColor: light-dark(#000, #fff);\n --sapTab_Positive_Selected_IconColor: light-dark(#000, #fff);\n --sapTab_Positive_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapTab_Negative_TextColor: light-dark(#000, #fff);\n --sapTab_Negative_ForegroundColor: light-dark(#000, #fff);\n --sapTab_Negative_IconColor: light-dark(#000, #fff);\n --sapTab_Negative_Selected_TextColor: light-dark(#000, #fff);\n --sapTab_Negative_Selected_IconColor: light-dark(#000, #fff);\n --sapTab_Negative_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapTab_Critical_TextColor: light-dark(#000, #fff);\n --sapTab_Critical_ForegroundColor: light-dark(#000, #fff);\n --sapTab_Critical_IconColor: light-dark(#000, #fff);\n --sapTab_Critical_Selected_TextColor: light-dark(#000, #fff);\n --sapTab_Critical_Selected_IconColor: light-dark(#000, #fff);\n --sapTab_Critical_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapTab_Neutral_TextColor: light-dark(#000, #fff);\n --sapTab_Neutral_ForegroundColor: light-dark(#000, #fff);\n --sapTab_Neutral_IconColor: light-dark(#000, #fff);\n --sapTab_Neutral_Selected_TextColor: light-dark(#000, #fff);\n --sapTab_Neutral_Selected_IconColor: light-dark(#000, #fff);\n --sapTab_Neutral_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapTile_Background: light-dark(#fff, #000);\n --sapTile_Hover_Background: light-dark(#e97624, #795100);\n --sapTile_Active_Background: light-dark(#e97624, #795100);\n --sapTile_BorderColor: light-dark(#000, #fff);\n --sapTile_BorderCornerRadius: .25rem;\n --sapTile_TitleTextColor: light-dark(#000, #fff);\n --sapTile_TextColor: light-dark(#000, #fff);\n --sapTile_IconColor: light-dark(#000, #fff);\n --sapTile_SeparatorColor: transparent;\n --sapTile_Interactive_BorderColor: light-dark(#000, #fff);\n --sapTile_OverlayBackground: light-dark(#fff, #000);\n --sapTile_OverlayForegroundColor: light-dark(#000, #fff);\n --sapTile_Hover_ContentBackground: light-dark(#e97624, #795100);\n --sapTile_Active_ContentBackground: light-dark(#e97624, #795100);\n --sapAccentColor1: light-dark(#5f5800, #ffc847);\n --sapAccentColor2: light-dark(#5e4101, #ed884a);\n --sapAccentColor3: light-dark(#973333, #db9292);\n --sapAccentColor4: light-dark(#961d7c, #e269c9);\n --sapAccentColor5: light-dark(#365892, #8ca7d5);\n --sapAccentColor6: light-dark(#004ccb, #6bd3ff);\n --sapAccentColor7: light-dark(#105b5b, #7fc6c6);\n --sapAccentColor8: light-dark(#26340b, #b2e484);\n --sapAccentColor9: light-dark(#6c32a9, #b995e0);\n --sapAccentColor10: light-dark(#4a5964, #b0bcc5);\n --sapAccentBackgroundColor1: light-dark(#fff, #000);\n --sapAccentBackgroundColor2: light-dark(#fff, #000);\n --sapAccentBackgroundColor3: light-dark(#fff, #000);\n --sapAccentBackgroundColor4: light-dark(#fff, #000);\n --sapAccentBackgroundColor5: light-dark(#fff, #000);\n --sapAccentBackgroundColor6: light-dark(#fff, #000);\n --sapAccentBackgroundColor7: light-dark(#fff, #000);\n --sapAccentBackgroundColor8: light-dark(#fff, #000);\n --sapAccentBackgroundColor9: light-dark(#fff, #000);\n --sapAccentBackgroundColor10: light-dark(#fff, #000);\n --sapIndicationColor_1: light-dark(#780000, #ff5e5e);\n --sapIndicationColor_1_Background: light-dark(#fff, #000);\n --sapIndicationColor_1_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_1_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_1_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_1_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_1_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_1_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_1_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_1_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_1_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_1b: light-dark(#780000, #ff5e5e);\n --sapIndicationColor_1b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_1b_Background: light-dark(#fff, #000);\n --sapIndicationColor_1b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_1b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_2: light-dark(#ab0000, #ff9191);\n --sapIndicationColor_2_Background: light-dark(#fff, #000);\n --sapIndicationColor_2_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_2_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_2_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_2_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_2_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_2_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_2_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_2_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_2_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_2b: light-dark(#ab0000, #ff9191);\n --sapIndicationColor_2b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_2b_Background: light-dark(#fff, #000);\n --sapIndicationColor_2b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_2b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_3: light-dark(#5c5c00, #ffab1d);\n --sapIndicationColor_3_Background: light-dark(#fff, #000);\n --sapIndicationColor_3_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_3_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_3_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_3_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_3_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_3_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_3_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_3_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_3_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_3b: light-dark(#5c5c00, #ffab1d);\n --sapIndicationColor_3b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_3b_Background: light-dark(#fff, #000);\n --sapIndicationColor_3b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_3b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_4: light-dark(#006362, #99cc99);\n --sapIndicationColor_4_Background: light-dark(#fff, #000);\n --sapIndicationColor_4_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_4_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_4_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_4_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_4_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_4_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_4_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_4_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_4_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_4b: light-dark(#006362, #99cc99);\n --sapIndicationColor_4b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_4b_Background: light-dark(#fff, #000);\n --sapIndicationColor_4b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_4b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_5: light-dark(#004ccb, #6bd3ff);\n --sapIndicationColor_5_Background: light-dark(#fff, #000);\n --sapIndicationColor_5_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_5_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_5_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_5_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_5_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_5_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_5_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_5_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_5_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_5b: light-dark(#004ccb, #6bd3ff);\n --sapIndicationColor_5b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_5b_Background: light-dark(#fff, #000);\n --sapIndicationColor_5b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_5b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_6: light-dark(#105b5b, #7fc6c6);\n --sapIndicationColor_6_Background: light-dark(#fff, #000);\n --sapIndicationColor_6_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_6_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_6_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_6_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_6_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_6_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_6_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_6_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_6_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_6b: light-dark(#105b5b, #7fc6c6);\n --sapIndicationColor_6b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_6b_Background: light-dark(#fff, #000);\n --sapIndicationColor_6b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_6b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_7: light-dark(#6c32a9, #b995e0);\n --sapIndicationColor_7_Background: light-dark(#fff, #000);\n --sapIndicationColor_7_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_7_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_7_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_7_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_7_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_7_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_7_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_7_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_7_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_7b: light-dark(#6c32a9, #b995e0);\n --sapIndicationColor_7b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_7b_Background: light-dark(#fff, #000);\n --sapIndicationColor_7b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_7b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_8: light-dark(#961d7c, #e269c9);\n --sapIndicationColor_8_Background: light-dark(#fff, #000);\n --sapIndicationColor_8_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_8_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_8_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_8_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_8_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_8_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_8_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_8_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_8_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_8b: light-dark(#961d7c, #e269c9);\n --sapIndicationColor_8b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_8b_Background: light-dark(#fff, #000);\n --sapIndicationColor_8b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_8b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_9: light-dark(#fff, #000);\n --sapIndicationColor_9_Background: light-dark(#fff, #000);\n --sapIndicationColor_9_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_9_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_9_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_9_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_9_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_9_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_9_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_9_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_9_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_9b: light-dark(#fff, #000);\n --sapIndicationColor_9b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_9b_Background: light-dark(#fff, #000);\n --sapIndicationColor_9b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_9b_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_10: light-dark(#eaecee, #494949);\n --sapIndicationColor_10_Background: light-dark(#fff, #000);\n --sapIndicationColor_10_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_10_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_10_Hover_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_10_Active_Background: light-dark(#e97624, #795100);\n --sapIndicationColor_10_Active_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_10_Active_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_10_Selected_Background: light-dark(#5c93ff, #0f5c93);\n --sapIndicationColor_10_Selected_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_10_Selected_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_10b: light-dark(#eaecee, #494949);\n --sapIndicationColor_10b_TextColor: light-dark(#000, #fff);\n --sapIndicationColor_10b_Background: light-dark(#fff, #000);\n --sapIndicationColor_10b_BorderColor: light-dark(#000, #fff);\n --sapIndicationColor_10b_Hover_Background: light-dark(#e97624, #795100);\n --sapLegend_WorkingBackground: light-dark(#d9d9d9, #2e2e2e);\n --sapLegend_NonWorkingBackground: light-dark(#b3b3b3, #585858);\n --sapLegend_CurrentDateTime: light-dark(#961d7c, #e269c9);\n --sapLegendColor1: light-dark(#5f5800, #ffc847);\n --sapLegendColor2: light-dark(#5e4101, #ed884a);\n --sapLegendColor3: light-dark(#973333, #db9292);\n --sapLegendColor4: light-dark(#463000, #ff741f);\n --sapLegendColor5: light-dark(#961d7c, #e269c9);\n --sapLegendColor6: light-dark(#004ccb, #6bd3ff);\n --sapLegendColor7: light-dark(#105b5b, #7fc6c6);\n --sapLegendColor8: light-dark(#26340b, #b2e484);\n --sapLegendColor9: light-dark(#4a5964, #b0bcc5);\n --sapLegendColor10: light-dark(#6c3d62, #bb86b0);\n --sapLegendColor11: light-dark(#383513, #ffe6ad);\n --sapLegendColor12: light-dark(#734f00, #cdaf9d);\n --sapLegendColor13: light-dark(#723e3e, #ff8787);\n --sapLegendColor14: light-dark(#5f5642, #ffb385);\n --sapLegendColor15: light-dark(#60535d, #ffb2ef);\n --sapLegendColor16: light-dark(#465878, #9cabc5);\n --sapLegendColor17: light-dark(#435b5b, #a4eeee);\n --sapLegendColor18: light-dark(#4e5a36, #8d9e7e);\n --sapLegendColor19: light-dark(#4e5869, #addcf0);\n --sapLegendColor20: light-dark(#001b49, #629cff);\n --sapLegendBackgroundColor1: light-dark(#fff, #000);\n --sapLegendBackgroundColor2: light-dark(#fff, #000);\n --sapLegendBackgroundColor3: light-dark(#fff, #000);\n --sapLegendBackgroundColor4: light-dark(#fff, #000);\n --sapLegendBackgroundColor5: light-dark(#fff, #000);\n --sapLegendBackgroundColor6: light-dark(#fff, #000);\n --sapLegendBackgroundColor7: light-dark(#fff, #000);\n --sapLegendBackgroundColor8: light-dark(#fff, #000);\n --sapLegendBackgroundColor9: light-dark(#fff, #000);\n --sapLegendBackgroundColor10: light-dark(#fff, #000);\n --sapLegendBackgroundColor11: light-dark(#fff, #000);\n --sapLegendBackgroundColor12: light-dark(#fff, #000);\n --sapLegendBackgroundColor13: light-dark(#fff, #000);\n --sapLegendBackgroundColor14: light-dark(#fff, #000);\n --sapLegendBackgroundColor15: light-dark(#fff, #000);\n --sapLegendBackgroundColor16: light-dark(#fff, #000);\n --sapLegendBackgroundColor17: light-dark(#fff, #000);\n --sapLegendBackgroundColor18: light-dark(#fff, #000);\n --sapLegendBackgroundColor19: light-dark(#fff, #000);\n --sapLegendBackgroundColor20: light-dark(#fff, #000);\n --sapChart_Background: light-dark(#fff, #000);\n --sapChart_ContrastTextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_ContrastShadowColor: light-dark(#fff, #000);\n --sapChart_ContrastLineColor: light-dark(#fff, #000);\n --sapChart_LineColor_1: light-dark(#888, #666);\n --sapChart_LineColor_2: light-dark(#000, #fff);\n --sapChart_LineColor_3: light-dark(#000, #fff);\n --sapChart_Choropleth_Background: light-dark(#b3b3b3, #585858);\n --sapChart_ChoroplethRegion_Background: light-dark(#525252, #afafaf);\n --sapChart_ChoroplethRegion_BorderColor: light-dark(#b3b3b3, #585858);\n --sapChart_Data_TextColor: light-dark(#000, #fff);\n --sapChart_Data_ContrastTextColor: light-dark(#fff, #000);\n --sapChart_Data_InteractiveColor: light-dark(#000, #fff);\n --sapChart_Data_Active_Background: light-dark(#e97624, #795100);\n --sapChart_IBCS_Actual: light-dark(#000, #f9f9f9);\n --sapChart_IBCS_Previous: light-dark(#525252, #969696);\n --sapChart_IBCS_Good: light-dark(#006362, #99cc99);\n --sapChart_IBCS_Bad: light-dark(#ab0000, #ff7878);\n --sapChart_OrderedColor_1: light-dark(#446e97, #8babcb);\n --sapChart_OrderedColor_2: light-dark(#d74114, #ed8859);\n --sapChart_OrderedColor_3: light-dark(#2d6f51, #9fb822);\n --sapChart_OrderedColor_4: light-dark(#df1278, #fe74ae);\n --sapChart_OrderedColor_5: light-dark(#7d44cf, #c092f6);\n --sapChart_OrderedColor_6: light-dark(#03778c, #05c0ba);\n --sapChart_OrderedColor_7: light-dark(#0070f2, #05c0ba);\n --sapChart_OrderedColor_8: light-dark(#ae478d, #f473f0);\n --sapChart_OrderedColor_9: light-dark(#667664, #9dad9b);\n --sapChart_OrderedColor_10: light-dark(#b75757, #f28585);\n --sapChart_OrderedColor_11: light-dark(#4b25e7, #9ea3f6);\n --sapChart_OrderedColor_12: light-dark(#816246, #b49e78);\n --sapChart_Bad: light-dark(#ab0000, #ff7878);\n --sapChart_Critical: light-dark(#5c5c00, #ffab1d);\n --sapChart_Good: light-dark(#006362, #99cc99);\n --sapChart_Neutral: light-dark(#525252, #afafaf);\n --sapChart_Sequence_1_Plus3: light-dark(#6f97be, #d1deeb);\n --sapChart_Sequence_1_Plus3_TextColor: #000;\n --sapChart_Sequence_1_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_1_Plus2: light-dark(#5a88b4, #b5cade);\n --sapChart_Sequence_1_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_1_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_1_Plus1: light-dark(#4c7ba9, #a4bdd6);\n --sapChart_Sequence_1_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_1_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_1: light-dark(#446e97, #8babcb);\n --sapChart_Sequence_1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_1_BorderColor: light-dark(#446e97, #8babcb);\n --sapChart_Sequence_1_Minus1: light-dark(#3c6185, #7299c0);\n --sapChart_Sequence_1_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_1_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_1_Minus2: light-dark(#345474, #3a5e83);\n --sapChart_Sequence_1_Minus2_TextColor: #fff;\n --sapChart_Sequence_1_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_1_Minus3: light-dark(#2c4862, #2b455f);\n --sapChart_Sequence_1_Minus3_TextColor: #fff;\n --sapChart_Sequence_1_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_1_Minus4: light-dark(#243b51, #23384e);\n --sapChart_Sequence_1_Minus4_TextColor: #fff;\n --sapChart_Sequence_1_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_1_Minus5: light-dark(#1c2e3f, #1b2b3c);\n --sapChart_Sequence_1_Minus5_TextColor: #fff;\n --sapChart_Sequence_1_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_2_Plus3: light-dark(#ee6c45, #fdd9c8);\n --sapChart_Sequence_2_Plus3_TextColor: #000;\n --sapChart_Sequence_2_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_2_Plus2: light-dark(#ec5d32, #f9bfa4);\n --sapChart_Sequence_2_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_2_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_2_Plus1: light-dark(#ea4b1b, #f3a27b);\n --sapChart_Sequence_2_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_2_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_2: light-dark(#d74114, #ed8859);\n --sapChart_Sequence_2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_2_BorderColor: light-dark(#d74114, #ed8859);\n --sapChart_Sequence_2_Minus1: light-dark(#c03a12, #e9743f);\n --sapChart_Sequence_2_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_2_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_2_Minus2: light-dark(#9f300f, #9c3d11);\n --sapChart_Sequence_2_Minus2_TextColor: #fff;\n --sapChart_Sequence_2_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_2_Minus3: light-dark(#912c0d, #80320e);\n --sapChart_Sequence_2_Minus3_TextColor: #fff;\n --sapChart_Sequence_2_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_2_Minus4: light-dark(#7a250b, #65270b);\n --sapChart_Sequence_2_Minus4_TextColor: #fff;\n --sapChart_Sequence_2_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_2_Minus5: light-dark(#621e09, #973b10);\n --sapChart_Sequence_2_Minus5_TextColor: #fff;\n --sapChart_Sequence_2_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_3_Plus3: light-dark(#43a579, #cdd5a3);\n --sapChart_Sequence_3_Plus3_TextColor: #000;\n --sapChart_Sequence_3_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_3_Plus2: light-dark(#3c936b, #b8c47c);\n --sapChart_Sequence_3_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_3_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_3_Plus1: light-dark(#34815e, #a9ba53);\n --sapChart_Sequence_3_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_3_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_3: light-dark(#2d6f51, #9fb822);\n --sapChart_Sequence_3_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_3_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_3_BorderColor: light-dark(#2d6f51, #9fb822);\n --sapChart_Sequence_3_Minus1: light-dark(#265d44, #8aa115);\n --sapChart_Sequence_3_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_3_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_3_Minus2: light-dark(#1e4b37, #5c6b14);\n --sapChart_Sequence_3_Minus2_TextColor: #fff;\n --sapChart_Sequence_3_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_3_Minus3: light-dark(#183c2c, #3e480d);\n --sapChart_Sequence_3_Minus3_TextColor: #fff;\n --sapChart_Sequence_3_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_3_Minus4: light-dark(#132e21, #333b0b);\n --sapChart_Sequence_3_Minus4_TextColor: #fff;\n --sapChart_Sequence_3_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_3_Minus5: light-dark(#0d1f17, #282e09);\n --sapChart_Sequence_3_Minus5_TextColor: #fff;\n --sapChart_Sequence_3_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_4_Plus3: light-dark(#f25ba6, #ffd9e9);\n --sapChart_Sequence_4_Plus3_TextColor: #000;\n --sapChart_Sequence_4_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_4_Plus2: light-dark(#ef3a94, #ffc0da);\n --sapChart_Sequence_4_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_4_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_4_Plus1: light-dark(#ed2287, #fe97c3);\n --sapChart_Sequence_4_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_4_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_4: light-dark(#df1278, #fe74ae);\n --sapChart_Sequence_4_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_4_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_4_BorderColor: light-dark(#df1278, #fe74ae);\n --sapChart_Sequence_4_Minus1: light-dark(#c7106b, #f95a9e);\n --sapChart_Sequence_4_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_4_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_4_Minus2: light-dark(#b00e5f, #b4014c);\n --sapChart_Sequence_4_Minus2_TextColor: #fff;\n --sapChart_Sequence_4_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_4_Minus3: light-dark(#980c52, #9b0142);\n --sapChart_Sequence_4_Minus3_TextColor: #fff;\n --sapChart_Sequence_4_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_4_Minus4: light-dark(#810a45, #860139);\n --sapChart_Sequence_4_Minus4_TextColor: #fff;\n --sapChart_Sequence_4_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_4_Minus5: light-dark(#690839, #720130);\n --sapChart_Sequence_4_Minus5_TextColor: #fff;\n --sapChart_Sequence_4_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_5_Plus3: light-dark(#a781df, #e9d9fc);\n --sapChart_Sequence_5_Plus3_TextColor: #000;\n --sapChart_Sequence_5_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_5_Plus2: light-dark(#996dd9, #dbc1fa);\n --sapChart_Sequence_5_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_5_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_5_Plus1: light-dark(#8b58d4, #ceaaf8);\n --sapChart_Sequence_5_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_5_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_5: light-dark(#7d44cf, #c092f6);\n --sapChart_Sequence_5_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_5_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_5_BorderColor: light-dark(#7d44cf, #c092f6);\n --sapChart_Sequence_5_Minus1: light-dark(#6f33c7, #b37bf4);\n --sapChart_Sequence_5_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_5_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_5_Minus2: light-dark(#642eb2, #7927d8);\n --sapChart_Sequence_5_Minus2_TextColor: #fff;\n --sapChart_Sequence_5_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_5_Minus3: light-dark(#59299e, #6320b1);\n --sapChart_Sequence_5_Minus3_TextColor: #fff;\n --sapChart_Sequence_5_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_5_Minus4: light-dark(#522592, #541b97);\n --sapChart_Sequence_5_Minus4_TextColor: #fff;\n --sapChart_Sequence_5_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_5_Minus5: light-dark(#492182, #371263);\n --sapChart_Sequence_5_Minus5_TextColor: #fff;\n --sapChart_Sequence_5_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_6_Plus3: light-dark(#04a1be, #73ebe7);\n --sapChart_Sequence_6_Plus3_TextColor: #000;\n --sapChart_Sequence_6_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_6_Plus2: light-dark(#0495af, #47e4e0);\n --sapChart_Sequence_6_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_6_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_6_Plus1: light-dark(#0388a0, #1fd9d3);\n --sapChart_Sequence_6_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_6_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_6: light-dark(#03778c, #05c0ba);\n --sapChart_Sequence_6_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_6_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_6_BorderColor: light-dark(#03778c, #05c0ba);\n --sapChart_Sequence_6_Minus1: light-dark(#036678, #04a7a2);\n --sapChart_Sequence_6_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_6_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_6_Minus2: light-dark(#025564, #006562);\n --sapChart_Sequence_6_Minus2_TextColor: #fff;\n --sapChart_Sequence_6_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_6_Minus3: light-dark(#024450, #004b48);\n --sapChart_Sequence_6_Minus3_TextColor: #fff;\n --sapChart_Sequence_6_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_6_Minus4: light-dark(#01333c, #003635);\n --sapChart_Sequence_6_Minus4_TextColor: #fff;\n --sapChart_Sequence_6_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_6_Minus5: light-dark(#012228, #002c2b);\n --sapChart_Sequence_6_Minus5_TextColor: #fff;\n --sapChart_Sequence_6_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_7_Plus3: light-dark(#3a95ff, #19f9f2);\n --sapChart_Sequence_7_Plus3_TextColor: #000;\n --sapChart_Sequence_7_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_7_Plus2: light-dark(#268aff, #06f2ea);\n --sapChart_Sequence_7_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_7_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_7_Plus1: light-dark(#0d7dff, #06d9d2);\n --sapChart_Sequence_7_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_7_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_7: light-dark(#0070f2, #05c0ba);\n --sapChart_Sequence_7_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_7_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_7_BorderColor: light-dark(#0070f2, #05c0ba);\n --sapChart_Sequence_7_Minus1: light-dark(#0062d3, #04a7a2);\n --sapChart_Sequence_7_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_7_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_7_Minus2: light-dark(#0054b5, #012b2a);\n --sapChart_Sequence_7_Minus2_TextColor: #fff;\n --sapChart_Sequence_7_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_7_Minus3: light-dark(#00418c, #000);\n --sapChart_Sequence_7_Minus3_TextColor: #fff;\n --sapChart_Sequence_7_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_7_Minus4: light-dark(#00244f, #000);\n --sapChart_Sequence_7_Minus4_TextColor: #fff;\n --sapChart_Sequence_7_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_7_Minus5: light-dark(#001b3a, #000);\n --sapChart_Sequence_7_Minus5_TextColor: #fff;\n --sapChart_Sequence_7_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_8_Plus3: light-dark(#c879af, #fed9fd);\n --sapChart_Sequence_8_Plus3_TextColor: #000;\n --sapChart_Sequence_8_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_8_Plus2: light-dark(#c167a4, #fabff8);\n --sapChart_Sequence_8_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_8_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_8_Plus1: light-dark(#ba5599, #f8a2f5);\n --sapChart_Sequence_8_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_8_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_8: light-dark(#ae478d, #f473f0);\n --sapChart_Sequence_8_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_8_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_8_BorderColor: light-dark(#ae478d, #f473f0);\n --sapChart_Sequence_8_Minus1: light-dark(#9c407e, #f14dec);\n --sapChart_Sequence_8_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_8_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_8_Minus2: light-dark(#8a3870, #a2039c);\n --sapChart_Sequence_8_Minus2_TextColor: #fff;\n --sapChart_Sequence_8_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_8_Minus3: light-dark(#783161, #d904d2);\n --sapChart_Sequence_8_Minus3_TextColor: #fff;\n --sapChart_Sequence_8_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_8_Minus4: light-dark(#662952, #c004b9);\n --sapChart_Sequence_8_Minus4_TextColor: #fff;\n --sapChart_Sequence_8_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_8_Minus5: light-dark(#532244, #a2039c);\n --sapChart_Sequence_8_Minus5_TextColor: #fff;\n --sapChart_Sequence_8_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_9_Plus3: light-dark(#879785, #c6cfc5);\n --sapChart_Sequence_9_Plus3_TextColor: #000;\n --sapChart_Sequence_9_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_9_Plus2: light-dark(#7c8e7a, #b8c4b7);\n --sapChart_Sequence_9_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_9_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_9_Plus1: light-dark(#70816d, #abb8a9);\n --sapChart_Sequence_9_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_9_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_9: light-dark(#667664, #9dad9b);\n --sapChart_Sequence_9_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_9_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_9_BorderColor: light-dark(#667664, #9dad9b);\n --sapChart_Sequence_9_Minus1: light-dark(#5c6b5b, #879b85);\n --sapChart_Sequence_9_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_9_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_9_Minus2: light-dark(#536051, #51604f);\n --sapChart_Sequence_9_Minus2_TextColor: #fff;\n --sapChart_Sequence_9_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_9_Minus3: light-dark(#495548, #455243);\n --sapChart_Sequence_9_Minus3_TextColor: #fff;\n --sapChart_Sequence_9_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_9_Minus4: light-dark(#404a3f, #394438);\n --sapChart_Sequence_9_Minus4_TextColor: #fff;\n --sapChart_Sequence_9_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_9_Minus5: light-dark(#363f35, #2d362c);\n --sapChart_Sequence_9_Minus5_TextColor: #fff;\n --sapChart_Sequence_9_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_10_Plus3: light-dark(#c98282, #fdd6d6);\n --sapChart_Sequence_10_Plus3_TextColor: #000;\n --sapChart_Sequence_10_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_10_Plus2: light-dark(#c57777, #f9b7b7);\n --sapChart_Sequence_10_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_10_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_10_Plus1: light-dark(#bd6565, #f7a4a4);\n --sapChart_Sequence_10_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_10_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_10: light-dark(#b75757, #f28585);\n --sapChart_Sequence_10_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_10_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_10_BorderColor: light-dark(#b75757, #f28585);\n --sapChart_Sequence_10_Minus1: light-dark(#af4b4b, #e97070);\n --sapChart_Sequence_10_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_10_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_10_Minus2: light-dark(#a04545, #9a3a3a);\n --sapChart_Sequence_10_Minus2_TextColor: #fff;\n --sapChart_Sequence_10_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_10_Minus3: light-dark(#923f3f, #8b3434);\n --sapChart_Sequence_10_Minus3_TextColor: #fff;\n --sapChart_Sequence_10_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_10_Minus4: light-dark(#843939, #752c2c);\n --sapChart_Sequence_10_Minus4_TextColor: #fff;\n --sapChart_Sequence_10_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_10_Minus5: light-dark(#763232, #5f2424);\n --sapChart_Sequence_10_Minus5_TextColor: #fff;\n --sapChart_Sequence_10_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_11_Plus3: light-dark(#967dff, #e4e5fc);\n --sapChart_Sequence_11_Plus3_TextColor: #000;\n --sapChart_Sequence_11_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_11_Plus2: light-dark(#7e5fff, #cdcffa);\n --sapChart_Sequence_11_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_11_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_11_Plus1: light-dark(#5d36ff, #b5b9f8);\n --sapChart_Sequence_11_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_11_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_11: light-dark(#4b25e7, #9ea3f6);\n --sapChart_Sequence_11_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_11_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_11_BorderColor: light-dark(#4b25e7, #9ea3f6);\n --sapChart_Sequence_11_Minus1: light-dark(#3a17cd, #878df4);\n --sapChart_Sequence_11_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_11_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_11_Minus2: light-dark(#3012a8, #6f77f2);\n --sapChart_Sequence_11_Minus2_TextColor: #fff;\n --sapChart_Sequence_11_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_11_Minus3: light-dark(#250e83, #5861f0);\n --sapChart_Sequence_11_Minus3_TextColor: #fff;\n --sapChart_Sequence_11_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_11_Minus4: light-dark(#1d0b68, #4a53ee);\n --sapChart_Sequence_11_Minus4_TextColor: #fff;\n --sapChart_Sequence_11_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_11_Minus5: light-dark(#10063a, #3b44da);\n --sapChart_Sequence_11_Minus5_TextColor: #fff;\n --sapChart_Sequence_11_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_12_Plus3: light-dark(#b08d6e, #d7cbb6);\n --sapChart_Sequence_12_Plus3_TextColor: #000;\n --sapChart_Sequence_12_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_12_Plus2: light-dark(#9f7956, #caba9f);\n --sapChart_Sequence_12_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_12_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_12_Plus1: light-dark(#926f4f, #c1ae8f);\n --sapChart_Sequence_12_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_12_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_12: light-dark(#816246, #b49e78);\n --sapChart_Sequence_12_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_12_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_12_BorderColor: light-dark(#816246, #b49e78);\n --sapChart_Sequence_12_Minus1: light-dark(#74583f, #a58b5e);\n --sapChart_Sequence_12_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_12_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_12_Minus2: light-dark(#674e38, #a08659);\n --sapChart_Sequence_12_Minus2_TextColor: #fff;\n --sapChart_Sequence_12_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_12_Minus3: light-dark(#594430, #89734c);\n --sapChart_Sequence_12_Minus3_TextColor: #fff;\n --sapChart_Sequence_12_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_12_Minus4: light-dark(#4c3a29, #796543);\n --sapChart_Sequence_12_Minus4_TextColor: #fff;\n --sapChart_Sequence_12_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_12_Minus5: light-dark(#3f3022, #68573a);\n --sapChart_Sequence_12_Minus5_TextColor: #fff;\n --sapChart_Sequence_12_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Bad_Plus3: light-dark(#ff5454, #ffdede);\n --sapChart_Sequence_Bad_Plus3_TextColor: #000;\n --sapChart_Sequence_Bad_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_Bad_Plus2: light-dark(#ff2626, #ffbfbf);\n --sapChart_Sequence_Bad_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Bad_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Bad_Plus1: light-dark(#e80000, #ff9c9c);\n --sapChart_Sequence_Bad_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Bad_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Bad: light-dark(#ab0000, #ff7878);\n --sapChart_Sequence_Bad_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Bad_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Bad_BorderColor: light-dark(#ab0000, #ff7878);\n --sapChart_Sequence_Bad_Minus1: light-dark(#970000, #ff5f5f);\n --sapChart_Sequence_Bad_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Bad_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Bad_Minus2: light-dark(#820000, #ff4545);\n --sapChart_Sequence_Bad_Minus2_TextColor: #fff;\n --sapChart_Sequence_Bad_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Bad_Minus3: light-dark(#6e0000, #fd0000);\n --sapChart_Sequence_Bad_Minus3_TextColor: #fff;\n --sapChart_Sequence_Bad_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Bad_Minus4: light-dark(#590000, #de0000);\n --sapChart_Sequence_Bad_Minus4_TextColor: #fff;\n --sapChart_Sequence_Bad_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Bad_Minus5: light-dark(#000, #ba0000);\n --sapChart_Sequence_Bad_Minus5_TextColor: #fff;\n --sapChart_Sequence_Bad_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Critical_Plus3: light-dark(#990, #ffda9d);\n --sapChart_Sequence_Critical_Plus3_TextColor: #000;\n --sapChart_Sequence_Critical_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_Critical_Plus2: light-dark(#858500, #ffd183);\n --sapChart_Sequence_Critical_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Critical_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Critical_Plus1: light-dark(#707000, #ffb437);\n --sapChart_Sequence_Critical_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Critical_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Critical: light-dark(#5c5c00, #ffab1d);\n --sapChart_Sequence_Critical_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Critical_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Critical_BorderColor: light-dark(#5c5c00, #ffab1d);\n --sapChart_Sequence_Critical_Minus1: light-dark(#525200, #e99200);\n --sapChart_Sequence_Critical_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Critical_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Critical_Minus2: light-dark(#484800, #7e4f00);\n --sapChart_Sequence_Critical_Minus2_TextColor: #fff;\n --sapChart_Sequence_Critical_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Critical_Minus3: light-dark(#3d3d00, #643f00);\n --sapChart_Sequence_Critical_Minus3_TextColor: #fff;\n --sapChart_Sequence_Critical_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Critical_Minus4: light-dark(#330, #4b2f00);\n --sapChart_Sequence_Critical_Minus4_TextColor: #fff;\n --sapChart_Sequence_Critical_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Critical_Minus5: light-dark(#242400, #412900);\n --sapChart_Sequence_Critical_Minus5_TextColor: #fff;\n --sapChart_Sequence_Critical_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Good_Plus3: light-dark(#00a5a4, #eef6ee);\n --sapChart_Sequence_Good_Plus3_TextColor: #000;\n --sapChart_Sequence_Good_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_Good_Plus2: light-dark(#00918f, #cce6cc);\n --sapChart_Sequence_Good_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Good_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Good_Plus1: light-dark(#007776, #bdb);\n --sapChart_Sequence_Good_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Good_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Good: light-dark(#006362, #99cc99);\n --sapChart_Sequence_Good_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Good_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Good_BorderColor: light-dark(#006362, #99cc99);\n --sapChart_Sequence_Good_Minus1: light-dark(#005453, #7b7);\n --sapChart_Sequence_Good_Minus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Good_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Good_Minus2: light-dark(#044, #5cad5c);\n --sapChart_Sequence_Good_Minus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Good_Minus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Good_Minus3: light-dark(#003535, #4b964b);\n --sapChart_Sequence_Good_Minus3_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Good_Minus3_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Good_Minus4: light-dark(#002625, #428542);\n --sapChart_Sequence_Good_Minus4_TextColor: #fff;\n --sapChart_Sequence_Good_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Good_Minus5: light-dark(#001c1b, #363);\n --sapChart_Sequence_Good_Minus5_TextColor: #fff;\n --sapChart_Sequence_Good_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Neutral_Plus3: light-dark(#8d8d8d, #f9f9f9);\n --sapChart_Sequence_Neutral_Plus3_TextColor: #000;\n --sapChart_Sequence_Neutral_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;\n --sapChart_Sequence_Neutral_Plus2: light-dark(#7b7b7b, #e2e2e2);\n --sapChart_Sequence_Neutral_Plus2_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Neutral_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Neutral_Plus1: light-dark(#666, #d5d5d5);\n --sapChart_Sequence_Neutral_Plus1_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Neutral_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Neutral: light-dark(#525252, #afafaf);\n --sapChart_Sequence_Neutral_TextColor: light-dark(#fff, #000);\n --sapChart_Sequence_Neutral_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);\n --sapChart_Sequence_Neutral_BorderColor: light-dark(#525252, #afafaf);\n --sapChart_Sequence_Neutral_Minus1: light-dark(#3e3e3e, #969696);\n --sapChart_Sequence_Neutral_Minus1_TextColor: #fff;\n --sapChart_Sequence_Neutral_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Neutral_Minus2: light-dark(#2e2e2e, #909090);\n --sapChart_Sequence_Neutral_Minus2_TextColor: #fff;\n --sapChart_Sequence_Neutral_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Neutral_Minus3: light-dark(#242424, #818181);\n --sapChart_Sequence_Neutral_Minus3_TextColor: #fff;\n --sapChart_Sequence_Neutral_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Neutral_Minus4: light-dark(#1a1a1a, #727272);\n --sapChart_Sequence_Neutral_Minus4_TextColor: #fff;\n --sapChart_Sequence_Neutral_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapChart_Sequence_Neutral_Minus5: light-dark(#000, #5b5b5b);\n --sapChart_Sequence_Neutral_Minus5_TextColor: #fff;\n --sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;\n --sapBreakpoint_S_Min: 0;\n --sapBreakpoint_M_Min: 600px;\n --sapBreakpoint_L_Min: 1024px;\n --sapBreakpoint_XL_Min: 1440px;\n --sapSapThemeId: var(--_ui5-light-scheme, sap_horizon_hcw) var(--_ui5-dark-scheme, sap_horizon_hcb);\n --sapHighlightTextColor: light-dark(#000, #fff);\n --sapButton_Emphasized_FontWeight: bold;\n --sapShell_BackgroundGradient: var(--_ui5-light-scheme, linear-gradient(to bottom, #fff, #fff)) var(--_ui5-dark-scheme, linear-gradient(to bottom, #000, #000));\n --sapAt: @\n\n}\n@media (prefers-color-scheme: dark) {\n :root {\n --_ui5-light-scheme: ;\n --_ui5-dark-scheme: var(--_ui5-f2d95f8);\n color-scheme: dark}}"
|