@ui5/webcomponents 1.9.0 → 1.9.2
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/CHANGELOG.md +45 -0
- package/dist/List.js +9 -5
- package/dist/ListItemBase.js +2 -2
- package/dist/TabContainer.js +28 -1
- package/dist/Table.js +3 -1
- package/dist/TextArea.js +15 -22
- package/dist/Tree.js +61 -45
- package/dist/TreeItem.js +34 -131
- package/dist/{TreeListItem.js → TreeItemBase.js} +143 -70
- package/dist/TreeItemCustom.js +102 -0
- package/dist/TreeList.js +43 -0
- package/dist/api.json +1 -1
- package/dist/assets/parameters-bundle.css.06e5f6af.js +1 -0
- package/dist/assets/parameters-bundle.css.1024d408.js +1 -0
- package/dist/assets/parameters-bundle.css.12ef5553.js +1 -0
- package/dist/assets/parameters-bundle.css.1f15a001.js +1 -0
- package/dist/assets/parameters-bundle.css.2c92b83f.js +1 -0
- package/dist/assets/parameters-bundle.css.2ff57cb9.js +1 -0
- package/dist/assets/parameters-bundle.css.37d45e6a.js +1 -0
- package/dist/assets/parameters-bundle.css.43cfec9f.js +1 -0
- package/dist/assets/parameters-bundle.css.50f83b44.js +1 -0
- package/dist/assets/parameters-bundle.css.6ac2a3ec.js +1 -0
- package/dist/assets/parameters-bundle.css.76ee50df.js +1 -0
- package/dist/assets/parameters-bundle.css.8156fdfe.js +1 -0
- package/dist/assets/parameters-bundle.css.828caf0e.js +1 -0
- package/dist/assets/parameters-bundle.css.89d7ea85.js +1 -0
- package/dist/assets/parameters-bundle.css.9ff9d4cd.js +1 -0
- package/dist/assets/parameters-bundle.css.a1f2b381.js +1 -0
- package/dist/assets/parameters-bundle.css.a9042929.js +1 -0
- package/dist/assets/parameters-bundle.css.abcd1057.js +1 -0
- package/dist/assets/parameters-bundle.css.b58e1801.js +1 -0
- package/dist/assets/parameters-bundle.css.c3acfe91.js +1 -0
- package/dist/assets/parameters-bundle.css.d4817fb4.js +1 -0
- package/dist/assets/parameters-bundle.css.dd8f8072.js +1 -0
- package/dist/assets/parameters-bundle.css.fe4c8069.js +1 -0
- package/dist/assets/parameters-bundle.css.feee54fa.js +1 -0
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -0
- package/dist/css/themes/ValueStateMessage.css +1 -1
- 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/templates/CustomListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/ListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/StandardListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/SuggestionListItemTemplate.lit.js +1 -1
- package/dist/generated/templates/TableRowTemplate.lit.js +2 -2
- package/dist/generated/templates/TableTemplate.lit.js +1 -1
- package/dist/generated/templates/TextAreaTemplate.lit.js +2 -2
- package/dist/generated/templates/TreeItemBaseTemplate.lit.js +24 -0
- package/dist/generated/templates/TreeItemCustomTemplate.lit.js +24 -0
- package/dist/generated/templates/{TreeListItemTemplate.lit.js → TreeItemTemplate.lit.js} +3 -2
- package/dist/generated/templates/TreeTemplate.lit.js +1 -2
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TreeItem.css.js +8 -0
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/types/TabContainerBackgroundDesign.js +48 -0
- package/package.json +6 -6
- package/src/List.js +9 -5
- package/src/ListItem.hbs +5 -0
- package/src/ListItemBase.js +2 -2
- package/src/TabContainer.js +28 -1
- package/src/Table.hbs +1 -1
- package/src/Table.js +3 -1
- package/src/TableRow.hbs +2 -2
- package/src/TextArea.hbs +29 -28
- package/src/TextArea.js +15 -22
- package/src/Tree.hbs +8 -33
- package/src/Tree.js +61 -45
- package/src/TreeItem.hbs +13 -0
- package/src/TreeItem.js +34 -131
- package/src/{TreeListItem.hbs → TreeItemBase.hbs} +17 -10
- package/src/{TreeListItem.js → TreeItemBase.js} +143 -70
- package/src/TreeItemCustom.hbs +7 -0
- package/src/TreeItemCustom.js +102 -0
- package/src/TreeList.js +43 -0
- package/src/themes/TabContainer.css +19 -3
- package/src/themes/TextArea.css +236 -140
- package/src/themes/{TreeListItem.css → TreeItem.css} +49 -2
- package/src/themes/ValueStateMessage.css +1 -0
- package/src/themes/base/TabContainer-parameters.css +4 -0
- package/src/themes/base/TextArea-parameters.css +35 -17
- package/src/themes/base/ValueStateMessage-parameters.css +2 -1
- package/src/themes/base/sizes-parameters.css +8 -2
- package/src/themes/sap_belize/TabContainer-parameters.css +4 -0
- package/src/themes/sap_belize/TextArea-parameters.css +15 -0
- package/src/themes/sap_belize/parameters-bundle.css +2 -2
- package/src/themes/sap_belize/sizes-parameters.css +2 -0
- package/src/themes/sap_belize_hcb/TextArea-parameters.css +22 -4
- package/src/themes/sap_belize_hcw/TextArea-parameters.css +22 -4
- package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +18 -8
- package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +18 -8
- package/src/themes/sap_horizon/TextArea-parameters.css +31 -12
- package/src/themes/sap_horizon/ValueStateMessage-parameters.css +1 -0
- package/src/themes/sap_horizon/sizes-parameters.css +4 -0
- package/src/themes/sap_horizon_dark/TextArea-parameters.css +31 -12
- package/src/themes/sap_horizon_dark/ValueStateMessage-parameters.css +1 -0
- package/src/themes/sap_horizon_dark/sizes-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/TextArea-parameters.css +24 -10
- package/src/themes/sap_horizon_hcw/TextArea-parameters.css +25 -11
- package/src/types/TabContainerBackgroundDesign.js +48 -0
- package/dist/assets/parameters-bundle.css.04aa71c9.js +0 -1
- package/dist/assets/parameters-bundle.css.0e0c347c.js +0 -1
- package/dist/assets/parameters-bundle.css.13aed676.js +0 -1
- package/dist/assets/parameters-bundle.css.157592af.js +0 -1
- package/dist/assets/parameters-bundle.css.19703c05.js +0 -1
- package/dist/assets/parameters-bundle.css.25017933.js +0 -1
- package/dist/assets/parameters-bundle.css.39c4c6e3.js +0 -1
- package/dist/assets/parameters-bundle.css.5550ceb2.js +0 -1
- package/dist/assets/parameters-bundle.css.5abf669c.js +0 -1
- package/dist/assets/parameters-bundle.css.60956972.js +0 -1
- package/dist/assets/parameters-bundle.css.61a5fde8.js +0 -1
- package/dist/assets/parameters-bundle.css.a0a54b12.js +0 -1
- package/dist/assets/parameters-bundle.css.a9e84ff6.js +0 -1
- package/dist/assets/parameters-bundle.css.adc7c452.js +0 -1
- package/dist/assets/parameters-bundle.css.b0b8ad26.js +0 -1
- package/dist/assets/parameters-bundle.css.b6916ba6.js +0 -1
- package/dist/assets/parameters-bundle.css.b9f623cd.js +0 -1
- package/dist/assets/parameters-bundle.css.ba38c500.js +0 -1
- package/dist/assets/parameters-bundle.css.c64ba63b.js +0 -1
- package/dist/assets/parameters-bundle.css.cac9f3de.js +0 -1
- package/dist/assets/parameters-bundle.css.d5d27adb.js +0 -1
- package/dist/assets/parameters-bundle.css.ec7f0d6e.js +0 -1
- package/dist/assets/parameters-bundle.css.f280686f.js +0 -1
- package/dist/assets/parameters-bundle.css.fbd8d2ab.js +0 -1
- package/dist/css/themes/TreeListItem.css +0 -1
- package/dist/generated/js-imports/Illustrations.js +0 -103
- package/dist/generated/themes/TreeListItem.css.js +0 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const o={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.23011.0-20221202113725"},"Version":{ "Build":"11.1.48.20221207133419","Source":"11.1.48"}};--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","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:3rem;--sapFontHeader2Size:2rem;--sapFontHeader3Size:1.5rem;--sapFontHeader4Size:1.25rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#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:#0070f2;--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.72),0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);--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);--sapContent_Shadow3:0 0 0 0.0625rem rgba(85,107,130,0.72),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;--sapShell_Category_1_Background:#0057d2;--sapShell_Category_1_BorderColor:#0057d2;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_2_Background:#df1278;--sapShell_Category_2_BorderColor:#df1278;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_3_Background:#e76500;--sapShell_Category_3_BorderColor:#e76500;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_4_Background:#7800a4;--sapShell_Category_4_BorderColor:#7800a4;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_5_Background:#aa2608;--sapShell_Category_5_BorderColor:#aa2608;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_6_Background:#07838f;--sapShell_Category_6_BorderColor:#07838f;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_7_Background:#f31ded;--sapShell_Category_7_BorderColor:#f31ded;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_8_Background:#188918;--sapShell_Category_8_BorderColor:#188918;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_9_Background:#002a86;--sapShell_Category_9_BorderColor:#002a86;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_10_Background:#5b738b;--sapShell_Category_10_BorderColor:#5b738b;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_11_Background:#d20a0a;--sapShell_Category_11_BorderColor:#d20a0a;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_12_Background:#7858ff;--sapShell_Category_12_BorderColor:#7858ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_13_Background:#a00875;--sapShell_Category_13_BorderColor:#a00875;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_14_Background:#14565b;--sapShell_Category_14_BorderColor:#14565b;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_15_Background:#223548;--sapShell_Category_15_BorderColor:#223548;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapShell_Category_16_Background:#1e592f;--sapShell_Category_16_BorderColor:#1e592f;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:0 0 .0625rem rgba(0,0,0,0.7);--sapAvatar_1_Background:#fff3b8;--sapAvatar_1_BorderColor:#fff3b8;--sapAvatar_1_TextColor:#a45d00;--sapAvatar_2_Background:#ffd0e7;--sapAvatar_2_BorderColor:#ffd0e7;--sapAvatar_2_TextColor:#aa0808;--sapAvatar_3_Background:#ffdbe7;--sapAvatar_3_BorderColor:#ffdbe7;--sapAvatar_3_TextColor:#ba066c;--sapAvatar_4_Background:#ffdcf3;--sapAvatar_4_BorderColor:#ffdcf3;--sapAvatar_4_TextColor:#a100c2;--sapAvatar_5_Background:#ded3ff;--sapAvatar_5_BorderColor:#ded3ff;--sapAvatar_5_TextColor:#552cff;--sapAvatar_6_Background:#d1efff;--sapAvatar_6_BorderColor:#d1efff;--sapAvatar_6_TextColor:#0057d2;--sapAvatar_7_Background:#c2fcee;--sapAvatar_7_BorderColor:#c2fcee;--sapAvatar_7_TextColor:#046c7a;--sapAvatar_8_Background:#ebf5cb;--sapAvatar_8_BorderColor:#ebf5cb;--sapAvatar_8_TextColor:#256f3a;--sapAvatar_9_Background:#ddccf0;--sapAvatar_9_BorderColor:#ddccf0;--sapAvatar_9_TextColor:#6c32a9;--sapAvatar_10_Background:#eaecee;--sapAvatar_10_BorderColor:#eaecee;--sapAvatar_10_TextColor:#556b82;--sapButton_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","72Blackfull","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;}'};var e={_:o};export{o as _,e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const o={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_fiori_3_dark/parameters-bundle.css",content:':root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_fiori_3_dark.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags":["Fiori_3","DarkColorScheme"],"FallbackThemeId":"sap_fiori_3","Engine":{"Name":"theming-engine","Version":"1.23011.0-20221202113725"},"Version":{ "Build":"11.1.48.20221207133419","Source":"11.1.48"}};--sapBrandColor:#91c8f6;--sapHighlightColor:#91c8f6;--sapBaseColor:#29313a;--sapShellColor:#354a5f;--sapBackgroundColor:#1c2228;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:2.25rem;--sapFontHeader2Size:1.5rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#fafafa;--sapLinkColor:#91c8f6;--sapLink_Hover_Color:#62b0f2;--sapLink_Active_Color:#91c8f6;--sapLink_Visited_Color:#91c8f6;--sapLink_InvertedColor:#d3e9fb;--sapLink_SubtleColor:#c0e0fa;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#91c8f6;--sapActiveColor:#91c8f6;--sapHighlightTextColor:#29313a;--sapTitleColor:#fafafa;--sapNegativeColor:#f88;--sapCriticalColor:#fabd64;--sapPositiveColor:#abe2ab;--sapInformativeColor:#91c8f6;--sapNeutralColor:#d3d7d9;--sapNegativeElementColor:#f88;--sapCriticalElementColor:#fabd64;--sapPositiveElementColor:#abe2ab;--sapInformativeElementColor:#91c8f6;--sapNeutralElementColor:#d3d7d9;--sapNegativeTextColor:#f88;--sapPositiveTextColor:#abe2ab;--sapCriticalTextColor:#fabd64;--sapInformativeTextColor:#91c8f6;--sapNeutralTextColor:#d3d7d9;--sapNeutralBorderColor:#d3d7d9;--sapErrorColor:#f88;--sapErrorBorderColor:#f88;--sapWarningColor:#fabd64;--sapWarningBorderColor:#fabd64;--sapSuccessColor:#abe2ab;--sapSuccessBorderColor:#abe2ab;--sapInformationColor:#91c8f6;--sapInformationBorderColor:#91c8f6;--sapErrorBackground:#3b0000;--sapWarningBackground:#2b1a01;--sapSuccessBackground:#153c15;--sapInformationBackground:#062e4f;--sapNeutralBackground:#5c666b;--sapIndicationColor_1:#f55;--sapIndicationColor_1_Background:#f55;--sapIndicationColor_1_BorderColor:#f55;--sapIndicationColor_1_Hover_Background:#ff6f6f;--sapIndicationColor_1_Active_Background:#f88;--sapIndicationColor_1_TextColor:#fafafa;--sapIndicationColor_2:#f88;--sapIndicationColor_2_Background:#f88;--sapIndicationColor_2_BorderColor:#f88;--sapIndicationColor_2_Hover_Background:#ffa2a2;--sapIndicationColor_2_Active_Background:#fbb;--sapIndicationColor_2_TextColor:#29313a;--sapIndicationColor_3:#fabd64;--sapIndicationColor_3_Background:#fabd64;--sapIndicationColor_3_BorderColor:#fabd64;--sapIndicationColor_3_Hover_Background:#fac373;--sapIndicationColor_3_Active_Background:#fbca82;--sapIndicationColor_3_TextColor:#29313a;--sapIndicationColor_4:#abe2ab;--sapIndicationColor_4_Background:#abe2ab;--sapIndicationColor_4_BorderColor:#abe2ab;--sapIndicationColor_4_Hover_Background:#bee9be;--sapIndicationColor_4_Active_Background:#d1efd1;--sapIndicationColor_4_TextColor:#29313a;--sapIndicationColor_5:#91c8f6;--sapIndicationColor_5_Background:#91c8f6;--sapIndicationColor_5_BorderColor:#91c8f6;--sapIndicationColor_5_Hover_Background:#a9d4f8;--sapIndicationColor_5_Active_Background:#c0e0fa;--sapIndicationColor_5_TextColor:#29313a;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#7fc6c6;--sapIndicationColor_6_BorderColor:#7fc6c6;--sapIndicationColor_6_Hover_Background:#91cece;--sapIndicationColor_6_Active_Background:#a2d6d6;--sapIndicationColor_6_TextColor:#29313a;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#b995e0;--sapIndicationColor_7_BorderColor:#b995e0;--sapIndicationColor_7_Hover_Background:#c6a9e6;--sapIndicationColor_7_Active_Background:#d3bcec;--sapIndicationColor_7_TextColor:#29313a;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#e269c9;--sapIndicationColor_8_BorderColor:#e269c9;--sapIndicationColor_8_Hover_Background:#e67ed1;--sapIndicationColor_8_Active_Background:#ea94d8;--sapIndicationColor_8_TextColor:#fafafa;--sapElement_LineHeight:2.75rem;--sapElement_Height:2.25rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#91c8f6;--sapContent_ContrastIconColor:#29313a;--sapContent_NonInteractiveIconColor:#d3d7d9;--sapContent_MarkerIconColor:#6bd3ff;--sapContent_MarkerTextColor:#7fc6c6;--sapContent_MeasureIndicatorColor:#8696a9;--sapContent_Selected_MeasureIndicatorColor:#8696a9;--sapContent_ImagePlaceholderBackground:#687d94;--sapContent_ImagePlaceholderForegroundColor:#29313a;--sapContent_RatedColor:#ffc847;--sapContent_UnratedColor:#8696a9;--sapContent_BusyColor:#91c8f6;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.0625rem;--sapContent_ContrastFocusColor:#000;--sapContent_ShadowColor:#000;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem hsla(0,0%,100%,0.2),0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);--sapContent_Shadow1:0 0 0 0.0625rem hsla(0,0%,100%,0.5),0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);--sapContent_Shadow2:0 0 0 0.0625rem hsla(0,0%,100%,0.5),0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);--sapContent_Shadow3:0 0 0 0.0625rem hsla(0,0%,100%,0.5),0 1.25rem 5rem 0 rgba(0,0,0,0.6);--sapContent_TextShadow:0 0 0.125rem #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.2),inset 0 -0.0625rem 0 0 #3a4552;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#058088;--sapContent_HelpColor:#57b900;--sapContent_LabelColor:#d3d7d9;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:hsla(0,0%,98%,0.6);--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.55;--sapContent_ContrastTextColor:#29313a;--sapContent_ForegroundColor:#1c2228;--sapContent_ForegroundBorderColor:#8696a9;--sapContent_ForegroundTextColor:#fafafa;--sapContent_BadgeBackground:#d14242;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#536376;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#536376 0%,#536376 20%,#8596aa 50%,#536376 80%,#536376);--sapContent_DragAndDropActiveColor:#91c8f6;--sapContent_Selected_Background:#91c8f6;--sapContent_Selected_TextColor:#29313a;--sapContent_Selected_Hover_Background:#83c1f5;--sapContent_Selected_ForegroundColor:#91c8f6;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#0a6ed1;--sapContent_Illustrative_Color2:#3793d1;--sapContent_Illustrative_Color3:#d69522;--sapContent_Illustrative_Color4:#030303;--sapContent_Illustrative_Color5:#727f87;--sapContent_Illustrative_Color6:#9ba4aa;--sapContent_Illustrative_Color7:#43494b;--sapContent_Illustrative_Color8:#c2c8cc;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#232a31;--sapShell_BackgroundImage:linear-gradient(180deg,#181d22,#272f37);--sapShell_BackgroundGradient:linear-gradient(180deg,#181d22,#272f37);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#354a5f;--sapShell_TextColor:#fafafa;--sapShell_InteractiveBackground:#354a5f;--sapShell_InteractiveTextColor:#d1e8ff;--sapShell_InteractiveBorderColor:#7996b4;--sapShell_GroupTitleTextColor:#fafafa;--sapShell_GroupTitleTextShadow:0 0 0.125rem #000;--sapShell_Hover_Background:#283848;--sapShell_Active_Background:#23303e;--sapShell_Active_TextColor:#fafafa;--sapShell_Selected_Background:#23303e;--sapShell_Selected_TextColor:#fafafa;--sapShell_Selected_Hover_Background:#23303e;--sapShell_Favicon:none;--sapShell_Navigation_Background:#354a5f;--sapShell_Navigation_SelectedColor:#d1e8ff;--sapShell_Navigation_Selected_TextColor:#d1e8ff;--sapShell_Navigation_TextColor:#fafafa;--sapShell_Navigation_Hover_Background:#283848;--sapShell_Navigation_Active_Background:#23303e;--sapShell_Navigation_Active_TextColor:#fafafa;--sapShell_Shadow:0 0.125rem 0.125rem 0 rgba(0,0,0,0.8),inset 0 -0.0625rem 0 0 hsla(0,0%,100%,0.2);--sapShell_NegativeColor:#f88;--sapShell_CriticalColor:#fabd64;--sapShell_PositiveColor:#abe2ab;--sapShell_InformativeColor:#c0e0fa;--sapShell_NeutralColor:#d3d7d9;--sapShell_Category_1_Background:#6bd3ff;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#29313a;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#d88b8b;--sapShell_Category_2_BorderColor:#d88b8b;--sapShell_Category_2_TextColor:#29313a;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#f0b25f;--sapShell_Category_3_BorderColor:#f0b25f;--sapShell_Category_3_TextColor:#29313a;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#bb8aaf;--sapShell_Category_4_BorderColor:#bb8aaf;--sapShell_Category_4_TextColor:#29313a;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#ffb98d;--sapShell_Category_5_BorderColor:#ffb98d;--sapShell_Category_5_TextColor:#29313a;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#21c4c4;--sapShell_Category_6_BorderColor:#21c4c4;--sapShell_Category_6_TextColor:#29313a;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#de54c1;--sapShell_Category_7_BorderColor:#de54c1;--sapShell_Category_7_TextColor:#fafafa;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#afd645;--sapShell_Category_8_BorderColor:#afd645;--sapShell_Category_8_TextColor:#29313a;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#bbbcd2;--sapShell_Category_9_BorderColor:#bbbcd2;--sapShell_Category_9_TextColor:#29313a;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#b0bcc5;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#29313a;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#f58c4b;--sapShell_Category_11_BorderColor:#f58c4b;--sapShell_Category_11_TextColor:#29313a;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#c3c5fd;--sapShell_Category_12_BorderColor:#c3c5fd;--sapShell_Category_12_TextColor:#29313a;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#ffa1a1;--sapShell_Category_13_BorderColor:#ffa1a1;--sapShell_Category_13_TextColor:#29313a;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#a2c2c2;--sapShell_Category_14_BorderColor:#a2c2c2;--sapShell_Category_14_TextColor:#29313a;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#e9e9f0;--sapShell_Category_15_BorderColor:#e9e9f0;--sapShell_Category_15_TextColor:#29313a;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#aabc78;--sapShell_Category_16_BorderColor:#aabc78;--sapShell_Category_16_TextColor:#29313a;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#ffc847;--sapAvatar_1_BorderColor:#ffc847;--sapAvatar_1_TextColor:#29313a;--sapAvatar_2_Background:#e7a1a1;--sapAvatar_2_BorderColor:#e7a1a1;--sapAvatar_2_TextColor:#29313a;--sapAvatar_3_Background:#f37aa2;--sapAvatar_3_BorderColor:#f37aa2;--sapAvatar_3_TextColor:#29313a;--sapAvatar_4_Background:#e269c9;--sapAvatar_4_BorderColor:#e269c9;--sapAvatar_4_TextColor:#fafafa;--sapAvatar_5_Background:#8ca7d5;--sapAvatar_5_BorderColor:#8ca7d5;--sapAvatar_5_TextColor:#29313a;--sapAvatar_6_Background:#6bd3ff;--sapAvatar_6_BorderColor:#6bd3ff;--sapAvatar_6_TextColor:#29313a;--sapAvatar_7_Background:#7fc6c6;--sapAvatar_7_BorderColor:#7fc6c6;--sapAvatar_7_TextColor:#29313a;--sapAvatar_8_Background:#b2e484;--sapAvatar_8_BorderColor:#b2e484;--sapAvatar_8_TextColor:#29313a;--sapAvatar_9_Background:#b995e0;--sapAvatar_9_BorderColor:#b995e0;--sapAvatar_9_TextColor:#29313a;--sapAvatar_10_Background:#b0bcc5;--sapAvatar_10_BorderColor:#b0bcc5;--sapAvatar_10_TextColor:#29313a;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.25rem;--sapButton_Background:#29313a;--sapButton_BorderColor:#91c8f6;--sapButton_TextColor:#91c8f6;--sapButton_Hover_Background:#062e4f;--sapButton_Hover_BorderColor:#91c8f6;--sapButton_Hover_TextColor:#91c8f6;--sapButton_IconColor:#91c8f6;--sapButton_Active_Background:#91c8f6;--sapButton_Active_BorderColor:#91c8f6;--sapButton_Active_TextColor:#29313a;--sapButton_Emphasized_Background:#1b8dec;--sapButton_Emphasized_BorderColor:#1b8dec;--sapButton_Emphasized_TextColor:#fafafa;--sapButton_Emphasized_Hover_Background:#2e96ee;--sapButton_Emphasized_Hover_BorderColor:#2e96ee;--sapButton_Emphasized_Hover_TextColor:#fafafa;--sapButton_Emphasized_Active_Background:#91c8f6;--sapButton_Emphasized_Active_BorderColor:#91c8f6;--sapButton_Emphasized_Active_TextColor:#29313a;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#29313a;--sapButton_Reject_BorderColor:#f88;--sapButton_Reject_Hover_Background:#3b0000;--sapButton_Reject_Hover_BorderColor:#f88;--sapButton_Reject_Hover_TextColor:#f88;--sapButton_Reject_Active_Background:#ff6e6e;--sapButton_Reject_Active_BorderColor:#ff6e6e;--sapButton_Reject_Active_TextColor:#29313a;--sapButton_Reject_TextColor:#f88;--sapButton_Reject_Selected_Background:#ff6e6e;--sapButton_Reject_Selected_BorderColor:#ff6e6e;--sapButton_Reject_Selected_TextColor:#29313a;--sapButton_Reject_Selected_Hover_Background:#f88;--sapButton_Reject_Selected_Hover_BorderColor:#f88;--sapButton_Accept_Background:#29313a;--sapButton_Accept_BorderColor:#abe2ab;--sapButton_Accept_Hover_Background:#153c15;--sapButton_Accept_Hover_BorderColor:#abe2ab;--sapButton_Accept_Hover_TextColor:#abe2ab;--sapButton_Accept_Active_Background:#98db98;--sapButton_Accept_Active_BorderColor:#98db98;--sapButton_Accept_Active_TextColor:#29313a;--sapButton_Accept_TextColor:#abe2ab;--sapButton_Accept_Selected_Background:#98db98;--sapButton_Accept_Selected_BorderColor:#98db98;--sapButton_Accept_Selected_TextColor:#29313a;--sapButton_Accept_Selected_Hover_Background:#abe2ab;--sapButton_Accept_Selected_Hover_BorderColor:#abe2ab;--sapButton_Lite_Background:transparent;--sapButton_Lite_BorderColor:transparent;--sapButton_Lite_TextColor:#91c8f6;--sapButton_Lite_Hover_Background:#062e4f;--sapButton_Lite_Hover_BorderColor:#91c8f6;--sapButton_Lite_Hover_TextColor:#91c8f6;--sapButton_Lite_Active_Background:#91c8f6;--sapButton_Lite_Active_BorderColor:#91c8f6;--sapButton_Selected_Background:#91c8f6;--sapButton_Selected_BorderColor:#91c8f6;--sapButton_Selected_TextColor:#29313a;--sapButton_Selected_Hover_Background:#83c1f5;--sapButton_Selected_Hover_BorderColor:#83c1f5;--sapButton_Attention_Background:#29313a;--sapButton_Attention_BorderColor:#fabd64;--sapButton_Attention_TextColor:#fabd64;--sapButton_Attention_Hover_Background:#2b1a01;--sapButton_Attention_Hover_BorderColor:#fabd64;--sapButton_Attention_Hover_TextColor:#fabd64;--sapButton_Attention_Active_Background:#f9b24b;--sapButton_Attention_Active_BorderColor:#f9b24b;--sapButton_Attention_Active_TextColor:#29313a;--sapButton_Attention_Selected_Background:#f9b24b;--sapButton_Attention_Selected_BorderColor:#f9b24b;--sapButton_Attention_Selected_TextColor:#29313a;--sapButton_Attention_Selected_Hover_Background:#fabd64;--sapButton_Attention_Selected_Hover_BorderColor:#fabd64;--sapButton_Negative_Background:#f88;--sapButton_Negative_BorderColor:#f88;--sapButton_Negative_TextColor:#29313a;--sapButton_Negative_Hover_Background:#ffa2a2;--sapButton_Negative_Hover_BorderColor:#ffa2a2;--sapButton_Negative_Hover_TextColor:#29313a;--sapButton_Negative_Active_Background:#fbb;--sapButton_Negative_Active_BorderColor:#fbb;--sapButton_Negative_Active_TextColor:#29313a;--sapButton_Critical_Background:#fabd64;--sapButton_Critical_BorderColor:#fabd64;--sapButton_Critical_TextColor:#29313a;--sapButton_Critical_Hover_Background:#fbc87d;--sapButton_Critical_Hover_BorderColor:#fbc87d;--sapButton_Critical_Hover_TextColor:#29313a;--sapButton_Critical_Active_Background:#fcd295;--sapButton_Critical_Active_BorderColor:#fcd295;--sapButton_Critical_Active_TextColor:#29313a;--sapButton_Success_Background:#abe2ab;--sapButton_Success_BorderColor:#abe2ab;--sapButton_Success_TextColor:#29313a;--sapButton_Success_Hover_Background:#bee9be;--sapButton_Success_Hover_BorderColor:#bee9be;--sapButton_Success_Hover_TextColor:#29313a;--sapButton_Success_Active_Background:#d1efd1;--sapButton_Success_Active_BorderColor:#d1efd1;--sapButton_Success_Active_TextColor:#29313a;--sapButton_Information_Background:#91c8f6;--sapButton_Information_BorderColor:#91c8f6;--sapButton_Information_TextColor:#29313a;--sapButton_Information_Hover_Background:#a9d4f8;--sapButton_Information_Hover_BorderColor:#a9d4f8;--sapButton_Information_Hover_TextColor:#29313a;--sapButton_Information_Active_Background:#c0e0fa;--sapButton_Information_Active_BorderColor:#c0e0fa;--sapButton_Information_Active_TextColor:#29313a;--sapButton_Neutral_Background:#d3d7d9;--sapButton_Neutral_BorderColor:#d3d7d9;--sapButton_Neutral_TextColor:#29313a;--sapButton_Neutral_Hover_Background:#e1e3e5;--sapButton_Neutral_Hover_BorderColor:#e1e3e5;--sapButton_Neutral_Hover_TextColor:#29313a;--sapButton_Neutral_Active_Background:#eef0f1;--sapButton_Neutral_Active_BorderColor:#eef0f1;--sapButton_Neutral_Active_TextColor:#29313a;--sapButton_Track_Background:#38434f;--sapButton_Track_BorderColor:#8696a9;--sapButton_Track_TextColor:#fafafa;--sapButton_Track_Hover_Background:#38434f;--sapButton_Track_Hover_BorderColor:#91c8f6;--sapButton_Track_Selected_Background:#062e4f;--sapButton_Track_Selected_BorderColor:#91c8f6;--sapButton_Track_Selected_TextColor:#fafafa;--sapButton_Track_Selected_Hover_Background:#062e4f;--sapButton_Track_Selected_Hover_BorderColor:#83c1f5;--sapButton_Handle_Background:#29313a;--sapButton_Handle_BorderColor:#8696a9;--sapButton_Handle_TextColor:#fafafa;--sapButton_Handle_Hover_Background:#062e4f;--sapButton_Handle_Hover_BorderColor:#91c8f6;--sapButton_Handle_Selected_Background:#91c8f6;--sapButton_Handle_Selected_BorderColor:#91c8f6;--sapButton_Handle_Selected_TextColor:#29313a;--sapButton_Handle_Selected_Hover_Background:#83c1f5;--sapButton_Handle_Selected_Hover_BorderColor:#83c1f5;--sapButton_Track_Negative_Background:#3b0000;--sapButton_Track_Negative_BorderColor:#f88;--sapButton_Track_Negative_TextColor:#f88;--sapButton_Track_Negative_Hover_Background:#3b0000;--sapButton_Track_Negative_Hover_BorderColor:#f88;--sapButton_Handle_Negative_Background:#29313a;--sapButton_Handle_Negative_BorderColor:#f88;--sapButton_Handle_Negative_TextColor:#f88;--sapButton_Handle_Negative_Hover_Background:#3b0000;--sapButton_Handle_Negative_Hover_BorderColor:#f88;--sapButton_Track_Positive_Background:#153c15;--sapButton_Track_Positive_BorderColor:#abe2ab;--sapButton_Track_Positive_TextColor:#abe2ab;--sapButton_Track_Positive_Hover_Background:#153c15;--sapButton_Track_Positive_Hover_BorderColor:#abe2ab;--sapButton_Handle_Positive_Background:#29313a;--sapButton_Handle_Positive_BorderColor:#abe2ab;--sapButton_Handle_Positive_TextColor:#abe2ab;--sapButton_Handle_Positive_Hover_Background:#153c15;--sapButton_Handle_Positive_Hover_BorderColor:#abe2ab;--sapButton_TokenBackground:#29313a;--sapButton_TokenBorderColor:#687d94;--sapField_Background:#29313a;--sapField_BackgroundStyle:none;--sapField_TextColor:#fafafa;--sapField_PlaceholderTextColor:#b8bec1;--sapField_BorderColor:#8696a9;--sapField_HelpBackground:#29313a;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:.125rem;--sapField_Hover_Background:#29313a;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#91c8f6;--sapField_Hover_HelpBackground:#062e4f;--sapField_Active_BorderColor:#91c8f6;--sapField_Focus_Background:#29313a;--sapField_Focus_BorderColor:#8696a9;--sapField_Focus_HelpBackground:#29313a;--sapField_ReadOnly_Background:rgba(58,69,82,0.5);--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#546375;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:rgba(58,69,82,0.5);--sapField_RequiredColor:#e7a1a1;--sapField_InvalidColor:#f88;--sapField_InvalidBackground:#29313a;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:solid;--sapField_WarningColor:#fabd64;--sapField_WarningBackground:#29313a;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:solid;--sapField_SuccessColor:#abe2ab;--sapField_SuccessBackground:#29313a;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#91c8f6;--sapField_InformationBackground:#29313a;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.125rem;--sapField_InformationBorderStyle:solid;--sapGroup_TitleBackground:transparent;--sapGroup_TitleBorderColor:#495767;--sapGroup_TitleTextColor:#fafafa;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#29313a;--sapGroup_ContentBorderColor:#3e4a58;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:transparent;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:transparent;--sapToolbar_SeparatorColor:#495767;--sapList_HeaderBackground:#232931;--sapList_HeaderBorderColor:#3a4552;--sapList_HeaderTextColor:#fafafa;--sapList_BorderColor:#3a4552;--sapList_TextColor:#fafafa;--sapList_Active_TextColor:#29313a;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#91c8f6;--sapList_SelectionBackgroundColor:#344b5f;--sapList_SelectionBorderColor:#91c8f6;--sapList_Hover_SelectionBackground:#395369;--sapList_Background:#29313a;--sapList_Hover_Background:#2f3943;--sapList_AlternatingBackground:#232931;--sapList_GroupHeaderBackground:#29313a;--sapList_GroupHeaderBorderColor:#64778e;--sapList_GroupHeaderTextColor:#fafafa;--sapList_FooterBackground:#252c34;--sapList_FooterTextColor:#fafafa;--sapList_TableGroupHeaderBackground:#1c2228;--sapList_TableGroupHeaderBorderColor:#5a6b7f;--sapList_TableGroupHeaderTextColor:#fafafa;--sapList_TableFooterBorder:#4b596a;--sapList_TableFixedBorderColor:#8091a5;--sapMessage_ErrorBorderColor:#f88;--sapMessage_WarningBorderColor:#fabd64;--sapMessage_SuccessBorderColor:#abe2ab;--sapMessage_InformationBorderColor:#91c8f6;--sapProgress_Background:#29313a;--sapProgress_BorderColor:#8696a9;--sapProgress_TextColor:#fafafa;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#29313a;--sapProgress_NegativeBorderColor:#8696a9;--sapProgress_NegativeTextColor:#fafafa;--sapProgress_CriticalBackground:#29313a;--sapProgress_CriticalBorderColor:#8696a9;--sapProgress_CriticalTextColor:#fafafa;--sapProgress_PositiveBackground:#29313a;--sapProgress_PositiveBorderColor:#8696a9;--sapProgress_PositiveTextColor:#fafafa;--sapProgress_InformationBackground:#29313a;--sapProgress_InformationBorderColor:#8696a9;--sapProgress_InformationTextColor:#fafafa;--sapProgress_Value_Background:#d3d7d9;--sapProgress_Value_BorderColor:#8696a9;--sapProgress_Value_TextColor:#fafafa;--sapProgress_Value_NegativeBackground:#f88;--sapProgress_Value_NegativeBorderColor:#29313a;--sapProgress_Value_NegativeTextColor:#fafafa;--sapProgress_Value_CriticalBackground:#fabd64;--sapProgress_Value_CriticalBorderColor:#29313a;--sapProgress_Value_CriticalTextColor:#fafafa;--sapProgress_Value_PositiveBackground:#abe2ab;--sapProgress_Value_PositiveBorderColor:#29313a;--sapProgress_Value_PositiveTextColor:#fafafa;--sapProgress_Value_InformationBackground:#91c8f6;--sapProgress_Value_InformationBorderColor:#29313a;--sapProgress_Value_InformationTextColor:#fafafa;--sapScrollBar_FaceColor:#506273;--sapScrollBar_TrackColor:#090b0d;--sapScrollBar_BorderColor:#506273;--sapScrollBar_SymbolColor:#91c8f6;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#4a5a6a;--sapSlider_Background:#8696a9;--sapSlider_BorderColor:#8696a9;--sapSlider_Selected_Background:#91c8f6;--sapSlider_Selected_BorderColor:#91c8f6;--sapSlider_HandleBackground:#29313a;--sapSlider_HandleBorderColor:#8696a9;--sapSlider_RangeHandleBackground:transparent;--sapSlider_Hover_HandleBackground:#062e4f;--sapSlider_Hover_HandleBorderColor:#91c8f6;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#91c8f6;--sapSlider_Active_HandleBorderColor:#91c8f6;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#29313a;--sapPageHeader_BorderColor:#3a4552;--sapPageHeader_TextColor:#fafafa;--sapPageFooter_Background:#2c3d50;--sapPageFooter_BorderColor:#3a516a;--sapPageFooter_TextColor:#fafafa;--sapInfobar_Background:#7fc6c6;--sapInfobar_Hover_Background:#74c1c1;--sapInfobar_Active_Background:#58b5b5;--sapInfobar_NonInteractive_Background:#14181c;--sapInfobar_TextColor:#29313a;--sapObjectHeader_Background:#29313a;--sapObjectHeader_BorderColor:#3a4552;--sapObjectHeader_Hover_Background:#2f3943;--sapObjectHeader_Title_TextColor:#fafafa;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#d3d7d9;--sapBlockLayer_Background:#000;--sapTile_Background:#29313a;--sapTile_Hover_Background:#21272e;--sapTile_Active_Background:#21272e;--sapTile_BorderColor:transparent;--sapTile_BorderCornerRadius:.25rem;--sapTile_TitleTextColor:#fafafa;--sapTile_TextColor:#d3d7d9;--sapTile_IconColor:#89a3bd;--sapTile_SeparatorColor:#424f5e;--sapTile_Interactive_BorderColor:#687d94;--sapTile_OverlayBackground:rgba(0,0,0,0.8);--sapTile_OverlayForegroundColor:#fafafa;--sapAccentColor1:#ffc847;--sapAccentColor2:#e7a1a1;--sapAccentColor3:#f37aa2;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#2d3640;--sapLegend_NonWorkingBackground:#445261;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#f0b25f;--sapLegendColor2:#f58c4b;--sapLegendColor3:#d88b8b;--sapLegendColor4:#bd8969;--sapLegendColor5:#de54c1;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#21c4c4;--sapLegendColor8:#afd645;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb8aaf;--sapLegendColor11:#d1b575;--sapLegendColor12:#ffb98d;--sapLegendColor13:#ffa1a1;--sapLegendColor14:#d5b39e;--sapLegendColor15:#b7a8b3;--sapLegendColor16:#bbbcd2;--sapLegendColor17:#a2c2c2;--sapLegendColor18:#aabc78;--sapLegendColor19:#a9d4ff;--sapLegendColor20:#c3c5fd;--sapLegendBackgroundColor1:#402706;--sapLegendBackgroundColor2:#421c04;--sapLegendBackgroundColor3:#341111;--sapLegendBackgroundColor4:#302015;--sapLegendBackgroundColor5:#3c0c32;--sapLegendBackgroundColor6:#003247;--sapLegendBackgroundColor7:#0a3d3d;--sapLegendBackgroundColor8:#303d0d;--sapLegendBackgroundColor9:#1f252a;--sapLegendBackgroundColor10:#2c1a28;--sapLegendBackgroundColor11:#352a12;--sapLegendBackgroundColor12:#461b00;--sapLegendBackgroundColor13:#450000;--sapLegendBackgroundColor14:#312015;--sapLegendBackgroundColor15:#272025;--sapLegendBackgroundColor16:#1c1d2a;--sapLegendBackgroundColor17:#1c2b2b;--sapLegendBackgroundColor18:#2b3118;--sapLegendBackgroundColor19:#002448;--sapLegendBackgroundColor20:#020544;--sapChart_OrderedColor_1:#5899da;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#525df4;--sapChart_OrderedColor_8:#bf399e;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#3571aa;--sapChart_Bad:#dc0d0e;--sapChart_Critical:#de890d;--sapChart_Good:#3fa45b;--sapChart_Neutral:#848f94;--sapChart_Sequence_1:#5899da;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#525df4;--sapChart_Sequence_8:#bf399e;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#3571aa;--sapChart_Sequence_Neutral:#848f94;}'};var a={_:o};export{o as _,a as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const o={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_belize_hcb/parameters-bundle.css",content:':root{--sapThemeMetaData-Base-baseLib:{"Path":"Base.baseLib.sap_belize_hcb.css_variables","PathPattern":"/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends":["sap_belize","sap_base_fiori","baseTheme"],"Tags":["Fiori_2","Fiori_3","HighContrast"],"FallbackThemeId":"sap_belize","Engine":{"Name":"theming-engine","Version":"1.23011.0-20221202113725"},"Version":{ "Build":"11.1.48.20221207133419","Source":"11.1.48"}};--sapBrandColor:#7a5100;--sapHighlightColor:#7a5100;--sapBaseColor:#000;--sapShellColor:#000;--sapBackgroundColor:#000;--sapFontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontLightFamily:"72-Light","72-Lightfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBoldFamily:"72-Bold","72-Boldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldFamily:"72-Semibold","72-Semiboldfull","72","72full",Arial,Helvetica,sans-serif;--sapFontSemiboldDuplexFamily:"72-SemiboldDuplex","72-SemiboldDuplexfull","72","72full",Arial,Helvetica,sans-serif;--sapFontBlackFamily:"72Black","72Blackfull","72","72full",Arial,Helvetica,sans-serif;--sapFontHeaderFamily:"72","72full",Arial,Helvetica,sans-serif;--sapFontSize:.875rem;--sapFontSmallSize:.75rem;--sapFontLargeSize:1rem;--sapFontHeader1Size:1.625rem;--sapFontHeader2Size:1.375rem;--sapFontHeader3Size:1.25rem;--sapFontHeader4Size:1.125rem;--sapFontHeader5Size:1rem;--sapFontHeader6Size:.875rem;--sapTextColor:#fff;--sapLinkColor:#fff;--sapLink_Hover_Color:#fff;--sapLink_Active_Color:#fff;--sapLink_Visited_Color:#fff;--sapLink_InvertedColor:#fff;--sapLink_SubtleColor:#fff;--sapCompanyLogo:none;--sapBackgroundImage:none;--sapBackgroundImageOpacity:1.0;--sapBackgroundImageRepeat:false;--sapSelectedColor:#0f5d94;--sapActiveColor:#7a5100;--sapHighlightTextColor:#fff;--sapTitleColor:#fff;--sapNegativeColor:#ff5e5e;--sapCriticalColor:#ffab1d;--sapPositiveColor:#9c9;--sapInformativeColor:#fff;--sapNeutralColor:#fff;--sapNegativeElementColor:#ff5e5e;--sapCriticalElementColor:#ffab1d;--sapPositiveElementColor:#9c9;--sapInformativeElementColor:#fff;--sapNeutralElementColor:#fff;--sapNegativeTextColor:#ff5e5e;--sapPositiveTextColor:#9c9;--sapCriticalTextColor:#ffab1d;--sapInformativeTextColor:#fff;--sapNeutralTextColor:#fff;--sapNeutralBorderColor:#fff;--sapErrorColor:#ff5e5e;--sapErrorBorderColor:#ff5e5e;--sapWarningColor:#ffab1d;--sapWarningBorderColor:#ffab1d;--sapSuccessColor:#9c9;--sapSuccessBorderColor:#9c9;--sapInformationColor:#fff;--sapInformationBorderColor:#fff;--sapErrorBackground:#000;--sapWarningBackground:#000;--sapSuccessBackground:#000;--sapInformationBackground:#000;--sapNeutralBackground:#000;--sapIndicationColor_1:#ff5e5e;--sapIndicationColor_1_Background:#000;--sapIndicationColor_1_BorderColor:#fff;--sapIndicationColor_1_Hover_Background:#7a5100;--sapIndicationColor_1_Active_Background:#7a5100;--sapIndicationColor_1_TextColor:#fff;--sapIndicationColor_2:#ff9191;--sapIndicationColor_2_Background:#000;--sapIndicationColor_2_BorderColor:#fff;--sapIndicationColor_2_Hover_Background:#7a5100;--sapIndicationColor_2_Active_Background:#7a5100;--sapIndicationColor_2_TextColor:#fff;--sapIndicationColor_3:#ffab1d;--sapIndicationColor_3_Background:#000;--sapIndicationColor_3_BorderColor:#fff;--sapIndicationColor_3_Hover_Background:#7a5100;--sapIndicationColor_3_Active_Background:#7a5100;--sapIndicationColor_3_TextColor:#fff;--sapIndicationColor_4:#9c9;--sapIndicationColor_4_Background:#000;--sapIndicationColor_4_BorderColor:#fff;--sapIndicationColor_4_Hover_Background:#7a5100;--sapIndicationColor_4_Active_Background:#7a5100;--sapIndicationColor_4_TextColor:#fff;--sapIndicationColor_5:#6bd3ff;--sapIndicationColor_5_Background:#000;--sapIndicationColor_5_BorderColor:#fff;--sapIndicationColor_5_Hover_Background:#7a5100;--sapIndicationColor_5_Active_Background:#7a5100;--sapIndicationColor_5_TextColor:#fff;--sapIndicationColor_6:#7fc6c6;--sapIndicationColor_6_Background:#000;--sapIndicationColor_6_BorderColor:#fff;--sapIndicationColor_6_Hover_Background:#7a5100;--sapIndicationColor_6_Active_Background:#7a5100;--sapIndicationColor_6_TextColor:#fff;--sapIndicationColor_7:#b995e0;--sapIndicationColor_7_Background:#000;--sapIndicationColor_7_BorderColor:#fff;--sapIndicationColor_7_Hover_Background:#7a5100;--sapIndicationColor_7_Active_Background:#7a5100;--sapIndicationColor_7_TextColor:#fff;--sapIndicationColor_8:#e269c9;--sapIndicationColor_8_Background:#000;--sapIndicationColor_8_BorderColor:#fff;--sapIndicationColor_8_Hover_Background:#7a5100;--sapIndicationColor_8_Active_Background:#7a5100;--sapIndicationColor_8_TextColor:#fff;--sapElement_LineHeight:3rem;--sapElement_Height:2.5rem;--sapElement_BorderWidth:.0625rem;--sapElement_BorderCornerRadius:.25rem;--sapElement_Compact_LineHeight:2rem;--sapElement_Compact_Height:1.625rem;--sapElement_Condensed_LineHeight:1.5rem;--sapElement_Condensed_Height:1.375rem;--sapContent_LineHeight:1.4;--sapContent_IconHeight:1rem;--sapContent_IconColor:#fff;--sapContent_ContrastIconColor:#fff;--sapContent_NonInteractiveIconColor:#fff;--sapContent_MarkerIconColor:#fff;--sapContent_MarkerTextColor:#fff;--sapContent_MeasureIndicatorColor:#fff;--sapContent_Selected_MeasureIndicatorColor:#fff;--sapContent_ImagePlaceholderBackground:#000;--sapContent_ImagePlaceholderForegroundColor:#fff;--sapContent_RatedColor:#fff;--sapContent_UnratedColor:#999;--sapContent_BusyColor:#fff;--sapContent_FocusColor:#fff;--sapContent_FocusStyle:dotted;--sapContent_FocusWidth:.125rem;--sapContent_ContrastFocusColor:#fff;--sapContent_ShadowColor:#fff;--sapContent_ContrastShadowColor:#fff;--sapContent_Shadow0:0 0 0 0.0625rem #fff;--sapContent_Shadow1:0 0 1rem 0 hsla(0,0%,100%,0.5),0 0 0 0.125rem #fff;--sapContent_Shadow2:0 0.25rem 2rem 0 hsla(0,0%,100%,0.6),0 0 0 0.125rem #fff;--sapContent_Shadow3:0 0.625rem 4rem 0 hsla(0,0%,100%,0.8),0 0 0 0.125rem #fff;--sapContent_TextShadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;--sapContent_ContrastTextShadow:none;--sapContent_HeaderShadow:inset 0 -0.125rem #fff;--sapContent_Interaction_Shadow:none;--sapContent_Selected_Shadow:none;--sapContent_Negative_Shadow:none;--sapContent_Critical_Shadow:none;--sapContent_Positive_Shadow:none;--sapContent_Informative_Shadow:none;--sapContent_Neutral_Shadow:none;--sapContent_SearchHighlightColor:#7a5100;--sapContent_HelpColor:#03b803;--sapContent_LabelColor:#fff;--sapContent_MonospaceFontFamily:"72Mono","72Monofull",lucida console,monospace;--sapContent_MonospaceBoldFontFamily:"72Mono-Bold","72Mono-Boldfull",lucida console,monospace;--sapContent_IconFontFamily:"SAP-icons";--sapContent_DisabledTextColor:#666;--sapContent_DisabledOpacity:0.4;--sapContent_ContrastTextThreshold:0.65;--sapContent_ContrastTextColor:#fff;--sapContent_ForegroundColor:#000;--sapContent_ForegroundBorderColor:#fff;--sapContent_ForegroundTextColor:#fff;--sapContent_BadgeBackground:#000;--sapContent_BadgeTextColor:#fff;--sapContent_Placeholderloading_Background:#666;--sapContent_Placeholderloading_Gradient:linear-gradient(90deg,#666 0%,#666 35%,#999 50%,#666 65%,#666);--sapContent_DragAndDropActiveColor:#03b803;--sapContent_Selected_Background:#0f5d94;--sapContent_Selected_TextColor:#fff;--sapContent_Selected_Hover_Background:#7a5100;--sapContent_Selected_ForegroundColor:#fff;--sapContent_ForcedColorAdjust:none;--sapContent_Illustrative_Color1:#212628;--sapContent_Illustrative_Color2:#62737c;--sapContent_Illustrative_Color3:#62737c;--sapContent_Illustrative_Color4:#030303;--sapContent_Illustrative_Color5:#88979e;--sapContent_Illustrative_Color6:#88979e;--sapContent_Illustrative_Color7:#212628;--sapContent_Illustrative_Color8:#dbdbdb;--sapContent_Illustrative_Color9:#64edd2;--sapContent_Illustrative_Color10:#ebf8ff;--sapContent_Illustrative_Color11:#f31ded;--sapContent_Illustrative_Color12:#5dc122;--sapContent_Illustrative_Color13:#005dc9;--sapContent_Illustrative_Color14:#004da5;--sapContent_Illustrative_Color15:#cc7400;--sapContent_Illustrative_Color16:#3b0ac6;--sapContent_Illustrative_Color17:#00a58a;--sapContent_Illustrative_Color18:#d1efff;--sapContent_Illustrative_Color19:#b8e6ff;--sapContent_Illustrative_Color20:#9eddff;--sapShell_Background:#000;--sapShell_BackgroundImage:linear-gradient(180deg,#000,#000);--sapShell_BackgroundGradient:linear-gradient(180deg,#000,#000);--sapShell_BackgroundImageOpacity:1.0;--sapShell_BackgroundImageRepeat:false;--sapShell_BorderColor:#fff;--sapShell_TextColor:#fff;--sapShell_InteractiveBackground:#000;--sapShell_InteractiveTextColor:#fff;--sapShell_InteractiveBorderColor:#fff;--sapShell_GroupTitleTextColor:#fff;--sapShell_GroupTitleTextShadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000;--sapShell_Hover_Background:#7a5100;--sapShell_Active_Background:#7a5100;--sapShell_Active_TextColor:#fff;--sapShell_Selected_Background:#0f5d94;--sapShell_Selected_TextColor:#fff;--sapShell_Selected_Hover_Background:#7a5100;--sapShell_Favicon:none;--sapShell_Navigation_Background:#000;--sapShell_Navigation_SelectedColor:#fff;--sapShell_Navigation_Selected_TextColor:#fff;--sapShell_Navigation_TextColor:#fff;--sapShell_Navigation_Hover_Background:#7a5100;--sapShell_Navigation_Active_Background:#7a5100;--sapShell_Navigation_Active_TextColor:#fff;--sapShell_Shadow:0 0.125rem 0 0 #fff;--sapShell_NegativeColor:#ff5e5e;--sapShell_CriticalColor:#ffab1d;--sapShell_PositiveColor:#9c9;--sapShell_InformativeColor:#fff;--sapShell_NeutralColor:#fff;--sapShell_Category_1_Background:#000;--sapShell_Category_1_BorderColor:#6bd3ff;--sapShell_Category_1_TextColor:#fff;--sapShell_Category_1_TextShadow:none;--sapShell_Category_2_Background:#000;--sapShell_Category_2_BorderColor:#db9292;--sapShell_Category_2_TextColor:#fff;--sapShell_Category_2_TextShadow:none;--sapShell_Category_3_Background:#000;--sapShell_Category_3_BorderColor:#ffc847;--sapShell_Category_3_TextColor:#fff;--sapShell_Category_3_TextShadow:none;--sapShell_Category_4_Background:#000;--sapShell_Category_4_BorderColor:#bb86b0;--sapShell_Category_4_TextColor:#fff;--sapShell_Category_4_TextShadow:none;--sapShell_Category_5_Background:#000;--sapShell_Category_5_BorderColor:#cdaf9d;--sapShell_Category_5_TextColor:#fff;--sapShell_Category_5_TextShadow:none;--sapShell_Category_6_Background:#000;--sapShell_Category_6_BorderColor:#7fc6c6;--sapShell_Category_6_TextColor:#fff;--sapShell_Category_6_TextShadow:none;--sapShell_Category_7_Background:#000;--sapShell_Category_7_BorderColor:#e269c9;--sapShell_Category_7_TextColor:#fff;--sapShell_Category_7_TextShadow:none;--sapShell_Category_8_Background:#000;--sapShell_Category_8_BorderColor:#b2e484;--sapShell_Category_8_TextColor:#fff;--sapShell_Category_8_TextShadow:none;--sapShell_Category_9_Background:#000;--sapShell_Category_9_BorderColor:#4db1ff;--sapShell_Category_9_TextColor:#fff;--sapShell_Category_9_TextShadow:none;--sapShell_Category_10_Background:#000;--sapShell_Category_10_BorderColor:#b0bcc5;--sapShell_Category_10_TextColor:#fff;--sapShell_Category_10_TextShadow:none;--sapShell_Category_11_Background:#000;--sapShell_Category_11_BorderColor:#ff8787;--sapShell_Category_11_TextColor:#fff;--sapShell_Category_11_TextShadow:none;--sapShell_Category_12_Background:#000;--sapShell_Category_12_BorderColor:#d3b6ff;--sapShell_Category_12_TextColor:#fff;--sapShell_Category_12_TextShadow:none;--sapShell_Category_13_Background:#000;--sapShell_Category_13_BorderColor:#fdcef0;--sapShell_Category_13_TextColor:#fff;--sapShell_Category_13_TextShadow:none;--sapShell_Category_14_Background:#000;--sapShell_Category_14_BorderColor:#a4eeee;--sapShell_Category_14_TextColor:#fff;--sapShell_Category_14_TextShadow:none;--sapShell_Category_15_Background:#000;--sapShell_Category_15_BorderColor:#eaecee;--sapShell_Category_15_TextColor:#fff;--sapShell_Category_15_TextShadow:none;--sapShell_Category_16_Background:#000;--sapShell_Category_16_BorderColor:#b2e484;--sapShell_Category_16_TextColor:#fff;--sapShell_Category_16_TextShadow:none;--sapAvatar_1_Background:#000;--sapAvatar_1_BorderColor:#fff;--sapAvatar_1_TextColor:#fff;--sapAvatar_2_Background:#000;--sapAvatar_2_BorderColor:#fff;--sapAvatar_2_TextColor:#fff;--sapAvatar_3_Background:#000;--sapAvatar_3_BorderColor:#fff;--sapAvatar_3_TextColor:#fff;--sapAvatar_4_Background:#000;--sapAvatar_4_BorderColor:#fff;--sapAvatar_4_TextColor:#fff;--sapAvatar_5_Background:#000;--sapAvatar_5_BorderColor:#fff;--sapAvatar_5_TextColor:#fff;--sapAvatar_6_Background:#000;--sapAvatar_6_BorderColor:#fff;--sapAvatar_6_TextColor:#fff;--sapAvatar_7_Background:#000;--sapAvatar_7_BorderColor:#fff;--sapAvatar_7_TextColor:#fff;--sapAvatar_8_Background:#000;--sapAvatar_8_BorderColor:#fff;--sapAvatar_8_TextColor:#fff;--sapAvatar_9_Background:#000;--sapAvatar_9_BorderColor:#fff;--sapAvatar_9_TextColor:#fff;--sapAvatar_10_Background:#000;--sapAvatar_10_BorderColor:#fff;--sapAvatar_10_TextColor:#fff;--sapButton_BorderWidth:.0625rem;--sapButton_BorderCornerRadius:.375rem;--sapButton_Background:#000;--sapButton_BorderColor:#fff;--sapButton_TextColor:#fff;--sapButton_Hover_Background:#7a5100;--sapButton_Hover_BorderColor:#fff;--sapButton_Hover_TextColor:#fff;--sapButton_IconColor:#fff;--sapButton_Active_Background:#7a5100;--sapButton_Active_BorderColor:#fff;--sapButton_Active_TextColor:#fff;--sapButton_Emphasized_Background:#000;--sapButton_Emphasized_BorderColor:#fff;--sapButton_Emphasized_TextColor:#fff;--sapButton_Emphasized_Hover_Background:#7a5100;--sapButton_Emphasized_Hover_BorderColor:#fff;--sapButton_Emphasized_Hover_TextColor:#fff;--sapButton_Emphasized_Active_Background:#7a5100;--sapButton_Emphasized_Active_BorderColor:#fff;--sapButton_Emphasized_Active_TextColor:#fff;--sapButton_Emphasized_TextShadow:transparent;--sapButton_Emphasized_FontWeight:bold;--sapButton_Reject_Background:#000;--sapButton_Reject_BorderColor:#fff;--sapButton_Reject_Hover_Background:#7a5100;--sapButton_Reject_Hover_BorderColor:#fff;--sapButton_Reject_Hover_TextColor:#fff;--sapButton_Reject_Active_Background:#7a5100;--sapButton_Reject_Active_BorderColor:#fff;--sapButton_Reject_Active_TextColor:#fff;--sapButton_Reject_TextColor:#fff;--sapButton_Reject_Selected_Background:#0f5d94;--sapButton_Reject_Selected_BorderColor:#fff;--sapButton_Reject_Selected_TextColor:#fff;--sapButton_Reject_Selected_Hover_Background:#7a5100;--sapButton_Reject_Selected_Hover_BorderColor:#fff;--sapButton_Accept_Background:#000;--sapButton_Accept_BorderColor:#fff;--sapButton_Accept_Hover_Background:#7a5100;--sapButton_Accept_Hover_BorderColor:#fff;--sapButton_Accept_Hover_TextColor:#fff;--sapButton_Accept_Active_Background:#7a5100;--sapButton_Accept_Active_BorderColor:#fff;--sapButton_Accept_Active_TextColor:#fff;--sapButton_Accept_TextColor:#fff;--sapButton_Accept_Selected_Background:#0f5d94;--sapButton_Accept_Selected_BorderColor:#fff;--sapButton_Accept_Selected_TextColor:#fff;--sapButton_Accept_Selected_Hover_Background:#7a5100;--sapButton_Accept_Selected_Hover_BorderColor:#fff;--sapButton_Lite_Background:#000;--sapButton_Lite_BorderColor:#fff;--sapButton_Lite_TextColor:#fff;--sapButton_Lite_Hover_Background:#7a5100;--sapButton_Lite_Hover_BorderColor:#fff;--sapButton_Lite_Hover_TextColor:#fff;--sapButton_Lite_Active_Background:#7a5100;--sapButton_Lite_Active_BorderColor:#fff;--sapButton_Selected_Background:#0f5d94;--sapButton_Selected_BorderColor:#fff;--sapButton_Selected_TextColor:#fff;--sapButton_Selected_Hover_Background:#7a5100;--sapButton_Selected_Hover_BorderColor:#fff;--sapButton_Attention_Background:#000;--sapButton_Attention_BorderColor:#fff;--sapButton_Attention_TextColor:#fff;--sapButton_Attention_Hover_Background:#7a5100;--sapButton_Attention_Hover_BorderColor:#fff;--sapButton_Attention_Hover_TextColor:#fff;--sapButton_Attention_Active_Background:#7a5100;--sapButton_Attention_Active_BorderColor:#fff;--sapButton_Attention_Active_TextColor:#fff;--sapButton_Attention_Selected_Background:#0f5d94;--sapButton_Attention_Selected_BorderColor:#fff;--sapButton_Attention_Selected_TextColor:#fff;--sapButton_Attention_Selected_Hover_Background:#7a5100;--sapButton_Attention_Selected_Hover_BorderColor:#fff;--sapButton_Negative_Background:#000;--sapButton_Negative_BorderColor:#fff;--sapButton_Negative_TextColor:#fff;--sapButton_Negative_Hover_Background:#7a5100;--sapButton_Negative_Hover_BorderColor:#fff;--sapButton_Negative_Hover_TextColor:#fff;--sapButton_Negative_Active_Background:#7a5100;--sapButton_Negative_Active_BorderColor:#fff;--sapButton_Negative_Active_TextColor:#fff;--sapButton_Critical_Background:#000;--sapButton_Critical_BorderColor:#fff;--sapButton_Critical_TextColor:#fff;--sapButton_Critical_Hover_Background:#7a5100;--sapButton_Critical_Hover_BorderColor:#fff;--sapButton_Critical_Hover_TextColor:#fff;--sapButton_Critical_Active_Background:#7a5100;--sapButton_Critical_Active_BorderColor:#fff;--sapButton_Critical_Active_TextColor:#fff;--sapButton_Success_Background:#000;--sapButton_Success_BorderColor:#fff;--sapButton_Success_TextColor:#fff;--sapButton_Success_Hover_Background:#7a5100;--sapButton_Success_Hover_BorderColor:#fff;--sapButton_Success_Hover_TextColor:#fff;--sapButton_Success_Active_Background:#7a5100;--sapButton_Success_Active_BorderColor:#fff;--sapButton_Success_Active_TextColor:#fff;--sapButton_Information_Background:#000;--sapButton_Information_BorderColor:#fff;--sapButton_Information_TextColor:#fff;--sapButton_Information_Hover_Background:#7a5100;--sapButton_Information_Hover_BorderColor:#fff;--sapButton_Information_Hover_TextColor:#fff;--sapButton_Information_Active_Background:#7a5100;--sapButton_Information_Active_BorderColor:#fff;--sapButton_Information_Active_TextColor:#fff;--sapButton_Neutral_Background:#000;--sapButton_Neutral_BorderColor:#fff;--sapButton_Neutral_TextColor:#fff;--sapButton_Neutral_Hover_Background:#7a5100;--sapButton_Neutral_Hover_BorderColor:#fff;--sapButton_Neutral_Hover_TextColor:#fff;--sapButton_Neutral_Active_Background:#7a5100;--sapButton_Neutral_Active_BorderColor:#fff;--sapButton_Neutral_Active_TextColor:#fff;--sapButton_Track_Background:#000;--sapButton_Track_BorderColor:#fff;--sapButton_Track_TextColor:#fff;--sapButton_Track_Hover_Background:#7a5100;--sapButton_Track_Hover_BorderColor:#fff;--sapButton_Track_Selected_Background:#0f5d94;--sapButton_Track_Selected_BorderColor:#fff;--sapButton_Track_Selected_TextColor:#fff;--sapButton_Track_Selected_Hover_Background:#7a5100;--sapButton_Track_Selected_Hover_BorderColor:#fff;--sapButton_Handle_Background:#000;--sapButton_Handle_BorderColor:#fff;--sapButton_Handle_TextColor:#fff;--sapButton_Handle_Hover_Background:#7a5100;--sapButton_Handle_Hover_BorderColor:#fff;--sapButton_Handle_Selected_Background:#0f5d94;--sapButton_Handle_Selected_BorderColor:#fff;--sapButton_Handle_Selected_TextColor:#fff;--sapButton_Handle_Selected_Hover_Background:#7a5100;--sapButton_Handle_Selected_Hover_BorderColor:#fff;--sapButton_Track_Negative_Background:#000;--sapButton_Track_Negative_BorderColor:#ff5e5e;--sapButton_Track_Negative_TextColor:#fff;--sapButton_Track_Negative_Hover_Background:#7a5100;--sapButton_Track_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Handle_Negative_Background:#000;--sapButton_Handle_Negative_BorderColor:#ff5e5e;--sapButton_Handle_Negative_TextColor:#fff;--sapButton_Handle_Negative_Hover_Background:#7a5100;--sapButton_Handle_Negative_Hover_BorderColor:#ff5e5e;--sapButton_Track_Positive_Background:#000;--sapButton_Track_Positive_BorderColor:#9c9;--sapButton_Track_Positive_TextColor:#fff;--sapButton_Track_Positive_Hover_Background:#000;--sapButton_Track_Positive_Hover_BorderColor:#fff;--sapButton_Handle_Positive_Background:#000;--sapButton_Handle_Positive_BorderColor:#9c9;--sapButton_Handle_Positive_TextColor:#fff;--sapButton_Handle_Positive_Hover_Background:#7a5100;--sapButton_Handle_Positive_Hover_BorderColor:#9c9;--sapButton_TokenBackground:#000;--sapButton_TokenBorderColor:#fff;--sapField_Background:#000;--sapField_BackgroundStyle:none;--sapField_TextColor:#fff;--sapField_PlaceholderTextColor:#999;--sapField_BorderColor:#fff;--sapField_HelpBackground:#000;--sapField_BorderWidth:.0625rem;--sapField_BorderStyle:solid;--sapField_BorderCornerRadius:0;--sapField_Hover_Background:#000;--sapField_Hover_BackgroundStyle:none;--sapField_Hover_BorderColor:#fff;--sapField_Hover_HelpBackground:#000;--sapField_Active_BorderColor:#fff;--sapField_Focus_Background:#000;--sapField_Focus_BorderColor:#fff;--sapField_Focus_HelpBackground:#000;--sapField_ReadOnly_Background:#585858;--sapField_ReadOnly_BackgroundStyle:none;--sapField_ReadOnly_BorderColor:#999;--sapField_ReadOnly_BorderStyle:solid;--sapField_ReadOnly_HelpBackground:#585858;--sapField_RequiredColor:#fff;--sapField_InvalidColor:#fff;--sapField_InvalidBackground:#7a5100;--sapField_InvalidBackgroundStyle:none;--sapField_InvalidBorderWidth:.125rem;--sapField_InvalidBorderStyle:dashed;--sapField_WarningColor:#fff;--sapField_WarningBackground:#000;--sapField_WarningBackgroundStyle:none;--sapField_WarningBorderWidth:.125rem;--sapField_WarningBorderStyle:dashed;--sapField_SuccessColor:#fff;--sapField_SuccessBackground:#000;--sapField_SuccessBackgroundStyle:none;--sapField_SuccessBorderWidth:.0625rem;--sapField_SuccessBorderStyle:solid;--sapField_InformationColor:#fff;--sapField_InformationBackground:#000;--sapField_InformationBackgroundStyle:none;--sapField_InformationBorderWidth:.0625rem;--sapField_InformationBorderStyle:dashed;--sapGroup_TitleBackground:#000;--sapGroup_TitleBorderColor:#fff;--sapGroup_TitleTextColor:#fff;--sapGroup_Title_FontSize:1.125rem;--sapGroup_ContentBackground:#000;--sapGroup_ContentBorderColor:#fff;--sapGroup_BorderWidth:.0625rem;--sapGroup_BorderCornerRadius:0;--sapGroup_FooterBackground:#000;--sapPopover_BorderCornerRadius:.25rem;--sapToolbar_Background:#000;--sapToolbar_SeparatorColor:#fff;--sapList_HeaderBackground:#000;--sapList_HeaderBorderColor:#fff;--sapList_HeaderTextColor:#fff;--sapList_BorderColor:#999;--sapList_TextColor:#fff;--sapList_Active_TextColor:#fff;--sapList_BorderWidth:.0625rem;--sapList_Active_Background:#7a5100;--sapList_SelectionBackgroundColor:#0f5d94;--sapList_SelectionBorderColor:#fff;--sapList_Hover_SelectionBackground:#7a5100;--sapList_Background:#000;--sapList_Hover_Background:#7a5100;--sapList_AlternatingBackground:#262626;--sapList_GroupHeaderBackground:#000;--sapList_GroupHeaderBorderColor:#fff;--sapList_GroupHeaderTextColor:#fff;--sapList_FooterBackground:#000;--sapList_FooterTextColor:#fff;--sapList_TableGroupHeaderBackground:#585858;--sapList_TableGroupHeaderBorderColor:#fff;--sapList_TableGroupHeaderTextColor:#fff;--sapList_TableFooterBorder:#fff;--sapList_TableFixedBorderColor:#fff;--sapMessage_ErrorBorderColor:#ff5e5e;--sapMessage_WarningBorderColor:#ffab1d;--sapMessage_SuccessBorderColor:#9c9;--sapMessage_InformationBorderColor:#fff;--sapProgress_Background:#000;--sapProgress_BorderColor:#fff;--sapProgress_TextColor:#fff;--sapProgress_FontSize:.75rem;--sapProgress_NegativeBackground:#000;--sapProgress_NegativeBorderColor:#fff;--sapProgress_NegativeTextColor:#fff;--sapProgress_CriticalBackground:#000;--sapProgress_CriticalBorderColor:#fff;--sapProgress_CriticalTextColor:#fff;--sapProgress_PositiveBackground:#000;--sapProgress_PositiveBorderColor:#fff;--sapProgress_PositiveTextColor:#fff;--sapProgress_InformationBackground:#000;--sapProgress_InformationBorderColor:#fff;--sapProgress_InformationTextColor:#fff;--sapProgress_Value_Background:#7a5100;--sapProgress_Value_BorderColor:#fff;--sapProgress_Value_TextColor:#fff;--sapProgress_Value_NegativeBackground:#7a5100;--sapProgress_Value_NegativeBorderColor:#fff;--sapProgress_Value_NegativeTextColor:#fff;--sapProgress_Value_CriticalBackground:#7a5100;--sapProgress_Value_CriticalBorderColor:#fff;--sapProgress_Value_CriticalTextColor:#fff;--sapProgress_Value_PositiveBackground:#7a5100;--sapProgress_Value_PositiveBorderColor:#fff;--sapProgress_Value_PositiveTextColor:#fff;--sapProgress_Value_InformationBackground:#7a5100;--sapProgress_Value_InformationBorderColor:#fff;--sapProgress_Value_InformationTextColor:#fff;--sapScrollBar_FaceColor:#999;--sapScrollBar_TrackColor:#000;--sapScrollBar_BorderColor:#999;--sapScrollBar_SymbolColor:#fff;--sapScrollBar_Dimension:.75rem;--sapScrollBar_Hover_FaceColor:#fff;--sapSlider_Background:#000;--sapSlider_BorderColor:#fff;--sapSlider_Selected_Background:#0f5d94;--sapSlider_Selected_BorderColor:#fff;--sapSlider_HandleBackground:#000;--sapSlider_HandleBorderColor:#fff;--sapSlider_RangeHandleBackground:#000;--sapSlider_Hover_HandleBackground:#7a5100;--sapSlider_Hover_HandleBorderColor:#fff;--sapSlider_Hover_RangeHandleBackground:transparent;--sapSlider_Active_HandleBackground:#7a5100;--sapSlider_Active_HandleBorderColor:#fff;--sapSlider_Active_RangeHandleBackground:transparent;--sapPageHeader_Background:#000;--sapPageHeader_BorderColor:#fff;--sapPageHeader_TextColor:#fff;--sapPageFooter_Background:#000;--sapPageFooter_BorderColor:#fff;--sapPageFooter_TextColor:#fff;--sapInfobar_Background:#000;--sapInfobar_Hover_Background:#7a5100;--sapInfobar_Active_Background:#7a5100;--sapInfobar_NonInteractive_Background:#585858;--sapInfobar_TextColor:#fff;--sapObjectHeader_Background:#000;--sapObjectHeader_BorderColor:#fff;--sapObjectHeader_Hover_Background:#7a5100;--sapObjectHeader_Title_TextColor:#fff;--sapObjectHeader_Title_FontSize:1.25rem;--sapObjectHeader_Title_SnappedFontSize:1.25rem;--sapObjectHeader_Title_FontFamily:"72","72full",Arial,Helvetica,sans-serif;--sapObjectHeader_Subtitle_TextColor:#fff;--sapBlockLayer_Background:#000;--sapTile_Background:#000;--sapTile_Hover_Background:#7a5100;--sapTile_Active_Background:#7a5100;--sapTile_BorderColor:#fff;--sapTile_BorderCornerRadius:0.25rem;--sapTile_TitleTextColor:#fff;--sapTile_TextColor:#fff;--sapTile_IconColor:#fff;--sapTile_SeparatorColor:#fff;--sapTile_Interactive_BorderColor:#fff;--sapTile_OverlayBackground:#000;--sapTile_OverlayForegroundColor:#fff;--sapAccentColor1:#ffc847;--sapAccentColor2:#ed884a;--sapAccentColor3:#db9292;--sapAccentColor4:#e269c9;--sapAccentColor5:#8ca7d5;--sapAccentColor6:#6bd3ff;--sapAccentColor7:#7fc6c6;--sapAccentColor8:#b2e484;--sapAccentColor9:#b995e0;--sapAccentColor10:#b0bcc5;--sapAccentBackgroundColor1:#fff3b8;--sapAccentBackgroundColor2:#ffd0e7;--sapAccentBackgroundColor3:#fff0fa;--sapAccentBackgroundColor4:#ffdcf3;--sapAccentBackgroundColor5:#ded3ff;--sapAccentBackgroundColor6:#d1efff;--sapAccentBackgroundColor7:#c2fcee;--sapAccentBackgroundColor8:#ebf5cb;--sapAccentBackgroundColor9:#dafdf5;--sapAccentBackgroundColor10:#eaecee;--sapLegend_WorkingBackground:#2e2e2e;--sapLegend_NonWorkingBackground:#585858;--sapLegend_CurrentDateTime:#e269c9;--sapLegendColor1:#ffc847;--sapLegendColor2:#ed884a;--sapLegendColor3:#db9292;--sapLegendColor4:#ff741f;--sapLegendColor5:#e269c9;--sapLegendColor6:#6bd3ff;--sapLegendColor7:#7fc6c6;--sapLegendColor8:#b2e484;--sapLegendColor9:#b0bcc5;--sapLegendColor10:#bb86b0;--sapLegendColor11:#ffe6ad;--sapLegendColor12:#cdaf9d;--sapLegendColor13:#ff8787;--sapLegendColor14:#ffb385;--sapLegendColor15:#ffb2ef;--sapLegendColor16:#9cabc5;--sapLegendColor17:#a4eeee;--sapLegendColor18:#8d9e7e;--sapLegendColor19:#addcf0;--sapLegendColor20:#629cff;--sapLegendBackgroundColor1:#000;--sapLegendBackgroundColor2:#000;--sapLegendBackgroundColor3:#000;--sapLegendBackgroundColor4:#000;--sapLegendBackgroundColor5:#000;--sapLegendBackgroundColor6:#000;--sapLegendBackgroundColor7:#000;--sapLegendBackgroundColor8:#000;--sapLegendBackgroundColor9:#000;--sapLegendBackgroundColor10:#000;--sapLegendBackgroundColor11:#000;--sapLegendBackgroundColor12:#000;--sapLegendBackgroundColor13:#000;--sapLegendBackgroundColor14:#000;--sapLegendBackgroundColor15:#000;--sapLegendBackgroundColor16:#000;--sapLegendBackgroundColor17:#000;--sapLegendBackgroundColor18:#000;--sapLegendBackgroundColor19:#000;--sapLegendBackgroundColor20:#000;--sapChart_OrderedColor_1:#4da2f6;--sapChart_OrderedColor_2:#e8743b;--sapChart_OrderedColor_3:#19a979;--sapChart_OrderedColor_4:#ed4a7b;--sapChart_OrderedColor_5:#945ecf;--sapChart_OrderedColor_6:#13a4b4;--sapChart_OrderedColor_7:#5c66f5;--sapChart_OrderedColor_8:#c53da4;--sapChart_OrderedColor_9:#6c8893;--sapChart_OrderedColor_10:#ee6868;--sapChart_OrderedColor_11:#387bb7;--sapChart_Bad:#ff5e5e;--sapChart_Critical:#ffab1d;--sapChart_Good:#9c9;--sapChart_Neutral:#fff;--sapChart_Sequence_1:#4da2f6;--sapChart_Sequence_2:#e8743b;--sapChart_Sequence_3:#19a979;--sapChart_Sequence_4:#ed4a7b;--sapChart_Sequence_5:#945ecf;--sapChart_Sequence_6:#13a4b4;--sapChart_Sequence_7:#5c66f5;--sapChart_Sequence_8:#c53da4;--sapChart_Sequence_9:#6c8893;--sapChart_Sequence_10:#ee6868;--sapChart_Sequence_11:#387bb7;--sapChart_Sequence_Neutral:#fff;}'};var e={_:o};export{o as _,e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _={packageName:"@ui5/webcomponents",fileName:"themes/sap_horizon_hcw/parameters-bundle.css",content:':root{--_ui5_calendar_height:24.5rem;--_ui5_calendar_width:20.5rem;--_ui5_calendar_padding:1rem;--_ui5_calendar_left_right_padding:0.5rem;--_ui5_calendar_top_bottom_padding:1rem;--_ui5_calendar_header_height:3rem;--_ui5_calendar_header_arrow_button_width:2.5rem;--_ui5_calendar_header_padding:0.25rem 0;--_ui5_checkbox_root_side_padding:.6875rem;--_ui5_checkbox_partially_icon_size:.75rem;--_ui5_custom_list_item_rb_min_width:2.75rem;--_ui5_day_picker_item_width:2.25rem;--_ui5_day_picker_item_height:2.875rem;--_ui5_day_picker_empty_height:3rem;--_ui5_day_picker_item_justify_content:space-between;--_ui5_color-palette-item-height:1.75rem;--_ui5_color-palette-item-hover-height:2.375rem;--_ui5_color-palette-item-margin:calc(var(--_ui5_color-palette-item-hover-height)/2 - var(--_ui5_color-palette-item-height)/2);--_ui5_color-palette-row-width:12rem;--_ui5_color-palette-swatch-container-padding:0.3125rem 0.6875rem;--_ui5_datetime_picker_width:40.0625rem;--_ui5_datetime_picker_height:25rem;--_ui5_datetime_timeview_phonemode_width:19.5rem;--_ui5_datetime_timeview_padding:1rem;--_ui5_dialog_content_min_height:2.75rem;--_ui5_dialog_footer_height:2.75rem;--_ui5_input_inner_padding:0 0.625rem;--_ui5_input_inner_padding_with_icon:0 0.25rem 0 0.625rem;--_ui5_input_value_state_icon_padding:var(--_ui5-input-icon-padding);--_ui5_list_no_data_height:3rem;--_ui5_list_item_cb_margin_right:0;--_ui5_list_item_title_size:var(--sapFontLargeSize);--_ui5_list_no_data_font_size:var(--sapFontLargeSize);--_ui5_list_item_img_size:3rem;--_ui5_list_item_img_top_margin:0.5rem;--_ui5_list_item_img_bottom_margin:0.5rem;--_ui5_list_item_img_hn_margin:0.75rem;--_ui5_list_item_dropdown_base_height:2.5rem;--_ui5_list_item_base_height:2.75rem;--_ui5_list_item_icon_size:1.125rem;--_ui5_list_item_icon_padding-inline-end:0.5rem;--_ui5_group_header_list_item_height:2.75rem;--_ui5_list_busy_row_height:3rem;--_ui5_month_picker_item_height:3rem;--_ui5_popup_default_header_height:2.75rem;--_ui5-notification-overflow-popover-padding:0.25rem 0.5rem;--_ui5_year_picker_item_height:3rem;--_ui5_tokenizer_padding:0.25rem;--_ui5_token_height:1.625rem;--_ui5_token_icon_padding:0.25rem 0.5rem;--_ui5_token_wrapper_right_padding:0.3125rem;--_ui5_tl_bubble_padding:1rem;--_ui5_tl_indicator_before_bottom:-1.625rem;--_ui5_tl_padding:1rem 1rem 1rem .5rem;--_ui5_tl_li_margin_bottom:1.625rem;--_ui5_switch_height:var(--_ui5_switch_height);--_ui5_switch_width:var(--_ui5_switch_width);--_ui5_switch_with_label_width:var(--_ui5_switch_with_label_width);--_ui5_switch_root_outline_top:var(--_ui5_switch_root_outline_top);--_ui5_switch_root_outline_bottom:var(--_ui5_switch_root_outline_bottom);--_ui5_switch_track_width:var(--_ui5_switch_track_width);--_ui5_switch_track_height:var(--_ui5_switch_track_height);--_ui5_switch_track_with_label_width:var(--_ui5_switch_track_with_label_width);--_ui5_switch_track_with_label_height:var(--_ui5_switch_track_with_label_height);--_ui5_switch_min_width:var(--_ui5_switch_min_width);--_ui5_switch_handle_height:var(--_ui5_switch_handle_height);--_ui5_switch_handle_with_label_width:var(--_ui5_switch_handle_with_label_width);--_ui5_switch_handle_width:var(--_ui5_switch_handle_width);--_ui5_switch_handle_with_label_height:var(--_ui5_switch_handle_with_label_height);--_ui5_switch_text_active_left:var(--_ui5_switch_text_active_left);--_ui5_switch_text_font_size:var(--_ui5_switch_text_font_size);--_ui5_switch_text_width:var(--_ui5_switch_text_width);--_ui5_switch_focus_width_size_horizon_exp:calc(100% + 4px);--_ui5_switch_focus_height_size_horizon_exp:calc(100% + 4px);--_ui5_switch_transform:var(--_ui5_switch_transform);--_ui5_switch_transform_with_label:var(--_ui5_switch_transform_with_label);--_ui5_switch_rtl_transform:var(--_ui5_switch_rtl_transform);--_ui5_switch_rtl_transform_with_label:var(--_ui5_switch_rtl_transform_with_label);--_ui5_tc_item_text:3rem;--_ui5_tc_item_height:4.75rem;--_ui5_tc_item_text_only_height:2.75rem;--_ui5_tc_item_text_only_with_additional_text_height:3.75rem;--_ui5_tc_item_icon_circle_size:2.75rem;--_ui5_tc_item_icon_size:1.25rem;--_ui5_tc_item_add_text_margin_top:0.375rem;--_ui5_textarea_padding_top:0.4375rem;--_ui5_textarea_padding_bottom:0.4375rem;--_ui5_textarea_padding_left:0.625rem;--_ui5_textarea_padding_right:0.625rem;--_ui5_textarea_margin:.25rem 0;--_ui5_panel_header_height:2.75rem;--_ui5_radio_button_height:2.75rem;--_ui5_radio_button_label_side_padding:.875rem;--_ui5_radio_button_focus_dist:.5rem;--_ui5_radio_button_inner_size:2.75rem;--_ui5_radio_button_svg_size:1.375rem;--_ui5_radio_button_label_width:calc(100% - 2.75rem);--_ui5_radio_button_outer_ring_padding_with_label:0 0.6875rem;--_ui5-responsive_popover_header_height:2.75rem;--ui5_side_navigation_item_height:2.75rem;--_ui5_load_more_text_height:2.75rem;--_ui5_load_more_text_font_size:var(--sapFontMediumSize);--_ui5_load_more_desc_padding:0.375rem 2rem 0.875rem 2rem;--ui5_table_header_row_height:2.75rem;--ui5_table_row_height:2.75rem;--ui5_table_focus_outline_offset:-0.125rem;--ui5_table_group_row_height:2rem;--_ui5-tree-indent-step:1.5rem;--_ui5-tree-toggle-box-width:2.75rem;--_ui5-tree-toggle-box-height:2.25rem;--_ui5-tree-toggle-icon-size:1.0625rem;--_ui5_timeline_tli_indicator_before_bottom:-1.625rem;--_ui5_timeline_tli_indicator_before_right:-1.625rem;--_ui5_timeline_tli_indicator_before_without_icon_bottom:-1.875rem;--_ui5_timeline_tli_indicator_before_without_icon_right:-1.9375rem;--_ui5_split_button_middle_separator_height:2.25rem}.sapUiSizeCompact,.ui5-content-density-compact,:root,[data-ui5-compact-size]{--_ui5_datetime_timeview_width:17rem;--_ui5_list_item_selection_btn_margin_top:calc(var(--_ui5_checkbox_wrapper_padding)*-1);--_ui5_list_item_content_vertical_offset:calc(var(--_ui5_list_item_base_height)/2 - var(--_ui5_list_item_title_size)/2);--_ui5_list_buttons_left_space:0.125rem;--_ui5_token_icon_size:.75rem;--_ui5_token_wrapper_left_padding:0;--_ui5_tc_item_text_line_height:1.325rem;--_ui5_split_button_middle_separator_top:0}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_button_base_height:1.625rem;--_ui5_button_base_padding:0.4375rem;--_ui5_button_base_min_width:2rem;--_ui5_button_icon_font_size:1rem;--_ui5_calendar_height:18rem;--_ui5_calendar_width:17.75rem;--_ui5_calendar_left_right_padding:0.25rem;--_ui5_calendar_top_bottom_padding:0.5rem;--_ui5_calendar_header_height:2rem;--_ui5_calendar_header_arrow_button_width:2rem;--_ui5_calendar_header_padding:0;--_ui5_checkbox_root_side_padding:var(--_ui5_checkbox_wrapped_focus_padding);--_ui5_checkbox_wrapped_content_margin_top:var(--_ui5_checkbox_compact_wrapped_label_margin_top);--_ui5_checkbox_wrapped_focus_left_top_bottom_position:var(--_ui5_checkbox_compact_focus_position);--_ui5_checkbox_width_height:var(--_ui5_checkbox_compact_width_height);--_ui5_checkbox_wrapper_padding:var(--_ui5_checkbox_compact_wrapper_padding);--_ui5_checkbox_focus_position:var(--_ui5_checkbox_compact_focus_position);--_ui5_checkbox_inner_width_height:var(--_ui5_checkbox_compact_inner_size);--_ui5_checkbox_icon_size:.75rem;--_ui5_checkbox_partially_icon_size:.5rem;--_ui5_color-palette-item-height:1.25rem;--_ui5_color-palette-item-focus-height:1rem;--_ui5_color-palette-item-container-sides-padding:0.1875rem;--_ui5_color-palette-item-container-rows-padding:0.8125rem;--_ui5_color-palette-item-hover-height:1.625rem;--_ui5_color-palette-item-margin:calc(var(--_ui5_color-palette-item-hover-height)/2 - var(--_ui5_color-palette-item-height)/2);--_ui5_color-palette-row-width:8.125rem;--_ui5_color-palette-swatch-container-padding:0.1875rem 0.8125rem;--_ui5_color-palette-item-hover-margin:0;--_ui5_color-palette-row-height:7.5rem;--_ui5_color-palette-button-height:2rem;--_ui5_color_picker_slider_container_margin_top:-4px;--_ui5_custom_list_item_rb_min_width:2rem;--_ui5_daypicker_weeknumbers_container_padding_top:2rem;--_ui5_day_picker_item_width:2rem;--_ui5_day_picker_item_height:2rem;--_ui5_day_picker_empty_height:2.125rem;--_ui5_day_picker_item_justify_content:flex-end;--_ui5_datetime_picker_height:17rem;--_ui5_datetime_picker_width:34.0625rem;--_ui5_datetime_timeview_phonemode_width:18.5rem;--_ui5_datetime_timeview_padding:0.5rem;--_ui5_dialog_content_min_height:2.5rem;--_ui5_dialog_footer_height:2.5rem;--_ui5_input_height:var(--_ui5_input_compact_height);--_ui5_input_inner_padding:0 0.5rem;--_ui5_input_icon_min_width:var(--_ui5_input_compact_min_width);--_ui5_input_icon_padding:.25rem .4375rem;--_ui5_input_error_warning_icon_padding:.1875rem .375rem .1875rem .4375rem;--_ui5_input_information_icon_padding:.1875rem .375rem .1875rem .4375rem;--_ui5_input_custom_icon_padding:.25rem .5rem;--_ui5_input_error_warning_custom_icon_padding:.1875rem .5rem;--_ui5_input_information_custom_icon_padding:.1875rem .5rem;--_ui5_input_value_state_icon_padding:.1875rem .5rem;--_ui5_menu_item_padding:0 0.75rem 0 0.5rem;--_ui5_menu_item_submenu_icon_right:0.75rem;--_ui5-notification-overflow-popover-padding:0.25rem 0.5rem;--_ui5_popup_default_header_height:2.5rem;--_ui5_textarea_margin:.1875rem 0;--_ui5_list_no_data_height:2rem;--_ui5_list_item_cb_margin_right:.5rem;--_ui5_list_item_title_size:var(--sapFontSize);--_ui5_list_item_img_top_margin:0.55rem;--_ui5_list_no_data_font_size:var(--sapFontSize);--_ui5_list_item_dropdown_base_height:2rem;--_ui5_list_item_base_height:2rem;--_ui5_list_item_icon_size:1rem;--_ui5_list_busy_row_height:2rem;--_ui5_month_picker_item_height:2rem;--_ui5_year_picker_item_height:2rem;--_ui5_panel_header_height:2.5rem;--_ui5_token_height:1.25rem;--_ui5_token_top_margin:0.125rem;--_ui5_token_bottom_margin:0.125rem;--_ui5_token_right_margin:0.25rem;--_ui5_token_left_padding:0.25rem;--_ui5_token_readonly_padding:0.25rem;--_ui5_token_focus_offset:-0.125rem;--_ui5_token_icon_padding:0.125rem 0.25rem;--_ui5_token_wrapper_right_padding:0.25rem;--_ui5_token_outline_offset:-0.125rem;--_ui5_textarea_padding_top:0.125rem;--_ui5_textarea_padding_bottom:0.125rem;--_ui5_textarea_padding_left:0.5rem;--_ui5_textarea_padding_right:0.5rem;--_ui5_tl_bubble_padding:.5rem;--_ui5_tl_indicator_before_bottom:-.5rem;--_ui5_tl_padding:.5rem;--_ui5_tl_li_margin_bottom:.5rem;--_ui5_wheelslider_item_width:64px;--_ui5_wheelslider_item_height:32px;--_ui5_wheelslider_height:224px;--_ui5_wheelslider_selection_frame_margin_top:calc(var(--_ui5_wheelslider_item_height)*2);--_ui5_wheelslider_arrows_visibility:visible;--_ui5_wheelslider_mobile_selection_frame_margin_top:128px;--_ui5_switch_height:var(--_ui5_switch_compact_height);--_ui5_switch_width:var(--_ui5_switch_compact_width);--_ui5_switch_with_label_width:var(--_ui5_switch_compact_with_label_width);--_ui5_switch_root_outline_top:var(--_ui5_switch_root_compact_outline_top);--_ui5_switch_root_outline_bottom:var(--_ui5_switch_root_compact_outline_bottom);--_ui5_switch_track_width:var(--_ui5_switch_track_compact_width);--_ui5_switch_track_height:var(--_ui5_switch_track_compact_height);--_ui5_switch_track_with_label_width:var(--_ui5_switch_track_with_label_compact_width);--_ui5_switch_track_with_label_height:var(--_ui5_switch_track_with_label_compact_height);--_ui5_switch_min_width:var(--_ui5_switch_compact_min_width);--_ui5_switch_handle_height:var(--_ui5_switch_handle_compact_height);--_ui5_switch_handle_with_label_width:var(--_ui5_switch_handle_with_label_compact_width);--_ui5_switch_handle_width:var(--_ui5_switch_handle_compact_width);--_ui5_switch_handle_with_label_height:var(--_ui5_switch_handle_with_label_compact_height);--_ui5_switch_text_active_left:var(--_ui5_switch_text_compact_active_left);--_ui5_switch_text_font_size:var(--_ui5_switch_text_compact_font_size);--_ui5_switch_text_width:var(--_ui5_switch_text_compact_width);--_ui5_switch_transform:var(--_ui5_switch_compact_transform);--_ui5_switch_transform_with_label:var(--_ui5_switch_compact_transform_with_label);--_ui5_switch_rtl_transform:var(--_ui5_switch_compact_rtl_transform);--_ui5_switch_rtl_transform_with_label:var(--_ui5_switch_compact_rtl_transform_with_label);--_ui5_tc_item_text:2rem;--_ui5_tc_item_add_text_margin_top:0.3125rem;--_ui5_tc_header_height:var(--_ui5_tc_header_height_compact);--_ui5_tc_item_height:4rem;--_ui5_tc_item_icon_circle_size:2rem;--_ui5_tc_item_icon_size:1rem;--_ui5_radio_button_min_width:var(--_ui5_radio_button_min_width_compact);--_ui5_radio_button_height:2rem;--_ui5_radio_button_label_side_padding:.5rem;--_ui5_radio_button_focus_dist:.375rem;--_ui5_radio_button_inner_size:2rem;--_ui5_radio_button_svg_size:1rem;--_ui5_radio_button_label_width:calc(100% - 2rem + 1px);--_ui5_radio_button_outer_ring_padding_with_label:0 0.5rem;--_ui5-responsive_popover_header_height:2.5rem;--ui5_side_navigation_item_height:2rem;--_ui5_slider_handle_height:1.25rem;--_ui5_slider_handle_width:1.25rem;--_ui5_slider_handle_top:-.5rem;--_ui5_slider_tooltip_height:1rem;--_ui5_slider_tooltip_padding:0.25rem;--_ui5_slider_progress_outline_offset:-0.625rem;--_ui5_slider_outer_height:1.3125rem;--_ui5_split_button_middle_separator_height:1.625rem;--_ui5_step_input_min_width:6rem;--_ui5_load_more_text_height:2.625rem;--_ui5_load_more_text_font_size:var(--sapFontSize);--_ui5_load_more_desc_padding:0 2rem 0.875rem 2rem;--ui5_table_header_row_height:2rem;--ui5_table_row_height:2rem;--_ui5-tree-indent-step:0.5rem;--_ui5-tree-toggle-box-width:2rem;--_ui5-tree-toggle-box-height:1.5rem;--_ui5-tree-toggle-icon-size:0.8125rem;--_ui5_timeline_tli_indicator_before_bottom:-0.5rem;--_ui5_timeline_tli_indicator_before_right:-0.5rem;--_ui5_timeline_tli_indicator_before_without_icon_bottom:-0.75rem;--_ui5_timeline_tli_indicator_before_without_icon_right:-0.8125rem;--_ui5_vsd_header_container:2.5rem;--_ui5_vsd_sub_header_container_height:2rem;--_ui5_vsd_header_height:4rem;--_ui5_vsd_expand_content_height:25.4375rem;--_ui5_split_button_text_button_width:2.25rem;--_ui5_color_picker_slider_container_margin_top:-10px}:root,[dir=ltr]{--_ui5_rotation_90deg:rotate(90deg);--_ui5_rotation_minus_90deg:rotate(-90deg);--_ui5_icon_transform_scale:none;--_ui5_panel_toggle_btn_rotation:var(--_ui5_rotation_90deg);--_ui5_li_notification_group_toggle_btn_rotation:var(--_ui5_rotation_90deg);--_ui5_timeline_scroll_container_offset:0.5rem;--_ui5_popover_upward_arrow_margin:0.1875rem 0 0 0.1875rem;--_ui5_popover_right_arrow_margin:0.1875rem 0 0 -0.375rem;--_ui5_popover_downward_arrow_margin:-0.375rem 0 0 0.125rem;--_ui5_popover_left_arrow_margin:0.125rem 0 0 0.25rem;--_ui5_dialog_resize_cursor:se-resize;--_ui5_shellbar_overflow_container_float:none;--_ui5_progress_indicator_bar_border_radius:0.5rem 0 0 0.5rem;--_ui5_progress_indicator_remaining_bar_border_radius:0 0.5rem 0.5rem 0;--_ui5_menu_submenu_margin_offset:-0.25rem 0;--_ui5-menu_item_icon_float:right}[dir=rtl]{--_ui5_icon_transform_scale:scale(-1,1);--_ui5_panel_toggle_btn_rotation:var(--_ui5_rotation_minus_90deg);--_ui5_li_notification_group_toggle_btn_rotation:var(--_ui5_rotation_minus_90deg);--_ui5_timeline_scroll_container_offset:-0.5rem;--_ui5_popover_upward_arrow_margin:.1875rem .125rem 0 0;--_ui5_popover_right_arrow_margin:.1875rem .25rem 0 0;--_ui5_popover_downward_arrow_margin:-0.4375rem .125rem 0 0;--_ui5_popover_left_arrow_margin:.1875rem -.375rem 0 0;--_ui5_dialog_resize_cursor:sw-resize;--_ui5_shellbar_overflow_container_float:left;--_ui5_progress_indicator_bar_border_radius:0 0.5rem 0.5rem 0;--_ui5_progress_indicator_remaining_bar_border_radius:0.5rem 0 0 0.5rem;--_ui5_menu_submenu_margin_offset:0 0.25rem;--_ui5-menu_item_icon_float:left}:root{--ui5-avatar-initials-color:var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-border-radius:.25rem;--ui5-avatar-initials-border:none;--ui5-avatar-accent1:var(--sapAccentColor1);--ui5-avatar-accent2:var(--sapAccentColor2);--ui5-avatar-accent3:var(--sapAccentColor3);--ui5-avatar-accent4:var(--sapAccentColor4);--ui5-avatar-accent5:var(--sapAccentColor5);--ui5-avatar-accent6:var(--sapAccentColor6);--ui5-avatar-accent7:var(--sapAccentColor7);--ui5-avatar-accent8:var(--sapAccentColor8);--ui5-avatar-accent9:var(--sapAccentColor9);--ui5-avatar-accent10:var(--sapAccentColor10);--ui5-avatar-accent1-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent2-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent3-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent4-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent5-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent6-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent7-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent8-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent9-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent10-color:var(--ui5-avatar-initials-color);--ui5-avatar-placeholder-color:var(--ui5-avatar-initials-color);--ui5-avatar-accent1-border-color:var(--sapField_BorderColor);--ui5-avatar-accent2-border-color:var(--sapField_BorderColor);--ui5-avatar-accent3-border-color:var(--sapField_BorderColor);--ui5-avatar-accent4-border-color:var(--sapField_BorderColor);--ui5-avatar-accent5-border-color:var(--sapField_BorderColor);--ui5-avatar-accent6-border-color:var(--sapField_BorderColor);--ui5-avatar-accent7-border-color:var(--sapField_BorderColor);--ui5-avatar-accent8-border-color:var(--sapField_BorderColor);--ui5-avatar-accent9-border-color:var(--sapField_BorderColor);--ui5-avatar-accent10-border-color:var(--sapField_BorderColor);--ui5-avatar-placeholder-border-color:var(--sapField_BorderColor);--_ui5_avatar_outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_avatar_focus_offset:1px;--_ui5_avatar_focus_width:1px;--_ui5_avatar_focus_color:var(--sapContent_FocusColor);--_ui5_avatar_fontsize_XS:0.75rem;--_ui5_avatar_fontsize_M:1.625rem;--_ui5_avatar_fontsize_L:2rem;--_ui5_avatar_fontsize_XL:2.75rem;--_ui5_avatar_icon_XS:1rem;--_ui5_avatar_icon_S:1.5rem;--_ui5_avatar_icon_M:2rem;--_ui5_avatar_icon_L:2.5rem;--_ui5_avatar_icon_XL:3rem;--ui5-avatar-initials-border:0.0625rem solid var(--sapAvatar_1_BorderColor);--ui5-avatar-border-radius:var(--sapElement_BorderCornerRadius);--_ui5_avatar_fontsize_XS:1rem;--_ui5_avatar_fontsize_S:1.125rem;--_ui5_avatar_fontsize_M:1.5rem;--_ui5_avatar_fontsize_L:2.25rem;--_ui5_avatar_fontsize_XL:3rem;--ui5-avatar-accent1:var(--sapAvatar_1_Background);--ui5-avatar-accent2:var(--sapAvatar_2_Background);--ui5-avatar-accent3:var(--sapAvatar_3_Background);--ui5-avatar-accent4:var(--sapAvatar_4_Background);--ui5-avatar-accent5:var(--sapAvatar_5_Background);--ui5-avatar-accent6:var(--sapAvatar_6_Background);--ui5-avatar-accent7:var(--sapAvatar_7_Background);--ui5-avatar-accent8:var(--sapAvatar_8_Background);--ui5-avatar-accent9:var(--sapAvatar_9_Background);--ui5-avatar-accent10:var(--sapAvatar_10_Background);--ui5-avatar-placeholder:var(--sapContent_ImagePlaceholderBackground);--ui5-avatar-accent1-color:var(--sapAvatar_1_TextColor);--ui5-avatar-accent2-color:var(--sapAvatar_2_TextColor);--ui5-avatar-accent3-color:var(--sapAvatar_3_TextColor);--ui5-avatar-accent4-color:var(--sapAvatar_4_TextColor);--ui5-avatar-accent5-color:var(--sapAvatar_5_TextColor);--ui5-avatar-accent6-color:var(--sapAvatar_6_TextColor);--ui5-avatar-accent7-color:var(--sapAvatar_7_TextColor);--ui5-avatar-accent8-color:var(--sapAvatar_8_TextColor);--ui5-avatar-accent9-color:var(--sapAvatar_9_TextColor);--ui5-avatar-accent10-color:var(--sapAvatar_10_TextColor);--ui5-avatar-placeholder-color:var(--sapContent_ImagePlaceholderForegroundColor);--ui5-avatar-accent1-border-color:var(--sapAvatar_1_BorderColor);--ui5-avatar-accent2-border-color:var(--sapAvatar_2_BorderColor);--ui5-avatar-accent3-border-color:var(--sapAvatar_3_BorderColor);--ui5-avatar-accent4-border-color:var(--sapAvatar_4_BorderColor);--ui5-avatar-accent5-border-color:var(--sapAvatar_5_BorderColor);--ui5-avatar-accent6-border-color:var(--sapAvatar_6_BorderColor);--ui5-avatar-accent7-border-color:var(--sapAvatar_7_BorderColor);--ui5-avatar-accent8-border-color:var(--sapAvatar_8_BorderColor);--ui5-avatar-accent9-border-color:var(--sapAvatar_9_BorderColor);--ui5-avatar-accent10-border-color:var(--sapAvatar_10_BorderColor);--ui5-avatar-placeholder-border-color:var(--sapGroup_ContentBorderColor);--_ui5_avatar_icon_XS:var(--_ui5_avatar_fontsize_XS);--_ui5_avatar_icon_S:var(--_ui5_avatar_fontsize_S);--_ui5_avatar_icon_M:var(--_ui5_avatar_fontsize_M);--_ui5_avatar_icon_L:var(--_ui5_avatar_fontsize_L);--_ui5_avatar_icon_XL:var(--_ui5_avatar_fontsize_XL)}[ui5-avatar-group]{--_ui5_button_focused_border:none }:root{--_ui5-badge-cursor:default;--ui5-badge-color-scheme-1-background:var(--sapLegendBackgroundColor1);--ui5-badge-color-scheme-1-border:var(--sapAccentColor1);--ui5-badge-color-scheme-1-color:var(--sapTextColor);--ui5-badge-color-scheme-2-background:var(--sapLegendBackgroundColor2);--ui5-badge-color-scheme-2-border:var(--sapAccentColor2);--ui5-badge-color-scheme-2-color:var(--sapTextColor);--ui5-badge-color-scheme-3-background:var(--sapLegendBackgroundColor3);--ui5-badge-color-scheme-3-border:var(--sapAccentColor3);--ui5-badge-color-scheme-3-color:var(--sapTextColor);--ui5-badge-color-scheme-4-background:var(--sapLegendBackgroundColor5);--ui5-badge-color-scheme-4-border:var(--sapAccentColor4);--ui5-badge-color-scheme-4-color:var(--sapTextColor);--ui5-badge-color-scheme-5-background:var(--sapLegendBackgroundColor20);--ui5-badge-color-scheme-5-border:var(--sapAccentColor5);--ui5-badge-color-scheme-5-color:var(--sapTextColor);--ui5-badge-color-scheme-6-background:var(--sapLegendBackgroundColor6);--ui5-badge-color-scheme-6-border:var(--sapAccentColor6);--ui5-badge-color-scheme-6-color:var(--sapTextColor);--ui5-badge-color-scheme-7-background:var(--sapLegendBackgroundColor7);--ui5-badge-color-scheme-7-border:var(--sapAccentColor7);--ui5-badge-color-scheme-7-color:var(--sapTextColor);--ui5-badge-color-scheme-8-background:var(--sapLegendBackgroundColor18);--ui5-badge-color-scheme-8-border:var(--sapLegendColor18);--ui5-badge-color-scheme-8-color:var(--sapTextColor);--ui5-badge-color-scheme-9-background:var(--sapLegendBackgroundColor10);--ui5-badge-color-scheme-9-border:var(--sapAccentColor10);--ui5-badge-color-scheme-9-color:var(--sapTextColor);--ui5-badge-color-scheme-10-background:var(--sapLegendBackgroundColor9);--ui5-badge-color-scheme-10-border:var(--sapAccentColor9);--ui5-badge-color-scheme-10-color:var(--sapTextColor);--ui5-badge-color-scheme-1-background:#ffc218;--ui5-badge-color-scheme-1-border:#5f2900;--ui5-badge-color-scheme-1-color:#5f2900;--ui5-badge-color-scheme-2-background:#ffbaba;--ui5-badge-color-scheme-2-border:#770606;--ui5-badge-color-scheme-2-color:#770606;--ui5-badge-color-scheme-3-background:#feb7d9;--ui5-badge-color-scheme-3-border:#71093d;--ui5-badge-color-scheme-3-color:#71093d;--ui5-badge-color-scheme-4-background:#ffb3f5;--ui5-badge-color-scheme-4-border:#67006f;--ui5-badge-color-scheme-4-color:#67006f;--ui5-badge-color-scheme-5-background:#d6c2ff;--ui5-badge-color-scheme-5-border:#2500bc;--ui5-badge-color-scheme-5-color:#2500bc;--ui5-badge-color-scheme-6-background:#8fd4ff;--ui5-badge-color-scheme-6-border:#003776;--ui5-badge-color-scheme-6-color:#003776;--ui5-badge-color-scheme-7-background:#3ce3c5;--ui5-badge-color-scheme-7-border:#033f45;--ui5-badge-color-scheme-7-color:#033f45;--ui5-badge-color-scheme-8-background:#9bdf47;--ui5-badge-color-scheme-8-border:#0c420c;--ui5-badge-color-scheme-8-color:#0c420c;--ui5-badge-color-scheme-9-background:#51ddf2;--ui5-badge-color-scheme-9-border:#003e52;--ui5-badge-color-scheme-9-color:#003e52;--ui5-badge-color-scheme-10-background:#c5cdd3;--ui5-badge-color-scheme-10-border:#2c3a48;--ui5-badge-color-scheme-10-color:#2c3a48;--browser_scrollbar_border_radius:var(--sapElement_BorderCornerRadius);--browser_scrollbar_border:none;--_ui5_busy_indicator_color:var(--sapContent_IconColor);--_ui5_busy_indicator_focus_outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_busy_indicator_focus_border_radius:0px;--_ui5_busy_indicator_color:var(--sapContent_BusyColor);--_ui5_button_focused_border:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_button_focused_border_radius:0.25rem;--_ui5_button_focused_inner_border_radius:0;--_ui5_button_base_min_width:2.5rem;--_ui5_button_base_min_compact_width:2rem;--_ui5_button_base_height:2.5rem;--_ui5_button_compact_height:1.625rem;--_ui5_button_border_radius:var(--sapButton_BorderCornerRadius);--_ui5_button_base_padding:0.6875rem;--_ui5_button_compact_padding:0.4375rem;--_ui5_button_base_icon_only_padding:0.5625rem;--_ui5_button_base_icon_margin:0.563rem;--_ui5_button_icon_font_size:1.375rem;--_ui5_button_outline:1px dotted var(--sapContent_FocusColor);--_ui5_button_emphasized_outline:1px dotted var(--sapContent_FocusColor);--_ui5_button_outline_offset:-0.1875rem;--_ui5_button_emphasized_font_weight:normal;--_ui5_button_text_shadow:var(--sapContent_TextShadow);--_ui5_button_focus_offset:1px;--_ui5_button_focus_width:1px;--_ui5_button_focus_color:var(--sapContent_FocusColor);--_ui5_button_focus_outline_focus_color:var(--sapContent_ContrastFocusColor);--_ui5_button_pressed_focused_border_color:var(--sapContent_ContrastFocusColor);--_ui5_button_positive_border_focus_hover_color:var(--sapContent_FocusColor);--_ui5_button_positive_focus_border_color:var(--sapButton_Accept_BorderColor);--_ui5_button_negative_focus_border_color:var(--sapButton_Reject_BorderColor);--_ui5_button_attention_focus_border_color:var(--sapButton_Negative_BorderColor);--_ui5_button_emphasized_focused_border_color:var(--sapButton_Emphasized_BorderColor);--_ui5_button_fontFamily:"72override",var(--sapFontFamily);--_ui5_button_emphasized_focused_border_before:none;--_ui5_button_emphasized_focused_border_radius:0;--_ui5_button_transparent_hover:transparent;--_ui5_button_emphasized_border_width:0.125rem;--_ui5_button_focused_border:0.125rem dotted var(--sapContent_FocusColor);--_ui5_button_focused_border_radius:0.375rem;--_ui5_button_text_shadow:none;--_ui5_button_emphasized_focused_border_color:var(--sapContent_ContrastFocusColor);--_ui5_button_base_height:2.25rem;--_ui5_calendar_header_arrow_button_border_radius:0.25rem;--_ui5_calendar_header_middle_button_width:6.25rem;--_ui5_calendar_header_middle_button_flex:1 1 auto;--_ui5_calendar_header_middle_button_focus_border_radius:0.25rem;--_ui5_calendar_header_middle_button_focus_border:none;--_ui5_calendar_header_middle_button_focus_after_display:block;--_ui5_calendar_header_middle_button_focus_after_width:calc(100% - 0.25rem);--_ui5_calendar_header_middle_button_focus_after_height:calc(100% - 0.25rem);--_ui5_calendar_header_middle_button_focus_after_top_offset:1px;--_ui5_calendar_header_middle_button_focus_after_left_offset:1px;--_ui5_calendar_header_button_background_color:none;--_ui5_calendar_header_arrow_button_box_shadow:none;--_ui5_calendar_header_middle_button_focus_background:transparent;--_ui5_calendar_header_middle_button_focus_outline:none;--_ui5_calendar_header_middle_button_focus_active_outline:none;--_ui5_calendar_header_middle_button_focus_active_background:var(--sapButton_Active_Background);--_ui5_calendar_header_middle_button_focus_after_border:1px dotted var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_width:5.75rem;--_ui5_calendar_header_middle_button_flex:auto;--_ui5_calendar_header_middle_button_focus_border_radius:0.5rem;--_ui5_calendar_header_middle_button_focus_border:0.125rem dotted var(--sapContent_FocusColor);--_ui5_calendar_header_middle_button_focus_after_display:none;--_ui5_calendar_header_button_background_color:var(--sapButton_Lite_Background);--_ui5_calendar_header_arrow_button_border:none;--ui5_carousel_button_size:2.5rem;--ui5_carousel_inactive_dot_size:0.5rem;--ui5_carousel_inactive_dot_margin:0 0.25rem;--ui5_carousel_inactive_dot_border:1px solid var(--sapContent_ForegroundBorderColor);--ui5_carousel_inactive_dot_background:none;--ui5_carousel_active_dot_border:var(--ui5_carousel_inactive_dot_border);--ui5_carousel_active_dot_background:var(--sapContent_Selected_ForegroundColor);--_ui5_card_box_shadow:var(--sapContent_Shadow0);--_ui5_card_hover_box_shadow:var(--_ui5_card_box_shadow);--_ui5_card_border:1px solid var(--sapTile_BorderColor);--_ui5_card_border-radius:var(--sapElement_BorderCornerRadius);--_ui5_card_header_padding:1rem;--_ui5_card_header_hover_bg:var(--sapList_Hover_Background);--_ui5_card_header_active_bg:var(--_ui5_card_header_hover_bg);--_ui5_card_header_border:1px solid var(--_ui5_card_header_border_color);--_ui5_card_header_border_color:var(--sapTile_SeparatorColor);--_ui5_card_header_focus_border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_card_header_focus_radius:0px;--_ui5_card_header_focus_bottom_radius:0px;--_ui5_card_header_focus_offset:1px;--_ui5_card_header_title_font_family:"72override",var(--sapFontFamily);--_ui5_card_header_title_font_size:var(--sapFontHeader5Size);--_ui5_card_header_title_font_weight:normal;--_ui5_card_header_subtitle_margin_top:.25rem;--_ui5_card_box_shadow:none;--_ui5_card_header_focus_border:0.125rem dotted var(--sapContent_FocusColor);--_ui5_card_header_border:none;--_ui5_card_header_hover_bg:var(--sapTile_Hover_Background);--_ui5_card_header_active_bg:var(--sapTile_Active_Background);--_ui5_card_border-radius:var(--sapTile_BorderCornerRadius);--_ui5_card_header_padding:1rem 1rem 0.75rem 1rem;--_ui5_checkbox_wrapper_padding:.8125rem;--_ui5_checkbox_width_height:3rem;--_ui5_checkbox_box_shadow:none;--_ui5_checkbox_transition:unset;--_ui5_checkbox_focus_border:none;--_ui5_checkbox_disabled_opacity:.5;--_ui5_checkbox_border_radius:0;--_ui5_checkbox_hover_background:var(--sapField_Hover_Background);--_ui5_checkbox_active_background:var(--sapField_Hover_Background);--_ui5_checkbox_checkmark_warning_color:var(--sapField_TextColor);--_ui5_checkbox_inner_warning_color:var(--sapField_WarningColor);--_ui5_checkbox_inner_information_color:currentColor;--_ui5_checkbox_checkmark_color:var(--sapSelectedColor);--_ui5_checkbox_focus_position:.6875rem;--_ui5_checkbox_focus_outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_checkbox_focus_border_radius:0;--_ui5_checkbox_outer_hover_background:transparent;--_ui5_checkbox_inner_width_height:1.375rem;--_ui5_checkbox_inner_border:solid .125rem var(--sapField_BorderColor);--_ui5_checkbox_inner_hover_border_color:var(--sapField_HoverBorderColor);--_ui5_checkbox_inner_hover_checked_border_color:var(--sapField_HoverBorderColor);--_ui5_checkbox_inner_selected_border_color:var(--sapField_BorderColor);--_ui5_checkbox_inner_disabled_border_color:var(--sapField_BorderColor);--_ui5_checkbox_inner_border_radius:0;--_ui5_checkbox_inner_error_border:0.125rem solid var(--sapField_InvalidColor);--_ui5_checkbox_inner_warning_border:0.125rem solid var(--sapField_WarningColor);--_ui5_checkbox_inner_information_border:0.125rem solid var(--sapField_InformationColor);--_ui5_checkbox_inner_information_box_shadow:none;--_ui5_checkbox_inner_warning_box_shadow:none;--_ui5_checkbox_inner_error_box_shadow:none;--_ui5_checkbox_inner_success_box_shadow:none;--_ui5_checkbox_inner_default_box_shadow:none;--_ui5_checkbox_inner_warning_background_hover:var(--sapField_WarningBackground);--_ui5_checkbox_inner_error_background_hover:var(--sapField_InvalidBackground);--_ui5_checkbox_inner_success_background_hover:var(--sapField_SuccessBackground);--_ui5_checkbox_inner_information_background_hover:var(--sapField_InformationBackground);--_ui5_checkbox_inner_success_border:var(--sapField_BorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_readonly_border:0.125rem solid var(--sapField_ReadOnly_BorderColor);--_ui5_checkbox_inner_background:var(--sapField_Background);--_ui5_checkbox_wrapped_focus_padding:.375rem;--_ui5_checkbox_wrapped_content_margin_top:.125rem;--_ui5_checkbox_wrapped_focus_left_top_bottom_position:.5625rem;--_ui5_checkbox_compact_wrapper_padding:.5rem;--_ui5_checkbox_compact_width_height:2rem;--_ui5_checkbox_compact_inner_size:1rem;--_ui5_checkbox_compact_focus_position:.375rem;--_ui5_checkbox_compact_wrapped_label_margin_top:-1px;--_ui5_checkbox_label_color:var(--sapContent_LabelColor);--_ui5_checkbox_label_offset:var(--_ui5_checkbox_wrapper_padding);--_ui5_checkbox_disabled_label_color:var(--sapContent_LabelColor);--_ui5_checkbox_default_focus_border:none;--_ui5_checkbox_focus_outline_display:block;--_ui5_checkbox_right_focus_distance:0;--_ui5_checkbox_wrapper_padding:.6875rem;--_ui5_checkbox_width_height:2.75rem;--_ui5_checkbox_icon_size:1rem;--_ui5_checkbox_label_color:var(--sapField_TextColor);--_ui5_checkbox_inner_border:solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5_checkbox_inner_active_border_color:var(--sapField_BorderColor);--_ui5_checkbox_active_background:var(--sapField_Background);--_ui5_checkbox_inner_border_radius:var(--sapField_BorderCornerRadius);--_ui5_checkbox_checkmark_color:var(--sapContent_Selected_ForegroundColor);--_ui5_checkbox_inner_default_box_shadow:var(--sapContent_Interaction_Shadow);--_ui5_checkbox_inner_hover_border_color:var(--sapField_Hover_BorderColor);--_ui5_checkbox_hover_background:var(--sapSelectedColor);--_ui5_checkbox_inner_hover_checked_border_color:var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_active_border_color:var(--sapField_Hover_BorderColor);--_ui5_checkbox_active_background:var(--sapSelectedColor);--_ui5_checkbox_inner_selected_border_color:var(--sapField_Hover_BorderColor);--_ui5_checkbox_inner_readonly_border:var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) solid;--_ui5_checkbox_inner_error_border:var(--sapField_InvalidBorderWidth) dashed var(--sapField_InvalidColor);--_ui5_checkbox_inner_error_box_shadow:var(--sapContent_Negative_Shadow);--_ui5_checkbox_inner_error_background_hover:var(--sapField_Hover_Background);--_ui5_checkbox_inner_warning_border:var(--sapField_WarningBorderWidth) dashed var(--sapField_WarningColor);--_ui5_checkbox_inner_warning_color:var(--sapField_TextColor);--_ui5_checkbox_inner_warning_box_shadow:var(--sapContent_Critical_Shadow);--_ui5_checkbox_inner_warning_background_hover:var(--sapField_Hover_Background);--_ui5_checkbox_inner_success_border:var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5_checkbox_inner_success_box_shadow:var(--sapContent_Positive_Shadow);--_ui5_checkbox_inner_success_background_hover:var(--sapField_Hover_Background);--_ui5_checkbox_inner_information_color:var(--sapField_InformationColor);--_ui5_checkbox_inner_information_border:var(--sapField_InformationBorderWidth) dashed var(--sapField_InformationColor);--_ui5_checkbox_inner_information_box_shadow:var(--sapContent_Informative_Shadow);--_ui5_checkbox_inner_information_background_hover:var(--sapField_Hover_Background);--_ui5_checkbox_disabled_opacity:var(--sapContent_DisabledOpacity);--_ui5_checkbox_focus_position:0.3125rem;--_ui5_checkbox_focus_border_radius:0.5rem;--_ui5_checkbox_right_focus_distance:var(--_ui5_checkbox_focus_position);--_ui5_color-palette-item-container-sides-padding:0.3125rem;--_ui5_color-palette-item-container-rows-padding:0.6875rem;--_ui5_color-palette-item-focus-height:1.5rem;--_ui5_color-palette-item-container-padding:var(--_ui5_color-palette-item-container-sides-padding) var(--_ui5_color-palette-item-container-rows-padding);--_ui5_color-palette-item-hover-margin:0;--_ui5_color-palette-row-height:9.5rem;--_ui5_color-palette-button-height:3rem;--_ui5_color-palette-item-before-focus-color:0.0625rem solid #fff;--_ui5_color-palette-item-before-focus-offset:0.0625rem;--_ui5_color-palette-item-before-focus-hover-offset:0.0625rem;--_ui5_color-palette-item-after-focus-color:0.0625rem dotted #000;--_ui5_color-palette-item-after-focus-offset:0.0625rem;--_ui5_color-palette-item-after-focus-hover-offset:0.0625rem;--_ui5_color-palette-item-before-focus-border-radius:0;--_ui5_color-palette-item-outer-border-radius:0.25rem;--_ui5_color-palette-item-inner-border-radius:0.1875rem;--_ui5_color-palette-item-hover-outer-border-radius:0.25rem;--_ui5_color-palette-item-hover-inner-border-radius:0.1875rem;--_ui5_color_picker_slider_handle_box_shadow:0.0625rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_border:0.125rem solid var(--sapField_BorderColor);--_ui5_color_picker_slider_handle_outline_hover:0.125rem solid var(--sapButton_Hover_BorderColor);--_ui5_color_picker_slider_handle_outline_focus:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_color_picker_slider_handle_margin_top:0.125rem;--_ui5_color_picker_slider_handle_focus_margin_top:0.125rem;--_ui5_color_picker_circle_outer_border:0.0625rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border:0.0625rem solid var(--sapField_BorderColor);--_ui5_color_picker_circle_inner_circle_size:0.5625rem;--_ui5_color_picker_slider_container_margin_top:-10px;--_ui5_color_picker_slider_handle_inline_focus:none;--_ui5_color_picker_circle_outer_border:0.125rem solid var(--sapContent_ContrastShadowColor);--_ui5_color_picker_circle_inner_border:0.125rem solid var(--sapContent_ForegroundColor);--_ui5_color_picker_circle_inner_circle_size:0.3125rem;--_ui5_color_picker_slider_handle_margin_top:-.1875rem;--_ui5_color_picker_slider_handle_focus_margin_top:var(--_ui5_color_picker_slider_handle_margin_top);--_ui5_color_picker_slider_container_margin_top:-11px;--_ui5_datepicker_icon_border:none;--_ui5-datepicker_border_radius:0;--_ui5-datepicker-hover-background:var(--sapField_Hover_Background);--_ui5-datepicker_icon_border_radius:0;--_ui5_datepicker_icon_border:1px solid transparent;--_ui5_daypicker_item_box_shadow:inset 0 0 0 0.0625rem var(--sapContent_Selected_ForegroundColor);--_ui5_daypicker_item_margin:2px;--_ui5_daypicker_item_border:none;--_ui5_daypicker_item_selected_border_color:var(--sapList_Background);--_ui5_daypicker_daynames_container_height:2rem;--_ui5_daypicker_weeknumbers_container_padding_top:2rem;--_ui5_daypicker_item_othermonth_background_color:var(--sapList_Background);--_ui5_daypicker_item_othermonth_color:var(--sapContent_LabelColor);--_ui5_daypicker_item_othermonth_hover_color:var(--sapContent_LabelColor);--_ui5_daypicker_item_border_radius:0;--_ui5_daypicker_item_now_inner_border_radius:0;--_ui5_daypicker_dayname_color:var(--sapTextColor);--_ui5_daypicker_weekname_color:var(--sapTextColor);--_ui5_daypicker_item_outline_width:1px;--_ui5_daypicker_item_outline_offset:1px;--_ui5_daypicker_item_now_selected_outline_offset:2px;--_ui5_daypicker_item_now_focus_after_width:calc(100% - 0.25rem);--_ui5_daypicker_item_now_focus_after_height:calc(100% - 0.25rem);--_ui5_daypicker_item_now_selected_focus_after_width:calc(100% - 0.375rem);--_ui5_daypicker_item_now_selected_focus_after_height:calc(100% - 0.375rem);--_ui5_daypicker_item_selected_background:transparent;--_ui5_daypicker_item_selected_box_shadow:var(--_ui5_daypicker_item_box_shadow),var(--_ui5_daypicker_item_box_shadow);--_ui5_daypicker_item_selected_daytext_hover_background:transparent;--_ui5_daypicker_item_outline_focus_after:none;--_ui5_daypicker_item_border_radius_focus_after:none;--_ui5_daypicker_item_border_focus_after:var(--_ui5_daypicker_item_outline_width) dotted var(--sapContent_FocusColor);--_ui5_daypicker_item_width_focus_after:calc(100% - 0.25rem);--_ui5_daypicker_item_height_focus_after:calc(100% - 0.25rem);--_ui5_daypicker_item_now_outline:none;--_ui5_daypicker_item_now_outline_offset:none;--_ui5_daypicker_item_now_outline_offset_focus_after:var(--_ui5_daypicker_item_now_outline_offset);--_ui5_daypicker_item_selected_between_border:5%;--_ui5_daypicker_item_selected_between_background:transparent;--_ui5_daypicker_item_selected_between_text_background:var(--sapList_SelectionBackgroundColor);--_ui5_daypicker_item_selected_between_text_font:inherit;--_ui5_daypicker_item_selected_between_hover_background:inherit;--_ui5_daypicker_item_now_box_shadow:inset 0 0 0 0.0625rem var(--_ui5_daypicker_item_selected_border_color);--_ui5_daypicker_item_selected_text_outline:none;--_ui5_daypicker_item_now_not_selected_inset:0;--_ui5_daypicker_item_now_inset:0.1875rem;--_ui5_daypicker_item_now_border_color:var(--sapLegend_CurrentDateTime);--_ui5_daypicker_item_border_radius_focus_after:0.5rem;--_ui5_daypicker_item_border_radius:0.5rem;--_ui5_daypicker_item_focus_border:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_border:0.125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_not_selected_focus_border:0.125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_color:var(--sapContent_FocusColor);--_ui5_daypicker_item_selected_focus_width:0.1875rem;--_ui5_daypicker_item_no_selected_inset:0;--_ui5_daypicker_item_now_border_focus_after:0.125rem solid var(--sapList_SelectionBorderColor);--_ui5_daypicker_item_now_border_radius_focus_after:0.3125rem;--_ui5_day_picker_item_selected_now_border_foucs:0.1875rem solid var(--sapList_SelectionBorderColor);--_ui5_day_picker_item_selected_now_border_radios_foucs:0.3125rem;--ui5-dp-item_withsecondtype_border:0.375rem;--_ui5_daypicker_item_now_border:0.125rem solid var(--sapLegend_CurrentDateTime);--_ui5_daypicker_dayname_color:var(--sapContent_LabelColor);--_ui5_daypicker_weekname_color:var(--sapContent_LabelColor);--_ui5_daypicker_item_selected_background:var(--sapContent_Selected_Background);--_ui5_daypicker_item_border:1px solid #fff;--_ui5_daypicker_item_selected_box_shadow:none;--_ui5_daypicker_item_selected_text_outline:0.125rem solid var(--sapContent_FocusColor);--_ui5_daypicker_item_select_between_border:1px solid var(--sapContent_Selected_ForegroundColor);--_ui5_dialog_resize_handle_color:var(--sapButton_Lite_TextColor);--_ui5_dialog_resize_handle_right:-0.25rem;--_ui5_dialog_resize_handle_bottom:-0.0625rem;--_ui5_dialog_header_focus_bottom_offset:3px;--_ui5_dialog_header_focus_top_offset:2px;--_ui5_dialog_header_focus_left_offset:2px;--_ui5_dialog_header_focus_right_offset:2px;--_ui5_dialog_header_border_radius:0px;--_ui5_dialog_header_error_state_box_shadow:inset 0 -0.0625rem var(--sapErrorBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_information_state_box_shadow:inset 0 -0.0625rem var(--sapInformationBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_success_state_box_shadow:inset 0 -0.0625rem var(--sapSuccessBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_warning_state_box_shadow:inset 0 -0.0625rem var(--sapWarningBorderColor),var(--sapContent_HeaderShadow);--_ui5_dialog_header_error_state_icon_color:var(--sapNegativeElementColor);--_ui5_dialog_header_information_state_icon_color:var(--sapInformativeElementColor);--_ui5_dialog_header_success_state_icon_color:var(--sapPositiveElementColor);--_ui5_dialog_header_warning_state_icon_color:var(--sapCriticalElementColor);--_ui5_dialog_resize_handle_right:3px;--_ui5_dialog_resize_handle_bottom:3px;--_ui5_dialog_header_error_state_box_shadow:inset 0 -0.125rem var(--sapErrorBorderColor);--_ui5_dialog_header_information_state_box_shadow:inset 0 -0.125rem var(--sapInformationBorderColor);--_ui5_dialog_header_success_state_box_shadow:inset 0 -0.125rem var(--sapSuccessBorderColor);--_ui5_dialog_header_warning_state_box_shadow:inset 0 -0.125rem var(--sapWarningBorderColor);--_ui5_file_uploader_hover_border:1px solid var(--sapField_Hover_BorderColor);--_ui5_file_uploader_value_state_error_hover_background_color:var(--sapField_Hover_Background);--_ui5_file_uploader_hover_border:2px solid var(--sapField_Hover_BorderColor);--_ui5_file_uploader_value_state_error_hover_background_color:var(--sapField_InvalidBackground);--ui5-group-header-listitem-background-color:var(--sapList_GroupHeaderBackground);--_ui5_input_width:13.125rem;--_ui5_input_height:2.25rem;--_ui5_input_compact_height:1.625rem;--_ui5_input_hover_border:var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);--_ui5_input_hover_box_shadow:none;--_ui5_input_value_state_error_hover_background:var(--sapField_Hover_Background);--_ui5_input_background_color:var(--sapField_Background);--_ui5_input_border_radius:var(--sapField_BorderCornerRadius);--_ui5_input_focus_border_radius:0;--_ui5-input-border:2px solid transparent;--_ui5_input_placeholder_style:italic;--_ui5_input_placeholder_color:var(--sapField_PlaceholderTextColor);--_ui5_input_bottom_border_height:0;--_ui5_input_bottom_border_color:transparent;--_ui5_input_focused_border_color:var(--sapField_Hover_BorderColor);--_ui5_input_information_border_width:0.125rem;--_ui5_input_error_font_weight:normal;--_ui5_input_warning_font_weight:normal;--_ui5_input_focus_border_width:1px;--_ui5_input_error_warning_border_style:solid;--_ui5_input_error_warning_font_style:inherit;--_ui5_input_error_warning_text_indent:0;--_ui5_input_disabled_border_color:var(--sapField_BorderColor);--_ui5-input_disabled_background:var(--sapField_Background);--_ui5_input_readonly_border_color:var(--sapField_ReadOnly_BorderColor);--_ui5_input_readonly_background:var(--sapField_ReadOnly_Background);--_ui5_input_custom_icon_padding:.5625rem .625rem;--_ui5_input_error_warning_custom_icon_padding:.5rem .625rem;--_ui5_input_information_custom_icon_padding:.5rem .625rem;--_ui5_input_error_warning_icon_padding:.5rem .5rem .5rem .5625rem;--_ui5_input_information_icon_padding:.5rem .5rem .5rem .5625rem;--_ui5_input_disabled_opacity:0.4;--_ui5_input_icon_min_width:2.25rem;--_ui5_input_compact_min_width:2rem;--_ui5_input_transition:none;--_ui5-input-value-state-icon-display:none;--_ui5_input_focused_value_state_error_background:var(--sapField_InvalidBackground);--_ui5_input_focused_value_state_warning_background:var(--sapField_WarningBackground);--_ui5_input_focused_value_state_success_background:var(--sapField_SuccessBackground);--_ui5_input_focused_value_state_information_background:var(--sapField_InformationBackground);--_ui5_input_value_state_error_border_color:var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_border_color:var(--sapField_InvalidColor);--_ui5_input_focused_value_state_error_focus_outline_color:var(--sapContent_FocusColor);--_ui5_input_focused_value_state_warning_focus_outline_color:var(--sapContent_FocusColor);--_ui5_input_focused_value_state_success_focus_outline_color:var(--sapContent_FocusColor);--_ui5_input_value_state_warning_border_color:var(--sapField_WarningColor);--_ui5_input_focused_value_state_warning_border_color:var(--sapField_WarningColor);--_ui5_input_value_state_success_border_color:var(--sapField_SuccessColor);--_ui5_input_focused_value_state_success_border_color:var(--sapField_SuccessColor);--_ui5_input_value_state_success_border_width:1px;--_ui5_input_value_state_information_border_color:var(--sapField_InformationColor);--_ui5_input_focused_value_state_information_border_color:var(--sapField_InformationColor);--_ui5-input-value-state-information-border-width:1px;--_ui5-input-background-image:none;--_ui5_input_focus_offset:1px;--ui5_input_focus_pseudo_element_content:"";--_ui5_input_value_state_error_warning_placeholder_font_weight:normal;--_ui5_input_focus_outline_color:var(--sapContent_FocusColor);--_ui5-input_error_placeholder_color:var(--sapField_PlaceholderTextColor);--_ui5_input_focus_border_width:0.125rem;--_ui5_input_state_border_width:0.125rem;--_ui5_input_value_state_success_border_width:var(--sapField_BorderWidth);--_ui5-input-border:var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5_input_information_border_width:.0625rem;--_ui5_input_error_warning_border_style:dashed;--_ui5_input_error_warning_font_style:italic;--_ui5_input_error_warning_text_indent:0.125rem;--_ui5_input_error_font_weight:bold;--_ui5_input_warning_font_weight:bold;--_ui5_input_disabled_color:var(--sapContent_DisabledTextColor);--_ui5_input_disabled_font_weight:normal;--_ui5_input_icon_padding:0.65rem 0.75rem;--_ui5_input_information_icon_padding:.5625rem;--_ui5_input_placeholder_style:normal;--_ui5-input_error_placeholder_color:var(--sapField_TextColor);--_ui5_input_custom_icon_padding:.5rem .625rem;--_ui5_input_value_state_error_hover_background:var(--sapField_InvalidBackground);--_ui5_input_value_state_error_warning_placeholder_font_weight:bold;--_ui5_input_focus_outline_color:var(--sapField_Active_BorderColor)}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_input_custom_icon_padding:.1875rem .5rem;--_ui5_input_information_icon_padding:.25rem .4375rem}:root{--_ui5_input_icon_padding:.5625rem;--_ui5_input_icon_color:var(--sapContent_IconColor);--_ui5_input_icon_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_pressed_bg:var(--sapButton_Selected_Background);--_ui5_input_icon_hover_bg:var(--sapButton_Lite_Hover_Background);--_ui5_input_icon_border_radius:0;--_ui5_input_icon_box_shadow:none;--_ui5_input_icon_border:1px solid transparent;--_ui5_input_error_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_warning_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_information_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_success_icon_box_shadow:var(--_ui5_input_icon_box_shadow);--_ui5_input_icon_error_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_warning_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_information_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_success_pressed_color:var(--sapButton_Active_TextColor);--_ui5_input_icon_padding:.5rem .5rem .5rem .5625rem}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_input_icon_padding:.25rem .375rem .125rem .4375rem}:root{--_ui5_link_text_decoration:none;--_ui5_link_hover_text_decoration:underline;--_ui5_link_focused_hover_text_decoration:underline;--_ui5_link_focused_hover_text_color:var(--sapLinkColor);--_ui5_link_active_text_decoration:underline;--_ui5_link_border:0.0625rem dotted transparent;--_ui5_link_border_focus:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_link_focus_border-radius:0;--_ui5_link_focus_background_color:transparent;--_ui5_link_focus_color:inherit;--_ui5_link_focus_text_decoration:underline;--_ui5_link_subtle_text_decoration:none;--_ui5_link_text_decoration:underline;--_ui5_link_hover_text_decoration:none;--_ui5_link_active_text_decoration:none;--_ui5_link_subtle_text_decoration:underline;--_ui5_link_border:0.125rem dotted transparent;--_ui5_link_border_focus:0.125rem dotted var(--sapContent_FocusColor);--ui5_list_footer_text_color:var(--sapPageFooter_TextColor);--_ui5_list_buttons_left_space:0.25rem;--ui5-listitem-background-color:var(--sapList_Background);--ui5-listitem-border-bottom:1px solid var(--sapList_BorderColor);--ui5-listitem-selected-border-bottom:1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-focused-selected-border-bottom:1px solid var(--sapList_SelectionBorderColor);--ui5-listitem-active-border-color:var(--sapContent_ContrastFocusColor);--_ui5_listitembase_focus_width:1px;--_ui5-listitembase_disabled_opacity:0.5;--_ui5_product_switch_item_border:none;--_ui5_menu_popover_border_radius:var(--sapElement_BorderCornerRadius);--_ui5_menu_item_padding:0 1rem 0 0.75rem;--_ui5_menu_item_submenu_icon_right:1rem;--_ui5_menu_item_additional_text_start_margin:1rem;--_ui5_menu_popover_border_radius:var(--sapPopover_BorderCornerRadius);--_ui5_monthpicker_item_border_radius:0;--_ui5_monthpicker_item_border:none;--_ui5_monthpicker_item_margin:1px;--_ui5_monthpicker_item_focus_after_width:calc(100% - 0.375rem);--_ui5_monthpicker_item_focus_after_height:calc(100% - 0.375rem);--_ui5_monthpicker_item_focus_after_border:1px dotted var(--sapContent_FocusColor);--_ui5_monthpicker_item_focus_after_offset:2px;--_ui5_monthpicker_item_focus_after_border_radius:0;--_ui5_monthpicker_item_selected_text_color:var(--sapContent_ContrastTextColor);--_ui5_monthpicker_item_selected_background_color:var(--sapSelectedColor);--_ui5_monthpicker_item_selected_hover_color:var(--sapContent_Selected_Background);--_ui5_monthpicker_item_selected_box_shadow:none;--_ui5_monthpicker_item_focus_after_outline:none;--_ui5_monthpicker_item_selected_font_wieght:inherit;--_ui5_monthpicker_item_border:1px solid #000;--_ui5_monthpicker_item_border_radius:0.5rem;--_ui5_monthpicker_item_focus_after_border_radius:0.5rem;--_ui5_monthpicker_item_margin:0;--_ui5_monthpicker_item_focus_after_width:calc(100% - 0.5rem);--_ui5_monthpicker_item_focus_after_height:calc(100% - 0.5rem);--_ui5_monthpicker_item_focus_after_border:2px dotted var(--sapContent_FocusColor);--_ui5_monthpicker_item_focus_after_offset:0;--_ui5_message_strip_icon_width:2.5rem;--_ui5_message_strip_button_border_width:0;--_ui5_message_strip_button_border_style:none;--_ui5_message_strip_button_border_color:transparent;--_ui5_message_strip_button_border_radius:0;--_ui5_message_strip_padding:0.4375rem 2.5rem 0.4375rem 2.5rem;--_ui5_message_strip_padding_block_no_icon:0.4375rem 0.4375rem;--_ui5_message_strip_padding_inline_no_icon:1rem 2.5rem;--_ui5_message_strip_button_height:1.625rem;--_ui5_message_strip_border_width:1px;--_ui5_message_strip_close_button_border:none;--_ui5_message_strip_icon_top:0.4375rem;--_ui5_message_strip_focus_width:1px;--_ui5_message_strip_focus_offset:-2px;--_ui5_message_strip_close_button_top:0.125rem;--_ui5_message_strip_close_button_border:1px solid var(--sapButton_BorderColor);--_ui5_message_strip_border_width:0.125rem;--_ui5_message_strip_icon_top:0.375rem;--_ui5_message_strip_focus_width:0.125rem;--_ui5_message_strip_focus_offset:-4px;--_ui5_message_strip_close_button_right:0.125rem;--_ui5_panel_focus_border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_panel_button_root_width:3rem;--_ui5_panel_border_radius:0px;--_ui5_panel_border_radius_expanded:0;--_ui5_panel_default_header_border:none;--_ui5_panel_border_bottom:0.0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_outline_offset:-3px;--_ui5_panel_icon_color:var(--sapContent_IconColor);--_ui5_panel_header_padding_right:0.5rem;--_ui5_panel_header_button_wrapper_padding:.25rem;--_ui5_panel_focus_offset:1px}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_panel_header_button_wrapper_padding:.5625rem .375rem}:root{--_ui5_panel_focus_border:0.125rem dotted var(--sapContent_FocusColor);--_ui5_panel_button_root_width:2.75rem;--_ui5_panel_default_header_border:0.0625rem solid var(--sapGroup_TitleBorderColor);--_ui5_panel_outline_offset:-0.125rem;--_ui5_panel_icon_color:var(--sapButton_Lite_TextColor);--_ui5_popup_content_padding_s:1rem;--_ui5_popup_content_padding_m_l:2rem;--_ui5_popup_content_padding_xl:3rem;--_ui5_popup_header_footer_padding_s:1rem;--_ui5_popup_header_footer_padding_m_l:2rem;--_ui5_popup_header_footer_padding_xl:3rem;--_ui5_popup_viewport_margin:10px;--_ui5_popup_header_font_weight:400;--_ui5_popup_header_font_family:var(--sapFontFamily);--_ui5_popup_header_prop_header_text_alignment:flex-start;--_ui5_popup_border_radius:var(--sapElement_BorderCornerRadius);--_ui5_popup_header_font_family:var(--sapFontHeaderFamily);--_ui5_popup_border_radius:0.5rem;--_ui5_progress_indicator_background_none:var(--sapField_Background);--_ui5_progress_indicator_background_error:var(--sapField_Background);--_ui5_progress_indicator_background_warning:var(--sapField_Background);--_ui5_progress_indicator_background_success:var(--sapField_Background);--_ui5_progress_indicator_background_information:var(--sapField_Background);--_ui5_progress_indicator_value_state_none:var(--sapNeutralElementColor);--_ui5_progress_indicator_value_state_error:var(--sapNegativeElementColor);--_ui5_progress_indicator_value_state_warning:var(--sapCriticalElementColor);--_ui5_progress_indicator_value_state_success:var(--sapPositiveElementColor);--_ui5_progress_indicator_value_state_information:var(--sapInformativeElementColor);--_ui5_progress_indicator_border_color_error:var(--sapField_BorderColor);--_ui5_progress_indicator_border_color_warning:var(--sapField_BorderColor);--_ui5_progress_indicator_border_color_success:var(--sapField_BorderColor);--_ui5_progress_indicator_border_color_information:var(--sapField_BorderColor);--_ui5_progress_indicator_color:var(--sapTextColor);--_ui5_progress_indicator_bar_color:var(--sapContent_ContrastTextColor);--_ui5_progress_indicator_border:0.0625rem solid var(--sapField_BorderColor);--_ui5_progress_indicator_bar_border_max:none;--_ui5_progress_indicator_icon_visibility:none;--_ui5_progress_indicator_side_points_visibility:none;--_ui5_progress_indicator_host_height:1rem;--_ui5_progress_indicator_host_min_height:1rem;--_ui5_progress_indicator_root_border_radius:0.5rem;--_ui5_progress_indicator_root_height:100%;--_ui5_progress_indicator_root_overflow:hidden;--_ui5_progress_indicator_bar_height:100%;--_ui5_progress_indicator_bar_border_radius:0.5rem 0 0 0.5rem;--_ui5_progress_indicator_remaining_bar_overflow:hidden;--_ui5_progress_indicator_icon_size:var(--sapFontSmallSize);--_ui5_progress_indicator_value_margin:0 0.375rem}:root,[dir=rtl]{--_ui5_progress_indicator_bar_border_radius:0.5rem;--_ui5_progress_indicator_remaining_bar_border_radius:0.25rem}:root{--_ui5_progress_indicator_icon_visibility:inline-block;--_ui5_progress_indicator_side_points_visibility:block;--_ui5_progress_indicator_padding:1.25rem 0 0.75rem 0;--_ui5_progress_indicator_padding_end:1.25rem;--_ui5_progress_indicator_host_height:unset;--_ui5_progress_indicator_host_min_height:unset;--_ui5_progress_indicator_host_box_sizing:border-box;--_ui5_progress_indicator_root_position:relative;--_ui5_progress_indicator_root_border_radius:0.25rem;--_ui5_progress_indicator_root_height:0.375rem;--_ui5_progress_indicator_root_min_height:0.375rem;--_ui5_progress_indicator_root_overflow:visible;--_ui5_progress_indicator_bar_height:0.625rem;--_ui5_progress_indicator_remaining_bar_position:absolute;--_ui5_progress_indicator_remaining_bar_width:100%;--_ui5_progress_indicator_remaining_bar_overflow:visible;--_ui5_progress_indicator_icon_position:absolute;--_ui5_progress_indicator_icon_right_position:-1.25rem;--_ui5_progress_indicator_value_margin:0 0 0.1875rem 0;--_ui5_progress_indicator_value_position:absolute;--_ui5_progress_indicator_value_top_position:-1.3125rem;--_ui5_progress_indicator_value_left_position:0;--_ui5_progress_indicator_value_state_none:var(--sapHighlightColor);--_ui5_progress_indicator_value_state_error:var(--sapHighlightColor);--_ui5_progress_indicator_value_state_warning:var(--sapHighlightColor);--_ui5_progress_indicator_value_state_success:var(--sapHighlightColor);--_ui5_progress_indicator_value_state_information:var(--sapHighlightColor);--_ui5_progress_indicator_bar_border_max:var(--_ui5_progress_indicator_border);--_ui5_progress_indicator_value_state_none_border_color:var(--sapProgress_Value_BorderColor);--_ui5_progress_indicator_value_state_error_border_color:var(--sapProgress_Value_NegativeBorderColor);--_ui5_progress_indicator_value_state_warning_border_color:var(--sapProgress_Value_CriticalBorderColor);--_ui5_progress_indicator_value_state_success_border_color:var(--sapProgress_Value_PositiveBorderColor);--_ui5_progress_indicator_value_state_information_border_color:var(--sapProgress_Value_InformationBorderColor);--_ui5_progress_indicator_bar_color:var(--sapProgress_TextColor);--_ui5_progress_indicator_icon_size:var(--sapFontLargeSize);--_ui5_radio_button_min_width:2.75rem;--_ui5_radio_button_min_width_compact:2rem;--_ui5_radio_button_hover_fill:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_error:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_warning:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_success:var(--sapField_Hover_Background);--_ui5_radio_button_hover_fill_information:var(--sapField_Hover_Background);--_ui5_radio_button_border_width:1px;--_ui5_radio_button_checked_fill:var(--sapSelectedColor);--_ui5_radio_button_checked_error_fill:var(--sapField_InvalidColor);--_ui5_radio_button_checked_warning_fill:var(--sapField_TextColor);--_ui5_radio_button_checked_success_fill:var(--sapField_SuccessColor);--_ui5_radio_button_checked_information_fill:var(--sapField_InformationColor);--_ui5_radio_button_warning_error_border_dash:0;--_ui5_radio_button_outer_ring_color:var(--sapField_BorderColor);--_ui5_radio_button_outer_ring_width:var(--sapField_BorderWidth);--_ui5_radio_button_outer_ring_bg:var(--sapField_Background);--_ui5_radio_button_outer_ring_hover_color:var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_active_color:var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_checked_hover_color:var(--sapField_Hover_BorderColor);--_ui5_radio_button_outer_ring_padding:0 0.625rem;--_ui5_radio_button_border_radius:0;--_ui5_radio_button_border:none;--_ui5_radio_button_focus_border:none;--_ui5_radio_button_focus_outline:block;--_ui5_radio_button_hover_shadow:none;--_ui5_radio_button_transition:none;--_ui5_radio_button_hover_background:inherit;--_ui5_radio_button_color:var(--sapField_BorderColor);--_ui5_radio_button_label_offset:1px;--_ui5_radio_button_label_color:var(--sapContent_LabelColor);--_ui5_radio_button_items_align:unset;--_ui5_radio_button_inner_width:initial;--_ui5_radio_button_border_readonly_focus_style:var(--sapContent_FocusStyle);--_ui5_radio_button_inner_ring_radius:22%;--_ui5_radio_button_outer_ring_hover_shadow:none;--_ui5_radio_button_outer_ring_hover_shadow_error:none;--_ui5_radio_button_outer_ring_hover_shadow_warning:none;--_ui5_radio_button_outer_ring_hover_shadow_success:none;--_ui5_radio_button_outer_ring_hover_shadow_information:none;--_ui5_radio_button_read_only_border_type:none;--_ui5_radio_button_inner_ring_color:var(--sapSelectedColor);--_ui5_radio_button_information_border_width:var(--sapField_InformationBorderWidth);--_ui5_radio_button_read_only_border_width:var(--sapField_BorderWidth);--_ui5_radio_button_checked_fill:var(--sapContent_IconColor);--_ui5_radio_button_hover_fill_error:var(--sapField_InvalidBackground);--_ui5_radio_button_hover_fill_warning:var(--sapField_WarningBackground);--_ui5_radio_button_hover_fill_success:var(--sapField_SuccessBackground);--_ui5_radio_button_hover_fill_information:var(--sapField_InformationBackground);--_ui5_radio_button_checked_warning_fill:var(--sapContent_IconColor);--_ui5_radio_button_checked_error_fill:var(--sapContent_IconColor);--_ui5_radio_button_checked_success_fill:var(--sapContent_IconColor);--_ui5_radio_button_checked_information_fill:var(--sapContent_IconColor);--_ui5_radio_button_hover_fill:var(--sapSelectedColor);--_ui5_radio_button_border_width:0.125rem;--_ui5_radio_button_warning_error_border_dash:5;--_ui5_radio_button_inner_ring_radius:27.5%;--_ui5_radio_button_inner_ring_color:var(--sapContent_Selected_ForegroundColor);--_ui5_radio_button_outer_ring_width:2px;--_ui5_radio_button_read_only_border_width:var(--sapElement_BorderWidth);--_ui5_rating_indicator_border_radius:0px;--_ui5_rating_indicator_outline_offset:0px;--_ui5_rating_indicator_item_height:1em;--_ui5_rating_indicator_item_width:1em;--_ui5_rating_indicator_readonly_item_height:1em;--_ui5_rating_indicator_readonly_item_width:1em;--_ui5_rating_indicator_readonly_item_spacing:0px;--_ui5_rating_indicator_component_spacing:0.5rem 0px}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_rating_indicator_item_height:0.67em;--_ui5_rating_indicator_item_width:0.67em;--_ui5_rating_indicator_readonly_item_height:0.67em;--_ui5_rating_indicator_readonly_item_width:0.67em;--_ui5_rating_indicator_component_spacing:0.8125rem 0px}:root{--_ui5_rating_indicator_outline_offset:0.0625rem;--_ui5_rating_indicator_readonly_item_height:0.75em;--_ui5_rating_indicator_readonly_item_width:0.75em;--_ui5_rating_indicator_readonly_item_spacing:0.1875rem 0.1875rem}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_rating_indicator_readonly_item_height:0.5em;--_ui5_rating_indicator_readonly_item_width:0.5em;--_ui5_rating_indicator_readonly_item_spacing:0.125rem 0.125rem}:root{--_ui5_segmented_btn_inner_border:0.0625rem solid var(--sapButton_BorderColor);--_ui5_segmented_btn_inner_border_odd_child:0;--_ui5_segmented_btn_inner_pressed_border_odd_child:0;--_ui5_segmented_btn_outer_border_radius:0.375rem;--_ui5_segmented_btn_background_color:transparent;--_ui5_segmented_btn_inner_border:0.0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_segmented_btn_inner_border_odd_child:0.0625rem solid transparent;--_ui5_segmented_btn_inner_pressed_border_odd_child:0.0625rem solid var(--sapButton_Selected_BorderColor);--_ui5_segmented_btn_border_radius:0.375rem;--_ui5_segmented_btn_inner_border_radius:0;--_ui5_select_disabled_background:var(--sapField_Background);--_ui5_select_disabled_border_color:var(--sapField_BorderColor);--_ui5_select_state_error_warning_border_style:solid;--_ui5_select_state_error_warning_border_width:0.125rem;--_ui5_select_hover_icon_left_border:1px solid transparent;--_ui5_select_focus_width:1px;--_ui5_select_label_olor:var(--sapField_TextColor);--_ui5_select_disabled_background:var(--sapHC_ReducedBackground);--_ui5_select_disabled_border_color:var(--sapHC_ReducedForeground);--_ui5_select_state_error_warning_border_style:dashed;--_ui5_select_state_error_warning_border_width:1px;--_ui5_select_hover_icon_left_border:0.0625rem solid var(--sapField_Hover_BorderColor);--_ui5_select_focus_width:0.125rem;--_ui5_split_button_focused_border:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius:0.125rem;--_ui5_split_button_attention_separator_color:var(--sapButton_Attention_BorderColor);--_ui5_split_button_middle_separator_width:0;--_ui5_split_button_middle_separator_left:0;--_ui5_split_button_middle_separator_hover_display:block;--_ui5_split_button_text_button_width:2.25rem;--_ui5_split_button_transparent_hover_background:var(--sapButton_Lite_Background);--_ui5_split_button_transparent_hover_color:var(--sapButton_Lite_TextColor);--_ui5_split_button_transparent_disabled_background:transparent;--_ui5_split_button_inner_focused_border_radius_outer:0.25rem;--_ui5_split_button_inner_focused_border_radius_inner:0;--_ui5_split_button_focused_border:0.125rem dotted var(--sapContent_FocusColor);--_ui5_split_button_focused_border_radius:0.375rem;--_ui5_split_button_hover_border_radius:0;--_ui5_split_button_text_button_width:2.5rem;--_ui5_split_button_text_button_right_border_width:0;--_ui5_split_button_transparent_hover_background:var(--sapButton_Background);--_ui5_split_button_transparent_hover_color:var(--sapButton_TextColor);--_ui5_split_button_transparent_disabled_background:var(--sapButton_Background);--_ui5_switch_height:2.75rem;--_ui5_switch_width:3.25rem;--_ui5_switch_compact_height:2rem;--_ui5_switch_compact_width:2.5rem;--_ui5_switch_min_width:3.875rem;--_ui5_switch_compact_min_width:3.5rem;--_ui5_switch_with_label_width:100%;--_ui5_switch_compact_with_label_width:100%;--_ui5_switch_focus_outline:var(--_ui5_switch_foucs_border_size) dotted var(--sapContent_FocusColor);--_ui5_switch_root_outline_top:0.25rem;--_ui5_switch_root_outline_bottom:0.25rem;--_ui5_switch_root_outline_left:0;--_ui5_switch_root_outline_right:0;--_ui5_switch_root_compact_outline_top:0;--_ui5_switch_root_compact_outline_bottom:0;--_ui5_switch_foucs_border_size:1px;--_ui5-switch-root-border-radius:0;--_ui5-switch-root-box-shadow:none;--_ui5_switch_root_after_outline:none;--_ui5-switch-focus:"";--_ui5_switch_disabled_opacity:.4;--_ui5_switch_transform:translateX(100%) translateX(-1.875rem);--_ui5_switch_compact_transform:translateX(100%) translateX(-1.5rem);--_ui5_switch_compact_transform_with_label:translateX(100%) translateX(-1.5rem);--_ui5_switch_rtl_transform:translateX(-100%) translateX(1.875rem);--_ui5_switch_compact_rtl_transform:translateX(1.5rem) translateX(-100%);--_ui5_switch_compact_rtl_transform_with_label:translateX(1.5rem) translateX(-100%);--_ui5_switch_track_with_label_width:100%;--_ui5_switch_track_with_label_compact_width:100%;--_ui5_switch_track_with_label_height:1.375rem;--_ui5_switch_track_with_label_compact_height:1.375rem;--_ui5_switch_track_width:100%;--_ui5_switch_track_compact_width:100%;--_ui5_switch_track_height:1.375rem;--_ui5_switch_track_compact_height:1.375rem;--_ui5_switch_track_border_radius:0.75rem;--_ui5-switch-track-border:1px solid;--_ui5_switch_track_hover_active_background_color:var(--sapButton_Track_Selected_Background);--_ui5_switch_track_hover_inactive_background_color:var(--sapButton_Track_Background);--_ui5_switch_track_active_border_color:var(--sapContent_ForegroundBorderColor);--_ui5_switch_track_inactive_border_color:var(--sapContent_ForegroundBorderColor);--_ui5_switch_track_hover_active_border_color:var(--sapButton_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color:var(--sapButton_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color:var(--sapSuccessBackground);--_ui5_switch_track_semantic_reject_background_color:var(--sapErrorBackground);--_ui5_switch_track_semantic_hover_accept_background_color:var(--sapSuccessBackground);--_ui5_switch_track_semantic_hover_reject_background_color:var(--sapErrorBackground);--_ui5_switch_track_semantic_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_track_semantic_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_track_semantic_hover_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_track_semantic_hover_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_track_transition:none;--_ui5_switch_track_icon_display:none;--_ui5_switch_handle_width:2rem;--_ui5_switch_handle_compact_width:1.625rem;--_ui5_switch_handle_height:2rem;--_ui5_switch_handle_compact_height:1.625rem;--_ui5_switch_handle_with_label_width:2rem;--_ui5_switch_handle_with_label_compact_width:1.625rem;--_ui5_switch_handle_with_label_height:2rem;--_ui5_switch_handle_with_label_compact_height:1.625rem;--_ui5_switch_handle_border_width:0.0625rem;--_ui5_switch_handle_border_radius:1rem;--_ui5_switch_handle_active_background_color:var(--sapButton_Selected_Background);--_ui5_switch_handle_inactive_background_color:var(--sapButton_TokenBackground);--_ui5_switch_handle_hover_active_background_color:var(--sapButton_Selected_Hover_Background);--_ui5_switch_handle_active_border_color:var(--sapButton_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color:var(--sapContent_ForegroundBorderColor);--_ui5_switch_handle_hover_active_border_color:var(--sapButton_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color:var(--sapButton_Hover_BorderColor);--_ui5_switch_handle_semantic_accept_background_color:var(--sapButton_Background);--_ui5_switch_handle_semantic_reject_background_color:var(--sapButton_Background);--_ui5_switch_handle_semantic_hover_accept_background_color:var(--sapSuccessBackground);--_ui5_switch_handle_semantic_hover_reject_background_color:var(--sapErrorBackground);--_ui5_switch_handle_semantic_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_handle_semantic_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color:var(--sapSuccessBorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color:var(--sapErrorBorderColor);--_ui5_switch_handle_on_hover_box_shadow:none;--_ui5_switch_handle_off_hover_box_shadow:none;--_ui5_switch_handle_semantic_on_hover_box_shadow:var(--sapContent_Informative_Shadow);--_ui5_switch_handle_semantic_off_hover_box_shadow:var(--sapContent_Negative_Shadow);--_ui5-switch-handle-icon-display:none;--_ui5_switch_handle_left:-0.0625rem;--_ui5-switch-slider-texts-display:inline;--_ui5_switch_text_font_family:"72override",var(--sapFontFamily);--_ui5_switch_text_font_size:var(--sapFontSmallSize);--_ui5_switch_text_compact_font_size:var(--sapFontSmallSize);--_ui5_switch_text_with_label_font_family:"72override",var(--sapFontFamily);--_ui5_switch_text_with_label_width:none;--_ui5_switch_text_width:none;--_ui5_switch_text_compact_width:none;--_ui5_switch_text_inactive_left:auto;--_ui5_switch_text_inactive_right:0.125rem;--_ui5_switch_text_active_left:calc(-100% + 2rem);--_ui5_switch_text_compact_active_left:calc(-100% + 1.625rem);--_ui5_switch_text_active_color:var(--sapButton_Track_Selected_TextColor);--_ui5_switch_text_inactive_color:var(--sapTextColor);--_ui5_switch_text_semantic_accept_color:var(--sapPositiveElementColor);--_ui5_switch_text_semantic_reject_color:var(--sapNegativeElementColor);--_ui5_switch_text_overflow:none;--_ui5_switch_text_z_index:inherit;--_ui5_switch_text_min_width:1.625rem;--_ui5_switch_icon_width:0.75rem;--_ui5_switch_icon_height:0.75rem;--_ui5_switch_width:3.5rem;--_ui5_switch_compact_width:3rem;--_ui5_switch_min_width:none;--_ui5_switch_compact_min_width:none;--_ui5_switch_with_label_width:3.875rem;--_ui5_switch_compact_with_label_width:3.75rem;--_ui5_switch_focus_outline:none;--_ui5_switch_root_after_outline:0.125rem solid var(--sapContent_FocusColor);--_ui5_switch_root_after_boreder:none;--_ui5_switch_root_after_boreder_radius:1rem;--_ui5_switch_root_outline_top:0.5rem;--_ui5_switch_root_outline_bottom:0.5rem;--_ui5_switch_root_outline_left:0.375rem;--_ui5_switch_root_outline_right:0.375rem;--_ui5_switch_root_compact_outline_top:0.25rem;--_ui5_switch_root_compact_outline_bottom:0.25rem;--_ui5_switch_disabled_opacity:var(--sapContent_DisabledOpacity);--_ui5_switch_transform:translateX(100%) translateX(-1.625rem);--_ui5_switch_compact_transform:translateX(100%) translateX(-1.375rem);--_ui5_switch_transform_with_label:translateX(100%) translateX(-1.875rem);--_ui5_switch_compact_transform_with_label:translateX(100%) translateX(-1.875rem);--_ui5_switch_rtl_transform:translateX(-100%) translateX(1.625rem);--_ui5_switch_compact_rtl_transform:translateX(1.375rem) translateX(-100%);--_ui5_switch_rtl_transform_with_label:translateX(-100%) translateX(1.875rem);--_ui5_switch_compact_rtl_transform_with_label:translateX(1.875rem) translateX(-100%);--_ui5_switch_track_width:2.5rem;--_ui5_switch_track_compact_width:2rem;--_ui5_switch_track_height:1.5rem;--_ui5_switch_track_compact_height:1.25rem;--_ui5_switch_track_with_label_width:2.875rem;--_ui5_switch_track_with_label_compact_width:2.75rem;--_ui5_switch_track_with_label_height:1.5rem;--_ui5_switch_track_with_label_compact_height:1.25rem;--_ui5_switch_track_active_background_color:var(--sapButton_Track_Selected_Background);--_ui5_switch_track_inactive_background_color:var(--sapButton_Track_Background);--_ui5_switch_track_hover_active_background_color:var(--sapButton_Track_Selected_Hover_Background);--_ui5_switch_track_hover_inactive_background_color:var(--sapButton_Track_Hover_Background);--_ui5_switch_track_active_border_color:var(--sapButton_Track_Selected_BorderColor);--_ui5_switch_track_inactive_border_color:var(--sapButton_Track_BorderColor);--_ui5_switch_track_hover_active_border_color:var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5_switch_track_hover_inactive_border_color:var(--sapButton_Track_Hover_BorderColor);--_ui5_switch_track_semantic_accept_background_color:var(--sapButton_Track_Positive_Background);--_ui5_switch_track_semantic_reject_background_color:var(--sapButton_Track_Negative_Background);--_ui5_switch_track_semantic_hover_accept_background_color:var(--sapButton_Track_Positive_Hover_Background);--_ui5_switch_track_semantic_hover_reject_background_color:var(--sapButton_Track_Negative_Hover_Background);--_ui5_switch_track_semantic_accept_border_color:var(--sapButton_Track_Positive_BorderColor);--_ui5_switch_track_semantic_reject_border_color:var(--sapButton_Track_Negative_BorderColor);--_ui5_switch_track_semantic_hover_accept_border_color:var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5_switch_track_semantic_hover_reject_border_color:var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5_switch_track_icon_display:inline-block;--_ui5_switch_handle_width:1.5rem;--_ui5_switch_handle_compact_width:1.25rem;--_ui5_switch_handle_height:1.25rem;--_ui5_switch_handle_compact_height:1rem;--_ui5_switch_handle_with_label_width:1.75rem;--_ui5_switch_handle_with_label_compact_width:1.75rem;--_ui5_switch_handle_with_label_height:1.25rem;--_ui5_switch_handle_with_label_compact_height:1rem;--_ui5_switch_handle_border:var(--_ui5_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_border_width:0.125rem;--_ui5_switch_handle_active_background_color:var(--sapButton_Handle_Selected_Background);--_ui5_switch_handle_inactive_background_color:var(--sapButton_Handle_Background);--_ui5_switch_handle_hover_active_background_color:var(--sapButton_Handle_Selected_Hover_Background);--_ui5_switch_handle_hover_inactive_background_color:var(--sapButton_Handle_Hover_Background);--_ui5_switch_handle_active_border_color:var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_inactive_border_color:var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_hover_active_border_color:var(--sapButton_Handle_Selected_BorderColor);--_ui5_switch_handle_hover_inactive_border_color:var(--sapButton_Handle_BorderColor);--_ui5_switch_handle_semantic_accept_background_color:var(--sapButton_Handle_Positive_Background);--_ui5_switch_handle_semantic_reject_background_color:var(--sapButton_Handle_Negative_Background);--_ui5_switch_handle_semantic_hover_accept_background_color:var(--sapButton_Handle_Positive_Hover_Background);--_ui5_switch_handle_semantic_hover_reject_background_color:var(--sapButton_Handle_Negative_Hover_Background);--_ui5_switch_handle_semantic_accept_border_color:var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_reject_border_color:var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_semantic_hover_accept_border_color:var(--sapButton_Handle_Positive_BorderColor);--_ui5_switch_handle_semantic_hover_reject_border_color:var(--sapButton_Handle_Negative_BorderColor);--_ui5_switch_handle_on_hover_box_shadow:0 0 0 0.125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5_switch_handle_off_hover_box_shadow:0 0 0 0.125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5_switch_handle_semantic_on_hover_box_shadow:0 0 0 0.125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5_switch_handle_semantic_off_hover_box_shadow:0 0 0 0.125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5_switch_handle_left:0.0625rem;--_ui5_switch_text_font_family:var(--sapContent_IconFontFamily);--_ui5_switch_text_font_size:var(--sapFontLargeSize);--_ui5_switch_text_compact_font_size:var(--sapFontSize);--_ui5_switch_text_width:1.25rem;--_ui5_switch_text_compact_width:1rem;--_ui5_switch_text_with_label_font_family:"72-Condensed-Bold","72","72full",Arial,Helvetica,sans-serif;--_ui5_switch_text_with_label_font_size:var(--sapFontSmallSize);--_ui5_switch_text_with_label_width:1.5rem;--_ui5_switch_text_inactive_left:0.1875rem;--_ui5_switch_text_inactive_right:auto;--_ui5_switch_text_active_left:0.1875rem;--_ui5_switch_text_compact_active_left:0.1875rem;--_ui5_switch_text_active_right:auto;--_ui5_switch_text_active_color:var(--sapButton_Handle_Selected_TextColor);--_ui5_switch_text_inactive_color:var(--sapButton_Handle_TextColor);--_ui5_switch_text_semantic_accept_color:var(--sapButton_Handle_Positive_TextColor);--_ui5_switch_text_semantic_reject_color:var(--sapButton_Handle_Negative_TextColor);--_ui5_switch_text_overflow:hidden;--_ui5_switch_text_z_index:1;--_ui5_switch_text_hidden:hidden;--_ui5_switch_text_min_width:none;--_ui5_switch_icon_width:1rem;--_ui5_switch_icon_height:1rem;--_ui5_tc_header_height_text_only:var(--_ui5_tc_item_text_only_height);--_ui5_tc_header_height_text_with_additional_text:var(--_ui5_tc_item_text_only_with_additional_text_height);--_ui5_tc_header_box_shadow:var(--sapContent_HeaderShadow);--_ui5_tc_header_border_bottom:0.125rem solid var(--sapObjectHeader_Background);--_ui5_tc_header_background:var(--sapObjectHeader_Background);--_ui5_tc_header_background_translucent:var(--sapObjectHeader_Background);--_ui5_tc_content_background:var(--sapBackgroundColor);--_ui5_tc_content_background_translucent:var(--sapGroup_ContentBackground);--_ui5_tc_headeritem_padding:0 1rem;--_ui5_tc_headerItem_color:var(--sapContent_LabelColor);--_ui5_tc_headerItem_additional_text_color:var(--sapContent_LabelColor);--_ui5_tc_headerItem_text_hover_color:var(--_ui5_tc_headerItem_color);--_ui5_tc_headerItem_text_selected_color:var(--sapSelectedColor);--_ui5_tc_headerItem_text_selected_hover_color:var(--sapSelectedColor);--_ui5_tc_headeritem_text_font_weight:normal;--_ui5_tc_headerItem_additional_text_font_weight:normal;--_ui5_tc_headerItem_neutral_color:var(--sapNeutralColor);--_ui5_tc_headerItem_positive_color:var(--sapPositiveColor);--_ui5_tc_headerItem_negative_color:var(--sapNegativeColor);--_ui5_tc_headerItem_critical_color:var(--sapCriticalColor);--_ui5_tc_headerItem_transition:none;--_ui5_tc_headerItem_hover_border_visibility:hidden;--_ui5_tc_headerItem_focus_offset:0px;--_ui5_tc_headerItemContent_border_radius:0.125rem 0.125rem 0 0;--_ui5_tc_headerItemContent_border_bottom:0.125rem solid var(--sapSelectedColor);--_ui5_tc_headerItemContent_border_bg:transparent;--_ui5_tc_headerItem_neutral_border_bg:transparent;--_ui5_tc_headerItem_positive_border_bg:transparent;--_ui5_tc_headerItem_negative_border_bg:transparent;--_ui5_tc_headerItem_critical_border_bg:transparent;--_ui5_tc_headerItem_hover_border_bg:transparent;--_ui5_tc_headerItem_hover_selected_hover_border_bg:transparent;--_ui5_tc_headerItemContent_border_height:0;--_ui5_tc_headerItemContent_offset:1rem;--_ui5_tc_headerItemContent_focus_offset:1rem;--_ui5_tc_headerItem_focus_border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_focus_border_offset_left:0px;--_ui5_tc_headerItem_text_focus_border_offset_right:0px;--_ui5_tc_headerItem_text_focus_border_offset_top:0px;--_ui5_tc_headerItem_text_focus_border_offset_bottom:0px;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_left:0.75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_right:0.625rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_top:0.75rem;--_ui5_tc_headerItem_mixed_mode_focus_border_offset_bottom:0.75rem;--_ui5_tc_headerItemContent_padding:0;--_ui5_tc_headerItemContent_focus_border:none;--_ui5_tc_headerItemContent_default_focus_border:none;--_ui5_tc_headerItemContent_focus_border_radius:0;--_ui5_tc_headerItemSemanticIcon_display:none;--_ui5_tc_headerItemSemanticIcon_size:0.75rem;--_ui5_tc_headerItem_focus_border_radius:0px;--_ui5_tc_mixedMode_itemText_color:var(--sapContent_LabelColor);--_ui5_tc_mixedMode_itemText_font_family:var(--sapFontFamily);--_ui5_tc_mixedMode_itemText_font_size:var(--sapFontSmallSize);--_ui5_tc_mixedMode_itemText_font_weight:normal;--_ui5_tc_overflowItem_neutral_color:var(--sapNeutralColor);--_ui5_tc_overflowItem_positive_color:var(--sapPositiveColor);--_ui5_tc_overflowItem_negative_color:var(--sapNegativeColor);--_ui5_tc_overflowItem_critical_color:var(--sapCriticalColor);--_ui5_tc_overflowItem_focus_offset:0.125rem;--_ui5_tc_overflowItem_extraIndent:0rem;--_ui5_tc_headerItemIcon_border:1px solid var(--sapHighlightColor);--_ui5_tc_headerItemIcon_color:var(--sapHighlightColor);--_ui5_tc_headerItemIcon_selected_background:var(--sapHighlightColor);--_ui5_tc_headerItemIcon_selected_color:var(--sapGroup_ContentBackground);--_ui5_tc_headerItemIcon_positive_selected_background:var(--sapPositiveColor);--_ui5_tc_headerItemIcon_negative_selected_background:var(--sapNegativeColor);--_ui5_tc_headerItemIcon_critical_selected_background:var(--sapCriticalColor);--_ui5_tc_headerItemIcon_neutral_selected_background:var(--sapNeutralColor);--_ui5_tc_headerItemIcon_semantic_selected_color:var(--sapGroup_ContentBackground);--_ui5_tc_headerItemIcon_background_color:transparent;--_ui5_tc_overflowItem_default_color:var(--sapNeutralTextColor);--_ui5_tc_overflowItem_current_color:CurrentColor;--_ui5_tc_content_border_bottom:0.125rem solid var(--sapObjectHeader_BorderColor);--_ui5_tc_headerItem_focus_border_offset:-2px;--_ui5_tc_headerItemIcon_focus_border_radius:0}.sapUiSizeCompact,.ui5-content-density-compact,:root,[data-ui5-compact-size]{--_ui5_tc_header_height:var(--_ui5_tc_item_height)}:root{--_ui5_tc_header_border_bottom:0.125rem solid var(--sapPageHeader_BorderColor);--_ui5_tc_headerItemContent_border_bottom:0.25rem solid var(--sapPageHeader_BorderColor);--_ui5_tc_headerItem_focus_border:0.125rem dotted var(--sapContent_FocusColor);--_ui5_tc_headerItem_text_selected_color:var(--sapPageHeader_BorderColor);--_ui5_tc_headerItem_text_selected_hover_color:var(--sapPageHeader_BorderColor);--_ui5_tc_headerItem_neutral_color:var(--sapGroup_TitleTextColor);--_ui5_tc_headerItem_positive_color:var(--sapGroup_TitleTextColor);--_ui5_tc_headerItem_negative_color:var(--sapGroup_TitleTextColor);--_ui5_tc_headerItem_critical_color:var(--sapGroup_TitleTextColor);--_ui5_tc_headerItem_neutral_border_color:var(--_ui5_tc_headerItem_neutral_color);--_ui5_tc_headerItem_positive_border_color:var(--_ui5_tc_headerItem_positive_color);--_ui5_tc_headerItem_negative_border_color:var(--_ui5_tc_headerItem_negative_color);--_ui5_tc_headerItem_critical_border_color:var(--_ui5_tc_headerItem_critical_color);--_ui5_tc_headerItem_neutral_selected_border_color:var(--_ui5_tc_headerItem_neutral_color);--_ui5_tc_headerItem_positive_selected_border_color:var(--_ui5_tc_headerItem_positive_color);--_ui5_tc_headerItem_negative_selected_border_color:var(--_ui5_tc_headerItem_negative_color);--_ui5_tc_headerItem_critical_selected_border_color:var(--_ui5_tc_headerItem_critical_color);--_ui5_tc_headerItemSemanticIcon_display:inline-block;--_ui5_tc_headerItemIcon_border:1px solid var(--sapPageHeader_BorderColor);--_ui5_tc_headerItemIcon_color:var(--sapPageHeader_BorderColor);--_ui5_tc_headerItemIcon_selected_background:var(--sapSelectedColor);--_ui5_tc_headerItemIcon_selected_color:var(--sapContent_IconColor);--_ui5_tc_headerItemIcon_positive_selected_background:var(--sapSelectedColor);--_ui5_tc_headerItemIcon_negative_selected_background:var(--sapSelectedColor);--_ui5_tc_headerItemIcon_critical_selected_background:var(--sapSelectedColor);--_ui5_tc_headerItemIcon_neutral_selected_background:var(--sapSelectedColor);--_ui5_tc_headerItemIcon_semantic_selected_color:var(--sapContent_IconColor);--_ui5_tc_overflowItem_neutral_color:var(--sapGroup_TitleTextColor);--_ui5_tc_overflowItem_positive_color:var(--sapGroup_TitleTextColor);--_ui5_tc_overflowItem_negative_color:var(--sapGroup_TitleTextColor);--_ui5_tc_overflowItem_critical_color:var(--sapGroup_TitleTextColor);--_ui5_tc_overflowItem_default_color:var(--sapGroup_TitleTextColor);--_ui5_tc_overflowItem_current_color:var(--_ui5_tc_overflowItem_default_color);--_ui5_tc_overflowItem_extraIndent:1rem;--ui5_table_bottom_border:1px solid var(--sapList_BorderColor);--ui5_table_header_row_outline_width:1px;--ui5_table_multiselect_column_width:2.75rem;--ui5_table_header_row_border_bottom_color:var(--sapList_BorderColor);--ui5_table_header_row_border_width:1px;--_ui5_table_load_more_border-bottom:none;--ui5_table_header_row_outline_width:0.125rem;--ui5_table_header_row_font_weight:bold;--ui5_table_header_row_border_bottom_color:var(--sapList_HeaderBorderColor);--ui5_table_focus_outline_offset:-0.1875rem;--ui5_table_header_row_border_width:0.1875rem;--ui5_table_header_row_font_weight:normal;--ui5_table_row_outline_width:1px;--ui5_table_row_outline_width:0.125rem;--ui5_table_group_row_font-weight:normal;--ui5_table_border_width:0 0 1px 0;--ui5_table_group_row_font-weight:bold;--ui5_table_border_width:1px 0 1px 0;--_ui5_load_more_padding:0;--_ui5_load_more_border:1px top solid transparent;--_ui5_load_more_border_radius:none;--_ui5_load_more_outline_width:1px;--_ui5_load_more_padding:0.25rem;--_ui5_load_more_border:1px solid var(--sapButton_BorderColor);--_ui5_load_more_border_radius:0.375rem;--_ui5_load_more_outline_width:0.125rem;--_ui5_textarea_state_border_width:0.125rem;--_ui5_textarea_information_border_width:0.125rem;--_ui5_textarea_placeholder_font_style:italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight:normal;--_ui5_textarea_error_placeholder_font_style:italic;--_ui5_textarea_error_placeholder_color:var(--sapField_PlaceholderTextColor);--_ui5_textarea_error_hover_background_color:var(--sapField_Hover_Background);--_ui5_textarea_hover_border:var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);--_ui5_textarea_hover_box_shadow:none;--_ui5_textarea_error_warning_border_style:solid;--_ui5_textarea_disabled_opacity:0.4;--_ui5_textarea_line_height:1.4;--_ui5_textarea_focus_pseudo_element_content:"";--_ui5_textarea_focused_value_state_error_background:var(--sapField_InvalidBackground);--_ui5_textarea_focused_value_state_warning_background:var(--sapField_WarningBackground);--_ui5_textarea_focused_value_state_success_background:var(--sapField_SuccessBackground);--_ui5_textarea_focused_value_state_information_background:var(--sapField_InformationBackground);--_ui5_textarea_focused_value_state_error_focus_outline_color:var(--sapContent_FocusColor);--_ui5_textarea_focused_value_state_warning_focus_outline_color:var(--sapContent_FocusColor);--_ui5_textarea_focused_value_state_success_focus_outline_color:var(--sapContent_FocusColor);--_ui5_textarea_focus_offset:1px;--_ui5_textarea_value_state_focus_offset:1px;--_ui5_textarea_focus_outline_color:var(--sapContent_FocusColor);--__ui5_textarea_min_height:2.25rem;--_ui5_textarea_padding_bottom_error_warning:0.375rem;--_ui5_textarea_padding_bottom_information:0.375rem;--_ui5_textarea_margin:0.25rem 0;--_ui5_textarea_exceeded_text_height:1rem}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_textarea_padding_bottom_error_warning:0.0625rem;--_ui5_textarea_padding_bottom_information:0.0625rem;--_ui5_textarea_exceeded_text_height:0.375rem;--_ui5_textarea_margin:0.1875rem 0;--__ui5_textarea_min_height:1.625rem}:root{--_ui5_textarea_line_height:1.5;--_ui5_textarea_error_warning_font_weight:bold;--_ui5_textarea_error_warning_font_style:italic;--_ui5_textarea_value_state_error_warning_placeholder_font_weight:bold;--_ui5_textarea_error_placeholder_font_style:normal;--_ui5_textarea_placeholder_font_style:normal;--_ui5_textarea_error_placeholder_color:var(--sapField_TextColor);--_ui5_textarea_error_hover_background_color:var(--sapField_InvalidBackground);--_ui5_textarea_error_warning_border_style:dashed;--_ui5_textarea_padding_top:0.375rem;--_ui5_textarea_padding_bottom:0.3125rem;--_ui5_textarea_padding_top_error_warning:0.375rem;--_ui5_textarea_padding_bottom_error_warning:0.3125rem;--_ui5_textarea_padding_top_information:0.375rem;--_ui5_textarea_padding_bottom_information:0.3125rem}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_textarea_padding_top:0.0625rem;--_ui5_textarea_padding_bottom:0rem;--_ui5_textarea_padding_top_error_warning:0.0625rem;--_ui5_textarea_padding_bottom_error_warning:0rem;--_ui5_textarea_padding_top_information:0.0625rem;--_ui5_textarea_padding_bottom_information:0rem}:root{--_ui5_time_picker_border:0.0625rem solid transparent;--_ui5-time_picker_border_radius:0;--_ui5_time_picker_border:0.0625rem solid var(--sapField_Hover_BorderColor);--_ui5_toast_vertical_offset:3rem;--_ui5_toast_horizontal_offset:2rem;--_ui5_toast_background:var(--sapList_Background);--_ui5_toast_shadow:var(--sapContent_Shadow2);--_ui5_toggle_button_pressed_focussed:var(--sapButton_Selected_BorderColor);--_ui5_toggle_button_pressed_focussed_hovered:var(--sapButton_Selected_BorderColor);--_ui5_toggle_button_selected_positive_text_color:var(--sapButton_Selected_TextColor);--_ui5_toggle_button_selected_negative_text_color:var(--sapButton_Selected_TextColor);--_ui5_toggle_button_selected_attention_text_color:var(--sapButton_Selected_TextColor);--_ui5_toggle_button_emphasized_pressed_focussed_hovered:var(--sapContent_FocusColor);--_ui5_wheelslider_item_text_size:var(--sapFontSize);--_ui5_wheelslider_selected_item_hover_background_color:var(--sapList_BorderColor);--_ui5_wheelslider_label_text_size:var(--sapFontSmallSize);--_ui5_wheelslider_selection_frame_margin_top:calc(var(--_ui5_wheelslider_item_height)*2);--_ui5_wheelslider_mobile_selection_frame_margin_top:calc(var(--_ui5_wheelslider_item_height)*4);--_ui5_wheelslider_label_text_color:var(--sapContent_LabelColor);--_ui5_wheelslider_height:240px;--_ui5_wheelslider_mobile_height:432px;--_ui5_wheelslider_item_width:48px;--_ui5_wheelslider_item_height:46px;--_ui5_wheelslider_arrows_visibility:hidden;--_ui_wheelslider_item_hover_color:var(--sapButton_Emphasized_Hover_BorderColor);--_ui_wheelslider_item_expanded_hover_color:var(--sapList_Hover_Background);--_ui5_wheelslider_item_background_color:var(--sapLegend_WorkingBackground);--_ui5_wheelslider_item_text_color:var(--sapTextColor);--_ui_wheelslider_item_hover_color:var(--sapList_Hover_Background);--_ui_wheelslider_item_hovered_color:var(--sapList_Hover_Background);--_ui5_wheelslider_item_border_color:var(--sapList_Background);--_ui5_wheelslider_item_hovered_border_color:var(--sapField_BorderColor);--_ui5_wheelslider_collapsed_item_text_color:var(--sapField_BorderColor);--_ui5_wheelslider_selected_item_background_color:var(--sapContent_Selected_Background);--_ui5_wheelslider_selected_item_hover_background_color:var(--sapButton_Emphasized_Hover_BorderColor);--_ui5_wheelslider_active_item_background_color:var(--sapContent_Selected_Background);--_ui5_wheelslider_active_item_text_color:var(--sapContent_Selected_TextColor);--_ui5_wheelslider_selection_frame_color:var(--sapList_SelectionBorderColor);--_ui_wheelslider_item_border_radius:var(--_ui5_button_border_radius);--_ui5_yearpicker_item_selected_focus:var(--sapContent_Selected_Background);--_ui5_yearpicker_item_selected_hover_color:var(--sapContent_Selected_Background);--_ui5_yearpicker_item_border:none;--_ui5_yearpicker_item_border_radius:0;--_ui5_yearpicker_item_margin:1px;--_ui5_yearpicker_item_focus_after_width:calc(100% - 0.375rem);--_ui5_yearpicker_item_focus_after_height:calc(100% - 0.375rem);--_ui5_yearpicker_item_focus_after_border:1px dotted var(--sapContent_FocusColor);--_ui5_yearpicker_item_focus_after_offset:2px;--_ui5_yearpicker_item_focus_after_border_radius:0;--_ui5_yearpicker_item_selected_background_color:var(--sapSelectedColor);--_ui5_yearpicker_item_selected_text_color:var(--sapContent_ContrastTextColor);--_ui5_yearpicker_item_selected_box_shadow:none;--_ui5_yearpicker_item_focus_after_outline:none;--_ui5_yearpicker_item_border:1px solid #000;--_ui5_yearpicker_item_border_radius:0.5rem;--_ui5_yearpicker_item_focus_after_border_radius:0.5rem;--_ui5_yearpicker_item_margin:0;--_ui5_yearpicker_item_focus_after_width:calc(100% - 0.5rem);--_ui5_yearpicker_item_focus_after_height:calc(100% - 0.5rem);--_ui5_yearpicker_item_focus_after_border:2px dotted var(--sapContent_FocusColor);--_ui5_yearpicker_item_focus_after_offset:0;--_ui5_token_background:var(--sapButton_TokenBackground);--_ui5_token_readonly_background:var(--sapButton_TokenBackground);--_ui5_token_readonly_color:var(--sapContent_LabelColor);--_ui5_token_border_radius:var(--sapButton_BorderCornerRadius);--_ui5_token_focus_outline_width:0.0625rem;--_ui5_token_outline_offset:-0.125rem;--_ui5_token_text_color:var(--sapButton_TextColor);--_ui5_token_hover_background:var(--sapButton_Hover_Background);--_ui5_token_hover_border_color:var(--sapButton_Hover_BorderColor);--_ui5_token_top_margin:0.25rem;--_ui5_token_bottom_margin:0.25rem;--_ui5_token_right_margin:0.3125rem;--_ui5_token_padding:0.25rem 0;--_ui5_token_left_padding:0.3125rem;--_ui5_token_readonly_padding:0.375rem;--_ui5_token_selected_focus_outline:var(--_ui5_token_focus_outline_width) dotted var(--sapContent_ContrastFocusColor);--_ui5_token_focus_outline:var(--_ui5_token_focus_outline_width) dotted var(--sapContent_FocusColor);--_ui5_token_selected_hover_background:var(--sapButton_Selected_Hover_Background);--_ui5_token_selected_hover_border_color:var(--sapButton_Selected_Hover_BorderColor);--_ui5_token_focused_selected_border:1px solid var(--sapButton_Selected_BorderColor);--ui5_token_focus_pseudo_element_content:none;--_ui5_token_focus_offset:-0.25rem;--_ui5_token_border_radius:0.25rem;--_ui5_token_focus_outline_width:0.125rem;--_ui5_token_readonly_background:var(--sapField_ReadOnly_Background);--_ui5_token_selected_hover_background:var(--sapButton_Hover_Background);--ui5_token_focus_pseudo_element_content:"";--_ui5_token_selected_focus_outline:none;--_ui5_token_focus_outline:none;--_ui5_token_focus_outline_border_radius:0.25rem}.sapUiSizeCompact,.ui5-content-density-compact,:root,[data-ui5-compact-size]{--_ui5_token_focus_offset:0.0625rem}:root{--_ui5_tokenizer_padding:0.3125rem;--_ui5_value_state_message_border:none;--_ui5_value_state_header_border:none;--_ui5_input_value_state_icon_display:none;--_ui5_value_state_message_padding:0.5rem;--_ui5_value_state_header_padding:.5625rem 1rem;--_ui5_value_state_message_popover_box_shadow:none;--_ui5_value_state_message_icon_width:.875rem;--_ui5_value_state_message_icon_height:.875rem;--_ui5_input_value_state_icon_offset:.5rem;--_ui5_value_state_header_offset:-0.125rem;--_ui5_value_state_message_popover_border_radius:0;--_ui5_value_state_message_border:2px solid var(--sapField_BorderColor);--_ui5_input_value_state_icon_display:inline-block;--_ui5_value_state_message_icon_width:1rem;--_ui5_value_state_message_icon_height:1rem;--_ui5_value_state_header_padding:.5rem .5rem .5rem 1.875rem;--_ui5_value_state_message_padding:.5rem .5rem .5rem 1.875rem;--_ui5_input_value_state_icon_offset:.625rem;--_ui5_value_state_header_offset:-0.1875rem;--_ui5_value_state_header_border_bottom:2px solid var(--sapField_BorderColor);--_ui5-multi_combobox_token_margin_top:3px;--_ui5_slider_progress_container_background:var(--sapField_BorderColor);--_ui5_slider_progress_container_dot_display:none;--_ui5_slider_progress_container_dot_background:var(--sapField_BorderColor);--_ui5_slider_progress_border:none;--_ui5_slider_padding:1.406rem 1.0625rem;--_ui5_slider_outer_height:1.6875rem;--_ui5_slider_progress_border_radius:0.25rem;--_ui5_slider_progress_background:var(--sapActiveColor);--_ui5_slider_handle_icon_display:none;--_ui5_slider_handle_height:1.625rem;--_ui5_slider_handle_width:1.625rem;--_ui5_slider_handle_border:solid 0.125rem var(--sapField_BorderColor);--_ui5_slider_handle_border_radius:1rem;--_ui5_slider_handle_box_shadow:none;--_ui5_slider_handle_box_shadow_focus:none;--_ui5_slider_handle_background:var(--sapButton_Background);--_ui5_range_slider_handle_background:#fff;--_ui5_slider_handle_top:-0.825rem;--_ui5_slider_tickmark_bg:var(--sapField_BorderColor);--_ui5_slider_tickmark_in_range_bg:var(--sapButton_Active_Background);--_ui5_slider_handle_margin_left:calc(var(--_ui5_slider_handle_width)/2*-1);--_ui5_slider_handle_hover_border:0.125rem solid var(--sapButton_Hover_BorderColor);--_ui5_slider_handle_outline:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_slider_handle_focus_border:var(--_ui5_slider_handle_hover_border);--_ui5_slider_handle_active_border:var(--_ui5_slider_handle_hover_border);--_ui5_slider_handle_focused_top:var(--_ui5_slider_handle_top);--_ui5_slider_handle_focused_margin_left:var(--_ui5_slider_handle_margin_left);--_ui5_slider_handle_outline_offset:0.075rem;--_ui5_slider_icon_left:0.5rem;--_ui5_slider_icon_top:0.125rem;--_ui5_range_slider_handle_hover_background:rgba(var(--sapButton_Background),0.25);--_ui5_range_slider_handle_hover_icon_display:none;--_ui5_slider_progress_outline:0.0625rem dotted var(--sapContent_FocusColor);--_ui5_slider_progress_outline_offset:-0.8125rem;--_ui5_slider_tickmark_top:-0.375rem;--_ui5_slider_disabled_opacity:0.4;--_ui5_slider_tooltip_padding:0.4125rem;--_ui5_slider_tooltip_height:1rem;--_ui5_slider_label_fontsize:var(--sapFontSmallSize);--_ui5_slider_label_color:var(--sapContent_LabelColor);--_ui5_range_slider_progress_focus_display:none;--_ui5_range_slider_progress_focus_top:-1.063rem;--_ui5_range_slider_progress_focus_left:-1.438rem;--_ui5_range_slider_progress_focus_padding:0 1.375rem 0 1.438rem;--_ui5_range_slider_progress_focus_height:2rem;--_ui5_range_slider_legacy_progress_focus_display:block;--_ui5_slider_handle_focus_width:0;--_ui5_slider_start_end_point_size:.375rem;--_ui5_slider_start_end_point_left:-0.875rem;--_ui5_slider_start_end_point_top:-.1875rem;--_ui5_slider_handle_hover_box_shadow:none;--_ui5_slider_handle_background_focus:var(--_ui5_slider_handle_background);--_ui5_slider_handle_active_box_shadow:none;--_ui5_slider_handle_focused_tooltip_distance:var(--_ui5_slider_tooltip_bottom);--_ui5_slider_handle_box_sizing:content-box;--_ui5_slider_tooltip_border_box:content-box;--_ui5_range_slider_handle_active_background:var(--_ui5_range_slider_handle_background);--_ui5_range_slider_active_handle_icon_display:none;--_ui5_range_slider_handle_background_focus:transparent;--_ui5_range_slider_progress_focus_width:100%;--_ui5_range_slider_root_active_handle_icon_display:none;--_ui5_slider_tickmark_height:1rem;--_ui5_slider_tickmark_top:-.3125rem;--_ui5_slider_progress_box_sizing:content-box;--_ui5_slider_tickmark_in_range_bg:var(--sapField_BorderColor);--_ui5_range_slider_focus_outline_width:100%;--_ui5_slider_progress_outline_offset_left:0;--_ui5_range_slider_focus_outline_radius:0;--_ui5_slider_progress_container_top:0;--_ui5_slider_progress_height:100%;--_ui5_slider_active_progress_border:none;--_ui5_slider_active_progress_left:0;--_ui5_slider_active_progress_top:0;--_ui5_slider_no_tickmarks_progress_container_top:var(--_ui5_slider_progress_container_top);--_ui5_slider_no_tickmarks_progress_height:var(--_ui5_slider_progress_height);--_ui5_slider_no_tickmarks_active_progress_border:var(--_ui5_slider_active_progress_border);--_ui5_slider_no_tickmarks_active_progress_left:var(--_ui5_slider_active_progress_left);--_ui5_slider_no_tickmarks_active_progress_top:var(--_ui5_slider_active_progress_top);--_ui5_slider_handle_focus_visibility:none;--_ui5_slider_handle_icon_size:1rem}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_slider_handle_focused_top:-0.625rem;--_ui5_slider_handle_focused_margin_left:-0.75rem;--_ui5_slider_handle_icon_size:.875rem;--_ui5_slider_padding:1rem 1.0625rem}:root{--_ui5_slider_handle_height:1.5rem;--_ui5_slider_handle_width:2rem;--_ui5_slider_handle_icon_display:inline-block;--_ui5_slider_handle_border_radius:0.5rem;--_ui5_slider_handle_hover_background:var(--sapButton_Hover_Background);--_ui5_slider_handle_border:0.0625rem solid var(--sapField_BorderColor);--_ui5_slider_handle_hover_border:var(--_ui5_slider_handle_border);--_ui5_slider_handle_top:-.5625rem;--_ui5_slider_handle_background_focus:var(--sapSlider_HandleBackground);--_ui5_slider_handle_focus_border:0.125rem solid var(--sapField_BorderColor);--_ui5_slider_handle_outline:var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);--_ui5_slider_handle_box_sizing:border-box;--_ui5_range_slider_handle_background:var(--sapSlider_RangeHandleBackground);--_ui5_range_slider_root_hover_handle_bg:var(--sapSlider_RangeHandleBackground);--_ui5_range_slider_handle_active_background:var(--sapSlider_Active_RangeHandleBackground);--_ui5_slider_handle_active_border:0.125rem solid var(--sapField_BorderColor);--_ui5_slider_inner_height:0.25rem;--_ui5_slider_progress_border:solid 0.0625rem var(--sapContent_MeasureIndicatorColor);--_ui5_slider_progress_border_radius:0.375rem;--_ui5_slider_progress_background:var(--sapSlider_Selected_Background);--_ui5_slider_progress_container_background:var(--sapSlider_Background);--_ui5_slider_progress_container_dot_display:block;--_ui5_slider_progress_before_background:var(--sapSlider_Selected_Background);--_ui5_slider_progress_after_background:var(--sapContent_MeasureIndicatorColor);--_ui5_slider_progress_after_border:solid 0.0625rem var(--sapContent_Selected_MeasureIndicatorColor);--_ui5_slider_progress_before_border:solid 0.0625rem var(--sapContent_MeasureIndicatorColor);--_ui5_slider_start_end_point_top:-3px;--_ui5_slider_handle_active_focused_outline:none;--_ui5_slider_progress_outline_offset:-14px;--_ui5_slider_outer_height:calc(var(--_ui5_slider_handle_height) + 9px);--_ui5_slider_progress_outline:var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);--_ui5_range_slider_focus_outline_radius:.5rem;--_ui5_slider_tickmark_height:.5rem;--_ui5_slider_tickmark_top:-.125rem;--_ui5_slider_progress_box_sizing:border-box;--_ui5_slider_progress_container_top:.0625rem;--_ui5_slider_progress_height:.375rem;--_ui5_slider_active_progress_border:.0625rem solid var(--sapSlider_Selected_BorderColor);--_ui5_slider_active_progress_left:-.0625rem;--_ui5_slider_active_progress_top:-.15625rem;--_ui5_slider_no_tickmarks_progress_container_top:0;--_ui5_slider_no_tickmarks_progress_height:100%;--_ui5_slider_no_tickmarks_active_progress_border:none;--_ui5_slider_no_tickmarks_active_progress_left:0;--_ui5_slider_no_tickmarks_active_progress_top:0;--_ui5_slider_tooltip_fontsize:var(--sapFontSmallSize);--_ui5_slider_tooltip_color:var(--sapContent_LabelColor);--_ui5_slider_tooltip_background:var(--sapField_Background);--_ui5_slider_tooltip_border_radius:var(--sapElement_BorderCornerRadius);--_ui5_slider_tooltip_border_color:var(--sapField_BorderColor);--_ui5_slider_tooltip_border:0.0625rem solid var(--_ui5_slider_tooltip_border_color);--_ui5_slider_tooltip_box_shadow:none;--_ui5_slider_tooltip_padding:0.25rem;--_ui5_slider_tooltip_height:1.375rem;--_ui5_slider_tooltip_min_width:2rem;--_ui5_slider_tooltip_bottom:2rem;--_ui5_slider_handle_focused_tooltip_distance:calc(var(--_ui5_slider_tooltip_bottom) - 1px);--_ui5_slider_tooltip_border_box:border-box;--_ui5_slider_handle_focus_visibility:block}.sapUiSizeCompact,.ui5-content-density-compact,:root,[data-ui5-compact-size]{--_ui5_slider_progress_outline_offset_left:calc(var(--_ui5_slider_handle_width)/2*-1 - 6px);--_ui5_range_slider_focus_outline_width:calc(100% + var(--_ui5_slider_handle_width) + 12px)}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_slider_handle_width:1.5rem;--_ui5_slider_outer_height:calc(var(--_ui5_slider_handle_height) + 10px);--_ui5_slider_progress_outline_offset:calc(var(--_ui5_slider_outer_height)*-1 + 1rem)}:root{--_ui5_step_input_input_error_background_color:var(--sapField_InvalidBackground);--_ui5-step_input_button_state_hover_background_color:var(--sapField_Background);--_ui5_step_input_border_style:1px solid var(--sapField_BorderColor);--_ui5_step_input_border_style_hover:1px solid var(--sapField_Hover_BorderColor);--_ui5_step_input_button_background_color:var(--sapField_Background);--_ui5_step_input_input_border:1px solid transparent;--_ui5_step_input_input_margin_top:-0.0625rem;--_ui5_step_input_button_display:inline-block;--_ui5_step_input_button_left:0;--_ui5_step_input_button_right:0;--_ui5_step_input_input_border_focused_after:var(--_ui5_input_focus_border_width) dotted var(--sapContent_FocusColor);--_ui5_step_input_input_border_top_bottom_focused_after:0.0625rem;--_ui5_step_input_input_border_radius_focused_after:0;--_ui5_step_input_input_information_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_input_warning_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_input_success_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_input_error_border_color_focused_after:var(--sapField_BorderColor);--_ui5_step_input_disabled_button_background:var(--sapField_ReadOnly_Background);--_ui5_step_input_border_color_hover:var(--sapField_Hover_Background);--_ui5_step_input_border_hover:1px solid var(--sapField_Hover_BorderColor);--_ui5_input_input_background_color:var(--sapField_InvalidBackground);--_ui5_step_input_min_width:7.25rem}'};var e={_};export{_,e as default};
|