@openui5/sap.ui.integration 1.127.0 → 1.128.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.
Files changed (757) hide show
  1. package/package.json +7 -7
  2. package/src/sap/ui/integration/.library +1 -1
  3. package/src/sap/ui/integration/ActionDefinition.js +1 -1
  4. package/src/sap/ui/integration/Designtime.js +1 -1
  5. package/src/sap/ui/integration/Extension.js +1 -1
  6. package/src/sap/ui/integration/Host.js +1 -1
  7. package/src/sap/ui/integration/cards/AdaptiveContent.js +5 -4
  8. package/src/sap/ui/integration/cards/AnalyticalContent.js +1 -1
  9. package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
  10. package/src/sap/ui/integration/cards/BaseContent.js +76 -17
  11. package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
  12. package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
  13. package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
  14. package/src/sap/ui/integration/cards/Footer.js +1 -1
  15. package/src/sap/ui/integration/cards/Header.js +1 -1
  16. package/src/sap/ui/integration/cards/ListContent.js +1 -1
  17. package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
  18. package/src/sap/ui/integration/cards/ObjectContent.js +13 -1
  19. package/src/sap/ui/integration/cards/TableContent.js +1 -1
  20. package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
  21. package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
  22. package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
  23. package/src/sap/ui/integration/cards/actions/ShowCardAction.js +1 -1
  24. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
  25. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
  26. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
  27. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
  28. package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
  29. package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
  30. package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
  31. package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
  32. package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
  33. package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
  34. package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
  35. package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
  36. package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
  37. package/src/sap/ui/integration/controls/ActionsStrip.js +4 -4
  38. package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
  39. package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
  40. package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
  41. package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
  42. package/src/sap/ui/integration/controls/Microchart.js +1 -1
  43. package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
  44. package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
  45. package/src/sap/ui/integration/controls/Paginator.js +1 -1
  46. package/src/sap/ui/integration/customElements/CustomElementCard.js +9 -3
  47. package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
  48. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
  49. package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
  50. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_sappsd.properties +16 -16
  51. package/src/sap/ui/integration/designtime/baseEditor/i18n/i18n_en_US_saptrc.properties +80 -80
  52. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
  53. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
  54. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
  55. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
  56. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
  57. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
  58. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
  59. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
  60. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
  61. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  62. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
  63. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
  64. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
  65. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
  66. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
  67. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
  68. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
  69. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
  70. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
  71. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
  72. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
  73. package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
  74. package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
  75. package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
  76. package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
  77. package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
  78. package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
  79. package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
  80. package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
  81. package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
  82. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
  83. package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
  84. package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
  85. package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
  86. package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
  87. package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
  88. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_sappsd.properties +5 -5
  89. package/src/sap/ui/integration/designtime/cardEditor/i18n/i18n_en_US_saptrc.properties +171 -171
  90. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
  91. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
  92. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
  93. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
  94. package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
  95. package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
  96. package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
  97. package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
  98. package/src/sap/ui/integration/editor/Editor.js +2 -2
  99. package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
  100. package/src/sap/ui/integration/editor/Extension.js +1 -1
  101. package/src/sap/ui/integration/editor/Manifest.js +1 -1
  102. package/src/sap/ui/integration/editor/Settings.js +1 -1
  103. package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
  104. package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
  105. package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
  106. package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
  107. package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
  108. package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
  109. package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
  110. package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
  111. package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
  112. package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
  113. package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
  114. package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
  115. package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
  116. package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
  117. package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
  118. package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
  119. package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
  120. package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
  121. package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
  122. package/src/sap/ui/integration/library.js +58 -3
  123. package/src/sap/ui/integration/model/ContextModel.js +1 -1
  124. package/src/sap/ui/integration/model/ObservableModel.js +1 -1
  125. package/src/sap/ui/integration/model/PagingModelListBinding.js +1 -1
  126. package/src/sap/ui/integration/schemas/sap-card.json +6 -1
  127. package/src/sap/ui/integration/themes/base/Card.less +148 -3
  128. package/src/sap/ui/integration/themes/base/ObjectStatus.less +2 -0
  129. package/src/sap/ui/integration/themes/base/library.source.less +0 -1
  130. package/src/sap/ui/integration/thirdparty/webcomponents/ar-gaI1v_KV.js +1 -0
  131. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-CGlHr-jg.js +1 -0
  132. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-D0iF05tg.js +1 -0
  133. package/src/sap/ui/integration/thirdparty/webcomponents/bg-CJrwzo8x.js +1 -0
  134. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js +154 -10
  135. package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm.js.map +1 -1
  136. package/src/sap/ui/integration/thirdparty/webcomponents/ca-CkzsZJhe.js +1 -0
  137. package/src/sap/ui/integration/thirdparty/webcomponents/cnr-DbKJTxGN.js +1 -0
  138. package/src/sap/ui/integration/thirdparty/webcomponents/cs-BaB3d9Av.js +1 -0
  139. package/src/sap/ui/integration/thirdparty/webcomponents/da-CTDYg05i.js +1 -0
  140. package/src/sap/ui/integration/thirdparty/webcomponents/de-BPAvOyho.js +1 -0
  141. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-C0Q-I35O.js +1 -0
  142. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-V6zqRGuT.js +1 -0
  143. package/src/sap/ui/integration/thirdparty/webcomponents/el-CE6EdnmY.js +1 -0
  144. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-DM-mftU_.js +1 -0
  145. package/src/sap/ui/integration/thirdparty/webcomponents/en-BV_fMYiZ.js +1 -0
  146. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-DdpdhNc9.js +1 -0
  147. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-DR37sckE.js +1 -0
  148. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-C3ORwL4y.js +1 -0
  149. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-CImesKWm.js +1 -0
  150. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-BnP0Xsux.js +1 -0
  151. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-D-XmB6sh.js +1 -0
  152. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-k1g6MW0k.js +1 -0
  153. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-CH-OueZe.js +1 -0
  154. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-De7Q7wq-.js +1 -0
  155. package/src/sap/ui/integration/thirdparty/webcomponents/es-CUYgeeV2.js +1 -0
  156. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-bphqT9e8.js +1 -0
  157. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-9iWEF7Cs.js +1 -0
  158. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-Cma-TrGh.js +1 -0
  159. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-Co5-6aNz.js +1 -0
  160. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-DOMSkspG.js +1 -0
  161. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-Thtj5270.js +1 -0
  162. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-B6Fj2AOa.js +1 -0
  163. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-BIY0wat6.js +1 -0
  164. package/src/sap/ui/integration/thirdparty/webcomponents/et-h7DaePYx.js +1 -0
  165. package/src/sap/ui/integration/thirdparty/webcomponents/fa-BSumtYoR.js +1 -0
  166. package/src/sap/ui/integration/thirdparty/webcomponents/fi-CY8p4VYP.js +1 -0
  167. package/src/sap/ui/integration/thirdparty/webcomponents/fr-c7VTGFC1.js +1 -0
  168. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-fS0pUgwn.js +1 -0
  169. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-HJakdL_2.js +1 -0
  170. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-CsYAhWeP.js +1 -0
  171. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-CHqDsjpc.js +1 -0
  172. package/src/sap/ui/integration/thirdparty/webcomponents/he-DvqV-7FS.js +1 -0
  173. package/src/sap/ui/integration/thirdparty/webcomponents/hi-DtIyTix1.js +1 -0
  174. package/src/sap/ui/integration/thirdparty/webcomponents/hr-DO7SyOn5.js +1 -0
  175. package/src/sap/ui/integration/thirdparty/webcomponents/hu-CXT-q6md.js +1 -0
  176. package/src/sap/ui/integration/thirdparty/webcomponents/id-D7Ji1Vol.js +1 -0
  177. package/src/sap/ui/integration/thirdparty/webcomponents/it-B30H1Zn6.js +1 -0
  178. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-DXNpHhgj.js +1 -0
  179. package/src/sap/ui/integration/thirdparty/webcomponents/ja-HOZtY2HT.js +1 -0
  180. package/src/sap/ui/integration/thirdparty/webcomponents/kk-CyER5Yfk.js +1 -0
  181. package/src/sap/ui/integration/thirdparty/webcomponents/ko-CCOZRLOI.js +1 -0
  182. package/src/sap/ui/integration/thirdparty/webcomponents/lt-CbuIe_XX.js +1 -0
  183. package/src/sap/ui/integration/thirdparty/webcomponents/lv-B6P7cPB-.js +1 -0
  184. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-By0ELKn1.js +1 -0
  185. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-DNg2ihdf.js +1 -0
  186. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-BpOpdSRg.js +1 -0
  187. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-CtKf3_pD.js +1 -0
  188. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-C7yAJLXv.js +1 -0
  189. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-z_PzL0LS.js +1 -0
  190. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-B2C2UtnY.js +1 -0
  191. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cnr-BgC1xGfN.js +1 -0
  192. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-B2g02_qY.js +1 -0
  193. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-CglsMLoj.js +1 -0
  194. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-BGpEQrLK.js +1 -0
  195. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-CM6O5UY_.js +1 -0
  196. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Bbv9jJL9.js +1 -0
  197. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-Dnrxp7vZ.js +1 -0
  198. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-Dbpn-Kzy.js +1 -0
  199. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-DdtngzTc.js +1 -0
  200. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-BbKk0xSf.js +1 -0
  201. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-CHOdJfj5.js +1 -0
  202. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-D0t7zNNP.js +1 -0
  203. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-DvYWXfG3.js +1 -0
  204. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-Bo0ABb8q.js +1 -0
  205. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-C7CSH40g.js +1 -0
  206. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DjC9X79L.js +1 -0
  207. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-DnyNqUM9.js +1 -0
  208. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-BQKctZq6.js +1 -0
  209. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-DZ_EqeE9.js +1 -0
  210. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-C-dKnlfj.js +1 -0
  211. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-Dpnkxanh.js +1 -0
  212. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-BGIF2r4i.js +1 -0
  213. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-CjKpS0VR.js +1 -0
  214. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-Bq9-w7vo.js +1 -0
  215. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-CaUIlVEp.js +1 -0
  216. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-C50d_WIs.js +1 -0
  217. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-CvxKhma3.js +1 -0
  218. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-BjJAU_zd.js +1 -0
  219. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-CHT0e9Ft.js +1 -0
  220. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-B0JemQZg.js +1 -0
  221. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-CZjoFOTp.js +1 -0
  222. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-BjoN_ya6.js +1 -0
  223. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-DZBFnNAJ.js +1 -0
  224. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CMAHfPzF.js +1 -0
  225. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-CW6YUR81.js +1 -0
  226. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-DJBozPw3.js +1 -0
  227. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-yfePmKmp.js +1 -0
  228. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CLa7lmSo.js +1 -0
  229. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-CmnM7BSH.js +1 -0
  230. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-BiCFe-4Q.js +1 -0
  231. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-D3m1v9KT.js +1 -0
  232. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-DHL9ypHJ.js +1 -0
  233. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-NkVMHGle.js +1 -0
  234. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-8NhJ8eqk.js +1 -0
  235. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-CfnJye2i.js +1 -0
  236. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DH9VAGau.js +1 -0
  237. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-DiyT2vK2.js +1 -0
  238. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-Bx7MYmis.js +1 -0
  239. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-CZn0MmH2.js +1 -0
  240. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-CQgzMWRu.js +1 -0
  241. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-DnPyJW94.js +1 -0
  242. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-B6j5anSt.js +1 -0
  243. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-BnmsTwH0.js +1 -0
  244. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-BhX-3e7T.js +1 -0
  245. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-_w1ygXGM.js +1 -0
  246. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-1F54i8zg.js +1 -0
  247. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_mk-Bnw6ljFX.js +1 -0
  248. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-C4ALLG8v.js +1 -0
  249. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-DfBTz_Is.js +1 -0
  250. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-BfnMt-Zu.js +1 -0
  251. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-COOj_3wb.js +1 -0
  252. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-qAggYCjN.js +1 -0
  253. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-raoH9TFS.js +1 -0
  254. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BbRrb6VO.js +1 -0
  255. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-BypwDfY-.js +1 -0
  256. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BGN4m4Lf.js +1 -0
  257. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-BM74fN-c.js +1 -0
  258. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-B672qnbI.js +1 -0
  259. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-Bieyl7u4.js +1 -0
  260. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-BAjCPC5e.js +1 -0
  261. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-nTlNR9MA.js +1 -0
  262. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BDcLROAo.js +1 -0
  263. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-BOKN1onR.js +1 -0
  264. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-BM9t1YKT.js +1 -0
  265. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-EQ0ATQCR.js +1 -0
  266. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-B0_P6rhh.js +1 -0
  267. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-DmaQbbM-.js +1 -0
  268. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-82XaNOOU.js +1 -0
  269. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-CgPRi_DE.js +1 -0
  270. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-9k6YFpsK.js +1 -0
  271. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sr-nEv82gwv.js +1 -0
  272. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-DgrN1Ri0.js +1 -0
  273. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-gTC20rWk.js +1 -0
  274. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-B-LFWoo4.js +1 -0
  275. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-BVC0K0Sb.js +1 -0
  276. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-B-dH0ajw.js +1 -0
  277. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-Ddfex1-g.js +1 -0
  278. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-BwkyJRsw.js +1 -0
  279. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-CtqpazAf.js +1 -0
  280. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-Gus-NSRW.js +1 -0
  281. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-g9BjG_PT.js +1 -0
  282. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-D4R1g5Rt.js +1 -0
  283. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-KensJmFt.js +1 -0
  284. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-D33wzIcH.js +1 -0
  285. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-DZQ07fJI.js +1 -0
  286. package/src/sap/ui/integration/thirdparty/webcomponents/mk-Cd0pbvjP.js +1 -0
  287. package/src/sap/ui/integration/thirdparty/webcomponents/ms-CxRS8r8U.js +1 -0
  288. package/src/sap/ui/integration/thirdparty/webcomponents/nb-Bt6tTISo.js +1 -0
  289. package/src/sap/ui/integration/thirdparty/webcomponents/nl-Bn_bYiUP.js +1 -0
  290. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-gGhbga80.js +1 -0
  291. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-B3CYe-Fc.js +1 -0
  292. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BA22z097.js +1 -0
  293. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BAv31BII.js +1 -0
  294. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BJg9oVgh.js +1 -0
  295. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BRs0Mxa-.js +1 -0
  296. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BYugiKGk.js +1 -0
  297. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BZzOoCHg.js +1 -0
  298. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-BvnJRv5X.js +1 -0
  299. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Bz5PtVM4.js +1 -0
  300. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C8H_1O9h.js +1 -0
  301. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-C970Konx.js +1 -0
  302. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CAHqDBtl.js +1 -0
  303. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CBkyQy2Q.js +1 -0
  304. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CGhz8fL0.js +1 -0
  305. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CXMLSn4M.js +1 -0
  306. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CpTOUvo7.js +1 -0
  307. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-CqroeEYG.js +1 -0
  308. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-D6TuiR7M.js +1 -0
  309. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DFjmm25g.js +1 -0
  310. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DG_KwGUG.js +1 -0
  311. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DJVciiYr.js +1 -0
  312. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DaKv2hn7.js +1 -0
  313. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dnhr_EgY.js +1 -0
  314. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-Dv-C1e_-.js +1 -0
  315. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-DyS9hduW.js +1 -0
  316. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-G5-JJidX.js +1 -0
  317. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-MhNAGmGd.js +1 -0
  318. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-QAUNS7Mf.js +1 -0
  319. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-hd9kUYDu.js +1 -0
  320. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-z7bW6xuy.js +1 -0
  321. package/src/sap/ui/integration/thirdparty/webcomponents/pl-CMCnDFeN.js +1 -0
  322. package/src/sap/ui/integration/thirdparty/webcomponents/pt-epnACSlD.js +1 -0
  323. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-DDh80D1c.js +1 -0
  324. package/src/sap/ui/integration/thirdparty/webcomponents/ro-99b_8s0L.js +1 -0
  325. package/src/sap/ui/integration/thirdparty/webcomponents/ru-KnV2YsI1.js +1 -0
  326. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-DQu1w3nF.js +1 -0
  327. package/src/sap/ui/integration/thirdparty/webcomponents/sk-BmVMraWc.js +1 -0
  328. package/src/sap/ui/integration/thirdparty/webcomponents/sl-D-1eHn67.js +1 -0
  329. package/src/sap/ui/integration/thirdparty/webcomponents/sr-qnchOIe3.js +1 -0
  330. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-7xdk5b7O.js +1 -0
  331. package/src/sap/ui/integration/thirdparty/webcomponents/sv-Cd90PyJ4.js +1 -0
  332. package/src/sap/ui/integration/thirdparty/webcomponents/th-DBMtUCWg.js +1 -0
  333. package/src/sap/ui/integration/thirdparty/webcomponents/tr-IfauWU6c.js +1 -0
  334. package/src/sap/ui/integration/thirdparty/webcomponents/uk-CKaGQnVZ.js +1 -0
  335. package/src/sap/ui/integration/thirdparty/webcomponents/vi-DL9RCxxW.js +1 -0
  336. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-MHYosyo-.js +1 -0
  337. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-CW9bNs3G.js +1 -0
  338. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-CeJTYNVn.js +1 -0
  339. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-CA1JpQ7j.js +1 -0
  340. package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
  341. package/src/sap/ui/integration/util/BaseFactory.js +1 -1
  342. package/src/sap/ui/integration/util/BindingHelper.js +1 -1
  343. package/src/sap/ui/integration/util/BindingResolver.js +1 -1
  344. package/src/sap/ui/integration/util/CardObserver.js +1 -1
  345. package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
  346. package/src/sap/ui/integration/util/ContentFactory.js +1 -1
  347. package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
  348. package/src/sap/ui/integration/util/DataProvider.js +1 -1
  349. package/src/sap/ui/integration/util/DataProviderFactory.js +1 -1
  350. package/src/sap/ui/integration/util/Destinations.js +1 -1
  351. package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
  352. package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
  353. package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
  354. package/src/sap/ui/integration/util/Form.js +1 -1
  355. package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
  356. package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
  357. package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
  358. package/src/sap/ui/integration/util/Manifest.js +1 -1
  359. package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
  360. package/src/sap/ui/integration/util/RequestDataProvider.js +1 -1
  361. package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
  362. package/src/sap/ui/integration/util/ServiceManager.js +1 -1
  363. package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
  364. package/src/sap/ui/integration/util/Utils.js +1 -1
  365. package/src/sap/ui/integration/util/Validators.js +1 -1
  366. package/src/sap/ui/integration/widgets/Card.js +10 -6
  367. package/src/sap/ui/integration/controls/LinkWithIcon.js +0 -79
  368. package/src/sap/ui/integration/controls/LinkWithIconRenderer.js +0 -38
  369. package/src/sap/ui/integration/themes/base/LinkWithIcon.less +0 -11
  370. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js +0 -2
  371. package/src/sap/ui/integration/thirdparty/webcomponents/ar-3d86671f.js.map +0 -1
  372. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js +0 -2
  373. package/src/sap/ui/integration/thirdparty/webcomponents/ar_EG-bec371f8.js.map +0 -1
  374. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js +0 -2
  375. package/src/sap/ui/integration/thirdparty/webcomponents/ar_SA-013516b9.js.map +0 -1
  376. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js +0 -2
  377. package/src/sap/ui/integration/thirdparty/webcomponents/bg-c8a3d631.js.map +0 -1
  378. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js +0 -2
  379. package/src/sap/ui/integration/thirdparty/webcomponents/ca-432aede8.js.map +0 -1
  380. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js +0 -2
  381. package/src/sap/ui/integration/thirdparty/webcomponents/cs-cb494530.js.map +0 -1
  382. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js +0 -2
  383. package/src/sap/ui/integration/thirdparty/webcomponents/da-b8216f78.js.map +0 -1
  384. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js +0 -2
  385. package/src/sap/ui/integration/thirdparty/webcomponents/de-db7ee200.js.map +0 -1
  386. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js +0 -2
  387. package/src/sap/ui/integration/thirdparty/webcomponents/de_AT-16212e69.js.map +0 -1
  388. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js +0 -2
  389. package/src/sap/ui/integration/thirdparty/webcomponents/de_CH-b2e7405d.js.map +0 -1
  390. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js +0 -2
  391. package/src/sap/ui/integration/thirdparty/webcomponents/el-bc8ea43c.js.map +0 -1
  392. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js +0 -2
  393. package/src/sap/ui/integration/thirdparty/webcomponents/el_CY-32899bf5.js.map +0 -1
  394. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js +0 -2
  395. package/src/sap/ui/integration/thirdparty/webcomponents/en-852a3c47.js.map +0 -1
  396. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js +0 -2
  397. package/src/sap/ui/integration/thirdparty/webcomponents/en_AU-a22d2bd1.js.map +0 -1
  398. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js +0 -2
  399. package/src/sap/ui/integration/thirdparty/webcomponents/en_GB-06fb3326.js.map +0 -1
  400. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js +0 -2
  401. package/src/sap/ui/integration/thirdparty/webcomponents/en_HK-8e388c7e.js.map +0 -1
  402. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js +0 -2
  403. package/src/sap/ui/integration/thirdparty/webcomponents/en_IE-31301e64.js.map +0 -1
  404. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js +0 -2
  405. package/src/sap/ui/integration/thirdparty/webcomponents/en_IN-a8cac790.js.map +0 -1
  406. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js +0 -2
  407. package/src/sap/ui/integration/thirdparty/webcomponents/en_NZ-1ac8fca7.js.map +0 -1
  408. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js +0 -2
  409. package/src/sap/ui/integration/thirdparty/webcomponents/en_PG-90ae5ac9.js.map +0 -1
  410. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js +0 -2
  411. package/src/sap/ui/integration/thirdparty/webcomponents/en_SG-f783b9e0.js.map +0 -1
  412. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js +0 -2
  413. package/src/sap/ui/integration/thirdparty/webcomponents/en_ZA-a4a6c2af.js.map +0 -1
  414. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js +0 -2
  415. package/src/sap/ui/integration/thirdparty/webcomponents/es-2987b3bf.js.map +0 -1
  416. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js +0 -2
  417. package/src/sap/ui/integration/thirdparty/webcomponents/es_AR-c9568bef.js.map +0 -1
  418. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js +0 -2
  419. package/src/sap/ui/integration/thirdparty/webcomponents/es_BO-f80d4cab.js.map +0 -1
  420. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js +0 -2
  421. package/src/sap/ui/integration/thirdparty/webcomponents/es_CL-e69a20cc.js.map +0 -1
  422. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js +0 -2
  423. package/src/sap/ui/integration/thirdparty/webcomponents/es_CO-8ed671f5.js.map +0 -1
  424. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js +0 -2
  425. package/src/sap/ui/integration/thirdparty/webcomponents/es_MX-ca227fd9.js.map +0 -1
  426. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js +0 -2
  427. package/src/sap/ui/integration/thirdparty/webcomponents/es_PE-313ad09c.js.map +0 -1
  428. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js +0 -2
  429. package/src/sap/ui/integration/thirdparty/webcomponents/es_UY-3145d111.js.map +0 -1
  430. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js +0 -2
  431. package/src/sap/ui/integration/thirdparty/webcomponents/es_VE-9855c07f.js.map +0 -1
  432. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js +0 -2
  433. package/src/sap/ui/integration/thirdparty/webcomponents/et-c8b012d9.js.map +0 -1
  434. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js +0 -2
  435. package/src/sap/ui/integration/thirdparty/webcomponents/fa-270906e4.js.map +0 -1
  436. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js +0 -2
  437. package/src/sap/ui/integration/thirdparty/webcomponents/fi-5cb24937.js.map +0 -1
  438. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js +0 -2
  439. package/src/sap/ui/integration/thirdparty/webcomponents/fr-f90c8dbe.js.map +0 -1
  440. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js +0 -2
  441. package/src/sap/ui/integration/thirdparty/webcomponents/fr_BE-0a0b1e89.js.map +0 -1
  442. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js +0 -2
  443. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CA-69115871.js.map +0 -1
  444. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js +0 -2
  445. package/src/sap/ui/integration/thirdparty/webcomponents/fr_CH-67cec36a.js.map +0 -1
  446. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js +0 -2
  447. package/src/sap/ui/integration/thirdparty/webcomponents/fr_LU-41d18384.js.map +0 -1
  448. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js +0 -2
  449. package/src/sap/ui/integration/thirdparty/webcomponents/he-c7dd8770.js.map +0 -1
  450. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js +0 -2
  451. package/src/sap/ui/integration/thirdparty/webcomponents/hi-02d890ff.js.map +0 -1
  452. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js +0 -2
  453. package/src/sap/ui/integration/thirdparty/webcomponents/hr-ce839bd8.js.map +0 -1
  454. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js +0 -2
  455. package/src/sap/ui/integration/thirdparty/webcomponents/hu-8894ff20.js.map +0 -1
  456. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js +0 -2
  457. package/src/sap/ui/integration/thirdparty/webcomponents/id-4e1f336f.js.map +0 -1
  458. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js +0 -2
  459. package/src/sap/ui/integration/thirdparty/webcomponents/it-2f7ca2cc.js.map +0 -1
  460. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js +0 -2
  461. package/src/sap/ui/integration/thirdparty/webcomponents/it_CH-96f6448e.js.map +0 -1
  462. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js +0 -2
  463. package/src/sap/ui/integration/thirdparty/webcomponents/ja-b852efec.js.map +0 -1
  464. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js +0 -2
  465. package/src/sap/ui/integration/thirdparty/webcomponents/kk-4d418f87.js.map +0 -1
  466. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js +0 -2
  467. package/src/sap/ui/integration/thirdparty/webcomponents/ko-580a2045.js.map +0 -1
  468. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js +0 -2
  469. package/src/sap/ui/integration/thirdparty/webcomponents/lt-ee0f5d04.js.map +0 -1
  470. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js +0 -2
  471. package/src/sap/ui/integration/thirdparty/webcomponents/lv-b18d4611.js.map +0 -1
  472. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js +0 -2
  473. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-0d1ad1fe.js.map +0 -1
  474. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js +0 -2
  475. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ar-f6792d81.js.map +0 -1
  476. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js +0 -2
  477. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-19dab68c.js.map +0 -1
  478. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js +0 -2
  479. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_bg-884d46bd.js.map +0 -1
  480. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js +0 -2
  481. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-5b6cc3e2.js.map +0 -1
  482. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js +0 -2
  483. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ca-9a2c00aa.js.map +0 -1
  484. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js +0 -2
  485. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-7eb827ff.js.map +0 -1
  486. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js +0 -2
  487. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cs-c7ed5c29.js.map +0 -1
  488. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js +0 -2
  489. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-59b352bb.js.map +0 -1
  490. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js +0 -2
  491. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_cy-9889d6f0.js.map +0 -1
  492. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js +0 -2
  493. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-53593542.js.map +0 -1
  494. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js +0 -2
  495. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_da-7b82a777.js.map +0 -1
  496. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js +0 -2
  497. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-eb501c07.js.map +0 -1
  498. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js +0 -2
  499. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_de-fe0ee4dd.js.map +0 -1
  500. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js +0 -2
  501. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-45d1c326.js.map +0 -1
  502. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js +0 -2
  503. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_el-b846ddbd.js.map +0 -1
  504. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js +0 -2
  505. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-00d224f0.js.map +0 -1
  506. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js +0 -2
  507. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en-3bc10a88.js.map +0 -1
  508. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js +0 -2
  509. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-a4723c29.js.map +0 -1
  510. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js +0 -2
  511. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_GB-b6557ced.js.map +0 -1
  512. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js +0 -2
  513. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-7f53c3de.js.map +0 -1
  514. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js +0 -2
  515. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_sappsd-9cf5ba75.js.map +0 -1
  516. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js +0 -2
  517. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-00c865df.js.map +0 -1
  518. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js +0 -2
  519. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saprigi-94648753.js.map +0 -1
  520. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js +0 -2
  521. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-57779176.js.map +0 -1
  522. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js +0 -2
  523. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_en_US_saptrc-ae1a6e4a.js.map +0 -1
  524. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js +0 -2
  525. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-288d5c23.js.map +0 -1
  526. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js +0 -2
  527. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es-32e23462.js.map +0 -1
  528. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js +0 -2
  529. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-247861b8.js.map +0 -1
  530. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js +0 -2
  531. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_es_MX-4f1305df.js.map +0 -1
  532. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js +0 -2
  533. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-077b43b7.js.map +0 -1
  534. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js +0 -2
  535. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_et-a0061a71.js.map +0 -1
  536. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js +0 -2
  537. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-27edc9b8.js.map +0 -1
  538. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js +0 -2
  539. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fi-b9f27356.js.map +0 -1
  540. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js +0 -2
  541. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-6265990a.js.map +0 -1
  542. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js +0 -2
  543. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr-776fbe53.js.map +0 -1
  544. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js +0 -2
  545. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-be82338b.js.map +0 -1
  546. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js +0 -2
  547. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_fr_CA-c0eae649.js.map +0 -1
  548. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js +0 -2
  549. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-9f578dcf.js.map +0 -1
  550. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js +0 -2
  551. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hi-c4029409.js.map +0 -1
  552. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js +0 -2
  553. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-49952683.js.map +0 -1
  554. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js +0 -2
  555. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hr-c9d5ac76.js.map +0 -1
  556. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js +0 -2
  557. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-9eaeaf2e.js.map +0 -1
  558. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js +0 -2
  559. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_hu-d015baa6.js.map +0 -1
  560. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js +0 -2
  561. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-5f15c5a1.js.map +0 -1
  562. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js +0 -2
  563. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_in-69efcc93.js.map +0 -1
  564. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js +0 -2
  565. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-0b408aea.js.map +0 -1
  566. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js +0 -2
  567. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_it-f7bf3947.js.map +0 -1
  568. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js +0 -2
  569. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-6db571be.js.map +0 -1
  570. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js +0 -2
  571. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_iw-a2983dd2.js.map +0 -1
  572. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js +0 -2
  573. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-9c40042d.js.map +0 -1
  574. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js +0 -2
  575. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ja-b96fe6b5.js.map +0 -1
  576. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js +0 -2
  577. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-31b7f62f.js.map +0 -1
  578. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js +0 -2
  579. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_kk-b620a07a.js.map +0 -1
  580. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js +0 -2
  581. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-4be67a77.js.map +0 -1
  582. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js +0 -2
  583. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ko-9c52f847.js.map +0 -1
  584. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js +0 -2
  585. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-1e4f1335.js.map +0 -1
  586. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js +0 -2
  587. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lt-daa86622.js.map +0 -1
  588. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js +0 -2
  589. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-156ea5fe.js.map +0 -1
  590. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js +0 -2
  591. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_lv-54381557.js.map +0 -1
  592. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js +0 -2
  593. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-536227b5.js.map +0 -1
  594. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js +0 -2
  595. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ms-e142440d.js.map +0 -1
  596. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js +0 -2
  597. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-1290458f.js.map +0 -1
  598. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js +0 -2
  599. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_nl-56e48e33.js.map +0 -1
  600. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js +0 -2
  601. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-2f06c288.js.map +0 -1
  602. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js +0 -2
  603. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_no-eecb1eec.js.map +0 -1
  604. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js +0 -2
  605. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-179a75de.js.map +0 -1
  606. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js +0 -2
  607. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pl-bd30a402.js.map +0 -1
  608. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js +0 -2
  609. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-026877c7.js.map +0 -1
  610. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js +0 -2
  611. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt-741d8c1c.js.map +0 -1
  612. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js +0 -2
  613. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-a24258d4.js.map +0 -1
  614. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js +0 -2
  615. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_pt_PT-d2a87d88.js.map +0 -1
  616. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js +0 -2
  617. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-0dbe572d.js.map +0 -1
  618. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js +0 -2
  619. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ro-6da8daa7.js.map +0 -1
  620. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js +0 -2
  621. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-4291aa7d.js.map +0 -1
  622. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js +0 -2
  623. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_ru-e80d281e.js.map +0 -1
  624. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js +0 -2
  625. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-4047dcd1.js.map +0 -1
  626. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js +0 -2
  627. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sh-83f9fefd.js.map +0 -1
  628. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js +0 -2
  629. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-c7dd9005.js.map +0 -1
  630. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js +0 -2
  631. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sk-fd3049d8.js.map +0 -1
  632. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js +0 -2
  633. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-586b310b.js.map +0 -1
  634. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js +0 -2
  635. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sl-e31d7023.js.map +0 -1
  636. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js +0 -2
  637. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-1796a5d2.js.map +0 -1
  638. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js +0 -2
  639. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_sv-4adc09cc.js.map +0 -1
  640. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js +0 -2
  641. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-33e2fe27.js.map +0 -1
  642. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js +0 -2
  643. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_th-63398540.js.map +0 -1
  644. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js +0 -2
  645. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-b49fdd27.js.map +0 -1
  646. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js +0 -2
  647. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_tr-f32e601b.js.map +0 -1
  648. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js +0 -2
  649. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-70daf763.js.map +0 -1
  650. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js +0 -2
  651. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_uk-de6e4871.js.map +0 -1
  652. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js +0 -2
  653. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-3f36f453.js.map +0 -1
  654. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js +0 -2
  655. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_vi-ba1b4011.js.map +0 -1
  656. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js +0 -2
  657. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-2420a6e9.js.map +0 -1
  658. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js +0 -2
  659. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_CN-81dc4660.js.map +0 -1
  660. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js +0 -2
  661. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-7833a089.js.map +0 -1
  662. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js +0 -2
  663. package/src/sap/ui/integration/thirdparty/webcomponents/messagebundle_zh_TW-91e89b06.js.map +0 -1
  664. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js +0 -2
  665. package/src/sap/ui/integration/thirdparty/webcomponents/ms-97288878.js.map +0 -1
  666. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js +0 -2
  667. package/src/sap/ui/integration/thirdparty/webcomponents/nb-d77ab65a.js.map +0 -1
  668. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js +0 -2
  669. package/src/sap/ui/integration/thirdparty/webcomponents/nl-624d50c1.js.map +0 -1
  670. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js +0 -2
  671. package/src/sap/ui/integration/thirdparty/webcomponents/nl_BE-ae42d671.js.map +0 -1
  672. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js +0 -2
  673. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0492638f.js.map +0 -1
  674. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js +0 -2
  675. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-04bc9eb3.js.map +0 -1
  676. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js +0 -2
  677. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-0e7b5607.js.map +0 -1
  678. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js +0 -2
  679. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-125b2b7a.js.map +0 -1
  680. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js +0 -2
  681. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-1a0ab11d.js.map +0 -1
  682. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js +0 -2
  683. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-243fcda5.js.map +0 -1
  684. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js +0 -2
  685. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-521ed433.js.map +0 -1
  686. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js +0 -2
  687. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5c3f5118.js.map +0 -1
  688. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js +0 -2
  689. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-5f5e6b1a.js.map +0 -1
  690. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js +0 -2
  691. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-60fa0cd2.js.map +0 -1
  692. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js +0 -2
  693. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6b0ea135.js.map +0 -1
  694. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js +0 -2
  695. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-6ff10523.js.map +0 -1
  696. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js +0 -2
  697. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7b2c3304.js.map +0 -1
  698. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js +0 -2
  699. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-7dc01b3a.js.map +0 -1
  700. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js +0 -2
  701. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-9c9eaabc.js.map +0 -1
  702. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js +0 -2
  703. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-abd55cbb.js.map +0 -1
  704. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js +0 -2
  705. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-b3fbd1e6.js.map +0 -1
  706. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js +0 -2
  707. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-bf92c220.js.map +0 -1
  708. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js +0 -2
  709. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-c36ca341.js.map +0 -1
  710. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js +0 -2
  711. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-dda93805.js.map +0 -1
  712. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js +0 -2
  713. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e504ec6c.js.map +0 -1
  714. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js +0 -2
  715. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-e9886ead.js.map +0 -1
  716. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js +0 -2
  717. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-f7a88bec.js.map +0 -1
  718. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js +0 -2
  719. package/src/sap/ui/integration/thirdparty/webcomponents/parameters-bundle.css-fe0b62d8.js.map +0 -1
  720. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js +0 -2
  721. package/src/sap/ui/integration/thirdparty/webcomponents/pl-e69ff58a.js.map +0 -1
  722. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js +0 -2
  723. package/src/sap/ui/integration/thirdparty/webcomponents/pt-b6593b86.js.map +0 -1
  724. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js +0 -2
  725. package/src/sap/ui/integration/thirdparty/webcomponents/pt_PT-6f58c38d.js.map +0 -1
  726. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js +0 -2
  727. package/src/sap/ui/integration/thirdparty/webcomponents/ro-cf279a8d.js.map +0 -1
  728. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js +0 -2
  729. package/src/sap/ui/integration/thirdparty/webcomponents/ru-a41bc6ce.js.map +0 -1
  730. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js +0 -2
  731. package/src/sap/ui/integration/thirdparty/webcomponents/ru_UA-60325a6e.js.map +0 -1
  732. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js +0 -2
  733. package/src/sap/ui/integration/thirdparty/webcomponents/sk-a3e7e927.js.map +0 -1
  734. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js +0 -2
  735. package/src/sap/ui/integration/thirdparty/webcomponents/sl-0d949839.js.map +0 -1
  736. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js +0 -2
  737. package/src/sap/ui/integration/thirdparty/webcomponents/sr-d3b5a8a9.js.map +0 -1
  738. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js +0 -2
  739. package/src/sap/ui/integration/thirdparty/webcomponents/sr_Latn-66ea0243.js.map +0 -1
  740. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js +0 -2
  741. package/src/sap/ui/integration/thirdparty/webcomponents/sv-704380a3.js.map +0 -1
  742. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js +0 -2
  743. package/src/sap/ui/integration/thirdparty/webcomponents/th-a3f0b98a.js.map +0 -1
  744. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js +0 -2
  745. package/src/sap/ui/integration/thirdparty/webcomponents/tr-a75c54c5.js.map +0 -1
  746. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js +0 -2
  747. package/src/sap/ui/integration/thirdparty/webcomponents/uk-2ea9760e.js.map +0 -1
  748. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js +0 -2
  749. package/src/sap/ui/integration/thirdparty/webcomponents/vi-0ee42fc7.js.map +0 -1
  750. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js +0 -2
  751. package/src/sap/ui/integration/thirdparty/webcomponents/zh_CN-9347b38b.js.map +0 -1
  752. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js +0 -2
  753. package/src/sap/ui/integration/thirdparty/webcomponents/zh_HK-402bf471.js.map +0 -1
  754. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js +0 -2
  755. package/src/sap/ui/integration/thirdparty/webcomponents/zh_SG-decc6172.js.map +0 -1
  756. package/src/sap/ui/integration/thirdparty/webcomponents/zh_TW-22e4094b.js +0 -2
  757. 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_fiori_3/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_belize","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #0a6ed1;--sapHighlightColor: #0854a0;--sapBaseColor: #fff;--sapShellColor: #354a5f;--sapBackgroundColor: #f7f7f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #32363a;--sapLinkColor: #0a6ed1;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0854a0;--sapHoverColor: #ededed;--sapActiveColor: #0854a0;--sapHighlightTextColor: #fff;--sapTitleColor: #32363a;--sapNegativeColor: #bb0000;--sapCriticalColor: #df6e0c;--sapPositiveColor: #107e3e;--sapInformativeColor: #0a6ed1;--sapNeutralColor: #6a6d70;--sapNegativeElementColor: #bb0000;--sapCriticalElementColor: #df6e0c;--sapPositiveElementColor: #107e3e;--sapInformativeElementColor: #0a6ed1;--sapNeutralElementColor: #6a6d70;--sapNegativeTextColor: #bb0000;--sapCriticalTextColor: #b3590a;--sapPositiveTextColor: #107e3e;--sapInformativeTextColor: #0a6ed1;--sapNeutralTextColor: #6a6d70;--sapErrorColor: #bb0000;--sapWarningColor: #df6e0c;--sapSuccessColor: #107e3e;--sapInformationColor: #0a6ed1;--sapErrorBackground: #ffebeb;--sapWarningBackground: #fef7f1;--sapSuccessBackground: #f1fdf6;--sapInformationBackground: #f5faff;--sapNeutralBackground: #f4f4f4;--sapErrorBorderColor: #bb0000;--sapWarningBorderColor: #df6e0c;--sapSuccessBorderColor: #107e3e;--sapInformationBorderColor: #0a6ed1;--sapNeutralBorderColor: #6a6d70;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #0854a0;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #6a6d70;--sapContent_MarkerIconColor: #286eb4;--sapContent_MarkerTextColor: #0e7581;--sapContent_MeasureIndicatorColor: #89919a;--sapContent_Selected_MeasureIndicatorColor: #89919a;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #ccc;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #d08014;--sapContent_UnratedColor: #89919a;--sapContent_BusyColor: #0854a0;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(0,0,0,.1), 0 .125rem .5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3: 0 0 0 .0625rem rgba(0,0,0,.42), 0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #d4f7db;--sapContent_HelpColor: #3f8600;--sapContent_LabelColor: #6a6d70;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(50,54,58,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #89919a;--sapContent_ForegroundTextColor: #32363a;--sapContent_BadgeBackground: #d04343;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #0854a0;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0854a0;--sapContent_Selected_Hover_Background: #095caf;--sapContent_Selected_ForegroundColor: #0854a0;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #0a6ed1;--sapContent_Illustrative_Color2: #72b5f8;--sapContent_Illustrative_Color3: #ffba10;--sapContent_Illustrative_Color4: #4a5055;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #e7e9ea;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #e7e9ea;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #5dc122;--sapContent_Illustrative_Color13: #4ba1f6;--sapContent_Illustrative_Color14: #298ff4;--sapContent_Illustrative_Color15: #e6a400;--sapContent_Illustrative_Color16: #085aaa;--sapContent_Illustrative_Color17: #00a5a8;--sapContent_Illustrative_Color18: #d9ddde;--sapContent_Illustrative_Color19: #ccd0d2;--sapContent_Illustrative_Color20: #bec4c6;--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: none;--sapLink_Hover_Color: #0854a0;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0a6ed1;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #0a6ed1;--sapLink_InvertedColor: #d3e8fd;--sapLink_SubtleColor: #074888;--sapShell_Background: #edeff0;--sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #32363a;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fff;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.08), inset 0 -.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor: #f88;--sapShell_CriticalColor: #f8b67d;--sapShell_PositiveColor: #abe2c2;--sapShell_InformativeColor: #b1d6fb;--sapShell_NeutralColor: #d4d6d7;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_Category_1_Background: #286eb4;--sapShell_Category_1_BorderColor: #286eb4;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #db1f77;--sapShell_Category_2_BorderColor: #db1f77;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #d58215;--sapShell_Category_3_BorderColor: #d58215;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #892971;--sapShell_Category_4_BorderColor: #892971;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #bb2f2f;--sapShell_Category_5_BorderColor: #bb2f2f;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #1193a2;--sapShell_Category_6_BorderColor: #1193a2;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #cf5db3;--sapShell_Category_7_BorderColor: #cf5db3;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #8b9668;--sapShell_Category_8_BorderColor: #8b9668;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #597da1;--sapShell_Category_9_BorderColor: #597da1;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #647987;--sapShell_Category_10_BorderColor: #647987;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #dc5b5b;--sapShell_Category_11_BorderColor: #dc5b5b;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #5154bd;--sapShell_Category_12_BorderColor: #5154bd;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #bc1b66;--sapShell_Category_13_BorderColor: #bc1b66;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #49797e;--sapShell_Category_14_BorderColor: #49797e;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #476380;--sapShell_Category_15_BorderColor: #476380;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #687a33;--sapShell_Category_16_BorderColor: #687a33;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #32363a;--sapAssistant_Answer_Background: #f4f4f4;--sapAssistant_Answer_BorderColor: #f4f4f4;--sapAssistant_Answer_TextColor: #32363a;--sapAvatar_1_Background: #d08014;--sapAvatar_1_BorderColor: #d08014;--sapAvatar_1_TextColor: #fff;--sapAvatar_2_Background: #d04343;--sapAvatar_2_BorderColor: #d04343;--sapAvatar_2_TextColor: #fff;--sapAvatar_3_Background: #db1f77;--sapAvatar_3_BorderColor: #db1f77;--sapAvatar_3_TextColor: #fff;--sapAvatar_4_Background: #c0399f;--sapAvatar_4_BorderColor: #c0399f;--sapAvatar_4_TextColor: #fff;--sapAvatar_5_Background: #6367de;--sapAvatar_5_BorderColor: #6367de;--sapAvatar_5_TextColor: #fff;--sapAvatar_6_Background: #286eb4;--sapAvatar_6_BorderColor: #286eb4;--sapAvatar_6_TextColor: #fff;--sapAvatar_7_Background: #0f828f;--sapAvatar_7_BorderColor: #0f828f;--sapAvatar_7_TextColor: #fff;--sapAvatar_8_Background: #7ca10c;--sapAvatar_8_BorderColor: #7ca10c;--sapAvatar_8_TextColor: #fff;--sapAvatar_9_Background: #925ace;--sapAvatar_9_BorderColor: #925ace;--sapAvatar_9_TextColor: #fff;--sapAvatar_10_Background: #647987;--sapAvatar_10_BorderColor: #647987;--sapAvatar_10_TextColor: #fff;--sapButton_Background: #fff;--sapButton_BorderColor: #0854a0;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #0854a0;--sapButton_Hover_Background: #ebf5fe;--sapButton_Hover_BorderColor: #0854a0;--sapButton_Hover_TextColor: #0854a0;--sapButton_IconColor: #0854a0;--sapButton_Active_Background: #0854a0;--sapButton_Active_BorderColor: #0854a0;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #0a6ed1;--sapButton_Emphasized_BorderColor: #0a6ed1;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #085caf;--sapButton_Emphasized_Hover_BorderColor: #085caf;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #0854a0;--sapButton_Emphasized_Active_BorderColor: #0854a0;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #bb0000;--sapButton_Reject_TextColor: #b00;--sapButton_Reject_Hover_Background: #ffebeb;--sapButton_Reject_Hover_BorderColor: #bb0000;--sapButton_Reject_Hover_TextColor: #b00;--sapButton_Reject_Active_Background: #a20000;--sapButton_Reject_Active_BorderColor: #a20000;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #a20000;--sapButton_Reject_Selected_BorderColor: #a20000;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #b00;--sapButton_Reject_Selected_Hover_BorderColor: #b00;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #107e3e;--sapButton_Accept_TextColor: #107e3e;--sapButton_Accept_Hover_Background: #f1fdf6;--sapButton_Accept_Hover_BorderColor: #107e3e;--sapButton_Accept_Hover_TextColor: #107e3e;--sapButton_Accept_Active_Background: #0d6733;--sapButton_Accept_Active_BorderColor: #0d6733;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0d6733;--sapButton_Accept_Selected_BorderColor: #0d6733;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #107e3e;--sapButton_Accept_Selected_Hover_BorderColor: #107e3e;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0854a0;--sapButton_Lite_Hover_Background: #ebf5fe;--sapButton_Lite_Hover_BorderColor: #0854a0;--sapButton_Lite_Hover_TextColor: #0854a0;--sapButton_Lite_Active_Background: #0854a0;--sapButton_Lite_Active_BorderColor: #0854a0;--sapButton_Selected_Background: #0854a0;--sapButton_Selected_BorderColor: #0854a0;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #095caf;--sapButton_Selected_Hover_BorderColor: #095caf;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #df6e0c;--sapButton_Attention_TextColor: #32363a;--sapButton_Attention_Hover_Background: #fef7f1;--sapButton_Attention_Hover_BorderColor: #df6e0c;--sapButton_Attention_Hover_TextColor: #32363a;--sapButton_Attention_Active_Background: #f3801c;--sapButton_Attention_Active_BorderColor: #f3801c;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #f3801c;--sapButton_Attention_Selected_BorderColor: #f3801c;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #f48e34;--sapButton_Attention_Selected_Hover_BorderColor: #f48e34;--sapButton_Negative_Background: #bb0000;--sapButton_Negative_BorderColor: #bb0000;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #970000;--sapButton_Negative_Hover_BorderColor: #970000;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #800;--sapButton_Negative_Active_BorderColor: #800;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #df6e0c;--sapButton_Critical_BorderColor: #df6e0c;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #f3801c;--sapButton_Critical_Hover_BorderColor: #f3801c;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #f5933e;--sapButton_Critical_Active_BorderColor: #f5933e;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #107e3e;--sapButton_Success_BorderColor: #107e3e;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #0c5e2e;--sapButton_Success_Hover_BorderColor: #0c5e2e;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #0a5128;--sapButton_Success_Active_BorderColor: #0a5128;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #0a6ed1;--sapButton_Information_BorderColor: #0a6ed1;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #0961b9;--sapButton_Information_Hover_BorderColor: #0961b9;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #0854a0;--sapButton_Information_Active_BorderColor: #0854a0;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #6a6d70;--sapButton_Neutral_BorderColor: #6a6d70;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #595b5e;--sapButton_Neutral_Hover_BorderColor: #595b5e;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #515456;--sapButton_Neutral_Active_BorderColor: #515456;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #ededed;--sapButton_Track_BorderColor: #89919a;--sapButton_Track_TextColor: #32363a;--sapButton_Track_Hover_Background: #ededed;--sapButton_Track_Hover_BorderColor: #0854a0;--sapButton_Track_Selected_Background: #ebf5fe;--sapButton_Track_Selected_BorderColor: #0854a0;--sapButton_Track_Selected_TextColor: #32363a;--sapButton_Track_Selected_Hover_Background: #ebf5fe;--sapButton_Track_Selected_Hover_BorderColor: #095caf;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #89919a;--sapButton_Handle_TextColor: #32363a;--sapButton_Handle_Hover_Background: #ebf5fe;--sapButton_Handle_Hover_BorderColor: #0854a0;--sapButton_Handle_Selected_Background: #0854a0;--sapButton_Handle_Selected_BorderColor: #0854a0;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #095caf;--sapButton_Handle_Selected_Hover_BorderColor: #095caf;--sapButton_Track_Negative_Background: #ffebeb;--sapButton_Track_Negative_BorderColor: #bb0000;--sapButton_Track_Negative_TextColor: #b00;--sapButton_Track_Negative_Hover_Background: #ffebeb;--sapButton_Track_Negative_Hover_BorderColor: #bb0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #bb0000;--sapButton_Handle_Negative_TextColor: #b00;--sapButton_Handle_Negative_Hover_Background: #ffebeb;--sapButton_Handle_Negative_Hover_BorderColor: #bb0000;--sapButton_Track_Positive_Background: #f1fdf6;--sapButton_Track_Positive_BorderColor: #107e3e;--sapButton_Track_Positive_TextColor: #107e3e;--sapButton_Track_Positive_Hover_Background: #f1fdf6;--sapButton_Track_Positive_Hover_BorderColor: #107e3e;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #107e3e;--sapButton_Handle_Positive_TextColor: #107e3e;--sapButton_Handle_Positive_Hover_Background: #f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor: #107e3e;--sapButton_TokenBackground: #fafafa;--sapButton_TokenBorderColor: #c2c2c2;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #32363a;--sapField_PlaceholderTextColor: #74777a;--sapField_BorderColor: #89919a;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #0854a0;--sapField_Hover_HelpBackground: #ebf5fe;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #0854a0;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #89919a;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: rgba(242,242,242,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #89919a;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(242,242,242,.5);--sapField_RequiredColor: #ce3b3b;--sapField_InvalidColor: #bb0000;--sapField_InvalidBackground: #fff;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #df6e0c;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #107e3e;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #0a6ed1;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #d9d9d9;--sapGroup_TitleTextColor: #32363a;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #f2f2f2;--sapList_HeaderBorderColor: #e5e5e5;--sapList_HeaderTextColor: #32363a;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #32363a;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #0854a0;--sapList_SelectionBackgroundColor: #e5f0fa;--sapList_SelectionBorderColor: #0854a0;--sapList_Hover_SelectionBackground: #d8e9f8;--sapList_Background: #fff;--sapList_Hover_Background: #ededed;--sapList_AlternatingBackground: #f2f2f2;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #d9d9d9;--sapList_GroupHeaderTextColor: #32363a;--sapList_TableGroupHeaderBackground: #efefef;--sapList_TableGroupHeaderBorderColor: #d9d9d9;--sapList_TableGroupHeaderTextColor: #32363a;--sapList_FooterBackground: #fafafa;--sapList_FooterTextColor: #32363a;--sapList_TableFooterBorder: #d9d9d9;--sapList_TableFixedBorderColor: #8c8c8c;--sapMessage_ErrorBorderColor: #bb0000;--sapMessage_WarningBorderColor: #df6e0c;--sapMessage_SuccessBorderColor: #107e3e;--sapMessage_InformationBorderColor: #0a6ed1;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #89919a;--sapProgress_TextColor: #32363a;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #89919a;--sapProgress_NegativeTextColor: #32363a;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #89919a;--sapProgress_CriticalTextColor: #32363a;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #89919a;--sapProgress_PositiveTextColor: #32363a;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #89919a;--sapProgress_InformationTextColor: #32363a;--sapProgress_Value_Background: #6a6d70;--sapProgress_Value_BorderColor: #89919a;--sapProgress_Value_TextColor: #32363a;--sapProgress_Value_NegativeBackground: #bb0000;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #32363a;--sapProgress_Value_CriticalBackground: #df6e0c;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #32363a;--sapProgress_Value_PositiveBackground: #107e3e;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #32363a;--sapProgress_Value_InformationBackground: #0a6ed1;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #32363a;--sapScrollBar_FaceColor: #949494;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #949494;--sapScrollBar_SymbolColor: #0854a0;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8c8c8c;--sapSlider_Background: #89919a;--sapSlider_BorderColor: #89919a;--sapSlider_Selected_Background: #0854a0;--sapSlider_Selected_BorderColor: #0854a0;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #89919a;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #ebf5fe;--sapSlider_Hover_HandleBorderColor: #0854a0;--sapSlider_Hover_RangeHandleBackground: #ebf5fe;--sapSlider_Active_HandleBackground: #0854a0;--sapSlider_Active_HandleBorderColor: #0854a0;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #32363a;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #32363a;--sapInfobar_Background: #0f828f;--sapInfobar_Hover_Background: #0e7581;--sapInfobar_Active_Background: #0a545c;--sapInfobar_NonInteractive_Background: #e6e6e6;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ededed;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #32363a;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #6a6d70;--sapBlockLayer_Background: #000;--sapTile_Background: #fff;--sapTile_Hover_Background: #f5f5f5;--sapTile_Active_Background: #f5f5f5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #32363a;--sapTile_TextColor: #6a6d70;--sapTile_IconColor: #5a7da0;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fff;--sapAccentColor1: #d08014;--sapAccentColor2: #d04343;--sapAccentColor3: #db1f77;--sapAccentColor4: #c0399f;--sapAccentColor5: #6367de;--sapAccentColor6: #286eb4;--sapAccentColor7: #0f828f;--sapAccentColor8: #7ca10c;--sapAccentColor9: #925ace;--sapAccentColor10: #647987;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #880000;--sapIndicationColor_1_Background: #880000;--sapIndicationColor_1_BorderColor: #880000;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6f0000;--sapIndicationColor_1_Active_Background: #500;--sapIndicationColor_1_Active_BorderColor: #880000;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #500;--sapIndicationColor_1_Selected_BorderColor: #880000;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #bb0000;--sapIndicationColor_2_Background: #bb0000;--sapIndicationColor_2_BorderColor: #bb0000;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #a20000;--sapIndicationColor_2_Active_Background: #800;--sapIndicationColor_2_Active_BorderColor: #bb0000;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #800;--sapIndicationColor_2_Selected_BorderColor: #bb0000;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #df6e0c;--sapIndicationColor_3_Background: #df6e0c;--sapIndicationColor_3_BorderColor: #df6e0c;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d0670b;--sapIndicationColor_3_Active_Background: #c2600a;--sapIndicationColor_3_Active_BorderColor: #df6e0c;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #c2600a;--sapIndicationColor_3_Selected_BorderColor: #df6e0c;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #fff2c0;--sapIndicationColor_3b_BorderColor: #fff2c0;--sapIndicationColor_3b_Hover_Background: #ffeda6;--sapIndicationColor_4: #107e3e;--sapIndicationColor_4_Background: #107e3e;--sapIndicationColor_4_BorderColor: #107e3e;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #0d6733;--sapIndicationColor_4_Active_Background: #0a5128;--sapIndicationColor_4_Active_BorderColor: #107e3e;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0a5128;--sapIndicationColor_4_Selected_BorderColor: #107e3e;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0a6ed1;--sapIndicationColor_5_Background: #0a6ed1;--sapIndicationColor_5_BorderColor: #0a6ed1;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0961b9;--sapIndicationColor_5_Active_Background: #0854a0;--sapIndicationColor_5_Active_BorderColor: #0a6ed1;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0854a0;--sapIndicationColor_5_Selected_BorderColor: #0a6ed1;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #d3effd;--sapIndicationColor_5b_BorderColor: #d3effd;--sapIndicationColor_5b_Hover_Background: #bbe6fc;--sapIndicationColor_6: #0f828f;--sapIndicationColor_6_Background: #0f828f;--sapIndicationColor_6_BorderColor: #0f828f;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #0d6d78;--sapIndicationColor_6_Active_Background: #0a5861;--sapIndicationColor_6_Active_BorderColor: #0f828f;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0a5861;--sapIndicationColor_6_Selected_BorderColor: #0f828f;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #925ace;--sapIndicationColor_7_Background: #925ace;--sapIndicationColor_7_BorderColor: #925ace;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #8546c8;--sapIndicationColor_7_Active_Background: #7838bd;--sapIndicationColor_7_Active_BorderColor: #925ace;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #7838bd;--sapIndicationColor_7_Selected_BorderColor: #925ace;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #c0399f;--sapIndicationColor_8_Background: #c0399f;--sapIndicationColor_8_BorderColor: #c0399f;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #ac338f;--sapIndicationColor_8_Active_Background: #992d7e;--sapIndicationColor_8_Active_BorderColor: #c0399f;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #992d7e;--sapIndicationColor_8_Selected_BorderColor: #c0399f;--sapIndicationColor_8_Selected_TextColor: #fff;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #0d141b;--sapIndicationColor_9_Active_BorderColor: #1d2d3e;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0d141b;--sapIndicationColor_9_Selected_BorderColor: #1d2d3e;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #45484a;--sapIndicationColor_10_BorderColor: #45484a;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #393b3d;--sapIndicationColor_10_Active_Background: #2c2e30;--sapIndicationColor_10_Active_BorderColor: #45484a;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #2c2e30;--sapIndicationColor_10_Selected_BorderColor: #45484a;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fafafa;--sapLegend_NonWorkingBackground: #dedede;--sapLegend_CurrentDateTime: #c0399f;--sapLegendColor1: #d58215;--sapLegendColor2: #dc5b5b;--sapLegendColor3: #db1f77;--sapLegendColor4: #9b3b3b;--sapLegendColor5: #cf5db3;--sapLegendColor6: #286eb4;--sapLegendColor7: #1193a2;--sapLegendColor8: #8b9668;--sapLegendColor9: #647987;--sapLegendColor10: #892971;--sapLegendColor11: #725a3a;--sapLegendColor12: #bb2f2f;--sapLegendColor13: #bc1b66;--sapLegendColor14: #8b714f;--sapLegendColor15: #606190;--sapLegendColor16: #597da1;--sapLegendColor17: #49797e;--sapLegendColor18: #687a33;--sapLegendColor19: #295989;--sapLegendColor20: #5154bd;--sapLegendBackgroundColor1: #fdf3e7;--sapLegendBackgroundColor2: #faeaea;--sapLegendBackgroundColor3: #fce9f2;--sapLegendBackgroundColor4: #f8ecec;--sapLegendBackgroundColor5: #f9ebf5;--sapLegendBackgroundColor6: #ebf3fa;--sapLegendBackgroundColor7: #e8fbfd;--sapLegendBackgroundColor8: #f3f4ef;--sapLegendBackgroundColor9: #f1f3f4;--sapLegendBackgroundColor10: #f9ebf6;--sapLegendBackgroundColor11: #f6f2ed;--sapLegendBackgroundColor12: #faeaea;--sapLegendBackgroundColor13: #fce9f2;--sapLegendBackgroundColor14: #f5f2ee;--sapLegendBackgroundColor15: #f0f0f5;--sapLegendBackgroundColor16: #eff2f6;--sapLegendBackgroundColor17: #eff5f6;--sapLegendBackgroundColor18: #f5f7ed;--sapLegendBackgroundColor19: #ebf2f9;--sapLegendBackgroundColor20: #ecedf8;--sapChart_OrderedColor_1: #438cd5;--sapChart_OrderedColor_2: #e66729;--sapChart_OrderedColor_3: #16976c;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #1193a2;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ed5f5f;--sapChart_OrderedColor_11: #2f6497;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #cb7d0c;--sapChart_Good: #3c9d57;--sapChart_Neutral: #848f94;--sapChart_Sequence_1: #438cd5;--sapChart_Sequence_2: #e66729;--sapChart_Sequence_3: #16976c;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #1193a2;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ed5f5f;--sapChart_Sequence_11: #2f6497;--sapChart_Sequence_Neutral: #848f94;}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
