@openui5/sap.ui.integration 1.127.1 → 1.129.0
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/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +13 -1
- package/src/sap/ui/integration/Host.js +13 -1
- package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
- package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +76 -17
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +2 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +6 -2
- package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +8 -4
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +14 -4
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +5 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +47 -0
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +7 -4
- package/src/sap/ui/integration/controls/ListContentItemRenderer.js +4 -4
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +26 -1
- package/src/sap/ui/integration/controls/Paginator.js +1 -1
- package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
- package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
- package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +104 -82
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/library.js +58 -3
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
- package/src/sap/ui/integration/schemas/sap-card.json +18 -1
- package/src/sap/ui/integration/themes/base/Card.less +148 -3
- package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
- package/src/sap/ui/integration/themes/base/library.source.less +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +6 -2
- package/src/sap/ui/integration/util/DataProviderFactory.js +6 -6
- package/src/sap/ui/integration/util/Destinations.js +3 -2
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/widgets/Card.js +28 -7
- package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
- package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
- package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
- package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_horizon_hcb/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_hcb.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_horizon","baseTheme"],"Tags": ["Fiori_3","HighContrast","DarkColorScheme"],"FallbackThemeId": "sap_horizon","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #795100;--sapHighlightColor: #795100;--sapBaseColor: #000;--sapShellColor: #000;--sapBackgroundColor: #000;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #fff;--sapLinkColor: #fff;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0f5c93;--sapHoverColor: #795100;--sapActiveColor: #795100;--sapHighlightTextColor: #fff;--sapTitleColor: #fff;--sapNegativeColor: #ff5e5e;--sapCriticalColor: #ffab1d;--sapPositiveColor: #99cc99;--sapInformativeColor: #fff;--sapNeutralColor: #fff;--sapNegativeElementColor: #ff5e5e;--sapCriticalElementColor: #ffab1d;--sapPositiveElementColor: #99cc99;--sapInformativeElementColor: #fff;--sapNeutralElementColor: #fff;--sapNegativeTextColor: #ff5e5e;--sapCriticalTextColor: #ffab1d;--sapPositiveTextColor: #99cc99;--sapInformativeTextColor: #fff;--sapNeutralTextColor: #fff;--sapErrorColor: #ff5e5e;--sapWarningColor: #ffab1d;--sapSuccessColor: #99cc99;--sapInformationColor: #fff;--sapErrorBackground: #000;--sapWarningBackground: #000;--sapSuccessBackground: #000;--sapInformationBackground: #000;--sapNeutralBackground: #000;--sapErrorBorderColor: #ff5e5e;--sapWarningBorderColor: #ffab1d;--sapSuccessBorderColor: #99cc99;--sapInformationBorderColor: #fff;--sapNeutralBorderColor: #fff;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #fff;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #fff;--sapContent_MarkerIconColor: #fff;--sapContent_MarkerTextColor: #fff;--sapContent_MeasureIndicatorColor: #fff;--sapContent_Selected_MeasureIndicatorColor: #fff;--sapContent_Placeholderloading_Background: #666;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);--sapContent_ImagePlaceholderBackground: #000;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #fff;--sapContent_UnratedColor: #999;--sapContent_BusyColor: #fff;--sapContent_FocusColor: #fff;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #fff;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem #fff;--sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff;--sapContent_TextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #fff;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #795100;--sapContent_HelpColor: #03ae03;--sapContent_LabelColor: #fff;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: #666;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .5;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #000;--sapContent_ForegroundBorderColor: #fff;--sapContent_ForegroundTextColor: #fff;--sapContent_BadgeBackground: #000;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #03ae03;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0f5c93;--sapContent_Selected_Hover_Background: #795100;--sapContent_Selected_ForegroundColor: #fff;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #fff;--sapContent_Illustrative_Color3: #ccc;--sapContent_Illustrative_Color4: #fff;--sapContent_Illustrative_Color5: #88979e;--sapContent_Illustrative_Color6: #88979e;--sapContent_Illustrative_Color7: #212628;--sapContent_Illustrative_Color8: #000;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #e7e9ea;--sapContent_Illustrative_Color11: #fff;--sapContent_Illustrative_Color12: #fff;--sapContent_Illustrative_Color13: #ccc;--sapContent_Illustrative_Color14: #999;--sapContent_Illustrative_Color15: #999;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #2d3336;--sapContent_Illustrative_Color19: #384144;--sapContent_Illustrative_Color20: #444e52;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #fff;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #fff;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #fff;--sapLink_InvertedColor: #fff;--sapLink_SubtleColor: #fff;--sapShell_Background: #000;--sapShell_BackgroundImage: linear-gradient(to bottom, #000, #000);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #000;--sapShell_InteractiveTextColor: #fff;--sapShell_InteractiveBorderColor: #fff;--sapShell_GroupTitleTextColor: #fff;--sapShell_GroupTitleTextShadow: -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000;--sapShell_Hover_Background: #795100;--sapShell_Active_Background: #795100;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #0f5c93;--sapShell_Selected_TextColor: #fff;--sapShell_Selected_Hover_Background: #795100;--sapShell_Favicon: none;--sapShell_Navigation_Background: #000;--sapShell_Navigation_Hover_Background: #795100;--sapShell_Navigation_SelectedColor: #fff;--sapShell_Navigation_Selected_TextColor: #fff;--sapShell_Navigation_TextColor: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #795100;--sapShell_Shadow: 0 .125rem 0 0 #fff;--sapShell_NegativeColor: #ff5e5e;--sapShell_CriticalColor: #ffab1d;--sapShell_PositiveColor: #99cc99;--sapShell_InformativeColor: #fff;--sapShell_NeutralColor: #fff;--sapShell_Assistant_ForegroundColor: #fff;--sapShell_Category_1_Background: #000;--sapShell_Category_1_BorderColor: #6bd3ff;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #000;--sapShell_Category_2_BorderColor: #db9292;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #000;--sapShell_Category_3_BorderColor: #ffc847;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #000;--sapShell_Category_4_BorderColor: #bb86b0;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #000;--sapShell_Category_5_BorderColor: #cdaf9d;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #000;--sapShell_Category_6_BorderColor: #7fc6c6;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #000;--sapShell_Category_7_BorderColor: #e269c9;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #000;--sapShell_Category_8_BorderColor: #b2e484;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #000;--sapShell_Category_9_BorderColor: #4db1ff;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #000;--sapShell_Category_10_BorderColor: #b0bcc5;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #000;--sapShell_Category_11_BorderColor: #ff8787;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #000;--sapShell_Category_12_BorderColor: #d3b6ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #000;--sapShell_Category_13_BorderColor: #fdcef0;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #000;--sapShell_Category_14_BorderColor: #a4eeee;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #000;--sapShell_Category_15_BorderColor: #eaecee;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #000;--sapShell_Category_16_BorderColor: #b2e484;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #fff;--sapAssistant_Color2: #fff;--sapAssistant_BackgroundGradient: linear-gradient(#000, #000);--sapAssistant_Background: #000;--sapAssistant_BorderColor: #fff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #795100;--sapAssistant_Hover_BorderColor: #fff;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #795100;--sapAssistant_Active_BorderColor: #fff;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #000;--sapAssistant_Question_BorderColor: #fff;--sapAssistant_Question_TextColor: #fff;--sapAssistant_Answer_Background: #585858;--sapAssistant_Answer_BorderColor: #fff;--sapAssistant_Answer_TextColor: #fff;--sapAvatar_1_Background: #000;--sapAvatar_1_BorderColor: #fff;--sapAvatar_1_TextColor: #fff;--sapAvatar_2_Background: #000;--sapAvatar_2_BorderColor: #fff;--sapAvatar_2_TextColor: #fff;--sapAvatar_3_Background: #000;--sapAvatar_3_BorderColor: #fff;--sapAvatar_3_TextColor: #fff;--sapAvatar_4_Background: #000;--sapAvatar_4_BorderColor: #fff;--sapAvatar_4_TextColor: #fff;--sapAvatar_5_Background: #000;--sapAvatar_5_BorderColor: #fff;--sapAvatar_5_TextColor: #fff;--sapAvatar_6_Background: #000;--sapAvatar_6_BorderColor: #fff;--sapAvatar_6_TextColor: #fff;--sapAvatar_7_Background: #000;--sapAvatar_7_BorderColor: #fff;--sapAvatar_7_TextColor: #fff;--sapAvatar_8_Background: #000;--sapAvatar_8_BorderColor: #fff;--sapAvatar_8_TextColor: #fff;--sapAvatar_9_Background: #000;--sapAvatar_9_BorderColor: #fff;--sapAvatar_9_TextColor: #fff;--sapAvatar_10_Background: #000;--sapAvatar_10_BorderColor: #fff;--sapAvatar_10_TextColor: #fff;--sapButton_Background: #000;--sapButton_BorderColor: #fff;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #fff;--sapButton_Hover_Background: #795100;--sapButton_Hover_BorderColor: #fff;--sapButton_Hover_TextColor: #fff;--sapButton_IconColor: #fff;--sapButton_Active_Background: #795100;--sapButton_Active_BorderColor: #fff;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #000;--sapButton_Emphasized_BorderColor: #fff;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #795100;--sapButton_Emphasized_Hover_BorderColor: #fff;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #795100;--sapButton_Emphasized_Active_BorderColor: #fff;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #000;--sapButton_Reject_BorderColor: #fff;--sapButton_Reject_TextColor: #fff;--sapButton_Reject_Hover_Background: #795100;--sapButton_Reject_Hover_BorderColor: #fff;--sapButton_Reject_Hover_TextColor: #fff;--sapButton_Reject_Active_Background: #795100;--sapButton_Reject_Active_BorderColor: #fff;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #0f5c93;--sapButton_Reject_Selected_BorderColor: #fff;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #795100;--sapButton_Reject_Selected_Hover_BorderColor: #fff;--sapButton_Accept_Background: #000;--sapButton_Accept_BorderColor: #fff;--sapButton_Accept_TextColor: #fff;--sapButton_Accept_Hover_Background: #795100;--sapButton_Accept_Hover_BorderColor: #fff;--sapButton_Accept_Hover_TextColor: #fff;--sapButton_Accept_Active_Background: #795100;--sapButton_Accept_Active_BorderColor: #fff;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0f5c93;--sapButton_Accept_Selected_BorderColor: #fff;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #795100;--sapButton_Accept_Selected_Hover_BorderColor: #fff;--sapButton_Lite_Background: #000;--sapButton_Lite_BorderColor: #fff;--sapButton_Lite_TextColor: #fff;--sapButton_Lite_Hover_Background: #795100;--sapButton_Lite_Hover_BorderColor: #fff;--sapButton_Lite_Hover_TextColor: #fff;--sapButton_Lite_Active_Background: #795100;--sapButton_Lite_Active_BorderColor: #fff;--sapButton_Selected_Background: #0f5c93;--sapButton_Selected_BorderColor: #fff;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #795100;--sapButton_Selected_Hover_BorderColor: #fff;--sapButton_Attention_Background: #000;--sapButton_Attention_BorderColor: #fff;--sapButton_Attention_TextColor: #fff;--sapButton_Attention_Hover_Background: #795100;--sapButton_Attention_Hover_BorderColor: #fff;--sapButton_Attention_Hover_TextColor: #fff;--sapButton_Attention_Active_Background: #795100;--sapButton_Attention_Active_BorderColor: #fff;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #0f5c93;--sapButton_Attention_Selected_BorderColor: #fff;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #795100;--sapButton_Attention_Selected_Hover_BorderColor: #fff;--sapButton_Negative_Background: #000;--sapButton_Negative_BorderColor: #fff;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #795100;--sapButton_Negative_Hover_BorderColor: #fff;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #795100;--sapButton_Negative_Active_BorderColor: #fff;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #000;--sapButton_Critical_BorderColor: #fff;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #795100;--sapButton_Critical_Hover_BorderColor: #fff;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #795100;--sapButton_Critical_Active_BorderColor: #fff;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #000;--sapButton_Success_BorderColor: #fff;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #795100;--sapButton_Success_Hover_BorderColor: #fff;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #795100;--sapButton_Success_Active_BorderColor: #fff;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #000;--sapButton_Information_BorderColor: #fff;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #795100;--sapButton_Information_Hover_BorderColor: #fff;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #795100;--sapButton_Information_Active_BorderColor: #fff;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #000;--sapButton_Neutral_BorderColor: #fff;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #795100;--sapButton_Neutral_Hover_BorderColor: #fff;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #795100;--sapButton_Neutral_Active_BorderColor: #fff;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #000;--sapButton_Track_BorderColor: #fff;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #795100;--sapButton_Track_Hover_BorderColor: #fff;--sapButton_Track_Selected_Background: #0f5c93;--sapButton_Track_Selected_BorderColor: #fff;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #795100;--sapButton_Track_Selected_Hover_BorderColor: #fff;--sapButton_Handle_Background: #000;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #fff;--sapButton_Handle_Hover_Background: #795100;--sapButton_Handle_Hover_BorderColor: #fff;--sapButton_Handle_Selected_Background: #0f5c93;--sapButton_Handle_Selected_BorderColor: #fff;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #795100;--sapButton_Handle_Selected_Hover_BorderColor: #fff;--sapButton_Track_Negative_Background: #000;--sapButton_Track_Negative_BorderColor: #ff5e5e;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #795100;--sapButton_Track_Negative_Hover_BorderColor: #ff5e5e;--sapButton_Handle_Negative_Background: #000;--sapButton_Handle_Negative_BorderColor: #ff5e5e;--sapButton_Handle_Negative_TextColor: #fff;--sapButton_Handle_Negative_Hover_Background: #795100;--sapButton_Handle_Negative_Hover_BorderColor: #ff5e5e;--sapButton_Track_Positive_Background: #000;--sapButton_Track_Positive_BorderColor: #99cc99;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #795100;--sapButton_Track_Positive_Hover_BorderColor: #fff;--sapButton_Handle_Positive_Background: #000;--sapButton_Handle_Positive_BorderColor: #99cc99;--sapButton_Handle_Positive_TextColor: #fff;--sapButton_Handle_Positive_Hover_Background: #795100;--sapButton_Handle_Positive_Hover_BorderColor: #99cc99;--sapButton_TokenBackground: #000;--sapButton_TokenBorderColor: #fff;--sapField_Background: #000;--sapField_BackgroundStyle: none;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #999;--sapField_BorderColor: #fff;--sapField_HelpBackground: #000;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #000;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #fff;--sapField_Hover_HelpBackground: #000;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #fff;--sapField_Focus_Background: #000;--sapField_Focus_BorderColor: #fff;--sapField_Focus_HelpBackground: #000;--sapField_ReadOnly_Background: #585858;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #fff;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #585858;--sapField_RequiredColor: #fff;--sapField_InvalidColor: #fff;--sapField_InvalidBackground: #795100;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #fff;--sapField_WarningBackground: #000;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #fff;--sapField_SuccessBackground: #000;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #fff;--sapField_InformationBackground: #000;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #000;--sapGroup_TitleBorderColor: #fff;--sapGroup_TitleTextColor: #fff;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #000;--sapGroup_ContentBorderColor: #fff;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #000;--sapToolbar_Background: #000;--sapToolbar_SeparatorColor: #fff;--sapList_HeaderBackground: #000;--sapList_HeaderBorderColor: #fff;--sapList_HeaderTextColor: #fff;--sapList_BorderColor: #999;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #fff;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #795100;--sapList_SelectionBackgroundColor: #0f5c93;--sapList_SelectionBorderColor: #fff;--sapList_Hover_SelectionBackground: #795100;--sapList_Background: #000;--sapList_Hover_Background: #795100;--sapList_AlternatingBackground: #262626;--sapList_GroupHeaderBackground: #000;--sapList_GroupHeaderBorderColor: #fff;--sapList_GroupHeaderTextColor: #fff;--sapList_TableGroupHeaderBackground: #585858;--sapList_TableGroupHeaderBorderColor: #fff;--sapList_TableGroupHeaderTextColor: #fff;--sapList_FooterBackground: #000;--sapList_FooterTextColor: #fff;--sapList_TableFooterBorder: #fff;--sapList_TableFixedBorderColor: #fff;--sapMessage_ErrorBorderColor: #ff5e5e;--sapMessage_WarningBorderColor: #ffab1d;--sapMessage_SuccessBorderColor: #99cc99;--sapMessage_InformationBorderColor: #fff;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #000;--sapProgress_BorderColor: #fff;--sapProgress_TextColor: #fff;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #000;--sapProgress_NegativeBorderColor: #fff;--sapProgress_NegativeTextColor: #fff;--sapProgress_CriticalBackground: #000;--sapProgress_CriticalBorderColor: #fff;--sapProgress_CriticalTextColor: #fff;--sapProgress_PositiveBackground: #000;--sapProgress_PositiveBorderColor: #fff;--sapProgress_PositiveTextColor: #fff;--sapProgress_InformationBackground: #000;--sapProgress_InformationBorderColor: #fff;--sapProgress_InformationTextColor: #fff;--sapProgress_Value_Background: #795100;--sapProgress_Value_BorderColor: #fff;--sapProgress_Value_TextColor: #fff;--sapProgress_Value_NegativeBackground: #795100;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #fff;--sapProgress_Value_CriticalBackground: #795100;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #fff;--sapProgress_Value_PositiveBackground: #795100;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #fff;--sapProgress_Value_InformationBackground: #795100;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #fff;--sapScrollBar_FaceColor: #999;--sapScrollBar_TrackColor: #000;--sapScrollBar_BorderColor: #999;--sapScrollBar_SymbolColor: #fff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #fff;--sapSlider_Background: #000;--sapSlider_BorderColor: #fff;--sapSlider_Selected_Background: #0f5c93;--sapSlider_Selected_BorderColor: #fff;--sapSlider_HandleBackground: #000;--sapSlider_HandleBorderColor: #fff;--sapSlider_RangeHandleBackground: #000;--sapSlider_Hover_HandleBackground: #795100;--sapSlider_Hover_HandleBorderColor: #fff;--sapSlider_Hover_RangeHandleBackground: #795100;--sapSlider_Active_HandleBackground: #795100;--sapSlider_Active_HandleBorderColor: #fff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #000;--sapPageHeader_BorderColor: #fff;--sapPageHeader_TextColor: #fff;--sapPageFooter_Background: #000;--sapPageFooter_BorderColor: #fff;--sapPageFooter_TextColor: #fff;--sapInfobar_Background: #000;--sapInfobar_Hover_Background: #795100;--sapInfobar_Active_Background: #795100;--sapInfobar_NonInteractive_Background: #585858;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #000;--sapObjectHeader_Hover_Background: #795100;--sapObjectHeader_BorderColor: #fff;--sapObjectHeader_Title_TextColor: #fff;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #fff;--sapBlockLayer_Background: #000;--sapTile_Background: #000;--sapTile_Hover_Background: #795100;--sapTile_Active_Background: #795100;--sapTile_BorderColor: #fff;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #fff;--sapTile_TextColor: #fff;--sapTile_IconColor: #fff;--sapTile_SeparatorColor: #fff;--sapTile_Interactive_BorderColor: #fff;--sapTile_OverlayBackground: #000;--sapTile_OverlayForegroundColor: #fff;--sapAccentColor1: #ffc847;--sapAccentColor2: #ed884a;--sapAccentColor3: #db9292;--sapAccentColor4: #e269c9;--sapAccentColor5: #8ca7d5;--sapAccentColor6: #6bd3ff;--sapAccentColor7: #7fc6c6;--sapAccentColor8: #b2e484;--sapAccentColor9: #b995e0;--sapAccentColor10: #b0bcc5;--sapAccentBackgroundColor1: #000;--sapAccentBackgroundColor2: #000;--sapAccentBackgroundColor3: #000;--sapAccentBackgroundColor4: #000;--sapAccentBackgroundColor5: #000;--sapAccentBackgroundColor6: #000;--sapAccentBackgroundColor7: #000;--sapAccentBackgroundColor8: #000;--sapAccentBackgroundColor9: #000;--sapAccentBackgroundColor10: #000;--sapIndicationColor_1: #ff5e5e;--sapIndicationColor_1_Background: #000;--sapIndicationColor_1_BorderColor: #fff;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #795100;--sapIndicationColor_1_Active_Background: #795100;--sapIndicationColor_1_Active_BorderColor: #fff;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #0f5c93;--sapIndicationColor_1_Selected_BorderColor: #fff;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #ff5e5e;--sapIndicationColor_1b_BorderColor: #fff;--sapIndicationColor_1b_Hover_Background: #795100;--sapIndicationColor_2: #ff9191;--sapIndicationColor_2_Background: #000;--sapIndicationColor_2_BorderColor: #fff;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #795100;--sapIndicationColor_2_Active_Background: #795100;--sapIndicationColor_2_Active_BorderColor: #fff;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #0f5c93;--sapIndicationColor_2_Selected_BorderColor: #fff;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #ff9191;--sapIndicationColor_2b_BorderColor: #fff;--sapIndicationColor_2b_Hover_Background: #795100;--sapIndicationColor_3: #ffab1d;--sapIndicationColor_3_Background: #000;--sapIndicationColor_3_BorderColor: #fff;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #795100;--sapIndicationColor_3_Active_Background: #795100;--sapIndicationColor_3_Active_BorderColor: #fff;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #0f5c93;--sapIndicationColor_3_Selected_BorderColor: #fff;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #ffab1d;--sapIndicationColor_3b_BorderColor: #fff;--sapIndicationColor_3b_Hover_Background: #795100;--sapIndicationColor_4: #99cc99;--sapIndicationColor_4_Background: #000;--sapIndicationColor_4_BorderColor: #fff;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #795100;--sapIndicationColor_4_Active_Background: #795100;--sapIndicationColor_4_Active_BorderColor: #fff;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0f5c93;--sapIndicationColor_4_Selected_BorderColor: #fff;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #99cc99;--sapIndicationColor_4b_BorderColor: #fff;--sapIndicationColor_4b_Hover_Background: #795100;--sapIndicationColor_5: #6bd3ff;--sapIndicationColor_5_Background: #000;--sapIndicationColor_5_BorderColor: #fff;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #795100;--sapIndicationColor_5_Active_Background: #795100;--sapIndicationColor_5_Active_BorderColor: #fff;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0f5c93;--sapIndicationColor_5_Selected_BorderColor: #fff;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #6bd3ff;--sapIndicationColor_5b_BorderColor: #fff;--sapIndicationColor_5b_Hover_Background: #795100;--sapIndicationColor_6: #7fc6c6;--sapIndicationColor_6_Background: #000;--sapIndicationColor_6_BorderColor: #fff;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #795100;--sapIndicationColor_6_Active_Background: #795100;--sapIndicationColor_6_Active_BorderColor: #fff;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0f5c93;--sapIndicationColor_6_Selected_BorderColor: #fff;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #7fc6c6;--sapIndicationColor_6b_BorderColor: #fff;--sapIndicationColor_6b_Hover_Background: #795100;--sapIndicationColor_7: #b995e0;--sapIndicationColor_7_Background: #000;--sapIndicationColor_7_BorderColor: #fff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #795100;--sapIndicationColor_7_Active_Background: #795100;--sapIndicationColor_7_Active_BorderColor: #fff;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #0f5c93;--sapIndicationColor_7_Selected_BorderColor: #fff;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #b995e0;--sapIndicationColor_7b_BorderColor: #fff;--sapIndicationColor_7b_Hover_Background: #795100;--sapIndicationColor_8: #e269c9;--sapIndicationColor_8_Background: #000;--sapIndicationColor_8_BorderColor: #fff;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #795100;--sapIndicationColor_8_Active_Background: #795100;--sapIndicationColor_8_Active_BorderColor: #fff;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #0f5c93;--sapIndicationColor_8_Selected_BorderColor: #fff;--sapIndicationColor_8_Selected_TextColor: #fff;--sapIndicationColor_8b: #e269c9;--sapIndicationColor_8b_BorderColor: #fff;--sapIndicationColor_8b_Hover_Background: #795100;--sapIndicationColor_9: #000;--sapIndicationColor_9_Background: #000;--sapIndicationColor_9_BorderColor: #fff;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #795100;--sapIndicationColor_9_Active_Background: #795100;--sapIndicationColor_9_Active_BorderColor: #fff;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0f5c93;--sapIndicationColor_9_Selected_BorderColor: #fff;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #000;--sapIndicationColor_9b_BorderColor: #fff;--sapIndicationColor_9b_Hover_Background: #795100;--sapIndicationColor_10: #494949;--sapIndicationColor_10_Background: #000;--sapIndicationColor_10_BorderColor: #fff;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #795100;--sapIndicationColor_10_Active_Background: #795100;--sapIndicationColor_10_Active_BorderColor: #fff;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #0f5c93;--sapIndicationColor_10_Selected_BorderColor: #fff;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #494949;--sapIndicationColor_10b_BorderColor: #fff;--sapIndicationColor_10b_Hover_Background: #795100;--sapLegend_WorkingBackground: #2e2e2e;--sapLegend_NonWorkingBackground: #585858;--sapLegend_CurrentDateTime: #e269c9;--sapLegendColor1: #ffc847;--sapLegendColor2: #ed884a;--sapLegendColor3: #db9292;--sapLegendColor4: #ff741f;--sapLegendColor5: #e269c9;--sapLegendColor6: #6bd3ff;--sapLegendColor7: #7fc6c6;--sapLegendColor8: #b2e484;--sapLegendColor9: #b0bcc5;--sapLegendColor10: #bb86b0;--sapLegendColor11: #ffe6ad;--sapLegendColor12: #cdaf9d;--sapLegendColor13: #ff8787;--sapLegendColor14: #ffb385;--sapLegendColor15: #ffb2ef;--sapLegendColor16: #9cabc5;--sapLegendColor17: #a4eeee;--sapLegendColor18: #8d9e7e;--sapLegendColor19: #addcf0;--sapLegendColor20: #629cff;--sapLegendBackgroundColor1: #000;--sapLegendBackgroundColor2: #000;--sapLegendBackgroundColor3: #000;--sapLegendBackgroundColor4: #000;--sapLegendBackgroundColor5: #000;--sapLegendBackgroundColor6: #000;--sapLegendBackgroundColor7: #000;--sapLegendBackgroundColor8: #000;--sapLegendBackgroundColor9: #000;--sapLegendBackgroundColor10: #000;--sapLegendBackgroundColor11: #000;--sapLegendBackgroundColor12: #000;--sapLegendBackgroundColor13: #000;--sapLegendBackgroundColor14: #000;--sapLegendBackgroundColor15: #000;--sapLegendBackgroundColor16: #000;--sapLegendBackgroundColor17: #000;--sapLegendBackgroundColor18: #000;--sapLegendBackgroundColor19: #000;--sapLegendBackgroundColor20: #000;--sapChart_OrderedColor_1: #4da2f6;--sapChart_OrderedColor_2: #e8743b;--sapChart_OrderedColor_3: #19a979;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #13a4b4;--sapChart_OrderedColor_7: #5c66f5;--sapChart_OrderedColor_8: #c53da4;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ee6868;--sapChart_OrderedColor_11: #387bb7;--sapChart_Bad: #ff5e5e;--sapChart_Critical: #ffab1d;--sapChart_Good: #99cc99;--sapChart_Neutral: #fff;--sapChart_Sequence_1: #4da2f6;--sapChart_Sequence_2: #e8743b;--sapChart_Sequence_3: #19a979;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #13a4b4;--sapChart_Sequence_7: #5c66f5;--sapChart_Sequence_8: #c53da4;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ee6868;--sapChart_Sequence_11: #387bb7;--sapChart_Sequence_Neutral: #fff;}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _={packageName:"@ui5/webcomponents",fileName:"themes/sap_fiori_3/parameters-bundle.css.json",content:':root{--ui5-v1-24-7-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem;--ui5-v1-24-7-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v1-24-7-avatar-border-radius: .25rem;--ui5-v1-24-7-avatar-border-radius-img-deduction: .0625rem;--ui5-v1-24-7-avatar-initials-border: none;--ui5-v1-24-7-avatar-accent1: var(--sapAccentColor1);--ui5-v1-24-7-avatar-accent2: var(--sapAccentColor2);--ui5-v1-24-7-avatar-accent3: var(--sapAccentColor3);--ui5-v1-24-7-avatar-accent4: var(--sapAccentColor4);--ui5-v1-24-7-avatar-accent5: var(--sapAccentColor5);--ui5-v1-24-7-avatar-accent6: var(--sapAccentColor6);--ui5-v1-24-7-avatar-accent7: var(--sapAccentColor7);--ui5-v1-24-7-avatar-accent8: var(--sapAccentColor8);--ui5-v1-24-7-avatar-accent9: var(--sapAccentColor9);--ui5-v1-24-7-avatar-accent10: var(--sapAccentColor10);--ui5-v1-24-7-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v1-24-7-avatar-accent1-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent2-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent3-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent4-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent5-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent6-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent7-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent8-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent9-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent10-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-placeholder-color: var(--ui5-v1-24-7-avatar-initials-color);--ui5-v1-24-7-avatar-accent1-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent2-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent3-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent4-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent5-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent6-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent7-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent8-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent9-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-accent10-border-color: var(--sapField_BorderColor);--ui5-v1-24-7-avatar-placeholder-border-color: var(--sapField_BorderColor);--_ui5-v1-24-7_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_avatar_focus_offset: .0625rem;--_ui5-v1-24-7_avatar_focus_width: .0625rem;--_ui5-v1-24-7_avatar_focus_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_avatar_icon_XS: 1rem;--_ui5-v1-24-7_avatar_icon_S: 1.5rem;--_ui5-v1-24-7_avatar_icon_M: 2rem;--_ui5-v1-24-7_avatar_icon_L: 2.5rem;--_ui5-v1-24-7_avatar_icon_XL: 3rem;--_ui5-v1-24-7_avatar_fontsize_XS: 1rem;--_ui5-v1-24-7_avatar_fontsize_S: 1.125rem;--_ui5-v1-24-7_avatar_fontsize_M: 1.5rem;--_ui5-v1-24-7_avatar_fontsize_L: 2.25rem;--_ui5-v1-24-7_avatar_fontsize_XL: 3rem;--_ui5-v1-24-7_avatar_group_button_focus_border: none;--_ui5-v1-24-7-badge-height: 1rem;--_ui5-v1-24-7-badge-border: .0625em solid;--_ui5-v1-24-7-badge-border-radius: .5rem;--_ui5-v1-24-7-badge-padding-inline: .3125em;--_ui5-v1-24-7-badge-padding-inline-icon-only: .1875rem;--_ui5-v1-24-7-badge-text-transform: uppercase;--_ui5-v1-24-7-badge-icon-height: .75em;--_ui5-v1-24-7-badge-icon-width: .75rem;--_ui5-v1-24-7-badge-icon-gap: .125rem;--_ui5-v1-24-7-badge-font-size: var(--sapFontSmallSize);--_ui5-v1-24-7-badge-font: "72override", var(--sapFontFamily);--_ui5-v1-24-7-badge-font-weight: bold;--_ui5-v1-24-7-badge-letter-spacing: .0125em;--ui5-v1-24-7-badge-text-shadow: var(--sapContent_TextShadow);--ui5-v1-24-7-badge-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v1-24-7-badge-color-scheme-1-background: var(--sapLegendBackgroundColor1);--ui5-v1-24-7-badge-color-scheme-1-border: var(--sapAccentColor1);--ui5-v1-24-7-badge-color-scheme-1-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-2-background: var(--sapLegendBackgroundColor2);--ui5-v1-24-7-badge-color-scheme-2-border: var(--sapAccentColor2);--ui5-v1-24-7-badge-color-scheme-2-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-3-background: var(--sapLegendBackgroundColor3);--ui5-v1-24-7-badge-color-scheme-3-border: var(--sapAccentColor3);--ui5-v1-24-7-badge-color-scheme-3-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-4-background: var(--sapLegendBackgroundColor5);--ui5-v1-24-7-badge-color-scheme-4-border: var(--sapAccentColor4);--ui5-v1-24-7-badge-color-scheme-4-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-5-background: var(--sapLegendBackgroundColor20);--ui5-v1-24-7-badge-color-scheme-5-border: var(--sapAccentColor5);--ui5-v1-24-7-badge-color-scheme-5-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-6-background: var(--sapLegendBackgroundColor6);--ui5-v1-24-7-badge-color-scheme-6-border: var(--sapAccentColor6);--ui5-v1-24-7-badge-color-scheme-6-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-7-background: var(--sapLegendBackgroundColor7);--ui5-v1-24-7-badge-color-scheme-7-border: var(--sapAccentColor7);--ui5-v1-24-7-badge-color-scheme-7-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-8-background: var(--sapLegendBackgroundColor18);--ui5-v1-24-7-badge-color-scheme-8-border: var(--sapLegendColor18);--ui5-v1-24-7-badge-color-scheme-8-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-9-background: var(--sapLegendBackgroundColor10);--ui5-v1-24-7-badge-color-scheme-9-border: var(--sapAccentColor10);--ui5-v1-24-7-badge-color-scheme-9-color: var(--sapTextColor);--ui5-v1-24-7-badge-color-scheme-10-background: var(--sapLegendBackgroundColor9);--ui5-v1-24-7-badge-color-scheme-10-border: var(--sapAccentColor9);--ui5-v1-24-7-badge-color-scheme-10-color: var(--sapTextColor);--ui5-v1-24-7-badge-set2-color-scheme-1-color: var(--sapIndicationColor_1);--ui5-v1-24-7-badge-set2-color-scheme-1-background: var(--sapIndicationColor_1b);--ui5-v1-24-7-badge-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-2-color: var(--sapIndicationColor_2);--ui5-v1-24-7-badge-set2-color-scheme-2-background: var(--sapIndicationColor_2b);--ui5-v1-24-7-badge-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-3-color: var(--sapIndicationColor_3);--ui5-v1-24-7-badge-set2-color-scheme-3-background: var(--sapIndicationColor_3b);--ui5-v1-24-7-badge-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-4-color: var(--sapIndicationColor_4);--ui5-v1-24-7-badge-set2-color-scheme-4-background: var(--sapIndicationColor_4b);--ui5-v1-24-7-badge-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-5-color: var(--sapIndicationColor_5);--ui5-v1-24-7-badge-set2-color-scheme-5-background: var(--sapIndicationColor_5b);--ui5-v1-24-7-badge-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-6-color: var(--sapIndicationColor_6);--ui5-v1-24-7-badge-set2-color-scheme-6-background: var(--sapIndicationColor_6b);--ui5-v1-24-7-badge-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-7-color: var(--sapIndicationColor_7);--ui5-v1-24-7-badge-set2-color-scheme-7-background: var(--sapIndicationColor_7b);--ui5-v1-24-7-badge-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-8-color: var(--sapIndicationColor_8);--ui5-v1-24-7-badge-set2-color-scheme-8-background: var(--sapIndicationColor_8b);--ui5-v1-24-7-badge-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-9-color: var(--sapIndicationColor_9);--ui5-v1-24-7-badge-set2-color-scheme-9-background: var(--sapIndicationColor_9b);--ui5-v1-24-7-badge-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-10-color: var(--sapIndicationColor_10);--ui5-v1-24-7-badge-set2-color-scheme-10-background: var(--sapIndicationColor_10b);--ui5-v1-24-7-badge-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v1-24-7-badge-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v1-24-7-badge-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v1-24-7-badge-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v1-24-7-badge-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--browser_scrollbar_border_radius: var(--sapElement_BorderCornerRadius);--browser_scrollbar_border: none;--_ui5-v1-24-7_busy_indicator_color: var(--sapContent_IconColor);--_ui5-v1-24-7_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_busy_indicator_focus_border_radius: 0px;--_ui5-v1-24-7_busy_indicator_block_layer: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 20%);--_ui5-v1-24-7_button_focused_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_button_focused_border_radius: .25rem;--_ui5-v1-24-7_button_focused_inner_border_radius: 0;--_ui5-v1-24-7_button_base_min_compact_width: 2rem;--_ui5-v1-24-7_button_base_height: var(--sapElement_Height);--_ui5-v1-24-7_button_compact_height: 1.625rem;--_ui5-v1-24-7_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v1-24-7_button_compact_padding: .4375rem;--_ui5-v1-24-7_button_focus_offset: 1px;--_ui5-v1-24-7_button_focus_width: 1px;--_ui5-v1-24-7_button_pressed_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_button_fontFamily: var(--sapFontFamily);--_ui5-v1-24-7_button_base_min_width: 2.25rem;--_ui5-v1-24-7_button_base_padding: .5625rem;--_ui5-v1-24-7_button_base_icon_only_padding: .5625rem;--_ui5-v1-24-7_button_base_icon_margin: .375rem;--_ui5-v1-24-7_button_icon_font_size: 1rem;--_ui5-v1-24-7_button_text_shadow: none;--_ui5-v1-24-7_button_emphasized_focused_border: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_button_emphasized_focused_border_before: .0625rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_button_emphasized_outline: 1px solid var(--sapContent_FocusColor);--_ui5-v1-24-7_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_button_emphasized_focused_active_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v1-24-7_card_hover_box_shadow: var(--_ui5-v1-24-7_card_box_shadow);--_ui5-v1-24-7_card_border: 1px solid var(--sapTile_BorderColor);--_ui5-v1-24-7_card_border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_card_header_padding: 1rem;--_ui5-v1-24-7_card_header_hover_bg: var(--sapList_Hover_Background);--_ui5-v1-24-7_card_header_active_bg: var(--_ui5-v1-24-7_card_header_hover_bg);--_ui5-v1-24-7_card_header_border: 1px solid var(--_ui5-v1-24-7_card_header_border_color);--_ui5-v1-24-7_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v1-24-7_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_card_header_focus_radius: 0px;--_ui5-v1-24-7_card_header_focus_bottom_radius: 0px;--_ui5-v1-24-7_card_header_focus_offset: 1px;--_ui5-v1-24-7_card_header_title_font_family: "72override", var(--sapFontFamily);--_ui5-v1-24-7_card_header_title_font_size: var(--sapFontHeader5Size);--_ui5-v1-24-7_card_header_title_font_weight: normal;--_ui5-v1-24-7_card_header_subtitle_margin_top: .25rem;--_ui5-v1-24-7-calendar-legend-root-padding: .75rem;--_ui5-v1-24-7-calendar-legend-root-width: 18.5rem;--_ui5-v1-24-7-calendar-legend-item-box-margin: .25rem .5rem .25rem .25rem;--_ui5-v1-24-7-calendar-legend-item-root-focus-margin: 0;--_ui5-v1-24-7-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7-calendar-legend-item-root-focus-border-radius: 0;--_ui5-v1-24-7-calendar-legend-item-root-width: 7.75rem;--ui5-v1-24-7_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v1-24-7_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v1-24-7_carousel_button_size: 2.5rem;--ui5-v1-24-7_carousel_inactive_dot_size: .25rem;--ui5-v1-24-7_carousel_inactive_dot_margin: 0 .375rem;--ui5-v1-24-7_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v1-24-7_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v1-24-7_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v1-24-7_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v1-24-7_carousel_navigation_button_active_box_shadow: var(--sapContent_Shadow1);--_ui5-v1-24-7_checkbox_box_shadow: none;--_ui5-v1-24-7_checkbox_transition: unset;--_ui5-v1-24-7_checkbox_focus_border: none;--_ui5-v1-24-7_checkbox_disabled_opacity: .5;--_ui5-v1-24-7_checkbox_border_radius: 0;--_ui5-v1-24-7_checkbox_hover_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_active_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_checkmark_warning_color: var(--sapField_TextColor);--_ui5-v1-24-7_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_information_color: currentColor;--_ui5-v1-24-7_checkbox_checkmark_color: var(--sapSelectedColor);--_ui5-v1-24-7_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_checkbox_focus_border_radius: 0;--_ui5-v1-24-7_checkbox_outer_hover_background: transparent;--_ui5-v1-24-7_checkbox_inner_width_height: 1.375rem;--_ui5-v1-24-7_checkbox_inner_hover_border_color: var(--sapField_HoverBorderColor);--_ui5-v1-24-7_checkbox_inner_hover_checked_border_color: var(--sapField_HoverBorderColor);--_ui5-v1-24-7_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_active_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_error_border: .125rem solid var(--sapField_InvalidColor);--_ui5-v1-24-7_checkbox_inner_warning_border: .125rem solid var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_information_border: .125rem solid var(--sapField_InformationColor);--_ui5-v1-24-7_checkbox_inner_information_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_warning_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_error_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_success_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_default_box_shadow: none;--_ui5-v1-24-7_checkbox_inner_warning_background_hover: var(--sapField_WarningBackground);--_ui5-v1-24-7_checkbox_inner_error_background_hover: var(--sapField_InvalidBackground);--_ui5-v1-24-7_checkbox_inner_success_background_hover: var(--sapField_SuccessBackground);--_ui5-v1-24-7_checkbox_inner_information_background_hover: var(--sapField_InformationBackground);--_ui5-v1-24-7_checkbox_inner_success_border: var(--sapField_BorderWidth) solid var(--sapField_SuccessColor);--_ui5-v1-24-7_checkbox_inner_background: var(--sapField_Background);--_ui5-v1-24-7_checkbox_wrapped_focus_left_top_bottom_position: .5625rem;--_ui5-v1-24-7_checkbox_compact_wrapper_padding: .5rem;--_ui5-v1-24-7_checkbox_compact_width_height: 2rem;--_ui5-v1-24-7_checkbox_compact_inner_size: 1rem;--_ui5-v1-24-7_checkbox_compact_focus_position: .375rem;--_ui5-v1-24-7_checkbox_label_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_checkbox_label_offset: var(--_ui5-v1-24-7_checkbox_wrapper_padding);--_ui5-v1-24-7_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_checkbox_default_focus_border: none;--_ui5-v1-24-7_checkbox_focus_outline_display: block;--_ui5-v1-24-7_checkbox_right_focus_distance: 0;--_ui5-v1-24-7_checkbox_wrapper_padding: .6875rem;--_ui5-v1-24-7_checkbox_width_height: 2.75rem;--_ui5-v1-24-7_checkbox_inner_border: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_focus_position: .5625rem;--_ui5-v1-24-7_checkbox_inner_border_radius: .125rem;--_ui5-v1-24-7_checkbox_wrapped_content_margin_top: 0;--_ui5-v1-24-7_checkbox_wrapped_focus_padding: .5rem;--_ui5-v1-24-7_checkbox_inner_readonly_border: 1px solid var(--sapField_ReadOnly_BorderColor);--_ui5-v1-24-7_checkbox_compact_wrapped_label_margin_top: -.125rem;--_ui5-v1-24-7_color-palette-item-container-sides-padding: .3125rem;--_ui5-v1-24-7_color-palette-item-container-rows-padding: .6875rem;--_ui5-v1-24-7_color-palette-item-focus-height: 1.5rem;--_ui5-v1-24-7_color-palette-item-container-padding: var(--_ui5-v1-24-7_color-palette-item-container-sides-padding) var(--_ui5-v1-24-7_color-palette-item-container-rows-padding);--_ui5-v1-24-7_color-palette-item-hover-margin: 0;--_ui5-v1-24-7_color-palette-row-height: 9.5rem;--_ui5-v1-24-7_color-palette-button-height: 3rem;--_ui5-v1-24-7_color-palette-item-before-focus-color: .0625rem solid white;--_ui5-v1-24-7_color-palette-item-before-focus-offset: .0625rem;--_ui5-v1-24-7_color-palette-item-before-focus-hover-offset: .0625rem;--_ui5-v1-24-7_color-palette-item-after-focus-color: .0625rem dotted black;--_ui5-v1-24-7_color-palette-item-after-focus-offset: .0625rem;--_ui5-v1-24-7_color-palette-item-after-focus-hover-offset: .0625rem;--_ui5-v1-24-7_color-palette-item-before-focus-border-radius: 0;--_ui5-v1-24-7_color-palette-item-outer-border-radius: .25rem;--_ui5-v1-24-7_color-palette-item-inner-border-radius: .1875rem;--_ui5-v1-24-7_color-palette-item-hover-outer-border-radius: .25rem;--_ui5-v1-24-7_color-palette-item-hover-inner-border-radius: .1875rem;--_ui5-v1-24-7_color_picker_slider_handle_box_shadow: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_color_picker_slider_handle_outline_hover: .125rem solid var(--sapButton_Hover_BorderColor);--_ui5-v1-24-7_color_picker_slider_handle_outline_focus: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_color_picker_slider_handle_margin_top: .125rem;--_ui5-v1-24-7_color_picker_slider_handle_focus_margin_top: .125rem;--_ui5-v1-24-7_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v1-24-7_color_picker_circle_inner_border: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v1-24-7_color_picker_slider_container_margin_top: -10px;--_ui5-v1-24-7_color_picker_slider_handle_inline_focus: none;--_ui5-v1-24-7_datepicker_icon_border: none;--_ui5-v1-24-7-datepicker_border_radius: 0;--_ui5-v1-24-7-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v1-24-7-datepicker_icon_border_radius: 0;--_ui5-v1-24-7_daypicker_item_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_margin: 2px;--_ui5-v1-24-7_daypicker_item_border: none;--_ui5-v1-24-7_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_daynames_container_height: 2rem;--_ui5-v1-24-7_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v1-24-7_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_item_now_inner_border_radius: 0;--_ui5-v1-24-7_daypicker_item_outline_width: 1px;--_ui5-v1-24-7_daypicker_item_outline_offset: 1px;--_ui5-v1-24-7_daypicker_item_now_focus_after_width: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_now_focus_after_height: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_now_selected_focus_after_width: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_item_now_selected_focus_after_height: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_item_selected_box_shadow: var(--_ui5-v1-24-7_daypicker_item_box_shadow), var(--_ui5-v1-24-7_daypicker_item_box_shadow);--_ui5-v1-24-7_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v1-24-7_daypicker_item_outline_focus_after: none;--_ui5-v1-24-7_daypicker_item_border_focus_after: var(--_ui5-v1-24-7_daypicker_item_outline_width) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_width_focus_after: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_height_focus_after: calc(100% - .25rem) ;--_ui5-v1-24-7_daypicker_item_now_border: .125rem solid var(--sapLegend_CurrentDateTime);--_ui5-v1-24-7_daypicker_item_now_outline: none;--_ui5-v1-24-7_daypicker_item_now_outline_offset: none;--_ui5-v1-24-7_daypicker_item_now_outline_offset_focus_after: var(--_ui5-v1-24-7_daypicker_item_now_outline_offset);--_ui5-v1-24-7_daypicker_item_selected_between_border: .25rem;--_ui5-v1-24-7_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v1-24-7_daypicker_item_selected_between_text_background: var(--sapList_SelectionBackgroundColor);--_ui5-v1-24-7_daypicker_item_selected_between_text_font: inherit;--_ui5-v1-24-7_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v1-24-7_daypicker_item_now_box_shadow: inset 0 0 0 .0625rem var(--_ui5-v1-24-7_daypicker_item_selected_border_color);--_ui5-v1-24-7_daypicker_item_selected_text_outline: none;--_ui5-v1-24-7_daypicker_item_now_not_selected_inset: 0;--_ui5-v1-24-7_daypicker_item_now_inset: .1875rem;--_ui5-v1-24-7_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v1-24-7_daypicker_item_weeekend_filter: brightness(100%);--_ui5-v1-24-7_daypicker_item_selected_hover: var(--sapContent_Selected_Hover_Background);--_ui5-v1-24-7_daypicker_two_calendar_item_now_inset: .1875rem;--_ui5-v1-24-7_daypicker_item_selected__secondary_type_text_outline: none;--_ui5-v1-24-7_daypicker_two_calendar_item_now_day_text_content: none;--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_width: .0625rem;--_ui5-v1-24-7_daypicker_two_calendar_item_border_radius: .3125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_border_focus_border_radius: 0rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_inset: .125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_now_border_radius_focus: .0625rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_focus_inset: .125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_select_focus_border_radius: .0625rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v1-24-7_daypicker_special_day_top: 2.5rem;--_ui5-v1-24-7_daypicker_special_day_border_bottom_radius: .25rem;--_ui5-v1-24-7_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_selected_item_special_day_width: 100%;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top: 2.375rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_width: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v1-24-7-daypicker_item_selected_now_border_radius: .25rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .0625rem;--_ui5-v1-24-7_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_inset: .1875rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_border_radius: 0;--_ui5-v1-24-7_daypicker_item_now_focus_margin: .09375rem;--_ui5-v1-24-7_daypicker_special_day_border_top: .0625rem solid var(--_ui5-v1-24-7_daypicker_special_day_before_border_color);--_ui5-v1-24-7_daypicker_special_day_selected_border_radius_bottom: .0625rem;--_ui5-v1-24-7_daypicker_specialday_focused_top: 2.375rem;--_ui5-v1-24-7_daypicker_specialday_focused_width: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom: .0625rem;--_ui5-v1-24-7_daypicker_item_now_specialday_top: 2.375rem;--_ui5-v1-24-7_daypicker_item_now_specialday_width: calc(100% - .375rem) ;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v1-24-7_daypicker_item_selected_background: var(--sapContent_Selected_Background);--_ui5-v1-24-7_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_daypicker_item_border_radius_focus_after: .0625rem;--_ui5-v1-24-7_daypicker_item_border_radius_item: .0625rem;--_ui5-v1-24-7_daypicker_item_selected_border: none;--_ui5-v1-24-7_daypicker_item_not_selected_focus_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_focus_width: .0625rem;--_ui5-v1-24-7_daypicker_item_no_selected_inset: .125rem;--_ui5-v1-24-7_daypicker_item_now_border_focus_after: .0625rem dotted var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_daypicker_item_now_border_radius_focus_after: .0625rem;--_ui5-v1-24-7_day_picker_item_selected_now_border: .1875rem solid var(--sapList_Background);--_ui5-v1-24-7_day_picker_item_selected_now_border_focus: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_day_picker_item_selected_now_border_radius_focus: .0625rem;--_ui5-v1-24-7-dp-item_withsecondtype_border: .1875rem;--_ui5-v1-24-7_daypicker_item_border_radius: .25rem;--_ui5-v1-24-7_daypicker_item_selected_text_border: none;--_ui5-v1-24-7_daypicker_item_selected_between_text_border_radios: .25rem;--_ui5-v1-24-7_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_now_selected_outline_offset: -.3125rem;--_ui5-v1-24-7_file_uploader_hover_border: 1px solid var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_file_uploader_value_state_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v1-24-7_dialog_resize_handle_color: var(--sapButton_Lite_TextColor);--_ui5-v1-24-7_dialog_resize_handle_right: -.25rem;--_ui5-v1-24-7_dialog_resize_handle_bottom: -.0625rem;--_ui5-v1-24-7_dialog_header_focus_bottom_offset: 3px;--_ui5-v1-24-7_dialog_header_focus_top_offset: 2px;--_ui5-v1-24-7_dialog_header_focus_left_offset: 2px;--_ui5-v1-24-7_dialog_header_focus_right_offset: 2px;--_ui5-v1-24-7_dialog_header_border_radius: 0px;--_ui5-v1-24-7_dialog_header_error_state_icon_color: var(--sapNegativeElementColor);--_ui5-v1-24-7_dialog_header_information_state_icon_color: var(--sapInformativeElementColor);--_ui5-v1-24-7_dialog_header_success_state_icon_color: var(--sapPositiveElementColor);--_ui5-v1-24-7_dialog_header_warning_state_icon_color: var(--sapCriticalElementColor);--_ui5-v1-24-7_dialog_header_state_line_height: .0625rem;--ui5-v1-24-7-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--_ui5-v1-24-7_input_width: 13.125rem;--_ui5-v1-24-7_input_min_width: 2.75rem;--_ui5-v1-24-7_input_height: var(--sapElement_Height);--_ui5-v1-24-7_input_compact_height: 1.625rem;--_ui5-v1-24-7_input_hover_border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v1-24-7_input_background_color: var(--sapField_Background);--_ui5-v1-24-7_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v1-24-7_input_focus_border_radius: 0;--_ui5-v1-24-7_input_readonly_focus_border_radius: 0;--_ui5-v1-24-7_input_placeholder_style: italic;--_ui5-v1-24-7_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v1-24-7_input_bottom_border_height: 0;--_ui5-v1-24-7_input_bottom_border_color: transparent;--_ui5-v1-24-7_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_input_state_border_width: .125rem;--_ui5-v1-24-7_input_information_border_width: .125rem;--_ui5-v1-24-7_input_error_font_weight: normal;--_ui5-v1-24-7_input_warning_font_weight: normal;--_ui5-v1-24-7_input_focus_border_width: 1px;--_ui5-v1-24-7_input_error_warning_border_style: solid;--_ui5-v1-24-7_input_error_warning_font_style: inherit;--_ui5-v1-24-7_input_error_warning_text_indent: 0;--_ui5-v1-24-7_input_disabled_color: var(--sapContent_DisabledTextColor);--_ui5-v1-24-7_input_disabled_font_weight: normal;--_ui5-v1-24-7_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7-input_disabled_background: var(--sapField_Background);--_ui5-v1-24-7_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v1-24-7_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v1-24-7_input_custom_icon_padding: .5625rem .625rem;--_ui5-v1-24-7_input_error_warning_custom_icon_padding: .5rem .625rem;--_ui5-v1-24-7_input_error_warning_custom_focused_icon_padding: .5rem .625rem;--_ui5-v1-24-7_input_information_custom_icon_padding: .5rem .625rem;--_ui5-v1-24-7_input_information_custom_focused_icon_padding: .5rem .625rem;--_ui5-v1-24-7_input_error_warning_icon_padding: .5rem .5rem .5rem .5625rem;--_ui5-v1-24-7_input_error_warning_focused_icon_padding: .5rem .5rem .5rem .5625rem;--_ui5-v1-24-7_input_information_icon_padding: .5rem .5rem .5rem .5625rem;--_ui5-v1-24-7_input_information_focused_icon_padding: .5rem .5rem .5rem .5625rem;--_ui5-v1-24-7_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v1-24-7_input_icon_min_width: 2.25rem;--_ui5-v1-24-7_input_compact_min_width: 2rem;--_ui5-v1-24-7_input_transition: none;--_ui5-v1-24-7-input-value-state-icon-display: none;--_ui5-v1-24-7_input_focused_value_state_error_background: var(--sapField_InvalidBackground);--_ui5-v1-24-7_input_focused_value_state_warning_background: var(--sapField_WarningBackground);--_ui5-v1-24-7_input_focused_value_state_success_background: var(--sapField_SuccessBackground);--_ui5-v1-24-7_input_focused_value_state_information_background: var(--sapField_InformationBackground);--_ui5-v1-24-7_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v1-24-7_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v1-24-7_input_focused_value_state_error_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_input_focused_value_state_warning_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_input_focused_value_state_success_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v1-24-7_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v1-24-7_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v1-24-7_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v1-24-7_input_value_state_success_border_width: 1px;--_ui5-v1-24-7_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v1-24-7_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v1-24-7-input-value-state-information-border-width: 1px;--_ui5-v1-24-7-input-background-image: none;--_ui5-v1-24-7_input_focus_offset: 1px;--_ui5-v1-24-7_input_readonly_focus_offset: 1px;--ui5-v1-24-7_input_focus_pseudo_element_content: "";--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v1-24-7_input_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v1-24-7_input_icon_width: 2.25rem;--_ui5-v1-24-7_input_icon_wrapper_height: 100%;--_ui5-v1-24-7_input_icon_wrapper_state_height: 100%;--_ui5-v1-24-7_input_icon_wrapper_success_state_height: 100%;--_ui5-v1-24-7-input-icons-count: 0;--_ui5-v1-24-7_input_margin_top_bottom: .1875rem;--_ui5-v1-24-7_input_tokenizer_min_width: 3.25rem;--_ui5-v1-24-7-input-border: 1px solid var(--sapField_BorderColor);--_ui5-v1-24-7_input_icon_padding: .5625rem;--_ui5-v1-24-7_input_icon_color: var(--sapContent_IconColor);--_ui5-v1-24-7_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v1-24-7_input_icon_pressed_bg: var(--sapButton_Selected_Background);--_ui5-v1-24-7_input_icon_hover_bg: var(--sapButton_Lite_Hover_Background);--_ui5-v1-24-7_input_icon_border_radius: 0;--_ui5-v1-24-7_input_icon_box_shadow: none;--_ui5-v1-24-7_input_icon_border: 1px solid transparent;--_ui5-v1-24-7_input_error_icon_box_shadow: var(--_ui5-v1-24-7_input_icon_box_shadow);--_ui5-v1-24-7_input_warning_icon_box_shadow: var(--_ui5-v1-24-7_input_icon_box_shadow);--_ui5-v1-24-7_input_information_icon_box_shadow: var(--_ui5-v1-24-7_input_icon_box_shadow);--_ui5-v1-24-7_input_success_icon_box_shadow: var(--_ui5-v1-24-7_input_icon_box_shadow);--_ui5-v1-24-7_input_icon_error_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v1-24-7_input_icon_warning_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v1-24-7_input_icon_information_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v1-24-7_input_icon_success_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v1-24-7_link_focused_hover_text_decoration: underline;--_ui5-v1-24-7_link_focused_hover_text_color: var(--sapLinkColor);--_ui5-v1-24-7_link_active_text_decoration: underline;--_ui5-v1-24-7_link_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_link_focus_border-radius: 0;--_ui5-v1-24-7_link_focus_background_color: transparent;--_ui5-v1-24-7_link_focus_color: var(--sapLinkColor);--_ui5-v1-24-7_link_focus_text_decoration: underline;--_ui5-v1-24-7_link_subtle_text_decoration: none;--_ui5-v1-24-7_link_subtle_text_decoration_hover: underline;--_ui5-v1-24-7_link_text_decoration: none;--_ui5-v1-24-7_link_hover_text_decoration: underline;--ui5-v1-24-7_list_footer_text_color: var(--sapTextColor);--ui5-v1-24-7-listitem-background-color: var(--sapList_Background);--ui5-v1-24-7-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v1-24-7-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v1-24-7-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v1-24-7-listitem-active-border-color: var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_listitembase_focus_width: 1px;--_ui5-v1-24-7-listitembase_disabled_opacity: .5;--_ui5-v1-24-7_product_switch_item_border: none;--_ui5-v1-24-7_menu_popover_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v1-24-7_menu_item_submenu_icon_right: 1rem;--_ui5-v1-24-7_menu_item_additional_text_start_margin: 1rem;--_ui5-v1-24-7_monthpicker_item_border: none;--_ui5-v1-24-7_monthpicker_item_margin: 1px;--_ui5-v1-24-7_monthpicker_item_focus_after_width: calc(100% - .375rem) ;--_ui5-v1-24-7_monthpicker_item_focus_after_height: calc(100% - .375rem) ;--_ui5-v1-24-7_monthpicker_item_focus_after_border: 1px dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_monthpicker_item_focus_after_offset: 2px;--_ui5-v1-24-7_monthpicker_item_focus_after_border_radius: 0;--_ui5-v1-24-7_monthpicker_item_selected_text_color: var(--sapContent_ContrastTextColor);--_ui5-v1-24-7_monthpicker_item_selected_background_color: var(--sapSelectedColor);--_ui5-v1-24-7_monthpicker_item_selected_hover_color: var(--sapContent_Selected_Background);--_ui5-v1-24-7_monthpicker_item_selected_box_shadow: none;--_ui5-v1-24-7_monthpicker_item_focus_after_outline: none;--_ui5-v1-24-7_monthpicker_item_selected_font_wieght: inherit;--_ui5-v1-24-7_monthpicker_item_border_radius: .25rem;--_ui5-v1-24-7_message_strip_icon_width: 2.5rem;--_ui5-v1-24-7_message_strip_button_border_width: 0;--_ui5-v1-24-7_message_strip_button_border_style: none;--_ui5-v1-24-7_message_strip_button_border_color: transparent;--_ui5-v1-24-7_message_strip_button_border_radius: 0;--_ui5-v1-24-7_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v1-24-7_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v1-24-7_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v1-24-7_message_strip_button_height: 1.625rem;--_ui5-v1-24-7_message_strip_border_width: 1px;--_ui5-v1-24-7_message_strip_close_button_border: none;--_ui5-v1-24-7_message_strip_icon_top: .4375rem;--_ui5-v1-24-7_message_strip_focus_width: 1px;--_ui5-v1-24-7_message_strip_focus_offset: -2px;--_ui5-v1-24-7_message_strip_close_button_top: .125rem;--_ui5-v1-24-7_message_strip_close_button_right: .125rem;--_ui5-v1-24-7_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_panel_header_height: 2.75rem;--_ui5-v1-24-7_panel_button_root_width: 2.75rem;--_ui5-v1-24-7_panel_button_root_height: 2.75rem;--_ui5-v1-24-7_panel_border_radius: 0px;--_ui5-v1-24-7_panel_border_radius_expanded: 0;--_ui5-v1-24-7_panel_default_header_border: none;--_ui5-v1-24-7_panel_border_bottom: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v1-24-7_panel_outline_offset: -3px;--_ui5-v1-24-7_panel_icon_color: var(--sapContent_IconColor);--_ui5-v1-24-7_panel_header_padding_right: .5rem;--_ui5-v1-24-7_panel_header_button_wrapper_padding: .25rem;--_ui5-v1-24-7_panel_focus_offset: 1px;--_ui5-v1-24-7_panel_focus_bottom_offset: var(--_ui5-v1-24-7_panel_focus_offset);--_ui5-v1-24-7_panel_content_padding: .625rem 1rem 1.375rem 1rem;--_ui5-v1-24-7_panel_header_background_color: var(--sapBackgroundColor);--_ui5-v1-24-7_popover_background: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v1-24-7_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v1-24-7_popup_content_padding_s: 1rem;--_ui5-v1-24-7_popup_content_padding_m_l: 2rem;--_ui5-v1-24-7_popup_content_padding_xl: 3rem;--_ui5-v1-24-7_popup_header_footer_padding_s: 1rem;--_ui5-v1-24-7_popup_header_footer_padding_m_l: 2rem;--_ui5-v1-24-7_popup_header_footer_padding_xl: 3rem;--_ui5-v1-24-7_popup_viewport_margin: 10px;--_ui5-v1-24-7_popup_header_font_weight: 400;--_ui5-v1-24-7_popup_header_font_family: var(--sapFontFamily);--_ui5-v1-24-7_popup_header_prop_header_text_alignment: flex-start;--_ui5-v1-24-7_popup_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_popup_header_background: var(--sapPageHeader_Background);--_ui5-v1-24-7_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v1-24-7_popup_header_border: none;--_ui5-v1-24-7_popup_block_layer_background: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 60%);--_ui5-v1-24-7_progress_indicator_background_none: var(--sapField_Background);--_ui5-v1-24-7_progress_indicator_background_error: var(--sapField_Background);--_ui5-v1-24-7_progress_indicator_background_warning: var(--sapField_Background);--_ui5-v1-24-7_progress_indicator_background_success: var(--sapField_Background);--_ui5-v1-24-7_progress_indicator_background_information: var(--sapField_Background);--_ui5-v1-24-7_progress_indicator_value_state_none: var(--sapNeutralElementColor);--_ui5-v1-24-7_progress_indicator_value_state_error: var(--sapNegativeElementColor);--_ui5-v1-24-7_progress_indicator_value_state_warning: var(--sapCriticalElementColor);--_ui5-v1-24-7_progress_indicator_value_state_success: var(--sapPositiveElementColor);--_ui5-v1-24-7_progress_indicator_value_state_information: var(--sapInformativeElementColor);--_ui5-v1-24-7_progress_indicator_border_color_error: var(--sapField_BorderColor);--_ui5-v1-24-7_progress_indicator_border_color_warning: var(--sapField_BorderColor);--_ui5-v1-24-7_progress_indicator_border_color_success: var(--sapField_BorderColor);--_ui5-v1-24-7_progress_indicator_border_color_information: var(--sapField_BorderColor);--_ui5-v1-24-7_progress_indicator_color: var(--sapTextColor);--_ui5-v1-24-7_progress_indicator_bar_color: var(--sapContent_ContrastTextColor);--_ui5-v1-24-7_progress_indicator_border: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_progress_indicator_bar_border_max: none;--_ui5-v1-24-7_progress_indicator_icon_visibility: none;--_ui5-v1-24-7_progress_indicator_side_points_visibility: none;--_ui5-v1-24-7_progress_indicator_host_height: 1rem;--_ui5-v1-24-7_progress_indicator_host_min_height: 1rem;--_ui5-v1-24-7_progress_indicator_root_border_radius: .5rem;--_ui5-v1-24-7_progress_indicator_root_height: 100%;--_ui5-v1-24-7_progress_indicator_root_overflow: hidden;--_ui5-v1-24-7_progress_indicator_bar_height: 100%;--_ui5-v1-24-7_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_overflow: hidden;--_ui5-v1-24-7_progress_indicator_icon_size: var(--sapFontSmallSize);--_ui5-v1-24-7_progress_indicator_value_margin: 0 .375rem;--_ui5-v1-24-7_radio_button_min_width: 2.75rem;--_ui5-v1-24-7_radio_button_hover_fill: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_error: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_warning: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_success: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_hover_fill_information: var(--sapField_Hover_Background);--_ui5-v1-24-7_radio_button_border_width: 1px;--_ui5-v1-24-7_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v1-24-7_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v1-24-7_radio_button_checked_warning_fill: var(--sapField_TextColor);--_ui5-v1-24-7_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v1-24-7_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v1-24-7_radio_button_warning_error_border_dash: 0;--_ui5-v1-24-7_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v1-24-7_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v1-24-7_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_radio_button_outer_ring_padding: 0 .625rem;--_ui5-v1-24-7_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v1-24-7_radio_button_border_radius: 0;--_ui5-v1-24-7_radio_button_border: none;--_ui5-v1-24-7_radio_button_focus_border: none;--_ui5-v1-24-7_radio_button_focus_outline: block;--_ui5-v1-24-7_radio_button_focus_dist: .5rem;--_ui5-v1-24-7_radio_button_color: var(--sapField_BorderColor);--_ui5-v1-24-7_radio_button_label_offset: 1px;--_ui5-v1-24-7_radio_button_label_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_radio_button_items_align: unset;--_ui5-v1-24-7_radio_button_inner_ring_radius: 22%;--_ui5-v1-24-7_radio_button_read_only_border_type: none;--_ui5-v1-24-7_radio_button_inner_ring_color: var(--sapSelectedColor);--_ui5-v1-24-7_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v1-24-7_radio_button_read_only_border_width: var(--sapField_BorderWidth);--_ui5-v1-24-7_radio_button_read_only_inner_ring_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v1-24-7_rating_indicator_border_radius: 0px;--_ui5-v1-24-7_rating_indicator_outline_offset: 0px;--_ui5-v1-24-7_rating_indicator_item_height: 1em;--_ui5-v1-24-7_rating_indicator_item_width: 1em;--_ui5-v1-24-7_rating_indicator_readonly_item_height: 1em;--_ui5-v1-24-7_rating_indicator_readonly_item_width: 1em;--_ui5-v1-24-7_rating_indicator_readonly_item_spacing: 0px;--_ui5-v1-24-7_rating_indicator_component_spacing: .5rem 0px;--_ui5-v1-24-7_segmented_btn_inner_border: .0625rem solid var(--sapButton_BorderColor);--_ui5-v1-24-7_segmented_btn_inner_border_odd_child: 0;--_ui5-v1-24-7_segmented_btn_inner_pressed_border_odd_child: 0;--_ui5-v1-24-7_segmented_btn_inner_border_radius: 0;--_ui5-v1-24-7_segmented_btn_item_border_left: 0px;--_ui5-v1-24-7_segmented_btn_item_border_right: .0625rem;--_ui5-v1-24-7_select_disabled_background: var(--sapField_Background);--_ui5-v1-24-7_select_disabled_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_select_state_error_warning_border_style: solid;--_ui5-v1-24-7_select_state_error_warning_border_width: .125rem;--_ui5-v1-24-7_select_hover_icon_left_border: 1px solid transparent;--_ui5-v1-24-7_select_focus_width: 1px;--_ui5-v1-24-7_select_label_color: var(--sapField_TextColor);--_ui5-v1-24-7_split_button_focused_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_split_button_focused_border_radius: .125rem;--_ui5-v1-24-7_split_button_hover_border_radius: 0;--_ui5-v1-24-7_split_button_middle_separator_width: 0;--_ui5-v1-24-7_split_button_middle_separator_left: -.0625rem;--_ui5-v1-24-7_split_button_middle_separator_hover_display: block;--_ui5-v1-24-7_split_button_text_button_width: 2.25rem;--_ui5-v1-24-7_split_button_text_button_right_border_width: 0;--_ui5-v1-24-7_split_button_transparent_hover_background: var(--sapButton_Lite_Background);--_ui5-v1-24-7_split_button_host_transparent_hover_background: transparent;--_ui5-v1-24-7_split_button_transparent_hover_color: var(--sapButton_Lite_TextColor);--_ui5-v1-24-7_split_button_transparent_disabled_background: transparent;--_ui5-v1-24-7_split_button_inner_focused_border_radius_outer: .25rem;--_ui5-v1-24-7_split_button_inner_focused_border_radius_inner: 0;--_ui5-v1-24-7_split_button_emphasized_separator_color: var(--sapButton_Emphasized_TextColor);--_ui5-v1-24-7_split_button_positive_separator_color: var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_button_negative_separator_color: var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_button_attention_separator_color: var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_button_attention_separator_color_default: var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v1-24-7_split_button_host_transparent_hover_box_shadow: none;--_ui5-v1-24-7_split_text_button_border_color: transparent;--_ui5-v1-24-7_split_text_button_background_color: transparent;--_ui5-v1-24-7_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_border_width: .0625rem;--_ui5-v1-24-7_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_hover_border_right: none;--_ui5-v1-24-7_split_text_button_emphasized_hover_border_right: none;--_ui5-v1-24-7_split_text_button_positive_hover_border_right: none;--_ui5-v1-24-7_split_text_button_negative_hover_border_right: none;--_ui5-v1-24-7_split_text_button_attention_hover_border_right: none;--_ui5-v1-24-7_split_text_button_transparent_hover_border_right: none;--_ui5-v1-24-7_split_text_button_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_positive_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v1-24-7_split_text_button_negative_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v1-24-7_split_text_button_attention_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v1-24-7_split_text_button_transparent_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_middle_separator_hover_display_emphasized: block;--_ui5-v1-24-7_switch_height: 2.75rem;--_ui5-v1-24-7_switch_width: 3.25rem;--_ui5-v1-24-7_switch_min_width: 3.875rem;--_ui5-v1-24-7_switch_with_label_width: 100%;--_ui5-v1-24-7_switch_focus_outline: var(--_ui5-v1-24-7_switch_foucs_border_size) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_switch_root_outline_top: .25rem;--_ui5-v1-24-7_switch_root_outline_bottom: .25rem;--_ui5-v1-24-7_switch_root_outline_left: 0;--_ui5-v1-24-7_switch_root_outline_right: 0;--_ui5-v1-24-7_switch_foucs_border_size: 1px;--_ui5-v1-24-7-switch-root-border-radius: 0;--_ui5-v1-24-7-switch-root-box-shadow: none;--_ui5-v1-24-7_switch_root_after_outline: none;--_ui5-v1-24-7-switch-focus: "";--_ui5-v1-24-7_switch_disabled_opacity: .4;--_ui5-v1-24-7_switch_transform: translateX(100%) translateX(-1.875rem);--_ui5-v1-24-7_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v1-24-7_switch_rtl_transform: translateX(-100%) translateX(1.875rem);--_ui5-v1-24-7_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v1-24-7_switch_track_with_label_width: 100%;--_ui5-v1-24-7_switch_track_with_label_height: 1.375rem;--_ui5-v1-24-7_switch_track_width: 100%;--_ui5-v1-24-7_switch_track_height: 1.375rem;--_ui5-v1-24-7_switch_track_border_radius: .75rem;--_ui5-v1-24-7-switch-track-border: 1px solid;--_ui5-v1-24-7_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v1-24-7_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v1-24-7_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v1-24-7_switch_track_hover_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v1-24-7_switch_track_active_border_color: var(--sapContent_ForegroundBorderColor);--_ui5-v1-24-7_switch_track_inactive_border_color: var(--sapContent_ForegroundBorderColor);--_ui5-v1-24-7_switch_track_hover_active_border_color: var(--sapButton_Hover_BorderColor);--_ui5-v1-24-7_switch_track_hover_inactive_border_color: var(--sapButton_Hover_BorderColor);--_ui5-v1-24-7_switch_track_semantic_accept_background_color: var(--sapSuccessBackground);--_ui5-v1-24-7_switch_track_semantic_reject_background_color: var(--sapErrorBackground);--_ui5-v1-24-7_switch_track_semantic_hover_accept_background_color: var(--sapSuccessBackground);--_ui5-v1-24-7_switch_track_semantic_hover_reject_background_color: var(--sapErrorBackground);--_ui5-v1-24-7_switch_track_semantic_accept_border_color: var(--sapSuccessBorderColor);--_ui5-v1-24-7_switch_track_semantic_reject_border_color: var(--sapErrorBorderColor);--_ui5-v1-24-7_switch_track_semantic_hover_accept_border_color: var(--sapSuccessBorderColor);--_ui5-v1-24-7_switch_track_semantic_hover_reject_border_color: var(--sapErrorBorderColor);--_ui5-v1-24-7_switch_track_transition: none;--_ui5-v1-24-7_switch_track_icon_display: none;--_ui5-v1-24-7_switch_handle_width: 2rem;--_ui5-v1-24-7_switch_handle_height: 2rem;--_ui5-v1-24-7_switch_handle_with_label_width: 2rem;--_ui5-v1-24-7_switch_handle_with_label_height: 2rem;--_ui5-v1-24-7_switch_handle_border: var(--_ui5-v1-24-7_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v1-24-7_switch_handle_border_width: .0625rem;--_ui5-v1-24-7_switch_handle_border_radius: 1rem;--_ui5-v1-24-7_switch_handle_active_background_color: var(--sapButton_Selected_Background);--_ui5-v1-24-7_switch_handle_inactive_background_color: var(--sapButton_TokenBackground);--_ui5-v1-24-7_switch_handle_hover_active_background_color: var(--sapButton_Selected_Hover_Background);--_ui5-v1-24-7_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v1-24-7_switch_handle_active_border_color: var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_switch_handle_inactive_border_color: var(--sapContent_ForegroundBorderColor);--_ui5-v1-24-7_switch_handle_hover_active_border_color: var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_switch_handle_hover_inactive_border_color: var(--sapButton_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_accept_background_color: var(--sapButton_Background);--_ui5-v1-24-7_switch_handle_semantic_reject_background_color: var(--sapButton_Background);--_ui5-v1-24-7_switch_handle_semantic_hover_accept_background_color: var(--sapSuccessBackground);--_ui5-v1-24-7_switch_handle_semantic_hover_reject_background_color: var(--sapErrorBackground);--_ui5-v1-24-7_switch_handle_semantic_accept_border_color: var(--sapSuccessBorderColor);--_ui5-v1-24-7_switch_handle_semantic_reject_border_color: var(--sapErrorBorderColor);--_ui5-v1-24-7_switch_handle_semantic_hover_accept_border_color: var(--sapSuccessBorderColor);--_ui5-v1-24-7_switch_handle_semantic_hover_reject_border_color: var(--sapErrorBorderColor);--_ui5-v1-24-7_switch_handle_on_hover_box_shadow: none;--_ui5-v1-24-7_switch_handle_off_hover_box_shadow: none;--_ui5-v1-24-7_switch_handle_semantic_on_hover_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v1-24-7_switch_handle_semantic_off_hover_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v1-24-7-switch-handle-icon-display: none;--_ui5-v1-24-7_switch_handle_left: -.0625rem;--_ui5-v1-24-7-switch-slider-texts-display: inline;--_ui5-v1-24-7_switch_text_font_family: "72override", var(--sapFontFamily);--_ui5-v1-24-7_switch_text_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_switch_text_with_label_font_family: "72override", var(--sapFontFamily);--_ui5-v1-24-7_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_switch_text_with_label_width: none;--_ui5-v1-24-7_switch_text_width: none;--_ui5-v1-24-7_switch_text_inactive_left: auto;--_ui5-v1-24-7_switch_text_inactive_left_alternate: auto;--_ui5-v1-24-7_switch_text_inactive_right: .125rem;--_ui5-v1-24-7_switch_text_inactive_right_alternate: .125rem;--_ui5-v1-24-7_switch_text_active_left: calc(-100% + 2rem) ;--_ui5-v1-24-7_switch_text_active_left_alternate: calc(-100% + 2rem) ;--_ui5-v1-24-7_switch_text_active_right: auto;--_ui5-v1-24-7_switch_text_active_color: var(--sapButton_Track_Selected_TextColor);--_ui5-v1-24-7_switch_text_inactive_color: var(--sapTextColor);--_ui5-v1-24-7_switch_text_semantic_accept_color: var(--sapPositiveElementColor);--_ui5-v1-24-7_switch_text_semantic_reject_color: var(--sapNegativeElementColor);--_ui5-v1-24-7_switch_text_overflow: none;--_ui5-v1-24-7_switch_text_z_index: inherit;--_ui5-v1-24-7_switch_text_hidden: hidden;--_ui5-v1-24-7_switch_text_min_width: 1.625rem;--_ui5-v1-24-7_switch_icon_width: .75rem;--_ui5-v1-24-7_switch_icon_height: .75rem;--_ui5-v1-24-7_tc_header_height: var(--_ui5-v1-24-7_tc_item_height);--_ui5-v1-24-7_tc_header_height_text_only: var(--_ui5-v1-24-7_tc_item_text_only_height);--_ui5-v1-24-7_tc_header_height_text_with_additional_text: var(--_ui5-v1-24-7_tc_item_text_only_with_additional_text_height);--_ui5-v1-24-7_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v1-24-7_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v1-24-7_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v1-24-7_tc_content_background: var(--sapBackgroundColor);--_ui5-v1-24-7_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_tc_headeritem_padding: 1rem;--_ui5-v1-24-7_tc_headerItem_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_tc_headerItem_text_selected_color: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headeritem_text_font_weight: normal;--_ui5-v1-24-7_tc_headerItem_additional_text_font_weight: normal;--_ui5-v1-24-7_tc_headerItem_neutral_color: var(--sapNeutralTextColor);--_ui5-v1-24-7_tc_headerItem_positive_color: var(--sapPositiveTextColor);--_ui5-v1-24-7_tc_headerItem_negative_color: var(--sapNegativeTextColor);--_ui5-v1-24-7_tc_headerItem_critical_color: var(--sapCriticalTextColor);--_ui5-v1-24-7_tc_headerItem_neutral_border_color: var(--sapNeutralElementColor);--_ui5-v1-24-7_tc_headerItem_positive_border_color: var(--sapPositiveElementColor);--_ui5-v1-24-7_tc_headerItem_negative_border_color: var(--sapNegativeElementColor);--_ui5-v1-24-7_tc_headerItem_critical_border_color: var(--sapCriticalElementColor);--_ui5-v1-24-7_tc_headerItem_neutral_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_neutral_color);--_ui5-v1-24-7_tc_headerItem_positive_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_positive_color);--_ui5-v1-24-7_tc_headerItem_negative_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_negative_color);--_ui5-v1-24-7_tc_headerItem_critical_selected_border_color: var(--_ui5-v1-24-7_tc_headerItem_critical_color);--_ui5-v1-24-7_tc_headerItem_transition: none;--_ui5-v1-24-7_tc_headerItem_hover_border_visibility: hidden;--_ui5-v1-24-7_tc_headerItem_focus_offset: 0px;--_ui5-v1-24-7_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v1-24-7_tc_headerItemContent_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_neutral_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_positive_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_negative_border_bg: transparent;--_ui5-v1-24-7_tc_headerItem_critical_border_bg: transparent;--_ui5-v1-24-7_tc_headerItemContent_border_height: 0;--_ui5-v1-24-7_tc_headerItemContent_focus_offset: 1rem;--_ui5-v1-24-7_tc_headerItem_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v1-24-7_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v1-24-7_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v1-24-7_tc_headerItemContent_focus_border: none;--_ui5-v1-24-7_tc_headerItemContent_default_focus_border: none;--_ui5-v1-24-7_tc_headerItemContent_focus_border_radius: 0;--_ui5-v1-24-7_tc_headerItemSemanticIcon_display: none;--_ui5-v1-24-7_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v1-24-7_tc_headerItem_focus_border_radius: 0px;--_ui5-v1-24-7_tc_mixedMode_itemText_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v1-24-7_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_tc_mixedMode_itemText_font_weight: normal;--_ui5-v1-24-7_tc_headerItem_expand_button_margin_inline_start: .625rem;--_ui5-v1-24-7_tc_headerItem_single_click_expand_button_margin_inline_start: .875rem;--_ui5-v1-24-7_tc_headerItem_expand_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v1-24-7_tc_headerItem_expand_button_separator_display: none;--_ui5-v1-24-7_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v1-24-7_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v1-24-7_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v1-24-7_tc_overflowItem_focus_offset: .125rem;--_ui5-v1-24-7_tc_overflowItem_extraIndent: 0rem;--_ui5-v1-24-7_tc_headerItemIcon_border: 1px solid var(--sapHighlightColor);--_ui5-v1-24-7_tc_headerItemIcon_color: var(--sapHighlightColor);--_ui5-v1-24-7_tc_headerItemIcon_selected_background: var(--sapHighlightColor);--_ui5-v1-24-7_tc_headerItemIcon_selected_color: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_tc_headerItemIcon_positive_selected_background: var(--sapPositiveColor);--_ui5-v1-24-7_tc_headerItemIcon_negative_selected_background: var(--sapNegativeColor);--_ui5-v1-24-7_tc_headerItemIcon_critical_selected_background: var(--sapCriticalColor);--_ui5-v1-24-7_tc_headerItemIcon_neutral_selected_background: var(--sapNeutralColor);--_ui5-v1-24-7_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v1-24-7_tc_headerItemIcon_background_color: transparent;--_ui5-v1-24-7_tc_headerItem_focus_border_offset: -2px;--_ui5-v1-24-7_tc_headerItemIcon_focus_border_radius: 0;--_ui5-v1-24-7_tc_overflow_text_color: var(--sapButton_TextColor);--_ui5-v1-24-7_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v1-24-7_tc_headerItemContent_border_bottom: .1875rem solid var(--sapSelectedColor);--_ui5-v1-24-7_tc_overflowItem_default_color: var(--sapNeutralTextColor);--_ui5-v1-24-7_tc_overflowItem_current_color: CurrentColor;--_ui5-v1-24-7_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v1-24-7_tc_headerItem_text_hover_color: #1a1c1f;--_ui5-v1-24-7_textarea_state_border_width: .125rem;--_ui5-v1-24-7_textarea_information_border_width: .125rem;--_ui5-v1-24-7_textarea_placeholder_font_style: italic;--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v1-24-7_textarea_error_placeholder_font_style: italic;--_ui5-v1-24-7_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v1-24-7_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v1-24-7_textarea_hover_border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_textarea_error_warning_border_style: solid;--_ui5-v1-24-7_textarea_disabled_opacity: .4;--_ui5-v1-24-7_textarea_line_height: 1.4;--_ui5-v1-24-7_textarea_focus_pseudo_element_content: "";--_ui5-v1-24-7_textarea_focused_value_state_error_background: var(--sapField_InvalidBackground);--_ui5-v1-24-7_textarea_focused_value_state_warning_background: var(--sapField_WarningBackground);--_ui5-v1-24-7_textarea_focused_value_state_success_background: var(--sapField_SuccessBackground);--_ui5-v1-24-7_textarea_focused_value_state_information_background: var(--sapField_InformationBackground);--_ui5-v1-24-7_textarea_focused_value_state_error_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_textarea_focused_value_state_warning_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_textarea_focused_value_state_success_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_textarea_focus_offset: 1px;--_ui5-v1-24-7_textarea_readonly_focus_offset: 1px;--_ui5-v1-24-7_textarea_value_state_focus_offset: 1px;--_ui5-v1-24-7_textarea_focus_outline_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_textarea_min_height: 2.25rem;--_ui5-v1-24-7_textarea_wrapper_padding: 0;--_ui5-v1-24-7_textarea_success_wrapper_padding: 0;--_ui5-v1-24-7_textarea_warning_error_wrapper_padding: 0;--_ui5-v1-24-7_textarea_information_wrapper_padding: 0;--_ui5-v1-24-7_textarea_padding_right_and_left: .5625rem;--_ui5-v1-24-7_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v1-24-7_textarea_padding_right_and_left_information: .5rem;--_ui5-v1-24-7_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v1-24-7_textarea_padding_top: .4375rem;--_ui5-v1-24-7_textarea_padding_bottom: .4375rem;--_ui5-v1-24-7_textarea_padding_top_readonly: .4375rem;--_ui5-v1-24-7_textarea_padding_bottom_readonly:.4375rem;--_ui5-v1-24-7_textarea_padding_top_error_warning: .375rem;--_ui5-v1-24-7_textarea_padding_bottom_error_warning: .375rem;--_ui5-v1-24-7_textarea_padding_top_information: .375rem;--_ui5-v1-24-7_textarea_padding_bottom_information: .375rem;--_ui5-v1-24-7_textarea_exceeded_text_height: 1rem;--_ui5-v1-24-7_textarea_readonly_border_style: var(--sapField_BorderStyle);--_ui5-v1-24-7-time_picker_border_radius: 0;--_ui5-v1-24-7_time_picker_border: .0625rem solid transparent;--_ui5-v1-24-7_toast_vertical_offset: 3rem;--_ui5-v1-24-7_toast_horizontal_offset: 2rem;--_ui5-v1-24-7_toast_background: var(--sapList_Background);--_ui5-v1-24-7_toast_shadow: var(--sapContent_Shadow2);--_ui5-v1-24-7_toast_offset_width: -.1875rem;--_ui5-v1-24-7_wheelslider_item_text_size: var(--sapFontSize);--_ui5-v1-24-7_wheelslider_label_text_size: var(--sapFontSmallSize);--_ui5-v1-24-7_wheelslider_selection_frame_margin_top: calc(var(--_ui5-v1-24-7_wheelslider_item_height) * 2);--_ui5-v1-24-7_wheelslider_mobile_selection_frame_margin_top: calc(var(--_ui5-v1-24-7_wheelslider_item_height) * 4);--_ui5-v1-24-7_wheelslider_label_text_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_wheelslider_height: 240px;--_ui5-v1-24-7_wheelslider_mobile_height: 432px;--_ui5-v1-24-7_wheelslider_item_width: 48px;--_ui5-v1-24-7_wheelslider_item_height: 46px;--_ui5-v1-24-7_wheelslider_arrows_visibility: hidden;--_ui_wheelslider_item_expanded_hover_color: var(--sapList_Hover_Background);--_ui5-v1-24-7_wheelslider_item_background_color: var(--sapLegend_WorkingBackground);--_ui5-v1-24-7_wheelslider_item_text_color: var(--sapTextColor);--_ui_wheelslider_item_hover_color: var(--sapButton_Emphasized_Hover_BorderColor);--_ui5-v1-24-7_wheelslider_item_border_color: var(--sapList_Background);--_ui5-v1-24-7_wheelslider_item_hovered_border_color: var(--sapList_Background);--_ui5-v1-24-7_wheelslider_collapsed_item_text_color: var(--_ui5-v1-24-7_wheelslider_item_border_color);--_ui5-v1-24-7_wheelslider_selected_item_background_color: var(--sapContent_Selected_Background);--_ui5-v1-24-7_wheelslider_selected_item_hover_background_color: var(--sapButton_Emphasized_Hover_BorderColor);--_ui5-v1-24-7_wheelslider_active_item_background_color:var(--sapContent_Selected_Background);--_ui5-v1-24-7_wheelslider_active_item_text_color: var(--sapContent_Selected_TextColor);--_ui5-v1-24-7_wheelslider_selection_frame_color: var(--sapList_SelectionBorderColor);--_ui_wheelslider_item_border_radius: var(--_ui5-v1-24-7_button_border_radius);--_ui5-v1-24-7_toggle_button_pressed_focussed: var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_toggle_button_pressed_focussed_hovered: var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_toggle_button_selected_positive_text_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_toggle_button_selected_negative_text_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_toggle_button_selected_attention_text_color: var(--sapButton_Selected_TextColor);--_ui5-v1-24-7_toggle_button_emphasized_pressed_focussed_hovered: var(--sapContent_FocusColor);--_ui5-v1-24-7_toggle_button_emphasized_text_shadow: none;--_ui5-v1-24-7_yearpicker_item_selected_focus: var(--sapContent_Selected_Background);--_ui5-v1-24-7_yearpicker_item_selected_hover_color: var(--sapContent_Selected_Background);--_ui5-v1-24-7_yearpicker_item_border: none;--_ui5-v1-24-7_yearpicker_item_margin: 1px;--_ui5-v1-24-7_yearpicker_item_focus_after_width: calc(100% - .375rem) ;--_ui5-v1-24-7_yearpicker_item_focus_after_height: calc(100% - .375rem) ;--_ui5-v1-24-7_yearpicker_item_focus_after_border: 1px dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_yearpicker_item_focus_after_offset: 2px;--_ui5-v1-24-7_yearpicker_item_focus_after_border_radius: 0;--_ui5-v1-24-7_yearpicker_item_selected_background_color: var(--sapSelectedColor);--_ui5-v1-24-7_yearpicker_item_selected_text_color: var(--sapContent_ContrastTextColor);--_ui5-v1-24-7_yearpicker_item_selected_box_shadow: none;--_ui5-v1-24-7_yearpicker_item_focus_after_outline: none;--_ui5-v1-24-7_yearpicker_item_border_radius: .25rem;--_ui5-v1-24-7_calendar_header_arrow_button_border: none;--_ui5-v1-24-7_calendar_header_arrow_button_border_radius: .25rem;--_ui5-v1-24-7_calendar_header_middle_button_width: 6.25rem;--_ui5-v1-24-7_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v1-24-7_calendar_header_middle_button_focus_border_radius: .25rem;--_ui5-v1-24-7_calendar_header_middle_button_focus_border: none;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_display: block;--_ui5-v1-24-7_calendar_header_button_background_color: none;--_ui5-v1-24-7_calendar_header_arrow_button_box_shadow: none;--_ui5-v1-24-7_calendar_header_middle_button_focus_background: transparent;--_ui5-v1-24-7_calendar_header_middle_button_focus_outline: none;--_ui5-v1-24-7_calendar_header_middle_button_focus_active_outline: none;--_ui5-v1-24-7_calendar_header_middle_button_focus_active_background: var(--sapButton_Active_Background);--_ui5-v1-24-7_calendar_header_middle_button_focus_after_border: 1px dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_left_offset: .125rem;--ui5-v1-24-7_table_bottom_border: 1px solid var(--sapList_BorderColor);--ui5-v1-24-7_table_header_row_outline_width: 1px;--ui5-v1-24-7_table_multiselect_column_width: 2.75rem;--ui5-v1-24-7_table_header_row_font_family: var(--sapFontFamily);--ui5-v1-24-7_table_header_row_border_bottom_color: var(--sapList_BorderColor);--ui5-v1-24-7_table_header_row_border_width: 1px;--_ui5-v1-24-7_table_load_more_border-bottom: none;--ui5-v1-24-7_table_header_row_font_weight: normal;--ui5-v1-24-7_table_row_outline_width: 1px;--ui5-v1-24-7_table_multiselect_popin_row_padding: 3.25rem;--ui5-v1-24-7_table_group_row_font-weight: normal;--ui5-v1-24-7_table_border_width: 0 0 1px 0;--_ui5-v1-24-7-toolbar-padding-left: .5rem;--_ui5-v1-24-7-toolbar-padding-right: .5rem;--_ui5-v1-24-7-toolbar-item-margin-left: 0;--_ui5-v1-24-7-toolbar-item-margin-right: .25rem;--_ui5-v1-24-7_load_more_padding: 0;--_ui5-v1-24-7_load_more_border: 1px top solid transparent;--_ui5-v1-24-7_load_more_border_radius: none;--_ui5-v1-24-7_load_more_outline_width: 1px;--_ui5-v1-24-7_token_background: var(--sapButton_TokenBackground);--_ui5-v1-24-7_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v1-24-7_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_token_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v1-24-7_token_outline_offset: -.125rem;--_ui5-v1-24-7_token_hover_border_color: var(--sapButton_Hover_BorderColor);--_ui5-v1-24-7_token_right_margin: .3125rem;--_ui5-v1-24-7_token_padding: .25rem 0;--_ui5-v1-24-7_token_left_padding: .3125rem;--_ui5-v1-24-7_token_readonly_padding: .25rem .375rem;--_ui5-v1-24-7_token_selected_focus_outline: var(--_ui5-v1-24-7_token_focus_outline_width) dotted var(--sapContent_ContrastFocusColor);--_ui5-v1-24-7_token_focus_outline: var(--_ui5-v1-24-7_token_focus_outline_width) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_token_selected_hover_border_color: var(--sapButton_Selected_Hover_BorderColor);--_ui5-v1-24-7_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--ui5-v1-24-7_token_focus_pseudo_element_content: none;--_ui5-v1-24-7_token_focus_offset: -.25rem;--_ui5-v1-24-7_token_selected_text_font_family: "72override", var(--sapFontFamily);--_ui5-v1-24-7_token_selected_internal_border_bottom: none;--_ui5-v1-24-7_token_selected_internal_border_bottom_radius: 0;--_ui5-v1-24-7_token_text_icon_top: 0;--_ui5-v1-24-7_token_selected_focused_offset_bottom: var(--_ui5-v1-24-7_token_focus_offset);--_ui5-v1-24-7_token_focus_outline_width: .0625rem;--_ui5-v1-24-7_token_text_color: var(--sapTextColor);--_ui5-v1-24-7_tokenizer_n_more_text_color: var(--sapField_TextColor);--_ui5-v1-24-7_tokenizer-popover_offset: .3125rem;--_ui5-v1-24-7_value_state_message_border: none;--_ui5-v1-24-7_value_state_header_border: none;--_ui5-v1-24-7_input_value_state_icon_display: none;--_ui5-v1-24-7_value_state_message_padding: .5rem;--_ui5-v1-24-7_value_state_message_padding_phone: .5rem .5rem .5rem 1rem;--_ui5-v1-24-7_value_state_header_padding: .5625rem 1rem;--_ui5-v1-24-7_value_state_message_popover_box_shadow: none;--_ui5-v1-24-7_value_state_message_icon_width: .875rem;--_ui5-v1-24-7_value_state_message_icon_height: .875rem;--_ui5-v1-24-7_input_value_state_icon_offset: .5rem;--_ui5-v1-24-7_value_state_header_offset: -.125rem;--_ui5-v1-24-7_value_state_message_popover_border_radius: 0;--_ui5-v1-24-7_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v1-24-7_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v1-24-7_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v1-24-7_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v1-24-7_value_state_message_line_height: 1rem;--_ui5-v1-24-7_value_state_message_icon_offset_phone: 1rem;--_ui5-v1-24-7_value_state_header_border_bottom: none;--_ui5-v1-24-7-multi_combobox_token_margin_top: 1px;--_ui5-v1-24-7_slider_progress_container_background: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_progress_container_dot_display: none;--_ui5-v1-24-7_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_progress_border: none;--_ui5-v1-24-7_slider_padding: 1.406rem 1.0625rem;--_ui5-v1-24-7_slider_inner_height: .25rem;--_ui5-v1-24-7_slider_outer_height: 1.6875rem;--_ui5-v1-24-7_slider_progress_border_radius: .25rem;--_ui5-v1-24-7_slider_progress_background: var(--sapActiveColor);--_ui5-v1-24-7_slider_handle_icon_display: none;--_ui5-v1-24-7_range_slider_root_hover_handle_icon_display: none;--_ui5-v1-24-7_slider_handle_border: solid .125rem var(--sapField_BorderColor);--_ui5-v1-24-7_slider_handle_border_radius: 1rem;--_ui5-v1-24-7_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_handle_margin_left: calc(-1 * (var(--_ui5-v1-24-7_slider_handle_width) / 2));--_ui5-v1-24-7_slider_handle_hover_border: .125rem solid var(--sapButton_Hover_BorderColor);--_ui5-v1-24-7_slider_handle_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_slider_handle_focus_border: var(--_ui5-v1-24-7_slider_handle_hover_border);--_ui5-v1-24-7_slider_handle_outline_offset: .075rem;--_ui5-v1-24-7_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_slider_progress_outline_offset: -.8125rem;--_ui5-v1-24-7_slider_disabled_opacity: .4;--_ui5-v1-24-7_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v1-24-7_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_slider_tooltip_background: var(--sapField_Background);--_ui5-v1-24-7_slider_tooltip_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v1-24-7_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_tooltip_border: .0625rem solid var(--_ui5-v1-24-7_slider_tooltip_border_color);--_ui5-v1-24-7_slider_tooltip_box_shadow: none;--_ui5-v1-24-7_slider_tooltip_padding: .4125rem;--_ui5-v1-24-7_slider_tooltip_height: 1rem;--_ui5-v1-24-7_slider_tooltip_min_width: 2rem;--_ui5-v1-24-7_slider_tooltip_bottom: 2rem;--_ui5-v1-24-7_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v1-24-7_slider_label_color: var(--sapContent_LabelColor);--_ui5-v1-24-7_range_slider_progress_focus_display: none;--_ui5-v1-24-7_range_slider_progress_focus_top: -1.063rem;--_ui5-v1-24-7_range_slider_progress_focus_left: -1.438rem;--_ui5-v1-24-7_range_slider_progress_focus_padding: 0 1.375rem 0 1.438rem;--_ui5-v1-24-7_range_slider_progress_focus_height: 2rem;--_ui5-v1-24-7_range_slider_legacy_progress_focus_display: block;--_ui5-v1-24-7_slider_handle_focus_width: 0;--_ui5-v1-24-7_slider_start_end_point_size: .375rem;--_ui5-v1-24-7_slider_start_end_point_left: -.875rem;--_ui5-v1-24-7_slider_start_end_point_top: -.1875rem;--_ui5-v1-24-7_slider_handle_background_focus: var(--sapButton_Active_Background);--_ui5-v1-24-7_slider_handle_focused_tooltip_distance: var(--_ui5-v1-24-7_slider_tooltip_bottom);--_ui5-v1-24-7_slider_tooltip_border_box: content-box;--_ui5-v1-24-7_range_slider_active_handle_icon_display: none;--_ui5-v1-24-7_range_slider_progress_focus_width: 100%;--_ui5-v1-24-7_slider_tickmark_height: 1rem;--_ui5-v1-24-7_slider_progress_box_sizing: content-box;--_ui5-v1-24-7_slider_tickmark_in_range_bg: var(--sapField_BorderColor);--_ui5-v1-24-7_range_slider_focus_outline_width: 100%;--_ui5-v1-24-7_slider_progress_outline_offset_left: 0;--_ui5-v1-24-7_range_slider_focus_outline_radius: 0;--_ui5-v1-24-7_slider_progress_container_top: 0;--_ui5-v1-24-7_slider_progress_height: 100%;--_ui5-v1-24-7_slider_active_progress_border: none;--_ui5-v1-24-7_slider_active_progress_left: 0;--_ui5-v1-24-7_slider_active_progress_top: 0;--_ui5-v1-24-7_slider_no_tickmarks_progress_container_top: var(--_ui5-v1-24-7_slider_progress_container_top);--_ui5-v1-24-7_slider_no_tickmarks_progress_height: var(--_ui5-v1-24-7_slider_progress_height);--_ui5-v1-24-7_slider_no_tickmarks_active_progress_border: var(--_ui5-v1-24-7_slider_active_progress_border);--_ui5-v1-24-7_slider_no_tickmarks_active_progress_left: var(--_ui5-v1-24-7_slider_active_progress_left);--_ui5-v1-24-7_slider_no_tickmarks_active_progress_top: var(--_ui5-v1-24-7_slider_active_progress_top);--_ui5-v1-24-7_slider_handle_focus_visibility: none;--_ui5-v1-24-7_slider_handle_icon_size: 1rem;--_ui5-v1-24-7_slider_inner_min_width: 4rem;--_ui5-v1-24-7_range_slider_handle_background_focus: transparent;--_ui5-v1-24-7_slider_handle_top: -.875rem;--_ui5-v1-24-7_range_slider_handle_background: transparent;--_ui5-v1-24-7_range_slider_handle_active_background: transparent;--_ui5-v1-24-7_slider_handle_background: var(--sapButton_Background);--_ui5-v1-24-7_slider_handle_hover_background: var(--sapButton_Hover_Background);--_ui5-v1-24-7_range_slider_root_hover_handle_bg: transparent;--_ui5-v1-24-7_range_slider_root_active_handle_icon_display: none;--_ui5-v1-24-7_slider_handle_width: 1.875rem;--_ui5-v1-24-7_slider_handle_height: 1.875rem;--_ui5-v1-24-7_slider_handle_box_sizing: border-box;--_ui5-v1-24-7_slider_tickmark_top: -.34375rem;--_ui5-v1-24-7_step_input_input_error_background_color: var(--sapField_InvalidBackground);--_ui5-v1-24-7-step_input_button_state_hover_background_color: var(--sapField_Background);--_ui5-v1-24-7_step_input_border_style: 1px solid var(--sapField_BorderColor);--_ui5-v1-24-7_step_input_border_style_hover: 1px solid var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_step_input_button_background_color:var(--sapField_Background);--_ui5-v1-24-7_step_input_input_border: 1px solid transparent;--_ui5-v1-24-7_step_input_input_margin_top: -.0625rem;--_ui5-v1-24-7_step_input_button_display: inline-block;--_ui5-v1-24-7_step_input_button_left: 0;--_ui5-v1-24-7_step_input_button_right: 0;--_ui5-v1-24-7_step_input_input_border_focused_after: var(--_ui5-v1-24-7_input_focus_border_width) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_step_input_input_border_top_bottom_focused_after: .0625rem;--_ui5-v1-24-7_step_input_input_border_radius_focused_after: 0;--_ui5-v1-24-7_step_input_input_information_border_color_focused_after: var(--sapField_BorderColor);--_ui5-v1-24-7_step_input_input_warning_border_color_focused_after: var(--sapField_BorderColor);--_ui5-v1-24-7_step_input_input_success_border_color_focused_after: var(--sapField_BorderColor);--_ui5-v1-24-7_step_input_input_error_border_color_focused_after: var(--sapField_BorderColor);--_ui5-v1-24-7_step_input_disabled_button_background: var(--sapField_ReadOnly_Background);--_ui5-v1-24-7_step_input_border_color_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_step_input_border_hover: 1px solid var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_input_input_background_color: var(--sapField_InvalidBackground);--_ui5-v1-24-7_step_input_min_width: 7.25rem;--_ui5-v1-24-7_step_input_padding: 2.5rem;--_ui5-v1-24-7_calendar_height: 24.5rem;--_ui5-v1-24-7_calendar_width: 20rem;--_ui5-v1-24-7_calendar_padding: 1rem;--_ui5-v1-24-7_calendar_left_right_padding: .5rem;--_ui5-v1-24-7_calendar_top_bottom_padding: 1rem;--_ui5-v1-24-7_calendar_header_height: 3rem;--_ui5-v1-24-7_calendar_header_arrow_button_width: 2.5rem;--_ui5-v1-24-7_calendar_header_padding: .25rem 0;--_ui5-v1-24-7_checkbox_root_side_padding: .6875rem;--_ui5-v1-24-7_checkbox_icon_size: 1rem;--_ui5-v1-24-7_checkbox_partially_icon_size: .75rem;--_ui5-v1-24-7_custom_list_item_rb_min_width: 2.75rem;--_ui5-v1-24-7_day_picker_item_width: 2.25rem;--_ui5-v1-24-7_day_picker_item_height: 2.875rem;--_ui5-v1-24-7_day_picker_empty_height: 3rem;--_ui5-v1-24-7_day_picker_item_justify_content: space-between;--_ui5-v1-24-7_dp_two_calendar_item_now_text_padding_top: .375rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v1-24-7_dp_two_calendar_item_primary_text_height: 1.8125rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v1-24-7_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem;--_ui5-v1-24-7_color-palette-item-height: 1.75rem;--_ui5-v1-24-7_color-palette-item-hover-height: 2.375rem;--_ui5-v1-24-7_color-palette-item-margin: calc((var(--_ui5-v1-24-7_color-palette-item-hover-height) - var(--_ui5-v1-24-7_color-palette-item-height)) / 2);--_ui5-v1-24-7_color-palette-row-width: 12rem;--_ui5-v1-24-7_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v1-24-7_datetime_picker_width: 40.0625rem;--_ui5-v1-24-7_datetime_picker_height: 25rem;--_ui5-v1-24-7_datetime_timeview_width: 17rem;--_ui5-v1-24-7_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v1-24-7_datetime_timeview_padding: 1rem;--_ui5-v1-24-7_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v1-24-7_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v1-24-7_dialog_content_min_height: 2.75rem;--_ui5-v1-24-7_dialog_footer_height: 2.75rem;--_ui5-v1-24-7_input_inner_padding: 0 .625rem;--_ui5-v1-24-7_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v1-24-7_input_inner_space_to_tokenizer: .125rem;--_ui5-v1-24-7_input_inner_space_to_n_more_text: .1875rem;--_ui5-v1-24-7_list_no_data_height: 3rem;--_ui5-v1-24-7_list_item_cb_margin_right: 0;--_ui5-v1-24-7_list_item_title_size: var(--sapFontLargeSize);--_ui5-v1-24-7_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v1-24-7_list_item_img_size: 3rem;--_ui5-v1-24-7_list_item_img_top_margin: .5rem;--_ui5-v1-24-7_list_item_img_bottom_margin: .5rem;--_ui5-v1-24-7_list_item_img_hn_margin: .75rem;--_ui5-v1-24-7_list_item_dropdown_base_height: 2.5rem;--_ui5-v1-24-7_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v1-24-7_list_item_icon_size: 1.125rem;--_ui5-v1-24-7_list_item_icon_padding-inline-end: .5rem;--_ui5-v1-24-7_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v1-24-7_checkbox_wrapper_padding));--_ui5-v1-24-7_list_item_content_vertical_offset: calc((var(--_ui5-v1-24-7_list_item_base_height) - var(--_ui5-v1-24-7_list_item_title_size)) / 2);--_ui5-v1-24-7_group_header_list_item_height: 2.75rem;--_ui5-v1-24-7_list_busy_row_height: 3rem;--_ui5-v1-24-7_month_picker_item_height: 3rem;--_ui5-v1-24-7_list_buttons_left_space: .125rem;--_ui5-v1-24-7_popup_default_header_height: 2.75rem;--_ui5-v1-24-7-notification-overflow-popover-padding: .25rem .5rem;--_ui5-v1-24-7_year_picker_item_height: 3rem;--_ui5-v1-24-7_tokenizer_padding: .25rem;--_ui5-v1-24-7_token_height: 1.625rem;--_ui5-v1-24-7_token_icon_size: .75rem;--_ui5-v1-24-7_token_icon_padding: .25rem .5rem;--_ui5-v1-24-7_token_wrapper_right_padding: .3125rem;--_ui5-v1-24-7_token_wrapper_left_padding: 0;--_ui5-v1-24-7_tl_bubble_padding: 1rem;--_ui5-v1-24-7_tl_indicator_before_bottom: -1.625rem;--_ui5-v1-24-7_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v1-24-7_tl_li_margin_bottom: 1.625rem;--_ui5-v1-24-7_switch_focus_width_size_horizon_exp: calc(100% + 4px) ;--_ui5-v1-24-7_switch_focus_height_size_horizon_exp: calc(100% + 4px) ;--_ui5-v1-24-7_tc_item_text: 3rem;--_ui5-v1-24-7_tc_item_height: 4.75rem;--_ui5-v1-24-7_tc_item_text_only_height: 2.75rem;--_ui5-v1-24-7_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v1-24-7_tc_item_text_line_height: 1.325rem;--_ui5-v1-24-7_tc_item_icon_circle_size: 2.75rem;--_ui5-v1-24-7_tc_item_icon_size: 1.25rem;--_ui5-v1-24-7_tc_item_add_text_margin_top: .375rem;--_ui5-v1-24-7_textarea_margin: .25rem 0;--_ui5-v1-24-7_radio_button_height: 2.75rem;--_ui5-v1-24-7_radio_button_label_side_padding: .875rem;--_ui5-v1-24-7_radio_button_inner_size: 2.75rem;--_ui5-v1-24-7_radio_button_svg_size: 1.375rem;--_ui5-v1-24-7-responsive_popover_header_height: 2.75rem;--ui5-v1-24-7_side_navigation_item_height: 2.75rem;--_ui5-v1-24-7_load_more_text_height: 2.75rem;--_ui5-v1-24-7_load_more_text_font_size: var(--sapFontMediumSize);--_ui5-v1-24-7_load_more_desc_padding: .375rem 2rem .875rem 2rem;--ui5-v1-24-7_table_header_row_height: 2.75rem;--ui5-v1-24-7_table_row_height: 2.75rem;--ui5-v1-24-7_table_focus_outline_offset: -.125rem;--ui5-v1-24-7_table_group_row_height: 2rem;--_ui5-v1-24-7-tree-indent-step: 1.5rem;--_ui5-v1-24-7-tree-toggle-box-width: 2.75rem;--_ui5-v1-24-7-tree-toggle-box-height: 2.25rem;--_ui5-v1-24-7-tree-toggle-icon-size: 1.0625rem;--_ui5-v1-24-7_timeline_tli_indicator_before_bottom: -1.625rem;--_ui5-v1-24-7_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v1-24-7_split_button_middle_separator_top: -.0625rem;--_ui5-v1-24-7_split_button_middle_separator_height: 2.25rem;--_ui5-v1-24-7-toolbar-separator-height: 2rem;--_ui5-v1-24-7-toolbar-height: 2.75rem;--_ui5-v1-24-7_toolbar_overflow_padding: .25rem .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v1-24-7_input_min_width: 2rem;--_ui5-v1-24-7_input_icon_width: 2rem;--_ui5-v1-24-7_input_error_warning_icon_padding: .1875rem .375rem .1875rem .4375rem;--_ui5-v1-24-7_input_error_warning_focused_icon_padding: .1875rem .375rem .1875rem .4375rem;--_ui5-v1-24-7_input_information_icon_padding: .1875rem .375rem .1875rem .4375rem;--_ui5-v1-24-7_input_information_focused_icon_padding: .1875rem .375rem .1875rem .4375rem;--_ui5-v1-24-7_input_custom_icon_padding: .25rem .5rem;--_ui5-v1-24-7_input_error_warning_custom_icon_padding: .1875rem .5rem;--_ui5-v1-24-7_input_error_warning_custom_focused_icon_padding: .1875rem .5rem;--_ui5-v1-24-7_input_information_custom_icon_padding: .1875rem .5rem;--_ui5-v1-24-7_input_information_custom_focused_icon_padding: .1875rem .5rem;--_ui5-v1-24-7_input_icon_padding: .25rem .4375rem;--_ui5-v1-24-7_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v1-24-7_radio_button_min_width: 2rem;--_ui5-v1-24-7_radio_button_focus_dist: .375rem;--_ui5-v1-24-7_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v1-24-7_rating_indicator_item_height: .67em;--_ui5-v1-24-7_rating_indicator_item_width: .67em;--_ui5-v1-24-7_rating_indicator_readonly_item_height: .67em;--_ui5-v1-24-7_rating_indicator_readonly_item_width: .67em;--_ui5-v1-24-7_rating_indicator_component_spacing: .8125rem 0px;--_ui5-v1-24-7_switch_height: 2rem;--_ui5-v1-24-7_switch_width: 2.5rem;--_ui5-v1-24-7_switch_with_label_width: 100%;--_ui5-v1-24-7_switch_root_outline_top: 0;--_ui5-v1-24-7_switch_root_outline_bottom: 0;--_ui5-v1-24-7_switch_transform: translateX(100%) translateX(-1.5rem);--_ui5-v1-24-7_switch_transform_with_label: translateX(100%) translateX( -1.5rem);--_ui5-v1-24-7_switch_rtl_transform: translateX(1.5rem) translateX(-100%);--_ui5-v1-24-7_switch_rtl_transform_with_label: translateX(1.5rem) translateX(-100%);--_ui5-v1-24-7_switch_track_with_label_width: 100%;--_ui5-v1-24-7_switch_track_with_label_height: 1.375rem;--_ui5-v1-24-7_switch_track_width: 100%;--_ui5-v1-24-7_switch_track_height: 1.375rem;--_ui5-v1-24-7_switch_handle_width: 1.625rem;--_ui5-v1-24-7_switch_handle_height: 1.625rem;--_ui5-v1-24-7_switch_handle_with_label_width: 1.625rem;--_ui5-v1-24-7_switch_handle_with_label_height: 1.625rem;--_ui5-v1-24-7_switch_text_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_switch_text_width: none;--_ui5-v1-24-7_switch_text_active_left: calc(-100% + 1.625rem) ;--_ui5-v1-24-7_textarea_padding_right_and_left: .4375rem;--_ui5-v1-24-7_textarea_padding_right_and_left_error_warning: .375rem;--_ui5-v1-24-7_textarea_padding_right_and_left_information: .375rem;--_ui5-v1-24-7_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v1-24-7_textarea_padding_top: .125rem;--_ui5-v1-24-7_textarea_padding_bottom: .125rem;--_ui5-v1-24-7_textarea_padding_top_readonly: .125rem;--_ui5-v1-24-7_textarea_padding_bottom_readonly: .125rem;--_ui5-v1-24-7_textarea_padding_top_error_warning: .0625rem;--_ui5-v1-24-7_textarea_padding_bottom_error_warning: .0625rem;--_ui5-v1-24-7_textarea_padding_top_information: .0625rem;--_ui5-v1-24-7_textarea_padding_bottom_information: .0625rem;--_ui5-v1-24-7_textarea_exceeded_text_height: .375rem;--_ui5-v1-24-7_textarea_min_height: 1.625rem;--_ui5-v1-24-7_tokenizer-popover_offset: .1875rem;--_ui5-v1-24-7_slider_handle_icon_size: .875rem;--_ui5-v1-24-7_slider_padding: 1rem 1.0625rem;--_ui5-v1-24-7_button_base_height: var(--sapElement_Compact_Height);--_ui5-v1-24-7_button_base_padding: .4375rem;--_ui5-v1-24-7_button_base_min_width: 2rem;--_ui5-v1-24-7_button_icon_font_size: 1rem;--_ui5-v1-24-7_calendar_height: 18rem;--_ui5-v1-24-7_calendar_width: 17.75rem;--_ui5-v1-24-7_calendar_left_right_padding: .25rem;--_ui5-v1-24-7_calendar_top_bottom_padding: .5rem;--_ui5-v1-24-7_calendar_header_height: 2rem;--_ui5-v1-24-7_calendar_header_arrow_button_width: 2rem;--_ui5-v1-24-7_calendar_header_padding: 0;--_ui5-v1-24-7-calendar-legend-root-padding: .5rem;--_ui5-v1-24-7-calendar-legend-root-width: 16.75rem;--_ui5-v1-24-7-calendar-legend-item-box-margin: .125rem .5rem .125rem .125rem;--_ui5-v1-24-7-calendar-legend-item-root-focus-margin: -.125rem;--_ui5-v1-24-7_checkbox_root_side_padding: var(--_ui5-v1-24-7_checkbox_wrapped_focus_padding);--_ui5-v1-24-7_checkbox_wrapped_content_margin_top: var(--_ui5-v1-24-7_checkbox_compact_wrapped_label_margin_top);--_ui5-v1-24-7_checkbox_wrapped_focus_left_top_bottom_position: var(--_ui5-v1-24-7_checkbox_compact_focus_position);--_ui5-v1-24-7_checkbox_width_height: var(--_ui5-v1-24-7_checkbox_compact_width_height);--_ui5-v1-24-7_checkbox_wrapper_padding: var(--_ui5-v1-24-7_checkbox_compact_wrapper_padding);--_ui5-v1-24-7_checkbox_focus_position: var(--_ui5-v1-24-7_checkbox_compact_focus_position);--_ui5-v1-24-7_checkbox_inner_width_height: var(--_ui5-v1-24-7_checkbox_compact_inner_size);--_ui5-v1-24-7_checkbox_icon_size: .75rem;--_ui5-v1-24-7_checkbox_partially_icon_size: .5rem;--_ui5-v1-24-7_color-palette-item-height: 1.25rem;--_ui5-v1-24-7_color-palette-item-focus-height: 1rem;--_ui5-v1-24-7_color-palette-item-container-sides-padding: .1875rem;--_ui5-v1-24-7_color-palette-item-container-rows-padding: .8125rem;--_ui5-v1-24-7_color-palette-item-hover-height: 1.625rem;--_ui5-v1-24-7_color-palette-item-margin: calc((var(--_ui5-v1-24-7_color-palette-item-hover-height) - var(--_ui5-v1-24-7_color-palette-item-height)) / 2);--_ui5-v1-24-7_color-palette-row-width: 8.125rem;--_ui5-v1-24-7_color-palette-swatch-container-padding: .1875rem .8125rem;--_ui5-v1-24-7_color-palette-item-hover-margin: 0;--_ui5-v1-24-7_color-palette-row-height: 7.5rem;--_ui5-v1-24-7_color-palette-button-height: 2rem;--_ui5-v1-24-7_color_picker_slider_container_margin_top: -4px;--_ui5-v1-24-7_custom_list_item_rb_min_width: 2rem;--_ui5-v1-24-7_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v1-24-7_day_picker_item_width: 2rem;--_ui5-v1-24-7_day_picker_item_height: 2rem;--_ui5-v1-24-7_day_picker_empty_height: 2.125rem;--_ui5-v1-24-7_day_picker_item_justify_content: flex-end;--_ui5-v1-24-7_dp_two_calendar_item_now_text_padding_top: .5rem;--_ui5-v1-24-7_dp_two_calendar_item_primary_text_height: 1rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v1-24-7_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v1-24-7_daypicker_specialday_focused_top: 1.5rem;--_ui5-v1-24-7_daypicker_special_day_top: 1.625rem;--_ui5-v1-24-7_daypicker_item_now_specialday_top: 1.5rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v1-24-7_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding_block: 0 .625rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v1-24-7_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem;--_ui5-v1-24-7_datetime_picker_height: 20.5rem;--_ui5-v1-24-7_datetime_picker_width: 35.5rem;--_ui5-v1-24-7_datetime_timeview_width: 17rem;--_ui5-v1-24-7_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v1-24-7_datetime_timeview_padding: .5rem;--_ui5-v1-24-7_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v1-24-7_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v1-24-7_dialog_content_min_height: 2.5rem;--_ui5-v1-24-7_dialog_footer_height: 2.5rem;--_ui5-v1-24-7_input_height: var(--sapElement_Compact_Height);--_ui5-v1-24-7_input_inner_padding: 0 .5rem;--_ui5-v1-24-7_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v1-24-7_input_inner_space_to_tokenizer: .125rem;--_ui5-v1-24-7_input_inner_space_to_n_more_text: .125rem;--_ui5-v1-24-7_input_icon_min_width: var(--_ui5-v1-24-7_input_compact_min_width);--_ui5-v1-24-7_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v1-24-7_menu_item_submenu_icon_right: .75rem;--_ui5-v1-24-7-notification-overflow-popover-padding: .25rem .5rem;--_ui5-v1-24-7_popup_default_header_height: 2.5rem;--_ui5-v1-24-7_textarea_margin: .1875rem 0;--_ui5-v1-24-7_list_no_data_height: 2rem;--_ui5-v1-24-7_list_item_cb_margin_right: .5rem;--_ui5-v1-24-7_list_item_title_size: var(--sapFontSize);--_ui5-v1-24-7_list_item_img_top_margin: .55rem;--_ui5-v1-24-7_list_no_data_font_size: var(--sapFontSize);--_ui5-v1-24-7_list_item_dropdown_base_height: 2rem;--_ui5-v1-24-7_list_item_base_height: 2rem;--_ui5-v1-24-7_list_item_icon_size: 1rem;--_ui5-v1-24-7_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v1-24-7_checkbox_wrapper_padding));--_ui5-v1-24-7_list_item_content_vertical_offset: calc((var(--_ui5-v1-24-7_list_item_base_height) - var(--_ui5-v1-24-7_list_item_title_size)) / 2);--_ui5-v1-24-7_list_busy_row_height: 2rem;--_ui5-v1-24-7_list_buttons_left_space: .125rem;--_ui5-v1-24-7_month_picker_item_height: 2rem;--_ui5-v1-24-7_year_picker_item_height: 2rem;--_ui5-v1-24-7_panel_header_height: 2rem;--_ui5-v1-24-7_panel_button_root_height: 2rem;--_ui5-v1-24-7_panel_button_root_width: 2.5rem;--_ui5-v1-24-7_token_height: 1.25rem;--_ui5-v1-24-7_token_right_margin: .25rem;--_ui5-v1-24-7_token_left_padding: .25rem;--_ui5-v1-24-7_token_readonly_padding: .125rem .25rem;--_ui5-v1-24-7_token_focus_offset: -.125rem;--_ui5-v1-24-7_token_icon_size: .75rem;--_ui5-v1-24-7_token_icon_padding: .125rem .25rem;--_ui5-v1-24-7_token_wrapper_right_padding: .25rem;--_ui5-v1-24-7_token_wrapper_left_padding: 0;--_ui5-v1-24-7_token_outline_offset: -.125rem;--_ui5-v1-24-7_tl_bubble_padding: .5rem;--_ui5-v1-24-7_tl_indicator_before_bottom: -.5rem;--_ui5-v1-24-7_tl_padding: .5rem;--_ui5-v1-24-7_tl_li_margin_bottom: .5rem;--_ui5-v1-24-7_wheelslider_item_width: 64px;--_ui5-v1-24-7_wheelslider_item_height: 32px;--_ui5-v1-24-7_wheelslider_height: 224px;--_ui5-v1-24-7_wheelslider_selection_frame_margin_top: calc(var(--_ui5-v1-24-7_wheelslider_item_height) * 2);--_ui5-v1-24-7_wheelslider_arrows_visibility: visible;--_ui5-v1-24-7_wheelslider_mobile_selection_frame_margin_top: 128px;--_ui5-v1-24-7_tc_item_text: 2rem;--_ui5-v1-24-7_tc_item_text_line_height: 1.325rem;--_ui5-v1-24-7_tc_item_add_text_margin_top: .3125rem;--_ui5-v1-24-7_tc_item_height: 4rem;--_ui5-v1-24-7_tc_header_height: var(--_ui5-v1-24-7_tc_item_height);--_ui5-v1-24-7_tc_item_icon_circle_size: 2rem;--_ui5-v1-24-7_tc_item_icon_size: 1rem;--_ui5-v1-24-7_radio_button_height: 2rem;--_ui5-v1-24-7_radio_button_label_side_padding: .5rem;--_ui5-v1-24-7_radio_button_inner_size: 2rem;--_ui5-v1-24-7_radio_button_svg_size: 1rem;--_ui5-v1-24-7-responsive_popover_header_height: 2.5rem;--ui5-v1-24-7_side_navigation_item_height: 2rem;--_ui5-v1-24-7_slider_handle_height: 1.25rem;--_ui5-v1-24-7_slider_handle_width: 1.25rem;--_ui5-v1-24-7_slider_handle_top: -.5rem;--_ui5-v1-24-7_slider_tooltip_height: 1rem;--_ui5-v1-24-7_slider_tooltip_padding: .25rem;--_ui5-v1-24-7_slider_progress_outline_offset: -.625rem;--_ui5-v1-24-7_slider_outer_height: 1.3125rem;--_ui5-v1-24-7_split_button_middle_separator_height: 1.625rem;--_ui5-v1-24-7_step_input_min_width: 6rem;--_ui5-v1-24-7_step_input_padding: 2rem;--_ui5-v1-24-7_load_more_text_height: 2.625rem;--_ui5-v1-24-7_load_more_text_font_size: var(--sapFontSize);--_ui5-v1-24-7_load_more_desc_padding: 0 2rem .875rem 2rem;--ui5-v1-24-7_table_header_row_height: 2rem;--ui5-v1-24-7_table_row_height: 2rem;--_ui5-v1-24-7-tree-indent-step: .5rem;--_ui5-v1-24-7-tree-toggle-box-width: 2rem;--_ui5-v1-24-7-tree-toggle-box-height: 1.5rem;--_ui5-v1-24-7-tree-toggle-icon-size: .8125rem;--_ui5-v1-24-7_timeline_tli_indicator_before_bottom: -.5rem;--_ui5-v1-24-7_timeline_tli_indicator_before_right: -.5rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_bottom: -.75rem;--_ui5-v1-24-7_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v1-24-7_vsd_header_container: 2.5rem;--_ui5-v1-24-7_vsd_sub_header_container_height: 2rem;--_ui5-v1-24-7_vsd_header_height: 4rem;--_ui5-v1-24-7_vsd_expand_content_height: 25.4375rem;--_ui5-v1-24-7-toolbar-separator-height: 1.5rem;--_ui5-v1-24-7-toolbar-height: 2rem;--_ui5-v1-24-7_toolbar_overflow_padding: .1875rem .375rem}:root,[dir=ltr]{--_ui5-v1-24-7_rotation_90deg: rotate(90deg);--_ui5-v1-24-7_rotation_minus_90deg: rotate(-90deg);--_ui5-v1-24-7_icon_transform_scale: none;--_ui5-v1-24-7_panel_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_90deg);--_ui5-v1-24-7_li_notification_group_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_90deg);--_ui5-v1-24-7_timeline_scroll_container_offset: .5rem;--_ui5-v1-24-7_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v1-24-7_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v1-24-7_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v1-24-7_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v1-24-7_dialog_resize_cursor: se-resize;--_ui5-v1-24-7_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v1-24-7_menu_submenu_margin_offset: -.25rem 0;--_ui5-v1-24-7_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v1-24-7-menu_item_icon_float: right;--_ui5-v1-24-7-shellbar-notification-btn-count-offset: -.125rem}[dir=rtl]{--_ui5-v1-24-7_icon_transform_scale: scale(-1, 1);--_ui5-v1-24-7_panel_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_minus_90deg);--_ui5-v1-24-7_li_notification_group_toggle_btn_rotation: var(--_ui5-v1-24-7_rotation_minus_90deg);--_ui5-v1-24-7_timeline_scroll_container_offset: -.5rem;--_ui5-v1-24-7_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v1-24-7_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v1-24-7_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v1-24-7_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v1-24-7_dialog_resize_cursor:sw-resize;--_ui5-v1-24-7_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v1-24-7_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v1-24-7_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v1-24-7_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v1-24-7-menu_item_icon_float: left;--_ui5-v1-24-7_segmented_btn_item_border_left: .0625rem;--_ui5-v1-24-7_segmented_btn_item_border_right: 0px;--_ui5-v1-24-7-shellbar-notification-btn-count-offset: auto}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_horizon_dark_exp/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_dark.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_horizon","baseTheme"],"Tags": ["Fiori_3","DarkColorScheme"],"FallbackThemeId": "sap_horizon","Engine":{"Name": "theming-engine","Version": "1.23071.0-20230727072504+103a4b0abd3804e9712812399620a8b1ef82147d"},"Version":{"Build": "11.6.4.20230803094309","Source": "11.6.4"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #eaecee;--sapLinkColor: #4db1ff;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #eaecee;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #eaecee;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #eaecee;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(234,236,238,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #eaecee;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #5d36ff;--sapContent_Illustrative_Color2: #4098ff;--sapContent_Illustrative_Color3: #f58b00;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #223548;--sapContent_Illustrative_Color8: #cedbe8;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #1782ff;--sapContent_Illustrative_Color14: #0070f3;--sapContent_Illustrative_Color15: #cc7400;--sapContent_Illustrative_Color16: #3b0ac6;--sapContent_Illustrative_Color17: #00a58a;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #3b5b7c;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #29a1ff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #4db1ff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #4db1ff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #eaecee;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #eaecee;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #eaecee;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #eaecee;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #eaecee;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #eaecee;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #eaecee;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #1d232a;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #eaecee;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #1d232a;--sapButton_Handle_Selected_BorderColor: #1d232a;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #1d232a;--sapButton_Handle_Selected_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #eaecee;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .5rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #eaecee;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #eaecee;--sapList_Active_TextColor: #eaecee;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #eaecee;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #eaecee;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #eaecee;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #eaecee;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #eaecee;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #eaecee;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #eaecee;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #eaecee;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #eaecee;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #eaecee;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #eaecee;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #eaecee;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #eaecee;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd3535;--sapIndicationColor_1_Background: #fd3535;--sapIndicationColor_1_BorderColor: #fd3535;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd4e4e;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd3535;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd3535;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #662b00;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #662b00;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #044a18;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #044a18;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_OrderedColor_1: #1b90ff;--sapChart_OrderedColor_2: #f26018;--sapChart_OrderedColor_3: #179c6f;--sapChart_OrderedColor_4: #f62866;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #04a29d;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #8396a8;--sapChart_OrderedColor_10: #f54747;--sapChart_OrderedColor_11: #296fb3;--sapChart_Bad: #f53232;--sapChart_Critical: #e76500;--sapChart_Good: #30914c;--sapChart_Neutral: #788fa6;--sapChart_Sequence_1: #1b90ff;--sapChart_Sequence_2: #f26018;--sapChart_Sequence_3: #179c6f;--sapChart_Sequence_4: #f62866;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_6: #04a29d;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_9: #8396a8;--sapChart_Sequence_10: #f54747;--sapChart_Sequence_11: #296fb3;--sapChart_Sequence_Neutral: #788fa6;}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_horizon_hcw_exp/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_hcw.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_horizon_hcb","sap_horizon","baseTheme"],"Tags": ["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId": "sap_horizon","Engine":{"Name": "theming-engine","Version": "1.23071.0-20230727072504+103a4b0abd3804e9712812399620a8b1ef82147d"},"Version":{"Build": "11.6.4.20230803094309","Source": "11.6.4"}};--sapBrandColor: #e97624;--sapHighlightColor: #e97624;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #5c93ff;--sapHoverColor: #e97624;--sapActiveColor: #e97624;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #e97624;--sapContent_HelpColor: #006800;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .5;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_DragAndDropActiveColor: #006800;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #5c93ff;--sapContent_Selected_Hover_Background: #e97624;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #434e56;--sapContent_Illustrative_Color3: #62737c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #d5dadd;--sapContent_Illustrative_Color11: #88979e;--sapContent_Illustrative_Color12: #88979e;--sapContent_Illustrative_Color13: #161a1d;--sapContent_Illustrative_Color14: #000;--sapContent_Illustrative_Color15: #31393f;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -.0625rem 0 #fff,0 .0625rem #fff,.0625rem 0 #fff,0 -.0625rem #fff;--sapShell_Hover_Background: #e97624;--sapShell_Active_Background: #e97624;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #5c93ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #e97624;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #e97624;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #e97624;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_Hover_Background: #e97624;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #e97624;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_Hover_Background: #e97624;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #e97624;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #e97624;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #e97624;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #5c93ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #e97624;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #e97624;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #e97624;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #5c93ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #e97624;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #e97624;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #e97624;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #5c93ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #e97624;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #e97624;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #e97624;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #5c93ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #e97624;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #e97624;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #e97624;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #e97624;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #e97624;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #e97624;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #e97624;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #e97624;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #e97624;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #e97624;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #e97624;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #e97624;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #5c93ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #e97624;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #e97624;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #5c93ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #e97624;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #e97624;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #e97624;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #e97624;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #e97624;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #e97624;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #e97624;--sapList_SelectionBackgroundColor: #5c93ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #e97624;--sapList_Background: #fff;--sapList_Hover_Background: #e97624;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #e97624;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #e97624;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #e97624;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #e97624;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #e97624;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #5c93ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #e97624;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #e97624;--sapSlider_Active_HandleBackground: #e97624;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #e97624;--sapInfobar_Active_Background: #e97624;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #e97624;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #000;--sapBlockLayer_Background: #fff;--sapTile_Background: #fff;--sapTile_Hover_Background: #e97624;--sapTile_Active_Background: #e97624;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff;--sapAccentBackgroundColor2: #fff;--sapAccentBackgroundColor3: #fff;--sapAccentBackgroundColor4: #fff;--sapAccentBackgroundColor5: #fff;--sapAccentBackgroundColor6: #fff;--sapAccentBackgroundColor7: #fff;--sapAccentBackgroundColor8: #fff;--sapAccentBackgroundColor9: #fff;--sapAccentBackgroundColor10: #fff;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #e97624;--sapIndicationColor_1_Active_Background: #e97624;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #5c93ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #e97624;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #e97624;--sapIndicationColor_2_Active_Background: #e97624;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #5c93ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #e97624;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #e97624;--sapIndicationColor_3_Active_Background: #e97624;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #5c93ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #e97624;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #e97624;--sapIndicationColor_4_Active_Background: #e97624;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #5c93ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #e97624;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #e97624;--sapIndicationColor_5_Active_Background: #e97624;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #5c93ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #e97624;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #e97624;--sapIndicationColor_6_Active_Background: #e97624;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #5c93ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #e97624;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #e97624;--sapIndicationColor_7_Active_Background: #e97624;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #5c93ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #e97624;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #e97624;--sapIndicationColor_8_Active_Background: #e97624;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #5c93ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #e97624;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #e97624;--sapIndicationColor_9_Active_Background: #e97624;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #5c93ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #e97624;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #e97624;--sapIndicationColor_10_Active_Background: #e97624;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #5c93ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #e97624;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_OrderedColor_1: #286ac3;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #057d47;--sapChart_OrderedColor_4: #e11e48;--sapChart_OrderedColor_5: #642eb2;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #232deb;--sapChart_OrderedColor_8: #9b136f;--sapChart_OrderedColor_9: #395563;--sapChart_OrderedColor_10: #e02e2e;--sapChart_OrderedColor_11: #0d3367;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #000;--sapChart_Sequence_1: #286ac3;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_3: #057d47;--sapChart_Sequence_4: #e11e48;--sapChart_Sequence_5: #642eb2;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_7: #232deb;--sapChart_Sequence_8: #9b136f;--sapChart_Sequence_9: #395563;--sapChart_Sequence_10: #e02e2e;--sapChart_Sequence_11: #0d3367;--sapChart_Sequence_Neutral: #000;}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_fiori_3_hcw/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3_hcw.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_fiori_3_hcb","sap_fiori_3","sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #ec8b46;--sapHighlightColor: #ec8b46;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #fff;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #000;--sapLinkColor: #000;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #8fb5ff;--sapHoverColor: #ec8b46;--sapActiveColor: #ec8b46;--sapHighlightTextColor: #000;--sapTitleColor: #000;--sapNegativeColor: #ab0000;--sapCriticalColor: #5c5c00;--sapPositiveColor: #006362;--sapInformativeColor: #000;--sapNeutralColor: #000;--sapNegativeElementColor: #ab0000;--sapCriticalElementColor: #5c5c00;--sapPositiveElementColor: #006362;--sapInformativeElementColor: #000;--sapNeutralElementColor: #000;--sapNegativeTextColor: #ab0000;--sapCriticalTextColor: #5c5c00;--sapPositiveTextColor: #006362;--sapInformativeTextColor: #000;--sapNeutralTextColor: #000;--sapErrorColor: #ab0000;--sapWarningColor: #5c5c00;--sapSuccessColor: #006362;--sapInformationColor: #000;--sapErrorBackground: #fff;--sapWarningBackground: #fff;--sapSuccessBackground: #fff;--sapInformationBackground: #fff;--sapNeutralBackground: #fff;--sapErrorBorderColor: #ab0000;--sapWarningBorderColor: #5c5c00;--sapSuccessBorderColor: #006362;--sapInformationBorderColor: #000;--sapNeutralBorderColor: #000;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #000;--sapContent_ContrastIconColor: #000;--sapContent_NonInteractiveIconColor: #000;--sapContent_MarkerIconColor: #000;--sapContent_MarkerTextColor: #000;--sapContent_MeasureIndicatorColor: #000;--sapContent_Selected_MeasureIndicatorColor: #000;--sapContent_Placeholderloading_Background: #888;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%);--sapContent_ImagePlaceholderBackground: #fff;--sapContent_ImagePlaceholderForegroundColor: #000;--sapContent_RatedColor: #000;--sapContent_UnratedColor: #585858;--sapContent_BusyColor: #000;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #000;--sapContent_Shadow0: 0 0 0 .0625rem #000;--sapContent_Shadow1: 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000;--sapContent_Shadow2: 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000;--sapContent_Shadow3: 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000;--sapContent_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: inset 0 -.125rem #000;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #ec8b46;--sapContent_HelpColor: #006500;--sapContent_LabelColor: #000;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: #888;--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #000;--sapContent_ForegroundColor: #fff;--sapContent_ForegroundBorderColor: #000;--sapContent_ForegroundTextColor: #000;--sapContent_BadgeBackground: #fff;--sapContent_BadgeTextColor: #000;--sapContent_DragAndDropActiveColor: #006500;--sapContent_Selected_TextColor: #000;--sapContent_Selected_Background: #8fb5ff;--sapContent_Selected_Hover_Background: #ec8b46;--sapContent_Selected_ForegroundColor: #000;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #212628;--sapContent_Illustrative_Color2: #434e56;--sapContent_Illustrative_Color3: #62737c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #62737c;--sapContent_Illustrative_Color10: #d5dadd;--sapContent_Illustrative_Color11: #88979e;--sapContent_Illustrative_Color12: #88979e;--sapContent_Illustrative_Color13: #161a1d;--sapContent_Illustrative_Color14: #000;--sapContent_Illustrative_Color15: #31393f;--sapContent_Illustrative_Color16: #505e65;--sapContent_Illustrative_Color17: #505e65;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: underline;--sapLink_Hover_Color: #000;--sapLink_Hover_TextDecoration: none;--sapLink_Active_Color: #000;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #000;--sapLink_InvertedColor: #000;--sapLink_SubtleColor: #000;--sapShell_Background: #fff;--sapShell_BackgroundImage: linear-gradient(to bottom, #fff, #fff);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #000;--sapShell_TextColor: #000;--sapShell_InteractiveBackground: #fff;--sapShell_InteractiveTextColor: #000;--sapShell_InteractiveBorderColor: #000;--sapShell_GroupTitleTextColor: #000;--sapShell_GroupTitleTextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;--sapShell_Hover_Background: #ec8b46;--sapShell_Active_Background: #ec8b46;--sapShell_Active_TextColor: #000;--sapShell_Selected_Background: #8fb5ff;--sapShell_Selected_TextColor: #000;--sapShell_Selected_Hover_Background: #ec8b46;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #ec8b46;--sapShell_Navigation_SelectedColor: #000;--sapShell_Navigation_Selected_TextColor: #000;--sapShell_Navigation_TextColor: #000;--sapShell_Navigation_Active_TextColor: #000;--sapShell_Navigation_Active_Background: #ec8b46;--sapShell_Shadow: 0 .125rem 0 0 #000;--sapShell_NegativeColor: #ab0000;--sapShell_CriticalColor: #5c5c00;--sapShell_PositiveColor: #006362;--sapShell_InformativeColor: #000;--sapShell_NeutralColor: #000;--sapShell_Assistant_ForegroundColor: #000;--sapShell_Category_1_Background: #fff;--sapShell_Category_1_BorderColor: #004ccb;--sapShell_Category_1_TextColor: #000;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #fff;--sapShell_Category_2_BorderColor: #973333;--sapShell_Category_2_TextColor: #000;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #fff;--sapShell_Category_3_BorderColor: #5f5800;--sapShell_Category_3_TextColor: #000;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #fff;--sapShell_Category_4_BorderColor: #6c3d62;--sapShell_Category_4_TextColor: #000;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fff;--sapShell_Category_5_BorderColor: #734f00;--sapShell_Category_5_TextColor: #000;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #fff;--sapShell_Category_6_BorderColor: #105b5b;--sapShell_Category_6_TextColor: #000;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #fff;--sapShell_Category_7_BorderColor: #961d7c;--sapShell_Category_7_TextColor: #000;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #fff;--sapShell_Category_8_BorderColor: #26340b;--sapShell_Category_8_TextColor: #000;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #fff;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #000;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #fff;--sapShell_Category_10_BorderColor: #47596c;--sapShell_Category_10_TextColor: #000;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fff;--sapShell_Category_11_BorderColor: #af080b;--sapShell_Category_11_TextColor: #000;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #fff;--sapShell_Category_12_BorderColor: #7000e0;--sapShell_Category_12_TextColor: #000;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #fff;--sapShell_Category_13_BorderColor: #580440;--sapShell_Category_13_TextColor: #000;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #fff;--sapShell_Category_14_BorderColor: #035663;--sapShell_Category_14_TextColor: #000;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #fff;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #000;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #fff;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #000;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #000;--sapAssistant_Color2: #000;--sapAssistant_BackgroundGradient: linear-gradient(#fff, #fff);--sapAssistant_Background: #fff;--sapAssistant_BorderColor: #000;--sapAssistant_TextColor: #000;--sapAssistant_Hover_Background: #ec8b46;--sapAssistant_Hover_BorderColor: #000;--sapAssistant_Hover_TextColor: #000;--sapAssistant_Active_Background: #ec8b46;--sapAssistant_Active_BorderColor: #000;--sapAssistant_Active_TextColor: #000;--sapAssistant_Question_Background: #fff;--sapAssistant_Question_BorderColor: #000;--sapAssistant_Question_TextColor: #000;--sapAssistant_Answer_Background: #b3b3b3;--sapAssistant_Answer_BorderColor: #000;--sapAssistant_Answer_TextColor: #000;--sapAvatar_1_Background: #fff;--sapAvatar_1_BorderColor: #000;--sapAvatar_1_TextColor: #000;--sapAvatar_2_Background: #fff;--sapAvatar_2_BorderColor: #000;--sapAvatar_2_TextColor: #000;--sapAvatar_3_Background: #fff;--sapAvatar_3_BorderColor: #000;--sapAvatar_3_TextColor: #000;--sapAvatar_4_Background: #fff;--sapAvatar_4_BorderColor: #000;--sapAvatar_4_TextColor: #000;--sapAvatar_5_Background: #fff;--sapAvatar_5_BorderColor: #000;--sapAvatar_5_TextColor: #000;--sapAvatar_6_Background: #fff;--sapAvatar_6_BorderColor: #000;--sapAvatar_6_TextColor: #000;--sapAvatar_7_Background: #fff;--sapAvatar_7_BorderColor: #000;--sapAvatar_7_TextColor: #000;--sapAvatar_8_Background: #fff;--sapAvatar_8_BorderColor: #000;--sapAvatar_8_TextColor: #000;--sapAvatar_9_Background: #fff;--sapAvatar_9_BorderColor: #000;--sapAvatar_9_TextColor: #000;--sapAvatar_10_Background: #fff;--sapAvatar_10_BorderColor: #000;--sapAvatar_10_TextColor: #000;--sapButton_Background: #fff;--sapButton_BorderColor: #000;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .375rem;--sapButton_TextColor: #000;--sapButton_Hover_Background: #ec8b46;--sapButton_Hover_BorderColor: #000;--sapButton_Hover_TextColor: #000;--sapButton_IconColor: #000;--sapButton_Active_Background: #ec8b46;--sapButton_Active_BorderColor: #000;--sapButton_Active_TextColor: #000;--sapButton_Emphasized_Background: #fff;--sapButton_Emphasized_BorderColor: #000;--sapButton_Emphasized_TextColor: #000;--sapButton_Emphasized_Hover_Background: #ec8b46;--sapButton_Emphasized_Hover_BorderColor: #000;--sapButton_Emphasized_Hover_TextColor: #000;--sapButton_Emphasized_Active_Background: #ec8b46;--sapButton_Emphasized_Active_BorderColor: #000;--sapButton_Emphasized_Active_TextColor: #000;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #000;--sapButton_Reject_TextColor: #000;--sapButton_Reject_Hover_Background: #ec8b46;--sapButton_Reject_Hover_BorderColor: #000;--sapButton_Reject_Hover_TextColor: #000;--sapButton_Reject_Active_Background: #ec8b46;--sapButton_Reject_Active_BorderColor: #000;--sapButton_Reject_Active_TextColor: #000;--sapButton_Reject_Selected_Background: #8fb5ff;--sapButton_Reject_Selected_BorderColor: #000;--sapButton_Reject_Selected_TextColor: #000;--sapButton_Reject_Selected_Hover_Background: #ec8b46;--sapButton_Reject_Selected_Hover_BorderColor: #000;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #000;--sapButton_Accept_TextColor: #000;--sapButton_Accept_Hover_Background: #ec8b46;--sapButton_Accept_Hover_BorderColor: #000;--sapButton_Accept_Hover_TextColor: #000;--sapButton_Accept_Active_Background: #ec8b46;--sapButton_Accept_Active_BorderColor: #000;--sapButton_Accept_Active_TextColor: #000;--sapButton_Accept_Selected_Background: #8fb5ff;--sapButton_Accept_Selected_BorderColor: #000;--sapButton_Accept_Selected_TextColor: #000;--sapButton_Accept_Selected_Hover_Background: #ec8b46;--sapButton_Accept_Selected_Hover_BorderColor: #000;--sapButton_Lite_Background: #fff;--sapButton_Lite_BorderColor: #000;--sapButton_Lite_TextColor: #000;--sapButton_Lite_Hover_Background: #ec8b46;--sapButton_Lite_Hover_BorderColor: #000;--sapButton_Lite_Hover_TextColor: #000;--sapButton_Lite_Active_Background: #ec8b46;--sapButton_Lite_Active_BorderColor: #000;--sapButton_Selected_Background: #8fb5ff;--sapButton_Selected_BorderColor: #000;--sapButton_Selected_TextColor: #000;--sapButton_Selected_Hover_Background: #ec8b46;--sapButton_Selected_Hover_BorderColor: #000;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #000;--sapButton_Attention_TextColor: #000;--sapButton_Attention_Hover_Background: #ec8b46;--sapButton_Attention_Hover_BorderColor: #000;--sapButton_Attention_Hover_TextColor: #000;--sapButton_Attention_Active_Background: #ec8b46;--sapButton_Attention_Active_BorderColor: #000;--sapButton_Attention_Active_TextColor: #000;--sapButton_Attention_Selected_Background: #8fb5ff;--sapButton_Attention_Selected_BorderColor: #000;--sapButton_Attention_Selected_TextColor: #000;--sapButton_Attention_Selected_Hover_Background: #ec8b46;--sapButton_Attention_Selected_Hover_BorderColor: #000;--sapButton_Negative_Background: #fff;--sapButton_Negative_BorderColor: #000;--sapButton_Negative_TextColor: #000;--sapButton_Negative_Hover_Background: #ec8b46;--sapButton_Negative_Hover_BorderColor: #000;--sapButton_Negative_Hover_TextColor: #000;--sapButton_Negative_Active_Background: #ec8b46;--sapButton_Negative_Active_BorderColor: #000;--sapButton_Negative_Active_TextColor: #000;--sapButton_Critical_Background: #fff;--sapButton_Critical_BorderColor: #000;--sapButton_Critical_TextColor: #000;--sapButton_Critical_Hover_Background: #ec8b46;--sapButton_Critical_Hover_BorderColor: #000;--sapButton_Critical_Hover_TextColor: #000;--sapButton_Critical_Active_Background: #ec8b46;--sapButton_Critical_Active_BorderColor: #000;--sapButton_Critical_Active_TextColor: #000;--sapButton_Success_Background: #fff;--sapButton_Success_BorderColor: #000;--sapButton_Success_TextColor: #000;--sapButton_Success_Hover_Background: #ec8b46;--sapButton_Success_Hover_BorderColor: #000;--sapButton_Success_Hover_TextColor: #000;--sapButton_Success_Active_Background: #ec8b46;--sapButton_Success_Active_BorderColor: #000;--sapButton_Success_Active_TextColor: #000;--sapButton_Information_Background: #fff;--sapButton_Information_BorderColor: #000;--sapButton_Information_TextColor: #000;--sapButton_Information_Hover_Background: #ec8b46;--sapButton_Information_Hover_BorderColor: #000;--sapButton_Information_Hover_TextColor: #000;--sapButton_Information_Active_Background: #ec8b46;--sapButton_Information_Active_BorderColor: #000;--sapButton_Information_Active_TextColor: #000;--sapButton_Neutral_Background: #fff;--sapButton_Neutral_BorderColor: #000;--sapButton_Neutral_TextColor: #000;--sapButton_Neutral_Hover_Background: #ec8b46;--sapButton_Neutral_Hover_BorderColor: #000;--sapButton_Neutral_Hover_TextColor: #000;--sapButton_Neutral_Active_Background: #ec8b46;--sapButton_Neutral_Active_BorderColor: #000;--sapButton_Neutral_Active_TextColor: #000;--sapButton_Track_Background: #fff;--sapButton_Track_BorderColor: #000;--sapButton_Track_TextColor: #000;--sapButton_Track_Hover_Background: #ec8b46;--sapButton_Track_Hover_BorderColor: #000;--sapButton_Track_Selected_Background: #8fb5ff;--sapButton_Track_Selected_BorderColor: #000;--sapButton_Track_Selected_TextColor: #000;--sapButton_Track_Selected_Hover_Background: #ec8b46;--sapButton_Track_Selected_Hover_BorderColor: #000;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #000;--sapButton_Handle_TextColor: #000;--sapButton_Handle_Hover_Background: #ec8b46;--sapButton_Handle_Hover_BorderColor: #000;--sapButton_Handle_Selected_Background: #8fb5ff;--sapButton_Handle_Selected_BorderColor: #000;--sapButton_Handle_Selected_TextColor: #000;--sapButton_Handle_Selected_Hover_Background: #ec8b46;--sapButton_Handle_Selected_Hover_BorderColor: #000;--sapButton_Track_Negative_Background: #fff;--sapButton_Track_Negative_BorderColor: #ab0000;--sapButton_Track_Negative_TextColor: #000;--sapButton_Track_Negative_Hover_Background: #ec8b46;--sapButton_Track_Negative_Hover_BorderColor: #ab0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #ab0000;--sapButton_Handle_Negative_TextColor: #000;--sapButton_Handle_Negative_Hover_Background: #ec8b46;--sapButton_Handle_Negative_Hover_BorderColor: #ab0000;--sapButton_Track_Positive_Background: #fff;--sapButton_Track_Positive_BorderColor: #006362;--sapButton_Track_Positive_TextColor: #000;--sapButton_Track_Positive_Hover_Background: #fff;--sapButton_Track_Positive_Hover_BorderColor: #000;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #006362;--sapButton_Handle_Positive_TextColor: #000;--sapButton_Handle_Positive_Hover_Background: #ec8b46;--sapButton_Handle_Positive_Hover_BorderColor: #006362;--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #000;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #000;--sapField_PlaceholderTextColor: #585858;--sapField_BorderColor: #000;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .125rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: 0;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #000;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #000;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #000;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #b3b3b3;--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #000;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: #b3b3b3;--sapField_RequiredColor: #000;--sapField_InvalidColor: #000;--sapField_InvalidBackground: #ec8b46;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: dashed;--sapField_InvalidShadow: none;--sapField_WarningColor: #000;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: dashed;--sapField_WarningShadow: none;--sapField_SuccessColor: #000;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .125rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #000;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .0625rem;--sapField_InformationBorderStyle: dashed;--sapField_InformationShadow: none;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #000;--sapGroup_TitleTextColor: #000;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #000;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: #fff;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #000;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #000;--sapList_HeaderTextColor: #000;--sapList_BorderColor: #585858;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #000;--sapList_Active_TextColor: #000;--sapList_Active_Background: #ec8b46;--sapList_SelectionBackgroundColor: #8fb5ff;--sapList_SelectionBorderColor: #000;--sapList_Hover_SelectionBackground: #ec8b46;--sapList_Background: #fff;--sapList_Hover_Background: #ec8b46;--sapList_AlternatingBackground: #e6e6e6;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #000;--sapList_GroupHeaderTextColor: #000;--sapList_TableGroupHeaderBackground: #b3b3b3;--sapList_TableGroupHeaderBorderColor: #000;--sapList_TableGroupHeaderTextColor: #000;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #000;--sapList_TableFooterBorder: #000;--sapList_TableFixedBorderColor: #000;--sapMessage_ErrorBorderColor: #ab0000;--sapMessage_WarningBorderColor: #5c5c00;--sapMessage_SuccessBorderColor: #006362;--sapMessage_InformationBorderColor: #000;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #000;--sapProgress_TextColor: #000;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #000;--sapProgress_NegativeTextColor: #000;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #000;--sapProgress_CriticalTextColor: #000;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #000;--sapProgress_PositiveTextColor: #000;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #000;--sapProgress_InformationTextColor: #000;--sapProgress_Value_Background: #ec8b46;--sapProgress_Value_BorderColor: #000;--sapProgress_Value_TextColor: #000;--sapProgress_Value_NegativeBackground: #ec8b46;--sapProgress_Value_NegativeBorderColor: #000;--sapProgress_Value_NegativeTextColor: #000;--sapProgress_Value_CriticalBackground: #ec8b46;--sapProgress_Value_CriticalBorderColor: #000;--sapProgress_Value_CriticalTextColor: #000;--sapProgress_Value_PositiveBackground: #ec8b46;--sapProgress_Value_PositiveBorderColor: #000;--sapProgress_Value_PositiveTextColor: #000;--sapProgress_Value_InformationBackground: #ec8b46;--sapProgress_Value_InformationBorderColor: #000;--sapProgress_Value_InformationTextColor: #000;--sapScrollBar_FaceColor: #585858;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #585858;--sapScrollBar_SymbolColor: #000;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #000;--sapSlider_Background: #fff;--sapSlider_BorderColor: #000;--sapSlider_Selected_Background: #8fb5ff;--sapSlider_Selected_BorderColor: #000;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #000;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #ec8b46;--sapSlider_Hover_HandleBorderColor: #000;--sapSlider_Hover_RangeHandleBackground: #ec8b46;--sapSlider_Active_HandleBackground: #ec8b46;--sapSlider_Active_HandleBorderColor: #000;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #000;--sapPageHeader_TextColor: #000;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #000;--sapPageFooter_TextColor: #000;--sapInfobar_Background: #fff;--sapInfobar_Hover_Background: #ec8b46;--sapInfobar_Active_Background: #ec8b46;--sapInfobar_NonInteractive_Background: #b3b3b3;--sapInfobar_TextColor: #000;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ec8b46;--sapObjectHeader_BorderColor: #000;--sapObjectHeader_Title_TextColor: #000;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #000;--sapBlockLayer_Background: #fff;--sapTile_Background: #fff;--sapTile_Hover_Background: #ec8b46;--sapTile_Active_Background: #ec8b46;--sapTile_BorderColor: #000;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #000;--sapTile_TextColor: #000;--sapTile_IconColor: #000;--sapTile_SeparatorColor: #000;--sapTile_Interactive_BorderColor: #000;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #000;--sapAccentColor1: #5f5800;--sapAccentColor2: #5e4101;--sapAccentColor3: #973333;--sapAccentColor4: #961d7c;--sapAccentColor5: #365892;--sapAccentColor6: #004ccb;--sapAccentColor7: #105b5b;--sapAccentColor8: #26340b;--sapAccentColor9: #6c32a9;--sapAccentColor10: #4a5964;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #780000;--sapIndicationColor_1_Background: #fff;--sapIndicationColor_1_BorderColor: #000;--sapIndicationColor_1_TextColor: #000;--sapIndicationColor_1_Hover_Background: #ec8b46;--sapIndicationColor_1_Active_Background: #ec8b46;--sapIndicationColor_1_Active_BorderColor: #000;--sapIndicationColor_1_Active_TextColor: #000;--sapIndicationColor_1_Selected_Background: #8fb5ff;--sapIndicationColor_1_Selected_BorderColor: #000;--sapIndicationColor_1_Selected_TextColor: #000;--sapIndicationColor_1b: #780000;--sapIndicationColor_1b_BorderColor: #000;--sapIndicationColor_1b_Hover_Background: #ec8b46;--sapIndicationColor_2: #ab0000;--sapIndicationColor_2_Background: #fff;--sapIndicationColor_2_BorderColor: #000;--sapIndicationColor_2_TextColor: #000;--sapIndicationColor_2_Hover_Background: #ec8b46;--sapIndicationColor_2_Active_Background: #ec8b46;--sapIndicationColor_2_Active_BorderColor: #000;--sapIndicationColor_2_Active_TextColor: #000;--sapIndicationColor_2_Selected_Background: #8fb5ff;--sapIndicationColor_2_Selected_BorderColor: #000;--sapIndicationColor_2_Selected_TextColor: #000;--sapIndicationColor_2b: #ab0000;--sapIndicationColor_2b_BorderColor: #000;--sapIndicationColor_2b_Hover_Background: #ec8b46;--sapIndicationColor_3: #5c5c00;--sapIndicationColor_3_Background: #fff;--sapIndicationColor_3_BorderColor: #000;--sapIndicationColor_3_TextColor: #000;--sapIndicationColor_3_Hover_Background: #ec8b46;--sapIndicationColor_3_Active_Background: #ec8b46;--sapIndicationColor_3_Active_BorderColor: #000;--sapIndicationColor_3_Active_TextColor: #000;--sapIndicationColor_3_Selected_Background: #8fb5ff;--sapIndicationColor_3_Selected_BorderColor: #000;--sapIndicationColor_3_Selected_TextColor: #000;--sapIndicationColor_3b: #5c5c00;--sapIndicationColor_3b_BorderColor: #000;--sapIndicationColor_3b_Hover_Background: #ec8b46;--sapIndicationColor_4: #006362;--sapIndicationColor_4_Background: #fff;--sapIndicationColor_4_BorderColor: #000;--sapIndicationColor_4_TextColor: #000;--sapIndicationColor_4_Hover_Background: #ec8b46;--sapIndicationColor_4_Active_Background: #ec8b46;--sapIndicationColor_4_Active_BorderColor: #000;--sapIndicationColor_4_Active_TextColor: #000;--sapIndicationColor_4_Selected_Background: #8fb5ff;--sapIndicationColor_4_Selected_BorderColor: #000;--sapIndicationColor_4_Selected_TextColor: #000;--sapIndicationColor_4b: #006362;--sapIndicationColor_4b_BorderColor: #000;--sapIndicationColor_4b_Hover_Background: #ec8b46;--sapIndicationColor_5: #004ccb;--sapIndicationColor_5_Background: #fff;--sapIndicationColor_5_BorderColor: #000;--sapIndicationColor_5_TextColor: #000;--sapIndicationColor_5_Hover_Background: #ec8b46;--sapIndicationColor_5_Active_Background: #ec8b46;--sapIndicationColor_5_Active_BorderColor: #000;--sapIndicationColor_5_Active_TextColor: #000;--sapIndicationColor_5_Selected_Background: #8fb5ff;--sapIndicationColor_5_Selected_BorderColor: #000;--sapIndicationColor_5_Selected_TextColor: #000;--sapIndicationColor_5b: #004ccb;--sapIndicationColor_5b_BorderColor: #000;--sapIndicationColor_5b_Hover_Background: #ec8b46;--sapIndicationColor_6: #105b5b;--sapIndicationColor_6_Background: #fff;--sapIndicationColor_6_BorderColor: #000;--sapIndicationColor_6_TextColor: #000;--sapIndicationColor_6_Hover_Background: #ec8b46;--sapIndicationColor_6_Active_Background: #ec8b46;--sapIndicationColor_6_Active_BorderColor: #000;--sapIndicationColor_6_Active_TextColor: #000;--sapIndicationColor_6_Selected_Background: #8fb5ff;--sapIndicationColor_6_Selected_BorderColor: #000;--sapIndicationColor_6_Selected_TextColor: #000;--sapIndicationColor_6b: #105b5b;--sapIndicationColor_6b_BorderColor: #000;--sapIndicationColor_6b_Hover_Background: #ec8b46;--sapIndicationColor_7: #6c32a9;--sapIndicationColor_7_Background: #fff;--sapIndicationColor_7_BorderColor: #000;--sapIndicationColor_7_TextColor: #000;--sapIndicationColor_7_Hover_Background: #ec8b46;--sapIndicationColor_7_Active_Background: #ec8b46;--sapIndicationColor_7_Active_BorderColor: #000;--sapIndicationColor_7_Active_TextColor: #000;--sapIndicationColor_7_Selected_Background: #8fb5ff;--sapIndicationColor_7_Selected_BorderColor: #000;--sapIndicationColor_7_Selected_TextColor: #000;--sapIndicationColor_7b: #6c32a9;--sapIndicationColor_7b_BorderColor: #000;--sapIndicationColor_7b_Hover_Background: #ec8b46;--sapIndicationColor_8: #961d7c;--sapIndicationColor_8_Background: #fff;--sapIndicationColor_8_BorderColor: #000;--sapIndicationColor_8_TextColor: #000;--sapIndicationColor_8_Hover_Background: #ec8b46;--sapIndicationColor_8_Active_Background: #ec8b46;--sapIndicationColor_8_Active_BorderColor: #000;--sapIndicationColor_8_Active_TextColor: #000;--sapIndicationColor_8_Selected_Background: #8fb5ff;--sapIndicationColor_8_Selected_BorderColor: #000;--sapIndicationColor_8_Selected_TextColor: #000;--sapIndicationColor_8b: #961d7c;--sapIndicationColor_8b_BorderColor: #000;--sapIndicationColor_8b_Hover_Background: #ec8b46;--sapIndicationColor_9: #fff;--sapIndicationColor_9_Background: #fff;--sapIndicationColor_9_BorderColor: #000;--sapIndicationColor_9_TextColor: #000;--sapIndicationColor_9_Hover_Background: #ec8b46;--sapIndicationColor_9_Active_Background: #ec8b46;--sapIndicationColor_9_Active_BorderColor: #000;--sapIndicationColor_9_Active_TextColor: #000;--sapIndicationColor_9_Selected_Background: #8fb5ff;--sapIndicationColor_9_Selected_BorderColor: #000;--sapIndicationColor_9_Selected_TextColor: #000;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #000;--sapIndicationColor_9b_Hover_Background: #ec8b46;--sapIndicationColor_10: #eaecee;--sapIndicationColor_10_Background: #fff;--sapIndicationColor_10_BorderColor: #000;--sapIndicationColor_10_TextColor: #000;--sapIndicationColor_10_Hover_Background: #ec8b46;--sapIndicationColor_10_Active_Background: #ec8b46;--sapIndicationColor_10_Active_BorderColor: #000;--sapIndicationColor_10_Active_TextColor: #000;--sapIndicationColor_10_Selected_Background: #8fb5ff;--sapIndicationColor_10_Selected_BorderColor: #000;--sapIndicationColor_10_Selected_TextColor: #000;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #000;--sapIndicationColor_10b_Hover_Background: #ec8b46;--sapLegend_WorkingBackground: #d9d9d9;--sapLegend_NonWorkingBackground: #b3b3b3;--sapLegend_CurrentDateTime: #961d7c;--sapLegendColor1: #5f5800;--sapLegendColor2: #5e4101;--sapLegendColor3: #973333;--sapLegendColor4: #463000;--sapLegendColor5: #961d7c;--sapLegendColor6: #004ccb;--sapLegendColor7: #105b5b;--sapLegendColor8: #26340b;--sapLegendColor9: #4a5964;--sapLegendColor10: #6c3d62;--sapLegendColor11: #383513;--sapLegendColor12: #734f00;--sapLegendColor13: #723e3e;--sapLegendColor14: #5f5642;--sapLegendColor15: #60535d;--sapLegendColor16: #465878;--sapLegendColor17: #435b5b;--sapLegendColor18: #4e5a36;--sapLegendColor19: #4e5869;--sapLegendColor20: #001b49;--sapLegendBackgroundColor1: #fff;--sapLegendBackgroundColor2: #fff;--sapLegendBackgroundColor3: #fff;--sapLegendBackgroundColor4: #fff;--sapLegendBackgroundColor5: #fff;--sapLegendBackgroundColor6: #fff;--sapLegendBackgroundColor7: #fff;--sapLegendBackgroundColor8: #fff;--sapLegendBackgroundColor9: #fff;--sapLegendBackgroundColor10: #fff;--sapLegendBackgroundColor11: #fff;--sapLegendBackgroundColor12: #fff;--sapLegendBackgroundColor13: #fff;--sapLegendBackgroundColor14: #fff;--sapLegendBackgroundColor15: #fff;--sapLegendBackgroundColor16: #fff;--sapLegendBackgroundColor17: #fff;--sapLegendBackgroundColor18: #fff;--sapLegendBackgroundColor19: #fff;--sapLegendBackgroundColor20: #fff;--sapChart_OrderedColor_1: #286ac3;--sapChart_OrderedColor_2: #d74114;--sapChart_OrderedColor_3: #057d47;--sapChart_OrderedColor_4: #e11e48;--sapChart_OrderedColor_5: #642eb2;--sapChart_OrderedColor_6: #03778c;--sapChart_OrderedColor_7: #232deb;--sapChart_OrderedColor_8: #9b136f;--sapChart_OrderedColor_9: #395563;--sapChart_OrderedColor_10: #e02e2e;--sapChart_OrderedColor_11: #0d3367;--sapChart_Bad: #ab0000;--sapChart_Critical: #5c5c00;--sapChart_Good: #006362;--sapChart_Neutral: #000;--sapChart_Sequence_1: #286ac3;--sapChart_Sequence_2: #d74114;--sapChart_Sequence_3: #057d47;--sapChart_Sequence_4: #e11e48;--sapChart_Sequence_5: #642eb2;--sapChart_Sequence_6: #03778c;--sapChart_Sequence_7: #232deb;--sapChart_Sequence_8: #9b136f;--sapChart_Sequence_9: #395563;--sapChart_Sequence_10: #e02e2e;--sapChart_Sequence_11: #0d3367;--sapChart_Sequence_Neutral: #000;}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
|