@ui5/webcomponents-theming 0.0.0-9c26e8e4f → 0.0.0-9ed6f23c6
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 +319 -0
- package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +2 -2
- package/css-vars-usage.json +17 -1
- package/dist/Assets-static.d.ts +1 -0
- package/dist/Assets-static.js +1 -0
- package/dist/Assets-static.js.map +1 -0
- package/dist/Assets.d.ts +1 -0
- package/dist/Assets.js +1 -0
- package/dist/Assets.js.map +1 -0
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/themes/sap_belize/css_variables.css +324 -114
- package/dist/themes/sap_belize_hcb/css_variables.css +337 -118
- package/dist/themes/sap_belize_hcw/css_variables.css +343 -114
- package/dist/themes/sap_fiori_3/css_variables.css +323 -114
- package/dist/themes/sap_fiori_3_dark/css_variables.css +324 -105
- package/dist/themes/sap_fiori_3_hcb/css_variables.css +337 -118
- package/dist/themes/sap_fiori_3_hcw/css_variables.css +343 -114
- package/dist/themes/sap_horizon/css_variables.css +323 -124
- package/dist/themes/sap_horizon_dark/css_variables.css +331 -122
- package/dist/themes/sap_horizon_exp/css_variables.css +323 -124
- package/dist/themes/sap_horizon_hcb/css_variables.css +329 -120
- package/dist/themes/sap_horizon_hcw/css_variables.css +333 -114
- package/lib/generate-css-vars-usage-report/index.js +7 -3
- package/{package-scripts.js → package-scripts.cjs} +3 -2
- package/package.json +6 -6
- package/tsconfig.json +15 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_dark/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,4BAA4B,EAAC,QAAQ,EAAC,+CAA+C,EAAC,OAAO,EAAC,u18CAAu18C,EAAC,CAAC;AACj+8C,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-theming\",fileName:\"themes/sap_horizon_dark/parameters-bundle.css\",content:\"/**\\n* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.\\n*\\n* Theming Engine 1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\\n* data:{\\\"Path\\\": \\\"Base.baseLib.sap_horizon_dark.css_variables\\\", \\\"PathPattern\\\": \\\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\\\", \\\"Extends\\\": [\\\"sap_horizon\\\",\\\"baseTheme\\\"], \\\"Tags\\\": [\\\"Fiori_3\\\",\\\"DarkColorScheme\\\"], \\\"FallbackThemeId\\\": \\\"sap_horizon\\\", \\\"Engine\\\": {\\\"Name\\\": \\\"theming-engine\\\", \\\"Version\\\": \\\"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\\\"}, \\\"Version\\\": { \\\"Build\\\": \\\"11.5.0.20230619095805\\\", \\\"Source\\\": \\\"11.5.0\\\"}}\\n*/\\n\\n:root{--sapThemeMetaData-Base-baseLib:{\\\"Path\\\": \\\"Base.baseLib.sap_horizon_dark.css_variables\\\", \\\"PathPattern\\\": \\\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\\\", \\\"Extends\\\": [\\\"sap_horizon\\\",\\\"baseTheme\\\"], \\\"Tags\\\": [\\\"Fiori_3\\\",\\\"DarkColorScheme\\\"], \\\"FallbackThemeId\\\": \\\"sap_horizon\\\", \\\"Engine\\\": {\\\"Name\\\": \\\"theming-engine\\\", \\\"Version\\\": \\\"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\\\"}, \\\"Version\\\": { \\\"Build\\\": \\\"11.5.0.20230619095805\\\", \\\"Source\\\": \\\"11.5.0\\\"}};}\\n\\n/**\\n* Base.baseLib.baseTheme.base (Version 11.5.0)\\n*/\\n\\n/**\\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\\n*/\\n\\n:root {\\n --sapBrandColor: #0070f2;\\n --sapHighlightColor: #4db1ff;\\n --sapBaseColor: #1d232a;\\n --sapShellColor: #1d232a;\\n --sapBackgroundColor: #12171c;\\n --sapFontFamily: \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSize: .875rem;\\n --sapTextColor: #eaecee;\\n --sapLinkColor: #4db1ff;\\n --sapCompanyLogo: none;\\n --sapBackgroundImage: none;\\n --sapBackgroundImageOpacity: 1.0;\\n --sapBackgroundImageRepeat: false;\\n --sapSelectedColor: #4db1ff;\\n --sapHoverColor: #181f25;\\n --sapActiveColor: #020303;\\n --sapHighlightTextColor: #1d232a;\\n --sapTitleColor: #eaecee;\\n --sapNegativeColor: #fa6161;\\n --sapCriticalColor: #ffdf72;\\n --sapPositiveColor: #97dd40;\\n --sapInformativeColor: #4db1ff;\\n --sapNeutralColor: #a9b4be;\\n --sapNegativeElementColor: #fa6161;\\n --sapCriticalElementColor: #f7bf00;\\n --sapPositiveElementColor: #6dad1f;\\n --sapInformativeElementColor: #4db1ff;\\n --sapNeutralElementColor: #a9b4be;\\n --sapNegativeTextColor: #fa6161;\\n --sapCriticalTextColor: #ffdf72;\\n --sapPositiveTextColor: #97dd40;\\n --sapInformativeTextColor: #4db1ff;\\n --sapNeutralTextColor: #eaecee;\\n --sapErrorColor: #fa6161;\\n --sapWarningColor: #ffdf72;\\n --sapSuccessColor: #97dd40;\\n --sapInformationColor: #4db1ff;\\n --sapErrorBackground: #350000;\\n --sapWarningBackground: #382700;\\n --sapSuccessBackground: #11331a;\\n --sapInformationBackground: #00144a;\\n --sapNeutralBackground: #242e38;\\n --sapErrorBorderColor: #fa6161;\\n --sapWarningBorderColor: #f7bf00;\\n --sapSuccessBorderColor: #6dad1f;\\n --sapInformationBorderColor: #4db1ff;\\n --sapNeutralBorderColor: #a9b4be;\\n --sapElement_LineHeight: 2.75rem;\\n --sapElement_Height: 2.25rem;\\n --sapElement_BorderWidth: .0625rem;\\n --sapElement_BorderCornerRadius: .75rem;\\n --sapElement_Compact_LineHeight: 2rem;\\n --sapElement_Compact_Height: 1.625rem;\\n --sapElement_Condensed_LineHeight: 1.5rem;\\n --sapElement_Condensed_Height: 1.375rem;\\n --sapContent_LineHeight: 1.5;\\n --sapContent_IconHeight: 1rem;\\n --sapContent_IconColor: #eaecee;\\n --sapContent_ContrastIconColor: #1d232a;\\n --sapContent_NonInteractiveIconColor: #a9b4be;\\n --sapContent_MarkerIconColor: #d3b6ff;\\n --sapContent_MarkerTextColor: #64edd2;\\n --sapContent_MeasureIndicatorColor: #a9b4be;\\n --sapContent_Selected_MeasureIndicatorColor: #4db1ff;\\n --sapContent_Placeholderloading_Background: #475566;\\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);\\n --sapContent_ImagePlaceholderBackground: #45617c;\\n --sapContent_ImagePlaceholderForegroundColor: #d5dadd;\\n --sapContent_RatedColor: #ffdf72;\\n --sapContent_UnratedColor: #a9b4be;\\n --sapContent_BusyColor: #4db1ff;\\n --sapContent_FocusColor: #4db1ff;\\n --sapContent_FocusStyle: solid;\\n --sapContent_FocusWidth: .125rem;\\n --sapContent_ContrastFocusColor: #000;\\n --sapContent_ShadowColor: #000;\\n --sapContent_ContrastShadowColor: #fff;\\n --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.6), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.2);\\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);\\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);\\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);\\n --sapContent_TextShadow: 0 0 0.125rem #000;\\n --sapContent_ContrastTextShadow: none;\\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #2e3742;\\n --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\\n --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\\n --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);\\n --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);\\n --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);\\n --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\\n --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\\n --sapContent_SearchHighlightColor: #046c7a;\\n --sapContent_HelpColor: #5dc122;\\n --sapContent_LabelColor: #8396A8;\\n --sapContent_MonospaceFontFamily: \\\"72Mono\\\", \\\"72Monofull\\\", lucida console, monospace;\\n --sapContent_MonospaceBoldFontFamily: \\\"72Mono-Bold\\\", \\\"72Mono-Boldfull\\\", lucida console, monospace;\\n --sapContent_IconFontFamily: \\\"SAP-icons\\\";\\n --sapContent_DisabledTextColor: rgba(234,236,238,0.6);\\n --sapContent_DisabledOpacity: 0.4;\\n --sapContent_ContrastTextThreshold: 0.386;\\n --sapContent_ContrastTextColor: #1d232a;\\n --sapContent_ForegroundColor: #101418;\\n --sapContent_ForegroundBorderColor: #a9b4be;\\n --sapContent_ForegroundTextColor: #eaecee;\\n --sapContent_BadgeBackground: #ff8cb2;\\n --sapContent_BadgeTextColor: #1d232a;\\n --sapContent_DragAndDropActiveColor: #4db1ff;\\n --sapContent_Selected_TextColor: #4db1ff;\\n --sapContent_Selected_Background: #1d232a;\\n --sapContent_Selected_Hover_Background: #1d232a;\\n --sapContent_Selected_ForegroundColor: #4db1ff;\\n --sapContent_ForcedColorAdjust: none;\\n --sapContent_Illustrative_Color1: #5d36ff;\\n --sapContent_Illustrative_Color2: #4098ff;\\n --sapContent_Illustrative_Color3: #f58b00;\\n --sapContent_Illustrative_Color4: #688fb7;\\n --sapContent_Illustrative_Color5: #fff;\\n --sapContent_Illustrative_Color6: #818f98;\\n --sapContent_Illustrative_Color7: #223548;\\n --sapContent_Illustrative_Color8: #cedbe8;\\n --sapContent_Illustrative_Color9: #64edd2;\\n --sapContent_Illustrative_Color10: #ebf8ff;\\n --sapContent_Illustrative_Color11: #f31ded;\\n --sapContent_Illustrative_Color12: #00a800;\\n --sapContent_Illustrative_Color13: #1782ff;\\n --sapContent_Illustrative_Color14: #0070f3;\\n --sapContent_Illustrative_Color15: #cc7400;\\n --sapContent_Illustrative_Color16: #3b0ac6;\\n --sapContent_Illustrative_Color17: #00a58a;\\n --sapContent_Illustrative_Color18: #2a4259;\\n --sapContent_Illustrative_Color19: #324e6b;\\n --sapContent_Illustrative_Color20: #3b5b7c;\\n --sapFontLightFamily: \\\"72-Light\\\", \\\"72-Lightfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontBoldFamily: \\\"72-Bold\\\", \\\"72-Boldfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSemiboldFamily: \\\"72-Semibold\\\", \\\"72-Semiboldfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSemiboldDuplexFamily: \\\"72-SemiboldDuplex\\\", \\\"72-SemiboldDuplexfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontBlackFamily: \\\"72Black\\\", \\\"72Blackfull\\\",\\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontHeaderFamily: \\\"72-Bold\\\", \\\"72-Boldfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSmallSize: .75rem;\\n --sapFontLargeSize: 1rem;\\n --sapFontHeader1Size: 3rem;\\n --sapFontHeader2Size: 2rem;\\n --sapFontHeader3Size: 1.5rem;\\n --sapFontHeader4Size: 1.25rem;\\n --sapFontHeader5Size: 1rem;\\n --sapFontHeader6Size: .875rem;\\n --sapLink_TextDecoration: none;\\n --sapLink_Hover_Color: #29a1ff;\\n --sapLink_Hover_TextDecoration: underline;\\n --sapLink_Active_Color: #4db1ff;\\n --sapLink_Active_TextDecoration: underline;\\n --sapLink_Visited_Color: #4db1ff;\\n --sapLink_InvertedColor: #bde2ff;\\n --sapLink_SubtleColor: #eaecee;\\n --sapShell_Background: #12171c;\\n --sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);\\n --sapShell_BackgroundImageOpacity: 1.0;\\n --sapShell_BackgroundImageRepeat: false;\\n --sapShell_BorderColor: #1d232a;\\n --sapShell_TextColor: #eaecee;\\n --sapShell_InteractiveBackground: #242e38;\\n --sapShell_InteractiveTextColor: #eaecee;\\n --sapShell_InteractiveBorderColor: #a9b4be;\\n --sapShell_GroupTitleTextColor: #eaecee;\\n --sapShell_GroupTitleTextShadow: 0 0 .125rem #000;\\n --sapShell_Hover_Background: #1d232a;\\n --sapShell_Active_Background: #1d232a;\\n --sapShell_Active_TextColor: #4db1ff;\\n --sapShell_Selected_Background: #1d232a;\\n --sapShell_Selected_TextColor: #4db1ff;\\n --sapShell_Selected_Hover_Background: #1d232a;\\n --sapShell_Favicon: none;\\n --sapShell_Navigation_Background: #1d232a;\\n --sapShell_Navigation_Hover_Background: #1d232a;\\n --sapShell_Navigation_SelectedColor: #4db1ff;\\n --sapShell_Navigation_Selected_TextColor: #4db1ff;\\n --sapShell_Navigation_TextColor: #eaecee;\\n --sapShell_Navigation_Active_TextColor: #4db1ff;\\n --sapShell_Navigation_Active_Background: #1d232a;\\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);\\n --sapShell_NegativeColor: #fa6161;\\n --sapShell_CriticalColor: #ffdf72;\\n --sapShell_PositiveColor: #97dd40;\\n --sapShell_InformativeColor: #4db1ff;\\n --sapShell_NeutralColor: #eaecee;\\n --sapShell_Category_1_Background: #89d1ff;\\n --sapShell_Category_1_BorderColor: #89d1ff;\\n --sapShell_Category_1_TextColor: #1d232a;\\n --sapShell_Category_1_TextShadow: none;\\n --sapShell_Category_2_Background: #feadc8;\\n --sapShell_Category_2_BorderColor: #feadc8;\\n --sapShell_Category_2_TextColor: #1d232a;\\n --sapShell_Category_2_TextShadow: none;\\n --sapShell_Category_3_Background: #ffb300;\\n --sapShell_Category_3_BorderColor: #ffb300;\\n --sapShell_Category_3_TextColor: #1d232a;\\n --sapShell_Category_3_TextShadow: none;\\n --sapShell_Category_4_Background: #aa7dd9;\\n --sapShell_Category_4_BorderColor: #aa7dd9;\\n --sapShell_Category_4_TextColor: #1d232a;\\n --sapShell_Category_4_TextShadow: none;\\n --sapShell_Category_5_Background: #fbbfac;\\n --sapShell_Category_5_BorderColor: #fbbfac;\\n --sapShell_Category_5_TextColor: #1d232a;\\n --sapShell_Category_5_TextShadow: none;\\n --sapShell_Category_6_Background: #2ce0bf;\\n --sapShell_Category_6_BorderColor: #2ce0bf;\\n --sapShell_Category_6_TextColor: #1d232a;\\n --sapShell_Category_6_TextShadow: none;\\n --sapShell_Category_7_Background: #ff8af0;\\n --sapShell_Category_7_BorderColor: #ff8af0;\\n --sapShell_Category_7_TextColor: #1d232a;\\n --sapShell_Category_7_TextShadow: none;\\n --sapShell_Category_8_Background: #97dd40;\\n --sapShell_Category_8_BorderColor: #97dd40;\\n --sapShell_Category_8_TextColor: #1d232a;\\n --sapShell_Category_8_TextShadow: none;\\n --sapShell_Category_9_Background: #1b90ff;\\n --sapShell_Category_9_BorderColor: #1b90ff;\\n --sapShell_Category_9_TextColor: #1d232a;\\n --sapShell_Category_9_TextShadow: none;\\n --sapShell_Category_10_Background: #8396a8;\\n --sapShell_Category_10_BorderColor: #8396a8;\\n --sapShell_Category_10_TextColor: #1d232a;\\n --sapShell_Category_10_TextShadow: none;\\n --sapShell_Category_11_Background: #fe5656;\\n --sapShell_Category_11_BorderColor: #fe5656;\\n --sapShell_Category_11_TextColor: #1d232a;\\n --sapShell_Category_11_TextShadow: none;\\n --sapShell_Category_12_Background: #9b99ff;\\n --sapShell_Category_12_BorderColor: #9b99ff;\\n --sapShell_Category_12_TextColor: #1d232a;\\n --sapShell_Category_12_TextShadow: none;\\n --sapShell_Category_13_Background: #f52ebc;\\n --sapShell_Category_13_BorderColor: #f52ebc;\\n --sapShell_Category_13_TextColor: #1d232a;\\n --sapShell_Category_13_TextShadow: none;\\n --sapShell_Category_14_Background: #0ba38a;\\n --sapShell_Category_14_BorderColor: #0ba38a;\\n --sapShell_Category_14_TextColor: #1d232a;\\n --sapShell_Category_14_TextShadow: none;\\n --sapShell_Category_15_Background: #d5dadd;\\n --sapShell_Category_15_BorderColor: #d5dadd;\\n --sapShell_Category_15_TextColor: #1d232a;\\n --sapShell_Category_15_TextShadow: none;\\n --sapShell_Category_16_Background: #39ad1f;\\n --sapShell_Category_16_BorderColor: #39ad1f;\\n --sapShell_Category_16_TextColor: #1d232a;\\n --sapShell_Category_16_TextShadow: none;\\n --sapAvatar_1_Background: #ae4000;\\n --sapAvatar_1_BorderColor: #ae4000;\\n --sapAvatar_1_TextColor: #ffdf72;\\n --sapAvatar_2_Background: #890506;\\n --sapAvatar_2_BorderColor: #890506;\\n --sapAvatar_2_TextColor: #ff8cb2;\\n --sapAvatar_3_Background: #b40569;\\n --sapAvatar_3_BorderColor: #b40569;\\n --sapAvatar_3_TextColor: #fecbda;\\n --sapAvatar_4_Background: #8700b8;\\n --sapAvatar_4_BorderColor: #8700b8;\\n --sapAvatar_4_TextColor: #ffafed;\\n --sapAvatar_5_Background: #470cf1;\\n --sapAvatar_5_BorderColor: #470cf1;\\n --sapAvatar_5_TextColor: #d3b6ff;\\n --sapAvatar_6_Background: #0054cc;\\n --sapAvatar_6_BorderColor: #0054cc;\\n --sapAvatar_6_TextColor: #a6e0ff;\\n --sapAvatar_7_Background: #036573;\\n --sapAvatar_7_BorderColor: #036573;\\n --sapAvatar_7_TextColor: #64edd2;\\n --sapAvatar_8_Background: #236c39;\\n --sapAvatar_8_BorderColor: #236c39;\\n --sapAvatar_8_TextColor: #bde986;\\n --sapAvatar_9_Background: #4e247a;\\n --sapAvatar_9_BorderColor: #4e247a;\\n --sapAvatar_9_TextColor: #b995e0;\\n --sapAvatar_10_Background: #45617c;\\n --sapAvatar_10_BorderColor: #45617c;\\n --sapAvatar_10_TextColor: #d5dadd;\\n --sapButton_Background: #2e3b47;\\n --sapButton_BorderColor: #2e3b47;\\n --sapButton_BorderWidth: .0625rem;\\n --sapButton_BorderCornerRadius: .5rem;\\n --sapButton_TextColor: #eaecee;\\n --sapButton_Hover_Background: #1d232a;\\n --sapButton_Hover_BorderColor: #1d232a;\\n --sapButton_Hover_TextColor: #eaecee;\\n --sapButton_IconColor: #eaecee;\\n --sapButton_Active_Background: #213131;\\n --sapButton_Active_BorderColor: #4db1ff;\\n --sapButton_Active_TextColor: #4db1ff;\\n --sapButton_Emphasized_Background: #0070f2;\\n --sapButton_Emphasized_BorderColor: #0070f2;\\n --sapButton_Emphasized_TextColor: #fff;\\n --sapButton_Emphasized_Hover_Background: #0064d9;\\n --sapButton_Emphasized_Hover_BorderColor: #0064d9;\\n --sapButton_Emphasized_Hover_TextColor: #eaecee;\\n --sapButton_Emphasized_Active_Background: #213131;\\n --sapButton_Emphasized_Active_BorderColor: #4db1ff;\\n --sapButton_Emphasized_Active_TextColor: #4db1ff;\\n --sapButton_Emphasized_TextShadow: transparent;\\n --sapButton_Emphasized_FontWeight: bold;\\n --sapButton_Reject_Background: #490000;\\n --sapButton_Reject_BorderColor: #490000;\\n --sapButton_Reject_TextColor: #fa6161;\\n --sapButton_Reject_Hover_Background: #1d232a;\\n --sapButton_Reject_Hover_BorderColor: #1d232a;\\n --sapButton_Reject_Hover_TextColor: #fa6161;\\n --sapButton_Reject_Active_Background: #213131;\\n --sapButton_Reject_Active_BorderColor: #fa6161;\\n --sapButton_Reject_Active_TextColor: #fa6161;\\n --sapButton_Reject_Selected_Background: #213131;\\n --sapButton_Reject_Selected_BorderColor: #fa6161;\\n --sapButton_Reject_Selected_TextColor: #fa6161;\\n --sapButton_Reject_Selected_Hover_Background: #213131;\\n --sapButton_Reject_Selected_Hover_BorderColor: #fa6161;\\n --sapButton_Accept_Background: #153e20;\\n --sapButton_Accept_BorderColor: #153e20;\\n --sapButton_Accept_TextColor: #97dd40;\\n --sapButton_Accept_Hover_Background: #1d232a;\\n --sapButton_Accept_Hover_BorderColor: #1d232a;\\n --sapButton_Accept_Hover_TextColor: #97dd40;\\n --sapButton_Accept_Active_Background: #213131;\\n --sapButton_Accept_Active_BorderColor: #6dad1f;\\n --sapButton_Accept_Active_TextColor: #97dd40;\\n --sapButton_Accept_Selected_Background: #213131;\\n --sapButton_Accept_Selected_BorderColor: #6dad1f;\\n --sapButton_Accept_Selected_TextColor: #97dd40;\\n --sapButton_Accept_Selected_Hover_Background: #1d232a;\\n --sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;\\n --sapButton_Lite_Background: transparent;\\n --sapButton_Lite_BorderColor: transparent;\\n --sapButton_Lite_TextColor: #4db1ff;\\n --sapButton_Lite_Hover_Background: #1d232a;\\n --sapButton_Lite_Hover_BorderColor: #1d232a;\\n --sapButton_Lite_Hover_TextColor: #4db1ff;\\n --sapButton_Lite_Active_Background: #213131;\\n --sapButton_Lite_Active_BorderColor: #4db1ff;\\n --sapButton_Selected_Background: #1d232a;\\n --sapButton_Selected_BorderColor: #4db1ff;\\n --sapButton_Selected_TextColor: #4db1ff;\\n --sapButton_Selected_Hover_Background: #1d232a;\\n --sapButton_Selected_Hover_BorderColor: #4db1ff;\\n --sapButton_Attention_Background: #382700;\\n --sapButton_Attention_BorderColor: #382700;\\n --sapButton_Attention_TextColor: #ffdf72;\\n --sapButton_Attention_Hover_Background: #1d232a;\\n --sapButton_Attention_Hover_BorderColor: #1d232a;\\n --sapButton_Attention_Hover_TextColor: #ffdf72;\\n --sapButton_Attention_Active_Background: #213131;\\n --sapButton_Attention_Active_BorderColor: #f7bf00;\\n --sapButton_Attention_Active_TextColor: #ffdf72;\\n --sapButton_Attention_Selected_Background: #213131;\\n --sapButton_Attention_Selected_BorderColor: #f7bf00;\\n --sapButton_Attention_Selected_TextColor: #ffdf72;\\n --sapButton_Attention_Selected_Hover_Background: #213131;\\n --sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;\\n --sapButton_Negative_Background: #fa6161;\\n --sapButton_Negative_BorderColor: #fa6161;\\n --sapButton_Negative_TextColor: #1d232a;\\n --sapButton_Negative_Hover_Background: #fb7a7a;\\n --sapButton_Negative_Hover_BorderColor: #fb7a7a;\\n --sapButton_Negative_Hover_TextColor: #1d232a;\\n --sapButton_Negative_Active_Background: #fc9292;\\n --sapButton_Negative_Active_BorderColor: #fc9292;\\n --sapButton_Negative_Active_TextColor: #1d232a;\\n --sapButton_Critical_Background: #f7bf00;\\n --sapButton_Critical_BorderColor: #f7bf00;\\n --sapButton_Critical_TextColor: #1d232a;\\n --sapButton_Critical_Hover_Background: #ffcf2b;\\n --sapButton_Critical_Hover_BorderColor: #ffcf2b;\\n --sapButton_Critical_Hover_TextColor: #1d232a;\\n --sapButton_Critical_Active_Background: #ffd43f;\\n --sapButton_Critical_Active_BorderColor: #ffd43f;\\n --sapButton_Critical_Active_TextColor: #1d232a;\\n --sapButton_Success_Background: #6dad1f;\\n --sapButton_Success_BorderColor: #6dad1f;\\n --sapButton_Success_TextColor: #1d232a;\\n --sapButton_Success_Hover_Background: #7bc323;\\n --sapButton_Success_Hover_BorderColor: #7bc323;\\n --sapButton_Success_Hover_TextColor: #1d232a;\\n --sapButton_Success_Active_Background: #88d827;\\n --sapButton_Success_Active_BorderColor: #88d827;\\n --sapButton_Success_Active_TextColor: #1d232a;\\n --sapButton_Information_Background: #4db1ff;\\n --sapButton_Information_BorderColor: #4db1ff;\\n --sapButton_Information_TextColor: #1d232a;\\n --sapButton_Information_Hover_Background: #67bcff;\\n --sapButton_Information_Hover_BorderColor: #67bcff;\\n --sapButton_Information_Hover_TextColor: #1d232a;\\n --sapButton_Information_Active_Background: #80c7ff;\\n --sapButton_Information_Active_BorderColor: #80c7ff;\\n --sapButton_Information_Active_TextColor: #1d232a;\\n --sapButton_Neutral_Background: #a9b4be;\\n --sapButton_Neutral_BorderColor: #a9b4be;\\n --sapButton_Neutral_TextColor: #1d232a;\\n --sapButton_Neutral_Hover_Background: #b8c1c9;\\n --sapButton_Neutral_Hover_BorderColor: #b8c1c9;\\n --sapButton_Neutral_Hover_TextColor: #1d232a;\\n --sapButton_Neutral_Active_Background: #c6cdd4;\\n --sapButton_Neutral_Active_BorderColor: #c6cdd4;\\n --sapButton_Neutral_Active_TextColor: #1d232a;\\n --sapButton_Track_Background: #a9b4be;\\n --sapButton_Track_BorderColor: #a9b4be;\\n --sapButton_Track_TextColor: #1d232a;\\n --sapButton_Track_Hover_Background: #b8c1c9;\\n --sapButton_Track_Hover_BorderColor: #b8c1c9;\\n --sapButton_Track_Selected_Background: #4db1ff;\\n --sapButton_Track_Selected_BorderColor: #4db1ff;\\n --sapButton_Track_Selected_TextColor: #1d232a;\\n --sapButton_Track_Selected_Hover_Background: #67bcff;\\n --sapButton_Track_Selected_Hover_BorderColor: #67bcff;\\n --sapButton_Handle_Background: #1d232a;\\n --sapButton_Handle_BorderColor: #1d232a;\\n --sapButton_Handle_TextColor: #eaecee;\\n --sapButton_Handle_Hover_Background: #1d232a;\\n --sapButton_Handle_Hover_BorderColor: rgba(29,35,42,0.5);\\n --sapButton_Handle_Selected_Background: #1d232a;\\n --sapButton_Handle_Selected_BorderColor: #1d232a;\\n --sapButton_Handle_Selected_TextColor: #4db1ff;\\n --sapButton_Handle_Selected_Hover_Background: #1d232a;\\n --sapButton_Handle_Selected_Hover_BorderColor: rgba(29,35,42,0.5);\\n --sapButton_Track_Negative_Background: #fa6161;\\n --sapButton_Track_Negative_BorderColor: #fa6161;\\n --sapButton_Track_Negative_TextColor: #1d232a;\\n --sapButton_Track_Negative_Hover_Background: #fb7a7a;\\n --sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;\\n --sapButton_Handle_Negative_Background: #1d232a;\\n --sapButton_Handle_Negative_BorderColor: #1d232a;\\n --sapButton_Handle_Negative_TextColor: #fa6161;\\n --sapButton_Handle_Negative_Hover_Background: #1d232a;\\n --sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,0.5);\\n --sapButton_Track_Positive_Background: #6dad1f;\\n --sapButton_Track_Positive_BorderColor: #6dad1f;\\n --sapButton_Track_Positive_TextColor: #1d232a;\\n --sapButton_Track_Positive_Hover_Background: #7bc323;\\n --sapButton_Track_Positive_Hover_BorderColor: #7bc323;\\n --sapButton_Handle_Positive_Background: #1d232a;\\n --sapButton_Handle_Positive_BorderColor: #1d232a;\\n --sapButton_Handle_Positive_TextColor: #97dd40;\\n --sapButton_Handle_Positive_Hover_Background: #1d232a;\\n --sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,0.5);\\n --sapButton_TokenBackground: #1d232a;\\n --sapButton_TokenBorderColor: #a9b4be;\\n --sapField_Background: #242e38;\\n --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;\\n --sapField_TextColor: #fff;\\n --sapField_PlaceholderTextColor: #8396A8;\\n --sapField_BorderColor: #a9b4be;\\n --sapField_HelpBackground: #242e38;\\n --sapField_BorderWidth: .0625rem;\\n --sapField_BorderStyle: none;\\n --sapField_BorderCornerRadius: .25rem;\\n --sapField_Shadow: none;\\n --sapField_Hover_Background: #1d232a;\\n --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;\\n --sapField_Hover_BorderColor: #a9b4be;\\n --sapField_Hover_HelpBackground: #1d232a;\\n --sapField_Hover_Shadow: 0 0 0.125rem 0 rgba(169,180,190,0.72);\\n --sapField_Hover_InvalidShadow: 0 0 0.125rem 0 rgba(250,97,97,0.72);\\n --sapField_Hover_WarningShadow: 0 0 0.125rem 0 rgba(255,223,114,0.72);\\n --sapField_Hover_SuccessShadow: 0 0 0.125rem 0 rgba(151,221,64,0.72);\\n --sapField_Hover_InformationShadow: 0 0 0.125rem 0 rgba(77,177,255,0.72);\\n --sapField_Active_BorderColor: #4db1ff;\\n --sapField_Focus_Background: #1d232a;\\n --sapField_Focus_BorderColor: #4db1ff;\\n --sapField_Focus_HelpBackground: #1d232a;\\n --sapField_ReadOnly_Background: transparent;\\n --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be 0.25rem, transparent 0.25rem) border-box;\\n --sapField_ReadOnly_BorderColor: #a9b4be;\\n --sapField_ReadOnly_BorderStyle: none;\\n --sapField_ReadOnly_HelpBackground: transparent;\\n --sapField_RequiredColor: #ff78a4;\\n --sapField_InvalidColor: #fa6161;\\n --sapField_InvalidBackground: #350000;\\n --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;\\n --sapField_InvalidBorderWidth: .125rem;\\n --sapField_InvalidBorderStyle: none;\\n --sapField_InvalidShadow: none;\\n --sapField_WarningColor: #f7bf00;\\n --sapField_WarningBackground: #382700;\\n --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;\\n --sapField_WarningBorderWidth: .125rem;\\n --sapField_WarningBorderStyle: none;\\n --sapField_WarningShadow: none;\\n --sapField_SuccessColor: #6dad1f;\\n --sapField_SuccessBackground: #11331a;\\n --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;\\n --sapField_SuccessBorderWidth: .0625rem;\\n --sapField_SuccessBorderStyle: none;\\n --sapField_SuccessShadow: none;\\n --sapField_InformationColor: #4db1ff;\\n --sapField_InformationBackground: #00144a;\\n --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;\\n --sapField_InformationBorderWidth: .125rem;\\n --sapField_InformationBorderStyle: none;\\n --sapField_InformationShadow: none;\\n --sapGroup_TitleBackground: #1d232a;\\n --sapGroup_TitleBorderColor: #768ea5;\\n --sapGroup_TitleTextColor: #eaecee;\\n --sapGroup_Title_FontSize: 1rem;\\n --sapGroup_ContentBackground: #1d232a;\\n --sapGroup_ContentBorderColor: #323c48;\\n --sapGroup_BorderWidth: .0625rem;\\n --sapGroup_BorderCornerRadius: .5rem;\\n --sapGroup_FooterBackground: transparent;\\n --sapToolbar_Background: #1d232a;\\n --sapToolbar_SeparatorColor: #3c4957;\\n --sapList_HeaderBackground: #1d232a;\\n --sapList_HeaderBorderColor: #768ea5;\\n --sapList_HeaderTextColor: #eaecee;\\n --sapList_BorderColor: #2e3742;\\n --sapList_BorderWidth: .0625rem;\\n --sapList_TextColor: #eaecee;\\n --sapList_Active_TextColor: #eaecee;\\n --sapList_Active_Background: #020303;\\n --sapList_SelectionBackgroundColor: #1d2d3e;\\n --sapList_SelectionBorderColor: #4db1ff;\\n --sapList_Hover_SelectionBackground: #223548;\\n --sapList_Background: #1d232a;\\n --sapList_Hover_Background: #232b33;\\n --sapList_AlternatingBackground: #12171c;\\n --sapList_GroupHeaderBackground: #1d232a;\\n --sapList_GroupHeaderBorderColor: #768ea5;\\n --sapList_GroupHeaderTextColor: #eaecee;\\n --sapList_TableGroupHeaderBackground: #0c0f13;\\n --sapList_TableGroupHeaderBorderColor: #768ea5;\\n --sapList_TableGroupHeaderTextColor: #eaecee;\\n --sapList_FooterBackground: #1d232a;\\n --sapList_FooterTextColor: #eaecee;\\n --sapList_TableFooterBorder: #768ea5;\\n --sapList_TableFixedBorderColor: #6f829a;\\n --sapMessage_ErrorBorderColor: #910000;\\n --sapMessage_WarningBorderColor: #845c00;\\n --sapMessage_SuccessBorderColor: #246c37;\\n --sapMessage_InformationBorderColor: #0034bf;\\n --sapPopover_BorderCornerRadius: .5rem;\\n --sapProgress_Background: #2e3b48;\\n --sapProgress_BorderColor: #2e3b48;\\n --sapProgress_TextColor: #eaecee;\\n --sapProgress_FontSize: .875rem;\\n --sapProgress_NegativeBackground: #680000;\\n --sapProgress_NegativeBorderColor: #680000;\\n --sapProgress_NegativeTextColor: #eaecee;\\n --sapProgress_CriticalBackground: #6b4b00;\\n --sapProgress_CriticalBorderColor: #6b4b00;\\n --sapProgress_CriticalTextColor: #eaecee;\\n --sapProgress_PositiveBackground: #174624;\\n --sapProgress_PositiveBorderColor: #174624;\\n --sapProgress_PositiveTextColor: #eaecee;\\n --sapProgress_InformationBackground: #001b64;\\n --sapProgress_InformationBorderColor: #001b64;\\n --sapProgress_InformationTextColor: #eaecee;\\n --sapProgress_Value_Background: #a9b4be;\\n --sapProgress_Value_BorderColor: #2e3b48;\\n --sapProgress_Value_TextColor: #a9b4be;\\n --sapProgress_Value_NegativeBackground: #fa6161;\\n --sapProgress_Value_NegativeBorderColor: #fa6161;\\n --sapProgress_Value_NegativeTextColor: #fa6161;\\n --sapProgress_Value_CriticalBackground: #f7bf00;\\n --sapProgress_Value_CriticalBorderColor: #f7bf00;\\n --sapProgress_Value_CriticalTextColor: #f7bf00;\\n --sapProgress_Value_PositiveBackground: #6dad1f;\\n --sapProgress_Value_PositiveBorderColor: #6dad1f;\\n --sapProgress_Value_PositiveTextColor: #6dad1f;\\n --sapProgress_Value_InformationBackground: #4db1ff;\\n --sapProgress_Value_InformationBorderColor: #4db1ff;\\n --sapProgress_Value_InformationTextColor: #4db1ff;\\n --sapScrollBar_FaceColor: #647891;\\n --sapScrollBar_TrackColor: #1d232a;\\n --sapScrollBar_BorderColor: #647891;\\n --sapScrollBar_SymbolColor: #eaecee;\\n --sapScrollBar_Dimension: .75rem;\\n --sapScrollBar_Hover_FaceColor: #5c6e85;\\n --sapSlider_Background: #2e3b48;\\n --sapSlider_BorderColor: #2e3b48;\\n --sapSlider_Selected_Background: #4db1ff;\\n --sapSlider_Selected_BorderColor: #4db1ff;\\n --sapSlider_HandleBackground: #1d232a;\\n --sapSlider_HandleBorderColor: #1d232a;\\n --sapSlider_RangeHandleBackground: #1d232a;\\n --sapSlider_Hover_HandleBackground: #1d232a;\\n --sapSlider_Hover_HandleBorderColor: #4db1ff;\\n --sapSlider_Hover_RangeHandleBackground: #1d232a;\\n --sapSlider_Active_HandleBackground: #213131;\\n --sapSlider_Active_HandleBorderColor: #4db1ff;\\n --sapSlider_Active_RangeHandleBackground: transparent;\\n --sapPageHeader_Background: #1d232a;\\n --sapPageHeader_BorderColor: #2e3742;\\n --sapPageHeader_TextColor: #eaecee;\\n --sapPageFooter_Background: #1d232a;\\n --sapPageFooter_BorderColor: #2e3742;\\n --sapPageFooter_TextColor: #eaecee;\\n --sapInfobar_Background: #036573;\\n --sapInfobar_Hover_Background: #1d232a;\\n --sapInfobar_Active_Background: #1d232a;\\n --sapInfobar_NonInteractive_Background: #12171c;\\n --sapInfobar_TextColor: #64edd2;\\n --sapObjectHeader_Background: #1d232a;\\n --sapObjectHeader_Hover_Background: #232b33;\\n --sapObjectHeader_BorderColor: #2e3742;\\n --sapObjectHeader_Title_TextColor: #eaecee;\\n --sapObjectHeader_Title_FontSize: 2rem;\\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\\n --sapObjectHeader_Title_FontFamily: \\\"72Black\\\", \\\"72Blackfull\\\",\\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapObjectHeader_Subtitle_TextColor: #8396a8;\\n --sapBlockLayer_Background: #000;\\n --sapTile_Background: #1d232a;\\n --sapTile_Hover_Background: #1d232a;\\n --sapTile_Active_Background: #15191e;\\n --sapTile_BorderColor: transparent;\\n --sapTile_BorderCornerRadius: 1rem;\\n --sapTile_TitleTextColor: #eaecee;\\n --sapTile_TextColor: #8396a8;\\n --sapTile_IconColor: #8396a8;\\n --sapTile_SeparatorColor: #475566;\\n --sapTile_Interactive_BorderColor: #5b6e85;\\n --sapTile_OverlayBackground: rgba(29,35,42,0.96);\\n --sapTile_OverlayForegroundColor: #eaecee;\\n --sapAccentColor1: #ffdf72;\\n --sapAccentColor2: #ff8cb2;\\n --sapAccentColor3: #fecbda;\\n --sapAccentColor4: #ffafed;\\n --sapAccentColor5: #d3b6ff;\\n --sapAccentColor6: #a6e0ff;\\n --sapAccentColor7: #64edd2;\\n --sapAccentColor8: #bde986;\\n --sapAccentColor9: #b995e0;\\n --sapAccentColor10: #d5dadd;\\n --sapAccentBackgroundColor1: #ae4000;\\n --sapAccentBackgroundColor2: #890506;\\n --sapAccentBackgroundColor3: #b40569;\\n --sapAccentBackgroundColor4: #8700b8;\\n --sapAccentBackgroundColor5: #470cf1;\\n --sapAccentBackgroundColor6: #0054cc;\\n --sapAccentBackgroundColor7: #036573;\\n --sapAccentBackgroundColor8: #236c39;\\n --sapAccentBackgroundColor9: #4e247a;\\n --sapAccentBackgroundColor10: #45617c;\\n --sapIndicationColor_1: #fd3535;\\n --sapIndicationColor_1_Background: #fd3535;\\n --sapIndicationColor_1_BorderColor: #fd3535;\\n --sapIndicationColor_1_TextColor: #1d232a;\\n --sapIndicationColor_1_Hover_Background: #fd4e4e;\\n --sapIndicationColor_1_Active_Background: #fe6767;\\n --sapIndicationColor_1_Active_BorderColor: #5e0303;\\n --sapIndicationColor_1_Active_TextColor: #fd3535;\\n --sapIndicationColor_1_Selected_Background: #fe6767;\\n --sapIndicationColor_1_Selected_BorderColor: #5e0303;\\n --sapIndicationColor_1_Selected_TextColor: #fd3535;\\n --sapIndicationColor_1b: #5e0303;\\n --sapIndicationColor_1b_BorderColor: #5e0303;\\n --sapIndicationColor_1b_Hover_Background: #770404;\\n --sapIndicationColor_2: #ff8f8f;\\n --sapIndicationColor_2_Background: #ff8f8f;\\n --sapIndicationColor_2_BorderColor: #ff8f8f;\\n --sapIndicationColor_2_TextColor: #1d232a;\\n --sapIndicationColor_2_Hover_Background: #ffa9a9;\\n --sapIndicationColor_2_Active_Background: #ffc2c2;\\n --sapIndicationColor_2_Active_BorderColor: #7d0000;\\n --sapIndicationColor_2_Active_TextColor: #ff8f8f;\\n --sapIndicationColor_2_Selected_Background: #ffc2c2;\\n --sapIndicationColor_2_Selected_BorderColor: #7d0000;\\n --sapIndicationColor_2_Selected_TextColor: #ff8f8f;\\n --sapIndicationColor_2b: #7d0000;\\n --sapIndicationColor_2b_BorderColor: #7d0000;\\n --sapIndicationColor_2b_Hover_Background: #970000;\\n --sapIndicationColor_3: #ffc933;\\n --sapIndicationColor_3_Background: #ffc933;\\n --sapIndicationColor_3_BorderColor: #ffc933;\\n --sapIndicationColor_3_TextColor: #1d232a;\\n --sapIndicationColor_3_Hover_Background: #ffcd42;\\n --sapIndicationColor_3_Active_Background: #ffd152;\\n --sapIndicationColor_3_Active_BorderColor: #662b00;\\n --sapIndicationColor_3_Active_TextColor: #ffc933;\\n --sapIndicationColor_3_Selected_Background: #ffd152;\\n --sapIndicationColor_3_Selected_BorderColor: #662b00;\\n --sapIndicationColor_3_Selected_TextColor: #ffc933;\\n --sapIndicationColor_3b: #662b00;\\n --sapIndicationColor_3b_BorderColor: #662b00;\\n --sapIndicationColor_3b_Hover_Background: #803600;\\n --sapIndicationColor_4: #bde986;\\n --sapIndicationColor_4_Background: #bde986;\\n --sapIndicationColor_4_BorderColor: #bde986;\\n --sapIndicationColor_4_TextColor: #1d232a;\\n --sapIndicationColor_4_Hover_Background: #c9ed9c;\\n --sapIndicationColor_4_Active_Background: #d5f1b1;\\n --sapIndicationColor_4_Active_BorderColor: #044a18;\\n --sapIndicationColor_4_Active_TextColor: #bde986;\\n --sapIndicationColor_4_Selected_Background: #d5f1b1;\\n --sapIndicationColor_4_Selected_BorderColor: #044a18;\\n --sapIndicationColor_4_Selected_TextColor: #bde986;\\n --sapIndicationColor_4b: #044a18;\\n --sapIndicationColor_4b_BorderColor: #044a18;\\n --sapIndicationColor_4b_Hover_Background: #056220;\\n --sapIndicationColor_5: #a6e0ff;\\n --sapIndicationColor_5_Background: #a6e0ff;\\n --sapIndicationColor_5_BorderColor: #a6e0ff;\\n --sapIndicationColor_5_TextColor: #1d232a;\\n --sapIndicationColor_5_Hover_Background: #c0e9ff;\\n --sapIndicationColor_5_Active_Background: #d9f2ff;\\n --sapIndicationColor_5_Active_BorderColor: #024594;\\n --sapIndicationColor_5_Active_TextColor: #a6e0ff;\\n --sapIndicationColor_5_Selected_Background: #d9f2ff;\\n --sapIndicationColor_5_Selected_BorderColor: #024594;\\n --sapIndicationColor_5_Selected_TextColor: #a6e0ff;\\n --sapIndicationColor_5b: #024594;\\n --sapIndicationColor_5b_BorderColor: #024594;\\n --sapIndicationColor_5b_Hover_Background: #0251ad;\\n --sapIndicationColor_6: #64edd2;\\n --sapIndicationColor_6_Background: #64edd2;\\n --sapIndicationColor_6_BorderColor: #64edd2;\\n --sapIndicationColor_6_TextColor: #1d232a;\\n --sapIndicationColor_6_Hover_Background: #7bf0d9;\\n --sapIndicationColor_6_Active_Background: #92f2df;\\n --sapIndicationColor_6_Active_BorderColor: #00454e;\\n --sapIndicationColor_6_Active_TextColor: #64edd2;\\n --sapIndicationColor_6_Selected_Background: #92f2df;\\n --sapIndicationColor_6_Selected_BorderColor: #00454e;\\n --sapIndicationColor_6_Selected_TextColor: #64edd2;\\n --sapIndicationColor_6b: #00454e;\\n --sapIndicationColor_6b_BorderColor: #00454e;\\n --sapIndicationColor_6b_Hover_Background: #005c68;\\n --sapIndicationColor_7: #d3b6ff;\\n --sapIndicationColor_7_Background: #d3b6ff;\\n --sapIndicationColor_7_BorderColor: #d3b6ff;\\n --sapIndicationColor_7_TextColor: #1d232a;\\n --sapIndicationColor_7_Hover_Background: #e2d0ff;\\n --sapIndicationColor_7_Active_Background: #f2e9ff;\\n --sapIndicationColor_7_Active_BorderColor: #2702c2;\\n --sapIndicationColor_7_Active_TextColor: #d3b6ff;\\n --sapIndicationColor_7_Selected_Background: #f2e9ff;\\n --sapIndicationColor_7_Selected_BorderColor: #2702c2;\\n --sapIndicationColor_7_Selected_TextColor: #d3b6ff;\\n --sapIndicationColor_7b: #2702c2;\\n --sapIndicationColor_7b_BorderColor: #2702c2;\\n --sapIndicationColor_7b_Hover_Background: #2c02db;\\n --sapIndicationColor_8: #ff8af0;\\n --sapIndicationColor_8_Background: #ff8af0;\\n --sapIndicationColor_8_BorderColor: #ff8af0;\\n --sapIndicationColor_8_TextColor: #1d232a;\\n --sapIndicationColor_8_Hover_Background: #ffa3f3;\\n --sapIndicationColor_8_Active_Background: #ffbdf7;\\n --sapIndicationColor_8_Active_BorderColor: #4c005b;\\n --sapIndicationColor_8_Active_TextColor: #ff8af0;\\n --sapIndicationColor_8_Selected_Background: #ffbdf7;\\n --sapIndicationColor_8_Selected_BorderColor: #4c005b;\\n --sapIndicationColor_8_Selected_TextColor: #ff8af0;\\n --sapIndicationColor_8b: #4c005b;\\n --sapIndicationColor_8b_BorderColor: #4c005b;\\n --sapIndicationColor_8b_Hover_Background: #610075;\\n --sapIndicationColor_9: #f2f2f2;\\n --sapIndicationColor_9_Background: #f2f2f2;\\n --sapIndicationColor_9_BorderColor: #f2f2f2;\\n --sapIndicationColor_9_TextColor: #1d232a;\\n --sapIndicationColor_9_Hover_Background: #fff;\\n --sapIndicationColor_9_Active_Background: #213131;\\n --sapIndicationColor_9_Active_BorderColor: #3e4b5a;\\n --sapIndicationColor_9_Active_TextColor: #f2f2f2;\\n --sapIndicationColor_9_Selected_Background: #213131;\\n --sapIndicationColor_9_Selected_BorderColor: #3e4b5a;\\n --sapIndicationColor_9_Selected_TextColor: #f2f2f2;\\n --sapIndicationColor_9b: #1d232a;\\n --sapIndicationColor_9b_BorderColor: #3e4b5a;\\n --sapIndicationColor_9b_Hover_Background: #273039;\\n --sapIndicationColor_10: #d8d8d8;\\n --sapIndicationColor_10_Background: #aaa;\\n --sapIndicationColor_10_BorderColor: #aaa;\\n --sapIndicationColor_10_TextColor: #1d232a;\\n --sapIndicationColor_10_Hover_Background: #b7b7b7;\\n --sapIndicationColor_10_Active_Background: #213131;\\n --sapIndicationColor_10_Active_BorderColor: #373737;\\n --sapIndicationColor_10_Active_TextColor: #d8d8d8;\\n --sapIndicationColor_10_Selected_Background: #213131;\\n --sapIndicationColor_10_Selected_BorderColor: #373737;\\n --sapIndicationColor_10_Selected_TextColor: #d8d8d8;\\n --sapIndicationColor_10b: #373737;\\n --sapIndicationColor_10b_BorderColor: #373737;\\n --sapIndicationColor_10b_Hover_Background: #444;\\n --sapLegend_WorkingBackground: #1d232a;\\n --sapLegend_NonWorkingBackground: #0c0f12;\\n --sapLegend_CurrentDateTime: #ffafed;\\n --sapLegendColor1: #ffb300;\\n --sapLegendColor2: #f5734b;\\n --sapLegendColor3: #feabc8;\\n --sapLegendColor4: #db7070;\\n --sapLegendColor5: #ff8af0;\\n --sapLegendColor6: #89d1ff;\\n --sapLegendColor7: #2ce0bf;\\n --sapLegendColor8: #97dd40;\\n --sapLegendColor9: #a9b4be;\\n --sapLegendColor10: #aa7dd9;\\n --sapLegendColor11: #f58b00;\\n --sapLegendColor12: #fbbfac;\\n --sapLegendColor13: #ffa1a1;\\n --sapLegendColor14: #ff9e74;\\n --sapLegendColor15: #af9cc3;\\n --sapLegendColor16: #aabce3;\\n --sapLegendColor17: #dafdf5;\\n --sapLegendColor18: #d5f1b1;\\n --sapLegendColor19: #d1efff;\\n --sapLegendColor20: #e2d8ff;\\n --sapLegendBackgroundColor1: #382700;\\n --sapLegendBackgroundColor2: #501605;\\n --sapLegendBackgroundColor3: #510136;\\n --sapLegendBackgroundColor4: #411c1c;\\n --sapLegendBackgroundColor5: #28004a;\\n --sapLegendBackgroundColor6: #00144a;\\n --sapLegendBackgroundColor7: #012931;\\n --sapLegendBackgroundColor8: #1f2519;\\n --sapLegendBackgroundColor9: #182430;\\n --sapLegendBackgroundColor10: #30164b;\\n --sapLegendBackgroundColor11: #571400;\\n --sapLegendBackgroundColor12: #360c03;\\n --sapLegendBackgroundColor13: #3d0000;\\n --sapLegendBackgroundColor14: #421502;\\n --sapLegendBackgroundColor15: #332640;\\n --sapLegendBackgroundColor16: #121d35;\\n --sapLegendBackgroundColor17: #013131;\\n --sapLegendBackgroundColor18: #1e3009;\\n --sapLegendBackgroundColor19: #0a285c;\\n --sapLegendBackgroundColor20: #1c0c6e;\\n --sapChart_OrderedColor_1: #1b90ff;\\n --sapChart_OrderedColor_2: #f26018;\\n --sapChart_OrderedColor_3: #179c6f;\\n --sapChart_OrderedColor_4: #f62866;\\n --sapChart_OrderedColor_5: #8b47d7;\\n --sapChart_OrderedColor_6: #04a29d;\\n --sapChart_OrderedColor_7: #0070f2;\\n --sapChart_OrderedColor_8: #cc00dc;\\n --sapChart_OrderedColor_9: #8396a8;\\n --sapChart_OrderedColor_10: #f54747;\\n --sapChart_OrderedColor_11: #296fb3;\\n --sapChart_Bad: #f53232;\\n --sapChart_Critical: #e76500;\\n --sapChart_Good: #30914c;\\n --sapChart_Neutral: #788fa6;\\n --sapChart_Sequence_1: #1b90ff;\\n --sapChart_Sequence_2: #f26018;\\n --sapChart_Sequence_3: #179c6f;\\n --sapChart_Sequence_4: #f62866;\\n --sapChart_Sequence_5: #8b47d7;\\n --sapChart_Sequence_6: #04a29d;\\n --sapChart_Sequence_7: #0070f2;\\n --sapChart_Sequence_8: #cc00dc;\\n --sapChart_Sequence_9: #8396a8;\\n --sapChart_Sequence_10: #f54747;\\n --sapChart_Sequence_11: #296fb3;\\n --sapChart_Sequence_Neutral: #788fa6;\\n \\n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');\\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');\\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');\\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');\\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');\\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');\\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');\\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');\\n --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');\\n --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');\\n --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');\\n --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');\\n --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');\\n --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');\\n --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');\\n --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');\\n --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');\\n --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');\\n --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');\\n --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');\\n --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');\\n --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');\\n --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');\\n --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');\\n --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');\\n --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');\\n --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');\\n --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');\\n --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');\\n --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');\\n --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');\\n --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');\\n --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');\\n --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');\\n --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');\\n --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');\\n --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');\\n --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');\\n --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');\\n --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');\\n --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');\\n --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');\\n --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');\\n --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');\\n --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');\\n --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');\\n --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');\\n --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');\\n --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');\\n --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');\\n --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');\\n --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');\\n --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');\\n --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');\\n --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');\\n --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');\\n}\\n\\n.background-image--sapCompanyLogo {\\n background-image: var(--sapCompanyLogo);\\n}\\n\\n.background-image--sapBackgroundImage {\\n background-image: var(--sapBackgroundImage);\\n}\\n\\n.background-image--sapShell_BackgroundImage {\\n background-image: var(--sapShell_BackgroundImage);\\n}\\n\\n/**\\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\\n*/\\n\\n/**\\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\\n*/\\n\\n/**\\n* Base.baseLib.sap_horizon_dark.base (Version 11.5.0)\\n*/\\n\\n/**\\n* Base.baseLib.sap_horizon_dark.css_variables (Version 11.5.0)\\n*/\\n\"};\nexport default styleData;\n\t"]}
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export default {packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_horizon_exp/parameters-bundle.css",content:":root{--sapThemeMetaData-Base-baseLib:{\"Path\":\"Base.baseLib.sap_horizon.css_variables\",\"PathPattern\":\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\":[\"baseTheme\"],\"Tags\":[\"Fiori_3\",\"LightColorScheme\"],\"FallbackThemeId\":\"sap_fiori_3\",\"Engine\":{\"Name\":\"theming-engine\",\"Version\":\"1.69.2\"},\"Version\":{ \"Build\":\"11.1.38.20220405122918\",\"Source\":\"11.1.38\"}};--sapBrandColor:#0070f2;--sapHighlightColor:#0070f2;--sapBaseColor:#fff;--sapShellColor:#fff;--sapBackgroundColor:#f5f6f7;--sapFontFamily:\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontLightFamily:\"72-Light\",\"72-Lightfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBoldFamily:\"72-Bold\",\"72-Boldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:\"72-Semibold\",\"72-Semiboldfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:\"72-SemiboldDuplex\",\"72-SemiboldDuplexfull\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontBlackFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:\"72-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:#1d2d3e;--sapLinkColor:#0070f2;--sapLink_Hover_Color:#0064d9;--sapLink_Active_Color:#0064d9;--sapLink_Visited_Color:#0064d9;--sapLink_InvertedColor:#bfddff;--sapLink_SubtleColor:#1d2d3e;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0070f2;--sapActiveColor:#dee2e5;--sapHighlightTextColor:#fff;--sapTitleColor:#1d2d3e;--sapNegativeColor:#aa0808;--sapCriticalColor:#e76500;--sapPositiveColor:#256f3a;--sapInformativeColor:#0070f2;--sapNeutralColor:#788fa6;--sapNegativeElementColor:#f53232;--sapCriticalElementColor:#e76500;--sapPositiveElementColor:#30914c;--sapInformativeElementColor:#0070f2;--sapNeutralElementColor:#788fa6;--sapNegativeTextColor:#aa0808;--sapPositiveTextColor:#256f3a;--sapCriticalTextColor:#b95100;--sapInformativeTextColor:#0070f2;--sapNeutralTextColor:#1d2d3e;--sapNeutralBorderColor:#788fa6;--sapErrorColor:#aa0808;--sapErrorBorderColor:#f53232;--sapWarningColor:#e76500;--sapWarningBorderColor:#e76500;--sapSuccessColor:#256f3a;--sapSuccessBorderColor:#30914c;--sapInformationColor:#0070f2;--sapInformationBorderColor:#0070f2;--sapErrorBackground:#ffeaf4;--sapWarningBackground:#fff8d6;--sapSuccessBackground:#f5fae5;--sapInformationBackground:#e1f4ff;--sapNeutralBackground:#eff1f2;--sapIndicationColor_1:#840606;--sapIndicationColor_1_Background:#840606;--sapIndicationColor_1_BorderColor:#840606;--sapIndicationColor_1_Hover_Background:#6c0505;--sapIndicationColor_1_Active_Background:#530404;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#aa0808;--sapIndicationColor_2_Background:#aa0808;--sapIndicationColor_2_BorderColor:#aa0808;--sapIndicationColor_2_Hover_Background:#920707;--sapIndicationColor_2_Active_Background:#790606;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#b95100;--sapIndicationColor_3_Background:#e76500;--sapIndicationColor_3_BorderColor:#e76500;--sapIndicationColor_3_Hover_Background:#d85e00;--sapIndicationColor_3_Active_Background:#c85800;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#256f3a;--sapIndicationColor_4_Background:#256f3a;--sapIndicationColor_4_BorderColor:#256f3a;--sapIndicationColor_4_Hover_Background:#1f5c30;--sapIndicationColor_4_Active_Background:#184926;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#0070f2;--sapIndicationColor_5_Background:#0070f2;--sapIndicationColor_5_BorderColor:#0070f2;--sapIndicationColor_5_Hover_Background:#0064d9;--sapIndicationColor_5_Active_Background:#0058bf;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#046c7a;--sapIndicationColor_6_Background:#046c7a;--sapIndicationColor_6_BorderColor:#046c7a;--sapIndicationColor_6_Hover_Background:#035661;--sapIndicationColor_6_Active_Background:#024049;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#5d36ff;--sapIndicationColor_7_Background:#5d36ff;--sapIndicationColor_7_BorderColor:#5d36ff;--sapIndicationColor_7_Hover_Background:#481cff;--sapIndicationColor_7_Active_Background:#3403ff;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#a100c2;--sapIndicationColor_8_Background:#a100c2;--sapIndicationColor_8_BorderColor:#a100c2;--sapIndicationColor_8_Hover_Background:#8c00a9;--sapIndicationColor_8_Active_Background:#77008f;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.75rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.5;--sapContent_IconHeight:1rem;--sapContent_IconColor:#1d2d3e;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#758ca4;--sapContent_MarkerIconColor:#5d36ff;--sapContent_MarkerTextColor:#046c7a;--sapContent_MeasureIndicatorColor:#556b81;--sapContent_Selected_MeasureIndicatorColor:#0070f2;--sapContent_ImagePlaceholderBackground:#eaecee;--sapContent_ImagePlaceholderForegroundColor:#5b738b;--sapContent_RatedColor:#d27700;--sapContent_UnratedColor:#758ca4;--sapContent_BusyColor:#1d2d3e;--sapContent_FocusColor:#0070f2;--sapContent_FocusStyle:solid;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#556b82;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0.125rem 0 rgba(85,107,130,0.16),0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);--sapContent_Shadow1:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);--sapContent_Shadow2:0 0 0 0.0625rem rgba(85,107,130,0.42),0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);--sapContent_Shadow3:0 0 0 0.0625rem rgba(85,107,130,0.42),0 1.25rem 5rem 0 rgba(85,107,130,0.3);--sapContent_TextShadow:0 0 0.125rem #fff;--sapContent_ContrastTextShadow:0 0 0.0625rem rgba(0,0,0,0.7);--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.05),inset 0 -0.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow:0 0 0.125rem 0 rgba(85,107,130,0.72);--sapContent_Selected_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Negative_Shadow:0 0 0.125rem 0 rgba(170,8,8,0.72);--sapContent_Critical_Shadow:0 0 0.125rem 0 rgba(231,101,0,0.72);--sapContent_Positive_Shadow:0 0 0.125rem 0 rgba(37,111,58,0.72);--sapContent_Informative_Shadow:0 0 0.125rem 0 rgba(0,112,242,0.72);--sapContent_Neutral_Shadow:0 0 0.125rem 0 rgba(120,143,166,0.72);--sapContent_SearchHighlightColor:#dafdf5;--sapContent_HelpColor:#188918;--sapContent_LabelColor:#556b82;--sapContent_MonospaceFontFamily:\"72Mono\",\"72Monofull\",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:\"72Mono-Bold\",\"72Mono-Boldfull\",lucida console,monospace;--sapContent_IconFontFamily:\"SAP-icons\";--sapContent_DisabledTextColor:rgba(29,45,62,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#efefef;--sapContent_ForegroundBorderColor:#758ca4;--sapContent_ForegroundTextColor:#1d2d3e;--sapContent_BadgeBackground:#aa0808;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#ccc;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#ccc 0%,#ccc 20%,#999 50%,#ccc 80%,#ccc);--sapContent_DragAndDropActiveColor:#0070f2;--sapContent_Selected_Background:#fff;--sapContent_Selected_TextColor:#0070f2;--sapContent_Selected_Hover_Background:#fff;--sapContent_Selected_ForegroundColor:#0070f2;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#5d36ff;--sapContent_Illustrative_Color2:#0070f2;--sapContent_Illustrative_Color3:#f58b00;--sapContent_Illustrative_Color4:#00144a;--sapContent_Illustrative_Color5:#a9b4be;--sapContent_Illustrative_Color6:#d5dadd;--sapContent_Illustrative_Color7:#ebf8ff;--sapContent_Illustrative_Color8:#fff;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#00a800;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#f5f6f7;--sapShell_BackgroundImage:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundGradient:linear-gradient(180deg,#f5f6f7,#f5f6f7);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#1d2d3e;--sapShell_InteractiveBackground:#eff1f2;--sapShell_InteractiveTextColor:#1d2d3e;--sapShell_InteractiveBorderColor:#556b81;--sapShell_GroupTitleTextColor:#1d2d3e;--sapShell_GroupTitleTextShadow:0 0 .125rem #fff;--sapShell_Hover_Background:#fff;--sapShell_Active_Background:#fff;--sapShell_Active_TextColor:#0070f2;--sapShell_Selected_Background:#fff;--sapShell_Selected_TextColor:#0070f2;--sapShell_Selected_Hover_Background:#fff;--sapShell_Favicon:none;--sapShell_Navigation_Background:#fff;--sapShell_Navigation_SelectedColor:#0070f2;--sapShell_Navigation_Selected_TextColor:#0070f2;--sapShell_Navigation_TextColor:#1d2d3e;--sapShell_Navigation_Hover_Background:#fff;--sapShell_Navigation_Active_Background:#fff;--sapShell_Navigation_Active_TextColor:#0070f2;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(85,107,130,0.1),inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);--sapShell_NegativeColor:#aa0808;--sapShell_CriticalColor:#b95100;--sapShell_PositiveColor:#256f3a;--sapShell_InformativeColor:#0070f2;--sapShell_NeutralColor:#1d2d3e;--sapAvatar_1_Background:#fff3b8;--sapAvatar_1_BorderColor:#fff3b8;--sapAvatar_1_TextColor:#a45d00;--sapAvatar_2_Background:#ffd0e7;--sapAvatar_2_BorderColor:#ffd0e7;--sapAvatar_2_TextColor:#aa0808;--sapAvatar_3_Background:#ffdbe7;--sapAvatar_3_BorderColor:#ffdbe7;--sapAvatar_3_TextColor:#ba066c;--sapAvatar_4_Background:#ffdcf3;--sapAvatar_4_BorderColor:#ffdcf3;--sapAvatar_4_TextColor:#a100c2;--sapAvatar_5_Background:#ded3ff;--sapAvatar_5_BorderColor:#ded3ff;--sapAvatar_5_TextColor:#552cff;--sapAvatar_6_Background:#d1efff;--sapAvatar_6_BorderColor:#d1efff;--sapAvatar_6_TextColor:#0057d2;--sapAvatar_7_Background:#c2fcee;--sapAvatar_7_BorderColor:#c2fcee;--sapAvatar_7_TextColor:#046c7a;--sapAvatar_8_Background:#ebf5cb;--sapAvatar_8_BorderColor:#ebf5cb;--sapAvatar_8_TextColor:#256f3a;--sapAvatar_9_Background:#ddccf0;--sapAvatar_9_BorderColor:#ddccf0;--sapAvatar_9_TextColor:#6c32a9;--sapAvatar_10_Background:#eaecee;--sapAvatar_10_BorderColor:#eaecee;--sapAvatar_10_TextColor:#556b82;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.5rem;--sapButton_Background:#eaecee;--sapButton_BorderColor:#eaecee;--sapButton_TextColor:#1d2d3e;--sapButton_Hover_Background:#fff;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#1d2d3e;--sapButton_IconColor:#1d2d3e;--sapButton_Active_Background:#fff;--sapButton_Active_BorderColor:#0070f2;--sapButton_Active_TextColor:#0070f2;--sapButton_Emphasized_Background:#0070f2;--sapButton_Emphasized_BorderColor:#0070f2;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#0064d9;--sapButton_Emphasized_Hover_BorderColor:#0064d9;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#fff;--sapButton_Emphasized_Active_BorderColor:#0070f2;--sapButton_Emphasized_Active_TextColor:#0070f2;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#ffd6e9;--sapButton_Reject_BorderColor:#ffd6e9;--sapButton_Reject_Hover_Background:#fff;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#aa0808;--sapButton_Reject_Active_Background:#fff;--sapButton_Reject_Active_BorderColor:#f53232;--sapButton_Reject_Active_TextColor:#aa0808;--sapButton_Reject_TextColor:#aa0808;--sapButton_Reject_Selected_Background:#fff;--sapButton_Reject_Selected_BorderColor:#f53232;--sapButton_Reject_Selected_TextColor:#aa0808;--sapButton_Reject_Selected_Hover_Background:#fff;--sapButton_Reject_Selected_Hover_BorderColor:#f53232;--sapButton_Accept_Background:#ebf5cb;--sapButton_Accept_BorderColor:#ebf5cb;--sapButton_Accept_Hover_Background:#fff;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#256f3a;--sapButton_Accept_Active_Background:#fff;--sapButton_Accept_Active_BorderColor:#30914c;--sapButton_Accept_Active_TextColor:#256f3a;--sapButton_Accept_TextColor:#256f3a;--sapButton_Accept_Selected_Background:#fff;--sapButton_Accept_Selected_BorderColor:#30914c;--sapButton_Accept_Selected_TextColor:#256f3a;--sapButton_Accept_Selected_Hover_Background:#fff;--sapButton_Accept_Selected_Hover_BorderColor:#30914c;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#0064d9;--sapButton_Lite_Hover_Background:#fff;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#0064d9;--sapButton_Lite_Active_Background:#fff;--sapButton_Lite_Active_BorderColor:#0070f2;--sapButton_Selected_Background:#fff;--sapButton_Selected_BorderColor:#0070f2;--sapButton_Selected_TextColor:#0070f2;--sapButton_Selected_Hover_Background:#fff;--sapButton_Selected_Hover_BorderColor:#0070f2;--sapButton_Attention_Background:#fff3b7;--sapButton_Attention_BorderColor:#fff3b7;--sapButton_Attention_TextColor:#b95100;--sapButton_Attention_Hover_Background:#fff;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#b95100;--sapButton_Attention_Active_Background:#fff;--sapButton_Attention_Active_BorderColor:#ff8d34;--sapButton_Attention_Active_TextColor:#b95100;--sapButton_Attention_Selected_Background:#fff;--sapButton_Attention_Selected_BorderColor:#ff8d34;--sapButton_Attention_Selected_TextColor:#b95100;--sapButton_Attention_Selected_Hover_Background:#fff;--sapButton_Attention_Selected_Hover_BorderColor:#ff8d34;--sapButton_Negative_Background:#f53232;--sapButton_Negative_BorderColor:#f53232;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#e90b0b;--sapButton_Negative_Hover_BorderColor:#e90b0b;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#d50a0a;--sapButton_Negative_Active_BorderColor:#d50a0a;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#e76500;--sapButton_Critical_BorderColor:#e76500;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#dd6100;--sapButton_Critical_Hover_BorderColor:#dd6100;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#d35c00;--sapButton_Critical_Active_BorderColor:#d35c00;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#30914c;--sapButton_Success_BorderColor:#30914c;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#2c8646;--sapButton_Success_Hover_BorderColor:#2c8646;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#287a40;--sapButton_Success_Active_BorderColor:#287a40;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#0070f2;--sapButton_Information_BorderColor:#0070f2;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#0064d9;--sapButton_Information_Hover_BorderColor:#0064d9;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#0058bf;--sapButton_Information_Active_BorderColor:#0058bf;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#788fa6;--sapButton_Neutral_BorderColor:#788fa6;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#637d97;--sapButton_Neutral_Hover_BorderColor:#637d97;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#5d758e;--sapButton_Neutral_Active_BorderColor:#5d758e;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#788fa6;--sapButton_Track_BorderColor:#788fa6;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#637d97;--sapButton_Track_Hover_BorderColor:#637d97;--sapButton_Track_Selected_Background:#0070f2;--sapButton_Track_Selected_BorderColor:#0070f2;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#0064d9;--sapButton_Track_Selected_Hover_BorderColor:#0064d9;--sapButton_Handle_Background:#fff;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#1d2d3e;--sapButton_Handle_Hover_Background:#fff;--sapButton_Handle_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Handle_Selected_Background:#fff;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#0070f2;--sapButton_Handle_Selected_Hover_Background:#fff;--sapButton_Handle_Selected_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Negative_Background:#f53232;--sapButton_Track_Negative_BorderColor:#f53232;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#e90b0b;--sapButton_Track_Negative_Hover_BorderColor:#e90b0b;--sapButton_Handle_Negative_Background:#fff;--sapButton_Handle_Negative_BorderColor:#fff;--sapButton_Handle_Negative_TextColor:#aa0808;--sapButton_Handle_Negative_Hover_Background:#fff;--sapButton_Handle_Negative_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_Track_Positive_Background:#30914c;--sapButton_Track_Positive_BorderColor:#30914c;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#2c8646;--sapButton_Track_Positive_Hover_BorderColor:#2c8646;--sapButton_Handle_Positive_Background:#fff;--sapButton_Handle_Positive_BorderColor:#fff;--sapButton_Handle_Positive_TextColor:#256f3a;--sapButton_Handle_Positive_Hover_Background:#fff;--sapButton_Handle_Positive_Hover_BorderColor:hsla(0,0%,100%,0.5);--sapButton_TokenBackground:#fff;--sapButton_TokenBorderColor:#758ca4;--sapField_Background:#eff1f2;--sapField_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_TextColor:#131e29;--sapField_PlaceholderTextColor:#556b82;--sapField_BorderColor:#556b81;--sapField_HelpBackground:#eff1f2;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:none;--sapField_BorderCornerRadius:.25rem;--sapField_Hover_Background:#fff;--sapField_Hover_BackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#556b81,#556b81) border-box;--sapField_Hover_BorderColor:#556b81;--sapField_Hover_HelpBackground:#fff;--sapField_Active_BorderColor:#0070f2;--sapField_Focus_Background:#fff;--sapField_Focus_BorderColor:#0070f2;--sapField_Focus_HelpBackground:#fff;--sapField_ReadOnly_Background:transparent;--sapField_ReadOnly_BackgroundStyle:0 100%/0.375rem .0625rem repeat-x linear-gradient(90deg,#556b81,#556b81 0.25rem,transparent 0) border-box;--sapField_ReadOnly_BorderColor:#556b81;--sapField_ReadOnly_BorderStyle:none;--sapField_ReadOnly_HelpBackground:transparent;--sapField_RequiredColor:#ba066c;--sapField_InvalidColor:#f53232;--sapField_InvalidBackground:#ffeaf4;--sapField_InvalidBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#f53232,#f53232) border-box;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:none;--sapField_WarningColor:#e76500;--sapField_WarningBackground:#fff8d6;--sapField_WarningBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#e76500,#e76500) border-box;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:none;--sapField_SuccessColor:#30914c;--sapField_SuccessBackground:#f5fae5;--sapField_SuccessBackgroundStyle:0 100%/100% .0625rem no-repeat linear-gradient(0deg,#30914c,#30914c) border-box;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:none;--sapField_InformationColor:#0070f2;--sapField_InformationBackground:#e1f4ff;--sapField_InformationBackgroundStyle:0 100%/100% .125rem no-repeat linear-gradient(0deg,#0070f2,#0070f2) border-box;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:none;--sapGroup_TitleBackground:#fff;--sapGroup_TitleBorderColor:#a8b2bd;--sapGroup_TitleTextColor:#1d2d3e;--sapGroup_Title_FontSize:1rem;--sapGroup_ContentBackground:#fff;--sapGroup_ContentBorderColor:#d9d9d9;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:.5rem;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.5rem;--sapToolbar_Background:#fff;--sapToolbar_SeparatorColor:#d9d9d9;--sapList_HeaderBackground:#fff;--sapList_HeaderBorderColor:#a8b2bd;--sapList_HeaderTextColor:#1d2d3e;--sapList_BorderColor:#e5e5e5;--sapList_TextColor:#1d2d3e;--sapList_Active_TextColor:#1d2d3e;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#dee2e5;--sapList_SelectionBackgroundColor:#ebf8ff;--sapList_SelectionBorderColor:#0070f2;--sapList_Hover_SelectionBackground:#dcf3ff;--sapList_Background:#fff;--sapList_Hover_Background:#eaecee;--sapList_AlternatingBackground:#f5f6f7;--sapList_GroupHeaderBackground:#fff;--sapList_GroupHeaderBorderColor:#a8b2bd;--sapList_GroupHeaderTextColor:#1d2d3e;--sapList_FooterBackground:#fff;--sapList_FooterTextColor:#1d2d3e;--sapList_TableGroupHeaderBackground:#eff1f2;--sapList_TableGroupHeaderBorderColor:#a8b2bd;--sapList_TableGroupHeaderTextColor:#1d2d3e;--sapList_TableFooterBorder:#a8b2bd;--sapList_TableFixedBorderColor:#8c8c8c;--sapMessage_ErrorBorderColor:#ff8ec4;--sapMessage_WarningBorderColor:#ffe770;--sapMessage_SuccessBorderColor:#cee67e;--sapMessage_InformationBorderColor:#7bcfff;--sapProgress_Background:#d5dadd;--sapProgress_BorderColor:#d5dadd;--sapProgress_TextColor:#1d2d3e;--sapProgress_FontSize:.875rem;--sapProgress_NegativeBackground:#ffdbec;--sapProgress_NegativeBorderColor:#ffdbec;--sapProgress_NegativeTextColor:#1d2d3e;--sapProgress_CriticalBackground:#fff4bd;--sapProgress_CriticalBorderColor:#fff4bd;--sapProgress_CriticalTextColor:#1d2d3e;--sapProgress_PositiveBackground:#e5f2ba;--sapProgress_PositiveBorderColor:#e5f2ba;--sapProgress_PositiveTextColor:#1d2d3e;--sapProgress_InformationBackground:#cdedff;--sapProgress_InformationBorderColor:#cdedff;--sapProgress_InformationTextColor:#1d2d3e;--sapProgress_Value_Background:#788fa6;--sapProgress_Value_BorderColor:#d5dadd;--sapProgress_Value_TextColor:#788fa6;--sapProgress_Value_NegativeBackground:#f53232;--sapProgress_Value_NegativeBorderColor:#f53232;--sapProgress_Value_NegativeTextColor:#f53232;--sapProgress_Value_CriticalBackground:#e76500;--sapProgress_Value_CriticalBorderColor:#e76500;--sapProgress_Value_CriticalTextColor:#e76500;--sapProgress_Value_PositiveBackground:#30914c;--sapProgress_Value_PositiveBorderColor:#30914c;--sapProgress_Value_PositiveTextColor:#30914c;--sapProgress_Value_InformationBackground:#0070f2;--sapProgress_Value_InformationBorderColor:#0070f2;--sapProgress_Value_InformationTextColor:#0070f2;--sapScrollBar_FaceColor:#7b91a8;--sapScrollBar_TrackColor:#fff;--sapScrollBar_BorderColor:#7b91a8;--sapScrollBar_SymbolColor:#1d2d3e;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#6f87a0;--sapSlider_Background:#d5dadd;--sapSlider_BorderColor:#d5dadd;--sapSlider_Selected_Background:#0070f2;--sapSlider_Selected_BorderColor:#0070f2;--sapSlider_HandleBackground:#fff;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#fff;--sapSlider_Hover_HandleBackground:#fff;--sapSlider_Hover_HandleBorderColor:#0070f2;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#fff;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#fff;--sapPageHeader_BorderColor:#d9d9d9;--sapPageHeader_TextColor:#1d2d3e;--sapPageFooter_Background:#fff;--sapPageFooter_BorderColor:#d9d9d9;--sapPageFooter_TextColor:#1d2d3e;--sapInfobar_Background:#c2fcee;--sapInfobar_Hover_Background:#fff;--sapInfobar_Active_Background:#fff;--sapInfobar_NonInteractive_Background:#f5f6f7;--sapInfobar_TextColor:#046c7a;--sapObjectHeader_Background:#fff;--sapObjectHeader_BorderColor:#d9d9d9;--sapObjectHeader_Hover_Background:#eaecee;--sapObjectHeader_Title_TextColor:#1d2d3e;--sapObjectHeader_Title_FontSize:2rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:\"72Black\",\"72\",\"72full\",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#556b82;--sapBlockLayer_Background:#000;--sapTile_Background:#fff;--sapTile_Hover_Background:#fff;--sapTile_Active_Background:#f5f5f5;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:1rem;--sapTile_TitleTextColor:#1d2d3e;--sapTile_TextColor:#556b82;--sapTile_IconColor:#556b82;--sapTile_SeparatorColor:#ccc;--sapTile_Interactive_BorderColor:#b3b3b3;--sapTile_OverlayBackground:hsla(0,0%,100%,0.96);--sapTile_OverlayForegroundColor:#1d2d3e;--sapAccentColor1:#d27700;--sapAccentColor2:#aa0808;--sapAccentColor3:#ba066c;--sapAccentColor4:#a100c2;--sapAccentColor5:#5d36ff;--sapAccentColor6:#0057d2;--sapAccentColor7:#046c7a;--sapAccentColor8:#256f3a;--sapAccentColor9:#6c32a9;--sapAccentColor10:#5b738b;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#ffdbe7;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#ddccf0;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#fff;--sapLegend_NonWorkingBackground:#ebebeb;--sapLegend_CurrentDateTime:#a100c2;--sapLegendColor1:#c35500;--sapLegendColor2:#d23a0a;--sapLegendColor3:#df1278;--sapLegendColor4:#840606;--sapLegendColor5:#cc00dc;--sapLegendColor6:#0057d2;--sapLegendColor7:#07838f;--sapLegendColor8:#188918;--sapLegendColor9:#5b738b;--sapLegendColor10:#7800a4;--sapLegendColor11:#a93e00;--sapLegendColor12:#aa2608;--sapLegendColor13:#ba066c;--sapLegendColor14:#8d2a00;--sapLegendColor15:#4e247a;--sapLegendColor16:#002a86;--sapLegendColor17:#035663;--sapLegendColor18:#1e592f;--sapLegendColor19:#1a4796;--sapLegendColor20:#470ced;--sapLegendBackgroundColor1:#ffef9f;--sapLegendBackgroundColor2:#feeae1;--sapLegendBackgroundColor3:#fbf6f8;--sapLegendBackgroundColor4:#fbebeb;--sapLegendBackgroundColor5:#ffe5fe;--sapLegendBackgroundColor6:#d1efff;--sapLegendBackgroundColor7:#c2fcee;--sapLegendBackgroundColor8:#f5fae5;--sapLegendBackgroundColor9:#f5f6f7;--sapLegendBackgroundColor10:#fff0fa;--sapLegendBackgroundColor11:#fff8d6;--sapLegendBackgroundColor12:#fff6f6;--sapLegendBackgroundColor13:#f7ebef;--sapLegendBackgroundColor14:#f1ecd5;--sapLegendBackgroundColor15:#f0e7f8;--sapLegendBackgroundColor16:#ebf8ff;--sapLegendBackgroundColor17:#dafdf5;--sapLegendBackgroundColor18:#ebf5cb;--sapLegendBackgroundColor19:#fafdff;--sapLegendBackgroundColor20:#eceeff;--sapChart_OrderedColor_1:#1b90ff;--sapChart_OrderedColor_2:#f26018;--sapChart_OrderedColor_3:#179c6f;--sapChart_OrderedColor_4:#f62866;--sapChart_OrderedColor_5:#863fd5;--sapChart_OrderedColor_6:#04a29d;--sapChart_OrderedColor_7:#0070f2;--sapChart_OrderedColor_8:#cc00dc;--sapChart_OrderedColor_9:#8396a8;--sapChart_OrderedColor_10:#f54747;--sapChart_OrderedColor_11:#20578c;--sapChart_Bad:#f53232;--sapChart_Critical:#e76500;--sapChart_Good:#30914c;--sapChart_Neutral:#788fa6;--sapChart_Sequence_1:#1b90ff;--sapChart_Sequence_2:#f26018;--sapChart_Sequence_3:#179c6f;--sapChart_Sequence_4:#f62866;--sapChart_Sequence_5:#863fd5;--sapChart_Sequence_6:#04a29d;--sapChart_Sequence_7:#0070f2;--sapChart_Sequence_8:#cc00dc;--sapChart_Sequence_9:#8396a8;--sapChart_Sequence_10:#f54747;--sapChart_Sequence_11:#20578c;--sapChart_Sequence_Neutral:#788fa6;}"}
|
|
1
|
+
const styleData = { packageName: "@ui5/webcomponents-theming", fileName: "themes/sap_horizon_exp/parameters-bundle.css", content: "/**\n* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.\n*\n* Theming Engine 1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\n* data:{\"Path\": \"Base.baseLib.sap_horizon.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}}\n*/\n\n:root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon.css_variables\", \"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\", \"Extends\": [\"baseTheme\"], \"Tags\": [\"Fiori_3\",\"LightColorScheme\"], \"FallbackThemeId\": \"sap_fiori_3\", \"Engine\": {\"Name\": \"theming-engine\", \"Version\": \"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\"}, \"Version\": { \"Build\": \"11.5.0.20230619095805\", \"Source\": \"11.5.0\"}};}\n\n/**\n* Base.baseLib.baseTheme.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\n*/\n\n:root {\n --sapBrandColor: #0070f2;\n --sapHighlightColor: #0070f2;\n --sapBaseColor: #fff;\n --sapShellColor: #fff;\n --sapBackgroundColor: #f5f6f7;\n --sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSize: .875rem;\n --sapTextColor: #1d2d3e;\n --sapLinkColor: #0070f2;\n --sapCompanyLogo: none;\n --sapBackgroundImage: none;\n --sapBackgroundImageOpacity: 1.0;\n --sapBackgroundImageRepeat: false;\n --sapSelectedColor: #0070f2;\n --sapHoverColor: #eaecee;\n --sapActiveColor: #dee2e5;\n --sapHighlightTextColor: #fff;\n --sapTitleColor: #1d2d3e;\n --sapNegativeColor: #aa0808;\n --sapCriticalColor: #e76500;\n --sapPositiveColor: #256f3a;\n --sapInformativeColor: #0070f2;\n --sapNeutralColor: #788fa6;\n --sapNegativeElementColor: #f53232;\n --sapCriticalElementColor: #e76500;\n --sapPositiveElementColor: #30914c;\n --sapInformativeElementColor: #0070f2;\n --sapNeutralElementColor: #788fa6;\n --sapNegativeTextColor: #aa0808;\n --sapCriticalTextColor: #b44f00;\n --sapPositiveTextColor: #256f3a;\n --sapInformativeTextColor: #0064d9;\n --sapNeutralTextColor: #1d2d3e;\n --sapErrorColor: #aa0808;\n --sapWarningColor: #e76500;\n --sapSuccessColor: #256f3a;\n --sapInformationColor: #0070f2;\n --sapErrorBackground: #ffeaf4;\n --sapWarningBackground: #fff8d6;\n --sapSuccessBackground: #f5fae5;\n --sapInformationBackground: #e1f4ff;\n --sapNeutralBackground: #eff1f2;\n --sapErrorBorderColor: #f53232;\n --sapWarningBorderColor: #e76500;\n --sapSuccessBorderColor: #30914c;\n --sapInformationBorderColor: #0070f2;\n --sapNeutralBorderColor: #788fa6;\n --sapElement_LineHeight: 2.75rem;\n --sapElement_Height: 2.25rem;\n --sapElement_BorderWidth: .0625rem;\n --sapElement_BorderCornerRadius: .75rem;\n --sapElement_Compact_LineHeight: 2rem;\n --sapElement_Compact_Height: 1.625rem;\n --sapElement_Condensed_LineHeight: 1.5rem;\n --sapElement_Condensed_Height: 1.375rem;\n --sapContent_LineHeight: 1.5;\n --sapContent_IconHeight: 1rem;\n --sapContent_IconColor: #1d2d3e;\n --sapContent_ContrastIconColor: #fff;\n --sapContent_NonInteractiveIconColor: #758ca4;\n --sapContent_MarkerIconColor: #5d36ff;\n --sapContent_MarkerTextColor: #046c7a;\n --sapContent_MeasureIndicatorColor: #556b81;\n --sapContent_Selected_MeasureIndicatorColor: #0070f2;\n --sapContent_Placeholderloading_Background: #ccc;\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);\n --sapContent_ImagePlaceholderBackground: #eaecee;\n --sapContent_ImagePlaceholderForegroundColor: #5b738b;\n --sapContent_RatedColor: #d27700;\n --sapContent_UnratedColor: #758ca4;\n --sapContent_BusyColor: #0070f2;\n --sapContent_FocusColor: #0070f2;\n --sapContent_FocusStyle: solid;\n --sapContent_FocusWidth: .125rem;\n --sapContent_ContrastFocusColor: #fff;\n --sapContent_ShadowColor: #556b82;\n --sapContent_ContrastShadowColor: #fff;\n --sapContent_Shadow0: 0 0 0.125rem 0 rgba(85,107,130,0.16), 0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 1.25rem 5rem 0 rgba(85,107,130,0.3);\n --sapContent_TextShadow: 0 0 0.125rem #fff;\n --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;\n --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);\n --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\n --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);\n --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);\n --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);\n --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\n --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(120,143,166,0.72);\n --sapContent_SearchHighlightColor: #dafdf5;\n --sapContent_HelpColor: #188918;\n --sapContent_LabelColor: #556b82;\n --sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;\n --sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;\n --sapContent_IconFontFamily: \"SAP-icons\";\n --sapContent_DisabledTextColor: rgba(29,45,62,0.6);\n --sapContent_DisabledOpacity: 0.4;\n --sapContent_ContrastTextThreshold: 0.65;\n --sapContent_ContrastTextColor: #fff;\n --sapContent_ForegroundColor: #efefef;\n --sapContent_ForegroundBorderColor: #758ca4;\n --sapContent_ForegroundTextColor: #1d2d3e;\n --sapContent_BadgeBackground: #aa0808;\n --sapContent_BadgeTextColor: #fff;\n --sapContent_DragAndDropActiveColor: #0070f2;\n --sapContent_Selected_TextColor: #0064d9;\n --sapContent_Selected_Background: #fff;\n --sapContent_Selected_Hover_Background: #fff;\n --sapContent_Selected_ForegroundColor: #0064d9;\n --sapContent_ForcedColorAdjust: none;\n --sapContent_Illustrative_Color1: #5d36ff;\n --sapContent_Illustrative_Color2: #0070f2;\n --sapContent_Illustrative_Color3: #f58b00;\n --sapContent_Illustrative_Color4: #00144a;\n --sapContent_Illustrative_Color5: #a9b4be;\n --sapContent_Illustrative_Color6: #d5dadd;\n --sapContent_Illustrative_Color7: #ebf8ff;\n --sapContent_Illustrative_Color8: #fff;\n --sapContent_Illustrative_Color9: #64edd2;\n --sapContent_Illustrative_Color10: #ebf8ff;\n --sapContent_Illustrative_Color11: #f31ded;\n --sapContent_Illustrative_Color12: #00a800;\n --sapContent_Illustrative_Color13: #005dc9;\n --sapContent_Illustrative_Color14: #004da5;\n --sapContent_Illustrative_Color15: #cc7400;\n --sapContent_Illustrative_Color16: #3b0ac6;\n --sapContent_Illustrative_Color17: #00a58a;\n --sapContent_Illustrative_Color18: #d1efff;\n --sapContent_Illustrative_Color19: #b8e6ff;\n --sapContent_Illustrative_Color20: #9eddff;\n --sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapFontSmallSize: .75rem;\n --sapFontLargeSize: 1rem;\n --sapFontHeader1Size: 3rem;\n --sapFontHeader2Size: 2rem;\n --sapFontHeader3Size: 1.5rem;\n --sapFontHeader4Size: 1.25rem;\n --sapFontHeader5Size: 1rem;\n --sapFontHeader6Size: .875rem;\n --sapLink_TextDecoration: none;\n --sapLink_Hover_Color: #0064d9;\n --sapLink_Hover_TextDecoration: underline;\n --sapLink_Active_Color: #0064d9;\n --sapLink_Active_TextDecoration: underline;\n --sapLink_Visited_Color: #0064d9;\n --sapLink_InvertedColor: #bfddff;\n --sapLink_SubtleColor: #1d2d3e;\n --sapShell_Background: #f5f6f7;\n --sapShell_BackgroundImage: linear-gradient(to bottom, #f5f6f7, #f5f6f7);\n --sapShell_BackgroundImageOpacity: 1.0;\n --sapShell_BackgroundImageRepeat: false;\n --sapShell_BorderColor: #fff;\n --sapShell_TextColor: #1d2d3e;\n --sapShell_InteractiveBackground: #eff1f2;\n --sapShell_InteractiveTextColor: #1d2d3e;\n --sapShell_InteractiveBorderColor: #556b81;\n --sapShell_GroupTitleTextColor: #1d2d3e;\n --sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;\n --sapShell_Hover_Background: #fff;\n --sapShell_Active_Background: #fff;\n --sapShell_Active_TextColor: #0070f2;\n --sapShell_Selected_Background: #fff;\n --sapShell_Selected_TextColor: #0070f2;\n --sapShell_Selected_Hover_Background: #fff;\n --sapShell_Favicon: none;\n --sapShell_Navigation_Background: #fff;\n --sapShell_Navigation_Hover_Background: #fff;\n --sapShell_Navigation_SelectedColor: #0064d9;\n --sapShell_Navigation_Selected_TextColor: #0064d9;\n --sapShell_Navigation_TextColor: #1d2d3e;\n --sapShell_Navigation_Active_TextColor: #0070f2;\n --sapShell_Navigation_Active_Background: #fff;\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.1), inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);\n --sapShell_NegativeColor: #aa0808;\n --sapShell_CriticalColor: #b44f00;\n --sapShell_PositiveColor: #256f3a;\n --sapShell_InformativeColor: #0064d9;\n --sapShell_NeutralColor: #1d2d3e;\n --sapShell_Category_1_Background: #0057d2;\n --sapShell_Category_1_BorderColor: #0057d2;\n --sapShell_Category_1_TextColor: #fff;\n --sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_2_Background: #df1278;\n --sapShell_Category_2_BorderColor: #df1278;\n --sapShell_Category_2_TextColor: #fff;\n --sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_3_Background: #e76500;\n --sapShell_Category_3_BorderColor: #e76500;\n --sapShell_Category_3_TextColor: #fff;\n --sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_4_Background: #7800a4;\n --sapShell_Category_4_BorderColor: #7800a4;\n --sapShell_Category_4_TextColor: #fff;\n --sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_5_Background: #aa2608;\n --sapShell_Category_5_BorderColor: #aa2608;\n --sapShell_Category_5_TextColor: #fff;\n --sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_6_Background: #07838f;\n --sapShell_Category_6_BorderColor: #07838f;\n --sapShell_Category_6_TextColor: #fff;\n --sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_7_Background: #f31ded;\n --sapShell_Category_7_BorderColor: #f31ded;\n --sapShell_Category_7_TextColor: #fff;\n --sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_8_Background: #188918;\n --sapShell_Category_8_BorderColor: #188918;\n --sapShell_Category_8_TextColor: #fff;\n --sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_9_Background: #002a86;\n --sapShell_Category_9_BorderColor: #002a86;\n --sapShell_Category_9_TextColor: #fff;\n --sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_10_Background: #5b738b;\n --sapShell_Category_10_BorderColor: #5b738b;\n --sapShell_Category_10_TextColor: #fff;\n --sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_11_Background: #d20a0a;\n --sapShell_Category_11_BorderColor: #d20a0a;\n --sapShell_Category_11_TextColor: #fff;\n --sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_12_Background: #7858ff;\n --sapShell_Category_12_BorderColor: #7858ff;\n --sapShell_Category_12_TextColor: #fff;\n --sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_13_Background: #a00875;\n --sapShell_Category_13_BorderColor: #a00875;\n --sapShell_Category_13_TextColor: #fff;\n --sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_14_Background: #14565b;\n --sapShell_Category_14_BorderColor: #14565b;\n --sapShell_Category_14_TextColor: #fff;\n --sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_15_Background: #223548;\n --sapShell_Category_15_BorderColor: #223548;\n --sapShell_Category_15_TextColor: #fff;\n --sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapShell_Category_16_Background: #1e592f;\n --sapShell_Category_16_BorderColor: #1e592f;\n --sapShell_Category_16_TextColor: #fff;\n --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\n --sapAvatar_1_Background: #fff3b8;\n --sapAvatar_1_BorderColor: #fff3b8;\n --sapAvatar_1_TextColor: #a45d00;\n --sapAvatar_2_Background: #ffd0e7;\n --sapAvatar_2_BorderColor: #ffd0e7;\n --sapAvatar_2_TextColor: #aa0808;\n --sapAvatar_3_Background: #ffdbe7;\n --sapAvatar_3_BorderColor: #ffdbe7;\n --sapAvatar_3_TextColor: #ba066c;\n --sapAvatar_4_Background: #ffdcf3;\n --sapAvatar_4_BorderColor: #ffdcf3;\n --sapAvatar_4_TextColor: #a100c2;\n --sapAvatar_5_Background: #ded3ff;\n --sapAvatar_5_BorderColor: #ded3ff;\n --sapAvatar_5_TextColor: #552cff;\n --sapAvatar_6_Background: #d1efff;\n --sapAvatar_6_BorderColor: #d1efff;\n --sapAvatar_6_TextColor: #0057d2;\n --sapAvatar_7_Background: #c2fcee;\n --sapAvatar_7_BorderColor: #c2fcee;\n --sapAvatar_7_TextColor: #046c7a;\n --sapAvatar_8_Background: #ebf5cb;\n --sapAvatar_8_BorderColor: #ebf5cb;\n --sapAvatar_8_TextColor: #256f3a;\n --sapAvatar_9_Background: #ddccf0;\n --sapAvatar_9_BorderColor: #ddccf0;\n --sapAvatar_9_TextColor: #6c32a9;\n --sapAvatar_10_Background: #eaecee;\n --sapAvatar_10_BorderColor: #eaecee;\n --sapAvatar_10_TextColor: #556b82;\n --sapButton_Background: #eaecee;\n --sapButton_BorderColor: #eaecee;\n --sapButton_BorderWidth: .0625rem;\n --sapButton_BorderCornerRadius: .5rem;\n --sapButton_TextColor: #1d2d3e;\n --sapButton_Hover_Background: #fff;\n --sapButton_Hover_BorderColor: #fff;\n --sapButton_Hover_TextColor: #1d2d3e;\n --sapButton_IconColor: #1d2d3e;\n --sapButton_Active_Background: #fff;\n --sapButton_Active_BorderColor: #0070f2;\n --sapButton_Active_TextColor: #0070f2;\n --sapButton_Emphasized_Background: #0070f2;\n --sapButton_Emphasized_BorderColor: #0070f2;\n --sapButton_Emphasized_TextColor: #fff;\n --sapButton_Emphasized_Hover_Background: #0064d9;\n --sapButton_Emphasized_Hover_BorderColor: #0064d9;\n --sapButton_Emphasized_Hover_TextColor: #fff;\n --sapButton_Emphasized_Active_Background: #fff;\n --sapButton_Emphasized_Active_BorderColor: #0070f2;\n --sapButton_Emphasized_Active_TextColor: #0070f2;\n --sapButton_Emphasized_TextShadow: transparent;\n --sapButton_Emphasized_FontWeight: bold;\n --sapButton_Reject_Background: #ffd6e9;\n --sapButton_Reject_BorderColor: #ffd6e9;\n --sapButton_Reject_TextColor: #aa0808;\n --sapButton_Reject_Hover_Background: #fff;\n --sapButton_Reject_Hover_BorderColor: #fff;\n --sapButton_Reject_Hover_TextColor: #aa0808;\n --sapButton_Reject_Active_Background: #fff;\n --sapButton_Reject_Active_BorderColor: #f53232;\n --sapButton_Reject_Active_TextColor: #aa0808;\n --sapButton_Reject_Selected_Background: #fff;\n --sapButton_Reject_Selected_BorderColor: #f53232;\n --sapButton_Reject_Selected_TextColor: #aa0808;\n --sapButton_Reject_Selected_Hover_Background: #fff;\n --sapButton_Reject_Selected_Hover_BorderColor: #f53232;\n --sapButton_Accept_Background: #ebf5cb;\n --sapButton_Accept_BorderColor: #ebf5cb;\n --sapButton_Accept_TextColor: #256f3a;\n --sapButton_Accept_Hover_Background: #fff;\n --sapButton_Accept_Hover_BorderColor: #fff;\n --sapButton_Accept_Hover_TextColor: #256f3a;\n --sapButton_Accept_Active_Background: #fff;\n --sapButton_Accept_Active_BorderColor: #30914c;\n --sapButton_Accept_Active_TextColor: #256f3a;\n --sapButton_Accept_Selected_Background: #fff;\n --sapButton_Accept_Selected_BorderColor: #30914c;\n --sapButton_Accept_Selected_TextColor: #256f3a;\n --sapButton_Accept_Selected_Hover_Background: #fff;\n --sapButton_Accept_Selected_Hover_BorderColor: #30914c;\n --sapButton_Lite_Background: transparent;\n --sapButton_Lite_BorderColor: transparent;\n --sapButton_Lite_TextColor: #0064d9;\n --sapButton_Lite_Hover_Background: #fff;\n --sapButton_Lite_Hover_BorderColor: #fff;\n --sapButton_Lite_Hover_TextColor: #0064d9;\n --sapButton_Lite_Active_Background: #fff;\n --sapButton_Lite_Active_BorderColor: #0070f2;\n --sapButton_Selected_Background: #fff;\n --sapButton_Selected_BorderColor: #0070f2;\n --sapButton_Selected_TextColor: #0070f2;\n --sapButton_Selected_Hover_Background: #fff;\n --sapButton_Selected_Hover_BorderColor: #0070f2;\n --sapButton_Attention_Background: #fff3b7;\n --sapButton_Attention_BorderColor: #fff3b7;\n --sapButton_Attention_TextColor: #b44f00;\n --sapButton_Attention_Hover_Background: #fff;\n --sapButton_Attention_Hover_BorderColor: #fff;\n --sapButton_Attention_Hover_TextColor: #b44f00;\n --sapButton_Attention_Active_Background: #fff;\n --sapButton_Attention_Active_BorderColor: #ff8d34;\n --sapButton_Attention_Active_TextColor: #b44f00;\n --sapButton_Attention_Selected_Background: #fff;\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\n --sapButton_Attention_Selected_TextColor: #b44f00;\n --sapButton_Attention_Selected_Hover_Background: #fff;\n --sapButton_Attention_Selected_Hover_BorderColor: #ff8d34;\n --sapButton_Negative_Background: #f53232;\n --sapButton_Negative_BorderColor: #f53232;\n --sapButton_Negative_TextColor: #fff;\n --sapButton_Negative_Hover_Background: #e90b0b;\n --sapButton_Negative_Hover_BorderColor: #e90b0b;\n --sapButton_Negative_Hover_TextColor: #fff;\n --sapButton_Negative_Active_Background: #d50a0a;\n --sapButton_Negative_Active_BorderColor: #d50a0a;\n --sapButton_Negative_Active_TextColor: #fff;\n --sapButton_Critical_Background: #e76500;\n --sapButton_Critical_BorderColor: #e76500;\n --sapButton_Critical_TextColor: #fff;\n --sapButton_Critical_Hover_Background: #dd6100;\n --sapButton_Critical_Hover_BorderColor: #dd6100;\n --sapButton_Critical_Hover_TextColor: #fff;\n --sapButton_Critical_Active_Background: #d35c00;\n --sapButton_Critical_Active_BorderColor: #d35c00;\n --sapButton_Critical_Active_TextColor: #fff;\n --sapButton_Success_Background: #30914c;\n --sapButton_Success_BorderColor: #30914c;\n --sapButton_Success_TextColor: #fff;\n --sapButton_Success_Hover_Background: #2c8646;\n --sapButton_Success_Hover_BorderColor: #2c8646;\n --sapButton_Success_Hover_TextColor: #fff;\n --sapButton_Success_Active_Background: #287a40;\n --sapButton_Success_Active_BorderColor: #287a40;\n --sapButton_Success_Active_TextColor: #fff;\n --sapButton_Information_Background: #0070f2;\n --sapButton_Information_BorderColor: #0070f2;\n --sapButton_Information_TextColor: #fff;\n --sapButton_Information_Hover_Background: #0064d9;\n --sapButton_Information_Hover_BorderColor: #0064d9;\n --sapButton_Information_Hover_TextColor: #fff;\n --sapButton_Information_Active_Background: #0058bf;\n --sapButton_Information_Active_BorderColor: #0058bf;\n --sapButton_Information_Active_TextColor: #fff;\n --sapButton_Neutral_Background: #788fa6;\n --sapButton_Neutral_BorderColor: #788fa6;\n --sapButton_Neutral_TextColor: #fff;\n --sapButton_Neutral_Hover_Background: #637d97;\n --sapButton_Neutral_Hover_BorderColor: #637d97;\n --sapButton_Neutral_Hover_TextColor: #fff;\n --sapButton_Neutral_Active_Background: #5d758e;\n --sapButton_Neutral_Active_BorderColor: #5d758e;\n --sapButton_Neutral_Active_TextColor: #fff;\n --sapButton_Track_Background: #788fa6;\n --sapButton_Track_BorderColor: #788fa6;\n --sapButton_Track_TextColor: #fff;\n --sapButton_Track_Hover_Background: #637d97;\n --sapButton_Track_Hover_BorderColor: #637d97;\n --sapButton_Track_Selected_Background: #0070f2;\n --sapButton_Track_Selected_BorderColor: #0070f2;\n --sapButton_Track_Selected_TextColor: #fff;\n --sapButton_Track_Selected_Hover_Background: #0064d9;\n --sapButton_Track_Selected_Hover_BorderColor: #0064d9;\n --sapButton_Handle_Background: #fff;\n --sapButton_Handle_BorderColor: #fff;\n --sapButton_Handle_TextColor: #1d2d3e;\n --sapButton_Handle_Hover_Background: #fff;\n --sapButton_Handle_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_Handle_Selected_Background: #fff;\n --sapButton_Handle_Selected_BorderColor: #fff;\n --sapButton_Handle_Selected_TextColor: #0070f2;\n --sapButton_Handle_Selected_Hover_Background: #fff;\n --sapButton_Handle_Selected_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_Track_Negative_Background: #f53232;\n --sapButton_Track_Negative_BorderColor: #f53232;\n --sapButton_Track_Negative_TextColor: #fff;\n --sapButton_Track_Negative_Hover_Background: #e90b0b;\n --sapButton_Track_Negative_Hover_BorderColor: #e90b0b;\n --sapButton_Handle_Negative_Background: #fff;\n --sapButton_Handle_Negative_BorderColor: #fff;\n --sapButton_Handle_Negative_TextColor: #aa0808;\n --sapButton_Handle_Negative_Hover_Background: #fff;\n --sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_Track_Positive_Background: #30914c;\n --sapButton_Track_Positive_BorderColor: #30914c;\n --sapButton_Track_Positive_TextColor: #fff;\n --sapButton_Track_Positive_Hover_Background: #2c8646;\n --sapButton_Track_Positive_Hover_BorderColor: #2c8646;\n --sapButton_Handle_Positive_Background: #fff;\n --sapButton_Handle_Positive_BorderColor: #fff;\n --sapButton_Handle_Positive_TextColor: #256f3a;\n --sapButton_Handle_Positive_Hover_Background: #fff;\n --sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,0.5);\n --sapButton_TokenBackground: #fff;\n --sapButton_TokenBorderColor: #758ca4;\n --sapField_Background: #eff1f2;\n --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;\n --sapField_TextColor: #131e29;\n --sapField_PlaceholderTextColor: #556b82;\n --sapField_BorderColor: #556b81;\n --sapField_HelpBackground: #eff1f2;\n --sapField_BorderWidth: .0625rem;\n --sapField_BorderStyle: none;\n --sapField_BorderCornerRadius: .25rem;\n --sapField_Shadow: none;\n --sapField_Hover_Background: #fff;\n --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;\n --sapField_Hover_BorderColor: #556b81;\n --sapField_Hover_HelpBackground: #fff;\n --sapField_Hover_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);\n --sapField_Hover_InvalidShadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);\n --sapField_Hover_WarningShadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);\n --sapField_Hover_SuccessShadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);\n --sapField_Hover_InformationShadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\n --sapField_Active_BorderColor: #0070f2;\n --sapField_Focus_Background: #fff;\n --sapField_Focus_BorderColor: #0070f2;\n --sapField_Focus_HelpBackground: #fff;\n --sapField_ReadOnly_Background: transparent;\n --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 0.25rem, transparent 0.25rem) border-box;\n --sapField_ReadOnly_BorderColor: #556b81;\n --sapField_ReadOnly_BorderStyle: none;\n --sapField_ReadOnly_HelpBackground: transparent;\n --sapField_RequiredColor: #ba066c;\n --sapField_InvalidColor: #f53232;\n --sapField_InvalidBackground: #ffeaf4;\n --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f53232, #f53232) border-box;\n --sapField_InvalidBorderWidth: .125rem;\n --sapField_InvalidBorderStyle: none;\n --sapField_InvalidShadow: none;\n --sapField_WarningColor: #e76500;\n --sapField_WarningBackground: #fff8d6;\n --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e76500, #e76500) border-box;\n --sapField_WarningBorderWidth: .125rem;\n --sapField_WarningBorderStyle: none;\n --sapField_WarningShadow: none;\n --sapField_SuccessColor: #30914c;\n --sapField_SuccessBackground: #f5fae5;\n --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;\n --sapField_SuccessBorderWidth: .0625rem;\n --sapField_SuccessBorderStyle: none;\n --sapField_SuccessShadow: none;\n --sapField_InformationColor: #0070f2;\n --sapField_InformationBackground: #e1f4ff;\n --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;\n --sapField_InformationBorderWidth: .125rem;\n --sapField_InformationBorderStyle: none;\n --sapField_InformationShadow: none;\n --sapGroup_TitleBackground: #fff;\n --sapGroup_TitleBorderColor: #a8b2bd;\n --sapGroup_TitleTextColor: #1d2d3e;\n --sapGroup_Title_FontSize: 1rem;\n --sapGroup_ContentBackground: #fff;\n --sapGroup_ContentBorderColor: #d9d9d9;\n --sapGroup_BorderWidth: .0625rem;\n --sapGroup_BorderCornerRadius: .5rem;\n --sapGroup_FooterBackground: transparent;\n --sapToolbar_Background: #fff;\n --sapToolbar_SeparatorColor: #d9d9d9;\n --sapList_HeaderBackground: #fff;\n --sapList_HeaderBorderColor: #a8b2bd;\n --sapList_HeaderTextColor: #1d2d3e;\n --sapList_BorderColor: #e5e5e5;\n --sapList_BorderWidth: .0625rem;\n --sapList_TextColor: #1d2d3e;\n --sapList_Active_TextColor: #1d2d3e;\n --sapList_Active_Background: #dee2e5;\n --sapList_SelectionBackgroundColor: #ebf8ff;\n --sapList_SelectionBorderColor: #0070f2;\n --sapList_Hover_SelectionBackground: #dcf3ff;\n --sapList_Background: #fff;\n --sapList_Hover_Background: #eaecee;\n --sapList_AlternatingBackground: #f5f6f7;\n --sapList_GroupHeaderBackground: #fff;\n --sapList_GroupHeaderBorderColor: #a8b2bd;\n --sapList_GroupHeaderTextColor: #1d2d3e;\n --sapList_TableGroupHeaderBackground: #eff1f2;\n --sapList_TableGroupHeaderBorderColor: #a8b2bd;\n --sapList_TableGroupHeaderTextColor: #1d2d3e;\n --sapList_FooterBackground: #fff;\n --sapList_FooterTextColor: #1d2d3e;\n --sapList_TableFooterBorder: #a8b2bd;\n --sapList_TableFixedBorderColor: #8c8c8c;\n --sapMessage_ErrorBorderColor: #ff8ec4;\n --sapMessage_WarningBorderColor: #ffe770;\n --sapMessage_SuccessBorderColor: #cee67e;\n --sapMessage_InformationBorderColor: #7bcfff;\n --sapPopover_BorderCornerRadius: .5rem;\n --sapProgress_Background: #d5dadd;\n --sapProgress_BorderColor: #d5dadd;\n --sapProgress_TextColor: #1d2d3e;\n --sapProgress_FontSize: .875rem;\n --sapProgress_NegativeBackground: #ffdbec;\n --sapProgress_NegativeBorderColor: #ffdbec;\n --sapProgress_NegativeTextColor: #1d2d3e;\n --sapProgress_CriticalBackground: #fff4bd;\n --sapProgress_CriticalBorderColor: #fff4bd;\n --sapProgress_CriticalTextColor: #1d2d3e;\n --sapProgress_PositiveBackground: #e5f2ba;\n --sapProgress_PositiveBorderColor: #e5f2ba;\n --sapProgress_PositiveTextColor: #1d2d3e;\n --sapProgress_InformationBackground: #cdedff;\n --sapProgress_InformationBorderColor: #cdedff;\n --sapProgress_InformationTextColor: #1d2d3e;\n --sapProgress_Value_Background: #788fa6;\n --sapProgress_Value_BorderColor: #d5dadd;\n --sapProgress_Value_TextColor: #788fa6;\n --sapProgress_Value_NegativeBackground: #f53232;\n --sapProgress_Value_NegativeBorderColor: #f53232;\n --sapProgress_Value_NegativeTextColor: #f53232;\n --sapProgress_Value_CriticalBackground: #e76500;\n --sapProgress_Value_CriticalBorderColor: #e76500;\n --sapProgress_Value_CriticalTextColor: #e76500;\n --sapProgress_Value_PositiveBackground: #30914c;\n --sapProgress_Value_PositiveBorderColor: #30914c;\n --sapProgress_Value_PositiveTextColor: #30914c;\n --sapProgress_Value_InformationBackground: #0070f2;\n --sapProgress_Value_InformationBorderColor: #0070f2;\n --sapProgress_Value_InformationTextColor: #0070f2;\n --sapScrollBar_FaceColor: #7b91a8;\n --sapScrollBar_TrackColor: #fff;\n --sapScrollBar_BorderColor: #7b91a8;\n --sapScrollBar_SymbolColor: #1d2d3e;\n --sapScrollBar_Dimension: .75rem;\n --sapScrollBar_Hover_FaceColor: #6f87a0;\n --sapSlider_Background: #d5dadd;\n --sapSlider_BorderColor: #d5dadd;\n --sapSlider_Selected_Background: #0070f2;\n --sapSlider_Selected_BorderColor: #0070f2;\n --sapSlider_HandleBackground: #fff;\n --sapSlider_HandleBorderColor: #fff;\n --sapSlider_RangeHandleBackground: #fff;\n --sapSlider_Hover_HandleBackground: #fff;\n --sapSlider_Hover_HandleBorderColor: #0070f2;\n --sapSlider_Hover_RangeHandleBackground: #fff;\n --sapSlider_Active_HandleBackground: #fff;\n --sapSlider_Active_HandleBorderColor: #0070f2;\n --sapSlider_Active_RangeHandleBackground: transparent;\n --sapPageHeader_Background: #fff;\n --sapPageHeader_BorderColor: #d9d9d9;\n --sapPageHeader_TextColor: #1d2d3e;\n --sapPageFooter_Background: #fff;\n --sapPageFooter_BorderColor: #d9d9d9;\n --sapPageFooter_TextColor: #1d2d3e;\n --sapInfobar_Background: #c2fcee;\n --sapInfobar_Hover_Background: #fff;\n --sapInfobar_Active_Background: #fff;\n --sapInfobar_NonInteractive_Background: #f5f6f7;\n --sapInfobar_TextColor: #046c7a;\n --sapObjectHeader_Background: #fff;\n --sapObjectHeader_Hover_Background: #eaecee;\n --sapObjectHeader_BorderColor: #d9d9d9;\n --sapObjectHeader_Title_TextColor: #1d2d3e;\n --sapObjectHeader_Title_FontSize: 2rem;\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\n --sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;\n --sapObjectHeader_Subtitle_TextColor: #556b82;\n --sapBlockLayer_Background: #000;\n --sapTile_Background: #fff;\n --sapTile_Hover_Background: #fff;\n --sapTile_Active_Background: #f5f5f5;\n --sapTile_BorderColor: transparent;\n --sapTile_BorderCornerRadius: 1rem;\n --sapTile_TitleTextColor: #1d2d3e;\n --sapTile_TextColor: #556b82;\n --sapTile_IconColor: #556b82;\n --sapTile_SeparatorColor: #ccc;\n --sapTile_Interactive_BorderColor: #b3b3b3;\n --sapTile_OverlayBackground: rgba(255,255,255,0.96);\n --sapTile_OverlayForegroundColor: #1d2d3e;\n --sapAccentColor1: #d27700;\n --sapAccentColor2: #aa0808;\n --sapAccentColor3: #ba066c;\n --sapAccentColor4: #a100c2;\n --sapAccentColor5: #5d36ff;\n --sapAccentColor6: #0057d2;\n --sapAccentColor7: #046c7a;\n --sapAccentColor8: #256f3a;\n --sapAccentColor9: #6c32a9;\n --sapAccentColor10: #5b738b;\n --sapAccentBackgroundColor1: #fff3b8;\n --sapAccentBackgroundColor2: #ffd0e7;\n --sapAccentBackgroundColor3: #ffdbe7;\n --sapAccentBackgroundColor4: #ffdcf3;\n --sapAccentBackgroundColor5: #ded3ff;\n --sapAccentBackgroundColor6: #d1efff;\n --sapAccentBackgroundColor7: #c2fcee;\n --sapAccentBackgroundColor8: #ebf5cb;\n --sapAccentBackgroundColor9: #ddccf0;\n --sapAccentBackgroundColor10: #eaecee;\n --sapIndicationColor_1: #840606;\n --sapIndicationColor_1_Background: #840606;\n --sapIndicationColor_1_BorderColor: #840606;\n --sapIndicationColor_1_TextColor: #fff;\n --sapIndicationColor_1_Hover_Background: #6c0505;\n --sapIndicationColor_1_Active_Background: #530404;\n --sapIndicationColor_1_Active_BorderColor: #fb9d9d;\n --sapIndicationColor_1_Active_TextColor: #840606;\n --sapIndicationColor_1_Selected_Background: #530404;\n --sapIndicationColor_1_Selected_BorderColor: #fb9d9d;\n --sapIndicationColor_1_Selected_TextColor: #840606;\n --sapIndicationColor_1b: #fb9d9d;\n --sapIndicationColor_1b_BorderColor: #fb9d9d;\n --sapIndicationColor_1b_Hover_Background: #fa8585;\n --sapIndicationColor_2: #aa0808;\n --sapIndicationColor_2_Background: #aa0808;\n --sapIndicationColor_2_BorderColor: #aa0808;\n --sapIndicationColor_2_TextColor: #fff;\n --sapIndicationColor_2_Hover_Background: #920707;\n --sapIndicationColor_2_Active_Background: #790606;\n --sapIndicationColor_2_Active_BorderColor: #fcc4c4;\n --sapIndicationColor_2_Active_TextColor: #aa0808;\n --sapIndicationColor_2_Selected_Background: #790606;\n --sapIndicationColor_2_Selected_BorderColor: #fcc4c4;\n --sapIndicationColor_2_Selected_TextColor: #aa0808;\n --sapIndicationColor_2b: #fcc4c4;\n --sapIndicationColor_2b_BorderColor: #fcc4c4;\n --sapIndicationColor_2b_Hover_Background: #fbacac;\n --sapIndicationColor_3: #b95100;\n --sapIndicationColor_3_Background: #e76500;\n --sapIndicationColor_3_BorderColor: #e76500;\n --sapIndicationColor_3_TextColor: #fff;\n --sapIndicationColor_3_Hover_Background: #d85e00;\n --sapIndicationColor_3_Active_Background: #c85800;\n --sapIndicationColor_3_Active_BorderColor: #fff2c0;\n --sapIndicationColor_3_Active_TextColor: #b95100;\n --sapIndicationColor_3_Selected_Background: #c85800;\n --sapIndicationColor_3_Selected_BorderColor: #fff2c0;\n --sapIndicationColor_3_Selected_TextColor: #b95100;\n --sapIndicationColor_3b: #fff2c0;\n --sapIndicationColor_3b_BorderColor: #fff2c0;\n --sapIndicationColor_3b_Hover_Background: #ffeda6;\n --sapIndicationColor_4: #256f3a;\n --sapIndicationColor_4_Background: #256f3a;\n --sapIndicationColor_4_BorderColor: #256f3a;\n --sapIndicationColor_4_TextColor: #fff;\n --sapIndicationColor_4_Hover_Background: #1f5c30;\n --sapIndicationColor_4_Active_Background: #184926;\n --sapIndicationColor_4_Active_BorderColor: #bae8bc;\n --sapIndicationColor_4_Active_TextColor: #256f3a;\n --sapIndicationColor_4_Selected_Background: #184926;\n --sapIndicationColor_4_Selected_BorderColor: #bae8bc;\n --sapIndicationColor_4_Selected_TextColor: #256f3a;\n --sapIndicationColor_4b: #bae8bc;\n --sapIndicationColor_4b_BorderColor: #bae8bc;\n --sapIndicationColor_4b_Hover_Background: #a7e2a9;\n --sapIndicationColor_5: #0070f2;\n --sapIndicationColor_5_Background: #0070f2;\n --sapIndicationColor_5_BorderColor: #0070f2;\n --sapIndicationColor_5_TextColor: #fff;\n --sapIndicationColor_5_Hover_Background: #0064d9;\n --sapIndicationColor_5_Active_Background: #0058bf;\n --sapIndicationColor_5_Active_BorderColor: #d3effd;\n --sapIndicationColor_5_Active_TextColor: #0070f2;\n --sapIndicationColor_5_Selected_Background: #0058bf;\n --sapIndicationColor_5_Selected_BorderColor: #d3effd;\n --sapIndicationColor_5_Selected_TextColor: #0070f2;\n --sapIndicationColor_5b: #d3effd;\n --sapIndicationColor_5b_BorderColor: #d3effd;\n --sapIndicationColor_5b_Hover_Background: #bbe6fc;\n --sapIndicationColor_6: #046c7a;\n --sapIndicationColor_6_Background: #046c7a;\n --sapIndicationColor_6_BorderColor: #046c7a;\n --sapIndicationColor_6_TextColor: #fff;\n --sapIndicationColor_6_Hover_Background: #035661;\n --sapIndicationColor_6_Active_Background: #024049;\n --sapIndicationColor_6_Active_BorderColor: #cdf5ec;\n --sapIndicationColor_6_Active_TextColor: #046c7a;\n --sapIndicationColor_6_Selected_Background: #024049;\n --sapIndicationColor_6_Selected_BorderColor: #cdf5ec;\n --sapIndicationColor_6_Selected_TextColor: #046c7a;\n --sapIndicationColor_6b: #cdf5ec;\n --sapIndicationColor_6b_BorderColor: #cdf5ec;\n --sapIndicationColor_6b_Hover_Background: #b8f1e4;\n --sapIndicationColor_7: #5d36ff;\n --sapIndicationColor_7_Background: #5d36ff;\n --sapIndicationColor_7_BorderColor: #5d36ff;\n --sapIndicationColor_7_TextColor: #fff;\n --sapIndicationColor_7_Hover_Background: #481cff;\n --sapIndicationColor_7_Active_Background: #3403ff;\n --sapIndicationColor_7_Active_BorderColor: #e2dbff;\n --sapIndicationColor_7_Active_TextColor: #5d36ff;\n --sapIndicationColor_7_Selected_Background: #3403ff;\n --sapIndicationColor_7_Selected_BorderColor: #e2dbff;\n --sapIndicationColor_7_Selected_TextColor: #5d36ff;\n --sapIndicationColor_7b: #e2dbff;\n --sapIndicationColor_7b_BorderColor: #e2dbff;\n --sapIndicationColor_7b_Hover_Background: #cdc2ff;\n --sapIndicationColor_8: #a100c2;\n --sapIndicationColor_8_Background: #a100c2;\n --sapIndicationColor_8_BorderColor: #a100c2;\n --sapIndicationColor_8_TextColor: #fff;\n --sapIndicationColor_8_Hover_Background: #8c00a9;\n --sapIndicationColor_8_Active_Background: #77008f;\n --sapIndicationColor_8_Active_BorderColor: #f8d6ff;\n --sapIndicationColor_8_Active_TextColor: #a100c2;\n --sapIndicationColor_8_Selected_Background: #77008f;\n --sapIndicationColor_8_Selected_BorderColor: #f8d6ff;\n --sapIndicationColor_8_Selected_TextColor: #a100c2;\n --sapIndicationColor_8b: #f8d6ff;\n --sapIndicationColor_8b_BorderColor: #f8d6ff;\n --sapIndicationColor_8b_Hover_Background: #f4bdff;\n --sapIndicationColor_9: #1d2d3e;\n --sapIndicationColor_9_Background: #1d2d3e;\n --sapIndicationColor_9_BorderColor: #1d2d3e;\n --sapIndicationColor_9_TextColor: #fff;\n --sapIndicationColor_9_Hover_Background: #15202d;\n --sapIndicationColor_9_Active_Background: #fff;\n --sapIndicationColor_9_Active_BorderColor: #d9d9d9;\n --sapIndicationColor_9_Active_TextColor: #1d2d3e;\n --sapIndicationColor_9_Selected_Background: #fff;\n --sapIndicationColor_9_Selected_BorderColor: #d9d9d9;\n --sapIndicationColor_9_Selected_TextColor: #1d2d3e;\n --sapIndicationColor_9b: #fff;\n --sapIndicationColor_9b_BorderColor: #d9d9d9;\n --sapIndicationColor_9b_Hover_Background: #f2f2f2;\n --sapIndicationColor_10: #45484a;\n --sapIndicationColor_10_Background: #83888b;\n --sapIndicationColor_10_BorderColor: #83888b;\n --sapIndicationColor_10_TextColor: #fff;\n --sapIndicationColor_10_Hover_Background: #767b7e;\n --sapIndicationColor_10_Active_Background: #fff;\n --sapIndicationColor_10_Active_BorderColor: #eaecee;\n --sapIndicationColor_10_Active_TextColor: #45484a;\n --sapIndicationColor_10_Selected_Background: #fff;\n --sapIndicationColor_10_Selected_BorderColor: #eaecee;\n --sapIndicationColor_10_Selected_TextColor: #45484a;\n --sapIndicationColor_10b: #eaecee;\n --sapIndicationColor_10b_BorderColor: #eaecee;\n --sapIndicationColor_10b_Hover_Background: #dcdfe3;\n --sapLegend_WorkingBackground: #fff;\n --sapLegend_NonWorkingBackground: #ebebeb;\n --sapLegend_CurrentDateTime: #a100c2;\n --sapLegendColor1: #c35500;\n --sapLegendColor2: #d23a0a;\n --sapLegendColor3: #df1278;\n --sapLegendColor4: #840606;\n --sapLegendColor5: #cc00dc;\n --sapLegendColor6: #0057d2;\n --sapLegendColor7: #07838f;\n --sapLegendColor8: #188918;\n --sapLegendColor9: #5b738b;\n --sapLegendColor10: #7800a4;\n --sapLegendColor11: #a93e00;\n --sapLegendColor12: #aa2608;\n --sapLegendColor13: #ba066c;\n --sapLegendColor14: #8d2a00;\n --sapLegendColor15: #4e247a;\n --sapLegendColor16: #002a86;\n --sapLegendColor17: #035663;\n --sapLegendColor18: #1e592f;\n --sapLegendColor19: #1a4796;\n --sapLegendColor20: #470ced;\n --sapLegendBackgroundColor1: #ffef9f;\n --sapLegendBackgroundColor2: #feeae1;\n --sapLegendBackgroundColor3: #fbf6f8;\n --sapLegendBackgroundColor4: #fbebeb;\n --sapLegendBackgroundColor5: #ffe5fe;\n --sapLegendBackgroundColor6: #d1efff;\n --sapLegendBackgroundColor7: #c2fcee;\n --sapLegendBackgroundColor8: #f5fae5;\n --sapLegendBackgroundColor9: #f5f6f7;\n --sapLegendBackgroundColor10: #fff0fa;\n --sapLegendBackgroundColor11: #fff8d6;\n --sapLegendBackgroundColor12: #fff6f6;\n --sapLegendBackgroundColor13: #f7ebef;\n --sapLegendBackgroundColor14: #f1ecd5;\n --sapLegendBackgroundColor15: #f0e7f8;\n --sapLegendBackgroundColor16: #ebf8ff;\n --sapLegendBackgroundColor17: #dafdf5;\n --sapLegendBackgroundColor18: #ebf5cb;\n --sapLegendBackgroundColor19: #fafdff;\n --sapLegendBackgroundColor20: #eceeff;\n --sapChart_OrderedColor_1: #1b90ff;\n --sapChart_OrderedColor_2: #f26018;\n --sapChart_OrderedColor_3: #179c6f;\n --sapChart_OrderedColor_4: #f62866;\n --sapChart_OrderedColor_5: #863fd5;\n --sapChart_OrderedColor_6: #04a29d;\n --sapChart_OrderedColor_7: #0070f2;\n --sapChart_OrderedColor_8: #cc00dc;\n --sapChart_OrderedColor_9: #8396a8;\n --sapChart_OrderedColor_10: #f54747;\n --sapChart_OrderedColor_11: #20578c;\n --sapChart_Bad: #f53232;\n --sapChart_Critical: #e76500;\n --sapChart_Good: #30914c;\n --sapChart_Neutral: #788fa6;\n --sapChart_Sequence_1: #1b90ff;\n --sapChart_Sequence_2: #f26018;\n --sapChart_Sequence_3: #179c6f;\n --sapChart_Sequence_4: #f62866;\n --sapChart_Sequence_5: #863fd5;\n --sapChart_Sequence_6: #04a29d;\n --sapChart_Sequence_7: #0070f2;\n --sapChart_Sequence_8: #cc00dc;\n --sapChart_Sequence_9: #8396a8;\n --sapChart_Sequence_10: #f54747;\n --sapChart_Sequence_11: #20578c;\n --sapChart_Sequence_Neutral: #788fa6;\n \n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');\n --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');\n --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');\n --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');\n --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');\n --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');\n --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');\n --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');\n --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');\n --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');\n --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');\n --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');\n --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');\n --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');\n --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');\n --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');\n --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');\n --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');\n --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');\n --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');\n --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');\n --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');\n --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');\n --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');\n --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');\n --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');\n --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');\n --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');\n --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');\n --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');\n --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');\n --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');\n --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');\n --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');\n --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');\n --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');\n --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');\n --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');\n --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');\n --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');\n --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');\n --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');\n --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');\n --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');\n --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');\n --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');\n --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');\n --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');\n --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');\n}\n\n.background-image--sapCompanyLogo {\n background-image: var(--sapCompanyLogo);\n}\n\n.background-image--sapBackgroundImage {\n background-image: var(--sapBackgroundImage);\n}\n\n.background-image--sapShell_BackgroundImage {\n background-image: var(--sapShell_BackgroundImage);\n}\n\n/**\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\n*/\n\n/**\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\n*/\n" };
|
|
2
|
+
export default styleData;
|
|
3
|
+
//# sourceMappingURL=parameters-bundle.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_exp/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,4BAA4B,EAAC,QAAQ,EAAC,8CAA8C,EAAC,OAAO,EAAC,2s8CAA2s8C,EAAC,CAAC;AACp18C,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-theming\",fileName:\"themes/sap_horizon_exp/parameters-bundle.css\",content:\"/**\\n* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.\\n*\\n* Theming Engine 1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\\n* data:{\\\"Path\\\": \\\"Base.baseLib.sap_horizon.css_variables\\\", \\\"PathPattern\\\": \\\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\\\", \\\"Extends\\\": [\\\"baseTheme\\\"], \\\"Tags\\\": [\\\"Fiori_3\\\",\\\"LightColorScheme\\\"], \\\"FallbackThemeId\\\": \\\"sap_fiori_3\\\", \\\"Engine\\\": {\\\"Name\\\": \\\"theming-engine\\\", \\\"Version\\\": \\\"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\\\"}, \\\"Version\\\": { \\\"Build\\\": \\\"11.5.0.20230619095805\\\", \\\"Source\\\": \\\"11.5.0\\\"}}\\n*/\\n\\n:root{--sapThemeMetaData-Base-baseLib:{\\\"Path\\\": \\\"Base.baseLib.sap_horizon.css_variables\\\", \\\"PathPattern\\\": \\\"/%frameworkId%/%libId%/%themeId%/%fileId%.css\\\", \\\"Extends\\\": [\\\"baseTheme\\\"], \\\"Tags\\\": [\\\"Fiori_3\\\",\\\"LightColorScheme\\\"], \\\"FallbackThemeId\\\": \\\"sap_fiori_3\\\", \\\"Engine\\\": {\\\"Name\\\": \\\"theming-engine\\\", \\\"Version\\\": \\\"1.23050.0-20230615114838+48b41017daabe3369028edc8539a00c12a880d68\\\"}, \\\"Version\\\": { \\\"Build\\\": \\\"11.5.0.20230619095805\\\", \\\"Source\\\": \\\"11.5.0\\\"}};}\\n\\n/**\\n* Base.baseLib.baseTheme.base (Version 11.5.0)\\n*/\\n\\n/**\\n* Base.baseLib.baseTheme.css_variables (Version 11.5.0)\\n*/\\n\\n:root {\\n --sapBrandColor: #0070f2;\\n --sapHighlightColor: #0070f2;\\n --sapBaseColor: #fff;\\n --sapShellColor: #fff;\\n --sapBackgroundColor: #f5f6f7;\\n --sapFontFamily: \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSize: .875rem;\\n --sapTextColor: #1d2d3e;\\n --sapLinkColor: #0070f2;\\n --sapCompanyLogo: none;\\n --sapBackgroundImage: none;\\n --sapBackgroundImageOpacity: 1.0;\\n --sapBackgroundImageRepeat: false;\\n --sapSelectedColor: #0070f2;\\n --sapHoverColor: #eaecee;\\n --sapActiveColor: #dee2e5;\\n --sapHighlightTextColor: #fff;\\n --sapTitleColor: #1d2d3e;\\n --sapNegativeColor: #aa0808;\\n --sapCriticalColor: #e76500;\\n --sapPositiveColor: #256f3a;\\n --sapInformativeColor: #0070f2;\\n --sapNeutralColor: #788fa6;\\n --sapNegativeElementColor: #f53232;\\n --sapCriticalElementColor: #e76500;\\n --sapPositiveElementColor: #30914c;\\n --sapInformativeElementColor: #0070f2;\\n --sapNeutralElementColor: #788fa6;\\n --sapNegativeTextColor: #aa0808;\\n --sapCriticalTextColor: #b44f00;\\n --sapPositiveTextColor: #256f3a;\\n --sapInformativeTextColor: #0064d9;\\n --sapNeutralTextColor: #1d2d3e;\\n --sapErrorColor: #aa0808;\\n --sapWarningColor: #e76500;\\n --sapSuccessColor: #256f3a;\\n --sapInformationColor: #0070f2;\\n --sapErrorBackground: #ffeaf4;\\n --sapWarningBackground: #fff8d6;\\n --sapSuccessBackground: #f5fae5;\\n --sapInformationBackground: #e1f4ff;\\n --sapNeutralBackground: #eff1f2;\\n --sapErrorBorderColor: #f53232;\\n --sapWarningBorderColor: #e76500;\\n --sapSuccessBorderColor: #30914c;\\n --sapInformationBorderColor: #0070f2;\\n --sapNeutralBorderColor: #788fa6;\\n --sapElement_LineHeight: 2.75rem;\\n --sapElement_Height: 2.25rem;\\n --sapElement_BorderWidth: .0625rem;\\n --sapElement_BorderCornerRadius: .75rem;\\n --sapElement_Compact_LineHeight: 2rem;\\n --sapElement_Compact_Height: 1.625rem;\\n --sapElement_Condensed_LineHeight: 1.5rem;\\n --sapElement_Condensed_Height: 1.375rem;\\n --sapContent_LineHeight: 1.5;\\n --sapContent_IconHeight: 1rem;\\n --sapContent_IconColor: #1d2d3e;\\n --sapContent_ContrastIconColor: #fff;\\n --sapContent_NonInteractiveIconColor: #758ca4;\\n --sapContent_MarkerIconColor: #5d36ff;\\n --sapContent_MarkerTextColor: #046c7a;\\n --sapContent_MeasureIndicatorColor: #556b81;\\n --sapContent_Selected_MeasureIndicatorColor: #0070f2;\\n --sapContent_Placeholderloading_Background: #ccc;\\n --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);\\n --sapContent_ImagePlaceholderBackground: #eaecee;\\n --sapContent_ImagePlaceholderForegroundColor: #5b738b;\\n --sapContent_RatedColor: #d27700;\\n --sapContent_UnratedColor: #758ca4;\\n --sapContent_BusyColor: #0070f2;\\n --sapContent_FocusColor: #0070f2;\\n --sapContent_FocusStyle: solid;\\n --sapContent_FocusWidth: .125rem;\\n --sapContent_ContrastFocusColor: #fff;\\n --sapContent_ShadowColor: #556b82;\\n --sapContent_ContrastShadowColor: #fff;\\n --sapContent_Shadow0: 0 0 0.125rem 0 rgba(85,107,130,0.16), 0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);\\n --sapContent_Shadow1: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);\\n --sapContent_Shadow2: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);\\n --sapContent_Shadow3: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 1.25rem 5rem 0 rgba(85,107,130,0.3);\\n --sapContent_TextShadow: 0 0 0.125rem #fff;\\n --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);\\n --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;\\n --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);\\n --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\\n --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);\\n --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);\\n --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);\\n --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\\n --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(120,143,166,0.72);\\n --sapContent_SearchHighlightColor: #dafdf5;\\n --sapContent_HelpColor: #188918;\\n --sapContent_LabelColor: #556b82;\\n --sapContent_MonospaceFontFamily: \\\"72Mono\\\", \\\"72Monofull\\\", lucida console, monospace;\\n --sapContent_MonospaceBoldFontFamily: \\\"72Mono-Bold\\\", \\\"72Mono-Boldfull\\\", lucida console, monospace;\\n --sapContent_IconFontFamily: \\\"SAP-icons\\\";\\n --sapContent_DisabledTextColor: rgba(29,45,62,0.6);\\n --sapContent_DisabledOpacity: 0.4;\\n --sapContent_ContrastTextThreshold: 0.65;\\n --sapContent_ContrastTextColor: #fff;\\n --sapContent_ForegroundColor: #efefef;\\n --sapContent_ForegroundBorderColor: #758ca4;\\n --sapContent_ForegroundTextColor: #1d2d3e;\\n --sapContent_BadgeBackground: #aa0808;\\n --sapContent_BadgeTextColor: #fff;\\n --sapContent_DragAndDropActiveColor: #0070f2;\\n --sapContent_Selected_TextColor: #0064d9;\\n --sapContent_Selected_Background: #fff;\\n --sapContent_Selected_Hover_Background: #fff;\\n --sapContent_Selected_ForegroundColor: #0064d9;\\n --sapContent_ForcedColorAdjust: none;\\n --sapContent_Illustrative_Color1: #5d36ff;\\n --sapContent_Illustrative_Color2: #0070f2;\\n --sapContent_Illustrative_Color3: #f58b00;\\n --sapContent_Illustrative_Color4: #00144a;\\n --sapContent_Illustrative_Color5: #a9b4be;\\n --sapContent_Illustrative_Color6: #d5dadd;\\n --sapContent_Illustrative_Color7: #ebf8ff;\\n --sapContent_Illustrative_Color8: #fff;\\n --sapContent_Illustrative_Color9: #64edd2;\\n --sapContent_Illustrative_Color10: #ebf8ff;\\n --sapContent_Illustrative_Color11: #f31ded;\\n --sapContent_Illustrative_Color12: #00a800;\\n --sapContent_Illustrative_Color13: #005dc9;\\n --sapContent_Illustrative_Color14: #004da5;\\n --sapContent_Illustrative_Color15: #cc7400;\\n --sapContent_Illustrative_Color16: #3b0ac6;\\n --sapContent_Illustrative_Color17: #00a58a;\\n --sapContent_Illustrative_Color18: #d1efff;\\n --sapContent_Illustrative_Color19: #b8e6ff;\\n --sapContent_Illustrative_Color20: #9eddff;\\n --sapFontLightFamily: \\\"72-Light\\\", \\\"72-Lightfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontBoldFamily: \\\"72-Bold\\\", \\\"72-Boldfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSemiboldFamily: \\\"72-Semibold\\\", \\\"72-Semiboldfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSemiboldDuplexFamily: \\\"72-SemiboldDuplex\\\", \\\"72-SemiboldDuplexfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontBlackFamily: \\\"72Black\\\", \\\"72Blackfull\\\",\\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontHeaderFamily: \\\"72-Bold\\\", \\\"72-Boldfull\\\", \\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapFontSmallSize: .75rem;\\n --sapFontLargeSize: 1rem;\\n --sapFontHeader1Size: 3rem;\\n --sapFontHeader2Size: 2rem;\\n --sapFontHeader3Size: 1.5rem;\\n --sapFontHeader4Size: 1.25rem;\\n --sapFontHeader5Size: 1rem;\\n --sapFontHeader6Size: .875rem;\\n --sapLink_TextDecoration: none;\\n --sapLink_Hover_Color: #0064d9;\\n --sapLink_Hover_TextDecoration: underline;\\n --sapLink_Active_Color: #0064d9;\\n --sapLink_Active_TextDecoration: underline;\\n --sapLink_Visited_Color: #0064d9;\\n --sapLink_InvertedColor: #bfddff;\\n --sapLink_SubtleColor: #1d2d3e;\\n --sapShell_Background: #f5f6f7;\\n --sapShell_BackgroundImage: linear-gradient(to bottom, #f5f6f7, #f5f6f7);\\n --sapShell_BackgroundImageOpacity: 1.0;\\n --sapShell_BackgroundImageRepeat: false;\\n --sapShell_BorderColor: #fff;\\n --sapShell_TextColor: #1d2d3e;\\n --sapShell_InteractiveBackground: #eff1f2;\\n --sapShell_InteractiveTextColor: #1d2d3e;\\n --sapShell_InteractiveBorderColor: #556b81;\\n --sapShell_GroupTitleTextColor: #1d2d3e;\\n --sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;\\n --sapShell_Hover_Background: #fff;\\n --sapShell_Active_Background: #fff;\\n --sapShell_Active_TextColor: #0070f2;\\n --sapShell_Selected_Background: #fff;\\n --sapShell_Selected_TextColor: #0070f2;\\n --sapShell_Selected_Hover_Background: #fff;\\n --sapShell_Favicon: none;\\n --sapShell_Navigation_Background: #fff;\\n --sapShell_Navigation_Hover_Background: #fff;\\n --sapShell_Navigation_SelectedColor: #0064d9;\\n --sapShell_Navigation_Selected_TextColor: #0064d9;\\n --sapShell_Navigation_TextColor: #1d2d3e;\\n --sapShell_Navigation_Active_TextColor: #0070f2;\\n --sapShell_Navigation_Active_Background: #fff;\\n --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.1), inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);\\n --sapShell_NegativeColor: #aa0808;\\n --sapShell_CriticalColor: #b44f00;\\n --sapShell_PositiveColor: #256f3a;\\n --sapShell_InformativeColor: #0064d9;\\n --sapShell_NeutralColor: #1d2d3e;\\n --sapShell_Category_1_Background: #0057d2;\\n --sapShell_Category_1_BorderColor: #0057d2;\\n --sapShell_Category_1_TextColor: #fff;\\n --sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_2_Background: #df1278;\\n --sapShell_Category_2_BorderColor: #df1278;\\n --sapShell_Category_2_TextColor: #fff;\\n --sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_3_Background: #e76500;\\n --sapShell_Category_3_BorderColor: #e76500;\\n --sapShell_Category_3_TextColor: #fff;\\n --sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_4_Background: #7800a4;\\n --sapShell_Category_4_BorderColor: #7800a4;\\n --sapShell_Category_4_TextColor: #fff;\\n --sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_5_Background: #aa2608;\\n --sapShell_Category_5_BorderColor: #aa2608;\\n --sapShell_Category_5_TextColor: #fff;\\n --sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_6_Background: #07838f;\\n --sapShell_Category_6_BorderColor: #07838f;\\n --sapShell_Category_6_TextColor: #fff;\\n --sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_7_Background: #f31ded;\\n --sapShell_Category_7_BorderColor: #f31ded;\\n --sapShell_Category_7_TextColor: #fff;\\n --sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_8_Background: #188918;\\n --sapShell_Category_8_BorderColor: #188918;\\n --sapShell_Category_8_TextColor: #fff;\\n --sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_9_Background: #002a86;\\n --sapShell_Category_9_BorderColor: #002a86;\\n --sapShell_Category_9_TextColor: #fff;\\n --sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_10_Background: #5b738b;\\n --sapShell_Category_10_BorderColor: #5b738b;\\n --sapShell_Category_10_TextColor: #fff;\\n --sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_11_Background: #d20a0a;\\n --sapShell_Category_11_BorderColor: #d20a0a;\\n --sapShell_Category_11_TextColor: #fff;\\n --sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_12_Background: #7858ff;\\n --sapShell_Category_12_BorderColor: #7858ff;\\n --sapShell_Category_12_TextColor: #fff;\\n --sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_13_Background: #a00875;\\n --sapShell_Category_13_BorderColor: #a00875;\\n --sapShell_Category_13_TextColor: #fff;\\n --sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_14_Background: #14565b;\\n --sapShell_Category_14_BorderColor: #14565b;\\n --sapShell_Category_14_TextColor: #fff;\\n --sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_15_Background: #223548;\\n --sapShell_Category_15_BorderColor: #223548;\\n --sapShell_Category_15_TextColor: #fff;\\n --sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapShell_Category_16_Background: #1e592f;\\n --sapShell_Category_16_BorderColor: #1e592f;\\n --sapShell_Category_16_TextColor: #fff;\\n --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);\\n --sapAvatar_1_Background: #fff3b8;\\n --sapAvatar_1_BorderColor: #fff3b8;\\n --sapAvatar_1_TextColor: #a45d00;\\n --sapAvatar_2_Background: #ffd0e7;\\n --sapAvatar_2_BorderColor: #ffd0e7;\\n --sapAvatar_2_TextColor: #aa0808;\\n --sapAvatar_3_Background: #ffdbe7;\\n --sapAvatar_3_BorderColor: #ffdbe7;\\n --sapAvatar_3_TextColor: #ba066c;\\n --sapAvatar_4_Background: #ffdcf3;\\n --sapAvatar_4_BorderColor: #ffdcf3;\\n --sapAvatar_4_TextColor: #a100c2;\\n --sapAvatar_5_Background: #ded3ff;\\n --sapAvatar_5_BorderColor: #ded3ff;\\n --sapAvatar_5_TextColor: #552cff;\\n --sapAvatar_6_Background: #d1efff;\\n --sapAvatar_6_BorderColor: #d1efff;\\n --sapAvatar_6_TextColor: #0057d2;\\n --sapAvatar_7_Background: #c2fcee;\\n --sapAvatar_7_BorderColor: #c2fcee;\\n --sapAvatar_7_TextColor: #046c7a;\\n --sapAvatar_8_Background: #ebf5cb;\\n --sapAvatar_8_BorderColor: #ebf5cb;\\n --sapAvatar_8_TextColor: #256f3a;\\n --sapAvatar_9_Background: #ddccf0;\\n --sapAvatar_9_BorderColor: #ddccf0;\\n --sapAvatar_9_TextColor: #6c32a9;\\n --sapAvatar_10_Background: #eaecee;\\n --sapAvatar_10_BorderColor: #eaecee;\\n --sapAvatar_10_TextColor: #556b82;\\n --sapButton_Background: #eaecee;\\n --sapButton_BorderColor: #eaecee;\\n --sapButton_BorderWidth: .0625rem;\\n --sapButton_BorderCornerRadius: .5rem;\\n --sapButton_TextColor: #1d2d3e;\\n --sapButton_Hover_Background: #fff;\\n --sapButton_Hover_BorderColor: #fff;\\n --sapButton_Hover_TextColor: #1d2d3e;\\n --sapButton_IconColor: #1d2d3e;\\n --sapButton_Active_Background: #fff;\\n --sapButton_Active_BorderColor: #0070f2;\\n --sapButton_Active_TextColor: #0070f2;\\n --sapButton_Emphasized_Background: #0070f2;\\n --sapButton_Emphasized_BorderColor: #0070f2;\\n --sapButton_Emphasized_TextColor: #fff;\\n --sapButton_Emphasized_Hover_Background: #0064d9;\\n --sapButton_Emphasized_Hover_BorderColor: #0064d9;\\n --sapButton_Emphasized_Hover_TextColor: #fff;\\n --sapButton_Emphasized_Active_Background: #fff;\\n --sapButton_Emphasized_Active_BorderColor: #0070f2;\\n --sapButton_Emphasized_Active_TextColor: #0070f2;\\n --sapButton_Emphasized_TextShadow: transparent;\\n --sapButton_Emphasized_FontWeight: bold;\\n --sapButton_Reject_Background: #ffd6e9;\\n --sapButton_Reject_BorderColor: #ffd6e9;\\n --sapButton_Reject_TextColor: #aa0808;\\n --sapButton_Reject_Hover_Background: #fff;\\n --sapButton_Reject_Hover_BorderColor: #fff;\\n --sapButton_Reject_Hover_TextColor: #aa0808;\\n --sapButton_Reject_Active_Background: #fff;\\n --sapButton_Reject_Active_BorderColor: #f53232;\\n --sapButton_Reject_Active_TextColor: #aa0808;\\n --sapButton_Reject_Selected_Background: #fff;\\n --sapButton_Reject_Selected_BorderColor: #f53232;\\n --sapButton_Reject_Selected_TextColor: #aa0808;\\n --sapButton_Reject_Selected_Hover_Background: #fff;\\n --sapButton_Reject_Selected_Hover_BorderColor: #f53232;\\n --sapButton_Accept_Background: #ebf5cb;\\n --sapButton_Accept_BorderColor: #ebf5cb;\\n --sapButton_Accept_TextColor: #256f3a;\\n --sapButton_Accept_Hover_Background: #fff;\\n --sapButton_Accept_Hover_BorderColor: #fff;\\n --sapButton_Accept_Hover_TextColor: #256f3a;\\n --sapButton_Accept_Active_Background: #fff;\\n --sapButton_Accept_Active_BorderColor: #30914c;\\n --sapButton_Accept_Active_TextColor: #256f3a;\\n --sapButton_Accept_Selected_Background: #fff;\\n --sapButton_Accept_Selected_BorderColor: #30914c;\\n --sapButton_Accept_Selected_TextColor: #256f3a;\\n --sapButton_Accept_Selected_Hover_Background: #fff;\\n --sapButton_Accept_Selected_Hover_BorderColor: #30914c;\\n --sapButton_Lite_Background: transparent;\\n --sapButton_Lite_BorderColor: transparent;\\n --sapButton_Lite_TextColor: #0064d9;\\n --sapButton_Lite_Hover_Background: #fff;\\n --sapButton_Lite_Hover_BorderColor: #fff;\\n --sapButton_Lite_Hover_TextColor: #0064d9;\\n --sapButton_Lite_Active_Background: #fff;\\n --sapButton_Lite_Active_BorderColor: #0070f2;\\n --sapButton_Selected_Background: #fff;\\n --sapButton_Selected_BorderColor: #0070f2;\\n --sapButton_Selected_TextColor: #0070f2;\\n --sapButton_Selected_Hover_Background: #fff;\\n --sapButton_Selected_Hover_BorderColor: #0070f2;\\n --sapButton_Attention_Background: #fff3b7;\\n --sapButton_Attention_BorderColor: #fff3b7;\\n --sapButton_Attention_TextColor: #b44f00;\\n --sapButton_Attention_Hover_Background: #fff;\\n --sapButton_Attention_Hover_BorderColor: #fff;\\n --sapButton_Attention_Hover_TextColor: #b44f00;\\n --sapButton_Attention_Active_Background: #fff;\\n --sapButton_Attention_Active_BorderColor: #ff8d34;\\n --sapButton_Attention_Active_TextColor: #b44f00;\\n --sapButton_Attention_Selected_Background: #fff;\\n --sapButton_Attention_Selected_BorderColor: #ff8d34;\\n --sapButton_Attention_Selected_TextColor: #b44f00;\\n --sapButton_Attention_Selected_Hover_Background: #fff;\\n --sapButton_Attention_Selected_Hover_BorderColor: #ff8d34;\\n --sapButton_Negative_Background: #f53232;\\n --sapButton_Negative_BorderColor: #f53232;\\n --sapButton_Negative_TextColor: #fff;\\n --sapButton_Negative_Hover_Background: #e90b0b;\\n --sapButton_Negative_Hover_BorderColor: #e90b0b;\\n --sapButton_Negative_Hover_TextColor: #fff;\\n --sapButton_Negative_Active_Background: #d50a0a;\\n --sapButton_Negative_Active_BorderColor: #d50a0a;\\n --sapButton_Negative_Active_TextColor: #fff;\\n --sapButton_Critical_Background: #e76500;\\n --sapButton_Critical_BorderColor: #e76500;\\n --sapButton_Critical_TextColor: #fff;\\n --sapButton_Critical_Hover_Background: #dd6100;\\n --sapButton_Critical_Hover_BorderColor: #dd6100;\\n --sapButton_Critical_Hover_TextColor: #fff;\\n --sapButton_Critical_Active_Background: #d35c00;\\n --sapButton_Critical_Active_BorderColor: #d35c00;\\n --sapButton_Critical_Active_TextColor: #fff;\\n --sapButton_Success_Background: #30914c;\\n --sapButton_Success_BorderColor: #30914c;\\n --sapButton_Success_TextColor: #fff;\\n --sapButton_Success_Hover_Background: #2c8646;\\n --sapButton_Success_Hover_BorderColor: #2c8646;\\n --sapButton_Success_Hover_TextColor: #fff;\\n --sapButton_Success_Active_Background: #287a40;\\n --sapButton_Success_Active_BorderColor: #287a40;\\n --sapButton_Success_Active_TextColor: #fff;\\n --sapButton_Information_Background: #0070f2;\\n --sapButton_Information_BorderColor: #0070f2;\\n --sapButton_Information_TextColor: #fff;\\n --sapButton_Information_Hover_Background: #0064d9;\\n --sapButton_Information_Hover_BorderColor: #0064d9;\\n --sapButton_Information_Hover_TextColor: #fff;\\n --sapButton_Information_Active_Background: #0058bf;\\n --sapButton_Information_Active_BorderColor: #0058bf;\\n --sapButton_Information_Active_TextColor: #fff;\\n --sapButton_Neutral_Background: #788fa6;\\n --sapButton_Neutral_BorderColor: #788fa6;\\n --sapButton_Neutral_TextColor: #fff;\\n --sapButton_Neutral_Hover_Background: #637d97;\\n --sapButton_Neutral_Hover_BorderColor: #637d97;\\n --sapButton_Neutral_Hover_TextColor: #fff;\\n --sapButton_Neutral_Active_Background: #5d758e;\\n --sapButton_Neutral_Active_BorderColor: #5d758e;\\n --sapButton_Neutral_Active_TextColor: #fff;\\n --sapButton_Track_Background: #788fa6;\\n --sapButton_Track_BorderColor: #788fa6;\\n --sapButton_Track_TextColor: #fff;\\n --sapButton_Track_Hover_Background: #637d97;\\n --sapButton_Track_Hover_BorderColor: #637d97;\\n --sapButton_Track_Selected_Background: #0070f2;\\n --sapButton_Track_Selected_BorderColor: #0070f2;\\n --sapButton_Track_Selected_TextColor: #fff;\\n --sapButton_Track_Selected_Hover_Background: #0064d9;\\n --sapButton_Track_Selected_Hover_BorderColor: #0064d9;\\n --sapButton_Handle_Background: #fff;\\n --sapButton_Handle_BorderColor: #fff;\\n --sapButton_Handle_TextColor: #1d2d3e;\\n --sapButton_Handle_Hover_Background: #fff;\\n --sapButton_Handle_Hover_BorderColor: rgba(255,255,255,0.5);\\n --sapButton_Handle_Selected_Background: #fff;\\n --sapButton_Handle_Selected_BorderColor: #fff;\\n --sapButton_Handle_Selected_TextColor: #0070f2;\\n --sapButton_Handle_Selected_Hover_Background: #fff;\\n --sapButton_Handle_Selected_Hover_BorderColor: rgba(255,255,255,0.5);\\n --sapButton_Track_Negative_Background: #f53232;\\n --sapButton_Track_Negative_BorderColor: #f53232;\\n --sapButton_Track_Negative_TextColor: #fff;\\n --sapButton_Track_Negative_Hover_Background: #e90b0b;\\n --sapButton_Track_Negative_Hover_BorderColor: #e90b0b;\\n --sapButton_Handle_Negative_Background: #fff;\\n --sapButton_Handle_Negative_BorderColor: #fff;\\n --sapButton_Handle_Negative_TextColor: #aa0808;\\n --sapButton_Handle_Negative_Hover_Background: #fff;\\n --sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,0.5);\\n --sapButton_Track_Positive_Background: #30914c;\\n --sapButton_Track_Positive_BorderColor: #30914c;\\n --sapButton_Track_Positive_TextColor: #fff;\\n --sapButton_Track_Positive_Hover_Background: #2c8646;\\n --sapButton_Track_Positive_Hover_BorderColor: #2c8646;\\n --sapButton_Handle_Positive_Background: #fff;\\n --sapButton_Handle_Positive_BorderColor: #fff;\\n --sapButton_Handle_Positive_TextColor: #256f3a;\\n --sapButton_Handle_Positive_Hover_Background: #fff;\\n --sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,0.5);\\n --sapButton_TokenBackground: #fff;\\n --sapButton_TokenBorderColor: #758ca4;\\n --sapField_Background: #eff1f2;\\n --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;\\n --sapField_TextColor: #131e29;\\n --sapField_PlaceholderTextColor: #556b82;\\n --sapField_BorderColor: #556b81;\\n --sapField_HelpBackground: #eff1f2;\\n --sapField_BorderWidth: .0625rem;\\n --sapField_BorderStyle: none;\\n --sapField_BorderCornerRadius: .25rem;\\n --sapField_Shadow: none;\\n --sapField_Hover_Background: #fff;\\n --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;\\n --sapField_Hover_BorderColor: #556b81;\\n --sapField_Hover_HelpBackground: #fff;\\n --sapField_Hover_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);\\n --sapField_Hover_InvalidShadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);\\n --sapField_Hover_WarningShadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);\\n --sapField_Hover_SuccessShadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);\\n --sapField_Hover_InformationShadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);\\n --sapField_Active_BorderColor: #0070f2;\\n --sapField_Focus_Background: #fff;\\n --sapField_Focus_BorderColor: #0070f2;\\n --sapField_Focus_HelpBackground: #fff;\\n --sapField_ReadOnly_Background: transparent;\\n --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 0.25rem, transparent 0.25rem) border-box;\\n --sapField_ReadOnly_BorderColor: #556b81;\\n --sapField_ReadOnly_BorderStyle: none;\\n --sapField_ReadOnly_HelpBackground: transparent;\\n --sapField_RequiredColor: #ba066c;\\n --sapField_InvalidColor: #f53232;\\n --sapField_InvalidBackground: #ffeaf4;\\n --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f53232, #f53232) border-box;\\n --sapField_InvalidBorderWidth: .125rem;\\n --sapField_InvalidBorderStyle: none;\\n --sapField_InvalidShadow: none;\\n --sapField_WarningColor: #e76500;\\n --sapField_WarningBackground: #fff8d6;\\n --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e76500, #e76500) border-box;\\n --sapField_WarningBorderWidth: .125rem;\\n --sapField_WarningBorderStyle: none;\\n --sapField_WarningShadow: none;\\n --sapField_SuccessColor: #30914c;\\n --sapField_SuccessBackground: #f5fae5;\\n --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;\\n --sapField_SuccessBorderWidth: .0625rem;\\n --sapField_SuccessBorderStyle: none;\\n --sapField_SuccessShadow: none;\\n --sapField_InformationColor: #0070f2;\\n --sapField_InformationBackground: #e1f4ff;\\n --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;\\n --sapField_InformationBorderWidth: .125rem;\\n --sapField_InformationBorderStyle: none;\\n --sapField_InformationShadow: none;\\n --sapGroup_TitleBackground: #fff;\\n --sapGroup_TitleBorderColor: #a8b2bd;\\n --sapGroup_TitleTextColor: #1d2d3e;\\n --sapGroup_Title_FontSize: 1rem;\\n --sapGroup_ContentBackground: #fff;\\n --sapGroup_ContentBorderColor: #d9d9d9;\\n --sapGroup_BorderWidth: .0625rem;\\n --sapGroup_BorderCornerRadius: .5rem;\\n --sapGroup_FooterBackground: transparent;\\n --sapToolbar_Background: #fff;\\n --sapToolbar_SeparatorColor: #d9d9d9;\\n --sapList_HeaderBackground: #fff;\\n --sapList_HeaderBorderColor: #a8b2bd;\\n --sapList_HeaderTextColor: #1d2d3e;\\n --sapList_BorderColor: #e5e5e5;\\n --sapList_BorderWidth: .0625rem;\\n --sapList_TextColor: #1d2d3e;\\n --sapList_Active_TextColor: #1d2d3e;\\n --sapList_Active_Background: #dee2e5;\\n --sapList_SelectionBackgroundColor: #ebf8ff;\\n --sapList_SelectionBorderColor: #0070f2;\\n --sapList_Hover_SelectionBackground: #dcf3ff;\\n --sapList_Background: #fff;\\n --sapList_Hover_Background: #eaecee;\\n --sapList_AlternatingBackground: #f5f6f7;\\n --sapList_GroupHeaderBackground: #fff;\\n --sapList_GroupHeaderBorderColor: #a8b2bd;\\n --sapList_GroupHeaderTextColor: #1d2d3e;\\n --sapList_TableGroupHeaderBackground: #eff1f2;\\n --sapList_TableGroupHeaderBorderColor: #a8b2bd;\\n --sapList_TableGroupHeaderTextColor: #1d2d3e;\\n --sapList_FooterBackground: #fff;\\n --sapList_FooterTextColor: #1d2d3e;\\n --sapList_TableFooterBorder: #a8b2bd;\\n --sapList_TableFixedBorderColor: #8c8c8c;\\n --sapMessage_ErrorBorderColor: #ff8ec4;\\n --sapMessage_WarningBorderColor: #ffe770;\\n --sapMessage_SuccessBorderColor: #cee67e;\\n --sapMessage_InformationBorderColor: #7bcfff;\\n --sapPopover_BorderCornerRadius: .5rem;\\n --sapProgress_Background: #d5dadd;\\n --sapProgress_BorderColor: #d5dadd;\\n --sapProgress_TextColor: #1d2d3e;\\n --sapProgress_FontSize: .875rem;\\n --sapProgress_NegativeBackground: #ffdbec;\\n --sapProgress_NegativeBorderColor: #ffdbec;\\n --sapProgress_NegativeTextColor: #1d2d3e;\\n --sapProgress_CriticalBackground: #fff4bd;\\n --sapProgress_CriticalBorderColor: #fff4bd;\\n --sapProgress_CriticalTextColor: #1d2d3e;\\n --sapProgress_PositiveBackground: #e5f2ba;\\n --sapProgress_PositiveBorderColor: #e5f2ba;\\n --sapProgress_PositiveTextColor: #1d2d3e;\\n --sapProgress_InformationBackground: #cdedff;\\n --sapProgress_InformationBorderColor: #cdedff;\\n --sapProgress_InformationTextColor: #1d2d3e;\\n --sapProgress_Value_Background: #788fa6;\\n --sapProgress_Value_BorderColor: #d5dadd;\\n --sapProgress_Value_TextColor: #788fa6;\\n --sapProgress_Value_NegativeBackground: #f53232;\\n --sapProgress_Value_NegativeBorderColor: #f53232;\\n --sapProgress_Value_NegativeTextColor: #f53232;\\n --sapProgress_Value_CriticalBackground: #e76500;\\n --sapProgress_Value_CriticalBorderColor: #e76500;\\n --sapProgress_Value_CriticalTextColor: #e76500;\\n --sapProgress_Value_PositiveBackground: #30914c;\\n --sapProgress_Value_PositiveBorderColor: #30914c;\\n --sapProgress_Value_PositiveTextColor: #30914c;\\n --sapProgress_Value_InformationBackground: #0070f2;\\n --sapProgress_Value_InformationBorderColor: #0070f2;\\n --sapProgress_Value_InformationTextColor: #0070f2;\\n --sapScrollBar_FaceColor: #7b91a8;\\n --sapScrollBar_TrackColor: #fff;\\n --sapScrollBar_BorderColor: #7b91a8;\\n --sapScrollBar_SymbolColor: #1d2d3e;\\n --sapScrollBar_Dimension: .75rem;\\n --sapScrollBar_Hover_FaceColor: #6f87a0;\\n --sapSlider_Background: #d5dadd;\\n --sapSlider_BorderColor: #d5dadd;\\n --sapSlider_Selected_Background: #0070f2;\\n --sapSlider_Selected_BorderColor: #0070f2;\\n --sapSlider_HandleBackground: #fff;\\n --sapSlider_HandleBorderColor: #fff;\\n --sapSlider_RangeHandleBackground: #fff;\\n --sapSlider_Hover_HandleBackground: #fff;\\n --sapSlider_Hover_HandleBorderColor: #0070f2;\\n --sapSlider_Hover_RangeHandleBackground: #fff;\\n --sapSlider_Active_HandleBackground: #fff;\\n --sapSlider_Active_HandleBorderColor: #0070f2;\\n --sapSlider_Active_RangeHandleBackground: transparent;\\n --sapPageHeader_Background: #fff;\\n --sapPageHeader_BorderColor: #d9d9d9;\\n --sapPageHeader_TextColor: #1d2d3e;\\n --sapPageFooter_Background: #fff;\\n --sapPageFooter_BorderColor: #d9d9d9;\\n --sapPageFooter_TextColor: #1d2d3e;\\n --sapInfobar_Background: #c2fcee;\\n --sapInfobar_Hover_Background: #fff;\\n --sapInfobar_Active_Background: #fff;\\n --sapInfobar_NonInteractive_Background: #f5f6f7;\\n --sapInfobar_TextColor: #046c7a;\\n --sapObjectHeader_Background: #fff;\\n --sapObjectHeader_Hover_Background: #eaecee;\\n --sapObjectHeader_BorderColor: #d9d9d9;\\n --sapObjectHeader_Title_TextColor: #1d2d3e;\\n --sapObjectHeader_Title_FontSize: 2rem;\\n --sapObjectHeader_Title_SnappedFontSize: 1.25rem;\\n --sapObjectHeader_Title_FontFamily: \\\"72Black\\\", \\\"72Blackfull\\\",\\\"72\\\", \\\"72full\\\", Arial, Helvetica, sans-serif;\\n --sapObjectHeader_Subtitle_TextColor: #556b82;\\n --sapBlockLayer_Background: #000;\\n --sapTile_Background: #fff;\\n --sapTile_Hover_Background: #fff;\\n --sapTile_Active_Background: #f5f5f5;\\n --sapTile_BorderColor: transparent;\\n --sapTile_BorderCornerRadius: 1rem;\\n --sapTile_TitleTextColor: #1d2d3e;\\n --sapTile_TextColor: #556b82;\\n --sapTile_IconColor: #556b82;\\n --sapTile_SeparatorColor: #ccc;\\n --sapTile_Interactive_BorderColor: #b3b3b3;\\n --sapTile_OverlayBackground: rgba(255,255,255,0.96);\\n --sapTile_OverlayForegroundColor: #1d2d3e;\\n --sapAccentColor1: #d27700;\\n --sapAccentColor2: #aa0808;\\n --sapAccentColor3: #ba066c;\\n --sapAccentColor4: #a100c2;\\n --sapAccentColor5: #5d36ff;\\n --sapAccentColor6: #0057d2;\\n --sapAccentColor7: #046c7a;\\n --sapAccentColor8: #256f3a;\\n --sapAccentColor9: #6c32a9;\\n --sapAccentColor10: #5b738b;\\n --sapAccentBackgroundColor1: #fff3b8;\\n --sapAccentBackgroundColor2: #ffd0e7;\\n --sapAccentBackgroundColor3: #ffdbe7;\\n --sapAccentBackgroundColor4: #ffdcf3;\\n --sapAccentBackgroundColor5: #ded3ff;\\n --sapAccentBackgroundColor6: #d1efff;\\n --sapAccentBackgroundColor7: #c2fcee;\\n --sapAccentBackgroundColor8: #ebf5cb;\\n --sapAccentBackgroundColor9: #ddccf0;\\n --sapAccentBackgroundColor10: #eaecee;\\n --sapIndicationColor_1: #840606;\\n --sapIndicationColor_1_Background: #840606;\\n --sapIndicationColor_1_BorderColor: #840606;\\n --sapIndicationColor_1_TextColor: #fff;\\n --sapIndicationColor_1_Hover_Background: #6c0505;\\n --sapIndicationColor_1_Active_Background: #530404;\\n --sapIndicationColor_1_Active_BorderColor: #fb9d9d;\\n --sapIndicationColor_1_Active_TextColor: #840606;\\n --sapIndicationColor_1_Selected_Background: #530404;\\n --sapIndicationColor_1_Selected_BorderColor: #fb9d9d;\\n --sapIndicationColor_1_Selected_TextColor: #840606;\\n --sapIndicationColor_1b: #fb9d9d;\\n --sapIndicationColor_1b_BorderColor: #fb9d9d;\\n --sapIndicationColor_1b_Hover_Background: #fa8585;\\n --sapIndicationColor_2: #aa0808;\\n --sapIndicationColor_2_Background: #aa0808;\\n --sapIndicationColor_2_BorderColor: #aa0808;\\n --sapIndicationColor_2_TextColor: #fff;\\n --sapIndicationColor_2_Hover_Background: #920707;\\n --sapIndicationColor_2_Active_Background: #790606;\\n --sapIndicationColor_2_Active_BorderColor: #fcc4c4;\\n --sapIndicationColor_2_Active_TextColor: #aa0808;\\n --sapIndicationColor_2_Selected_Background: #790606;\\n --sapIndicationColor_2_Selected_BorderColor: #fcc4c4;\\n --sapIndicationColor_2_Selected_TextColor: #aa0808;\\n --sapIndicationColor_2b: #fcc4c4;\\n --sapIndicationColor_2b_BorderColor: #fcc4c4;\\n --sapIndicationColor_2b_Hover_Background: #fbacac;\\n --sapIndicationColor_3: #b95100;\\n --sapIndicationColor_3_Background: #e76500;\\n --sapIndicationColor_3_BorderColor: #e76500;\\n --sapIndicationColor_3_TextColor: #fff;\\n --sapIndicationColor_3_Hover_Background: #d85e00;\\n --sapIndicationColor_3_Active_Background: #c85800;\\n --sapIndicationColor_3_Active_BorderColor: #fff2c0;\\n --sapIndicationColor_3_Active_TextColor: #b95100;\\n --sapIndicationColor_3_Selected_Background: #c85800;\\n --sapIndicationColor_3_Selected_BorderColor: #fff2c0;\\n --sapIndicationColor_3_Selected_TextColor: #b95100;\\n --sapIndicationColor_3b: #fff2c0;\\n --sapIndicationColor_3b_BorderColor: #fff2c0;\\n --sapIndicationColor_3b_Hover_Background: #ffeda6;\\n --sapIndicationColor_4: #256f3a;\\n --sapIndicationColor_4_Background: #256f3a;\\n --sapIndicationColor_4_BorderColor: #256f3a;\\n --sapIndicationColor_4_TextColor: #fff;\\n --sapIndicationColor_4_Hover_Background: #1f5c30;\\n --sapIndicationColor_4_Active_Background: #184926;\\n --sapIndicationColor_4_Active_BorderColor: #bae8bc;\\n --sapIndicationColor_4_Active_TextColor: #256f3a;\\n --sapIndicationColor_4_Selected_Background: #184926;\\n --sapIndicationColor_4_Selected_BorderColor: #bae8bc;\\n --sapIndicationColor_4_Selected_TextColor: #256f3a;\\n --sapIndicationColor_4b: #bae8bc;\\n --sapIndicationColor_4b_BorderColor: #bae8bc;\\n --sapIndicationColor_4b_Hover_Background: #a7e2a9;\\n --sapIndicationColor_5: #0070f2;\\n --sapIndicationColor_5_Background: #0070f2;\\n --sapIndicationColor_5_BorderColor: #0070f2;\\n --sapIndicationColor_5_TextColor: #fff;\\n --sapIndicationColor_5_Hover_Background: #0064d9;\\n --sapIndicationColor_5_Active_Background: #0058bf;\\n --sapIndicationColor_5_Active_BorderColor: #d3effd;\\n --sapIndicationColor_5_Active_TextColor: #0070f2;\\n --sapIndicationColor_5_Selected_Background: #0058bf;\\n --sapIndicationColor_5_Selected_BorderColor: #d3effd;\\n --sapIndicationColor_5_Selected_TextColor: #0070f2;\\n --sapIndicationColor_5b: #d3effd;\\n --sapIndicationColor_5b_BorderColor: #d3effd;\\n --sapIndicationColor_5b_Hover_Background: #bbe6fc;\\n --sapIndicationColor_6: #046c7a;\\n --sapIndicationColor_6_Background: #046c7a;\\n --sapIndicationColor_6_BorderColor: #046c7a;\\n --sapIndicationColor_6_TextColor: #fff;\\n --sapIndicationColor_6_Hover_Background: #035661;\\n --sapIndicationColor_6_Active_Background: #024049;\\n --sapIndicationColor_6_Active_BorderColor: #cdf5ec;\\n --sapIndicationColor_6_Active_TextColor: #046c7a;\\n --sapIndicationColor_6_Selected_Background: #024049;\\n --sapIndicationColor_6_Selected_BorderColor: #cdf5ec;\\n --sapIndicationColor_6_Selected_TextColor: #046c7a;\\n --sapIndicationColor_6b: #cdf5ec;\\n --sapIndicationColor_6b_BorderColor: #cdf5ec;\\n --sapIndicationColor_6b_Hover_Background: #b8f1e4;\\n --sapIndicationColor_7: #5d36ff;\\n --sapIndicationColor_7_Background: #5d36ff;\\n --sapIndicationColor_7_BorderColor: #5d36ff;\\n --sapIndicationColor_7_TextColor: #fff;\\n --sapIndicationColor_7_Hover_Background: #481cff;\\n --sapIndicationColor_7_Active_Background: #3403ff;\\n --sapIndicationColor_7_Active_BorderColor: #e2dbff;\\n --sapIndicationColor_7_Active_TextColor: #5d36ff;\\n --sapIndicationColor_7_Selected_Background: #3403ff;\\n --sapIndicationColor_7_Selected_BorderColor: #e2dbff;\\n --sapIndicationColor_7_Selected_TextColor: #5d36ff;\\n --sapIndicationColor_7b: #e2dbff;\\n --sapIndicationColor_7b_BorderColor: #e2dbff;\\n --sapIndicationColor_7b_Hover_Background: #cdc2ff;\\n --sapIndicationColor_8: #a100c2;\\n --sapIndicationColor_8_Background: #a100c2;\\n --sapIndicationColor_8_BorderColor: #a100c2;\\n --sapIndicationColor_8_TextColor: #fff;\\n --sapIndicationColor_8_Hover_Background: #8c00a9;\\n --sapIndicationColor_8_Active_Background: #77008f;\\n --sapIndicationColor_8_Active_BorderColor: #f8d6ff;\\n --sapIndicationColor_8_Active_TextColor: #a100c2;\\n --sapIndicationColor_8_Selected_Background: #77008f;\\n --sapIndicationColor_8_Selected_BorderColor: #f8d6ff;\\n --sapIndicationColor_8_Selected_TextColor: #a100c2;\\n --sapIndicationColor_8b: #f8d6ff;\\n --sapIndicationColor_8b_BorderColor: #f8d6ff;\\n --sapIndicationColor_8b_Hover_Background: #f4bdff;\\n --sapIndicationColor_9: #1d2d3e;\\n --sapIndicationColor_9_Background: #1d2d3e;\\n --sapIndicationColor_9_BorderColor: #1d2d3e;\\n --sapIndicationColor_9_TextColor: #fff;\\n --sapIndicationColor_9_Hover_Background: #15202d;\\n --sapIndicationColor_9_Active_Background: #fff;\\n --sapIndicationColor_9_Active_BorderColor: #d9d9d9;\\n --sapIndicationColor_9_Active_TextColor: #1d2d3e;\\n --sapIndicationColor_9_Selected_Background: #fff;\\n --sapIndicationColor_9_Selected_BorderColor: #d9d9d9;\\n --sapIndicationColor_9_Selected_TextColor: #1d2d3e;\\n --sapIndicationColor_9b: #fff;\\n --sapIndicationColor_9b_BorderColor: #d9d9d9;\\n --sapIndicationColor_9b_Hover_Background: #f2f2f2;\\n --sapIndicationColor_10: #45484a;\\n --sapIndicationColor_10_Background: #83888b;\\n --sapIndicationColor_10_BorderColor: #83888b;\\n --sapIndicationColor_10_TextColor: #fff;\\n --sapIndicationColor_10_Hover_Background: #767b7e;\\n --sapIndicationColor_10_Active_Background: #fff;\\n --sapIndicationColor_10_Active_BorderColor: #eaecee;\\n --sapIndicationColor_10_Active_TextColor: #45484a;\\n --sapIndicationColor_10_Selected_Background: #fff;\\n --sapIndicationColor_10_Selected_BorderColor: #eaecee;\\n --sapIndicationColor_10_Selected_TextColor: #45484a;\\n --sapIndicationColor_10b: #eaecee;\\n --sapIndicationColor_10b_BorderColor: #eaecee;\\n --sapIndicationColor_10b_Hover_Background: #dcdfe3;\\n --sapLegend_WorkingBackground: #fff;\\n --sapLegend_NonWorkingBackground: #ebebeb;\\n --sapLegend_CurrentDateTime: #a100c2;\\n --sapLegendColor1: #c35500;\\n --sapLegendColor2: #d23a0a;\\n --sapLegendColor3: #df1278;\\n --sapLegendColor4: #840606;\\n --sapLegendColor5: #cc00dc;\\n --sapLegendColor6: #0057d2;\\n --sapLegendColor7: #07838f;\\n --sapLegendColor8: #188918;\\n --sapLegendColor9: #5b738b;\\n --sapLegendColor10: #7800a4;\\n --sapLegendColor11: #a93e00;\\n --sapLegendColor12: #aa2608;\\n --sapLegendColor13: #ba066c;\\n --sapLegendColor14: #8d2a00;\\n --sapLegendColor15: #4e247a;\\n --sapLegendColor16: #002a86;\\n --sapLegendColor17: #035663;\\n --sapLegendColor18: #1e592f;\\n --sapLegendColor19: #1a4796;\\n --sapLegendColor20: #470ced;\\n --sapLegendBackgroundColor1: #ffef9f;\\n --sapLegendBackgroundColor2: #feeae1;\\n --sapLegendBackgroundColor3: #fbf6f8;\\n --sapLegendBackgroundColor4: #fbebeb;\\n --sapLegendBackgroundColor5: #ffe5fe;\\n --sapLegendBackgroundColor6: #d1efff;\\n --sapLegendBackgroundColor7: #c2fcee;\\n --sapLegendBackgroundColor8: #f5fae5;\\n --sapLegendBackgroundColor9: #f5f6f7;\\n --sapLegendBackgroundColor10: #fff0fa;\\n --sapLegendBackgroundColor11: #fff8d6;\\n --sapLegendBackgroundColor12: #fff6f6;\\n --sapLegendBackgroundColor13: #f7ebef;\\n --sapLegendBackgroundColor14: #f1ecd5;\\n --sapLegendBackgroundColor15: #f0e7f8;\\n --sapLegendBackgroundColor16: #ebf8ff;\\n --sapLegendBackgroundColor17: #dafdf5;\\n --sapLegendBackgroundColor18: #ebf5cb;\\n --sapLegendBackgroundColor19: #fafdff;\\n --sapLegendBackgroundColor20: #eceeff;\\n --sapChart_OrderedColor_1: #1b90ff;\\n --sapChart_OrderedColor_2: #f26018;\\n --sapChart_OrderedColor_3: #179c6f;\\n --sapChart_OrderedColor_4: #f62866;\\n --sapChart_OrderedColor_5: #863fd5;\\n --sapChart_OrderedColor_6: #04a29d;\\n --sapChart_OrderedColor_7: #0070f2;\\n --sapChart_OrderedColor_8: #cc00dc;\\n --sapChart_OrderedColor_9: #8396a8;\\n --sapChart_OrderedColor_10: #f54747;\\n --sapChart_OrderedColor_11: #20578c;\\n --sapChart_Bad: #f53232;\\n --sapChart_Critical: #e76500;\\n --sapChart_Good: #30914c;\\n --sapChart_Neutral: #788fa6;\\n --sapChart_Sequence_1: #1b90ff;\\n --sapChart_Sequence_2: #f26018;\\n --sapChart_Sequence_3: #179c6f;\\n --sapChart_Sequence_4: #f62866;\\n --sapChart_Sequence_5: #863fd5;\\n --sapChart_Sequence_6: #04a29d;\\n --sapChart_Sequence_7: #0070f2;\\n --sapChart_Sequence_8: #cc00dc;\\n --sapChart_Sequence_9: #8396a8;\\n --sapChart_Sequence_10: #f54747;\\n --sapChart_Sequence_11: #20578c;\\n --sapChart_Sequence_Neutral: #788fa6;\\n \\n --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');\\n --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');\\n --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');\\n --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');\\n --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');\\n --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');\\n --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');\\n --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');\\n --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');\\n --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');\\n --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');\\n --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');\\n --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');\\n --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');\\n --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');\\n --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');\\n --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');\\n --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');\\n --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');\\n --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');\\n --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');\\n --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');\\n --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');\\n --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');\\n --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');\\n --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');\\n --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');\\n --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');\\n --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');\\n --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');\\n --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');\\n --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');\\n --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');\\n --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');\\n --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');\\n --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');\\n --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');\\n --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');\\n --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');\\n --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');\\n --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');\\n --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');\\n --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');\\n --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');\\n --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');\\n --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');\\n --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');\\n --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');\\n --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');\\n --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');\\n --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');\\n --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');\\n --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');\\n --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');\\n --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');\\n --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');\\n}\\n\\n.background-image--sapCompanyLogo {\\n background-image: var(--sapCompanyLogo);\\n}\\n\\n.background-image--sapBackgroundImage {\\n background-image: var(--sapBackgroundImage);\\n}\\n\\n.background-image--sapShell_BackgroundImage {\\n background-image: var(--sapShell_BackgroundImage);\\n}\\n\\n/**\\n* Base.baseLib.sap_horizon.base (Version 11.5.0)\\n*/\\n\\n/**\\n* Base.baseLib.sap_horizon.css_variables (Version 11.5.0)\\n*/\\n\"};\nexport default styleData;\n\t"]}
|