@@ -0,0 +1 @@
1
+ const _={packageName:"@ui5/webcomponents-theming",fileName:"themes/sap_fiori_3_dark/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_fiori_3_dark.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"],"Tags": ["Fiori_3","DarkColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "8.0.2"},"Version":{"Build": "11.12.0.20240207130903","Source": "11.12.0"}};--sapBrandColor: #91c8f6;--sapHighlightColor: #91c8f6;--sapBaseColor: #29313a;--sapShellColor: #354a5f;--sapBackgroundColor: #1c2228;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #fafafa;--sapLinkColor: #91c8f6;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #91c8f6;--sapHoverColor: #222a31;--sapActiveColor: #91c8f6;--sapHighlightTextColor: #29313a;--sapTitleColor: #fafafa;--sapNegativeColor: #ff8888;--sapCriticalColor: #fabd64;--sapPositiveColor: #abe2ab;--sapInformativeColor: #91c8f6;--sapNeutralColor: #d3d7d9;--sapNegativeElementColor: #ff8888;--sapCriticalElementColor: #fabd64;--sapPositiveElementColor: #abe2ab;--sapInformativeElementColor: #91c8f6;--sapNeutralElementColor: #d3d7d9;--sapNegativeTextColor: #ff8888;--sapCriticalTextColor: #fabd64;--sapPositiveTextColor: #abe2ab;--sapInformativeTextColor: #91c8f6;--sapNeutralTextColor: #d3d7d9;--sapErrorColor: #ff8888;--sapWarningColor: #fabd64;--sapSuccessColor: #abe2ab;--sapInformationColor: #91c8f6;--sapErrorBackground: #3b0000;--sapWarningBackground: #2b1a01;--sapSuccessBackground: #153c15;--sapInformationBackground: #062e4f;--sapNeutralBackground: #5c666b;--sapErrorBorderColor: #ff8888;--sapWarningBorderColor: #fabd64;--sapSuccessBorderColor: #abe2ab;--sapInformationBorderColor: #91c8f6;--sapNeutralBorderColor: #d3d7d9;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #91c8f6;--sapContent_ContrastIconColor: #29313a;--sapContent_NonInteractiveIconColor: #d3d7d9;--sapContent_MarkerIconColor: #6bd3ff;--sapContent_MarkerTextColor: #7fc6c6;--sapContent_MeasureIndicatorColor: #8696a9;--sapContent_Selected_MeasureIndicatorColor: #8696a9;--sapContent_Placeholderloading_Background: #536376;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);--sapContent_ImagePlaceholderBackground: #687d94;--sapContent_ImagePlaceholderForegroundColor: #29313a;--sapContent_RatedColor: #ffc847;--sapContent_UnratedColor: #8696a9;--sapContent_BusyColor: #91c8f6;--sapContent_FocusColor: #fff;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(255,255,255,.2), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.5), 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 #3a4552;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #058088;--sapContent_HelpColor: #57b900;--sapContent_LabelColor: #d3d7d9;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(250,250,250,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .55;--sapContent_ContrastTextColor: #29313a;--sapContent_ForegroundColor: #1c2228;--sapContent_ForegroundBorderColor: #8696a9;--sapContent_ForegroundTextColor: #fafafa;--sapContent_BadgeBackground: #d14242;--sapContent_BadgeTextColor: #fff;--sapContent_DragAndDropActiveColor: #91c8f6;--sapContent_Selected_TextColor: #29313a;--sapContent_Selected_Background: #91c8f6;--sapContent_Selected_Hover_Background: #83c1f5;--sapContent_Selected_ForegroundColor: #91c8f6;--sapContent_ForcedColorAdjust: none;--sapContent_Illustrative_Color1: #0a6ed1;--sapContent_Illustrative_Color2: #3793d1;--sapContent_Illustrative_Color3: #d69522;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #727f87;--sapContent_Illustrative_Color6: #9ba4aa;--sapContent_Illustrative_Color7: #43494b;--sapContent_Illustrative_Color8: #c2c8cc;--sapContent_Illustrative_Color9: #64edd2;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #f31ded;--sapContent_Illustrative_Color12: #5dc122;--sapContent_Illustrative_Color13: #005dc9;--sapContent_Illustrative_Color14: #004da5;--sapContent_Illustrative_Color15: #cc7400;--sapContent_Illustrative_Color16: #3b0ac6;--sapContent_Illustrative_Color17: #00a58a;--sapContent_Illustrative_Color18: #d1efff;--sapContent_Illustrative_Color19: #b8e6ff;--sapContent_Illustrative_Color20: #9eddff;--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: none;--sapLink_Hover_Color: #62b0f2;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #91c8f6;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #91c8f6;--sapLink_InvertedColor: #d3e9fb;--sapLink_SubtleColor: #c0e0fa;--sapShell_Background: #232a31;--sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fafafa;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #fafafa;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fafafa;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fafafa;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fafafa;--sapShell_Navigation_Active_TextColor: #fafafa;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #ff8888;--sapShell_CriticalColor: #fabd64;--sapShell_PositiveColor: #abe2ab;--sapShell_InformativeColor: #c0e0fa;--sapShell_NeutralColor: #d3d7d9;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_Category_1_Background: #6bd3ff;--sapShell_Category_1_BorderColor: #6bd3ff;--sapShell_Category_1_TextColor: #29313a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #d88b8b;--sapShell_Category_2_BorderColor: #d88b8b;--sapShell_Category_2_TextColor: #29313a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #f0b25f;--sapShell_Category_3_BorderColor: #f0b25f;--sapShell_Category_3_TextColor: #29313a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #bb8aaf;--sapShell_Category_4_BorderColor: #bb8aaf;--sapShell_Category_4_TextColor: #29313a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #ffb98d;--sapShell_Category_5_BorderColor: #ffb98d;--sapShell_Category_5_TextColor: #29313a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #21c4c4;--sapShell_Category_6_BorderColor: #21c4c4;--sapShell_Category_6_TextColor: #29313a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #de54c1;--sapShell_Category_7_BorderColor: #de54c1;--sapShell_Category_7_TextColor: #fafafa;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #afd645;--sapShell_Category_8_BorderColor: #afd645;--sapShell_Category_8_TextColor: #29313a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #bbbcd2;--sapShell_Category_9_BorderColor: #bbbcd2;--sapShell_Category_9_TextColor: #29313a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #b0bcc5;--sapShell_Category_10_BorderColor: #b0bcc5;--sapShell_Category_10_TextColor: #29313a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #f58c4b;--sapShell_Category_11_BorderColor: #f58c4b;--sapShell_Category_11_TextColor: #29313a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #c3c5fd;--sapShell_Category_12_BorderColor: #c3c5fd;--sapShell_Category_12_TextColor: #29313a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #ffa1a1;--sapShell_Category_13_BorderColor: #ffa1a1;--sapShell_Category_13_TextColor: #29313a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #a2c2c2;--sapShell_Category_14_BorderColor: #a2c2c2;--sapShell_Category_14_TextColor: #29313a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #e9e9f0;--sapShell_Category_15_BorderColor: #e9e9f0;--sapShell_Category_15_TextColor: #29313a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #aabc78;--sapShell_Category_16_BorderColor: #aabc78;--sapShell_Category_16_TextColor: #29313a;--sapShell_Category_16_TextShadow: none;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fafafa;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #fafafa;--sapAssistant_Answer_Background: #14181c;--sapAssistant_Answer_BorderColor: #14181c;--sapAssistant_Answer_TextColor: #fafafa;--sapAvatar_1_Background: #ffc847;--sapAvatar_1_BorderColor: #ffc847;--sapAvatar_1_TextColor: #29313a;--sapAvatar_2_Background: #e7a1a1;--sapAvatar_2_BorderColor: #e7a1a1;--sapAvatar_2_TextColor: #29313a;--sapAvatar_3_Background: #f37aa2;--sapAvatar_3_BorderColor: #f37aa2;--sapAvatar_3_TextColor: #29313a;--sapAvatar_4_Background: #e269c9;--sapAvatar_4_BorderColor: #e269c9;--sapAvatar_4_TextColor: #fafafa;--sapAvatar_5_Background: #8ca7d5;--sapAvatar_5_BorderColor: #8ca7d5;--sapAvatar_5_TextColor: #29313a;--sapAvatar_6_Background: #6bd3ff;--sapAvatar_6_BorderColor: #6bd3ff;--sapAvatar_6_TextColor: #29313a;--sapAvatar_7_Background: #7fc6c6;--sapAvatar_7_BorderColor: #7fc6c6;--sapAvatar_7_TextColor: #29313a;--sapAvatar_8_Background: #b2e484;--sapAvatar_8_BorderColor: #b2e484;--sapAvatar_8_TextColor: #29313a;--sapAvatar_9_Background: #b995e0;--sapAvatar_9_BorderColor: #b995e0;--sapAvatar_9_TextColor: #29313a;--sapAvatar_10_Background: #b0bcc5;--sapAvatar_10_BorderColor: #b0bcc5;--sapAvatar_10_TextColor: #29313a;--sapButton_Background: #29313a;--sapButton_BorderColor: #91c8f6;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #91c8f6;--sapButton_Hover_Background: #062e4f;--sapButton_Hover_BorderColor: #91c8f6;--sapButton_Hover_TextColor: #91c8f6;--sapButton_IconColor: #91c8f6;--sapButton_Active_Background: #91c8f6;--sapButton_Active_BorderColor: #91c8f6;--sapButton_Active_TextColor: #29313a;--sapButton_Emphasized_Background: #1b8dec;--sapButton_Emphasized_BorderColor: #1b8dec;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_Hover_Background: #2e96ee;--sapButton_Emphasized_Hover_BorderColor: #2e96ee;--sapButton_Emphasized_Hover_TextColor: #fafafa;--sapButton_Emphasized_Active_Background: #91c8f6;--sapButton_Emphasized_Active_BorderColor: #91c8f6;--sapButton_Emphasized_Active_TextColor: #29313a;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #29313a;--sapButton_Reject_BorderColor: #ff8888;--sapButton_Reject_TextColor: #f88;--sapButton_Reject_Hover_Background: #3b0000;--sapButton_Reject_Hover_BorderColor: #ff8888;--sapButton_Reject_Hover_TextColor: #f88;--sapButton_Reject_Active_Background: #ff6e6e;--sapButton_Reject_Active_BorderColor: #ff6e6e;--sapButton_Reject_Active_TextColor: #29313a;--sapButton_Reject_Selected_Background: #ff6e6e;--sapButton_Reject_Selected_BorderColor: #ff6e6e;--sapButton_Reject_Selected_TextColor: #29313a;--sapButton_Reject_Selected_Hover_Background: #f88;--sapButton_Reject_Selected_Hover_BorderColor: #f88;--sapButton_Accept_Background: #29313a;--sapButton_Accept_BorderColor: #abe2ab;--sapButton_Accept_TextColor: #abe2ab;--sapButton_Accept_Hover_Background: #153c15;--sapButton_Accept_Hover_BorderColor: #abe2ab;--sapButton_Accept_Hover_TextColor: #abe2ab;--sapButton_Accept_Active_Background: #98db98;--sapButton_Accept_Active_BorderColor: #98db98;--sapButton_Accept_Active_TextColor: #29313a;--sapButton_Accept_Selected_Background: #98db98;--sapButton_Accept_Selected_BorderColor: #98db98;--sapButton_Accept_Selected_TextColor: #29313a;--sapButton_Accept_Selected_Hover_Background: #abe2ab;--sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #91c8f6;--sapButton_Lite_Hover_Background: #062e4f;--sapButton_Lite_Hover_BorderColor: #91c8f6;--sapButton_Lite_Hover_TextColor: #91c8f6;--sapButton_Lite_Active_Background: #91c8f6;--sapButton_Lite_Active_BorderColor: #91c8f6;--sapButton_Selected_Background: #91c8f6;--sapButton_Selected_BorderColor: #91c8f6;--sapButton_Selected_TextColor: #29313a;--sapButton_Selected_Hover_Background: #83c1f5;--sapButton_Selected_Hover_BorderColor: #83c1f5;--sapButton_Attention_Background: #29313a;--sapButton_Attention_BorderColor: #fabd64;--sapButton_Attention_TextColor: #fabd64;--sapButton_Attention_Hover_Background: #2b1a01;--sapButton_Attention_Hover_BorderColor: #fabd64;--sapButton_Attention_Hover_TextColor: #fabd64;--sapButton_Attention_Active_Background: #f9b24b;--sapButton_Attention_Active_BorderColor: #f9b24b;--sapButton_Attention_Active_TextColor: #29313a;--sapButton_Attention_Selected_Background: #f9b24b;--sapButton_Attention_Selected_BorderColor: #f9b24b;--sapButton_Attention_Selected_TextColor: #29313a;--sapButton_Attention_Selected_Hover_Background: #fabd64;--sapButton_Attention_Selected_Hover_BorderColor: #fabd64;--sapButton_Negative_Background: #ff8888;--sapButton_Negative_BorderColor: #ff8888;--sapButton_Negative_TextColor: #29313a;--sapButton_Negative_Hover_Background: #ffa2a2;--sapButton_Negative_Hover_BorderColor: #ffa2a2;--sapButton_Negative_Hover_TextColor: #29313a;--sapButton_Negative_Active_Background: #fbb;--sapButton_Negative_Active_BorderColor: #fbb;--sapButton_Negative_Active_TextColor: #29313a;--sapButton_Critical_Background: #fabd64;--sapButton_Critical_BorderColor: #fabd64;--sapButton_Critical_TextColor: #29313a;--sapButton_Critical_Hover_Background: #fbc87d;--sapButton_Critical_Hover_BorderColor: #fbc87d;--sapButton_Critical_Hover_TextColor: #29313a;--sapButton_Critical_Active_Background: #fcd295;--sapButton_Critical_Active_BorderColor: #fcd295;--sapButton_Critical_Active_TextColor: #29313a;--sapButton_Success_Background: #abe2ab;--sapButton_Success_BorderColor: #abe2ab;--sapButton_Success_TextColor: #29313a;--sapButton_Success_Hover_Background: #bee9be;--sapButton_Success_Hover_BorderColor: #bee9be;--sapButton_Success_Hover_TextColor: #29313a;--sapButton_Success_Active_Background: #d1efd1;--sapButton_Success_Active_BorderColor: #d1efd1;--sapButton_Success_Active_TextColor: #29313a;--sapButton_Information_Background: #91c8f6;--sapButton_Information_BorderColor: #91c8f6;--sapButton_Information_TextColor: #29313a;--sapButton_Information_Hover_Background: #a9d4f8;--sapButton_Information_Hover_BorderColor: #a9d4f8;--sapButton_Information_Hover_TextColor: #29313a;--sapButton_Information_Active_Background: #c0e0fa;--sapButton_Information_Active_BorderColor: #c0e0fa;--sapButton_Information_Active_TextColor: #29313a;--sapButton_Neutral_Background: #d3d7d9;--sapButton_Neutral_BorderColor: #d3d7d9;--sapButton_Neutral_TextColor: #29313a;--sapButton_Neutral_Hover_Background: #e1e3e5;--sapButton_Neutral_Hover_BorderColor: #e1e3e5;--sapButton_Neutral_Hover_TextColor: #29313a;--sapButton_Neutral_Active_Background: #eef0f1;--sapButton_Neutral_Active_BorderColor: #eef0f1;--sapButton_Neutral_Active_TextColor: #29313a;--sapButton_Track_Background: #38434f;--sapButton_Track_BorderColor: #8696a9;--sapButton_Track_TextColor: #fafafa;--sapButton_Track_Hover_Background: #38434f;--sapButton_Track_Hover_BorderColor: #91c8f6;--sapButton_Track_Selected_Background: #062e4f;--sapButton_Track_Selected_BorderColor: #91c8f6;--sapButton_Track_Selected_TextColor: #fafafa;--sapButton_Track_Selected_Hover_Background: #062e4f;--sapButton_Track_Selected_Hover_BorderColor: #83c1f5;--sapButton_Handle_Background: #29313a;--sapButton_Handle_BorderColor: #8696a9;--sapButton_Handle_TextColor: #fafafa;--sapButton_Handle_Hover_Background: #062e4f;--sapButton_Handle_Hover_BorderColor: #91c8f6;--sapButton_Handle_Selected_Background: #91c8f6;--sapButton_Handle_Selected_BorderColor: #91c8f6;--sapButton_Handle_Selected_TextColor: #29313a;--sapButton_Handle_Selected_Hover_Background: #83c1f5;--sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;--sapButton_Track_Negative_Background: #3b0000;--sapButton_Track_Negative_BorderColor: #ff8888;--sapButton_Track_Negative_TextColor: #f88;--sapButton_Track_Negative_Hover_Background: #3b0000;--sapButton_Track_Negative_Hover_BorderColor: #ff8888;--sapButton_Handle_Negative_Background: #29313a;--sapButton_Handle_Negative_BorderColor: #ff8888;--sapButton_Handle_Negative_TextColor: #f88;--sapButton_Handle_Negative_Hover_Background: #3b0000;--sapButton_Handle_Negative_Hover_BorderColor: #ff8888;--sapButton_Track_Positive_Background: #153c15;--sapButton_Track_Positive_BorderColor: #abe2ab;--sapButton_Track_Positive_TextColor: #abe2ab;--sapButton_Track_Positive_Hover_Background: #153c15;--sapButton_Track_Positive_Hover_BorderColor: #abe2ab;--sapButton_Handle_Positive_Background: #29313a;--sapButton_Handle_Positive_BorderColor: #abe2ab;--sapButton_Handle_Positive_TextColor: #abe2ab;--sapButton_Handle_Positive_Hover_Background: #153c15;--sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;--sapButton_TokenBackground: #29313a;--sapButton_TokenBorderColor: #687d94;--sapField_Background: #29313a;--sapField_BackgroundStyle: none;--sapField_TextColor: #fafafa;--sapField_PlaceholderTextColor: #b8bec1;--sapField_BorderColor: #8696a9;--sapField_HelpBackground: #29313a;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #29313a;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #91c8f6;--sapField_Hover_HelpBackground: #062e4f;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #91c8f6;--sapField_Focus_Background: #29313a;--sapField_Focus_BorderColor: #8696a9;--sapField_Focus_HelpBackground: #29313a;--sapField_ReadOnly_Background: rgba(58,69,82,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #546375;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(58,69,82,.5);--sapField_RequiredColor: #e7a1a1;--sapField_InvalidColor: #ff8888;--sapField_InvalidBackground: #29313a;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #fabd64;--sapField_WarningBackground: #29313a;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #abe2ab;--sapField_SuccessBackground: #29313a;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #91c8f6;--sapField_InformationBackground: #29313a;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #495767;--sapGroup_TitleTextColor: #fafafa;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #29313a;--sapGroup_ContentBorderColor: #3e4a58;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #495767;--sapList_HeaderBackground: #232931;--sapList_HeaderBorderColor: #3a4552;--sapList_HeaderTextColor: #fafafa;--sapList_BorderColor: #3a4552;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #fafafa;--sapList_Active_TextColor: #29313a;--sapList_Active_Background: #91c8f6;--sapList_SelectionBackgroundColor: #344b5f;--sapList_SelectionBorderColor: #91c8f6;--sapList_Hover_SelectionBackground: #395369;--sapList_Background: #29313a;--sapList_Hover_Background: #222a31;--sapList_AlternatingBackground: #232931;--sapList_GroupHeaderBackground: #29313a;--sapList_GroupHeaderBorderColor: #64778e;--sapList_GroupHeaderTextColor: #fafafa;--sapList_TableGroupHeaderBackground: #1c2228;--sapList_TableGroupHeaderBorderColor: #5a6b7f;--sapList_TableGroupHeaderTextColor: #fafafa;--sapList_FooterBackground: #252c34;--sapList_FooterTextColor: #fafafa;--sapList_TableFooterBorder: #4b596a;--sapList_TableFixedBorderColor: #8091a5;--sapMessage_ErrorBorderColor: #ff8888;--sapMessage_WarningBorderColor: #fabd64;--sapMessage_SuccessBorderColor: #abe2ab;--sapMessage_InformationBorderColor: #91c8f6;--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #29313a;--sapProgress_BorderColor: #8696a9;--sapProgress_TextColor: #fafafa;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #29313a;--sapProgress_NegativeBorderColor: #8696a9;--sapProgress_NegativeTextColor: #fafafa;--sapProgress_CriticalBackground: #29313a;--sapProgress_CriticalBorderColor: #8696a9;--sapProgress_CriticalTextColor: #fafafa;--sapProgress_PositiveBackground: #29313a;--sapProgress_PositiveBorderColor: #8696a9;--sapProgress_PositiveTextColor: #fafafa;--sapProgress_InformationBackground: #29313a;--sapProgress_InformationBorderColor: #8696a9;--sapProgress_InformationTextColor: #fafafa;--sapProgress_Value_Background: #d3d7d9;--sapProgress_Value_BorderColor: #8696a9;--sapProgress_Value_TextColor: #fafafa;--sapProgress_Value_NegativeBackground: #ff8888;--sapProgress_Value_NegativeBorderColor: #29313a;--sapProgress_Value_NegativeTextColor: #fafafa;--sapProgress_Value_CriticalBackground: #fabd64;--sapProgress_Value_CriticalBorderColor: #29313a;--sapProgress_Value_CriticalTextColor: #fafafa;--sapProgress_Value_PositiveBackground: #abe2ab;--sapProgress_Value_PositiveBorderColor: #29313a;--sapProgress_Value_PositiveTextColor: #fafafa;--sapProgress_Value_InformationBackground: #91c8f6;--sapProgress_Value_InformationBorderColor: #29313a;--sapProgress_Value_InformationTextColor: #fafafa;--sapScrollBar_FaceColor: #506273;--sapScrollBar_TrackColor: #090b0d;--sapScrollBar_BorderColor: #506273;--sapScrollBar_SymbolColor: #91c8f6;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #4a5a6a;--sapSlider_Background: #8696a9;--sapSlider_BorderColor: #8696a9;--sapSlider_Selected_Background: #91c8f6;--sapSlider_Selected_BorderColor: #91c8f6;--sapSlider_HandleBackground: #29313a;--sapSlider_HandleBorderColor: #8696a9;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #062e4f;--sapSlider_Hover_HandleBorderColor: #91c8f6;--sapSlider_Hover_RangeHandleBackground: #062e4f;--sapSlider_Active_HandleBackground: #91c8f6;--sapSlider_Active_HandleBorderColor: #91c8f6;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #29313a;--sapPageHeader_BorderColor: #3a4552;--sapPageHeader_TextColor: #fafafa;--sapPageFooter_Background: #2c3d50;--sapPageFooter_BorderColor: #3a516a;--sapPageFooter_TextColor: #fafafa;--sapInfobar_Background: #7fc6c6;--sapInfobar_Hover_Background: #74c1c1;--sapInfobar_Active_Background: #58b5b5;--sapInfobar_NonInteractive_Background: #14181c;--sapInfobar_TextColor: #29313a;--sapObjectHeader_Background: #29313a;--sapObjectHeader_Hover_Background: #222a31;--sapObjectHeader_BorderColor: #3a4552;--sapObjectHeader_Title_TextColor: #fafafa;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #d3d7d9;--sapBlockLayer_Background: #000;--sapTile_Background: #29313a;--sapTile_Hover_Background: #21272e;--sapTile_Active_Background: #21272e;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #fafafa;--sapTile_TextColor: #d3d7d9;--sapTile_IconColor: #89a3bd;--sapTile_SeparatorColor: #424f5e;--sapTile_Interactive_BorderColor: #687d94;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fafafa;--sapAccentColor1: #ffc847;--sapAccentColor2: #e7a1a1;--sapAccentColor3: #f37aa2;--sapAccentColor4: #e269c9;--sapAccentColor5: #8ca7d5;--sapAccentColor6: #6bd3ff;--sapAccentColor7: #7fc6c6;--sapAccentColor8: #b2e484;--sapAccentColor9: #b995e0;--sapAccentColor10: #b0bcc5;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #ff5555;--sapIndicationColor_1_Background: #ff5555;--sapIndicationColor_1_BorderColor: #ff5555;--sapIndicationColor_1_TextColor: #29313a;--sapIndicationColor_1_Hover_Background: #ff6f6f;--sapIndicationColor_1_Active_Background: #f88;--sapIndicationColor_1_Active_BorderColor: #ff5555;--sapIndicationColor_1_Active_TextColor: #29313a;--sapIndicationColor_1_Selected_Background: #f88;--sapIndicationColor_1_Selected_BorderColor: #ff5555;--sapIndicationColor_1_Selected_TextColor: #29313a;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8888;--sapIndicationColor_2_Background: #ff8888;--sapIndicationColor_2_BorderColor: #ff8888;--sapIndicationColor_2_TextColor: #29313a;--sapIndicationColor_2_Hover_Background: #ffa2a2;--sapIndicationColor_2_Active_Background: #fbb;--sapIndicationColor_2_Active_BorderColor: #ff8888;--sapIndicationColor_2_Active_TextColor: #29313a;--sapIndicationColor_2_Selected_Background: #fbb;--sapIndicationColor_2_Selected_BorderColor: #ff8888;--sapIndicationColor_2_Selected_TextColor: #29313a;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #fabd64;--sapIndicationColor_3_Background: #fabd64;--sapIndicationColor_3_BorderColor: #fabd64;--sapIndicationColor_3_TextColor: #29313a;--sapIndicationColor_3_Hover_Background: #fac373;--sapIndicationColor_3_Active_Background: #fbca82;--sapIndicationColor_3_Active_BorderColor: #fabd64;--sapIndicationColor_3_Active_TextColor: #29313a;--sapIndicationColor_3_Selected_Background: #fbca82;--sapIndicationColor_3_Selected_BorderColor: #fabd64;--sapIndicationColor_3_Selected_TextColor: #29313a;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #abe2ab;--sapIndicationColor_4_Background: #abe2ab;--sapIndicationColor_4_BorderColor: #abe2ab;--sapIndicationColor_4_TextColor: #29313a;--sapIndicationColor_4_Hover_Background: #bee9be;--sapIndicationColor_4_Active_Background: #d1efd1;--sapIndicationColor_4_Active_BorderColor: #abe2ab;--sapIndicationColor_4_Active_TextColor: #29313a;--sapIndicationColor_4_Selected_Background: #d1efd1;--sapIndicationColor_4_Selected_BorderColor: #abe2ab;--sapIndicationColor_4_Selected_TextColor: #29313a;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #91c8f6;--sapIndicationColor_5_Background: #91c8f6;--sapIndicationColor_5_BorderColor: #91c8f6;--sapIndicationColor_5_TextColor: #29313a;--sapIndicationColor_5_Hover_Background: #a9d4f8;--sapIndicationColor_5_Active_Background: #c0e0fa;--sapIndicationColor_5_Active_BorderColor: #91c8f6;--sapIndicationColor_5_Active_TextColor: #29313a;--sapIndicationColor_5_Selected_Background: #c0e0fa;--sapIndicationColor_5_Selected_BorderColor: #91c8f6;--sapIndicationColor_5_Selected_TextColor: #29313a;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #7fc6c6;--sapIndicationColor_6_Background: #7fc6c6;--sapIndicationColor_6_BorderColor: #7fc6c6;--sapIndicationColor_6_TextColor: #29313a;--sapIndicationColor_6_Hover_Background: #91cece;--sapIndicationColor_6_Active_Background: #a2d6d6;--sapIndicationColor_6_Active_BorderColor: #7fc6c6;--sapIndicationColor_6_Active_TextColor: #29313a;--sapIndicationColor_6_Selected_Background: #a2d6d6;--sapIndicationColor_6_Selected_BorderColor: #7fc6c6;--sapIndicationColor_6_Selected_TextColor: #29313a;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #b995e0;--sapIndicationColor_7_Background: #b995e0;--sapIndicationColor_7_BorderColor: #b995e0;--sapIndicationColor_7_TextColor: #29313a;--sapIndicationColor_7_Hover_Background: #c6a9e6;--sapIndicationColor_7_Active_Background: #d3bcec;--sapIndicationColor_7_Active_BorderColor: #b995e0;--sapIndicationColor_7_Active_TextColor: #29313a;--sapIndicationColor_7_Selected_Background: #d3bcec;--sapIndicationColor_7_Selected_BorderColor: #b995e0;--sapIndicationColor_7_Selected_TextColor: #29313a;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #e269c9;--sapIndicationColor_8_Background: #e269c9;--sapIndicationColor_8_BorderColor: #e269c9;--sapIndicationColor_8_TextColor: #29313a;--sapIndicationColor_8_Hover_Background: #e67ed1;--sapIndicationColor_8_Active_Background: #ea94d8;--sapIndicationColor_8_Active_BorderColor: #e269c9;--sapIndicationColor_8_Active_TextColor: #29313a;--sapIndicationColor_8_Selected_Background: #ea94d8;--sapIndicationColor_8_Selected_BorderColor: #e269c9;--sapIndicationColor_8_Selected_TextColor: #29313a;--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: #29313a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #f2f2f2;--sapIndicationColor_9_Active_TextColor: #29313a;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #f2f2f2;--sapIndicationColor_9_Selected_TextColor: #29313a;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #d8d8d8;--sapIndicationColor_10_BorderColor: #d8d8d8;--sapIndicationColor_10_TextColor: #29313a;--sapIndicationColor_10_Hover_Background: #e5e5e5;--sapIndicationColor_10_Active_Background: #f2f2f2;--sapIndicationColor_10_Active_BorderColor: #d8d8d8;--sapIndicationColor_10_Active_TextColor: #29313a;--sapIndicationColor_10_Selected_Background: #f2f2f2;--sapIndicationColor_10_Selected_BorderColor: #d8d8d8;--sapIndicationColor_10_Selected_TextColor: #29313a;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #2d3640;--sapLegend_NonWorkingBackground: #445261;--sapLegend_CurrentDateTime: #e269c9;--sapLegendColor1: #f0b25f;--sapLegendColor2: #f58c4b;--sapLegendColor3: #d88b8b;--sapLegendColor4: #bd8969;--sapLegendColor5: #de54c1;--sapLegendColor6: #6bd3ff;--sapLegendColor7: #21c4c4;--sapLegendColor8: #afd645;--sapLegendColor9: #b0bcc5;--sapLegendColor10: #bb8aaf;--sapLegendColor11: #d1b575;--sapLegendColor12: #ffb98d;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #d5b39e;--sapLegendColor15: #b7a8b3;--sapLegendColor16: #bbbcd2;--sapLegendColor17: #a2c2c2;--sapLegendColor18: #aabc78;--sapLegendColor19: #a9d4ff;--sapLegendColor20: #c3c5fd;--sapLegendBackgroundColor1: #402706;--sapLegendBackgroundColor2: #421c04;--sapLegendBackgroundColor3: #341111;--sapLegendBackgroundColor4: #302015;--sapLegendBackgroundColor5: #3c0c32;--sapLegendBackgroundColor6: #003247;--sapLegendBackgroundColor7: #0a3d3d;--sapLegendBackgroundColor8: #303d0d;--sapLegendBackgroundColor9: #1f252a;--sapLegendBackgroundColor10: #2c1a28;--sapLegendBackgroundColor11: #352a12;--sapLegendBackgroundColor12: #461b00;--sapLegendBackgroundColor13: #450000;--sapLegendBackgroundColor14: #312015;--sapLegendBackgroundColor15: #272025;--sapLegendBackgroundColor16: #1c1d2a;--sapLegendBackgroundColor17: #1c2b2b;--sapLegendBackgroundColor18: #2b3118;--sapLegendBackgroundColor19: #002448;--sapLegendBackgroundColor20: #020544;--sapChart_OrderedColor_1: #5899da;--sapChart_OrderedColor_2: #e8743b;--sapChart_OrderedColor_3: #19a979;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #13a4b4;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ee6868;--sapChart_OrderedColor_11: #3571aa;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #de890d;--sapChart_Good: #3fa45b;--sapChart_Neutral: #848f94;--sapChart_Sequence_1: #5899da;--sapChart_Sequence_2: #e8743b;--sapChart_Sequence_3: #19a979;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_6: #13a4b4;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_10: #ee6868;--sapChart_Sequence_11: #3571aa;--sapChart_Sequence_Neutral: #848f94;}\n'},parametersBundle_css={_:_};export{_,parametersBundle_css as default};
@@ -0,0 +1 @@
1
+ const _={packageName:"@ui5/webcomponents",fileName:"themes/sap_horizon_hcb_exp/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-img-deduction: .0625rem;--_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-hover-box-shadow-offset: 0px;--ui5-v1-24-7-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v1-24-7-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_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-accent1: var(--sapAvatar_1_Background);--ui5-v1-24-7-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v1-24-7-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v1-24-7-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v1-24-7-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v1-24-7-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v1-24-7-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v1-24-7-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v1-24-7-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v1-24-7-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v1-24-7-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v1-24-7-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v1-24-7-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v1-24-7-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v1-24-7-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v1-24-7-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v1-24-7-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v1-24-7-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v1-24-7-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v1-24-7-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v1-24-7-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v1-24-7-avatar-placeholder-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v1-24-7-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v1-24-7-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v1-24-7-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v1-24-7-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v1-24-7-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v1-24-7-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v1-24-7-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v1-24-7-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v1-24-7-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v1-24-7-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--ui5-v1-24-7-avatar-placeholder-border-color: var(--sapGroup_ContentBorderColor);--_ui5-v1-24-7_avatar_icon_XS: var(--_ui5-v1-24-7_avatar_fontsize_XS);--_ui5-v1-24-7_avatar_icon_S: var(--_ui5-v1-24-7_avatar_fontsize_S);--_ui5-v1-24-7_avatar_icon_M: var(--_ui5-v1-24-7_avatar_fontsize_M);--_ui5-v1-24-7_avatar_icon_L: var(--_ui5-v1-24-7_avatar_fontsize_L);--_ui5-v1-24-7_avatar_icon_XL: var(--_ui5-v1-24-7_avatar_fontsize_XL);--_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-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);--ui5-v1-24-7-badge-color-scheme-1-background: #362401;--ui5-v1-24-7-badge-color-scheme-1-border: #FDA503;--ui5-v1-24-7-badge-color-scheme-1-color: #FDA503;--ui5-v1-24-7-badge-color-scheme-2-background: #550404;--ui5-v1-24-7-badge-color-scheme-2-border: #FC9F9F;--ui5-v1-24-7-badge-color-scheme-2-color: #FC9F9F;--ui5-v1-24-7-badge-color-scheme-3-background: #520230;--ui5-v1-24-7-badge-color-scheme-3-border: #F79DCA;--ui5-v1-24-7-badge-color-scheme-3-color: #F79DCA;--ui5-v1-24-7-badge-color-scheme-4-background: #480057;--ui5-v1-24-7-badge-color-scheme-4-border: #F794FF;--ui5-v1-24-7-badge-color-scheme-4-color: #F794FF;--ui5-v1-24-7-badge-color-scheme-5-background: #240381;--ui5-v1-24-7-badge-color-scheme-5-border: #BDADFF;--ui5-v1-24-7-badge-color-scheme-5-color: #BDADFF;--ui5-v1-24-7-badge-color-scheme-6-background: #002559;--ui5-v1-24-7-badge-color-scheme-6-border: #83BCFF;--ui5-v1-24-7-badge-color-scheme-6-color: #83BCFF;--ui5-v1-24-7-badge-color-scheme-7-background: #012D28;--ui5-v1-24-7-badge-color-scheme-7-border: #06CFAF;--ui5-v1-24-7-badge-color-scheme-7-color: #06CFAF;--ui5-v1-24-7-badge-color-scheme-8-background: #0F2D17;--ui5-v1-24-7-badge-color-scheme-8-border: #26D526;--ui5-v1-24-7-badge-color-scheme-8-color: #26D526;--ui5-v1-24-7-badge-color-scheme-9-background: #032B37;--ui5-v1-24-7-badge-color-scheme-9-border: #1BC8F2;--ui5-v1-24-7-badge-color-scheme-9-color: #1BC8F2;--ui5-v1-24-7-badge-color-scheme-10-background: #1C2834;--ui5-v1-24-7-badge-color-scheme-10-border: #A9BACB;--ui5-v1-24-7-badge-color-scheme-10-color: #A9BACB;--browser_scrollbar_border_radius: var(--sapElement_BorderCornerRadius);--browser_scrollbar_border: none;--_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_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v1-24-7_button_focused_inner_border_radius: 0;--_ui5-v1-24-7_button_base_min_width: 2.5rem;--_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_base_padding: .6875rem;--_ui5-v1-24-7_button_compact_padding: .4375rem;--_ui5-v1-24-7_button_base_icon_only_padding: .5625rem;--_ui5-v1-24-7_button_base_icon_margin: .563rem;--_ui5-v1-24-7_button_icon_font_size: 1.375rem;--_ui5-v1-24-7_button_emphasized_outline: 1px dotted var(--sapContent_FocusColor);--_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_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_button_emphasized_focused_active_border_color: transparent;--_ui5-v1-24-7_button_emphasized_border_width: .125rem;--_ui5-v1-24-7_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_button_focused_border_radius: .375rem;--_ui5-v1-24-7_button_text_shadow: none;--_ui5-v1-24-7_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_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_calendar_header_arrow_button_border_radius: .25rem;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_width: calc(100% - .25rem) ;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_height: calc(100% - .25rem) ;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_top_offset: 1px;--_ui5-v1-24-7_calendar_header_middle_button_focus_after_left_offset: 1px;--_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_width: 5.75rem;--_ui5-v1-24-7_calendar_header_middle_button_flex: auto;--_ui5-v1-24-7_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v1-24-7_calendar_header_middle_button_focus_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_calendar_header_middle_button_focus_after_display: none;--_ui5-v1-24-7_calendar_header_button_background_color: var(--sapButton_Lite_Background);--_ui5-v1-24-7_calendar_header_arrow_button_border: none;--ui5-v1-24-7_carousel_button_size: 2.5rem;--ui5-v1-24-7_carousel_inactive_dot_size: .5rem;--ui5-v1-24-7_carousel_inactive_dot_margin: 0 .25rem;--ui5-v1-24-7_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v1-24-7_carousel_inactive_dot_background: none;--ui5-v1-24-7_carousel_active_dot_border: var(--ui5-v1-24-7_carousel_inactive_dot_border);--ui5-v1-24-7_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--_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_header_border_color: var(--sapTile_SeparatorColor);--_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_card_box_shadow: none;--_ui5-v1-24-7_card_header_focus_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_card_header_border: none;--_ui5-v1-24-7_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v1-24-7_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v1-24-7_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v1-24-7_card_header_padding: 1rem 1rem .75rem 1rem;--_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_border_radius: 0;--_ui5-v1-24-7_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_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_disabled_border_color: var(--sapField_BorderColor);--_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_background: var(--sapField_Background);--_ui5-v1-24-7_checkbox_wrapped_focus_padding: .375rem;--_ui5-v1-24-7_checkbox_wrapped_content_margin_top: .125rem;--_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_compact_wrapped_label_margin_top: -1px;--_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_wrapper_padding: .6875rem;--_ui5-v1-24-7_checkbox_width_height: 2.75rem;--_ui5-v1-24-7_checkbox_label_color: var(--sapField_TextColor);--_ui5-v1-24-7_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v1-24-7_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v1-24-7_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_checkbox_hover_background: var(--sapSelectedColor);--_ui5-v1-24-7_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_active_background: var(--sapSelectedColor);--_ui5-v1-24-7_checkbox_inner_selected_border_color: var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) solid;--_ui5-v1-24-7_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) dashed var(--sapField_InvalidColor);--_ui5-v1-24-7_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) dashed var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v1-24-7_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v1-24-7_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v1-24-7_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) dashed var(--sapField_InformationColor);--_ui5-v1-24-7_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v1-24-7_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v1-24-7_checkbox_focus_position: .3125rem;--_ui5-v1-24-7_checkbox_focus_border_radius: .5rem;--_ui5-v1-24-7_checkbox_right_focus_distance: var(--_ui5-v1-24-7_checkbox_focus_position);--_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_inline_focus: none;--_ui5-v1-24-7_color_picker_circle_outer_border: .125rem solid var(--sapContent_ContrastShadowColor);--_ui5-v1-24-7_color_picker_circle_inner_border: .125rem solid var(--sapContent_ForegroundColor);--_ui5-v1-24-7_color_picker_circle_inner_circle_size: .3125rem;--_ui5-v1-24-7_color_picker_slider_handle_margin_top: -.1875rem;--_ui5-v1-24-7_color_picker_slider_handle_focus_margin_top: var(--_ui5-v1-24-7_color_picker_slider_handle_margin_top);--_ui5-v1-24-7_color_picker_slider_container_margin_top: -11px;--_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_datepicker_icon_border: 1px solid transparent;--_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_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_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_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v1-24-7_daypicker_item_now_not_selected_inset: 0;--_ui5-v1-24-7_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v1-24-7_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v1-24-7_daypicker_special_day_top: 2.5rem;--_ui5-v1-24-7_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_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_border_radius: .4375rem;--_ui5-v1-24-7_daypicker_item_focus_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v1-24-7_daypicker_item_selected_focus_width: .125rem;--_ui5-v1-24-7_daypicker_item_no_selected_inset: .375rem;--_ui5-v1-24-7_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v1-24-7_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v1-24-7_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_day_picker_item_selected_now_border_radius_focus: .1875rem;--ui5-v1-24-7-dp-item_withsecondtype_border: .375rem;--_ui5-v1-24-7_daypicker_item_now_border: .125rem solid var(--sapLegend_CurrentDateTime);--_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_selected_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v1-24-7_daypicker_item_border_radius_item: .5rem;--_ui5-v1-24-7_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v1-24-7_daypicker_item_selected_between_border: .5rem;--_ui5-v1-24-7_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v1-24-7_daypicker_item_selected_between_text_background: transparent;--_ui5-v1-24-7_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v1-24-7_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v1-24-7_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v1-24-7_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v1-24-7_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v1-24-7_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v1-24-7_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v1-24-7_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v1-24-7_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v1-24-7_daypicker_item_now_inset: .3125rem;--_ui5-v1-24-7-dp-item_withsecondtype_border: .25rem;--_ui5-v1-24-7_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v1-24-7_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v1-24-7_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v1-24-7_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v1-24-7_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v1-24-7_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v1-24-7_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v1-24-7_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v1-24-7-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v1-24-7_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v1-24-7_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v1-24-7_daypicker_item_now_focus_margin: 0;--_ui5-v1-24-7_daypicker_special_day_border_top: none;--_ui5-v1-24-7_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v1-24-7_daypicker_specialday_focused_top: 2.125rem;--_ui5-v1-24-7_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom: 0;--_ui5-v1-24-7_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v1-24-7_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v1-24-7_dialog_resize_handle_color: var(--sapButton_Lite_TextColor);--_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_dialog_resize_handle_right: 0;--_ui5-v1-24-7_dialog_resize_handle_bottom: 3px;--_ui5-v1-24-7_file_uploader_hover_border: 2px solid var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_file_uploader_value_state_error_hover_background_color: var(--sapField_InvalidBackground);--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_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_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_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_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_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_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_icon_width: 2.25rem;--_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_focus_border_width: .125rem;--_ui5-v1-24-7_input_state_border_width: .125rem;--_ui5-v1-24-7_input_value_state_success_border_width: var(--sapField_BorderWidth);--_ui5-v1-24-7-input-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v1-24-7_input_information_border_width: .0625rem;--_ui5-v1-24-7_input_error_warning_border_style: dashed;--_ui5-v1-24-7_input_error_warning_font_style: italic;--_ui5-v1-24-7_input_error_warning_text_indent: .125rem;--_ui5-v1-24-7_input_error_font_weight: bold;--_ui5-v1-24-7_input_warning_font_weight: bold;--_ui5-v1-24-7_input_disabled_color: var(--sapContent_DisabledTextColor);--_ui5-v1-24-7_input_disabled_font_weight: normal;--_ui5-v1-24-7_input_information_icon_padding: .5625rem;--_ui5-v1-24-7_input_placeholder_style: normal;--_ui5-v1-24-7-input_error_placeholder_color: var(--sapField_TextColor);--_ui5-v1-24-7_input_custom_icon_padding: .5rem .625rem;--_ui5-v1-24-7_input_value_state_error_hover_background: var(--sapField_InvalidBackground);--_ui5-v1-24-7_input_value_state_error_warning_placeholder_font_weight: bold;--_ui5-v1-24-7_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v1-24-7_input_icon_wrapper_height: 100%;--_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_input_icon_padding: .5rem .5rem .5rem .5625rem;--_ui5-v1-24-7_link_focused_hover_text_color: var(--sapLinkColor);--_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_text_decoration: var(--sapLink_TextDecoration);--_ui5-v1-24-7_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v1-24-7_link_focused_hover_text_decoration: none;--_ui5-v1-24-7_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v1-24-7_link_subtle_text_decoration: underline;--_ui5-v1-24-7_link_subtle_text_decoration_hover: none;--_ui5-v1-24-7_link_outline: none;--ui5-v1-24-7_list_footer_text_color: var(--sapPageFooter_TextColor);--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_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_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_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: 1px solid #000;--_ui5-v1-24-7_monthpicker_item_border_radius: .5rem;--_ui5-v1-24-7_monthpicker_item_focus_after_border_radius: .5rem;--_ui5-v1-24-7_monthpicker_item_margin: 0;--_ui5-v1-24-7_monthpicker_item_focus_after_width: calc(100% - .5rem) ;--_ui5-v1-24-7_monthpicker_item_focus_after_height: calc(100% - .5rem) ;--_ui5-v1-24-7_monthpicker_item_focus_after_border: 2px dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_monthpicker_item_focus_after_offset: 0;--_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_close_button_top: .125rem;--_ui5-v1-24-7_message_strip_close_button_border: 1px solid var(--sapButton_BorderColor);--_ui5-v1-24-7_message_strip_border_width: .125rem;--_ui5-v1-24-7_message_strip_icon_top: .375rem;--_ui5-v1-24-7_message_strip_focus_width: .125rem;--_ui5-v1-24-7_message_strip_focus_offset: -4px;--_ui5-v1-24-7_message_strip_close_button_right: .125rem;--_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_border_bottom: .0625rem solid var(--sapGroup_TitleBorderColor);--_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_focus_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v1-24-7_panel_outline_offset: -.125rem;--_ui5-v1-24-7_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v1-24-7_panel_content_padding: .625rem 1rem;--_ui5-v1-24-7_panel_header_background_color: var(--sapGroup_TitleBackground);--_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_prop_header_text_alignment: flex-start;--_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_header_font_family: var(--sapFontHeaderFamily);--_ui5-v1-24-7_popup_border_radius: .5rem;--_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_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_border: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_progress_indicator_icon_visibility: inline-block;--_ui5-v1-24-7_progress_indicator_side_points_visibility: block;--_ui5-v1-24-7_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v1-24-7_progress_indicator_padding_end: 1.25rem;--_ui5-v1-24-7_progress_indicator_host_height: unset;--_ui5-v1-24-7_progress_indicator_host_min_height: unset;--_ui5-v1-24-7_progress_indicator_host_box_sizing: border-box;--_ui5-v1-24-7_progress_indicator_root_position: relative;--_ui5-v1-24-7_progress_indicator_root_border_radius: .25rem;--_ui5-v1-24-7_progress_indicator_root_height: .375rem;--_ui5-v1-24-7_progress_indicator_root_min_height: .375rem;--_ui5-v1-24-7_progress_indicator_root_overflow: visible;--_ui5-v1-24-7_progress_indicator_bar_height: .625rem;--_ui5-v1-24-7_progress_indicator_bar_border_radius: .5rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v1-24-7_progress_indicator_remaining_bar_position: absolute;--_ui5-v1-24-7_progress_indicator_remaining_bar_width: 100%;--_ui5-v1-24-7_progress_indicator_remaining_bar_overflow: visible;--_ui5-v1-24-7_progress_indicator_icon_position: absolute;--_ui5-v1-24-7_progress_indicator_icon_right_position: -1.25rem;--_ui5-v1-24-7_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v1-24-7_progress_indicator_value_position: absolute;--_ui5-v1-24-7_progress_indicator_value_top_position: -1.3125rem;--_ui5-v1-24-7_progress_indicator_value_left_position: 0;--_ui5-v1-24-7_progress_indicator_value_state_none: var(--sapHighlightColor);--_ui5-v1-24-7_progress_indicator_value_state_error: var(--sapHighlightColor);--_ui5-v1-24-7_progress_indicator_value_state_warning: var(--sapHighlightColor);--_ui5-v1-24-7_progress_indicator_value_state_success: var(--sapHighlightColor);--_ui5-v1-24-7_progress_indicator_value_state_information: var(--sapHighlightColor);--_ui5-v1-24-7_progress_indicator_bar_border_max: var(--_ui5-v1-24-7_progress_indicator_border);--_ui5-v1-24-7_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v1-24-7_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v1-24-7_radio_button_min_width: 2.75rem;--_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_outer_ring_color: var(--sapField_BorderColor);--_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_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_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_read_only_border_type: none;--_ui5-v1-24-7_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v1-24-7_radio_button_checked_fill: var(--sapContent_IconColor);--_ui5-v1-24-7_radio_button_hover_fill_error: var(--sapField_InvalidBackground);--_ui5-v1-24-7_radio_button_hover_fill_warning: var(--sapField_WarningBackground);--_ui5-v1-24-7_radio_button_hover_fill_success: var(--sapField_SuccessBackground);--_ui5-v1-24-7_radio_button_hover_fill_information: var(--sapField_InformationBackground);--_ui5-v1-24-7_radio_button_hover_fill: var(--sapSelectedColor);--_ui5-v1-24-7_radio_button_border_width: .125rem;--_ui5-v1-24-7_radio_button_warning_error_border_dash: 5;--_ui5-v1-24-7_radio_button_inner_ring_radius: 27.5%;--_ui5-v1-24-7_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v1-24-7_radio_button_outer_ring_width: 2px;--_ui5-v1-24-7_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v1-24-7_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v1-24-7_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v1-24-7_radio_button_focus_dist: .375rem;--_ui5-v1-24-7_rating_indicator_border_radius: 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_component_spacing: .5rem 0px;--_ui5-v1-24-7_rating_indicator_outline_offset: .0625rem;--_ui5-v1-24-7_rating_indicator_readonly_item_height: .75em;--_ui5-v1-24-7_rating_indicator_readonly_item_width: .75em;--_ui5-v1-24-7_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v1-24-7_segmented_btn_item_border_left: 0px;--_ui5-v1-24-7_segmented_btn_item_border_right: .0625rem;--_ui5-v1-24-7_segmented_btn_inner_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_segmented_btn_inner_border_odd_child: .0625rem solid transparent;--_ui5-v1-24-7_segmented_btn_inner_pressed_border_odd_child: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v1-24-7_segmented_btn_inner_border_radius: 0;--_ui5-v1-24-7_select_label_color: var(--sapField_TextColor);--_ui5-v1-24-7_select_disabled_background: var(--sapHC_ReducedBackground);--_ui5-v1-24-7_select_disabled_border_color: var(--sapHC_ReducedForeground);--_ui5-v1-24-7_select_state_error_warning_border_style: dashed;--_ui5-v1-24-7_select_state_error_warning_border_width: 1px;--_ui5-v1-24-7_select_hover_icon_left_border: .0625rem solid var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_select_focus_width: .125rem;--_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_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_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_text_button_border_color: transparent;--_ui5-v1-24-7_split_text_button_background_color: transparent;--_ui5-v1-24-7_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_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_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_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_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_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_split_button_focused_border_radius: .375rem;--_ui5-v1-24-7_split_button_hover_border_radius: 0;--_ui5-v1-24-7_split_button_text_button_width: 2.5rem;--_ui5-v1-24-7_split_button_text_button_right_border_width: 0;--_ui5-v1-24-7_split_button_transparent_hover_background: var(--sapButton_Hover_Background);--_ui5-v1-24-7_split_button_host_transparent_hover_background: var(--sapButton_Background);--_ui5-v1-24-7_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v1-24-7_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v1-24-7_split_button_transparent_disabled_background: var(--sapButton_Background);--_ui5-v1-24-7_split_button_host_emphasized_box_shadow: inset 0 0 0 .125rem var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_border: .125rem solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_border_width: .125rem;--_ui5-v1-24-7_split_text_button_emphasized_hover_border: .125rem solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border_right: .125rem solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_text_button_emphasized_hover_border_left: .125rem solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_border: .0625rem solid var(--sapButton_Emphasized_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_border_left: var(--sapButton_BorderWidth);--_ui5-v1-24-7_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v1-24-7_split_arrow_button_emphasized_hover_box_shadow: inset 0 -.0625rem 0 var(--sapButton_BorderColor), inset -.0625rem 0 0 var(--sapButton_BorderColor), inset 0 .0625rem 0 var(--sapButton_BorderColor);--_ui5-v1-24-7_split_arrow_button_emphasized_hover_box_shadow_rtl: inset 0 -.0625rem 0 var(--sapButton_BorderColor), inset .0625rem 0 0 var(--sapButton_BorderColor), inset 0 .0625rem 0 var(--sapButton_BorderColor);--_ui5-v1-24-7_switch_height: 2.75rem;--_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-focus: "";--_ui5-v1-24-7_switch_track_border_radius: .75rem;--_ui5-v1-24-7-switch-track-border: 1px solid;--_ui5-v1-24-7_switch_track_transition: none;--_ui5-v1-24-7_switch_handle_border_radius: 1rem;--_ui5-v1-24-7-switch-handle-icon-display: none;--_ui5-v1-24-7-switch-slider-texts-display: inline;--_ui5-v1-24-7_switch_text_inactive_left_alternate: auto;--_ui5-v1-24-7_switch_text_inactive_right_alternate: .125rem;--_ui5-v1-24-7_switch_text_active_left_alternate: calc(-100% + 2rem) ;--_ui5-v1-24-7_switch_width: 3.5rem;--_ui5-v1-24-7_switch_compact_width: 3rem;--_ui5-v1-24-7_switch_min_width: none;--_ui5-v1-24-7_switch_compact_min_width: none;--_ui5-v1-24-7_switch_with_label_width: 3.875rem;--_ui5-v1-24-7_switch_compact_with_label_width: 3.75rem;--_ui5-v1-24-7_switch_focus_outline: none;--_ui5-v1-24-7_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v1-24-7_switch_root_after_boreder: none;--_ui5-v1-24-7_switch_root_after_boreder_radius: 1rem;--_ui5-v1-24-7_switch_root_outline_top: .5rem;--_ui5-v1-24-7_switch_root_outline_bottom: .5rem;--_ui5-v1-24-7_switch_root_outline_left: .375rem;--_ui5-v1-24-7_switch_root_outline_right: .375rem;--_ui5-v1-24-7_switch_root_compact_outline_top: .25rem;--_ui5-v1-24-7_switch_root_compact_outline_bottom: .25rem;--_ui5-v1-24-7_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v1-24-7_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v1-24-7_switch_compact_transform: translateX(100%) translateX(-1.375rem);--_ui5-v1-24-7_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v1-24-7_switch_compact_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v1-24-7_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v1-24-7_switch_compact_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v1-24-7_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v1-24-7_switch_compact_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v1-24-7_switch_track_width: 2.5rem;--_ui5-v1-24-7_switch_track_compact_width: 2rem;--_ui5-v1-24-7_switch_track_height: 1.5rem;--_ui5-v1-24-7_switch_track_compact_height: 1.25rem;--_ui5-v1-24-7_switch_track_with_label_width: 2.875rem;--_ui5-v1-24-7_switch_track_with_label_compact_width: 2.75rem;--_ui5-v1-24-7_switch_track_with_label_height: 1.5rem;--_ui5-v1-24-7_switch_track_with_label_compact_height: 1.25rem;--_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_Hover_Background);--_ui5-v1-24-7_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v1-24-7_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v1-24-7_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v1-24-7_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v1-24-7_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v1-24-7_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v1-24-7_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v1-24-7_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v1-24-7_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v1-24-7_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v1-24-7_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v1-24-7_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v1-24-7_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v1-24-7_switch_track_icon_display: inline-block;--_ui5-v1-24-7_switch_handle_width: 1.5rem;--_ui5-v1-24-7_switch_handle_compact_width: 1.25rem;--_ui5-v1-24-7_switch_handle_height: 1.25rem;--_ui5-v1-24-7_switch_handle_compact_height: 1rem;--_ui5-v1-24-7_switch_handle_with_label_width: 1.75rem;--_ui5-v1-24-7_switch_handle_with_label_compact_width: 1.75rem;--_ui5-v1-24-7_switch_handle_with_label_height: 1.25rem;--_ui5-v1-24-7_switch_handle_with_label_compact_height: 1rem;--_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: .125rem;--_ui5-v1-24-7_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v1-24-7_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v1-24-7_switch_handle_hover_active_background_color: var(--sapButton_Handle_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_Handle_Selected_BorderColor);--_ui5-v1-24-7_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v1-24-7_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v1-24-7_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v1-24-7_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v1-24-7_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v1-24-7_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v1-24-7_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v1-24-7_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v1-24-7_switch_handle_left: .0625rem;--_ui5-v1-24-7_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v1-24-7_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v1-24-7_switch_text_compact_font_size: var(--sapFontSize);--_ui5-v1-24-7_switch_text_width: 1.25rem;--_ui5-v1-24-7_switch_text_compact_width: 1rem;--_ui5-v1-24-7_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v1-24-7_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v1-24-7_switch_text_with_label_width: 1.75rem;--_ui5-v1-24-7_switch_text_inactive_left: .1875rem;--_ui5-v1-24-7_switch_text_inactive_right: auto;--_ui5-v1-24-7_switch_text_active_left: .1875rem;--_ui5-v1-24-7_switch_text_compact_active_left: .1875rem;--_ui5-v1-24-7_switch_text_active_right: auto;--_ui5-v1-24-7_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v1-24-7_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v1-24-7_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v1-24-7_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v1-24-7_switch_text_overflow: hidden;--_ui5-v1-24-7_switch_text_z_index: 1;--_ui5-v1-24-7_switch_text_hidden: hidden;--_ui5-v1-24-7_switch_text_min_width: none;--_ui5-v1-24-7_switch_icon_width: 1rem;--_ui5-v1-24-7_switch_icon_height: 1rem;--_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_hover_color: var(--_ui5-v1-24-7_tc_headerItem_color);--_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_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_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_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_separator_display: none;--_ui5-v1-24-7_tc_overflowItem_focus_offset: .125rem;--_ui5-v1-24-7_tc_headerItemIcon_background_color: transparent;--_ui5-v1-24-7_tc_content_border_bottom: .125rem solid var(--sapObjectHeader_BorderColor);--_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_header_border_bottom: .125rem solid var(--sapPageHeader_BorderColor);--_ui5-v1-24-7_tc_headerItemContent_border_bottom: .3125rem solid var(--sapPageHeader_BorderColor);--_ui5-v1-24-7_tc_headerItem_focus_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_tc_headerItem_text_selected_color: var(--sapPageHeader_BorderColor);--_ui5-v1-24-7_tc_headerItem_text_selected_hover_color: var(--sapPageHeader_BorderColor);--_ui5-v1-24-7_tc_headerItem_neutral_color: var(--sapTextColor);--_ui5-v1-24-7_tc_headerItem_positive_color: var(--sapTextColor);--_ui5-v1-24-7_tc_headerItem_negative_color: var(--sapTextColor);--_ui5-v1-24-7_tc_headerItem_critical_color: var(--sapTextColor);--_ui5-v1-24-7_tc_headerItem_neutral_border_color: var(--_ui5-v1-24-7_tc_headerItem_neutral_color);--_ui5-v1-24-7_tc_headerItem_positive_border_color: var(--_ui5-v1-24-7_tc_headerItem_positive_color);--_ui5-v1-24-7_tc_headerItem_negative_border_color: var(--_ui5-v1-24-7_tc_headerItem_negative_color);--_ui5-v1-24-7_tc_headerItem_critical_border_color: var(--_ui5-v1-24-7_tc_headerItem_critical_color);--_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_headerItemSemanticIcon_display: inline-block;--_ui5-v1-24-7_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v1-24-7_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v1-24-7_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v1-24-7_tc_headerItemIcon_border: 1px solid var(--sapPageHeader_BorderColor);--_ui5-v1-24-7_tc_headerItemIcon_color: var(--sapPageHeader_BorderColor);--_ui5-v1-24-7_tc_headerItemIcon_selected_background: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItemIcon_selected_color: var(--sapContent_IconColor);--_ui5-v1-24-7_tc_headerItemIcon_positive_selected_background: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItemIcon_negative_selected_background: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItemIcon_critical_selected_background: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItemIcon_neutral_selected_background: var(--sapSelectedColor);--_ui5-v1-24-7_tc_headerItemIcon_semantic_selected_color: var(--sapContent_IconColor);--_ui5-v1-24-7_tc_overflowItem_positive_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflowItem_negative_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflowItem_critical_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflowItem_default_color: var(--sapTextColor);--_ui5-v1-24-7_tc_overflowItem_current_color: var(--_ui5-v1-24-7_tc_overflowItem_default_color);--_ui5-v1-24-7_tc_overflowItem_extraIndent: 1rem;--_ui5-v1-24-7_tc_overflow_text_color: var(--sapTextColor);--ui5-v1-24-7_table_bottom_border: 1px solid var(--sapList_BorderColor);--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_load_more_border-bottom: none;--ui5-v1-24-7_table_header_row_outline_width: .125rem;--ui5-v1-24-7_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);--ui5-v1-24-7_table_header_row_border_width: .1875rem;--ui5-v1-24-7_table_header_row_font_weight: normal;--ui5-v1-24-7_table_multiselect_popin_row_padding: 3.25rem;--ui5-v1-24-7_table_row_outline_width: .125rem;--_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_table_group_row_font-weight: bold;--ui5-v1-24-7_table_border_width: 1px 0 1px 0;--_ui5-v1-24-7_load_more_padding: .25rem;--_ui5-v1-24-7_load_more_border: 1px solid var(--sapButton_BorderColor);--_ui5-v1-24-7_load_more_border_radius: .375rem;--_ui5-v1-24-7_load_more_outline_width: .125rem;--_ui5-v1-24-7_textarea_state_border_width: .125rem;--_ui5-v1-24-7_textarea_hover_border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);--_ui5-v1-24-7_textarea_disabled_opacity: .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_error_warning: .5rem;--_ui5-v1-24-7_textarea_exceeded_text_height: 1rem;--_ui5-v1-24-7_textarea_readonly_border_style: var(--sapField_BorderStyle);--_ui5-v1-24-7_textarea_line_height: 1.5;--_ui5-v1-24-7_textarea_error_warning_font_weight: bold;--_ui5-v1-24-7_textarea_error_warning_font_style: italic;--_ui5-v1-24-7_textarea_placeholder_font_style: normal;--_ui5-v1-24-7_textarea_value_state_error_warning_placeholder_font_weight: bold;--_ui5-v1-24-7_textarea_error_placeholder_font_style: normal;--_ui5-v1-24-7_textarea_error_placeholder_color: var(--sapField_TextColor);--_ui5-v1-24-7_textarea_error_hover_background_color: var(--sapField_InvalidBackground);--_ui5-v1-24-7_textarea_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v1-24-7_textarea_error_warning_border_style: dashed;--_ui5-v1-24-7_textarea_padding_top_information: .4375rem;--_ui5-v1-24-7_textarea_padding_bottom_information: .375rem;--_ui5-v1-24-7_textarea_padding_top: .375rem;--_ui5-v1-24-7_textarea_padding_bottom: .3125rem;--_ui5-v1-24-7_textarea_padding_top_readonly: .375rem;--_ui5-v1-24-7_textarea_padding_bottom_readonly: .3125rem;--_ui5-v1-24-7_textarea_padding_top_error_warning: .375rem;--_ui5-v1-24-7_textarea_padding_bottom_error_warning: .3125rem;--_ui5-v1-24-7_textarea_padding_right_and_left: .5rem;--_ui5-v1-24-7_textarea_padding_right_and_left_information: .5625rem;--_ui5-v1-24-7_textarea_padding_right_and_left_readonly: .5rem;--_ui5-v1-24-7-time_picker_border_radius: 0;--_ui5-v1-24-7_time_picker_border: .0625rem solid var(--sapField_Hover_BorderColor);--_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_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_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(--sapList_Hover_Background);--_ui_wheelslider_item_hovered_color: var(--sapList_Hover_Background);--_ui5-v1-24-7_wheelslider_item_border_color: var(--sapList_Background);--_ui5-v1-24-7_wheelslider_item_hovered_border_color: var(--sapField_BorderColor);--_ui5-v1-24-7_wheelslider_collapsed_item_text_color: var(--sapField_BorderColor);--_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_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_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: 1px solid #000;--_ui5-v1-24-7_yearpicker_item_border_radius: .5rem;--_ui5-v1-24-7_yearpicker_item_focus_after_border_radius: .5rem;--_ui5-v1-24-7_yearpicker_item_margin: 0;--_ui5-v1-24-7_yearpicker_item_focus_after_width: calc(100% - .5rem) ;--_ui5-v1-24-7_yearpicker_item_focus_after_height: calc(100% - .5rem) ;--_ui5-v1-24-7_yearpicker_item_focus_after_border: 2px dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_yearpicker_item_focus_after_offset: 0;--_ui5-v1-24-7_token_background: var(--sapButton_TokenBackground);--_ui5-v1-24-7_token_readonly_color: var(--sapContent_LabelColor);--_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_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_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_border_radius: .25rem;--_ui5-v1-24-7_token_focus_outline_width: .125rem;--_ui5-v1-24-7_token_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v1-24-7_token_focus_offset: 0;--_ui5-v1-24-7_token_focus_outline_border_radius: .25rem;--_ui5-v1-24-7_token_text_color: var(--sapTextColor);--_ui5-v1-24-7_token_readonly_padding: .25rem .3125rem;--_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_header_border: none;--_ui5-v1-24-7_value_state_message_padding_phone: .5rem .5rem .5rem 1rem;--_ui5-v1-24-7_value_state_message_popover_box_shadow: none;--_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_message_border: 2px solid var(--sapField_BorderColor);--_ui5-v1-24-7_input_value_state_icon_display: inline-block;--_ui5-v1-24-7_value_state_message_icon_width: 1rem;--_ui5-v1-24-7_value_state_message_icon_height: 1rem;--_ui5-v1-24-7_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v1-24-7_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v1-24-7_input_value_state_icon_offset: .625rem;--_ui5-v1-24-7_value_state_header_offset: -.1875rem;--_ui5-v1-24-7_value_state_header_border_bottom: 2px solid var(--sapField_BorderColor);--_ui5-v1-24-7-multi_combobox_token_margin_top: 3px;--_ui5-v1-24-7_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_padding: 1.406rem 1.0625rem;--_ui5-v1-24-7_slider_handle_background: var(--sapButton_Background);--_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_outline_offset: .075rem;--_ui5-v1-24-7_slider_disabled_opacity: .4;--_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_range_slider_active_handle_icon_display: none;--_ui5-v1-24-7_range_slider_handle_background_focus: transparent;--_ui5-v1-24-7_range_slider_progress_focus_width: 100%;--_ui5-v1-24-7_range_slider_root_active_handle_icon_display: none;--_ui5-v1-24-7_slider_tickmark_in_range_bg: var(--sapField_BorderColor);--_ui5-v1-24-7_slider_handle_icon_size: 1rem;--_ui5-v1-24-7_slider_handle_height: 1.5rem;--_ui5-v1-24-7_slider_handle_width: 2rem;--_ui5-v1-24-7_slider_handle_icon_display: inline-block;--_ui5-v1-24-7_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v1-24-7_slider_handle_border_radius: .5rem;--_ui5-v1-24-7_slider_handle_hover_background: var(--sapButton_Hover_Background);--_ui5-v1-24-7_slider_handle_border: .0625rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_slider_handle_hover_border: var(--_ui5-v1-24-7_slider_handle_border);--_ui5-v1-24-7_slider_handle_top: -.5625rem;--_ui5-v1-24-7_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v1-24-7_slider_handle_focus_border: .125rem solid var(--sapField_BorderColor);--_ui5-v1-24-7_slider_handle_outline: none;--_ui5-v1-24-7_slider_handle_box_sizing: border-box;--_ui5-v1-24-7_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v1-24-7_range_slider_root_hover_handle_bg: var(--sapButton_Hover_Background);--_ui5-v1-24-7_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v1-24-7_slider_inner_height: .25rem;--_ui5-v1-24-7_slider_progress_border: solid .0625rem var(--sapContent_MeasureIndicatorColor);--_ui5-v1-24-7_slider_progress_border_radius: .375rem;--_ui5-v1-24-7_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v1-24-7_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v1-24-7_slider_progress_container_dot_display: block;--_ui5-v1-24-7_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v1-24-7_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v1-24-7_slider_progress_after_border: solid .0625rem var(--sapContent_Selected_MeasureIndicatorColor);--_ui5-v1-24-7_slider_progress_before_border: solid .0625rem var(--sapContent_MeasureIndicatorColor);--_ui5-v1-24-7_slider_start_end_point_top: -3px;--_ui5-v1-24-7_slider_progress_outline_offset: -14px;--_ui5-v1-24-7_slider_outer_height: calc(var(--_ui5-v1-24-7_slider_handle_height) + 9px);--_ui5-v1-24-7_slider_progress_outline_offset_left: calc(-1 * (var(--_ui5-v1-24-7_slider_handle_width) / 2) - 6px);--_ui5-v1-24-7_slider_progress_outline: var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);--_ui5-v1-24-7_range_slider_focus_outline_width: calc(100% + var(--_ui5-v1-24-7_slider_handle_width) + 12px);--_ui5-v1-24-7_range_slider_focus_outline_radius: .5rem;--_ui5-v1-24-7_slider_tickmark_height: .5rem;--_ui5-v1-24-7_slider_tickmark_top: -.125rem;--_ui5-v1-24-7_slider_progress_box_sizing: border-box;--_ui5-v1-24-7_slider_progress_container_top: .0625rem;--_ui5-v1-24-7_slider_progress_height: .375rem;--_ui5-v1-24-7_slider_active_progress_border: .0625rem solid var(--sapSlider_Selected_BorderColor);--_ui5-v1-24-7_slider_active_progress_left: -.0625rem;--_ui5-v1-24-7_slider_active_progress_top: -.15625rem;--_ui5-v1-24-7_slider_no_tickmarks_progress_container_top: 0;--_ui5-v1-24-7_slider_no_tickmarks_progress_height: 100%;--_ui5-v1-24-7_slider_no_tickmarks_active_progress_border: none;--_ui5-v1-24-7_slider_no_tickmarks_active_progress_left: 0;--_ui5-v1-24-7_slider_no_tickmarks_active_progress_top: 0;--_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: .25rem;--_ui5-v1-24-7_slider_tooltip_height: 1.375rem;--_ui5-v1-24-7_slider_tooltip_min_width: 2rem;--_ui5-v1-24-7_slider_tooltip_bottom: 2rem;--_ui5-v1-24-7_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v1-24-7_slider_tooltip_bottom) - 1px);--_ui5-v1-24-7_slider_tooltip_border_box: border-box;--_ui5-v1-24-7_slider_handle_focus_visibility: block;--_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_focused_icon_padding: .1875rem .375rem .1875rem .4375rem;--_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_custom_icon_padding: .1875rem .5rem;--_ui5-v1-24-7_input_information_icon_padding: .25rem .4375rem;--_ui5-v1-24-7_input_icon_padding: .25rem .375rem .125rem .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_outer_ring_padding_with_label: 0 .5rem;--_ui5-v1-24-7_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v1-24-7_radio_button_focus_dist: .1875rem;--_ui5-v1-24-7_rating_indicator_item_height: .67em;--_ui5-v1-24-7_rating_indicator_item_width: .67em;--_ui5-v1-24-7_rating_indicator_component_spacing: .8125rem 0px;--_ui5-v1-24-7_rating_indicator_readonly_item_height: .5em;--_ui5-v1-24-7_rating_indicator_readonly_item_width: .5em;--_ui5-v1-24-7_rating_indicator_readonly_item_spacing: .125rem .125rem;--_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_error_warning: .375rem;--_ui5-v1-24-7_textarea_exceeded_text_height: .375rem;--_ui5-v1-24-7_textarea_min_height: 1.625rem;--_ui5-v1-24-7_textarea_padding_top: .0625rem;--_ui5-v1-24-7_textarea_padding_bottom: 0rem;--_ui5-v1-24-7_textarea_padding_top_readonly: .0625rem;--_ui5-v1-24-7_textarea_padding_bottom_readonly: 0rem;--_ui5-v1-24-7_textarea_padding_top_error_warning: .0625rem;--_ui5-v1-24-7_textarea_padding_bottom_error_warning: 0rem;--_ui5-v1-24-7_textarea_padding_top_information: .125rem;--_ui5-v1-24-7_textarea_padding_bottom_information: .0625rem;--_ui5-v1-24-7_textarea_padding_right_and_left: .375rem;--_ui5-v1-24-7_textarea_padding_right_and_left_information: .4375rem;--_ui5-v1-24-7_textarea_padding_right_and_left_readonly: .375rem;--_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_range_slider_focus_outline_width: calc(100% + var(--_ui5-v1-24-7_slider_handle_width) + 12px);--_ui5-v1-24-7_slider_progress_outline_offset_left: calc(-1 * (var(--_ui5-v1-24-7_slider_handle_width) / 2) - 6px);--_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_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_special_day_top: 1.625rem;--_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;--_ui5-v1-24-7_split_button_text_button_width: 2.25rem;--_ui5-v1-24-7_color_picker_slider_container_margin_top: -10px;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v1-24-7_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v1-24-7_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v1-24-7_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v1-24-7_daypicker_item_now_specialday_top: 1.4375rem}: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_belize_hcw/parameters-bundle.css.json",content:':root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_belize_hcw.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_belize_hcb","sap_belize","sap_base_fiori","baseTheme"],"Tags": ["Fiori_2","Fiori_3","HighContrast"],"FallbackThemeId": "sap_belize","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: 3rem;--sapElement_Height: 2.5rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #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: 1.625rem;--sapFontHeader2Size: 1.375rem;--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: .0625rem;--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: #585858;--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: .0625rem;--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};