@fundamental-ngx/core 0.45.1 → 0.46.0-rc.1

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 (418) hide show
  1. package/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.d.ts +1 -1
  2. package/busy-indicator/busy-indicator.component.d.ts +2 -2
  3. package/busy-indicator/busy-indicator.module.d.ts +4 -4
  4. package/calendar/calendar-directives.d.ts +1 -1
  5. package/calendar/calendar-header/calendar-header.component.d.ts +2 -6
  6. package/calendar/calendar-views/calendar-aggregated-year-view/calendar-aggregated-year-view.component.d.ts +1 -1
  7. package/calendar/calendar-views/calendar-day-view/calendar-day-view.component.d.ts +27 -32
  8. package/calendar/calendar-views/calendar-month-view/calendar-month-view.component.d.ts +1 -1
  9. package/calendar/calendar-views/calendar-year-view/calendar-year-view.component.d.ts +1 -1
  10. package/calendar/calendar.component.d.ts +7 -8
  11. package/calendar/calendar.module.d.ts +2 -5
  12. package/carousel/carousel-item/carousel-item.component.d.ts +1 -1
  13. package/carousel/carousel-item.directive.d.ts +1 -1
  14. package/carousel/carousel.component.d.ts +8 -1
  15. package/carousel/carousel.directive.d.ts +1 -1
  16. package/carousel/carousel.module.d.ts +1 -5
  17. package/checkbox/checkbox/checkbox.component.d.ts +19 -6
  18. package/checkbox/checkbox.module.d.ts +3 -5
  19. package/combobox/combobox-mobile/combobox-mobile.component.d.ts +2 -1
  20. package/date-picker/date-picker-mobile/date-picker-mobile.component.d.ts +31 -0
  21. package/date-picker/date-picker.component.d.ts +46 -16
  22. package/date-picker/date-picker.model.d.ts +11 -0
  23. package/date-picker/date-picker.module.d.ts +2 -12
  24. package/date-picker/index.d.ts +2 -0
  25. package/date-picker/tokens.d.ts +5 -0
  26. package/datetime-picker/datetime-picker-mobile/datetime-picker-mobile.component.d.ts +29 -0
  27. package/datetime-picker/datetime-picker.component.d.ts +34 -12
  28. package/datetime-picker/datetime-picker.model.d.ts +9 -0
  29. package/datetime-picker/datetime-picker.module.d.ts +2 -14
  30. package/datetime-picker/index.d.ts +2 -0
  31. package/datetime-picker/tokens.d.ts +5 -0
  32. package/dialog/dialog.module.d.ts +1 -1
  33. package/dialog/utils/dialog-ref.class.d.ts +15 -5
  34. package/esm2022/action-bar/action-bar.component.mjs +2 -2
  35. package/esm2022/action-sheet/action-sheet.component.mjs +2 -2
  36. package/esm2022/avatar/avatar.component.mjs +2 -2
  37. package/esm2022/avatar-group/avatar-group.component.mjs +2 -2
  38. package/esm2022/bar/bar.component.mjs +2 -2
  39. package/esm2022/breadcrumb/breadcrumb.component.mjs +2 -2
  40. package/esm2022/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.mjs +4 -3
  41. package/esm2022/busy-indicator/busy-indicator.component.mjs +5 -5
  42. package/esm2022/busy-indicator/busy-indicator.module.mjs +3 -4
  43. package/esm2022/button/button.component.mjs +2 -2
  44. package/esm2022/calendar/calendar-directives.mjs +4 -3
  45. package/esm2022/calendar/calendar-header/calendar-header.component.mjs +7 -15
  46. package/esm2022/calendar/calendar-views/calendar-aggregated-year-view/calendar-aggregated-year-view.component.mjs +6 -5
  47. package/esm2022/calendar/calendar-views/calendar-day-view/calendar-day-view.component.mjs +21 -30
  48. package/esm2022/calendar/calendar-views/calendar-month-view/calendar-month-view.component.mjs +6 -5
  49. package/esm2022/calendar/calendar-views/calendar-year-view/calendar-year-view.component.mjs +6 -5
  50. package/esm2022/calendar/calendar.component.mjs +17 -13
  51. package/esm2022/calendar/calendar.module.mjs +9 -9
  52. package/esm2022/card/card-footer.component.mjs +3 -3
  53. package/esm2022/card/card.component.mjs +2 -2
  54. package/esm2022/carousel/carousel-item/carousel-item.component.mjs +4 -4
  55. package/esm2022/carousel/carousel-item.directive.mjs +4 -3
  56. package/esm2022/carousel/carousel.component.mjs +19 -6
  57. package/esm2022/carousel/carousel.directive.mjs +4 -3
  58. package/esm2022/carousel/carousel.module.mjs +4 -9
  59. package/esm2022/checkbox/checkbox/checkbox.component.mjs +42 -17
  60. package/esm2022/checkbox/checkbox.module.mjs +4 -7
  61. package/esm2022/combobox/combobox-mobile/combobox-mobile.component.mjs +3 -2
  62. package/esm2022/date-picker/date-picker-mobile/date-picker-mobile.component.mjs +96 -0
  63. package/esm2022/date-picker/date-picker.component.mjs +142 -40
  64. package/esm2022/date-picker/date-picker.model.mjs +2 -0
  65. package/esm2022/date-picker/date-picker.module.mjs +6 -49
  66. package/esm2022/date-picker/index.mjs +3 -1
  67. package/esm2022/date-picker/tokens.mjs +4 -0
  68. package/esm2022/datetime-picker/datetime-picker-mobile/datetime-picker-mobile.component.mjs +96 -0
  69. package/esm2022/datetime-picker/datetime-picker.component.mjs +120 -36
  70. package/esm2022/datetime-picker/datetime-picker.model.mjs +2 -0
  71. package/esm2022/datetime-picker/datetime-picker.module.mjs +6 -57
  72. package/esm2022/datetime-picker/index.mjs +3 -1
  73. package/esm2022/datetime-picker/tokens.mjs +4 -0
  74. package/esm2022/dialog/dialog-body/dialog-body.component.mjs +4 -3
  75. package/esm2022/dialog/dialog.component.mjs +2 -2
  76. package/esm2022/dialog/dialog.module.mjs +8 -5
  77. package/esm2022/dialog/utils/dialog-ref.class.mjs +13 -8
  78. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +1 -1
  79. package/esm2022/dynamic-page/dynamic-page.component.mjs +2 -2
  80. package/esm2022/dynamic-side-content/dynamic-side-content.component.mjs +2 -2
  81. package/esm2022/facets/facet/facet.component.mjs +2 -2
  82. package/esm2022/feed-input/feed-input.component.mjs +2 -2
  83. package/esm2022/feed-list-item/components/list/feed-list.component.mjs +2 -2
  84. package/esm2022/file-uploader/file-uploader.component.mjs +2 -2
  85. package/esm2022/fixed-card-layout/fixed-card-layout.component.mjs +2 -2
  86. package/esm2022/flexible-column-layout/flexible-column-layout.component.mjs +2 -2
  87. package/esm2022/form/fieldset/fieldset.component.mjs +2 -2
  88. package/esm2022/form/form-control/form-control.component.mjs +2 -2
  89. package/esm2022/form/form-group/form-group.component.mjs +2 -2
  90. package/esm2022/form/form-header/form-header.component.mjs +2 -2
  91. package/esm2022/form/form-item/form-item.component.mjs +2 -2
  92. package/esm2022/form/form-label/form-label.component.mjs +2 -2
  93. package/esm2022/form/form-message/form-message.component.mjs +2 -2
  94. package/esm2022/grid-list/components/grid-list/grid-list.component.mjs +2 -2
  95. package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +1 -1
  96. package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +1 -1
  97. package/esm2022/icon/icon.component.mjs +2 -2
  98. package/esm2022/illustrated-message/illustrated-message.component.mjs +2 -2
  99. package/esm2022/info-label/info-label.component.mjs +2 -2
  100. package/esm2022/input-group/input-group.component.mjs +2 -2
  101. package/esm2022/layout-grid/layout-grid.component.mjs +2 -2
  102. package/esm2022/layout-panel/layout-panel.component.mjs +2 -2
  103. package/esm2022/link/link.component.mjs +9 -9
  104. package/esm2022/link/link.module.mjs +4 -7
  105. package/esm2022/list/directives/list-secondary.directive.mjs +21 -8
  106. package/esm2022/list/list-navigation-item/list-navigation-item.component.mjs +2 -2
  107. package/esm2022/list/list.component.mjs +2 -2
  108. package/esm2022/list/list.module.mjs +3 -5
  109. package/esm2022/menu/menu.component.mjs +2 -2
  110. package/esm2022/message-box/message-box.component.mjs +2 -2
  111. package/esm2022/message-page/message-page.component.mjs +2 -2
  112. package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +2 -2
  113. package/esm2022/message-strip/alert/message-strip-configuration-type.mjs +1 -1
  114. package/esm2022/message-strip/index.mjs +3 -1
  115. package/esm2022/message-strip/message-strip-icon.directive.mjs +18 -0
  116. package/esm2022/message-strip/message-strip-indication-color.mjs +7 -0
  117. package/esm2022/message-strip/message-strip.component.mjs +36 -5
  118. package/esm2022/message-strip/message-strip.module.mjs +5 -4
  119. package/esm2022/message-toast/message-toast.component.mjs +3 -3
  120. package/esm2022/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +2 -2
  121. package/esm2022/mobile-mode/mobile-mode.class.mjs +3 -1
  122. package/esm2022/multi-combobox/multi-combobox.component.mjs +2 -2
  123. package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +1 -1
  124. package/esm2022/multi-input/multi-input.component.mjs +1 -1
  125. package/esm2022/notification/notification/notification.component.mjs +2 -2
  126. package/esm2022/object-identifier/object-identifier.component.mjs +2 -2
  127. package/esm2022/object-marker/object-marker.component.mjs +2 -2
  128. package/esm2022/object-number/object-number.component.mjs +2 -2
  129. package/esm2022/object-status/object-status.component.mjs +2 -2
  130. package/esm2022/pagination/pagination.component.mjs +2 -2
  131. package/esm2022/panel/panel.component.mjs +2 -2
  132. package/esm2022/popover/popover-body/popover-body-directives/popover-body-footer.directive.mjs +4 -3
  133. package/esm2022/popover/popover-body/popover-body-directives/popover-body-header.directive.mjs +4 -3
  134. package/esm2022/popover/popover-body/popover-body.component.mjs +8 -11
  135. package/esm2022/popover/popover-container/popover-container.directive.mjs +4 -3
  136. package/esm2022/popover/popover-control/popover-control.component.mjs +3 -3
  137. package/esm2022/popover/popover-mobile/popover-mobile.component.mjs +10 -7
  138. package/esm2022/popover/popover-mobile/popover-mobile.module.mjs +4 -5
  139. package/esm2022/popover/popover-trigger.directive.mjs +4 -3
  140. package/esm2022/popover/popover.component.mjs +5 -6
  141. package/esm2022/popover/popover.module.mjs +5 -10
  142. package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +2 -2
  143. package/esm2022/progress-indicator/progress-indicator.component.mjs +2 -2
  144. package/esm2022/quick-view/quick-view/quick-view.component.mjs +2 -2
  145. package/esm2022/radio/radio-button/radio-button.component.mjs +3 -3
  146. package/esm2022/rating-indicator/components/rating-indicator.component.mjs +2 -2
  147. package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +2 -2
  148. package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +2 -2
  149. package/esm2022/segmented-button/segmented-button.component.mjs +2 -2
  150. package/esm2022/select/select.component.mjs +2 -2
  151. package/esm2022/shared/interfaces/search-component.interface.mjs +1 -1
  152. package/esm2022/shared/interfaces/special-day-rule.mjs +1 -1
  153. package/esm2022/shellbar/product-menu/product-menu.component.mjs +12 -8
  154. package/esm2022/shellbar/shellbar-action/shellbar-action.component.mjs +8 -6
  155. package/esm2022/shellbar/shellbar-actions/shellbar-actions.component.mjs +8 -9
  156. package/esm2022/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.mjs +9 -7
  157. package/esm2022/shellbar/shellbar-logo/shellbar-logo.component.mjs +3 -3
  158. package/esm2022/shellbar/shellbar-sidenav.directive.mjs +4 -3
  159. package/esm2022/shellbar/shellbar-subtitle/shellbar-subtitle.component.mjs +3 -3
  160. package/esm2022/shellbar/shellbar-title/shellbar-title.component.mjs +3 -3
  161. package/esm2022/shellbar/shellbar.component.mjs +10 -9
  162. package/esm2022/shellbar/shellbar.module.mjs +10 -59
  163. package/esm2022/shellbar/user-menu/shellbar-user-menu.component.mjs +9 -6
  164. package/esm2022/side-navigation/side-navigation.component.mjs +2 -2
  165. package/esm2022/skeleton/components/skeleton.component.mjs +2 -2
  166. package/esm2022/slider/slider-position.directive.mjs +19 -11
  167. package/esm2022/slider/slider.component.mjs +136 -79
  168. package/esm2022/slider/slider.model.mjs +2 -1
  169. package/esm2022/slider/slider.module.mjs +6 -6
  170. package/esm2022/split-button/split-button.component.mjs +2 -2
  171. package/esm2022/splitter/splitter.component.mjs +2 -2
  172. package/esm2022/status-indicator/status-indicator.component.mjs +2 -2
  173. package/esm2022/step-input/step-input.component.mjs +2 -2
  174. package/esm2022/switch/switch.component.mjs +2 -2
  175. package/esm2022/table/table-wrapper.component.mjs +2 -2
  176. package/esm2022/table/table.component.mjs +2 -2
  177. package/esm2022/tabs/tab-list.component.mjs +2 -2
  178. package/esm2022/tabs/tab-nav/tab-nav.component.mjs +2 -2
  179. package/esm2022/text/text.component.mjs +7 -7
  180. package/esm2022/text/text.module.mjs +4 -9
  181. package/esm2022/tile/tile.component.mjs +2 -2
  182. package/esm2022/time/time.component.mjs +2 -2
  183. package/esm2022/title/title.component.mjs +3 -3
  184. package/esm2022/title/title.module.mjs +4 -6
  185. package/esm2022/token/token.component.mjs +2 -2
  186. package/esm2022/token/tokenizer.component.mjs +2 -2
  187. package/esm2022/toolbar/deprecated-toolbar-size.directive.mjs +4 -3
  188. package/esm2022/toolbar/toolbar-form-label.directive.mjs +4 -3
  189. package/esm2022/toolbar/toolbar-item.directive.mjs +4 -3
  190. package/esm2022/toolbar/toolbar-label.directive.mjs +4 -3
  191. package/esm2022/toolbar/toolbar-overflow-button-menu.directive.mjs +4 -3
  192. package/esm2022/toolbar/toolbar-overflow-button.directive.mjs +4 -3
  193. package/esm2022/toolbar/toolbar-separator.component.mjs +4 -3
  194. package/esm2022/toolbar/toolbar-spacer.directive.mjs +4 -3
  195. package/esm2022/toolbar/toolbar.component.mjs +39 -18
  196. package/esm2022/toolbar/toolbar.module.mjs +5 -10
  197. package/esm2022/tree/components/tree-item/tree-item.component.mjs +1 -1
  198. package/esm2022/tree/tree.component.mjs +2 -2
  199. package/esm2022/upload-collection/upload-collection.component.mjs +3 -3
  200. package/esm2022/vertical-navigation/vertical-navigation-main-navigation.component.mjs +2 -2
  201. package/esm2022/vertical-navigation/vertical-navigation.component.mjs +2 -2
  202. package/esm2022/wizard/wizard.component.mjs +2 -2
  203. package/fesm2022/fundamental-ngx-core-action-bar.mjs +2 -2
  204. package/fesm2022/fundamental-ngx-core-action-bar.mjs.map +1 -1
  205. package/fesm2022/fundamental-ngx-core-action-sheet.mjs +2 -2
  206. package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  207. package/fesm2022/fundamental-ngx-core-avatar-group.mjs +2 -2
  208. package/fesm2022/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  209. package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -2
  210. package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
  211. package/fesm2022/fundamental-ngx-core-bar.mjs +2 -2
  212. package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
  213. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +2 -2
  214. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  215. package/fesm2022/fundamental-ngx-core-busy-indicator.mjs +9 -10
  216. package/fesm2022/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
  217. package/fesm2022/fundamental-ngx-core-button.mjs +2 -2
  218. package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
  219. package/fesm2022/fundamental-ngx-core-calendar.mjs +91 -95
  220. package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
  221. package/fesm2022/fundamental-ngx-core-card.mjs +4 -4
  222. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  223. package/fesm2022/fundamental-ngx-core-carousel.mjs +29 -19
  224. package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
  225. package/fesm2022/fundamental-ngx-core-checkbox.mjs +43 -20
  226. package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
  227. package/fesm2022/fundamental-ngx-core-combobox.mjs +2 -1
  228. package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
  229. package/fesm2022/fundamental-ngx-core-date-picker.mjs +235 -86
  230. package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
  231. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +211 -88
  232. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  233. package/fesm2022/fundamental-ngx-core-dialog.mjs +23 -15
  234. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  235. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +3 -3
  236. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  237. package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +2 -2
  238. package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
  239. package/fesm2022/fundamental-ngx-core-facets.mjs +2 -2
  240. package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
  241. package/fesm2022/fundamental-ngx-core-feed-input.mjs +2 -2
  242. package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
  243. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +2 -2
  244. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  245. package/fesm2022/fundamental-ngx-core-file-uploader.mjs +2 -2
  246. package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  247. package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs +2 -2
  248. package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  249. package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs +2 -2
  250. package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  251. package/fesm2022/fundamental-ngx-core-form.mjs +14 -14
  252. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  253. package/fesm2022/fundamental-ngx-core-grid-list.mjs +4 -4
  254. package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
  255. package/fesm2022/fundamental-ngx-core-icon.mjs +2 -2
  256. package/fesm2022/fundamental-ngx-core-icon.mjs.map +1 -1
  257. package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +2 -2
  258. package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  259. package/fesm2022/fundamental-ngx-core-info-label.mjs +2 -2
  260. package/fesm2022/fundamental-ngx-core-info-label.mjs.map +1 -1
  261. package/fesm2022/fundamental-ngx-core-input-group.mjs +2 -2
  262. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  263. package/fesm2022/fundamental-ngx-core-layout-grid.mjs +2 -2
  264. package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
  265. package/fesm2022/fundamental-ngx-core-layout-panel.mjs +2 -2
  266. package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  267. package/fesm2022/fundamental-ngx-core-link.mjs +10 -12
  268. package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
  269. package/fesm2022/fundamental-ngx-core-list.mjs +26 -17
  270. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  271. package/fesm2022/fundamental-ngx-core-menu.mjs +2 -2
  272. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  273. package/fesm2022/fundamental-ngx-core-message-box.mjs +2 -2
  274. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  275. package/fesm2022/fundamental-ngx-core-message-page.mjs +2 -2
  276. package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
  277. package/fesm2022/fundamental-ngx-core-message-strip.mjs +62 -9
  278. package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
  279. package/fesm2022/fundamental-ngx-core-message-toast.mjs +2 -2
  280. package/fesm2022/fundamental-ngx-core-message-toast.mjs.map +1 -1
  281. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +2 -2
  282. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  283. package/fesm2022/fundamental-ngx-core-mobile-mode.mjs +2 -0
  284. package/fesm2022/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
  285. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +3 -3
  286. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  287. package/fesm2022/fundamental-ngx-core-multi-input.mjs +1 -1
  288. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  289. package/fesm2022/fundamental-ngx-core-notification.mjs +2 -2
  290. package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
  291. package/fesm2022/fundamental-ngx-core-object-identifier.mjs +2 -2
  292. package/fesm2022/fundamental-ngx-core-object-identifier.mjs.map +1 -1
  293. package/fesm2022/fundamental-ngx-core-object-marker.mjs +2 -2
  294. package/fesm2022/fundamental-ngx-core-object-marker.mjs.map +1 -1
  295. package/fesm2022/fundamental-ngx-core-object-number.mjs +2 -2
  296. package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
  297. package/fesm2022/fundamental-ngx-core-object-status.mjs +2 -2
  298. package/fesm2022/fundamental-ngx-core-object-status.mjs.map +1 -1
  299. package/fesm2022/fundamental-ngx-core-pagination.mjs +2 -2
  300. package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
  301. package/fesm2022/fundamental-ngx-core-panel.mjs +2 -2
  302. package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
  303. package/fesm2022/fundamental-ngx-core-popover.mjs +36 -38
  304. package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
  305. package/fesm2022/fundamental-ngx-core-product-switch.mjs +2 -2
  306. package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
  307. package/fesm2022/fundamental-ngx-core-progress-indicator.mjs +2 -2
  308. package/fesm2022/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
  309. package/fesm2022/fundamental-ngx-core-quick-view.mjs +2 -2
  310. package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
  311. package/fesm2022/fundamental-ngx-core-radio.mjs +2 -2
  312. package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
  313. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +2 -2
  314. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  315. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +4 -4
  316. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  317. package/fesm2022/fundamental-ngx-core-segmented-button.mjs +2 -2
  318. package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  319. package/fesm2022/fundamental-ngx-core-select.mjs +2 -2
  320. package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
  321. package/fesm2022/fundamental-ngx-core-shellbar.mjs +93 -132
  322. package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
  323. package/fesm2022/fundamental-ngx-core-side-navigation.mjs +2 -2
  324. package/fesm2022/fundamental-ngx-core-side-navigation.mjs.map +1 -1
  325. package/fesm2022/fundamental-ngx-core-skeleton.mjs +2 -2
  326. package/fesm2022/fundamental-ngx-core-skeleton.mjs.map +1 -1
  327. package/fesm2022/fundamental-ngx-core-slider.mjs +158 -96
  328. package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
  329. package/fesm2022/fundamental-ngx-core-split-button.mjs +2 -2
  330. package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
  331. package/fesm2022/fundamental-ngx-core-splitter.mjs +2 -2
  332. package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
  333. package/fesm2022/fundamental-ngx-core-status-indicator.mjs +2 -2
  334. package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  335. package/fesm2022/fundamental-ngx-core-step-input.mjs +2 -2
  336. package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
  337. package/fesm2022/fundamental-ngx-core-switch.mjs +2 -2
  338. package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
  339. package/fesm2022/fundamental-ngx-core-table.mjs +4 -4
  340. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  341. package/fesm2022/fundamental-ngx-core-tabs.mjs +4 -4
  342. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  343. package/fesm2022/fundamental-ngx-core-text.mjs +9 -14
  344. package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
  345. package/fesm2022/fundamental-ngx-core-tile.mjs +2 -2
  346. package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
  347. package/fesm2022/fundamental-ngx-core-time.mjs +2 -2
  348. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  349. package/fesm2022/fundamental-ngx-core-title.mjs +5 -7
  350. package/fesm2022/fundamental-ngx-core-title.mjs.map +1 -1
  351. package/fesm2022/fundamental-ngx-core-token.mjs +4 -4
  352. package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
  353. package/fesm2022/fundamental-ngx-core-toolbar.mjs +80 -56
  354. package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
  355. package/fesm2022/fundamental-ngx-core-tree.mjs +3 -3
  356. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  357. package/fesm2022/fundamental-ngx-core-upload-collection.mjs +2 -2
  358. package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  359. package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs +4 -4
  360. package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs.map +1 -1
  361. package/fesm2022/fundamental-ngx-core-wizard.mjs +2 -2
  362. package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
  363. package/fundamental-ngx-core-v0.46.0-rc.1.tgz +0 -0
  364. package/link/link.component.d.ts +1 -1
  365. package/link/link.module.d.ts +1 -3
  366. package/list/directives/list-secondary.directive.d.ts +16 -3
  367. package/list/list.module.d.ts +20 -20
  368. package/message-strip/alert/message-strip-configuration-type.d.ts +2 -0
  369. package/message-strip/index.d.ts +2 -0
  370. package/message-strip/message-strip-icon.directive.d.ts +9 -0
  371. package/message-strip/message-strip-indication-color.d.ts +4 -0
  372. package/message-strip/message-strip.component.d.ts +11 -1
  373. package/message-strip/message-strip.module.d.ts +2 -1
  374. package/mobile-mode/mobile-mode.class.d.ts +3 -1
  375. package/package.json +4 -4
  376. package/popover/popover-body/popover-body-directives/popover-body-footer.directive.d.ts +1 -1
  377. package/popover/popover-body/popover-body-directives/popover-body-header.directive.d.ts +1 -1
  378. package/popover/popover-body/popover-body.component.d.ts +1 -1
  379. package/popover/popover-container/popover-container.directive.d.ts +1 -1
  380. package/popover/popover-control/popover-control.component.d.ts +1 -1
  381. package/popover/popover-mobile/popover-mobile.component.d.ts +3 -3
  382. package/popover/popover-mobile/popover-mobile.module.d.ts +5 -5
  383. package/popover/popover-trigger.directive.d.ts +1 -1
  384. package/popover/popover.component.d.ts +1 -1
  385. package/popover/popover.module.d.ts +1 -5
  386. package/schematics/add-dependencies/index.js +6 -6
  387. package/shared/interfaces/search-component.interface.d.ts +1 -0
  388. package/shared/interfaces/special-day-rule.d.ts +1 -1
  389. package/shellbar/product-menu/product-menu.component.d.ts +1 -1
  390. package/shellbar/shellbar-action/shellbar-action.component.d.ts +1 -1
  391. package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -1
  392. package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +1 -1
  393. package/shellbar/shellbar-logo/shellbar-logo.component.d.ts +1 -1
  394. package/shellbar/shellbar-sidenav.directive.d.ts +1 -1
  395. package/shellbar/shellbar-subtitle/shellbar-subtitle.component.d.ts +1 -1
  396. package/shellbar/shellbar-title/shellbar-title.component.d.ts +1 -1
  397. package/shellbar/shellbar.component.d.ts +1 -1
  398. package/shellbar/shellbar.module.d.ts +2 -14
  399. package/shellbar/user-menu/shellbar-user-menu.component.d.ts +1 -1
  400. package/slider/slider-position.directive.d.ts +6 -4
  401. package/slider/slider.component.d.ts +21 -13
  402. package/slider/slider.model.d.ts +2 -1
  403. package/slider/slider.module.d.ts +9 -9
  404. package/text/text.component.d.ts +1 -1
  405. package/text/text.module.d.ts +1 -5
  406. package/title/title.component.d.ts +1 -1
  407. package/title/title.module.d.ts +1 -2
  408. package/toolbar/deprecated-toolbar-size.directive.d.ts +1 -1
  409. package/toolbar/toolbar-form-label.directive.d.ts +1 -1
  410. package/toolbar/toolbar-item.directive.d.ts +1 -1
  411. package/toolbar/toolbar-label.directive.d.ts +1 -1
  412. package/toolbar/toolbar-overflow-button-menu.directive.d.ts +1 -1
  413. package/toolbar/toolbar-overflow-button.directive.d.ts +1 -1
  414. package/toolbar/toolbar-separator.component.d.ts +1 -1
  415. package/toolbar/toolbar-spacer.directive.d.ts +1 -1
  416. package/toolbar/toolbar.component.d.ts +9 -5
  417. package/toolbar/toolbar.module.d.ts +11 -15
  418. package/fundamental-ngx-core-v0.45.1.tgz +0 -0
@@ -54,7 +54,7 @@ export class IconComponent {
54
54
  provide: FD_ICON_COMPONENT,
55
55
  useExisting: IconComponent
56
56
  }
57
- ], usesOnChanges: true, ngImport: i0, template: ``, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.28.3\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */[class*=sap-icon]{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:inline-block;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;padding:0}[class*=sap-icon]:after,[class*=sap-icon]:before{box-sizing:inherit;font-size:inherit}[class*=sap-icon]:before{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}[class*=sap-icon].sap-icon--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--background-default:before{background-color:transparent}[class*=sap-icon].sap-icon--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon].sap-icon--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon].sap-icon--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon].is-focus,[class*=sap-icon]:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}[class*=sap-icon-businessSuiteInAppSymbols]:before{font-family:BusinessSuiteInAppSymbols}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-default:before{background-color:transparent}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT]:before{font-family:SAP-icons-TNT}[class*=sap-icon-TNT].sap-icon-TNT--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-default:before{background-color:transparent}[class*=sap-icon-TNT].sap-icon-TNT--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-information:before{background-color:var(--sapInformativeElementColor)}.sap-icon--accidental-leave:before{content:\"\\e000\"}.sap-icon--account:before{content:\"\\e001\"}.sap-icon--wrench:before{content:\"\\e002\"}.sap-icon--windows-doors:before{content:\"\\e003\"}.sap-icon--washing-machine:before{content:\"\\e004\"}.sap-icon--visits:before{content:\"\\e005\"}.sap-icon--video:before{content:\"\\e006\"}.sap-icon--travel-expense:before{content:\"\\e007\"}.sap-icon--temperature:before{content:\"\\e008\"}.sap-icon--task:before{content:\"\\e009\"}.sap-icon--synchronize:before{content:\"\\e00a\"}.sap-icon--survey:before{content:\"\\e00b\"}.sap-icon--settings:before{content:\"\\e00c\"}.sap-icon--search:before{content:\"\\e00d\"}.sap-icon--sales-document:before{content:\"\\e00e\"}.sap-icon--retail-store:before{content:\"\\e00f\"}.sap-icon--refresh:before{content:\"\\e010\"}.sap-icon--product:before{content:\"\\e011\"}.sap-icon--present:before{content:\"\\e012\"}.sap-icon--ppt-attachment:before{content:\"\\e013\"}.sap-icon--pool:before{content:\"\\e014\"}.sap-icon--pie-chart:before{content:\"\\e015\"}.sap-icon--picture:before{content:\"\\e016\"}.sap-icon--photo-voltaic:before{content:\"\\e017\"}.sap-icon--phone:before{content:\"\\e018\"}.sap-icon--pending:before{content:\"\\e019\"}.sap-icon--pdf-attachment:before{content:\"\\e01a\"}.sap-icon--past:before{content:\"\\e01b\"}.sap-icon--outgoing-call:before{content:\"\\e01c\"}.sap-icon--opportunity:before{content:\"\\e01d\"}.sap-icon--opportunities:before{content:\"\\e01e\"}.sap-icon--notes:before{content:\"\\e01f\"}.sap-icon--money-bills:before{content:\"\\e020\"}.sap-icon--map:before{content:\"\\e021\"}.sap-icon--log:before{content:\"\\e022\"}.sap-icon--line-charts:before{content:\"\\e023\"}.sap-icon--lightbulb:before{content:\"\\e024\"}.sap-icon--leads:before{content:\"\\e025\"}.sap-icon--lead:before{content:\"\\e026\"}.sap-icon--laptop:before{content:\"\\e027\"}.sap-icon--kpi-managing-my-area:before{content:\"\\e028\"}.sap-icon--kpi-corporate-performance:before{content:\"\\e029\"}.sap-icon--incoming-call:before{content:\"\\e02a\"}.sap-icon--inbox:before{content:\"\\e02b\"}.sap-icon--horizontal-bar-chart:before{content:\"\\e02c\"}.sap-icon--history:before{content:\"\\e02d\"}.sap-icon--heating-cooling:before{content:\"\\e02e\"}.sap-icon--gantt-bars:before{content:\"\\e02f\"}.sap-icon--future:before{content:\"\\e030\"}.sap-icon--fridge:before{content:\"\\e031\"}.sap-icon--fallback:before{content:\"\\e032\"}.sap-icon--expense-report:before{content:\"\\e033\"}.sap-icon--excel-attachment:before{content:\"\\e034\"}.sap-icon--energy-saving-lightbulb:before{content:\"\\e035\"}.sap-icon--employee:before{content:\"\\e036\"}.sap-icon--email:before{content:\"\\e037\"}.sap-icon--edit:before{content:\"\\e038\"}.sap-icon--duplicate:before{content:\"\\e039\"}.sap-icon--download:before{content:\"\\e03a\"}.sap-icon--doc-attachment:before{content:\"\\e03b\"}.sap-icon--dishwasher:before{content:\"\\e03c\"}.sap-icon--delete:before{content:\"\\e03d\"}.sap-icon--decline:before{content:\"\\e03e\"}.sap-icon--complete:before{content:\"\\e03f\"}.sap-icon--competitor:before{content:\"\\e040\"}.sap-icon--collections-management:before{content:\"\\e041\"}.sap-icon--chalkboard:before{content:\"\\e042\"}.sap-icon--cart:before{content:\"\\e043\"}.sap-icon--card:before{content:\"\\e044\"}.sap-icon--camera:before{content:\"\\e045\"}.sap-icon--calendar:before{content:\"\\e046\"}.sap-icon--begin:before{content:\"\\e047\"}.sap-icon--basket:before{content:\"\\e048\"}.sap-icon--bar-chart:before{content:\"\\e049\"}.sap-icon--attachment:before{content:\"\\e04a\"}.sap-icon--arrow-top:before{content:\"\\e04b\"}.sap-icon--arrow-right:before{content:\"\\e04c\"}.sap-icon--arrow-left:before{content:\"\\e04d\"}.sap-icon--arrow-bottom:before{content:\"\\e04e\"}.sap-icon--approvals:before{content:\"\\e04f\"}.sap-icon--appointment:before{content:\"\\e050\"}.sap-icon--alphabetical-order:before{content:\"\\e051\"}.sap-icon--along-stacked-chart:before{content:\"\\e052\"}.sap-icon--alert:before{content:\"\\e053\"}.sap-icon--addresses:before{content:\"\\e054\"}.sap-icon--address-book:before{content:\"\\e055\"}.sap-icon--add-filter:before{content:\"\\e056\"}.sap-icon--add-favorite:before{content:\"\\e057\"}.sap-icon--add:before{content:\"\\e058\"}.sap-icon--activities:before{content:\"\\e059\"}.sap-icon--action:before{content:\"\\e05a\"}.sap-icon--accept:before{content:\"\\e05b\"}.sap-icon--hint:before{content:\"\\e05c\"}.sap-icon--group:before{content:\"\\e05d\"}.sap-icon--check-availability:before{content:\"\\e05e\"}.sap-icon--weather-proofing:before{content:\"\\e05f\"}.sap-icon--payment-approval:before{content:\"\\e060\"}.sap-icon--batch-payments:before{content:\"\\e061\"}.sap-icon--bed:before{content:\"\\e062\"}.sap-icon--arobase:before{content:\"\\e063\"}.sap-icon--family-care:before{content:\"\\e064\"}.sap-icon--favorite:before{content:\"\\e065\"}.sap-icon--navigation-right-arrow:before{content:\"\\e066\"}.sap-icon--navigation-left-arrow:before{content:\"\\e067\"}.sap-icon--e-care:before{content:\"\\e068\"}.sap-icon--less:before{content:\"\\e069\"}.sap-icon--lateness:before{content:\"\\e06a\"}.sap-icon--lab:before{content:\"\\e06b\"}.sap-icon--internet-browser:before{content:\"\\e06c\"}.sap-icon--instance:before{content:\"\\e06d\"}.sap-icon--inspection:before{content:\"\\e06e\"}.sap-icon--image-viewer:before{content:\"\\e06f\"}.sap-icon--home:before{content:\"\\e070\"}.sap-icon--grid:before{content:\"\\e071\"}.sap-icon--goalseek:before{content:\"\\e072\"}.sap-icon--general-leave-request:before{content:\"\\e073\"}.sap-icon--create-leave-request:before{content:\"\\e074\"}.sap-icon--flight:before{content:\"\\e075\"}.sap-icon--filter:before{content:\"\\e076\"}.sap-icon--favorite-list:before{content:\"\\e077\"}.sap-icon--factory:before{content:\"\\e078\"}.sap-icon--endoscopy:before{content:\"\\e079\"}.sap-icon--employee-pane:before{content:\"\\e07a\"}.sap-icon--employee-approvals:before{content:\"\\e07b\"}.sap-icon--email-read:before{content:\"\\e07c\"}.sap-icon--electrocardiogram:before{content:\"\\e07d\"}.sap-icon--documents:before{content:\"\\e07e\"}.sap-icon--decision:before{content:\"\\e07f\"}.sap-icon--database:before{content:\"\\e080\"}.sap-icon--customer-history:before{content:\"\\e081\"}.sap-icon--customer:before{content:\"\\e082\"}.sap-icon--credit-card:before{content:\"\\e083\"}.sap-icon--create-entry-time:before{content:\"\\e084\"}.sap-icon--contacts:before{content:\"\\e085\"}.sap-icon--compare:before{content:\"\\e086\"}.sap-icon--clinical-order:before{content:\"\\e087\"}.sap-icon--chain-link:before{content:\"\\e088\"}.sap-icon--pull-down:before{content:\"\\e089\"}.sap-icon--cargo-train:before{content:\"\\e08a\"}.sap-icon--car-rental:before{content:\"\\e08b\"}.sap-icon--business-card:before{content:\"\\e08c\"}.sap-icon--bar-code:before{content:\"\\e08d\"}.sap-icon--folder-blank:before{content:\"\\e08e\"}.sap-icon--passenger-train:before{content:\"\\e08f\"}.sap-icon--question-mark:before{content:\"\\e090\"}.sap-icon--world:before{content:\"\\e091\"}.sap-icon--iphone:before{content:\"\\e092\"}.sap-icon--ipad:before{content:\"\\e093\"}.sap-icon--warning:before{content:\"\\e094\"}.sap-icon--sort:before{content:\"\\e095\"}.sap-icon--course-book:before{content:\"\\e096\"}.sap-icon--course-program:before{content:\"\\e097\"}.sap-icon--add-coursebook:before{content:\"\\e098\"}.sap-icon--print:before{content:\"\\e099\"}.sap-icon--save:before{content:\"\\e09a\"}.sap-icon--play:before{content:\"\\e09b\"}.sap-icon--pause:before{content:\"\\e09c\"}.sap-icon--record:before{content:\"\\e09d\"}.sap-icon--response:before{content:\"\\e09e\"}.sap-icon--pushpin-on:before{content:\"\\e09f\"}.sap-icon--pushpin-off:before{content:\"\\e0a0\"}.sap-icon--unfavorite:before{content:\"\\e0a1\"}.sap-icon--learning-assistant:before{content:\"\\e0a2\"}.sap-icon--timesheet:before{content:\"\\e0a3\"}.sap-icon--time-entry-request:before{content:\"\\e0a4\"}.sap-icon--list:before{content:\"\\e0a5\"}.sap-icon--action-settings:before{content:\"\\e0a6\"}.sap-icon--share:before{content:\"\\e0a7\"}.sap-icon--feed:before{content:\"\\e0a8\"}.sap-icon--role:before{content:\"\\e0a9\"}.sap-icon--flag:before{content:\"\\e0aa\"}.sap-icon--post:before{content:\"\\e0ab\"}.sap-icon--inspect:before{content:\"\\e0ac\"}.sap-icon--inspect-down:before{content:\"\\e0ad\"}.sap-icon--appointment-2:before{content:\"\\e0ae\"}.sap-icon--target-group:before{content:\"\\e0af\"}.sap-icon--marketing-campaign:before{content:\"\\e0b0\"}.sap-icon--message-error:before,.sap-icon--notification:before{content:\"\\e0b1\"}.sap-icon--comment:before{content:\"\\e0b2\"}.sap-icon--shipping-status:before{content:\"\\e0b3\"}.sap-icon--collaborate:before{content:\"\\e0b4\"}.sap-icon--shortcut:before{content:\"\\e0b5\"}.sap-icon--lead-outdated:before{content:\"\\e0b6\"}.sap-icon--tools-opportunity:before{content:\"\\e0b7\"}.sap-icon--permission:before{content:\"\\e0b8\"}.sap-icon--supplier:before{content:\"\\e0b9\"}.sap-icon--table-view:before{content:\"\\e0ba\"}.sap-icon--table-chart:before{content:\"\\e0bb\"}.sap-icon--switch-views:before{content:\"\\e0bc\"}.sap-icon--e-learning:before{content:\"\\e0bd\"}.sap-icon--manager:before{content:\"\\e0be\"}.sap-icon--switch-classes:before{content:\"\\e0bf\"}.sap-icon--simple-payment:before{content:\"\\e0c0\"}.sap-icon--signature:before{content:\"\\e0c1\"}.sap-icon--sales-order-item:before{content:\"\\e0c2\"}.sap-icon--sales-order:before{content:\"\\e0c3\"}.sap-icon--request:before{content:\"\\e0c4\"}.sap-icon--receipt:before{content:\"\\e0c5\"}.sap-icon--puzzle:before{content:\"\\e0c6\"}.sap-icon--process:before{content:\"\\e0c7\"}.sap-icon--private:before{content:\"\\e0c8\"}.sap-icon--popup-window:before{content:\"\\e0c9\"}.sap-icon--person-placeholder:before{content:\"\\e0ca\"}.sap-icon--per-diem:before{content:\"\\e0cb\"}.sap-icon--paper-plane:before{content:\"\\e0cc\"}.sap-icon--paid-leave:before{content:\"\\e0cd\"}.sap-icon--pdf-reader:before{content:\"\\e0ce\"}.sap-icon--overview-chart:before{content:\"\\e0cf\"}.sap-icon--overlay:before{content:\"\\e0d0\"}.sap-icon--org-chart:before{content:\"\\e0d1\"}.sap-icon--number-sign:before{content:\"\\e0d2\"}.sap-icon--notification-2:before{content:\"\\e0d3\"}.sap-icon--my-sales-order:before{content:\"\\e0d4\"}.sap-icon--meal:before{content:\"\\e0d5\"}.sap-icon--loan:before{content:\"\\e0d6\"}.sap-icon--order-status:before{content:\"\\e0d7\"}.sap-icon--customer-order-entry:before{content:\"\\e0d8\"}.sap-icon--performance:before{content:\"\\e0d9\"}.sap-icon--menu:before{content:\"\\e0da\"}.sap-icon--employee-lookup:before{content:\"\\e0db\"}.sap-icon--education:before{content:\"\\e0dc\"}.sap-icon--customer-briefing:before{content:\"\\e0dd\"}.sap-icon--customer-and-contacts:before{content:\"\\e0de\"}.sap-icon--my-view:before{content:\"\\e0df\"}.sap-icon--accelerated:before{content:\"\\e0e0\"}.sap-icon--to-be-reviewed:before{content:\"\\e0e1\"}.sap-icon--warning2:before{content:\"\\e0e2\"}.sap-icon--feeder-arrow:before{content:\"\\e0e3\"}.sap-icon--quality-issue:before{content:\"\\e0e4\"}.sap-icon--workflow-tasks:before{content:\"\\e0e5\"}.sap-icon--create:before{content:\"\\e0e6\"}.sap-icon--home-share:before{content:\"\\e0e7\"}.sap-icon--globe:before{content:\"\\e0e8\"}.sap-icon--tags:before{content:\"\\e0e9\"}.sap-icon--work-history:before{content:\"\\e0ea\"}.sap-icon--x-ray:before{content:\"\\e0eb\"}.sap-icon--wounds-doc:before{content:\"\\e0ec\"}.sap-icon--web-cam:before{content:\"\\e0ed\"}.sap-icon--waiver:before{content:\"\\e0ee\"}.sap-icon--vertical-bar-chart:before{content:\"\\e0ef\"}.sap-icon--upstacked-chart:before{content:\"\\e0f0\"}.sap-icon--trip-report:before{content:\"\\e0f1\"}.sap-icon--microphone:before{content:\"\\e0f2\"}.sap-icon--unpaid-leave:before{content:\"\\e0f3\"}.sap-icon--tree:before{content:\"\\e0f4\"}.sap-icon--toaster-up:before{content:\"\\e0f5\"}.sap-icon--toaster-top:before{content:\"\\e0f6\"}.sap-icon--toaster-down:before{content:\"\\e0f7\"}.sap-icon--time-account:before{content:\"\\e0f8\"}.sap-icon--theater:before{content:\"\\e0f9\"}.sap-icon--taxi:before{content:\"\\e0fa\"}.sap-icon--subway-train:before{content:\"\\e0fb\"}.sap-icon--study-leave:before{content:\"\\e0fc\"}.sap-icon--stethoscope:before{content:\"\\e0fd\"}.sap-icon--step:before{content:\"\\e0fe\"}.sap-icon--sonography:before{content:\"\\e0ff\"}.sap-icon--soccor:before{content:\"\\e100\"}.sap-icon--physical-activity:before{content:\"\\e101\"}.sap-icon--pharmacy:before{content:\"\\e102\"}.sap-icon--official-service:before{content:\"\\e103\"}.sap-icon--offsite-work:before{content:\"\\e104\"}.sap-icon--nutrition-activity:before{content:\"\\e105\"}.sap-icon--newspaper:before{content:\"\\e106\"}.sap-icon--monitor-payments:before{content:\"\\e107\"}.sap-icon--map-2:before{content:\"\\e108\"}.sap-icon--machine:before{content:\"\\e109\"}.sap-icon--mri-scan:before{content:\"\\e10a\"}.sap-icon--end-user-experience-monitoring:before{content:\"\\e10b\"}.sap-icon--unwired:before{content:\"\\e10c\"}.sap-icon--customer-financial-fact-sheet:before{content:\"\\e10d\"}.sap-icon--retail-store-manager:before{content:\"\\e10e\"}.sap-icon--Netweaver-business-client:before{content:\"\\e10f\"}.sap-icon--electronic-medical-record:before{content:\"\\e110\"}.sap-icon--eam-work-order:before{content:\"\\e111\"}.sap-icon--customer-view:before{content:\"\\e112\"}.sap-icon--crm-service-manager:before{content:\"\\e113\"}.sap-icon--crm-sales:before{content:\"\\e114\"}.sap-icon--widgets:before{content:\"\\e115\"}.sap-icon--commission-check:before{content:\"\\e116\"}.sap-icon--collections-insight:before{content:\"\\e117\"}.sap-icon--clinical-tast-tracker:before{content:\"\\e118\"}.sap-icon--citizen-connect:before{content:\"\\e119\"}.sap-icon--cart-approval:before{content:\"\\e11a\"}.sap-icon--capital-projects:before{content:\"\\e11b\"}.sap-icon--bo-strategy-management:before{content:\"\\e11c\"}.sap-icon--business-objects-mobile:before{content:\"\\e11d\"}.sap-icon--business-objects-explorer:before{content:\"\\e11e\"}.sap-icon--business-objects-experience:before{content:\"\\e11f\"}.sap-icon--bbyd-dashboard:before{content:\"\\e120\"}.sap-icon--bbyd-active-sales:before{content:\"\\e121\"}.sap-icon--business-by-design:before{content:\"\\e122\"}.sap-icon--business-one:before{content:\"\\e123\"}.sap-icon--sap-box:before{content:\"\\e124\"}.sap-icon--manager-insight:before{content:\"\\e125\"}.sap-icon--accounting-document-verification:before{content:\"\\e126\"}.sap-icon--hr-approval:before{content:\"\\e127\"}.sap-icon--idea-wall:before{content:\"\\e128\"}.sap-icon--Chart-Tree-Map:before{content:\"\\e129\"}.sap-icon--cart-5:before{content:\"\\e12a\"}.sap-icon--cart-4:before{content:\"\\e12b\"}.sap-icon--wallet:before{content:\"\\e12c\"}.sap-icon--vehicle-repair:before{content:\"\\e12d\"}.sap-icon--upload:before{content:\"\\e12e\"}.sap-icon--unlocked:before{content:\"\\e12f\"}.sap-icon--umbrella:before{content:\"\\e130\"}.sap-icon--travel-request:before{content:\"\\e131\"}.sap-icon--travel-expense-report:before{content:\"\\e132\"}.sap-icon--travel-itinerary:before{content:\"\\e133\"}.sap-icon--time-overtime:before{content:\"\\e134\"}.sap-icon--thing-type:before{content:\"\\e135\"}.sap-icon--technical-object:before{content:\"\\e136\"}.sap-icon--tag:before{content:\"\\e137\"}.sap-icon--syringe:before{content:\"\\e138\"}.sap-icon--syntax:before{content:\"\\e139\"}.sap-icon--suitcase:before{content:\"\\e13a\"}.sap-icon--simulate:before{content:\"\\e13b\"}.sap-icon--shield:before{content:\"\\e13c\"}.sap-icon--share-2:before{content:\"\\e13d\"}.sap-icon--sales-quote:before{content:\"\\e13e\"}.sap-icon--repost:before{content:\"\\e13f\"}.sap-icon--provision:before{content:\"\\e140\"}.sap-icon--projector:before{content:\"\\e141\"}.sap-icon--add-product:before{content:\"\\e142\"}.sap-icon--pipeline-analysis:before{content:\"\\e143\"}.sap-icon--add-photo:before{content:\"\\e144\"}.sap-icon--palette:before{content:\"\\e145\"}.sap-icon--nurse:before{content:\"\\e146\"}.sap-icon--sales-notification:before{content:\"\\e147\"}.sap-icon--mileage:before{content:\"\\e148\"}.sap-icon--meeting-room:before{content:\"\\e149\"}.sap-icon--media-forward:before{content:\"\\e14a\"}.sap-icon--media-play:before{content:\"\\e14b\"}.sap-icon--media-pause:before{content:\"\\e14c\"}.sap-icon--media-reverse:before{content:\"\\e14d\"}.sap-icon--media-rewind:before{content:\"\\e14e\"}.sap-icon--measurement-document:before{content:\"\\e14f\"}.sap-icon--measuring-point:before{content:\"\\e150\"}.sap-icon--measure:before{content:\"\\e151\"}.sap-icon--map-3:before{content:\"\\e152\"}.sap-icon--locked:before{content:\"\\e153\"}.sap-icon--letter:before{content:\"\\e154\"}.sap-icon--journey-arrive:before{content:\"\\e155\"}.sap-icon--journey-change:before{content:\"\\e156\"}.sap-icon--journey-depart:before{content:\"\\e157\"}.sap-icon--it-system:before{content:\"\\e158\"}.sap-icon--it-instance:before{content:\"\\e159\"}.sap-icon--it-host:before{content:\"\\e15a\"}.sap-icon--iphone-2:before{content:\"\\e15b\"}.sap-icon--ipad-2:before{content:\"\\e15c\"}.sap-icon--inventory:before{content:\"\\e15d\"}.sap-icon--insurance-house:before{content:\"\\e15e\"}.sap-icon--insurance-life:before{content:\"\\e15f\"}.sap-icon--insurance-car:before{content:\"\\e160\"}.sap-icon--initiative:before{content:\"\\e161\"}.sap-icon--incident:before{content:\"\\e162\"}.sap-icon--group-2:before{content:\"\\e163\"}.sap-icon--goal:before{content:\"\\e164\"}.sap-icon--functional-location:before{content:\"\\e165\"}.sap-icon--full-screen:before{content:\"\\e166\"}.sap-icon--form:before{content:\"\\e167\"}.sap-icon--fob-watch:before{content:\"\\e168\"}.sap-icon--blank-tag:before{content:\"\\e169\"}.sap-icon--family-protection:before{content:\"\\e16a\"}.sap-icon--folder:before{content:\"\\e16b\"}.sap-icon--fax-machine:before{content:\"\\e16c\"}.sap-icon--example:before{content:\"\\e16d\"}.sap-icon--eraser:before{content:\"\\e16e\"}.sap-icon--employee-rejections:before{content:\"\\e16f\"}.sap-icon--drop-down-list:before{content:\"\\e170\"}.sap-icon--draw-rectangle:before{content:\"\\e171\"}.sap-icon--document:before{content:\"\\e172\"}.sap-icon--doctor:before{content:\"\\e173\"}.sap-icon--discussion-2:before{content:\"\\e174\"}.sap-icon--discussion:before{content:\"\\e175\"}.sap-icon--dimension:before{content:\"\\e176\"}.sap-icon--customer-and-supplier:before{content:\"\\e177\"}.sap-icon--crop:before{content:\"\\e178\"}.sap-icon--add-contact:before{content:\"\\e179\"}.sap-icon--compare-2:before{content:\"\\e17a\"}.sap-icon--color-fill:before{content:\"\\e17b\"}.sap-icon--collision:before{content:\"\\e17c\"}.sap-icon--curriculum:before{content:\"\\e17d\"}.sap-icon--chart-axis:before{content:\"\\e17e\"}.sap-icon--full-stacked-chart:before{content:\"\\e17f\"}.sap-icon--full-stacked-column-chart:before{content:\"\\e180\"}.sap-icon--vertical-bar-chart-2:before{content:\"\\e181\"}.sap-icon--horizontal-bar-chart-2:before{content:\"\\e182\"}.sap-icon--horizontal-stacked-chart:before{content:\"\\e183\"}.sap-icon--vertical-stacked-chart:before{content:\"\\e184\"}.sap-icon--choropleth-chart:before{content:\"\\e185\"}.sap-icon--geographic-bubble-chart:before{content:\"\\e186\"}.sap-icon--multiple-radar-chart:before{content:\"\\e187\"}.sap-icon--radar-chart:before{content:\"\\e188\"}.sap-icon--crossed-line-chart:before{content:\"\\e189\"}.sap-icon--multiple-line-chart:before{content:\"\\e18a\"}.sap-icon--multiple-bar-chart:before{content:\"\\e18b\"}.sap-icon--line-chart:before{content:\"\\e18c\"}.sap-icon--line-chart-dual-axis:before{content:\"\\e18d\"}.sap-icon--bubble-chart:before{content:\"\\e18e\"}.sap-icon--scatter-chart:before{content:\"\\e18f\"}.sap-icon--multiple-pie-chart:before{content:\"\\e190\"}.sap-icon--column-chart-dual-axis:before{content:\"\\e191\"}.sap-icon--tag-cloud-chart:before{content:\"\\e192\"}.sap-icon--area-chart:before{content:\"\\e193\"}.sap-icon--cause:before{content:\"\\e194\"}.sap-icon--cart-3:before{content:\"\\e195\"}.sap-icon--cart-2:before{content:\"\\e196\"}.sap-icon--bus-public-transport:before{content:\"\\e197\"}.sap-icon--burglary:before{content:\"\\e198\"}.sap-icon--building:before{content:\"\\e199\"}.sap-icon--border:before{content:\"\\e19a\"}.sap-icon--bookmark:before{content:\"\\e19b\"}.sap-icon--badge:before{content:\"\\e19c\"}.sap-icon--attachment-audio:before{content:\"\\e19d\"}.sap-icon--attachment-video:before{content:\"\\e19e\"}.sap-icon--attachment-html:before{content:\"\\e19f\"}.sap-icon--attachment-photo:before{content:\"\\e1a0\"}.sap-icon--attachment-e-pub:before{content:\"\\e1a1\"}.sap-icon--attachment-zip-file:before{content:\"\\e1a2\"}.sap-icon--attachment-text-file:before{content:\"\\e1a3\"}.sap-icon--add-equipment:before{content:\"\\e1a4\"}.sap-icon--add-activity:before{content:\"\\e1a5\"}.sap-icon--activity-individual:before{content:\"\\e1a6\"}.sap-icon--activity-2:before{content:\"\\e1a7\"}.sap-icon--add-activity-2:before{content:\"\\e1a8\"}.sap-icon--activity-items:before{content:\"\\e1a9\"}.sap-icon--activity-assigned-to-goal:before{content:\"\\e1aa\"}.sap-icon--status-completed:before,.sap-icon--status-positive:before{content:\"\\e1ab\"}.sap-icon--status-error:before,.sap-icon--status-negative:before{content:\"\\e1ac\"}.sap-icon--status-inactive:before{content:\"\\e1ad\"}.sap-icon--status-critical:before,.sap-icon--status-in-progress:before{content:\"\\e1ae\"}.sap-icon--blank-tag-2:before{content:\"\\e1af\"}.sap-icon--cart-full:before{content:\"\\e1b0\"}.sap-icon--locate-me:before{content:\"\\e1b1\"}.sap-icon--paging:before{content:\"\\e1b2\"}.sap-icon--company-view:before{content:\"\\e1b3\"}.sap-icon--document-text:before{content:\"\\e1b4\"}.sap-icon--explorer:before{content:\"\\e1b5\"}.sap-icon--personnel-view:before{content:\"\\e1b6\"}.sap-icon--sorting-ranking:before{content:\"\\e1b7\"}.sap-icon--drill-down:before{content:\"\\e1b8\"}.sap-icon--drill-up:before{content:\"\\e1b9\"}.sap-icon--vds-file:before{content:\"\\e1ba\"}.sap-icon--sap-logo-shape:before{content:\"\\e1bb\"}.sap-icon--folder-full:before{content:\"\\e1bc\"}.sap-icon--system-exit:before{content:\"\\e1bd\"}.sap-icon--system-exit-2:before{content:\"\\e1be\"}.sap-icon--close-command-field:before{content:\"\\e1bf\"}.sap-icon--open-command-field:before{content:\"\\e1c0\"}.sap-icon--sys-enter-2:before{content:\"\\e1c1\"}.sap-icon--sys-enter:before{content:\"\\e1c2\"}.sap-icon--sys-help-2:before{content:\"\\e1c3\"}.sap-icon--sys-help:before{content:\"\\e1c4\"}.sap-icon--sys-back:before{content:\"\\e1c5\"}.sap-icon--sys-back-2:before{content:\"\\e1c6\"}.sap-icon--sys-cancel:before{content:\"\\e1c7\"}.sap-icon--sys-cancel-2:before{content:\"\\e1c8\"}.sap-icon--open-folder:before{content:\"\\e1c9\"}.sap-icon--sys-find-next:before{content:\"\\e1ca\"}.sap-icon--sys-find:before{content:\"\\e1cb\"}.sap-icon--sys-monitor:before{content:\"\\e1cc\"}.sap-icon--sys-prev-page:before{content:\"\\e1cd\"}.sap-icon--sys-first-page:before{content:\"\\e1ce\"}.sap-icon--sys-next-page:before{content:\"\\e1cf\"}.sap-icon--sys-last-page:before{content:\"\\e1d0\"}.sap-icon--generate-shortcut:before{content:\"\\e1d1\"}.sap-icon--create-session:before{content:\"\\e1d2\"}.sap-icon--display-more:before{content:\"\\e1d3\"}.sap-icon--enter-more:before{content:\"\\e1d4\"}.sap-icon--zoom-in:before{content:\"\\e1d5\"}.sap-icon--zoom-out:before{content:\"\\e1d6\"}.sap-icon--header:before{content:\"\\e1d7\"}.sap-icon--detail-view:before,.sap-icon--show-edit:before{content:\"\\e1d8\"}.sap-icon--collapse:before{content:\"\\e1d9\"}.sap-icon--expand:before{content:\"\\e1da\"}.sap-icon--positive:before{content:\"\\e1db\"}.sap-icon--negative:before{content:\"\\e1dc\"}.sap-icon--display:before{content:\"\\e1dd\"}.sap-icon--menu2:before{content:\"\\e1de\"}.sap-icon--redo:before{content:\"\\e1df\"}.sap-icon--undo:before{content:\"\\e1e0\"}.sap-icon--navigation-up-arrow:before{content:\"\\e1e1\"}.sap-icon--navigation-down-arrow:before{content:\"\\e1e2\"}.sap-icon--down:before{content:\"\\e1e3\"}.sap-icon--up:before{content:\"\\e1e4\"}.sap-icon--shelf:before{content:\"\\e1e5\"}.sap-icon--background:before{content:\"\\e1e6\"}.sap-icon--resize:before{content:\"\\e1e7\"}.sap-icon--move:before{content:\"\\e1e8\"}.sap-icon--show:before{content:\"\\e1e9\"}.sap-icon--hide:before{content:\"\\e1ea\"}.sap-icon--nav-back:before{content:\"\\e1eb\"}.sap-icon--error:before{content:\"\\e1ec\"}.sap-icon--slim-arrow-right:before{content:\"\\e1ed\"}.sap-icon--slim-arrow-left:before{content:\"\\e1ee\"}.sap-icon--slim-arrow-down:before{content:\"\\e1ef\"}.sap-icon--slim-arrow-up:before{content:\"\\e1f0\"}.sap-icon--forward:before{content:\"\\e1f1\"}.sap-icon--overflow:before{content:\"\\e1f2\"}.sap-icon--value-help:before{content:\"\\e1f3\"}.sap-icon--multiselect:before{content:\"\\e1f4\"}.sap-icon--exitfullscreen:before{content:\"\\e1f5\"}.sap-icon--sys-add:before{content:\"\\e1f6\"}.sap-icon--sys-minus:before{content:\"\\e1f7\"}.sap-icon--dropdown:before{content:\"\\e1f8\"}.sap-icon--expand-group:before{content:\"\\e1f9\"}.sap-icon--vertical-grip:before{content:\"\\e1fa\"}.sap-icon--horizontal-grip:before{content:\"\\e1fb\"}.sap-icon--sort-descending:before{content:\"\\e1fc\"}.sap-icon--sort-ascending:before{content:\"\\e1fd\"}.sap-icon--arrow-down:before{content:\"\\e1fe\"}.sap-icon--legend:before{content:\"\\e1ff\"}.sap-icon--collapse-group:before{content:\"\\e200\"}.sap-icon--message-warning:before{content:\"\\e201\"}.sap-icon--message-information:before{content:\"\\e202\"}.sap-icon--message-success:before{content:\"\\e203\"}.sap-icon--restart:before{content:\"\\e204\"}.sap-icon--stop:before{content:\"\\e205\"}.sap-icon--add-process:before{content:\"\\e206\"}.sap-icon--cancel-maintenance:before{content:\"\\e207\"}.sap-icon--activate:before{content:\"\\e208\"}.sap-icon--resize-horizontal:before{content:\"\\e209\"}.sap-icon--resize-vertical:before{content:\"\\e20a\"}.sap-icon--connected:before{content:\"\\e20b\"}.sap-icon--disconnected:before{content:\"\\e20c\"}.sap-icon--edit-outside:before{content:\"\\e20d\"}.sap-icon--key:before{content:\"\\e20e\"}.sap-icon--minimize:before{content:\"\\e20f\"}.sap-icon--back-to-top:before{content:\"\\e210\"}.sap-icon--hello-world:before{content:\"\\e211\"}.sap-icon--outbox:before{content:\"\\e212\"}.sap-icon--donut-chart:before{content:\"\\e213\"}.sap-icon--heatmap-chart:before{content:\"\\e214\"}.sap-icon--horizontal-bullet-chart:before{content:\"\\e215\"}.sap-icon--vertical-bullet-chart:before{content:\"\\e216\"}.sap-icon--call:before{content:\"\\e217\"}.sap-icon--download-from-cloud:before{content:\"\\e218\"}.sap-icon--upload-to-cloud:before{content:\"\\e219\"}.sap-icon--jam:before{content:\"\\e21a\"}.sap-icon--sap-ui5:before{content:\"\\e21b\"}.sap-icon--message-popup:before{content:\"\\e21c\"}.sap-icon--cloud:before{content:\"\\e21d\"}.sap-icon--horizontal-waterfall-chart:before{content:\"\\e21e\"}.sap-icon--vertical-waterfall-chart:before{content:\"\\e21f\"}.sap-icon--broken-link:before{content:\"\\e220\"}.sap-icon--headset:before{content:\"\\e221\"}.sap-icon--thumb-up:before{content:\"\\e222\"}.sap-icon--thumb-down:before{content:\"\\e223\"}.sap-icon--multiselect-all:before{content:\"\\e224\"}.sap-icon--multiselect-none:before{content:\"\\e225\"}.sap-icon--scissors:before{content:\"\\e226\"}.sap-icon--sound:before{content:\"\\e227\"}.sap-icon--sound-loud:before{content:\"\\e228\"}.sap-icon--sound-off:before{content:\"\\e229\"}.sap-icon--date-time:before{content:\"\\e22a\"}.sap-icon--user-settings:before{content:\"\\e22b\"}.sap-icon--key-user-settings:before{content:\"\\e23c\"}.sap-icon--developer-settings:before{content:\"\\e22d\"}.sap-icon--text-formatting:before{content:\"\\e22e\"}.sap-icon--bold-text:before{content:\"\\e22f\"}.sap-icon--italic-text:before{content:\"\\e230\"}.sap-icon--underline-text:before{content:\"\\e231\"}.sap-icon--text-align-justified:before{content:\"\\e232\"}.sap-icon--text-align-left:before{content:\"\\e233\"}.sap-icon--text-align-center:before{content:\"\\e234\"}.sap-icon--text-align-right:before{content:\"\\e235\"}.sap-icon--bullet-text:before{content:\"\\e236\"}.sap-icon--numbered-text:before{content:\"\\e237\"}.sap-icon--co:before{content:\"\\e238\"}.sap-icon--ui-notifications:before{content:\"\\e239\"}.sap-icon--bell:before{content:\"\\e23a\"}.sap-icon--cancel-share:before{content:\"\\e23b\"}.sap-icon--write-new-document:before{content:\"\\e23c\"}.sap-icon--write-new:before{content:\"\\e23d\"}.sap-icon--cancel:before{content:\"\\e23e\"}.sap-icon--screen-split-one:before{content:\"\\e23f\"}.sap-icon--screen-split-two:before{content:\"\\e240\"}.sap-icon--screen-split-three:before{content:\"\\e241\"}.sap-icon--customize:before{content:\"\\e242\"}.sap-icon--user-edit:before{content:\"\\e243\"}.sap-icon--source-code:before{content:\"\\e244\"}.sap-icon--copy:before{content:\"\\e245\"}.sap-icon--paste:before{content:\"\\e246\"}.sap-icon--line-chart-time-axis:before{content:\"\\e247\"}.sap-icon--clear-filter:before{content:\"\\e248\"}.sap-icon--reset:before{content:\"\\e249\"}.sap-icon--trend-up:before{content:\"\\e24a\"}.sap-icon--trend-down:before{content:\"\\e24b\"}.sap-icon--cursor:before{content:\"\\e24c\"}.sap-icon--add-document:before{content:\"\\e24d\"}.sap-icon--create-form:before{content:\"\\e24e\"}.sap-icon--resize-corner:before{content:\"\\e24f\"}.sap-icon--chevron-phase:before{content:\"\\e250\"}.sap-icon--chevron-phase-2:before{content:\"\\e251\"}.sap-icon--rhombus-milestone:before{content:\"\\e252\"}.sap-icon--rhombus-milestone-2:before{content:\"\\e253\"}.sap-icon--circle-task:before{content:\"\\e254\"}.sap-icon--circle-task-2:before{content:\"\\e255\"}.sap-icon--project-definition-triangle:before{content:\"\\e256\"}.sap-icon--project-definition-triangle-2:before{content:\"\\e257\"}.sap-icon--master-task-triangle:before{content:\"\\e258\"}.sap-icon--master-task-triangle-2:before{content:\"\\e259\"}.sap-icon--program-triangles:before{content:\"\\e25a\"}.sap-icon--program-triangles-2:before{content:\"\\e25b\"}.sap-icon--mirrored-task-circle:before{content:\"\\e25c\"}.sap-icon--mirrored-task-circle-2:before{content:\"\\e25d\"}.sap-icon--checklist-item:before{content:\"\\e25e\"}.sap-icon--checklist-item-2:before{content:\"\\e25f\"}.sap-icon--checklist:before{content:\"\\e260\"}.sap-icon--checklist-2:before{content:\"\\e261\"}.sap-icon--chart-table-view:before{content:\"\\e262\"}.sap-icon--filter-analytics:before{content:\"\\e263\"}.sap-icon--filter-facets:before{content:\"\\e264\"}.sap-icon--filter-fields:before{content:\"\\e265\"}.sap-icon--indent:before{content:\"\\e266\"}.sap-icon--outdent:before{content:\"\\e267\"}.sap-icon--heading-1:before{content:\"\\e268\"}.sap-icon--heading-2:before{content:\"\\e269\"}.sap-icon--heading-3:before{content:\"\\e26a\"}.sap-icon--decrease-line-height:before{content:\"\\e26b\"}.sap-icon--increase-line-height:before{content:\"\\e26c\"}.sap-icon--fx:before{content:\"\\e26d\"}.sap-icon--add-folder:before{content:\"\\e26e\"}.sap-icon--away:before{content:\"\\e26f\"}.sap-icon--busy:before{content:\"\\e270\"}.sap-icon--appear-offline:before{content:\"\\e271\"}.sap-icon--blur:before{content:\"\\e272\"}.sap-icon--pixelate:before{content:\"\\e273\"}.sap-icon--horizontal-combination-chart:before{content:\"\\e274\"}.sap-icon--add-employee:before{content:\"\\e275\"}.sap-icon--text-color:before{content:\"\\e276\"}.sap-icon--browse-folder:before{content:\"\\e277\"}.sap-icon--primary-key:before{content:\"\\e278\"}.sap-icon--two-keys:before{content:\"\\e279\"}.sap-icon--strikethrough:before{content:\"\\e27a\"}.sap-icon--text:before{content:\"\\e27b\"}.sap-icon--responsive:before{content:\"\\e27c\"}.sap-icon--desktop-mobile:before{content:\"\\e27d\"}.sap-icon--table-row:before{content:\"\\e27e\"}.sap-icon--table-column:before{content:\"\\e27f\"}.sap-icon--validate:before{content:\"\\e280\"}.sap-icon--keyboard-and-mouse:before{content:\"\\e281\"}.sap-icon--touch:before{content:\"\\e282\"}.sap-icon--expand-all:before{content:\"\\e283\"}.sap-icon--collapse-all:before{content:\"\\e284\"}.sap-icon--combine:before{content:\"\\e285\"}.sap-icon--split:before{content:\"\\e286\"}.sap-icon--megamenu:before{content:\"\\e287\"}.sap-icon--feedback:before{content:\"\\e288\"}.sap-icon--information:before{content:\"\\e289\"}.sap-icon--s4hana:before{content:\"\\e28a\"}.sap-icon--translate:before{content:\"\\e28b\"}.sap-icon--clear-all:before{content:\"\\e28c\"}.sap-icon--command-line-interfaces:before{content:\"\\e28d\"}.sap-icon--icon-sum:before{content:\"\\e28e\"}.sap-icon--icon-qr-code:before{content:\"\\e28f\"}.sap-icon--space-navigation:before{content:\"\\e290\"}.sap-icon--in-progress:before{content:\"\\e291\"}.sap-icon--not-editable:before{content:\"\\e292\"}.sap-icon--heart:before{content:\"\\e293\"}.sap-icon--heart-2:before{content:\"\\e294\"}.sap-icon--tri-state:before{content:\"\\e295\"}.sap-icon--bookmark-2:before{content:\"\\e296\"}.sap-icon--detail-less:before{content:\"\\e297\"}.sap-icon--detail-more:before{content:\"\\e298\"}.sap-icon--flag-2:before{content:\"\\e299\"}.sap-icon--folder-2:before{content:\"\\e29a\"}.sap-icon--paint-bucket:before{content:\"\\e29b\"}.sap-icon--direction-arrows:before{content:\"\\e29c\"}.sap-icon--binary:before{content:\"\\e29d\"}.sap-icon--female:before{content:\"\\e29e\"}.sap-icon--male:before{content:\"\\e29f\"}.sap-icon--gender-male-and-female:before{content:\"\\e300\"}.sap-icon--rotate:before{content:\"\\e301\"}.sap-icon--biometric-thumb:before{content:\"\\e306\"}.sap-icon--biometric-face:before{content:\"\\e307\"}.sap-icon--people-connected:before{content:\"\\e308\"}.sap-icon--select-appointments:before{content:\"\\e30b\"}.sap-icon--light-mode:before{content:\"\\e309\"}.sap-icon--dark-mode:before{content:\"\\e30a\"}.sap-icon-businessSuiteInAppSymbols--heart:before{content:\"\\e000\"}.sap-icon-businessSuiteInAppSymbols--quarter:before{content:\"\\e001\"}.sap-icon-businessSuiteInAppSymbols--year:before{content:\"\\e002\"}.sap-icon-businessSuiteInAppSymbols--equalizer:before{content:\"\\e003\"}.sap-icon-businessSuiteInAppSymbols--component:before{content:\"\\e004\"}.sap-icon-businessSuiteInAppSymbols--component-private:before{content:\"\\e005\"}.sap-icon-businessSuiteInAppSymbols--raw-material:before{content:\"\\e006\"}.sap-icon-businessSuiteInAppSymbols--sms:before{content:\"\\e007\"}.sap-icon-businessSuiteInAppSymbols--add-note:before{content:\"\\e008\"}.sap-icon-businessSuiteInAppSymbols--change-time-horizon:before{content:\"\\e009\"}.sap-icon-businessSuiteInAppSymbols--table-chart-customization:before{content:\"\\e00a\"}.sap-icon-businessSuiteInAppSymbols--delegated-important-task:before{content:\"\\e00b\"}.sap-icon-businessSuiteInAppSymbols--forklift:before{content:\"\\e00c\"}.sap-icon-businessSuiteInAppSymbols--coins:before{content:\"\\e00d\"}.sap-icon-businessSuiteInAppSymbols--filter-menu:before{content:\"\\e00e\"}.sap-icon-businessSuiteInAppSymbols--target-to-date:before{content:\"\\e00f\"}.sap-icon-businessSuiteInAppSymbols--program:before{content:\"\\e010\"}.sap-icon-businessSuiteInAppSymbols--phase:before{content:\"\\e011\"}.sap-icon-businessSuiteInAppSymbols--checklist:before{content:\"\\e012\"}.sap-icon-businessSuiteInAppSymbols--mirrored-task:before{content:\"\\e013\"}.sap-icon-businessSuiteInAppSymbols--sub-project:before{content:\"\\e014\"}.sap-icon-businessSuiteInAppSymbols--checklist-item:before{content:\"\\e015\"}.sap-icon-businessSuiteInAppSymbols--adhoc-analysis:before{content:\"\\e016\"}.sap-icon-businessSuiteInAppSymbols--change-analysis:before{content:\"\\e017\"}.sap-icon-businessSuiteInAppSymbols--review-demands:before{content:\"\\e018\"}.sap-icon-businessSuiteInAppSymbols--project-definition:before{content:\"\\e019\"}.sap-icon-businessSuiteInAppSymbols--data-access:before{content:\"\\e01a\"}.sap-icon-businessSuiteInAppSymbols--define-shortage:before{content:\"\\e01b\"}.sap-icon-businessSuiteInAppSymbols--review-supplies:before{content:\"\\e01c\"}.sap-icon-businessSuiteInAppSymbols--change-log:before{content:\"\\e01d\"}.sap-icon-businessSuiteInAppSymbols--priority-1:before{content:\"\\e01e\"}.sap-icon-businessSuiteInAppSymbols--priority-2:before{content:\"\\e01f\"}.sap-icon-businessSuiteInAppSymbols--jam:before{content:\"\\e020\"}.sap-icon-businessSuiteInAppSymbols--milestone:before{content:\"\\e021\"}.sap-icon-businessSuiteInAppSymbols--bulleting-with-numbers:before{content:\"\\e022\"}.sap-icon-businessSuiteInAppSymbols--decrease-indent:before{content:\"\\e023\"}.sap-icon-businessSuiteInAppSymbols--increase-indent:before{content:\"\\e024\"}.sap-icon-businessSuiteInAppSymbols--bold:before{content:\"\\e025\"}.sap-icon-businessSuiteInAppSymbols--italic:before{content:\"\\e026\"}.sap-icon-businessSuiteInAppSymbols--strike-through:before{content:\"\\e027\"}.sap-icon-businessSuiteInAppSymbols--underline:before{content:\"\\e028\"}.sap-icon-businessSuiteInAppSymbols--save-as:before{content:\"\\e029\"}.sap-icon-businessSuiteInAppSymbols--segmentation:before{content:\"\\e02a\"}.sap-icon-businessSuiteInAppSymbols--context-menu:before{content:\"\\e02b\"}.sap-icon-businessSuiteInAppSymbols--snapshot:before{content:\"\\e02c\"}.sap-icon-businessSuiteInAppSymbols--subtraction-b-a:before{content:\"\\e02d\"}.sap-icon-businessSuiteInAppSymbols--subtraction-a-b:before{content:\"\\e02e\"}.sap-icon-businessSuiteInAppSymbols--intersection:before{content:\"\\e02f\"}.sap-icon-businessSuiteInAppSymbols--union:before{content:\"\\e030\"}.sap-icon-businessSuiteInAppSymbols--top:before{content:\"\\e031\"}.sap-icon-businessSuiteInAppSymbols--bottom:before{content:\"\\e032\"}.sap-icon-businessSuiteInAppSymbols--page-up:before{content:\"\\e033\"}.sap-icon-businessSuiteInAppSymbols--page-down:before{content:\"\\e034\"}.sap-icon-businessSuiteInAppSymbols--create-dashboard:before{content:\"\\e035\"}.sap-icon-businessSuiteInAppSymbols--xcelsius-file:before{content:\"\\e036\"}.sap-icon-businessSuiteInAppSymbols--open-folder:before{content:\"\\e037\"}.sap-icon-businessSuiteInAppSymbols--neutral:before{content:\"\\e038\"}.sap-icon-businessSuiteInAppSymbols--split-segmentation:before{content:\"\\e039\"}.sap-icon-businessSuiteInAppSymbols--manage-budget:before{content:\"\\e03a\"}.sap-icon-businessSuiteInAppSymbols--blocked:before{content:\"\\e03b\"}.sap-icon-businessSuiteInAppSymbols--pipette:before{content:\"\\e03c\"}.sap-icon-businessSuiteInAppSymbols--top-recipe:before{content:\"\\e03d\"}.sap-icon-businessSuiteInAppSymbols--recipe:before{content:\"\\e03e\"}.sap-icon-businessSuiteInAppSymbols--ingredients:before{content:\"\\e03f\"}.sap-icon-businessSuiteInAppSymbols--multiple-charts:before{content:\"\\e040\"}.sap-icon-businessSuiteInAppSymbols--descending-bars:before{content:\"\\e041\"}.sap-icon-businessSuiteInAppSymbols--descending-stacked-bars:before{content:\"\\e042\"}.sap-icon-businessSuiteInAppSymbols--scatter-plot:before{content:\"\\e043\"}.sap-icon-businessSuiteInAppSymbols--spill:before{content:\"\\e044\"}.sap-icon-businessSuiteInAppSymbols--fire:before{content:\"\\e045\"}.sap-icon-businessSuiteInAppSymbols--stratification:before{content:\"\\e046\"}.sap-icon-businessSuiteInAppSymbols--relationship:before{content:\"\\e047\"}.sap-icon-businessSuiteInAppSymbols--margin-decomposition:before{content:\"\\e048\"}.sap-icon-businessSuiteInAppSymbols--control-group:before{content:\"\\e049\"}.sap-icon-businessSuiteInAppSymbols--comparison-chart:before{content:\"\\e04a\"}.sap-icon-businessSuiteInAppSymbols--responsible-area:before{content:\"\\e04b\"}.sap-icon-businessSuiteInAppSymbols--increase:before{content:\"\\e04c\"}.sap-icon-businessSuiteInAppSymbols--decrease:before{content:\"\\e04d\"}.sap-icon-businessSuiteInAppSymbols--current-stock:before{content:\"\\e04e\"}.sap-icon-businessSuiteInAppSymbols--expedite:before{content:\"\\e04f\"}.sap-icon-businessSuiteInAppSymbols--postpone:before{content:\"\\e050\"}.sap-icon-businessSuiteInAppSymbols--approved:before{content:\"\\e051\"}.sap-icon-businessSuiteInAppSymbols--partially-delivered:before{content:\"\\e052\"}.sap-icon-businessSuiteInAppSymbols--line-bar-chart:before{content:\"\\e053\"}.sap-icon-businessSuiteInAppSymbols--expand-all:before{content:\"\\e054\"}.sap-icon-businessSuiteInAppSymbols--submission:before{content:\"\\e055\"}.sap-icon-businessSuiteInAppSymbols--change-request:before{content:\"\\e056\"}.sap-icon-businessSuiteInAppSymbols--column-unselected:before{content:\"\\e057\"}.sap-icon-businessSuiteInAppSymbols--column-selected:before{content:\"\\e058\"}.sap-icon-businessSuiteInAppSymbols--row-unselected:before{content:\"\\e059\"}.sap-icon-businessSuiteInAppSymbols--row-selected:before{content:\"\\e05a\"}.sap-icon-businessSuiteInAppSymbols--stock-requirements:before{content:\"\\e05b\"}.sap-icon-businessSuiteInAppSymbols--gender-male-and-female:before{content:\"\\e05c\"}.sap-icon-businessSuiteInAppSymbols--marital-status:before{content:\"\\e05d\"}.sap-icon-businessSuiteInAppSymbols--birthday:before{content:\"\\e05e\"}.sap-icon-businessSuiteInAppSymbols--classification:before{content:\"\\e05f\"}.sap-icon-businessSuiteInAppSymbols--marked-for-deletion:before{content:\"\\e060\"}.sap-icon-businessSuiteInAppSymbols--bullet-chart:before{content:\"\\e061\"}.sap-icon-businessSuiteInAppSymbols--remove-filter:before{content:\"\\e062\"}.sap-icon-businessSuiteInAppSymbols--bank-account:before{content:\"\\e063\"}.sap-icon-businessSuiteInAppSymbols--savings-account:before{content:\"\\e064\"}.sap-icon-businessSuiteInAppSymbols--debit-card:before{content:\"\\e065\"}.sap-icon-businessSuiteInAppSymbols--vip-customer:before{content:\"\\e066\"}.sap-icon-businessSuiteInAppSymbols--undesirable-customer:before{content:\"\\e067\"}.sap-icon-businessSuiteInAppSymbols--answered-change-request:before{content:\"\\e068\"}.sap-icon-businessSuiteInAppSymbols--collected-change-request:before{content:\"\\e069\"}.sap-icon-businessSuiteInAppSymbols--draw-freehand:before{content:\"\\e06a\"}.sap-icon-businessSuiteInAppSymbols--draw-circle:before{content:\"\\e06b\"}.sap-icon-businessSuiteInAppSymbols--completed:before{content:\"\\e06c\"}.sap-icon-businessSuiteInAppSymbols--answered:before{content:\"\\e06d\"}.sap-icon-businessSuiteInAppSymbols--traffic-cone:before{content:\"\\e06e\"}.sap-icon-businessSuiteInAppSymbols--traffic-lights:before{content:\"\\e06f\"}.sap-icon-businessSuiteInAppSymbols--container:before{content:\"\\e070\"}.sap-icon-businessSuiteInAppSymbols--container-loading:before{content:\"\\e071\"}.sap-icon-businessSuiteInAppSymbols--traffic-jam:before{content:\"\\e072\"}.sap-icon-businessSuiteInAppSymbols--products:before{content:\"\\e073\"}.sap-icon-businessSuiteInAppSymbols--sidepanel:before{content:\"\\e074\"}.sap-icon-businessSuiteInAppSymbols--split-screen:before{content:\"\\e075\"}.sap-icon-businessSuiteInAppSymbols--truck-driver:before{content:\"\\e076\"}.sap-icon-businessSuiteInAppSymbols--keep-segment:before{content:\"\\e077\"}.sap-icon-businessSuiteInAppSymbols--exclude-segment:before{content:\"\\e078\"}.sap-icon-businessSuiteInAppSymbols--separate-segments:before{content:\"\\e079\"}.sap-icon-businessSuiteInAppSymbols--distribute-segments:before{content:\"\\e07a\"}.sap-icon-businessSuiteInAppSymbols--next-open-item:before{content:\"\\e07b\"}.sap-icon-businessSuiteInAppSymbols--where-used:before{content:\"\\e07c\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery:before{content:\"\\e07d\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-inactive:before{content:\"\\e07e\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-active:before{content:\"\\e07f\"}.sap-icon-businessSuiteInAppSymbols--target:before{content:\"\\e080\"}.sap-icon-businessSuiteInAppSymbols--source:before{content:\"\\e081\"}.sap-icon-businessSuiteInAppSymbols--material:before{content:\"\\e082\"}.sap-icon-businessSuiteInAppSymbols--due-date:before{content:\"\\e083\"}.sap-icon-businessSuiteInAppSymbols--overdue:before{content:\"\\e084\"}.sap-icon-businessSuiteInAppSymbols--set-as-default:before{content:\"\\e085\"}.sap-icon-businessSuiteInAppSymbols--face-very-bad:before{content:\"\\e086\"}.sap-icon-businessSuiteInAppSymbols--face-bad:before{content:\"\\e087\"}.sap-icon-businessSuiteInAppSymbols--face-skeptical:before{content:\"\\e088\"}.sap-icon-businessSuiteInAppSymbols--face-neutral:before{content:\"\\e089\"}.sap-icon-businessSuiteInAppSymbols--face-astonished:before{content:\"\\e08a\"}.sap-icon-businessSuiteInAppSymbols--face-happy:before{content:\"\\e08b\"}.sap-icon-businessSuiteInAppSymbols--face-very-happy:before{content:\"\\e08c\"}.sap-icon-businessSuiteInAppSymbols--face-awful:before{content:\"\\e08d\"}.sap-icon-businessSuiteInAppSymbols--face-devastated:before{content:\"\\e08e\"}.sap-icon-businessSuiteInAppSymbols--face-okey-dokey:before{content:\"\\e08f\"}.sap-icon-businessSuiteInAppSymbols--alarm:before{content:\"\\e090\"}.sap-icon-businessSuiteInAppSymbols--activate:before{content:\"\\e091\"}.sap-icon-businessSuiteInAppSymbols--segment-preview-reference-objects:before{content:\"\\e092\"}.sap-icon-businessSuiteInAppSymbols--radius:before{content:\"\\e093\"}.sap-icon-businessSuiteInAppSymbols--polygone-black:before{content:\"\\e094\"}.sap-icon-businessSuiteInAppSymbols--polygone-white:before{content:\"\\e095\"}.sap-icon-businessSuiteInAppSymbols--ploygone:before{content:\"\\e096\"}.sap-icon-businessSuiteInAppSymbols--no-filter:before{content:\"\\e097\"}.sap-icon-businessSuiteInAppSymbols--grip:before{content:\"\\e098\"}.sap-icon-businessSuiteInAppSymbols--water:before{content:\"\\e09a\"}.sap-icon-businessSuiteInAppSymbols--gas:before{content:\"\\e09b\"}.sap-icon-businessSuiteInAppSymbols--liquid:before{content:\"\\e09c\"}.sap-icon-businessSuiteInAppSymbols--time-deposit:before{content:\"\\e09d\"}.sap-icon-businessSuiteInAppSymbols--early-widthdrawal-for-time-deposits:before{content:\"\\e09e\"}.sap-icon-businessSuiteInAppSymbols--truck-load:before{content:\"\\e0e8\"}.sap-icon-businessSuiteInAppSymbols--truck-unload:before{content:\"\\e0e9\"}.sap-icon-businessSuiteInAppSymbols--truck-load-unload:before{content:\"\\e0ea\"}.sap-icon-businessSuiteInAppSymbols--pharmacy:before{content:\"\\e0eb\"}.sap-icon-businessSuiteInAppSymbols--medicine-syrup:before{content:\"\\e0ec\"}.sap-icon-businessSuiteInAppSymbols--reminder:before{content:\"\\e0ed\"}.sap-icon-businessSuiteInAppSymbols--medicine-pill:before{content:\"\\e0ee\"}.sap-icon-businessSuiteInAppSymbols--medicine-ointment:before{content:\"\\e0ef\"}.sap-icon-businessSuiteInAppSymbols--medicine-drops:before{content:\"\\e0f0\"}.sap-icon-businessSuiteInAppSymbols--blood-test:before{content:\"\\e0f1\"}.sap-icon-businessSuiteInAppSymbols--temperature:before{content:\"\\e0f2\"}.sap-icon-businessSuiteInAppSymbols--medicine-inhaler:before{content:\"\\e0f3\"}.sap-icon-businessSuiteInAppSymbols--foot-steps:before{content:\"\\e0f4\"}.sap-icon-businessSuiteInAppSymbols--weight:before{content:\"\\e0f5\"}.sap-icon-businessSuiteInAppSymbols--health-tracking:before{content:\"\\e0f6\"}.sap-icon-businessSuiteInAppSymbols--blood-pressure:before{content:\"\\e0f7\"}.sap-icon-businessSuiteInAppSymbols--immunization:before{content:\"\\e0f8\"}.sap-icon-businessSuiteInAppSymbols--allergies:before{content:\"\\e0f9\"}.sap-icon-businessSuiteInAppSymbols--rescheduling2:before{content:\"\\e0fa\"}.sap-icon-businessSuiteInAppSymbols--resequencing2:before{content:\"\\e0fb\"}.sap-icon-businessSuiteInAppSymbols--no-time-change:before{content:\"\\e0fc\"}.sap-icon-businessSuiteInAppSymbols--time-change:before{content:\"\\e0fd\"}.sap-icon-businessSuiteInAppSymbols--smart-matcher:before{content:\"\\e0fe\"}.sap-icon-businessSuiteInAppSymbols--legal-section:before{content:\"\\e10a\"}.sap-icon-businessSuiteInAppSymbols--causes:before{content:\"\\e10b\"}.sap-icon-businessSuiteInAppSymbols--effects:before{content:\"\\e10c\"}.sap-icon-businessSuiteInAppSymbols--shared-by-me:before{content:\"\\e10d\"}.sap-icon-businessSuiteInAppSymbols--shared-with-me:before{content:\"\\e10e\"}.sap-icon-businessSuiteInAppSymbols--alert-groups:before{content:\"\\e111\"}.sap-icon-businessSuiteInAppSymbols--function-alert:before{content:\"\\e112\"}.sap-icon-businessSuiteInAppSymbols--function-hierarchy:before{content:\"\\e113\"}.sap-icon-businessSuiteInAppSymbols--rfid:before{content:\"\\e114\"}.sap-icon-businessSuiteInAppSymbols--input:before{content:\"\\e115\"}.sap-icon-businessSuiteInAppSymbols--software-item:before{content:\"\\e116\"}.sap-icon-businessSuiteInAppSymbols--product-view:before{content:\"\\e117\"}.sap-icon-businessSuiteInAppSymbols--software-item-variant:before{content:\"\\e118\"}.sap-icon-businessSuiteInAppSymbols--lighthouse:before{content:\"\\e119\"}.sap-icon-businessSuiteInAppSymbols--demand-unit:before{content:\"\\e11a\"}.sap-icon-businessSuiteInAppSymbols--fma-management:before{content:\"\\e11b\"}.sap-icon-businessSuiteInAppSymbols--fma-validation:before{content:\"\\e11c\"}.sap-icon-businessSuiteInAppSymbols--fma-analytics:before{content:\"\\e11d\"}.sap-icon-businessSuiteInAppSymbols--class:before{content:\"\\e11e\"}.sap-icon-businessSuiteInAppSymbols--overview:before{content:\"\\e11f\"}.sap-icon-businessSuiteInAppSymbols--production:before{content:\"\\e120\"}.sap-icon-businessSuiteInAppSymbols--subclass:before{content:\"\\e121\"}.sap-icon-businessSuiteInAppSymbols--variant-configuration:before{content:\"\\e122\"}.sap-icon-businessSuiteInAppSymbols--sum:before{content:\"\\e123\"}.sap-icon-businessSuiteInAppSymbols--empty-trailer:before{content:\"\\e12f\"}.sap-icon-businessSuiteInAppSymbols--door:before{content:\"\\e130\"}.sap-icon-businessSuiteInAppSymbols--loading-point:before{content:\"\\e131\"}.sap-icon-businessSuiteInAppSymbols--stock-warehouse:before{content:\"\\e132\"}.sap-icon-businessSuiteInAppSymbols--gate:before{content:\"\\e133\"}.sap-icon-businessSuiteInAppSymbols--timeseries-waterfall-chart:before{content:\"\\e134\"}.sap-icon-businessSuiteInAppSymbols--stages-warning:before{content:\"\\e138\"}.sap-icon-businessSuiteInAppSymbols--empty-warning:before{content:\"\\e139\"}.sap-icon-businessSuiteInAppSymbols--move-folder:before{content:\"\\e169\"}.sap-icon-businessSuiteInAppSymbols--remove-folder:before{content:\"\\e16a\"}.sap-icon-businessSuiteInAppSymbols--match-case:before{content:\"\\e16b\"}.sap-icon-businessSuiteInAppSymbols--match-whole-word:before{content:\"\\e16c\"}.sap-icon-businessSuiteInAppSymbols--remove-total:before{content:\"\\e16d\"}.sap-icon-businessSuiteInAppSymbols--after-total:before{content:\"\\e16e\"}.sap-icon-businessSuiteInAppSymbols--before-total:before{content:\"\\e16f\"}.sap-icon-businessSuiteInAppSymbols--workbook-filter:before{content:\"\\e170\"}.sap-icon-businessSuiteInAppSymbols--icon-update-filter:before{content:\"\\e171\"}.sap-icon-businessSuiteInAppSymbols--cell-lock:before{content:\"\\e172\"}.sap-icon-businessSuiteInAppSymbols--max-container:before{content:\"\\e17b\"}.sap-icon-businessSuiteInAppSymbols--max-interval:before{content:\"\\e17c\"}.sap-icon-businessSuiteInAppSymbols--min-interval:before{content:\"\\e17d\"}.sap-icon-businessSuiteInAppSymbols--cross-order:before{content:\"\\e17e\"}.sap-icon-businessSuiteInAppSymbols--empty-order:before{content:\"\\e17f\"}.sap-icon-businessSuiteInAppSymbols--cross-sequence:before{content:\"\\e180\"}.sap-icon-businessSuiteInAppSymbols--empty-sequence:before{content:\"\\e181\"}.sap-icon-businessSuiteInAppSymbols--cross-union:before{content:\"\\e182\"}.sap-icon-businessSuiteInAppSymbols--empty-union:before{content:\"\\e183\"}.sap-icon-businessSuiteInAppSymbols--cross-target:before{content:\"\\e184\"}.sap-icon-TNT--technicalsystem:before{content:\"\\e000\"}.sap-icon-TNT--systemjava:before{content:\"\\e001\"}.sap-icon-TNT--systemabap:before{content:\"\\e002\"}.sap-icon-TNT--systemrecommendations:before{content:\"\\e003\"}.sap-icon-TNT--system:before{content:\"\\e004\"}.sap-icon-TNT--systemtrex:before{content:\"\\e005\"}.sap-icon-TNT--systemtracks:before{content:\"\\e006\"}.sap-icon-TNT--technicalscenario:before{content:\"\\e007\"}.sap-icon-TNT--technicalinstance:before{content:\"\\e008\"}.sap-icon-TNT--throughput-backlog:before{content:\"\\e009\"}.sap-icon-TNT--batch-processing:before{content:\"\\e00a\"}.sap-icon-TNT--database-consistency:before{content:\"\\e00b\"}.sap-icon-TNT--intermediate-message:before{content:\"\\e00c\"}.sap-icon-TNT--exceptions:before{content:\"\\e00d\"}.sap-icon-TNT--system-HANA:before{content:\"\\e00e\"}.sap-icon-TNT--python:before{content:\"\\e00f\"}.sap-icon-TNT--raise-fault:before{content:\"\\e010\"}.sap-icon-TNT--code1:before{content:\"\\e011\"}.sap-icon-TNT--code2:before{content:\"\\e012\"}.sap-icon-TNT--spike-arrest:before{content:\"\\e013\"}.sap-icon-TNT--verify-API:before{content:\"\\e014\"}.sap-icon-TNT--user:before{content:\"\\e015\"}.sap-icon-TNT--note:before{content:\"\\e016\"}.sap-icon-TNT--throwing-message:before{content:\"\\e017\"}.sap-icon-TNT--catching-message:before{content:\"\\e018\"}.sap-icon-TNT--start-event:before{content:\"\\e019\"}.sap-icon-TNT--end-event:before{content:\"\\e01a\"}.sap-icon-TNT--gateway:before{content:\"\\e01b\"}.sap-icon-TNT--sub-process-marker:before{content:\"\\e01c\"}.sap-icon-TNT--ad-hoc-marker:before{content:\"\\e01d\"}.sap-icon-TNT--manual-task:before{content:\"\\e01e\"}.sap-icon-TNT--send-task:before{content:\"\\e01f\"}.sap-icon-TNT--receive-task:before{content:\"\\e020\"}.sap-icon-TNT--script-task:before{content:\"\\e021\"}.sap-icon-TNT--marquee:before{content:\"\\e022\"}.sap-icon-TNT--data-input-arrow:before{content:\"\\e023\"}.sap-icon-TNT--data-output-arrow:before{content:\"\\e024\"}.sap-icon-TNT--more:before{content:\"\\e025\"}.sap-icon-TNT--pattern:before{content:\"\\e026\"}.sap-icon-TNT--task:before{content:\"\\e027\"}.sap-icon-TNT--arrow:before{content:\"\\e028\"}.sap-icon-TNT--data:before{content:\"\\e029\"}.sap-icon-TNT--data-store:before{content:\"\\e02a\"}.sap-icon-TNT--pool:before{content:\"\\e02b\"}.sap-icon-TNT--swimlane:before{content:\"\\e02c\"}.sap-icon-TNT--select:before{content:\"\\e02d\"}.sap-icon-TNT--cursor:before{content:\"\\e02e\"}.sap-icon-TNT--api:before{content:\"\\e02f\"}.sap-icon-TNT--o-data:before{content:\"\\e030\"}.sap-icon-TNT--javascript:before{content:\"\\e031\"}.sap-icon-TNT--value-mapping:before{content:\"\\e032\"}.sap-icon-TNT--terminate-end-event:before{content:\"\\e033\"}.sap-icon-TNT--parallel-gateway:before{content:\"\\e034\"}.sap-icon-TNT--exclusive-gateway:before{content:\"\\e035\"}.sap-icon-TNT--service-task:before{content:\"\\e036\"}.sap-icon-TNT--workflow-editor:before{content:\"\\e037\"}.sap-icon-TNT--boundary-interrupting:before{content:\"\\e038\"}.sap-icon-TNT--boundary-non-interrupting:before{content:\"\\e039\"}.sap-icon-TNT--block:before{content:\"\\e03a\"}.sap-icon-TNT--constrain-block:before{content:\"\\e03b\"}.sap-icon-TNT--actor:before{content:\"\\e03c\"}.sap-icon-TNT--instance-specification:before{content:\"\\e03d\"}.sap-icon-TNT--value-type:before{content:\"\\e03e\"}.sap-icon-TNT--interface-block:before{content:\"\\e03f\"}.sap-icon-TNT--unit:before{content:\"\\e040\"}.sap-icon-TNT--signal:before{content:\"\\e041\"}.sap-icon-TNT--quantity-kind:before{content:\"\\e042\"}.sap-icon-TNT--item-flow:before{content:\"\\e043\"}.sap-icon-TNT--dependency:before{content:\"\\e044\"}.sap-icon-TNT--generalization:before{content:\"\\e045\"}.sap-icon-TNT--aggregation:before{content:\"\\e046\"}.sap-icon-TNT--composition:before{content:\"\\e047\"}.sap-icon-TNT--association:before{content:\"\\e048\"}.sap-icon-TNT--port:before{content:\"\\e049\"}.sap-icon-TNT--proxy-port:before{content:\"\\e04a\"}.sap-icon-TNT--full-port:before{content:\"\\e04b\"}.sap-icon-TNT--operations:before{content:\"\\e04c\"}.sap-icon-TNT--constrains:before{content:\"\\e04d\"}.sap-icon-TNT--receptions:before{content:\"\\e04e\"}.sap-icon-TNT--references:before{content:\"\\e04f\"}.sap-icon-TNT--parts:before{content:\"\\e050\"}.sap-icon-TNT--flow:before{content:\"\\e051\"}.sap-icon-TNT--values:before{content:\"\\e052\"}.sap-icon-TNT--bill-of-material:before{content:\"\\e053\"}.sap-icon-TNT--document-info-recording:before{content:\"\\e054\"}.sap-icon-TNT--use-case-diagram:before{content:\"\\e055\"}.sap-icon-TNT--bdd-diagram:before{content:\"\\e056\"}.sap-icon-TNT--requirement-diagram:before{content:\"\\e057\"}.sap-icon-TNT--package-diagram:before{content:\"\\e058\"}.sap-icon-TNT--internal-block-diagram:before{content:\"\\e059\"}.sap-icon-TNT--requirement-containment-relationship:before{content:\"\\e05a\"}.sap-icon-TNT--use-case:before{content:\"\\e05b\"}.sap-icon-TNT--use-case-extension-point:before{content:\"\\e05c\"}.sap-icon-TNT--communication-path:before{content:\"\\e05d\"}.sap-icon-TNT--note-connection:before{content:\"\\e05e\"}.sap-icon-TNT--subject:before{content:\"\\e05f\"}.sap-icon-TNT--auto-layout:before{content:\"\\e060\"}.sap-icon-TNT--required-interface:before{content:\"\\e061\"}.sap-icon-TNT--provided-interface:before{content:\"\\e062\"}.sap-icon-TNT--sub-content:before{content:\"\\e063\"}.sap-icon-TNT--connector:before{content:\"\\e064\"}.sap-icon-TNT--local-process-call:before{content:\"\\e065\"}.sap-icon-TNT--aggregator:before{content:\"\\e066\"}.sap-icon-TNT--splitter:before{content:\"\\e067\"}.sap-icon-TNT--converter:before{content:\"\\e068\"}.sap-icon-TNT--content-modifier:before{content:\"\\e069\"}.sap-icon-TNT--message-start-event:before{content:\"\\e06a\"}.sap-icon-TNT--message-end-event:before{content:\"\\e06d\"}.sap-icon-TNT--escalation-end-event:before{content:\"\\e06c\"}.sap-icon-TNT--start-timer-event:before{content:\"\\e06d\"}.sap-icon-TNT--error-start-event:before{content:\"\\e06e\"}.sap-icon-TNT--error-end-event:before{content:\"\\e06f\"}.sap-icon-TNT--content-enricher:before{content:\"\\e070\"}.sap-icon-TNT--realization:before{content:\"\\e071\"}.sap-icon-TNT--interface:before{content:\"\\e072\"}.sap-icon-TNT--usiness-capability:before{content:\"\\e073\"}.sap-icon-TNT--progress-group:before{content:\"\\e074\"}.sap-icon-TNT--value-stream:before{content:\"\\e075\"}.sap-icon-TNT--value-flow:before{content:\"\\e076\"}.sap-icon-TNT--application:before{content:\"\\e077\"}.sap-icon-TNT--etl-job:before{content:\"\\e078\"}.sap-icon-TNT--business-service:before{content:\"\\e079\"}.sap-icon-TNT--application-service:before{content:\"\\e07a\"}.sap-icon-TNT--network-node:before{content:\"\\e07b\"}.sap-icon-TNT--network:before{content:\"\\e07c\"}.sap-icon-TNT--deployment-instance:before{content:\"\\e07d\"}.sap-icon-TNT--intranet:before{content:\"\\e07e\"}.sap-icon-TNT--mobile-network:before{content:\"\\e07f\"}.sap-icon-TNT--private-cloud:before{content:\"\\e080\"}.sap-icon-TNT--antenna:before{content:\"\\e081\"}.sap-icon-TNT--firewall:before{content:\"\\e082\"}.sap-icon-TNT--hub:before{content:\"\\e083\"}.sap-icon-TNT--modem:before{content:\"\\e084\"}.sap-icon-TNT--repeater:before{content:\"\\e085\"}.sap-icon-TNT--router:before{content:\"\\e086\"}.sap-icon-TNT--switch:before{content:\"\\e087\"}.sap-icon-TNT--satellite:before{content:\"\\e088\"}.sap-icon-TNT--system-2:before{content:\"\\e089\"}.sap-icon-TNT--status-activating:before{content:\"\\e08a\"}.sap-icon-TNT--status-suspended:before{content:\"\\e08b\"}.sap-icon-TNT--status-suspending:before{content:\"\\e08c\"}.sap-icon-TNT--status-terminated:before{content:\"\\e08d\"}.sap-icon-TNT--status-terminating:before{content:\"\\e08e\"}.sap-icon-TNT--solution-not-licensed:before{content:\"\\e08f\"}.sap-icon-TNT--clear-all-mapping:before{content:\"\\e090\"}.sap-icon-TNT--map-all-fields:before{content:\"\\e091\"}[class*=sap-icon].fd-inline-help__trigger{padding:0 .25rem;outline-offset:-.125rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
57
+ ], usesOnChanges: true, ngImport: i0, template: ``, isInline: true, styles: ["/*!\n * Fundamental Library Styles v0.30.2-rc.6\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */[class*=sap-icon]{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:inline-block;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;padding:0}[class*=sap-icon]:after,[class*=sap-icon]:before{box-sizing:inherit;font-size:inherit}[class*=sap-icon]:before{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}[class*=sap-icon].sap-icon--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--background-default:before{background-color:transparent}[class*=sap-icon].sap-icon--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon].sap-icon--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon].sap-icon--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon].is-focus,[class*=sap-icon]:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}[class*=sap-icon-businessSuiteInAppSymbols]:before{font-family:BusinessSuiteInAppSymbols}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-default:before{background-color:transparent}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT]:before{font-family:SAP-icons-TNT}[class*=sap-icon-TNT].sap-icon-TNT--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-default:before{background-color:transparent}[class*=sap-icon-TNT].sap-icon-TNT--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-information:before{background-color:var(--sapInformativeElementColor)}.sap-icon--accidental-leave:before{content:\"\\e000\"}.sap-icon--account:before{content:\"\\e001\"}.sap-icon--wrench:before{content:\"\\e002\"}.sap-icon--windows-doors:before{content:\"\\e003\"}.sap-icon--washing-machine:before{content:\"\\e004\"}.sap-icon--visits:before{content:\"\\e005\"}.sap-icon--video:before{content:\"\\e006\"}.sap-icon--travel-expense:before{content:\"\\e007\"}.sap-icon--temperature:before{content:\"\\e008\"}.sap-icon--task:before{content:\"\\e009\"}.sap-icon--synchronize:before{content:\"\\e00a\"}.sap-icon--survey:before{content:\"\\e00b\"}.sap-icon--settings:before{content:\"\\e00c\"}.sap-icon--search:before{content:\"\\e00d\"}.sap-icon--sales-document:before{content:\"\\e00e\"}.sap-icon--retail-store:before{content:\"\\e00f\"}.sap-icon--refresh:before{content:\"\\e010\"}.sap-icon--product:before{content:\"\\e011\"}.sap-icon--present:before{content:\"\\e012\"}.sap-icon--ppt-attachment:before{content:\"\\e013\"}.sap-icon--pool:before{content:\"\\e014\"}.sap-icon--pie-chart:before{content:\"\\e015\"}.sap-icon--picture:before{content:\"\\e016\"}.sap-icon--photo-voltaic:before{content:\"\\e017\"}.sap-icon--phone:before{content:\"\\e018\"}.sap-icon--pending:before{content:\"\\e019\"}.sap-icon--pdf-attachment:before{content:\"\\e01a\"}.sap-icon--past:before{content:\"\\e01b\"}.sap-icon--outgoing-call:before{content:\"\\e01c\"}.sap-icon--opportunity:before{content:\"\\e01d\"}.sap-icon--opportunities:before{content:\"\\e01e\"}.sap-icon--notes:before{content:\"\\e01f\"}.sap-icon--money-bills:before{content:\"\\e020\"}.sap-icon--map:before{content:\"\\e021\"}.sap-icon--log:before{content:\"\\e022\"}.sap-icon--line-charts:before{content:\"\\e023\"}.sap-icon--lightbulb:before{content:\"\\e024\"}.sap-icon--leads:before{content:\"\\e025\"}.sap-icon--lead:before{content:\"\\e026\"}.sap-icon--laptop:before{content:\"\\e027\"}.sap-icon--kpi-managing-my-area:before{content:\"\\e028\"}.sap-icon--kpi-corporate-performance:before{content:\"\\e029\"}.sap-icon--incoming-call:before{content:\"\\e02a\"}.sap-icon--inbox:before{content:\"\\e02b\"}.sap-icon--horizontal-bar-chart:before{content:\"\\e02c\"}.sap-icon--history:before{content:\"\\e02d\"}.sap-icon--heating-cooling:before{content:\"\\e02e\"}.sap-icon--gantt-bars:before{content:\"\\e02f\"}.sap-icon--future:before{content:\"\\e030\"}.sap-icon--fridge:before{content:\"\\e031\"}.sap-icon--fallback:before{content:\"\\e032\"}.sap-icon--expense-report:before{content:\"\\e033\"}.sap-icon--excel-attachment:before{content:\"\\e034\"}.sap-icon--energy-saving-lightbulb:before{content:\"\\e035\"}.sap-icon--employee:before{content:\"\\e036\"}.sap-icon--email:before{content:\"\\e037\"}.sap-icon--edit:before{content:\"\\e038\"}.sap-icon--duplicate:before{content:\"\\e039\"}.sap-icon--download:before{content:\"\\e03a\"}.sap-icon--doc-attachment:before{content:\"\\e03b\"}.sap-icon--dishwasher:before{content:\"\\e03c\"}.sap-icon--delete:before{content:\"\\e03d\"}.sap-icon--decline:before{content:\"\\e03e\"}.sap-icon--complete:before{content:\"\\e03f\"}.sap-icon--competitor:before{content:\"\\e040\"}.sap-icon--collections-management:before{content:\"\\e041\"}.sap-icon--chalkboard:before{content:\"\\e042\"}.sap-icon--cart:before{content:\"\\e043\"}.sap-icon--card:before{content:\"\\e044\"}.sap-icon--camera:before{content:\"\\e045\"}.sap-icon--calendar:before{content:\"\\e046\"}.sap-icon--begin:before{content:\"\\e047\"}.sap-icon--basket:before{content:\"\\e048\"}.sap-icon--bar-chart:before{content:\"\\e049\"}.sap-icon--attachment:before{content:\"\\e04a\"}.sap-icon--arrow-top:before{content:\"\\e04b\"}.sap-icon--arrow-right:before{content:\"\\e04c\"}.sap-icon--arrow-left:before{content:\"\\e04d\"}.sap-icon--arrow-bottom:before{content:\"\\e04e\"}.sap-icon--approvals:before{content:\"\\e04f\"}.sap-icon--appointment:before{content:\"\\e050\"}.sap-icon--alphabetical-order:before{content:\"\\e051\"}.sap-icon--along-stacked-chart:before{content:\"\\e052\"}.sap-icon--alert:before{content:\"\\e053\"}.sap-icon--addresses:before{content:\"\\e054\"}.sap-icon--address-book:before{content:\"\\e055\"}.sap-icon--add-filter:before{content:\"\\e056\"}.sap-icon--add-favorite:before{content:\"\\e057\"}.sap-icon--add:before{content:\"\\e058\"}.sap-icon--activities:before{content:\"\\e059\"}.sap-icon--action:before{content:\"\\e05a\"}.sap-icon--accept:before{content:\"\\e05b\"}.sap-icon--hint:before{content:\"\\e05c\"}.sap-icon--group:before{content:\"\\e05d\"}.sap-icon--check-availability:before{content:\"\\e05e\"}.sap-icon--weather-proofing:before{content:\"\\e05f\"}.sap-icon--payment-approval:before{content:\"\\e060\"}.sap-icon--batch-payments:before{content:\"\\e061\"}.sap-icon--bed:before{content:\"\\e062\"}.sap-icon--arobase:before{content:\"\\e063\"}.sap-icon--family-care:before{content:\"\\e064\"}.sap-icon--favorite:before{content:\"\\e065\"}.sap-icon--navigation-right-arrow:before{content:\"\\e066\"}.sap-icon--navigation-left-arrow:before{content:\"\\e067\"}.sap-icon--e-care:before{content:\"\\e068\"}.sap-icon--less:before{content:\"\\e069\"}.sap-icon--lateness:before{content:\"\\e06a\"}.sap-icon--lab:before{content:\"\\e06b\"}.sap-icon--internet-browser:before{content:\"\\e06c\"}.sap-icon--instance:before{content:\"\\e06d\"}.sap-icon--inspection:before{content:\"\\e06e\"}.sap-icon--image-viewer:before{content:\"\\e06f\"}.sap-icon--home:before{content:\"\\e070\"}.sap-icon--grid:before{content:\"\\e071\"}.sap-icon--goalseek:before{content:\"\\e072\"}.sap-icon--general-leave-request:before{content:\"\\e073\"}.sap-icon--create-leave-request:before{content:\"\\e074\"}.sap-icon--flight:before{content:\"\\e075\"}.sap-icon--filter:before{content:\"\\e076\"}.sap-icon--favorite-list:before{content:\"\\e077\"}.sap-icon--factory:before{content:\"\\e078\"}.sap-icon--endoscopy:before{content:\"\\e079\"}.sap-icon--employee-pane:before{content:\"\\e07a\"}.sap-icon--employee-approvals:before{content:\"\\e07b\"}.sap-icon--email-read:before{content:\"\\e07c\"}.sap-icon--electrocardiogram:before{content:\"\\e07d\"}.sap-icon--documents:before{content:\"\\e07e\"}.sap-icon--decision:before{content:\"\\e07f\"}.sap-icon--database:before{content:\"\\e080\"}.sap-icon--customer-history:before{content:\"\\e081\"}.sap-icon--customer:before{content:\"\\e082\"}.sap-icon--credit-card:before{content:\"\\e083\"}.sap-icon--create-entry-time:before{content:\"\\e084\"}.sap-icon--contacts:before{content:\"\\e085\"}.sap-icon--compare:before{content:\"\\e086\"}.sap-icon--clinical-order:before{content:\"\\e087\"}.sap-icon--chain-link:before{content:\"\\e088\"}.sap-icon--pull-down:before{content:\"\\e089\"}.sap-icon--cargo-train:before{content:\"\\e08a\"}.sap-icon--car-rental:before{content:\"\\e08b\"}.sap-icon--business-card:before{content:\"\\e08c\"}.sap-icon--bar-code:before{content:\"\\e08d\"}.sap-icon--folder-blank:before{content:\"\\e08e\"}.sap-icon--passenger-train:before{content:\"\\e08f\"}.sap-icon--question-mark:before{content:\"\\e090\"}.sap-icon--world:before{content:\"\\e091\"}.sap-icon--iphone:before{content:\"\\e092\"}.sap-icon--ipad:before{content:\"\\e093\"}.sap-icon--warning:before{content:\"\\e094\"}.sap-icon--sort:before{content:\"\\e095\"}.sap-icon--course-book:before{content:\"\\e096\"}.sap-icon--course-program:before{content:\"\\e097\"}.sap-icon--add-coursebook:before{content:\"\\e098\"}.sap-icon--print:before{content:\"\\e099\"}.sap-icon--save:before{content:\"\\e09a\"}.sap-icon--play:before{content:\"\\e09b\"}.sap-icon--pause:before{content:\"\\e09c\"}.sap-icon--record:before{content:\"\\e09d\"}.sap-icon--response:before{content:\"\\e09e\"}.sap-icon--pushpin-on:before{content:\"\\e09f\"}.sap-icon--pushpin-off:before{content:\"\\e0a0\"}.sap-icon--unfavorite:before{content:\"\\e0a1\"}.sap-icon--learning-assistant:before{content:\"\\e0a2\"}.sap-icon--timesheet:before{content:\"\\e0a3\"}.sap-icon--time-entry-request:before{content:\"\\e0a4\"}.sap-icon--list:before{content:\"\\e0a5\"}.sap-icon--action-settings:before{content:\"\\e0a6\"}.sap-icon--share:before{content:\"\\e0a7\"}.sap-icon--feed:before{content:\"\\e0a8\"}.sap-icon--role:before{content:\"\\e0a9\"}.sap-icon--flag:before{content:\"\\e0aa\"}.sap-icon--post:before{content:\"\\e0ab\"}.sap-icon--inspect:before{content:\"\\e0ac\"}.sap-icon--inspect-down:before{content:\"\\e0ad\"}.sap-icon--appointment-2:before{content:\"\\e0ae\"}.sap-icon--target-group:before{content:\"\\e0af\"}.sap-icon--marketing-campaign:before{content:\"\\e0b0\"}.sap-icon--message-error:before,.sap-icon--notification:before{content:\"\\e0b1\"}.sap-icon--comment:before{content:\"\\e0b2\"}.sap-icon--shipping-status:before{content:\"\\e0b3\"}.sap-icon--collaborate:before{content:\"\\e0b4\"}.sap-icon--shortcut:before{content:\"\\e0b5\"}.sap-icon--lead-outdated:before{content:\"\\e0b6\"}.sap-icon--tools-opportunity:before{content:\"\\e0b7\"}.sap-icon--permission:before{content:\"\\e0b8\"}.sap-icon--supplier:before{content:\"\\e0b9\"}.sap-icon--table-view:before{content:\"\\e0ba\"}.sap-icon--table-chart:before{content:\"\\e0bb\"}.sap-icon--switch-views:before{content:\"\\e0bc\"}.sap-icon--e-learning:before{content:\"\\e0bd\"}.sap-icon--manager:before{content:\"\\e0be\"}.sap-icon--switch-classes:before{content:\"\\e0bf\"}.sap-icon--simple-payment:before{content:\"\\e0c0\"}.sap-icon--signature:before{content:\"\\e0c1\"}.sap-icon--sales-order-item:before{content:\"\\e0c2\"}.sap-icon--sales-order:before{content:\"\\e0c3\"}.sap-icon--request:before{content:\"\\e0c4\"}.sap-icon--receipt:before{content:\"\\e0c5\"}.sap-icon--puzzle:before{content:\"\\e0c6\"}.sap-icon--process:before{content:\"\\e0c7\"}.sap-icon--private:before{content:\"\\e0c8\"}.sap-icon--popup-window:before{content:\"\\e0c9\"}.sap-icon--person-placeholder:before{content:\"\\e0ca\"}.sap-icon--per-diem:before{content:\"\\e0cb\"}.sap-icon--paper-plane:before{content:\"\\e0cc\"}.sap-icon--paid-leave:before{content:\"\\e0cd\"}.sap-icon--pdf-reader:before{content:\"\\e0ce\"}.sap-icon--overview-chart:before{content:\"\\e0cf\"}.sap-icon--overlay:before{content:\"\\e0d0\"}.sap-icon--org-chart:before{content:\"\\e0d1\"}.sap-icon--number-sign:before{content:\"\\e0d2\"}.sap-icon--notification-2:before{content:\"\\e0d3\"}.sap-icon--my-sales-order:before{content:\"\\e0d4\"}.sap-icon--meal:before{content:\"\\e0d5\"}.sap-icon--loan:before{content:\"\\e0d6\"}.sap-icon--order-status:before{content:\"\\e0d7\"}.sap-icon--customer-order-entry:before{content:\"\\e0d8\"}.sap-icon--performance:before{content:\"\\e0d9\"}.sap-icon--menu:before{content:\"\\e0da\"}.sap-icon--employee-lookup:before{content:\"\\e0db\"}.sap-icon--education:before{content:\"\\e0dc\"}.sap-icon--customer-briefing:before{content:\"\\e0dd\"}.sap-icon--customer-and-contacts:before{content:\"\\e0de\"}.sap-icon--my-view:before{content:\"\\e0df\"}.sap-icon--accelerated:before{content:\"\\e0e0\"}.sap-icon--to-be-reviewed:before{content:\"\\e0e1\"}.sap-icon--warning2:before{content:\"\\e0e2\"}.sap-icon--feeder-arrow:before{content:\"\\e0e3\"}.sap-icon--quality-issue:before{content:\"\\e0e4\"}.sap-icon--workflow-tasks:before{content:\"\\e0e5\"}.sap-icon--create:before{content:\"\\e0e6\"}.sap-icon--home-share:before{content:\"\\e0e7\"}.sap-icon--globe:before{content:\"\\e0e8\"}.sap-icon--tags:before{content:\"\\e0e9\"}.sap-icon--work-history:before{content:\"\\e0ea\"}.sap-icon--x-ray:before{content:\"\\e0eb\"}.sap-icon--wounds-doc:before{content:\"\\e0ec\"}.sap-icon--web-cam:before{content:\"\\e0ed\"}.sap-icon--waiver:before{content:\"\\e0ee\"}.sap-icon--vertical-bar-chart:before{content:\"\\e0ef\"}.sap-icon--upstacked-chart:before{content:\"\\e0f0\"}.sap-icon--trip-report:before{content:\"\\e0f1\"}.sap-icon--microphone:before{content:\"\\e0f2\"}.sap-icon--unpaid-leave:before{content:\"\\e0f3\"}.sap-icon--tree:before{content:\"\\e0f4\"}.sap-icon--toaster-up:before{content:\"\\e0f5\"}.sap-icon--toaster-top:before{content:\"\\e0f6\"}.sap-icon--toaster-down:before{content:\"\\e0f7\"}.sap-icon--time-account:before{content:\"\\e0f8\"}.sap-icon--theater:before{content:\"\\e0f9\"}.sap-icon--taxi:before{content:\"\\e0fa\"}.sap-icon--subway-train:before{content:\"\\e0fb\"}.sap-icon--study-leave:before{content:\"\\e0fc\"}.sap-icon--stethoscope:before{content:\"\\e0fd\"}.sap-icon--step:before{content:\"\\e0fe\"}.sap-icon--sonography:before{content:\"\\e0ff\"}.sap-icon--soccor:before{content:\"\\e100\"}.sap-icon--physical-activity:before{content:\"\\e101\"}.sap-icon--pharmacy:before{content:\"\\e102\"}.sap-icon--official-service:before{content:\"\\e103\"}.sap-icon--offsite-work:before{content:\"\\e104\"}.sap-icon--nutrition-activity:before{content:\"\\e105\"}.sap-icon--newspaper:before{content:\"\\e106\"}.sap-icon--monitor-payments:before{content:\"\\e107\"}.sap-icon--map-2:before{content:\"\\e108\"}.sap-icon--machine:before{content:\"\\e109\"}.sap-icon--mri-scan:before{content:\"\\e10a\"}.sap-icon--end-user-experience-monitoring:before{content:\"\\e10b\"}.sap-icon--unwired:before{content:\"\\e10c\"}.sap-icon--customer-financial-fact-sheet:before{content:\"\\e10d\"}.sap-icon--retail-store-manager:before{content:\"\\e10e\"}.sap-icon--Netweaver-business-client:before{content:\"\\e10f\"}.sap-icon--electronic-medical-record:before{content:\"\\e110\"}.sap-icon--eam-work-order:before{content:\"\\e111\"}.sap-icon--customer-view:before{content:\"\\e112\"}.sap-icon--crm-service-manager:before{content:\"\\e113\"}.sap-icon--crm-sales:before{content:\"\\e114\"}.sap-icon--widgets:before{content:\"\\e115\"}.sap-icon--commission-check:before{content:\"\\e116\"}.sap-icon--collections-insight:before{content:\"\\e117\"}.sap-icon--clinical-task-tracker:before{content:\"\\e118\"}.sap-icon--citizen-connect:before{content:\"\\e119\"}.sap-icon--cart-approval:before{content:\"\\e11a\"}.sap-icon--capital-projects:before{content:\"\\e11b\"}.sap-icon--bo-strategy-management:before{content:\"\\e11c\"}.sap-icon--business-objects-mobile:before{content:\"\\e11d\"}.sap-icon--business-objects-explorer:before{content:\"\\e11e\"}.sap-icon--business-objects-experience:before{content:\"\\e11f\"}.sap-icon--bbyd-dashboard:before{content:\"\\e120\"}.sap-icon--bbyd-active-sales:before{content:\"\\e121\"}.sap-icon--business-by-design:before{content:\"\\e122\"}.sap-icon--business-one:before{content:\"\\e123\"}.sap-icon--sap-box:before{content:\"\\e124\"}.sap-icon--manager-insight:before{content:\"\\e125\"}.sap-icon--accounting-document-verification:before{content:\"\\e126\"}.sap-icon--hr-approval:before{content:\"\\e127\"}.sap-icon--idea-wall:before{content:\"\\e128\"}.sap-icon--Chart-Tree-Map:before{content:\"\\e129\"}.sap-icon--cart-5:before{content:\"\\e12a\"}.sap-icon--cart-4:before{content:\"\\e12b\"}.sap-icon--wallet:before{content:\"\\e12c\"}.sap-icon--vehicle-repair:before{content:\"\\e12d\"}.sap-icon--upload:before{content:\"\\e12e\"}.sap-icon--unlocked:before{content:\"\\e12f\"}.sap-icon--umbrella:before{content:\"\\e130\"}.sap-icon--travel-request:before{content:\"\\e131\"}.sap-icon--travel-expense-report:before{content:\"\\e132\"}.sap-icon--travel-itinerary:before{content:\"\\e133\"}.sap-icon--time-overtime:before{content:\"\\e134\"}.sap-icon--thing-type:before{content:\"\\e135\"}.sap-icon--technical-object:before{content:\"\\e136\"}.sap-icon--tag:before{content:\"\\e137\"}.sap-icon--syringe:before{content:\"\\e138\"}.sap-icon--syntax:before{content:\"\\e139\"}.sap-icon--suitcase:before{content:\"\\e13a\"}.sap-icon--simulate:before{content:\"\\e13b\"}.sap-icon--shield:before{content:\"\\e13c\"}.sap-icon--share-2:before{content:\"\\e13d\"}.sap-icon--sales-quote:before{content:\"\\e13e\"}.sap-icon--repost:before{content:\"\\e13f\"}.sap-icon--provision:before{content:\"\\e140\"}.sap-icon--projector:before{content:\"\\e141\"}.sap-icon--add-product:before{content:\"\\e142\"}.sap-icon--pipeline-analysis:before{content:\"\\e143\"}.sap-icon--add-photo:before{content:\"\\e144\"}.sap-icon--palette:before{content:\"\\e145\"}.sap-icon--nurse:before{content:\"\\e146\"}.sap-icon--sales-notification:before{content:\"\\e147\"}.sap-icon--mileage:before{content:\"\\e148\"}.sap-icon--meeting-room:before{content:\"\\e149\"}.sap-icon--media-forward:before{content:\"\\e14a\"}.sap-icon--media-play:before{content:\"\\e14b\"}.sap-icon--media-pause:before{content:\"\\e14c\"}.sap-icon--media-reverse:before{content:\"\\e14d\"}.sap-icon--media-rewind:before{content:\"\\e14e\"}.sap-icon--measurement-document:before{content:\"\\e14f\"}.sap-icon--measuring-point:before{content:\"\\e150\"}.sap-icon--measure:before{content:\"\\e151\"}.sap-icon--map-3:before{content:\"\\e152\"}.sap-icon--locked:before{content:\"\\e153\"}.sap-icon--letter:before{content:\"\\e154\"}.sap-icon--journey-arrive:before{content:\"\\e155\"}.sap-icon--journey-change:before{content:\"\\e156\"}.sap-icon--journey-depart:before{content:\"\\e157\"}.sap-icon--it-system:before{content:\"\\e158\"}.sap-icon--it-instance:before{content:\"\\e159\"}.sap-icon--it-host:before{content:\"\\e15a\"}.sap-icon--iphone-2:before{content:\"\\e15b\"}.sap-icon--ipad-2:before{content:\"\\e15c\"}.sap-icon--inventory:before{content:\"\\e15d\"}.sap-icon--insurance-house:before{content:\"\\e15e\"}.sap-icon--insurance-life:before{content:\"\\e15f\"}.sap-icon--insurance-car:before{content:\"\\e160\"}.sap-icon--initiative:before{content:\"\\e161\"}.sap-icon--incident:before{content:\"\\e162\"}.sap-icon--group-2:before{content:\"\\e163\"}.sap-icon--goal:before{content:\"\\e164\"}.sap-icon--functional-location:before{content:\"\\e165\"}.sap-icon--full-screen:before{content:\"\\e166\"}.sap-icon--form:before{content:\"\\e167\"}.sap-icon--fob-watch:before{content:\"\\e168\"}.sap-icon--blank-tag:before{content:\"\\e169\"}.sap-icon--family-protection:before{content:\"\\e16a\"}.sap-icon--folder:before{content:\"\\e16b\"}.sap-icon--fax-machine:before{content:\"\\e16c\"}.sap-icon--example:before{content:\"\\e16d\"}.sap-icon--eraser:before{content:\"\\e16e\"}.sap-icon--employee-rejections:before{content:\"\\e16f\"}.sap-icon--drop-down-list:before{content:\"\\e170\"}.sap-icon--draw-rectangle:before{content:\"\\e171\"}.sap-icon--document:before{content:\"\\e172\"}.sap-icon--doctor:before{content:\"\\e173\"}.sap-icon--discussion-2:before{content:\"\\e174\"}.sap-icon--discussion:before{content:\"\\e175\"}.sap-icon--dimension:before{content:\"\\e176\"}.sap-icon--customer-and-supplier:before{content:\"\\e177\"}.sap-icon--crop:before{content:\"\\e178\"}.sap-icon--add-contact:before{content:\"\\e179\"}.sap-icon--compare-2:before{content:\"\\e17a\"}.sap-icon--color-fill:before{content:\"\\e17b\"}.sap-icon--collision:before{content:\"\\e17c\"}.sap-icon--curriculum:before{content:\"\\e17d\"}.sap-icon--chart-axis:before{content:\"\\e17e\"}.sap-icon--full-stacked-chart:before{content:\"\\e17f\"}.sap-icon--full-stacked-column-chart:before{content:\"\\e180\"}.sap-icon--vertical-bar-chart-2:before{content:\"\\e181\"}.sap-icon--horizontal-bar-chart-2:before{content:\"\\e182\"}.sap-icon--horizontal-stacked-chart:before{content:\"\\e183\"}.sap-icon--vertical-stacked-chart:before{content:\"\\e184\"}.sap-icon--choropleth-chart:before{content:\"\\e185\"}.sap-icon--geographic-bubble-chart:before{content:\"\\e186\"}.sap-icon--multiple-radar-chart:before{content:\"\\e187\"}.sap-icon--radar-chart:before{content:\"\\e188\"}.sap-icon--crossed-line-chart:before{content:\"\\e189\"}.sap-icon--multiple-line-chart:before{content:\"\\e18a\"}.sap-icon--multiple-bar-chart:before{content:\"\\e18b\"}.sap-icon--line-chart:before{content:\"\\e18c\"}.sap-icon--line-chart-dual-axis:before{content:\"\\e18d\"}.sap-icon--bubble-chart:before{content:\"\\e18e\"}.sap-icon--scatter-chart:before{content:\"\\e18f\"}.sap-icon--multiple-pie-chart:before{content:\"\\e190\"}.sap-icon--column-chart-dual-axis:before{content:\"\\e191\"}.sap-icon--tag-cloud-chart:before{content:\"\\e192\"}.sap-icon--area-chart:before{content:\"\\e193\"}.sap-icon--cause:before{content:\"\\e194\"}.sap-icon--cart-3:before{content:\"\\e195\"}.sap-icon--cart-2:before{content:\"\\e196\"}.sap-icon--bus-public-transport:before{content:\"\\e197\"}.sap-icon--burglary:before{content:\"\\e198\"}.sap-icon--building:before{content:\"\\e199\"}.sap-icon--border:before{content:\"\\e19a\"}.sap-icon--bookmark:before{content:\"\\e19b\"}.sap-icon--badge:before{content:\"\\e19c\"}.sap-icon--attachment-audio:before{content:\"\\e19d\"}.sap-icon--attachment-video:before{content:\"\\e19e\"}.sap-icon--attachment-html:before{content:\"\\e19f\"}.sap-icon--attachment-photo:before{content:\"\\e1a0\"}.sap-icon--attachment-e-pub:before{content:\"\\e1a1\"}.sap-icon--attachment-zip-file:before{content:\"\\e1a2\"}.sap-icon--attachment-text-file:before{content:\"\\e1a3\"}.sap-icon--add-equipment:before{content:\"\\e1a4\"}.sap-icon--add-activity:before{content:\"\\e1a5\"}.sap-icon--activity-individual:before{content:\"\\e1a6\"}.sap-icon--activity-2:before{content:\"\\e1a7\"}.sap-icon--add-activity-2:before{content:\"\\e1a8\"}.sap-icon--activity-items:before{content:\"\\e1a9\"}.sap-icon--activity-assigned-to-goal:before{content:\"\\e1aa\"}.sap-icon--status-completed:before,.sap-icon--status-positive:before{content:\"\\e1ab\"}.sap-icon--status-error:before,.sap-icon--status-negative:before{content:\"\\e1ac\"}.sap-icon--status-inactive:before{content:\"\\e1ad\"}.sap-icon--status-critical:before,.sap-icon--status-in-progress:before{content:\"\\e1ae\"}.sap-icon--blank-tag-2:before{content:\"\\e1af\"}.sap-icon--cart-full:before{content:\"\\e1b0\"}.sap-icon--locate-me:before{content:\"\\e1b1\"}.sap-icon--paging:before{content:\"\\e1b2\"}.sap-icon--company-view:before{content:\"\\e1b3\"}.sap-icon--document-text:before{content:\"\\e1b4\"}.sap-icon--explorer:before{content:\"\\e1b5\"}.sap-icon--personnel-view:before{content:\"\\e1b6\"}.sap-icon--sorting-ranking:before{content:\"\\e1b7\"}.sap-icon--drill-down:before{content:\"\\e1b8\"}.sap-icon--drill-up:before{content:\"\\e1b9\"}.sap-icon--vds-file:before{content:\"\\e1ba\"}.sap-icon--sap-logo-shape:before{content:\"\\e1bb\"}.sap-icon--folder-full:before{content:\"\\e1bc\"}.sap-icon--system-exit:before{content:\"\\e1bd\"}.sap-icon--system-exit-2:before{content:\"\\e1be\"}.sap-icon--close-command-field:before{content:\"\\e1bf\"}.sap-icon--open-command-field:before{content:\"\\e1c0\"}.sap-icon--sys-enter-2:before{content:\"\\e1c1\"}.sap-icon--sys-enter:before{content:\"\\e1c2\"}.sap-icon--sys-help-2:before{content:\"\\e1c3\"}.sap-icon--sys-help:before{content:\"\\e1c4\"}.sap-icon--sys-back:before{content:\"\\e1c5\"}.sap-icon--sys-back-2:before{content:\"\\e1c6\"}.sap-icon--sys-cancel:before{content:\"\\e1c7\"}.sap-icon--sys-cancel-2:before{content:\"\\e1c8\"}.sap-icon--open-folder:before{content:\"\\e1c9\"}.sap-icon--sys-find-next:before{content:\"\\e1ca\"}.sap-icon--sys-find:before{content:\"\\e1cb\"}.sap-icon--sys-monitor:before{content:\"\\e1cc\"}.sap-icon--sys-prev-page:before{content:\"\\e1cd\"}.sap-icon--sys-first-page:before{content:\"\\e1ce\"}.sap-icon--sys-next-page:before{content:\"\\e1cf\"}.sap-icon--sys-last-page:before{content:\"\\e1d0\"}.sap-icon--generate-shortcut:before{content:\"\\e1d1\"}.sap-icon--create-session:before{content:\"\\e1d2\"}.sap-icon--display-more:before{content:\"\\e1d3\"}.sap-icon--enter-more:before{content:\"\\e1d4\"}.sap-icon--zoom-in:before{content:\"\\e1d5\"}.sap-icon--zoom-out:before{content:\"\\e1d6\"}.sap-icon--header:before{content:\"\\e1d7\"}.sap-icon--detail-view:before,.sap-icon--show-edit:before{content:\"\\e1d8\"}.sap-icon--collapse:before{content:\"\\e1d9\"}.sap-icon--expand:before{content:\"\\e1da\"}.sap-icon--positive:before{content:\"\\e1db\"}.sap-icon--negative:before{content:\"\\e1dc\"}.sap-icon--display:before{content:\"\\e1dd\"}.sap-icon--menu2:before{content:\"\\e1de\"}.sap-icon--redo:before{content:\"\\e1df\"}.sap-icon--undo:before{content:\"\\e1e0\"}.sap-icon--navigation-up-arrow:before{content:\"\\e1e1\"}.sap-icon--navigation-down-arrow:before{content:\"\\e1e2\"}.sap-icon--down:before{content:\"\\e1e3\"}.sap-icon--up:before{content:\"\\e1e4\"}.sap-icon--shelf:before{content:\"\\e1e5\"}.sap-icon--background:before{content:\"\\e1e6\"}.sap-icon--resize:before{content:\"\\e1e7\"}.sap-icon--move:before{content:\"\\e1e8\"}.sap-icon--show:before{content:\"\\e1e9\"}.sap-icon--hide:before{content:\"\\e1ea\"}.sap-icon--nav-back:before{content:\"\\e1eb\"}.sap-icon--error:before{content:\"\\e1ec\"}.sap-icon--slim-arrow-right:before{content:\"\\e1ed\"}.sap-icon--slim-arrow-left:before{content:\"\\e1ee\"}.sap-icon--slim-arrow-down:before{content:\"\\e1ef\"}.sap-icon--slim-arrow-up:before{content:\"\\e1f0\"}.sap-icon--forward:before{content:\"\\e1f1\"}.sap-icon--overflow:before{content:\"\\e1f2\"}.sap-icon--value-help:before{content:\"\\e1f3\"}.sap-icon--multiselect:before{content:\"\\e1f4\"}.sap-icon--exitfullscreen:before{content:\"\\e1f5\"}.sap-icon--sys-add:before{content:\"\\e1f6\"}.sap-icon--sys-minus:before{content:\"\\e1f7\"}.sap-icon--dropdown:before{content:\"\\e1f8\"}.sap-icon--expand-group:before{content:\"\\e1f9\"}.sap-icon--vertical-grip:before{content:\"\\e1fa\"}.sap-icon--horizontal-grip:before{content:\"\\e1fb\"}.sap-icon--sort-descending:before{content:\"\\e1fc\"}.sap-icon--sort-ascending:before{content:\"\\e1fd\"}.sap-icon--arrow-down:before{content:\"\\e1fe\"}.sap-icon--legend:before{content:\"\\e1ff\"}.sap-icon--collapse-group:before{content:\"\\e200\"}.sap-icon--message-warning:before{content:\"\\e201\"}.sap-icon--message-information:before{content:\"\\e202\"}.sap-icon--message-success:before{content:\"\\e203\"}.sap-icon--restart:before{content:\"\\e204\"}.sap-icon--stop:before{content:\"\\e205\"}.sap-icon--add-process:before{content:\"\\e206\"}.sap-icon--cancel-maintenance:before{content:\"\\e207\"}.sap-icon--activate:before{content:\"\\e208\"}.sap-icon--resize-horizontal:before{content:\"\\e209\"}.sap-icon--resize-vertical:before{content:\"\\e20a\"}.sap-icon--connected:before{content:\"\\e20b\"}.sap-icon--disconnected:before{content:\"\\e20c\"}.sap-icon--edit-outside:before{content:\"\\e20d\"}.sap-icon--key:before{content:\"\\e20e\"}.sap-icon--minimize:before{content:\"\\e20f\"}.sap-icon--back-to-top:before{content:\"\\e210\"}.sap-icon--hello-world:before{content:\"\\e211\"}.sap-icon--outbox:before{content:\"\\e212\"}.sap-icon--donut-chart:before{content:\"\\e213\"}.sap-icon--heatmap-chart:before{content:\"\\e214\"}.sap-icon--horizontal-bullet-chart:before{content:\"\\e215\"}.sap-icon--vertical-bullet-chart:before{content:\"\\e216\"}.sap-icon--call:before{content:\"\\e217\"}.sap-icon--download-from-cloud:before{content:\"\\e218\"}.sap-icon--upload-to-cloud:before{content:\"\\e219\"}.sap-icon--jam:before{content:\"\\e21a\"}.sap-icon--sap-ui5:before{content:\"\\e21b\"}.sap-icon--message-popup:before{content:\"\\e21c\"}.sap-icon--cloud:before{content:\"\\e21d\"}.sap-icon--horizontal-waterfall-chart:before{content:\"\\e21e\"}.sap-icon--vertical-waterfall-chart:before{content:\"\\e21f\"}.sap-icon--broken-link:before{content:\"\\e220\"}.sap-icon--headset:before{content:\"\\e221\"}.sap-icon--thumb-up:before{content:\"\\e222\"}.sap-icon--thumb-down:before{content:\"\\e223\"}.sap-icon--multiselect-all:before{content:\"\\e224\"}.sap-icon--multiselect-none:before{content:\"\\e225\"}.sap-icon--scissors:before{content:\"\\e226\"}.sap-icon--sound:before{content:\"\\e227\"}.sap-icon--sound-loud:before{content:\"\\e228\"}.sap-icon--sound-off:before{content:\"\\e229\"}.sap-icon--date-time:before{content:\"\\e22a\"}.sap-icon--user-settings:before{content:\"\\e22b\"}.sap-icon--key-user-settings:before{content:\"\\e23c\"}.sap-icon--developer-settings:before{content:\"\\e22d\"}.sap-icon--text-formatting:before{content:\"\\e22e\"}.sap-icon--bold-text:before{content:\"\\e22f\"}.sap-icon--italic-text:before{content:\"\\e230\"}.sap-icon--underline-text:before{content:\"\\e231\"}.sap-icon--text-align-justified:before{content:\"\\e232\"}.sap-icon--text-align-left:before{content:\"\\e233\"}.sap-icon--text-align-center:before{content:\"\\e234\"}.sap-icon--text-align-right:before{content:\"\\e235\"}.sap-icon--bullet-text:before{content:\"\\e236\"}.sap-icon--numbered-text:before{content:\"\\e237\"}.sap-icon--co:before{content:\"\\e238\"}.sap-icon--ui-notifications:before{content:\"\\e239\"}.sap-icon--bell:before{content:\"\\e23a\"}.sap-icon--cancel-share:before{content:\"\\e23b\"}.sap-icon--write-new-document:before{content:\"\\e23c\"}.sap-icon--write-new:before{content:\"\\e23d\"}.sap-icon--cancel:before{content:\"\\e23e\"}.sap-icon--screen-split-one:before{content:\"\\e23f\"}.sap-icon--screen-split-two:before{content:\"\\e240\"}.sap-icon--screen-split-three:before{content:\"\\e241\"}.sap-icon--customize:before{content:\"\\e242\"}.sap-icon--user-edit:before{content:\"\\e243\"}.sap-icon--source-code:before{content:\"\\e244\"}.sap-icon--copy:before{content:\"\\e245\"}.sap-icon--paste:before{content:\"\\e246\"}.sap-icon--line-chart-time-axis:before{content:\"\\e247\"}.sap-icon--clear-filter:before{content:\"\\e248\"}.sap-icon--reset:before{content:\"\\e249\"}.sap-icon--trend-up:before{content:\"\\e24a\"}.sap-icon--trend-down:before{content:\"\\e24b\"}.sap-icon--cursor:before{content:\"\\e24c\"}.sap-icon--add-document:before{content:\"\\e24d\"}.sap-icon--create-form:before{content:\"\\e24e\"}.sap-icon--resize-corner:before{content:\"\\e24f\"}.sap-icon--chevron-phase:before{content:\"\\e250\"}.sap-icon--chevron-phase-2:before{content:\"\\e251\"}.sap-icon--rhombus-milestone:before{content:\"\\e252\"}.sap-icon--rhombus-milestone-2:before{content:\"\\e253\"}.sap-icon--circle-task:before{content:\"\\e254\"}.sap-icon--circle-task-2:before{content:\"\\e255\"}.sap-icon--project-definition-triangle:before{content:\"\\e256\"}.sap-icon--project-definition-triangle-2:before{content:\"\\e257\"}.sap-icon--master-task-triangle:before{content:\"\\e258\"}.sap-icon--master-task-triangle-2:before{content:\"\\e259\"}.sap-icon--program-triangles:before{content:\"\\e25a\"}.sap-icon--program-triangles-2:before{content:\"\\e25b\"}.sap-icon--mirrored-task-circle:before{content:\"\\e25c\"}.sap-icon--mirrored-task-circle-2:before{content:\"\\e25d\"}.sap-icon--checklist-item:before{content:\"\\e25e\"}.sap-icon--checklist-item-2:before{content:\"\\e25f\"}.sap-icon--checklist:before{content:\"\\e260\"}.sap-icon--checklist-2:before{content:\"\\e261\"}.sap-icon--chart-table-view:before{content:\"\\e262\"}.sap-icon--filter-analytics:before{content:\"\\e263\"}.sap-icon--filter-facets:before{content:\"\\e264\"}.sap-icon--filter-fields:before{content:\"\\e265\"}.sap-icon--indent:before{content:\"\\e266\"}.sap-icon--outdent:before{content:\"\\e267\"}.sap-icon--heading-1:before{content:\"\\e268\"}.sap-icon--heading-2:before{content:\"\\e269\"}.sap-icon--heading-3:before{content:\"\\e26a\"}.sap-icon--decrease-line-height:before{content:\"\\e26b\"}.sap-icon--increase-line-height:before{content:\"\\e26c\"}.sap-icon--fx:before{content:\"\\e26d\"}.sap-icon--add-folder:before{content:\"\\e26e\"}.sap-icon--away:before{content:\"\\e26f\"}.sap-icon--busy:before{content:\"\\e270\"}.sap-icon--appear-offline:before{content:\"\\e271\"}.sap-icon--blur:before{content:\"\\e272\"}.sap-icon--pixelate:before{content:\"\\e273\"}.sap-icon--horizontal-combination-chart:before{content:\"\\e274\"}.sap-icon--add-employee:before{content:\"\\e275\"}.sap-icon--text-color:before{content:\"\\e276\"}.sap-icon--browse-folder:before{content:\"\\e277\"}.sap-icon--primary-key:before{content:\"\\e278\"}.sap-icon--two-keys:before{content:\"\\e279\"}.sap-icon--strikethrough:before{content:\"\\e27a\"}.sap-icon--text:before{content:\"\\e27b\"}.sap-icon--responsive:before{content:\"\\e27c\"}.sap-icon--desktop-mobile:before{content:\"\\e27d\"}.sap-icon--table-row:before{content:\"\\e27e\"}.sap-icon--table-column:before{content:\"\\e27f\"}.sap-icon--validate:before{content:\"\\e280\"}.sap-icon--keyboard-and-mouse:before{content:\"\\e281\"}.sap-icon--touch:before{content:\"\\e282\"}.sap-icon--expand-all:before{content:\"\\e283\"}.sap-icon--collapse-all:before{content:\"\\e284\"}.sap-icon--combine:before{content:\"\\e285\"}.sap-icon--split:before{content:\"\\e286\"}.sap-icon--megamenu:before{content:\"\\e287\"}.sap-icon--feedback:before{content:\"\\e288\"}.sap-icon--information:before{content:\"\\e289\"}.sap-icon--s4hana:before{content:\"\\e28a\"}.sap-icon--translate:before{content:\"\\e28b\"}.sap-icon--clear-all:before{content:\"\\e28c\"}.sap-icon--command-line-interfaces:before{content:\"\\e28d\"}.sap-icon--icon-sum:before{content:\"\\e28e\"}.sap-icon--icon-qr-code:before{content:\"\\e28f\"}.sap-icon--space-navigation:before{content:\"\\e290\"}.sap-icon--in-progress:before{content:\"\\e291\"}.sap-icon--not-editable:before{content:\"\\e292\"}.sap-icon--heart:before{content:\"\\e293\"}.sap-icon--heart-2:before{content:\"\\e294\"}.sap-icon--tri-state:before{content:\"\\e295\"}.sap-icon--bookmark-2:before{content:\"\\e296\"}.sap-icon--detail-less:before{content:\"\\e297\"}.sap-icon--detail-more:before{content:\"\\e298\"}.sap-icon--flag-2:before{content:\"\\e299\"}.sap-icon--folder-2:before{content:\"\\e29a\"}.sap-icon--paint-bucket:before{content:\"\\e29b\"}.sap-icon--direction-arrows:before{content:\"\\e29c\"}.sap-icon--binary:before{content:\"\\e29d\"}.sap-icon--female:before{content:\"\\e29e\"}.sap-icon--male:before{content:\"\\e29f\"}.sap-icon--gender-male-and-female:before{content:\"\\e300\"}.sap-icon--rotate:before{content:\"\\e301\"}.sap-icon--biometric-thumb:before{content:\"\\e306\"}.sap-icon--biometric-face:before{content:\"\\e307\"}.sap-icon--people-connected:before{content:\"\\e308\"}.sap-icon--select-appointments:before{content:\"\\e30b\"}.sap-icon--light-mode:before{content:\"\\e309\"}.sap-icon--dark-mode:before{content:\"\\e30a\"}.sap-icon--time-off:before{content:\"\\e30c\"}.sap-icon--add-calendar:before{content:\"\\e30d\"}.sap-icon--currency:before{content:\"\\e30e\"}.sap-icon--bell-2:before{content:\"\\e2a0\"}.sap-icon--accessibility:before{content:\"\\e2a1\"}.sap-icon--high-priority:before{content:\"\\e2a2\"}.sap-icon-businessSuiteInAppSymbols--heart:before{content:\"\\e000\"}.sap-icon-businessSuiteInAppSymbols--quarter:before{content:\"\\e001\"}.sap-icon-businessSuiteInAppSymbols--year:before{content:\"\\e002\"}.sap-icon-businessSuiteInAppSymbols--equalizer:before{content:\"\\e003\"}.sap-icon-businessSuiteInAppSymbols--component:before{content:\"\\e004\"}.sap-icon-businessSuiteInAppSymbols--component-private:before{content:\"\\e005\"}.sap-icon-businessSuiteInAppSymbols--raw-material:before{content:\"\\e006\"}.sap-icon-businessSuiteInAppSymbols--sms:before{content:\"\\e007\"}.sap-icon-businessSuiteInAppSymbols--add-note:before{content:\"\\e008\"}.sap-icon-businessSuiteInAppSymbols--change-time-horizon:before{content:\"\\e009\"}.sap-icon-businessSuiteInAppSymbols--table-chart-customization:before{content:\"\\e00a\"}.sap-icon-businessSuiteInAppSymbols--delegated-important-task:before{content:\"\\e00b\"}.sap-icon-businessSuiteInAppSymbols--forklift:before{content:\"\\e00c\"}.sap-icon-businessSuiteInAppSymbols--coins:before{content:\"\\e00d\"}.sap-icon-businessSuiteInAppSymbols--filter-menu:before{content:\"\\e00e\"}.sap-icon-businessSuiteInAppSymbols--target-to-date:before{content:\"\\e00f\"}.sap-icon-businessSuiteInAppSymbols--program:before{content:\"\\e010\"}.sap-icon-businessSuiteInAppSymbols--phase:before{content:\"\\e011\"}.sap-icon-businessSuiteInAppSymbols--checklist:before{content:\"\\e012\"}.sap-icon-businessSuiteInAppSymbols--mirrored-task:before{content:\"\\e013\"}.sap-icon-businessSuiteInAppSymbols--sub-project:before{content:\"\\e014\"}.sap-icon-businessSuiteInAppSymbols--checklist-item:before{content:\"\\e015\"}.sap-icon-businessSuiteInAppSymbols--adhoc-analysis:before{content:\"\\e016\"}.sap-icon-businessSuiteInAppSymbols--change-analysis:before{content:\"\\e017\"}.sap-icon-businessSuiteInAppSymbols--review-demands:before{content:\"\\e018\"}.sap-icon-businessSuiteInAppSymbols--project-definition:before{content:\"\\e019\"}.sap-icon-businessSuiteInAppSymbols--data-access:before{content:\"\\e01a\"}.sap-icon-businessSuiteInAppSymbols--define-shortage:before{content:\"\\e01b\"}.sap-icon-businessSuiteInAppSymbols--review-supplies:before{content:\"\\e01c\"}.sap-icon-businessSuiteInAppSymbols--change-log:before{content:\"\\e01d\"}.sap-icon-businessSuiteInAppSymbols--priority-1:before{content:\"\\e01e\"}.sap-icon-businessSuiteInAppSymbols--priority-2:before{content:\"\\e01f\"}.sap-icon-businessSuiteInAppSymbols--jam:before{content:\"\\e020\"}.sap-icon-businessSuiteInAppSymbols--milestone:before{content:\"\\e021\"}.sap-icon-businessSuiteInAppSymbols--bulleting-with-numbers:before{content:\"\\e022\"}.sap-icon-businessSuiteInAppSymbols--decrease-indent:before{content:\"\\e023\"}.sap-icon-businessSuiteInAppSymbols--increase-indent:before{content:\"\\e024\"}.sap-icon-businessSuiteInAppSymbols--bold:before{content:\"\\e025\"}.sap-icon-businessSuiteInAppSymbols--italic:before{content:\"\\e026\"}.sap-icon-businessSuiteInAppSymbols--strike-through:before{content:\"\\e027\"}.sap-icon-businessSuiteInAppSymbols--underline:before{content:\"\\e028\"}.sap-icon-businessSuiteInAppSymbols--save-as:before{content:\"\\e029\"}.sap-icon-businessSuiteInAppSymbols--segmentation:before{content:\"\\e02a\"}.sap-icon-businessSuiteInAppSymbols--context-menu:before{content:\"\\e02b\"}.sap-icon-businessSuiteInAppSymbols--snapshot:before{content:\"\\e02c\"}.sap-icon-businessSuiteInAppSymbols--subtraction-b-a:before{content:\"\\e02d\"}.sap-icon-businessSuiteInAppSymbols--subtraction-a-b:before{content:\"\\e02e\"}.sap-icon-businessSuiteInAppSymbols--intersection:before{content:\"\\e02f\"}.sap-icon-businessSuiteInAppSymbols--union:before{content:\"\\e030\"}.sap-icon-businessSuiteInAppSymbols--top:before{content:\"\\e031\"}.sap-icon-businessSuiteInAppSymbols--bottom:before{content:\"\\e032\"}.sap-icon-businessSuiteInAppSymbols--page-up:before{content:\"\\e033\"}.sap-icon-businessSuiteInAppSymbols--page-down:before{content:\"\\e034\"}.sap-icon-businessSuiteInAppSymbols--create-dashboard:before{content:\"\\e035\"}.sap-icon-businessSuiteInAppSymbols--xcelsius-file:before{content:\"\\e036\"}.sap-icon-businessSuiteInAppSymbols--open-folder:before{content:\"\\e037\"}.sap-icon-businessSuiteInAppSymbols--neutral:before{content:\"\\e038\"}.sap-icon-businessSuiteInAppSymbols--split-segmentation:before{content:\"\\e039\"}.sap-icon-businessSuiteInAppSymbols--manage-budget:before{content:\"\\e03a\"}.sap-icon-businessSuiteInAppSymbols--blocked:before{content:\"\\e03b\"}.sap-icon-businessSuiteInAppSymbols--pipette:before{content:\"\\e03c\"}.sap-icon-businessSuiteInAppSymbols--top-recipe:before{content:\"\\e03d\"}.sap-icon-businessSuiteInAppSymbols--recipe:before{content:\"\\e03e\"}.sap-icon-businessSuiteInAppSymbols--ingredients:before{content:\"\\e03f\"}.sap-icon-businessSuiteInAppSymbols--multiple-charts:before{content:\"\\e040\"}.sap-icon-businessSuiteInAppSymbols--descending-bars:before{content:\"\\e041\"}.sap-icon-businessSuiteInAppSymbols--descending-stacked-bars:before{content:\"\\e042\"}.sap-icon-businessSuiteInAppSymbols--scatter-plot:before{content:\"\\e043\"}.sap-icon-businessSuiteInAppSymbols--spill:before{content:\"\\e044\"}.sap-icon-businessSuiteInAppSymbols--fire:before{content:\"\\e045\"}.sap-icon-businessSuiteInAppSymbols--stratification:before{content:\"\\e046\"}.sap-icon-businessSuiteInAppSymbols--relationship:before{content:\"\\e047\"}.sap-icon-businessSuiteInAppSymbols--margin-decomposition:before{content:\"\\e048\"}.sap-icon-businessSuiteInAppSymbols--control-group:before{content:\"\\e049\"}.sap-icon-businessSuiteInAppSymbols--comparison-chart:before{content:\"\\e04a\"}.sap-icon-businessSuiteInAppSymbols--responsible-area:before{content:\"\\e04b\"}.sap-icon-businessSuiteInAppSymbols--increase:before{content:\"\\e04c\"}.sap-icon-businessSuiteInAppSymbols--decrease:before{content:\"\\e04d\"}.sap-icon-businessSuiteInAppSymbols--current-stock:before{content:\"\\e04e\"}.sap-icon-businessSuiteInAppSymbols--expedite:before{content:\"\\e04f\"}.sap-icon-businessSuiteInAppSymbols--postpone:before{content:\"\\e050\"}.sap-icon-businessSuiteInAppSymbols--approved:before{content:\"\\e051\"}.sap-icon-businessSuiteInAppSymbols--partially-delivered:before{content:\"\\e052\"}.sap-icon-businessSuiteInAppSymbols--line-bar-chart:before{content:\"\\e053\"}.sap-icon-businessSuiteInAppSymbols--expand-all:before{content:\"\\e054\"}.sap-icon-businessSuiteInAppSymbols--submission:before{content:\"\\e055\"}.sap-icon-businessSuiteInAppSymbols--change-request:before{content:\"\\e056\"}.sap-icon-businessSuiteInAppSymbols--column-unselected:before{content:\"\\e057\"}.sap-icon-businessSuiteInAppSymbols--column-selected:before{content:\"\\e058\"}.sap-icon-businessSuiteInAppSymbols--row-unselected:before{content:\"\\e059\"}.sap-icon-businessSuiteInAppSymbols--row-selected:before{content:\"\\e05a\"}.sap-icon-businessSuiteInAppSymbols--stock-requirements:before{content:\"\\e05b\"}.sap-icon-businessSuiteInAppSymbols--gender-male-and-female:before{content:\"\\e05c\"}.sap-icon-businessSuiteInAppSymbols--marital-status:before{content:\"\\e05d\"}.sap-icon-businessSuiteInAppSymbols--birthday:before{content:\"\\e05e\"}.sap-icon-businessSuiteInAppSymbols--classification:before{content:\"\\e05f\"}.sap-icon-businessSuiteInAppSymbols--marked-for-deletion:before{content:\"\\e060\"}.sap-icon-businessSuiteInAppSymbols--bullet-chart:before{content:\"\\e061\"}.sap-icon-businessSuiteInAppSymbols--remove-filter:before{content:\"\\e062\"}.sap-icon-businessSuiteInAppSymbols--bank-account:before{content:\"\\e063\"}.sap-icon-businessSuiteInAppSymbols--savings-account:before{content:\"\\e064\"}.sap-icon-businessSuiteInAppSymbols--debit-card:before{content:\"\\e065\"}.sap-icon-businessSuiteInAppSymbols--vip-customer:before{content:\"\\e066\"}.sap-icon-businessSuiteInAppSymbols--undesirable-customer:before{content:\"\\e067\"}.sap-icon-businessSuiteInAppSymbols--answered-change-request:before{content:\"\\e068\"}.sap-icon-businessSuiteInAppSymbols--collected-change-request:before{content:\"\\e069\"}.sap-icon-businessSuiteInAppSymbols--draw-freehand:before{content:\"\\e06a\"}.sap-icon-businessSuiteInAppSymbols--draw-circle:before{content:\"\\e06b\"}.sap-icon-businessSuiteInAppSymbols--completed:before{content:\"\\e06c\"}.sap-icon-businessSuiteInAppSymbols--answered:before{content:\"\\e06d\"}.sap-icon-businessSuiteInAppSymbols--traffic-cone:before{content:\"\\e06e\"}.sap-icon-businessSuiteInAppSymbols--traffic-lights:before{content:\"\\e06f\"}.sap-icon-businessSuiteInAppSymbols--container:before{content:\"\\e070\"}.sap-icon-businessSuiteInAppSymbols--container-loading:before{content:\"\\e071\"}.sap-icon-businessSuiteInAppSymbols--traffic-jam:before{content:\"\\e072\"}.sap-icon-businessSuiteInAppSymbols--products:before{content:\"\\e073\"}.sap-icon-businessSuiteInAppSymbols--sidepanel:before{content:\"\\e074\"}.sap-icon-businessSuiteInAppSymbols--split-screen:before{content:\"\\e075\"}.sap-icon-businessSuiteInAppSymbols--truck-driver:before{content:\"\\e076\"}.sap-icon-businessSuiteInAppSymbols--keep-segment:before{content:\"\\e077\"}.sap-icon-businessSuiteInAppSymbols--exclude-segment:before{content:\"\\e078\"}.sap-icon-businessSuiteInAppSymbols--separate-segments:before{content:\"\\e079\"}.sap-icon-businessSuiteInAppSymbols--distribute-segments:before{content:\"\\e07a\"}.sap-icon-businessSuiteInAppSymbols--next-open-item:before{content:\"\\e07b\"}.sap-icon-businessSuiteInAppSymbols--where-used:before{content:\"\\e07c\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery:before{content:\"\\e07d\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-inactive:before{content:\"\\e07e\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-active:before{content:\"\\e07f\"}.sap-icon-businessSuiteInAppSymbols--target:before{content:\"\\e080\"}.sap-icon-businessSuiteInAppSymbols--source:before{content:\"\\e081\"}.sap-icon-businessSuiteInAppSymbols--material:before{content:\"\\e082\"}.sap-icon-businessSuiteInAppSymbols--due-date:before{content:\"\\e083\"}.sap-icon-businessSuiteInAppSymbols--overdue:before{content:\"\\e084\"}.sap-icon-businessSuiteInAppSymbols--set-as-default:before{content:\"\\e085\"}.sap-icon-businessSuiteInAppSymbols--face-very-bad:before{content:\"\\e086\"}.sap-icon-businessSuiteInAppSymbols--face-bad:before{content:\"\\e087\"}.sap-icon-businessSuiteInAppSymbols--face-skeptical:before{content:\"\\e088\"}.sap-icon-businessSuiteInAppSymbols--face-neutral:before{content:\"\\e089\"}.sap-icon-businessSuiteInAppSymbols--face-astonished:before{content:\"\\e08a\"}.sap-icon-businessSuiteInAppSymbols--face-happy:before{content:\"\\e08b\"}.sap-icon-businessSuiteInAppSymbols--face-very-happy:before{content:\"\\e08c\"}.sap-icon-businessSuiteInAppSymbols--face-awful:before{content:\"\\e08d\"}.sap-icon-businessSuiteInAppSymbols--face-devastated:before{content:\"\\e08e\"}.sap-icon-businessSuiteInAppSymbols--face-okey-dokey:before{content:\"\\e08f\"}.sap-icon-businessSuiteInAppSymbols--alarm:before{content:\"\\e090\"}.sap-icon-businessSuiteInAppSymbols--activate:before{content:\"\\e091\"}.sap-icon-businessSuiteInAppSymbols--segment-preview-reference-objects:before{content:\"\\e092\"}.sap-icon-businessSuiteInAppSymbols--radius:before{content:\"\\e093\"}.sap-icon-businessSuiteInAppSymbols--polygone-black:before{content:\"\\e094\"}.sap-icon-businessSuiteInAppSymbols--polygone-white:before{content:\"\\e095\"}.sap-icon-businessSuiteInAppSymbols--ploygone:before{content:\"\\e096\"}.sap-icon-businessSuiteInAppSymbols--no-filter:before{content:\"\\e097\"}.sap-icon-businessSuiteInAppSymbols--grip:before{content:\"\\e098\"}.sap-icon-businessSuiteInAppSymbols--water:before{content:\"\\e09a\"}.sap-icon-businessSuiteInAppSymbols--gas:before{content:\"\\e09b\"}.sap-icon-businessSuiteInAppSymbols--liquid:before{content:\"\\e09c\"}.sap-icon-businessSuiteInAppSymbols--time-deposit:before{content:\"\\e09d\"}.sap-icon-businessSuiteInAppSymbols--early-widthdrawal-for-time-deposits:before{content:\"\\e09e\"}.sap-icon-businessSuiteInAppSymbols--truck-load:before{content:\"\\e0e8\"}.sap-icon-businessSuiteInAppSymbols--truck-unload:before{content:\"\\e0e9\"}.sap-icon-businessSuiteInAppSymbols--truck-load-unload:before{content:\"\\e0ea\"}.sap-icon-businessSuiteInAppSymbols--pharmacy:before{content:\"\\e0eb\"}.sap-icon-businessSuiteInAppSymbols--medicine-syrup:before{content:\"\\e0ec\"}.sap-icon-businessSuiteInAppSymbols--reminder:before{content:\"\\e0ed\"}.sap-icon-businessSuiteInAppSymbols--medicine-pill:before{content:\"\\e0ee\"}.sap-icon-businessSuiteInAppSymbols--medicine-ointment:before{content:\"\\e0ef\"}.sap-icon-businessSuiteInAppSymbols--medicine-drops:before{content:\"\\e0f0\"}.sap-icon-businessSuiteInAppSymbols--blood-test:before{content:\"\\e0f1\"}.sap-icon-businessSuiteInAppSymbols--temperature:before{content:\"\\e0f2\"}.sap-icon-businessSuiteInAppSymbols--medicine-inhaler:before{content:\"\\e0f3\"}.sap-icon-businessSuiteInAppSymbols--foot-steps:before{content:\"\\e0f4\"}.sap-icon-businessSuiteInAppSymbols--weight:before{content:\"\\e0f5\"}.sap-icon-businessSuiteInAppSymbols--health-tracking:before{content:\"\\e0f6\"}.sap-icon-businessSuiteInAppSymbols--blood-pressure:before{content:\"\\e0f7\"}.sap-icon-businessSuiteInAppSymbols--immunization:before{content:\"\\e0f8\"}.sap-icon-businessSuiteInAppSymbols--allergies:before{content:\"\\e0f9\"}.sap-icon-businessSuiteInAppSymbols--rescheduling2:before{content:\"\\e0fa\"}.sap-icon-businessSuiteInAppSymbols--resequencing2:before{content:\"\\e0fb\"}.sap-icon-businessSuiteInAppSymbols--no-time-change:before{content:\"\\e0fc\"}.sap-icon-businessSuiteInAppSymbols--time-change:before{content:\"\\e0fd\"}.sap-icon-businessSuiteInAppSymbols--smart-matcher:before{content:\"\\e0fe\"}.sap-icon-businessSuiteInAppSymbols--legal-section:before{content:\"\\e10a\"}.sap-icon-businessSuiteInAppSymbols--causes:before{content:\"\\e10b\"}.sap-icon-businessSuiteInAppSymbols--effects:before{content:\"\\e10c\"}.sap-icon-businessSuiteInAppSymbols--shared-by-me:before{content:\"\\e10d\"}.sap-icon-businessSuiteInAppSymbols--shared-with-me:before{content:\"\\e10e\"}.sap-icon-businessSuiteInAppSymbols--alert-groups:before{content:\"\\e111\"}.sap-icon-businessSuiteInAppSymbols--function-alert:before{content:\"\\e112\"}.sap-icon-businessSuiteInAppSymbols--function-hierarchy:before{content:\"\\e113\"}.sap-icon-businessSuiteInAppSymbols--rfid:before{content:\"\\e114\"}.sap-icon-businessSuiteInAppSymbols--input:before{content:\"\\e115\"}.sap-icon-businessSuiteInAppSymbols--software-item:before{content:\"\\e116\"}.sap-icon-businessSuiteInAppSymbols--product-view:before{content:\"\\e117\"}.sap-icon-businessSuiteInAppSymbols--software-item-variant:before{content:\"\\e118\"}.sap-icon-businessSuiteInAppSymbols--lighthouse:before{content:\"\\e119\"}.sap-icon-businessSuiteInAppSymbols--demand-unit:before{content:\"\\e11a\"}.sap-icon-businessSuiteInAppSymbols--fma-management:before{content:\"\\e11b\"}.sap-icon-businessSuiteInAppSymbols--fma-validation:before{content:\"\\e11c\"}.sap-icon-businessSuiteInAppSymbols--fma-analytics:before{content:\"\\e11d\"}.sap-icon-businessSuiteInAppSymbols--class:before{content:\"\\e11e\"}.sap-icon-businessSuiteInAppSymbols--overview:before{content:\"\\e11f\"}.sap-icon-businessSuiteInAppSymbols--production:before{content:\"\\e120\"}.sap-icon-businessSuiteInAppSymbols--subclass:before{content:\"\\e121\"}.sap-icon-businessSuiteInAppSymbols--variant-configuration:before{content:\"\\e122\"}.sap-icon-businessSuiteInAppSymbols--sum:before{content:\"\\e123\"}.sap-icon-businessSuiteInAppSymbols--empty-trailer:before{content:\"\\e12f\"}.sap-icon-businessSuiteInAppSymbols--door:before{content:\"\\e130\"}.sap-icon-businessSuiteInAppSymbols--loading-point:before{content:\"\\e131\"}.sap-icon-businessSuiteInAppSymbols--stock-warehouse:before{content:\"\\e132\"}.sap-icon-businessSuiteInAppSymbols--gate:before{content:\"\\e133\"}.sap-icon-businessSuiteInAppSymbols--timeseries-waterfall-chart:before{content:\"\\e134\"}.sap-icon-businessSuiteInAppSymbols--stages-warning:before{content:\"\\e138\"}.sap-icon-businessSuiteInAppSymbols--empty-warning:before{content:\"\\e139\"}.sap-icon-businessSuiteInAppSymbols--move-folder:before{content:\"\\e169\"}.sap-icon-businessSuiteInAppSymbols--remove-folder:before{content:\"\\e16a\"}.sap-icon-businessSuiteInAppSymbols--match-case:before{content:\"\\e16b\"}.sap-icon-businessSuiteInAppSymbols--match-whole-word:before{content:\"\\e16c\"}.sap-icon-businessSuiteInAppSymbols--remove-total:before{content:\"\\e16d\"}.sap-icon-businessSuiteInAppSymbols--after-total:before{content:\"\\e16e\"}.sap-icon-businessSuiteInAppSymbols--before-total:before{content:\"\\e16f\"}.sap-icon-businessSuiteInAppSymbols--workbook-filter:before{content:\"\\e170\"}.sap-icon-businessSuiteInAppSymbols--icon-update-filter:before{content:\"\\e171\"}.sap-icon-businessSuiteInAppSymbols--cell-lock:before{content:\"\\e172\"}.sap-icon-businessSuiteInAppSymbols--max-container:before{content:\"\\e17b\"}.sap-icon-businessSuiteInAppSymbols--max-interval:before{content:\"\\e17c\"}.sap-icon-businessSuiteInAppSymbols--min-interval:before{content:\"\\e17d\"}.sap-icon-businessSuiteInAppSymbols--cross-order:before{content:\"\\e17e\"}.sap-icon-businessSuiteInAppSymbols--empty-order:before{content:\"\\e17f\"}.sap-icon-businessSuiteInAppSymbols--cross-sequence:before{content:\"\\e180\"}.sap-icon-businessSuiteInAppSymbols--empty-sequence:before{content:\"\\e181\"}.sap-icon-businessSuiteInAppSymbols--cross-union:before{content:\"\\e182\"}.sap-icon-businessSuiteInAppSymbols--empty-union:before{content:\"\\e183\"}.sap-icon-businessSuiteInAppSymbols--cross-target:before{content:\"\\e184\"}.sap-icon-TNT--technicalsystem:before{content:\"\\e000\"}.sap-icon-TNT--systemjava:before{content:\"\\e001\"}.sap-icon-TNT--systemabap:before{content:\"\\e002\"}.sap-icon-TNT--systemrecommendations:before{content:\"\\e003\"}.sap-icon-TNT--system:before{content:\"\\e004\"}.sap-icon-TNT--systemtrex:before{content:\"\\e005\"}.sap-icon-TNT--systemtracks:before{content:\"\\e006\"}.sap-icon-TNT--technicalscenario:before{content:\"\\e007\"}.sap-icon-TNT--technicalinstance:before{content:\"\\e008\"}.sap-icon-TNT--throughput-backlog:before{content:\"\\e009\"}.sap-icon-TNT--batch-processing:before{content:\"\\e00a\"}.sap-icon-TNT--database-consistency:before{content:\"\\e00b\"}.sap-icon-TNT--intermediate-message:before{content:\"\\e00c\"}.sap-icon-TNT--exceptions:before{content:\"\\e00d\"}.sap-icon-TNT--system-HANA:before{content:\"\\e00e\"}.sap-icon-TNT--python:before{content:\"\\e00f\"}.sap-icon-TNT--raise-fault:before{content:\"\\e010\"}.sap-icon-TNT--code1:before{content:\"\\e011\"}.sap-icon-TNT--code2:before{content:\"\\e012\"}.sap-icon-TNT--spike-arrest:before{content:\"\\e013\"}.sap-icon-TNT--verify-API:before{content:\"\\e014\"}.sap-icon-TNT--user:before{content:\"\\e015\"}.sap-icon-TNT--note:before{content:\"\\e016\"}.sap-icon-TNT--throwing-message:before{content:\"\\e017\"}.sap-icon-TNT--catching-message:before{content:\"\\e018\"}.sap-icon-TNT--start-event:before{content:\"\\e019\"}.sap-icon-TNT--end-event:before{content:\"\\e01a\"}.sap-icon-TNT--gateway:before{content:\"\\e01b\"}.sap-icon-TNT--sub-process-marker:before{content:\"\\e01c\"}.sap-icon-TNT--ad-hoc-marker:before{content:\"\\e01d\"}.sap-icon-TNT--manual-task:before{content:\"\\e01e\"}.sap-icon-TNT--send-task:before{content:\"\\e01f\"}.sap-icon-TNT--receive-task:before{content:\"\\e020\"}.sap-icon-TNT--script-task:before{content:\"\\e021\"}.sap-icon-TNT--marquee:before{content:\"\\e022\"}.sap-icon-TNT--data-input-arrow:before{content:\"\\e023\"}.sap-icon-TNT--data-output-arrow:before{content:\"\\e024\"}.sap-icon-TNT--more:before{content:\"\\e025\"}.sap-icon-TNT--pattern:before{content:\"\\e026\"}.sap-icon-TNT--task:before{content:\"\\e027\"}.sap-icon-TNT--arrow:before{content:\"\\e028\"}.sap-icon-TNT--data:before{content:\"\\e029\"}.sap-icon-TNT--data-store:before{content:\"\\e02a\"}.sap-icon-TNT--pool:before{content:\"\\e02b\"}.sap-icon-TNT--swimlane:before{content:\"\\e02c\"}.sap-icon-TNT--select:before{content:\"\\e02d\"}.sap-icon-TNT--cursor:before{content:\"\\e02e\"}.sap-icon-TNT--api:before{content:\"\\e02f\"}.sap-icon-TNT--o-data:before{content:\"\\e030\"}.sap-icon-TNT--javascript:before{content:\"\\e031\"}.sap-icon-TNT--value-mapping:before{content:\"\\e032\"}.sap-icon-TNT--terminate-end-event:before{content:\"\\e033\"}.sap-icon-TNT--parallel-gateway:before{content:\"\\e034\"}.sap-icon-TNT--exclusive-gateway:before{content:\"\\e035\"}.sap-icon-TNT--service-task:before{content:\"\\e036\"}.sap-icon-TNT--workflow-editor:before{content:\"\\e037\"}.sap-icon-TNT--boundary-interrupting:before{content:\"\\e038\"}.sap-icon-TNT--boundary-non-interrupting:before{content:\"\\e039\"}.sap-icon-TNT--block:before{content:\"\\e03a\"}.sap-icon-TNT--constrain-block:before{content:\"\\e03b\"}.sap-icon-TNT--actor:before{content:\"\\e03c\"}.sap-icon-TNT--instance-specification:before{content:\"\\e03d\"}.sap-icon-TNT--value-type:before{content:\"\\e03e\"}.sap-icon-TNT--interface-block:before{content:\"\\e03f\"}.sap-icon-TNT--unit:before{content:\"\\e040\"}.sap-icon-TNT--signal:before{content:\"\\e041\"}.sap-icon-TNT--quantity-kind:before{content:\"\\e042\"}.sap-icon-TNT--item-flow:before{content:\"\\e043\"}.sap-icon-TNT--dependency:before{content:\"\\e044\"}.sap-icon-TNT--generalization:before{content:\"\\e045\"}.sap-icon-TNT--aggregation:before{content:\"\\e046\"}.sap-icon-TNT--composition:before{content:\"\\e047\"}.sap-icon-TNT--association:before{content:\"\\e048\"}.sap-icon-TNT--port:before{content:\"\\e049\"}.sap-icon-TNT--proxy-port:before{content:\"\\e04a\"}.sap-icon-TNT--full-port:before{content:\"\\e04b\"}.sap-icon-TNT--operations:before{content:\"\\e04c\"}.sap-icon-TNT--constrains:before{content:\"\\e04d\"}.sap-icon-TNT--receptions:before{content:\"\\e04e\"}.sap-icon-TNT--references:before{content:\"\\e04f\"}.sap-icon-TNT--parts:before{content:\"\\e050\"}.sap-icon-TNT--flow:before{content:\"\\e051\"}.sap-icon-TNT--values:before{content:\"\\e052\"}.sap-icon-TNT--bill-of-material:before{content:\"\\e053\"}.sap-icon-TNT--document-info-recording:before{content:\"\\e054\"}.sap-icon-TNT--use-case-diagram:before{content:\"\\e055\"}.sap-icon-TNT--bdd-diagram:before{content:\"\\e056\"}.sap-icon-TNT--requirement-diagram:before{content:\"\\e057\"}.sap-icon-TNT--package-diagram:before{content:\"\\e058\"}.sap-icon-TNT--internal-block-diagram:before{content:\"\\e059\"}.sap-icon-TNT--requirement-containment-relationship:before{content:\"\\e05a\"}.sap-icon-TNT--use-case:before{content:\"\\e05b\"}.sap-icon-TNT--use-case-extension-point:before{content:\"\\e05c\"}.sap-icon-TNT--communication-path:before{content:\"\\e05d\"}.sap-icon-TNT--note-connection:before{content:\"\\e05e\"}.sap-icon-TNT--subject:before{content:\"\\e05f\"}.sap-icon-TNT--auto-layout:before{content:\"\\e060\"}.sap-icon-TNT--required-interface:before{content:\"\\e061\"}.sap-icon-TNT--provided-interface:before{content:\"\\e062\"}.sap-icon-TNT--sub-content:before{content:\"\\e063\"}.sap-icon-TNT--connector:before{content:\"\\e064\"}.sap-icon-TNT--local-process-call:before{content:\"\\e065\"}.sap-icon-TNT--aggregator:before{content:\"\\e066\"}.sap-icon-TNT--splitter:before{content:\"\\e067\"}.sap-icon-TNT--converter:before{content:\"\\e068\"}.sap-icon-TNT--content-modifier:before{content:\"\\e069\"}.sap-icon-TNT--message-start-event:before{content:\"\\e06a\"}.sap-icon-TNT--message-end-event:before{content:\"\\e06d\"}.sap-icon-TNT--escalation-end-event:before{content:\"\\e06c\"}.sap-icon-TNT--start-timer-event:before{content:\"\\e06d\"}.sap-icon-TNT--error-start-event:before{content:\"\\e06e\"}.sap-icon-TNT--error-end-event:before{content:\"\\e06f\"}.sap-icon-TNT--content-enricher:before{content:\"\\e070\"}.sap-icon-TNT--realization:before{content:\"\\e071\"}.sap-icon-TNT--interface:before{content:\"\\e072\"}.sap-icon-TNT--usiness-capability:before{content:\"\\e073\"}.sap-icon-TNT--progress-group:before{content:\"\\e074\"}.sap-icon-TNT--value-stream:before{content:\"\\e075\"}.sap-icon-TNT--value-flow:before{content:\"\\e076\"}.sap-icon-TNT--application:before{content:\"\\e077\"}.sap-icon-TNT--etl-job:before{content:\"\\e078\"}.sap-icon-TNT--business-service:before{content:\"\\e079\"}.sap-icon-TNT--application-service:before{content:\"\\e07a\"}.sap-icon-TNT--network-node:before{content:\"\\e07b\"}.sap-icon-TNT--network:before{content:\"\\e07c\"}.sap-icon-TNT--deployment-instance:before{content:\"\\e07d\"}.sap-icon-TNT--intranet:before{content:\"\\e07e\"}.sap-icon-TNT--mobile-network:before{content:\"\\e07f\"}.sap-icon-TNT--private-cloud:before{content:\"\\e080\"}.sap-icon-TNT--antenna:before{content:\"\\e081\"}.sap-icon-TNT--firewall:before{content:\"\\e082\"}.sap-icon-TNT--hub:before{content:\"\\e083\"}.sap-icon-TNT--modem:before{content:\"\\e084\"}.sap-icon-TNT--repeater:before{content:\"\\e085\"}.sap-icon-TNT--router:before{content:\"\\e086\"}.sap-icon-TNT--switch:before{content:\"\\e087\"}.sap-icon-TNT--satellite:before{content:\"\\e088\"}.sap-icon-TNT--system-2:before{content:\"\\e089\"}.sap-icon-TNT--status-activating:before{content:\"\\e08a\"}.sap-icon-TNT--status-suspended:before{content:\"\\e08b\"}.sap-icon-TNT--status-suspending:before{content:\"\\e08c\"}.sap-icon-TNT--status-terminated:before{content:\"\\e08d\"}.sap-icon-TNT--status-terminating:before{content:\"\\e08e\"}.sap-icon-TNT--solution-not-licensed:before{content:\"\\e08f\"}.sap-icon-TNT--clear-all-mapping:before{content:\"\\e090\"}.sap-icon-TNT--map-all-fields:before{content:\"\\e091\"}.sap-icon-TNT--indicator:before{content:\"\\e107\"}.sap-icon-TNT--indicator-active:before{content:\"\\e108\"}.sap-icon-TNT--task-optional:before{content:\"\\e109\"}.sap-icon-TNT--task-done:before{content:\"\\e10a\"}[class*=sap-icon].fd-inline-help__trigger{padding:0 .25rem;outline-offset:-.125rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
58
58
  }
59
59
  __decorate([
60
60
  applyCssClass,
@@ -69,7 +69,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImpor
69
69
  provide: FD_ICON_COMPONENT,
70
70
  useExisting: IconComponent
71
71
  }
72
- ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["/*!\n * Fundamental Library Styles v0.28.3\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */[class*=sap-icon]{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:inline-block;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;padding:0}[class*=sap-icon]:after,[class*=sap-icon]:before{box-sizing:inherit;font-size:inherit}[class*=sap-icon]:before{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}[class*=sap-icon].sap-icon--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--background-default:before{background-color:transparent}[class*=sap-icon].sap-icon--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon].sap-icon--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon].sap-icon--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon].is-focus,[class*=sap-icon]:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}[class*=sap-icon-businessSuiteInAppSymbols]:before{font-family:BusinessSuiteInAppSymbols}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-default:before{background-color:transparent}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT]:before{font-family:SAP-icons-TNT}[class*=sap-icon-TNT].sap-icon-TNT--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-default:before{background-color:transparent}[class*=sap-icon-TNT].sap-icon-TNT--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-information:before{background-color:var(--sapInformativeElementColor)}.sap-icon--accidental-leave:before{content:\"\\e000\"}.sap-icon--account:before{content:\"\\e001\"}.sap-icon--wrench:before{content:\"\\e002\"}.sap-icon--windows-doors:before{content:\"\\e003\"}.sap-icon--washing-machine:before{content:\"\\e004\"}.sap-icon--visits:before{content:\"\\e005\"}.sap-icon--video:before{content:\"\\e006\"}.sap-icon--travel-expense:before{content:\"\\e007\"}.sap-icon--temperature:before{content:\"\\e008\"}.sap-icon--task:before{content:\"\\e009\"}.sap-icon--synchronize:before{content:\"\\e00a\"}.sap-icon--survey:before{content:\"\\e00b\"}.sap-icon--settings:before{content:\"\\e00c\"}.sap-icon--search:before{content:\"\\e00d\"}.sap-icon--sales-document:before{content:\"\\e00e\"}.sap-icon--retail-store:before{content:\"\\e00f\"}.sap-icon--refresh:before{content:\"\\e010\"}.sap-icon--product:before{content:\"\\e011\"}.sap-icon--present:before{content:\"\\e012\"}.sap-icon--ppt-attachment:before{content:\"\\e013\"}.sap-icon--pool:before{content:\"\\e014\"}.sap-icon--pie-chart:before{content:\"\\e015\"}.sap-icon--picture:before{content:\"\\e016\"}.sap-icon--photo-voltaic:before{content:\"\\e017\"}.sap-icon--phone:before{content:\"\\e018\"}.sap-icon--pending:before{content:\"\\e019\"}.sap-icon--pdf-attachment:before{content:\"\\e01a\"}.sap-icon--past:before{content:\"\\e01b\"}.sap-icon--outgoing-call:before{content:\"\\e01c\"}.sap-icon--opportunity:before{content:\"\\e01d\"}.sap-icon--opportunities:before{content:\"\\e01e\"}.sap-icon--notes:before{content:\"\\e01f\"}.sap-icon--money-bills:before{content:\"\\e020\"}.sap-icon--map:before{content:\"\\e021\"}.sap-icon--log:before{content:\"\\e022\"}.sap-icon--line-charts:before{content:\"\\e023\"}.sap-icon--lightbulb:before{content:\"\\e024\"}.sap-icon--leads:before{content:\"\\e025\"}.sap-icon--lead:before{content:\"\\e026\"}.sap-icon--laptop:before{content:\"\\e027\"}.sap-icon--kpi-managing-my-area:before{content:\"\\e028\"}.sap-icon--kpi-corporate-performance:before{content:\"\\e029\"}.sap-icon--incoming-call:before{content:\"\\e02a\"}.sap-icon--inbox:before{content:\"\\e02b\"}.sap-icon--horizontal-bar-chart:before{content:\"\\e02c\"}.sap-icon--history:before{content:\"\\e02d\"}.sap-icon--heating-cooling:before{content:\"\\e02e\"}.sap-icon--gantt-bars:before{content:\"\\e02f\"}.sap-icon--future:before{content:\"\\e030\"}.sap-icon--fridge:before{content:\"\\e031\"}.sap-icon--fallback:before{content:\"\\e032\"}.sap-icon--expense-report:before{content:\"\\e033\"}.sap-icon--excel-attachment:before{content:\"\\e034\"}.sap-icon--energy-saving-lightbulb:before{content:\"\\e035\"}.sap-icon--employee:before{content:\"\\e036\"}.sap-icon--email:before{content:\"\\e037\"}.sap-icon--edit:before{content:\"\\e038\"}.sap-icon--duplicate:before{content:\"\\e039\"}.sap-icon--download:before{content:\"\\e03a\"}.sap-icon--doc-attachment:before{content:\"\\e03b\"}.sap-icon--dishwasher:before{content:\"\\e03c\"}.sap-icon--delete:before{content:\"\\e03d\"}.sap-icon--decline:before{content:\"\\e03e\"}.sap-icon--complete:before{content:\"\\e03f\"}.sap-icon--competitor:before{content:\"\\e040\"}.sap-icon--collections-management:before{content:\"\\e041\"}.sap-icon--chalkboard:before{content:\"\\e042\"}.sap-icon--cart:before{content:\"\\e043\"}.sap-icon--card:before{content:\"\\e044\"}.sap-icon--camera:before{content:\"\\e045\"}.sap-icon--calendar:before{content:\"\\e046\"}.sap-icon--begin:before{content:\"\\e047\"}.sap-icon--basket:before{content:\"\\e048\"}.sap-icon--bar-chart:before{content:\"\\e049\"}.sap-icon--attachment:before{content:\"\\e04a\"}.sap-icon--arrow-top:before{content:\"\\e04b\"}.sap-icon--arrow-right:before{content:\"\\e04c\"}.sap-icon--arrow-left:before{content:\"\\e04d\"}.sap-icon--arrow-bottom:before{content:\"\\e04e\"}.sap-icon--approvals:before{content:\"\\e04f\"}.sap-icon--appointment:before{content:\"\\e050\"}.sap-icon--alphabetical-order:before{content:\"\\e051\"}.sap-icon--along-stacked-chart:before{content:\"\\e052\"}.sap-icon--alert:before{content:\"\\e053\"}.sap-icon--addresses:before{content:\"\\e054\"}.sap-icon--address-book:before{content:\"\\e055\"}.sap-icon--add-filter:before{content:\"\\e056\"}.sap-icon--add-favorite:before{content:\"\\e057\"}.sap-icon--add:before{content:\"\\e058\"}.sap-icon--activities:before{content:\"\\e059\"}.sap-icon--action:before{content:\"\\e05a\"}.sap-icon--accept:before{content:\"\\e05b\"}.sap-icon--hint:before{content:\"\\e05c\"}.sap-icon--group:before{content:\"\\e05d\"}.sap-icon--check-availability:before{content:\"\\e05e\"}.sap-icon--weather-proofing:before{content:\"\\e05f\"}.sap-icon--payment-approval:before{content:\"\\e060\"}.sap-icon--batch-payments:before{content:\"\\e061\"}.sap-icon--bed:before{content:\"\\e062\"}.sap-icon--arobase:before{content:\"\\e063\"}.sap-icon--family-care:before{content:\"\\e064\"}.sap-icon--favorite:before{content:\"\\e065\"}.sap-icon--navigation-right-arrow:before{content:\"\\e066\"}.sap-icon--navigation-left-arrow:before{content:\"\\e067\"}.sap-icon--e-care:before{content:\"\\e068\"}.sap-icon--less:before{content:\"\\e069\"}.sap-icon--lateness:before{content:\"\\e06a\"}.sap-icon--lab:before{content:\"\\e06b\"}.sap-icon--internet-browser:before{content:\"\\e06c\"}.sap-icon--instance:before{content:\"\\e06d\"}.sap-icon--inspection:before{content:\"\\e06e\"}.sap-icon--image-viewer:before{content:\"\\e06f\"}.sap-icon--home:before{content:\"\\e070\"}.sap-icon--grid:before{content:\"\\e071\"}.sap-icon--goalseek:before{content:\"\\e072\"}.sap-icon--general-leave-request:before{content:\"\\e073\"}.sap-icon--create-leave-request:before{content:\"\\e074\"}.sap-icon--flight:before{content:\"\\e075\"}.sap-icon--filter:before{content:\"\\e076\"}.sap-icon--favorite-list:before{content:\"\\e077\"}.sap-icon--factory:before{content:\"\\e078\"}.sap-icon--endoscopy:before{content:\"\\e079\"}.sap-icon--employee-pane:before{content:\"\\e07a\"}.sap-icon--employee-approvals:before{content:\"\\e07b\"}.sap-icon--email-read:before{content:\"\\e07c\"}.sap-icon--electrocardiogram:before{content:\"\\e07d\"}.sap-icon--documents:before{content:\"\\e07e\"}.sap-icon--decision:before{content:\"\\e07f\"}.sap-icon--database:before{content:\"\\e080\"}.sap-icon--customer-history:before{content:\"\\e081\"}.sap-icon--customer:before{content:\"\\e082\"}.sap-icon--credit-card:before{content:\"\\e083\"}.sap-icon--create-entry-time:before{content:\"\\e084\"}.sap-icon--contacts:before{content:\"\\e085\"}.sap-icon--compare:before{content:\"\\e086\"}.sap-icon--clinical-order:before{content:\"\\e087\"}.sap-icon--chain-link:before{content:\"\\e088\"}.sap-icon--pull-down:before{content:\"\\e089\"}.sap-icon--cargo-train:before{content:\"\\e08a\"}.sap-icon--car-rental:before{content:\"\\e08b\"}.sap-icon--business-card:before{content:\"\\e08c\"}.sap-icon--bar-code:before{content:\"\\e08d\"}.sap-icon--folder-blank:before{content:\"\\e08e\"}.sap-icon--passenger-train:before{content:\"\\e08f\"}.sap-icon--question-mark:before{content:\"\\e090\"}.sap-icon--world:before{content:\"\\e091\"}.sap-icon--iphone:before{content:\"\\e092\"}.sap-icon--ipad:before{content:\"\\e093\"}.sap-icon--warning:before{content:\"\\e094\"}.sap-icon--sort:before{content:\"\\e095\"}.sap-icon--course-book:before{content:\"\\e096\"}.sap-icon--course-program:before{content:\"\\e097\"}.sap-icon--add-coursebook:before{content:\"\\e098\"}.sap-icon--print:before{content:\"\\e099\"}.sap-icon--save:before{content:\"\\e09a\"}.sap-icon--play:before{content:\"\\e09b\"}.sap-icon--pause:before{content:\"\\e09c\"}.sap-icon--record:before{content:\"\\e09d\"}.sap-icon--response:before{content:\"\\e09e\"}.sap-icon--pushpin-on:before{content:\"\\e09f\"}.sap-icon--pushpin-off:before{content:\"\\e0a0\"}.sap-icon--unfavorite:before{content:\"\\e0a1\"}.sap-icon--learning-assistant:before{content:\"\\e0a2\"}.sap-icon--timesheet:before{content:\"\\e0a3\"}.sap-icon--time-entry-request:before{content:\"\\e0a4\"}.sap-icon--list:before{content:\"\\e0a5\"}.sap-icon--action-settings:before{content:\"\\e0a6\"}.sap-icon--share:before{content:\"\\e0a7\"}.sap-icon--feed:before{content:\"\\e0a8\"}.sap-icon--role:before{content:\"\\e0a9\"}.sap-icon--flag:before{content:\"\\e0aa\"}.sap-icon--post:before{content:\"\\e0ab\"}.sap-icon--inspect:before{content:\"\\e0ac\"}.sap-icon--inspect-down:before{content:\"\\e0ad\"}.sap-icon--appointment-2:before{content:\"\\e0ae\"}.sap-icon--target-group:before{content:\"\\e0af\"}.sap-icon--marketing-campaign:before{content:\"\\e0b0\"}.sap-icon--message-error:before,.sap-icon--notification:before{content:\"\\e0b1\"}.sap-icon--comment:before{content:\"\\e0b2\"}.sap-icon--shipping-status:before{content:\"\\e0b3\"}.sap-icon--collaborate:before{content:\"\\e0b4\"}.sap-icon--shortcut:before{content:\"\\e0b5\"}.sap-icon--lead-outdated:before{content:\"\\e0b6\"}.sap-icon--tools-opportunity:before{content:\"\\e0b7\"}.sap-icon--permission:before{content:\"\\e0b8\"}.sap-icon--supplier:before{content:\"\\e0b9\"}.sap-icon--table-view:before{content:\"\\e0ba\"}.sap-icon--table-chart:before{content:\"\\e0bb\"}.sap-icon--switch-views:before{content:\"\\e0bc\"}.sap-icon--e-learning:before{content:\"\\e0bd\"}.sap-icon--manager:before{content:\"\\e0be\"}.sap-icon--switch-classes:before{content:\"\\e0bf\"}.sap-icon--simple-payment:before{content:\"\\e0c0\"}.sap-icon--signature:before{content:\"\\e0c1\"}.sap-icon--sales-order-item:before{content:\"\\e0c2\"}.sap-icon--sales-order:before{content:\"\\e0c3\"}.sap-icon--request:before{content:\"\\e0c4\"}.sap-icon--receipt:before{content:\"\\e0c5\"}.sap-icon--puzzle:before{content:\"\\e0c6\"}.sap-icon--process:before{content:\"\\e0c7\"}.sap-icon--private:before{content:\"\\e0c8\"}.sap-icon--popup-window:before{content:\"\\e0c9\"}.sap-icon--person-placeholder:before{content:\"\\e0ca\"}.sap-icon--per-diem:before{content:\"\\e0cb\"}.sap-icon--paper-plane:before{content:\"\\e0cc\"}.sap-icon--paid-leave:before{content:\"\\e0cd\"}.sap-icon--pdf-reader:before{content:\"\\e0ce\"}.sap-icon--overview-chart:before{content:\"\\e0cf\"}.sap-icon--overlay:before{content:\"\\e0d0\"}.sap-icon--org-chart:before{content:\"\\e0d1\"}.sap-icon--number-sign:before{content:\"\\e0d2\"}.sap-icon--notification-2:before{content:\"\\e0d3\"}.sap-icon--my-sales-order:before{content:\"\\e0d4\"}.sap-icon--meal:before{content:\"\\e0d5\"}.sap-icon--loan:before{content:\"\\e0d6\"}.sap-icon--order-status:before{content:\"\\e0d7\"}.sap-icon--customer-order-entry:before{content:\"\\e0d8\"}.sap-icon--performance:before{content:\"\\e0d9\"}.sap-icon--menu:before{content:\"\\e0da\"}.sap-icon--employee-lookup:before{content:\"\\e0db\"}.sap-icon--education:before{content:\"\\e0dc\"}.sap-icon--customer-briefing:before{content:\"\\e0dd\"}.sap-icon--customer-and-contacts:before{content:\"\\e0de\"}.sap-icon--my-view:before{content:\"\\e0df\"}.sap-icon--accelerated:before{content:\"\\e0e0\"}.sap-icon--to-be-reviewed:before{content:\"\\e0e1\"}.sap-icon--warning2:before{content:\"\\e0e2\"}.sap-icon--feeder-arrow:before{content:\"\\e0e3\"}.sap-icon--quality-issue:before{content:\"\\e0e4\"}.sap-icon--workflow-tasks:before{content:\"\\e0e5\"}.sap-icon--create:before{content:\"\\e0e6\"}.sap-icon--home-share:before{content:\"\\e0e7\"}.sap-icon--globe:before{content:\"\\e0e8\"}.sap-icon--tags:before{content:\"\\e0e9\"}.sap-icon--work-history:before{content:\"\\e0ea\"}.sap-icon--x-ray:before{content:\"\\e0eb\"}.sap-icon--wounds-doc:before{content:\"\\e0ec\"}.sap-icon--web-cam:before{content:\"\\e0ed\"}.sap-icon--waiver:before{content:\"\\e0ee\"}.sap-icon--vertical-bar-chart:before{content:\"\\e0ef\"}.sap-icon--upstacked-chart:before{content:\"\\e0f0\"}.sap-icon--trip-report:before{content:\"\\e0f1\"}.sap-icon--microphone:before{content:\"\\e0f2\"}.sap-icon--unpaid-leave:before{content:\"\\e0f3\"}.sap-icon--tree:before{content:\"\\e0f4\"}.sap-icon--toaster-up:before{content:\"\\e0f5\"}.sap-icon--toaster-top:before{content:\"\\e0f6\"}.sap-icon--toaster-down:before{content:\"\\e0f7\"}.sap-icon--time-account:before{content:\"\\e0f8\"}.sap-icon--theater:before{content:\"\\e0f9\"}.sap-icon--taxi:before{content:\"\\e0fa\"}.sap-icon--subway-train:before{content:\"\\e0fb\"}.sap-icon--study-leave:before{content:\"\\e0fc\"}.sap-icon--stethoscope:before{content:\"\\e0fd\"}.sap-icon--step:before{content:\"\\e0fe\"}.sap-icon--sonography:before{content:\"\\e0ff\"}.sap-icon--soccor:before{content:\"\\e100\"}.sap-icon--physical-activity:before{content:\"\\e101\"}.sap-icon--pharmacy:before{content:\"\\e102\"}.sap-icon--official-service:before{content:\"\\e103\"}.sap-icon--offsite-work:before{content:\"\\e104\"}.sap-icon--nutrition-activity:before{content:\"\\e105\"}.sap-icon--newspaper:before{content:\"\\e106\"}.sap-icon--monitor-payments:before{content:\"\\e107\"}.sap-icon--map-2:before{content:\"\\e108\"}.sap-icon--machine:before{content:\"\\e109\"}.sap-icon--mri-scan:before{content:\"\\e10a\"}.sap-icon--end-user-experience-monitoring:before{content:\"\\e10b\"}.sap-icon--unwired:before{content:\"\\e10c\"}.sap-icon--customer-financial-fact-sheet:before{content:\"\\e10d\"}.sap-icon--retail-store-manager:before{content:\"\\e10e\"}.sap-icon--Netweaver-business-client:before{content:\"\\e10f\"}.sap-icon--electronic-medical-record:before{content:\"\\e110\"}.sap-icon--eam-work-order:before{content:\"\\e111\"}.sap-icon--customer-view:before{content:\"\\e112\"}.sap-icon--crm-service-manager:before{content:\"\\e113\"}.sap-icon--crm-sales:before{content:\"\\e114\"}.sap-icon--widgets:before{content:\"\\e115\"}.sap-icon--commission-check:before{content:\"\\e116\"}.sap-icon--collections-insight:before{content:\"\\e117\"}.sap-icon--clinical-tast-tracker:before{content:\"\\e118\"}.sap-icon--citizen-connect:before{content:\"\\e119\"}.sap-icon--cart-approval:before{content:\"\\e11a\"}.sap-icon--capital-projects:before{content:\"\\e11b\"}.sap-icon--bo-strategy-management:before{content:\"\\e11c\"}.sap-icon--business-objects-mobile:before{content:\"\\e11d\"}.sap-icon--business-objects-explorer:before{content:\"\\e11e\"}.sap-icon--business-objects-experience:before{content:\"\\e11f\"}.sap-icon--bbyd-dashboard:before{content:\"\\e120\"}.sap-icon--bbyd-active-sales:before{content:\"\\e121\"}.sap-icon--business-by-design:before{content:\"\\e122\"}.sap-icon--business-one:before{content:\"\\e123\"}.sap-icon--sap-box:before{content:\"\\e124\"}.sap-icon--manager-insight:before{content:\"\\e125\"}.sap-icon--accounting-document-verification:before{content:\"\\e126\"}.sap-icon--hr-approval:before{content:\"\\e127\"}.sap-icon--idea-wall:before{content:\"\\e128\"}.sap-icon--Chart-Tree-Map:before{content:\"\\e129\"}.sap-icon--cart-5:before{content:\"\\e12a\"}.sap-icon--cart-4:before{content:\"\\e12b\"}.sap-icon--wallet:before{content:\"\\e12c\"}.sap-icon--vehicle-repair:before{content:\"\\e12d\"}.sap-icon--upload:before{content:\"\\e12e\"}.sap-icon--unlocked:before{content:\"\\e12f\"}.sap-icon--umbrella:before{content:\"\\e130\"}.sap-icon--travel-request:before{content:\"\\e131\"}.sap-icon--travel-expense-report:before{content:\"\\e132\"}.sap-icon--travel-itinerary:before{content:\"\\e133\"}.sap-icon--time-overtime:before{content:\"\\e134\"}.sap-icon--thing-type:before{content:\"\\e135\"}.sap-icon--technical-object:before{content:\"\\e136\"}.sap-icon--tag:before{content:\"\\e137\"}.sap-icon--syringe:before{content:\"\\e138\"}.sap-icon--syntax:before{content:\"\\e139\"}.sap-icon--suitcase:before{content:\"\\e13a\"}.sap-icon--simulate:before{content:\"\\e13b\"}.sap-icon--shield:before{content:\"\\e13c\"}.sap-icon--share-2:before{content:\"\\e13d\"}.sap-icon--sales-quote:before{content:\"\\e13e\"}.sap-icon--repost:before{content:\"\\e13f\"}.sap-icon--provision:before{content:\"\\e140\"}.sap-icon--projector:before{content:\"\\e141\"}.sap-icon--add-product:before{content:\"\\e142\"}.sap-icon--pipeline-analysis:before{content:\"\\e143\"}.sap-icon--add-photo:before{content:\"\\e144\"}.sap-icon--palette:before{content:\"\\e145\"}.sap-icon--nurse:before{content:\"\\e146\"}.sap-icon--sales-notification:before{content:\"\\e147\"}.sap-icon--mileage:before{content:\"\\e148\"}.sap-icon--meeting-room:before{content:\"\\e149\"}.sap-icon--media-forward:before{content:\"\\e14a\"}.sap-icon--media-play:before{content:\"\\e14b\"}.sap-icon--media-pause:before{content:\"\\e14c\"}.sap-icon--media-reverse:before{content:\"\\e14d\"}.sap-icon--media-rewind:before{content:\"\\e14e\"}.sap-icon--measurement-document:before{content:\"\\e14f\"}.sap-icon--measuring-point:before{content:\"\\e150\"}.sap-icon--measure:before{content:\"\\e151\"}.sap-icon--map-3:before{content:\"\\e152\"}.sap-icon--locked:before{content:\"\\e153\"}.sap-icon--letter:before{content:\"\\e154\"}.sap-icon--journey-arrive:before{content:\"\\e155\"}.sap-icon--journey-change:before{content:\"\\e156\"}.sap-icon--journey-depart:before{content:\"\\e157\"}.sap-icon--it-system:before{content:\"\\e158\"}.sap-icon--it-instance:before{content:\"\\e159\"}.sap-icon--it-host:before{content:\"\\e15a\"}.sap-icon--iphone-2:before{content:\"\\e15b\"}.sap-icon--ipad-2:before{content:\"\\e15c\"}.sap-icon--inventory:before{content:\"\\e15d\"}.sap-icon--insurance-house:before{content:\"\\e15e\"}.sap-icon--insurance-life:before{content:\"\\e15f\"}.sap-icon--insurance-car:before{content:\"\\e160\"}.sap-icon--initiative:before{content:\"\\e161\"}.sap-icon--incident:before{content:\"\\e162\"}.sap-icon--group-2:before{content:\"\\e163\"}.sap-icon--goal:before{content:\"\\e164\"}.sap-icon--functional-location:before{content:\"\\e165\"}.sap-icon--full-screen:before{content:\"\\e166\"}.sap-icon--form:before{content:\"\\e167\"}.sap-icon--fob-watch:before{content:\"\\e168\"}.sap-icon--blank-tag:before{content:\"\\e169\"}.sap-icon--family-protection:before{content:\"\\e16a\"}.sap-icon--folder:before{content:\"\\e16b\"}.sap-icon--fax-machine:before{content:\"\\e16c\"}.sap-icon--example:before{content:\"\\e16d\"}.sap-icon--eraser:before{content:\"\\e16e\"}.sap-icon--employee-rejections:before{content:\"\\e16f\"}.sap-icon--drop-down-list:before{content:\"\\e170\"}.sap-icon--draw-rectangle:before{content:\"\\e171\"}.sap-icon--document:before{content:\"\\e172\"}.sap-icon--doctor:before{content:\"\\e173\"}.sap-icon--discussion-2:before{content:\"\\e174\"}.sap-icon--discussion:before{content:\"\\e175\"}.sap-icon--dimension:before{content:\"\\e176\"}.sap-icon--customer-and-supplier:before{content:\"\\e177\"}.sap-icon--crop:before{content:\"\\e178\"}.sap-icon--add-contact:before{content:\"\\e179\"}.sap-icon--compare-2:before{content:\"\\e17a\"}.sap-icon--color-fill:before{content:\"\\e17b\"}.sap-icon--collision:before{content:\"\\e17c\"}.sap-icon--curriculum:before{content:\"\\e17d\"}.sap-icon--chart-axis:before{content:\"\\e17e\"}.sap-icon--full-stacked-chart:before{content:\"\\e17f\"}.sap-icon--full-stacked-column-chart:before{content:\"\\e180\"}.sap-icon--vertical-bar-chart-2:before{content:\"\\e181\"}.sap-icon--horizontal-bar-chart-2:before{content:\"\\e182\"}.sap-icon--horizontal-stacked-chart:before{content:\"\\e183\"}.sap-icon--vertical-stacked-chart:before{content:\"\\e184\"}.sap-icon--choropleth-chart:before{content:\"\\e185\"}.sap-icon--geographic-bubble-chart:before{content:\"\\e186\"}.sap-icon--multiple-radar-chart:before{content:\"\\e187\"}.sap-icon--radar-chart:before{content:\"\\e188\"}.sap-icon--crossed-line-chart:before{content:\"\\e189\"}.sap-icon--multiple-line-chart:before{content:\"\\e18a\"}.sap-icon--multiple-bar-chart:before{content:\"\\e18b\"}.sap-icon--line-chart:before{content:\"\\e18c\"}.sap-icon--line-chart-dual-axis:before{content:\"\\e18d\"}.sap-icon--bubble-chart:before{content:\"\\e18e\"}.sap-icon--scatter-chart:before{content:\"\\e18f\"}.sap-icon--multiple-pie-chart:before{content:\"\\e190\"}.sap-icon--column-chart-dual-axis:before{content:\"\\e191\"}.sap-icon--tag-cloud-chart:before{content:\"\\e192\"}.sap-icon--area-chart:before{content:\"\\e193\"}.sap-icon--cause:before{content:\"\\e194\"}.sap-icon--cart-3:before{content:\"\\e195\"}.sap-icon--cart-2:before{content:\"\\e196\"}.sap-icon--bus-public-transport:before{content:\"\\e197\"}.sap-icon--burglary:before{content:\"\\e198\"}.sap-icon--building:before{content:\"\\e199\"}.sap-icon--border:before{content:\"\\e19a\"}.sap-icon--bookmark:before{content:\"\\e19b\"}.sap-icon--badge:before{content:\"\\e19c\"}.sap-icon--attachment-audio:before{content:\"\\e19d\"}.sap-icon--attachment-video:before{content:\"\\e19e\"}.sap-icon--attachment-html:before{content:\"\\e19f\"}.sap-icon--attachment-photo:before{content:\"\\e1a0\"}.sap-icon--attachment-e-pub:before{content:\"\\e1a1\"}.sap-icon--attachment-zip-file:before{content:\"\\e1a2\"}.sap-icon--attachment-text-file:before{content:\"\\e1a3\"}.sap-icon--add-equipment:before{content:\"\\e1a4\"}.sap-icon--add-activity:before{content:\"\\e1a5\"}.sap-icon--activity-individual:before{content:\"\\e1a6\"}.sap-icon--activity-2:before{content:\"\\e1a7\"}.sap-icon--add-activity-2:before{content:\"\\e1a8\"}.sap-icon--activity-items:before{content:\"\\e1a9\"}.sap-icon--activity-assigned-to-goal:before{content:\"\\e1aa\"}.sap-icon--status-completed:before,.sap-icon--status-positive:before{content:\"\\e1ab\"}.sap-icon--status-error:before,.sap-icon--status-negative:before{content:\"\\e1ac\"}.sap-icon--status-inactive:before{content:\"\\e1ad\"}.sap-icon--status-critical:before,.sap-icon--status-in-progress:before{content:\"\\e1ae\"}.sap-icon--blank-tag-2:before{content:\"\\e1af\"}.sap-icon--cart-full:before{content:\"\\e1b0\"}.sap-icon--locate-me:before{content:\"\\e1b1\"}.sap-icon--paging:before{content:\"\\e1b2\"}.sap-icon--company-view:before{content:\"\\e1b3\"}.sap-icon--document-text:before{content:\"\\e1b4\"}.sap-icon--explorer:before{content:\"\\e1b5\"}.sap-icon--personnel-view:before{content:\"\\e1b6\"}.sap-icon--sorting-ranking:before{content:\"\\e1b7\"}.sap-icon--drill-down:before{content:\"\\e1b8\"}.sap-icon--drill-up:before{content:\"\\e1b9\"}.sap-icon--vds-file:before{content:\"\\e1ba\"}.sap-icon--sap-logo-shape:before{content:\"\\e1bb\"}.sap-icon--folder-full:before{content:\"\\e1bc\"}.sap-icon--system-exit:before{content:\"\\e1bd\"}.sap-icon--system-exit-2:before{content:\"\\e1be\"}.sap-icon--close-command-field:before{content:\"\\e1bf\"}.sap-icon--open-command-field:before{content:\"\\e1c0\"}.sap-icon--sys-enter-2:before{content:\"\\e1c1\"}.sap-icon--sys-enter:before{content:\"\\e1c2\"}.sap-icon--sys-help-2:before{content:\"\\e1c3\"}.sap-icon--sys-help:before{content:\"\\e1c4\"}.sap-icon--sys-back:before{content:\"\\e1c5\"}.sap-icon--sys-back-2:before{content:\"\\e1c6\"}.sap-icon--sys-cancel:before{content:\"\\e1c7\"}.sap-icon--sys-cancel-2:before{content:\"\\e1c8\"}.sap-icon--open-folder:before{content:\"\\e1c9\"}.sap-icon--sys-find-next:before{content:\"\\e1ca\"}.sap-icon--sys-find:before{content:\"\\e1cb\"}.sap-icon--sys-monitor:before{content:\"\\e1cc\"}.sap-icon--sys-prev-page:before{content:\"\\e1cd\"}.sap-icon--sys-first-page:before{content:\"\\e1ce\"}.sap-icon--sys-next-page:before{content:\"\\e1cf\"}.sap-icon--sys-last-page:before{content:\"\\e1d0\"}.sap-icon--generate-shortcut:before{content:\"\\e1d1\"}.sap-icon--create-session:before{content:\"\\e1d2\"}.sap-icon--display-more:before{content:\"\\e1d3\"}.sap-icon--enter-more:before{content:\"\\e1d4\"}.sap-icon--zoom-in:before{content:\"\\e1d5\"}.sap-icon--zoom-out:before{content:\"\\e1d6\"}.sap-icon--header:before{content:\"\\e1d7\"}.sap-icon--detail-view:before,.sap-icon--show-edit:before{content:\"\\e1d8\"}.sap-icon--collapse:before{content:\"\\e1d9\"}.sap-icon--expand:before{content:\"\\e1da\"}.sap-icon--positive:before{content:\"\\e1db\"}.sap-icon--negative:before{content:\"\\e1dc\"}.sap-icon--display:before{content:\"\\e1dd\"}.sap-icon--menu2:before{content:\"\\e1de\"}.sap-icon--redo:before{content:\"\\e1df\"}.sap-icon--undo:before{content:\"\\e1e0\"}.sap-icon--navigation-up-arrow:before{content:\"\\e1e1\"}.sap-icon--navigation-down-arrow:before{content:\"\\e1e2\"}.sap-icon--down:before{content:\"\\e1e3\"}.sap-icon--up:before{content:\"\\e1e4\"}.sap-icon--shelf:before{content:\"\\e1e5\"}.sap-icon--background:before{content:\"\\e1e6\"}.sap-icon--resize:before{content:\"\\e1e7\"}.sap-icon--move:before{content:\"\\e1e8\"}.sap-icon--show:before{content:\"\\e1e9\"}.sap-icon--hide:before{content:\"\\e1ea\"}.sap-icon--nav-back:before{content:\"\\e1eb\"}.sap-icon--error:before{content:\"\\e1ec\"}.sap-icon--slim-arrow-right:before{content:\"\\e1ed\"}.sap-icon--slim-arrow-left:before{content:\"\\e1ee\"}.sap-icon--slim-arrow-down:before{content:\"\\e1ef\"}.sap-icon--slim-arrow-up:before{content:\"\\e1f0\"}.sap-icon--forward:before{content:\"\\e1f1\"}.sap-icon--overflow:before{content:\"\\e1f2\"}.sap-icon--value-help:before{content:\"\\e1f3\"}.sap-icon--multiselect:before{content:\"\\e1f4\"}.sap-icon--exitfullscreen:before{content:\"\\e1f5\"}.sap-icon--sys-add:before{content:\"\\e1f6\"}.sap-icon--sys-minus:before{content:\"\\e1f7\"}.sap-icon--dropdown:before{content:\"\\e1f8\"}.sap-icon--expand-group:before{content:\"\\e1f9\"}.sap-icon--vertical-grip:before{content:\"\\e1fa\"}.sap-icon--horizontal-grip:before{content:\"\\e1fb\"}.sap-icon--sort-descending:before{content:\"\\e1fc\"}.sap-icon--sort-ascending:before{content:\"\\e1fd\"}.sap-icon--arrow-down:before{content:\"\\e1fe\"}.sap-icon--legend:before{content:\"\\e1ff\"}.sap-icon--collapse-group:before{content:\"\\e200\"}.sap-icon--message-warning:before{content:\"\\e201\"}.sap-icon--message-information:before{content:\"\\e202\"}.sap-icon--message-success:before{content:\"\\e203\"}.sap-icon--restart:before{content:\"\\e204\"}.sap-icon--stop:before{content:\"\\e205\"}.sap-icon--add-process:before{content:\"\\e206\"}.sap-icon--cancel-maintenance:before{content:\"\\e207\"}.sap-icon--activate:before{content:\"\\e208\"}.sap-icon--resize-horizontal:before{content:\"\\e209\"}.sap-icon--resize-vertical:before{content:\"\\e20a\"}.sap-icon--connected:before{content:\"\\e20b\"}.sap-icon--disconnected:before{content:\"\\e20c\"}.sap-icon--edit-outside:before{content:\"\\e20d\"}.sap-icon--key:before{content:\"\\e20e\"}.sap-icon--minimize:before{content:\"\\e20f\"}.sap-icon--back-to-top:before{content:\"\\e210\"}.sap-icon--hello-world:before{content:\"\\e211\"}.sap-icon--outbox:before{content:\"\\e212\"}.sap-icon--donut-chart:before{content:\"\\e213\"}.sap-icon--heatmap-chart:before{content:\"\\e214\"}.sap-icon--horizontal-bullet-chart:before{content:\"\\e215\"}.sap-icon--vertical-bullet-chart:before{content:\"\\e216\"}.sap-icon--call:before{content:\"\\e217\"}.sap-icon--download-from-cloud:before{content:\"\\e218\"}.sap-icon--upload-to-cloud:before{content:\"\\e219\"}.sap-icon--jam:before{content:\"\\e21a\"}.sap-icon--sap-ui5:before{content:\"\\e21b\"}.sap-icon--message-popup:before{content:\"\\e21c\"}.sap-icon--cloud:before{content:\"\\e21d\"}.sap-icon--horizontal-waterfall-chart:before{content:\"\\e21e\"}.sap-icon--vertical-waterfall-chart:before{content:\"\\e21f\"}.sap-icon--broken-link:before{content:\"\\e220\"}.sap-icon--headset:before{content:\"\\e221\"}.sap-icon--thumb-up:before{content:\"\\e222\"}.sap-icon--thumb-down:before{content:\"\\e223\"}.sap-icon--multiselect-all:before{content:\"\\e224\"}.sap-icon--multiselect-none:before{content:\"\\e225\"}.sap-icon--scissors:before{content:\"\\e226\"}.sap-icon--sound:before{content:\"\\e227\"}.sap-icon--sound-loud:before{content:\"\\e228\"}.sap-icon--sound-off:before{content:\"\\e229\"}.sap-icon--date-time:before{content:\"\\e22a\"}.sap-icon--user-settings:before{content:\"\\e22b\"}.sap-icon--key-user-settings:before{content:\"\\e23c\"}.sap-icon--developer-settings:before{content:\"\\e22d\"}.sap-icon--text-formatting:before{content:\"\\e22e\"}.sap-icon--bold-text:before{content:\"\\e22f\"}.sap-icon--italic-text:before{content:\"\\e230\"}.sap-icon--underline-text:before{content:\"\\e231\"}.sap-icon--text-align-justified:before{content:\"\\e232\"}.sap-icon--text-align-left:before{content:\"\\e233\"}.sap-icon--text-align-center:before{content:\"\\e234\"}.sap-icon--text-align-right:before{content:\"\\e235\"}.sap-icon--bullet-text:before{content:\"\\e236\"}.sap-icon--numbered-text:before{content:\"\\e237\"}.sap-icon--co:before{content:\"\\e238\"}.sap-icon--ui-notifications:before{content:\"\\e239\"}.sap-icon--bell:before{content:\"\\e23a\"}.sap-icon--cancel-share:before{content:\"\\e23b\"}.sap-icon--write-new-document:before{content:\"\\e23c\"}.sap-icon--write-new:before{content:\"\\e23d\"}.sap-icon--cancel:before{content:\"\\e23e\"}.sap-icon--screen-split-one:before{content:\"\\e23f\"}.sap-icon--screen-split-two:before{content:\"\\e240\"}.sap-icon--screen-split-three:before{content:\"\\e241\"}.sap-icon--customize:before{content:\"\\e242\"}.sap-icon--user-edit:before{content:\"\\e243\"}.sap-icon--source-code:before{content:\"\\e244\"}.sap-icon--copy:before{content:\"\\e245\"}.sap-icon--paste:before{content:\"\\e246\"}.sap-icon--line-chart-time-axis:before{content:\"\\e247\"}.sap-icon--clear-filter:before{content:\"\\e248\"}.sap-icon--reset:before{content:\"\\e249\"}.sap-icon--trend-up:before{content:\"\\e24a\"}.sap-icon--trend-down:before{content:\"\\e24b\"}.sap-icon--cursor:before{content:\"\\e24c\"}.sap-icon--add-document:before{content:\"\\e24d\"}.sap-icon--create-form:before{content:\"\\e24e\"}.sap-icon--resize-corner:before{content:\"\\e24f\"}.sap-icon--chevron-phase:before{content:\"\\e250\"}.sap-icon--chevron-phase-2:before{content:\"\\e251\"}.sap-icon--rhombus-milestone:before{content:\"\\e252\"}.sap-icon--rhombus-milestone-2:before{content:\"\\e253\"}.sap-icon--circle-task:before{content:\"\\e254\"}.sap-icon--circle-task-2:before{content:\"\\e255\"}.sap-icon--project-definition-triangle:before{content:\"\\e256\"}.sap-icon--project-definition-triangle-2:before{content:\"\\e257\"}.sap-icon--master-task-triangle:before{content:\"\\e258\"}.sap-icon--master-task-triangle-2:before{content:\"\\e259\"}.sap-icon--program-triangles:before{content:\"\\e25a\"}.sap-icon--program-triangles-2:before{content:\"\\e25b\"}.sap-icon--mirrored-task-circle:before{content:\"\\e25c\"}.sap-icon--mirrored-task-circle-2:before{content:\"\\e25d\"}.sap-icon--checklist-item:before{content:\"\\e25e\"}.sap-icon--checklist-item-2:before{content:\"\\e25f\"}.sap-icon--checklist:before{content:\"\\e260\"}.sap-icon--checklist-2:before{content:\"\\e261\"}.sap-icon--chart-table-view:before{content:\"\\e262\"}.sap-icon--filter-analytics:before{content:\"\\e263\"}.sap-icon--filter-facets:before{content:\"\\e264\"}.sap-icon--filter-fields:before{content:\"\\e265\"}.sap-icon--indent:before{content:\"\\e266\"}.sap-icon--outdent:before{content:\"\\e267\"}.sap-icon--heading-1:before{content:\"\\e268\"}.sap-icon--heading-2:before{content:\"\\e269\"}.sap-icon--heading-3:before{content:\"\\e26a\"}.sap-icon--decrease-line-height:before{content:\"\\e26b\"}.sap-icon--increase-line-height:before{content:\"\\e26c\"}.sap-icon--fx:before{content:\"\\e26d\"}.sap-icon--add-folder:before{content:\"\\e26e\"}.sap-icon--away:before{content:\"\\e26f\"}.sap-icon--busy:before{content:\"\\e270\"}.sap-icon--appear-offline:before{content:\"\\e271\"}.sap-icon--blur:before{content:\"\\e272\"}.sap-icon--pixelate:before{content:\"\\e273\"}.sap-icon--horizontal-combination-chart:before{content:\"\\e274\"}.sap-icon--add-employee:before{content:\"\\e275\"}.sap-icon--text-color:before{content:\"\\e276\"}.sap-icon--browse-folder:before{content:\"\\e277\"}.sap-icon--primary-key:before{content:\"\\e278\"}.sap-icon--two-keys:before{content:\"\\e279\"}.sap-icon--strikethrough:before{content:\"\\e27a\"}.sap-icon--text:before{content:\"\\e27b\"}.sap-icon--responsive:before{content:\"\\e27c\"}.sap-icon--desktop-mobile:before{content:\"\\e27d\"}.sap-icon--table-row:before{content:\"\\e27e\"}.sap-icon--table-column:before{content:\"\\e27f\"}.sap-icon--validate:before{content:\"\\e280\"}.sap-icon--keyboard-and-mouse:before{content:\"\\e281\"}.sap-icon--touch:before{content:\"\\e282\"}.sap-icon--expand-all:before{content:\"\\e283\"}.sap-icon--collapse-all:before{content:\"\\e284\"}.sap-icon--combine:before{content:\"\\e285\"}.sap-icon--split:before{content:\"\\e286\"}.sap-icon--megamenu:before{content:\"\\e287\"}.sap-icon--feedback:before{content:\"\\e288\"}.sap-icon--information:before{content:\"\\e289\"}.sap-icon--s4hana:before{content:\"\\e28a\"}.sap-icon--translate:before{content:\"\\e28b\"}.sap-icon--clear-all:before{content:\"\\e28c\"}.sap-icon--command-line-interfaces:before{content:\"\\e28d\"}.sap-icon--icon-sum:before{content:\"\\e28e\"}.sap-icon--icon-qr-code:before{content:\"\\e28f\"}.sap-icon--space-navigation:before{content:\"\\e290\"}.sap-icon--in-progress:before{content:\"\\e291\"}.sap-icon--not-editable:before{content:\"\\e292\"}.sap-icon--heart:before{content:\"\\e293\"}.sap-icon--heart-2:before{content:\"\\e294\"}.sap-icon--tri-state:before{content:\"\\e295\"}.sap-icon--bookmark-2:before{content:\"\\e296\"}.sap-icon--detail-less:before{content:\"\\e297\"}.sap-icon--detail-more:before{content:\"\\e298\"}.sap-icon--flag-2:before{content:\"\\e299\"}.sap-icon--folder-2:before{content:\"\\e29a\"}.sap-icon--paint-bucket:before{content:\"\\e29b\"}.sap-icon--direction-arrows:before{content:\"\\e29c\"}.sap-icon--binary:before{content:\"\\e29d\"}.sap-icon--female:before{content:\"\\e29e\"}.sap-icon--male:before{content:\"\\e29f\"}.sap-icon--gender-male-and-female:before{content:\"\\e300\"}.sap-icon--rotate:before{content:\"\\e301\"}.sap-icon--biometric-thumb:before{content:\"\\e306\"}.sap-icon--biometric-face:before{content:\"\\e307\"}.sap-icon--people-connected:before{content:\"\\e308\"}.sap-icon--select-appointments:before{content:\"\\e30b\"}.sap-icon--light-mode:before{content:\"\\e309\"}.sap-icon--dark-mode:before{content:\"\\e30a\"}.sap-icon-businessSuiteInAppSymbols--heart:before{content:\"\\e000\"}.sap-icon-businessSuiteInAppSymbols--quarter:before{content:\"\\e001\"}.sap-icon-businessSuiteInAppSymbols--year:before{content:\"\\e002\"}.sap-icon-businessSuiteInAppSymbols--equalizer:before{content:\"\\e003\"}.sap-icon-businessSuiteInAppSymbols--component:before{content:\"\\e004\"}.sap-icon-businessSuiteInAppSymbols--component-private:before{content:\"\\e005\"}.sap-icon-businessSuiteInAppSymbols--raw-material:before{content:\"\\e006\"}.sap-icon-businessSuiteInAppSymbols--sms:before{content:\"\\e007\"}.sap-icon-businessSuiteInAppSymbols--add-note:before{content:\"\\e008\"}.sap-icon-businessSuiteInAppSymbols--change-time-horizon:before{content:\"\\e009\"}.sap-icon-businessSuiteInAppSymbols--table-chart-customization:before{content:\"\\e00a\"}.sap-icon-businessSuiteInAppSymbols--delegated-important-task:before{content:\"\\e00b\"}.sap-icon-businessSuiteInAppSymbols--forklift:before{content:\"\\e00c\"}.sap-icon-businessSuiteInAppSymbols--coins:before{content:\"\\e00d\"}.sap-icon-businessSuiteInAppSymbols--filter-menu:before{content:\"\\e00e\"}.sap-icon-businessSuiteInAppSymbols--target-to-date:before{content:\"\\e00f\"}.sap-icon-businessSuiteInAppSymbols--program:before{content:\"\\e010\"}.sap-icon-businessSuiteInAppSymbols--phase:before{content:\"\\e011\"}.sap-icon-businessSuiteInAppSymbols--checklist:before{content:\"\\e012\"}.sap-icon-businessSuiteInAppSymbols--mirrored-task:before{content:\"\\e013\"}.sap-icon-businessSuiteInAppSymbols--sub-project:before{content:\"\\e014\"}.sap-icon-businessSuiteInAppSymbols--checklist-item:before{content:\"\\e015\"}.sap-icon-businessSuiteInAppSymbols--adhoc-analysis:before{content:\"\\e016\"}.sap-icon-businessSuiteInAppSymbols--change-analysis:before{content:\"\\e017\"}.sap-icon-businessSuiteInAppSymbols--review-demands:before{content:\"\\e018\"}.sap-icon-businessSuiteInAppSymbols--project-definition:before{content:\"\\e019\"}.sap-icon-businessSuiteInAppSymbols--data-access:before{content:\"\\e01a\"}.sap-icon-businessSuiteInAppSymbols--define-shortage:before{content:\"\\e01b\"}.sap-icon-businessSuiteInAppSymbols--review-supplies:before{content:\"\\e01c\"}.sap-icon-businessSuiteInAppSymbols--change-log:before{content:\"\\e01d\"}.sap-icon-businessSuiteInAppSymbols--priority-1:before{content:\"\\e01e\"}.sap-icon-businessSuiteInAppSymbols--priority-2:before{content:\"\\e01f\"}.sap-icon-businessSuiteInAppSymbols--jam:before{content:\"\\e020\"}.sap-icon-businessSuiteInAppSymbols--milestone:before{content:\"\\e021\"}.sap-icon-businessSuiteInAppSymbols--bulleting-with-numbers:before{content:\"\\e022\"}.sap-icon-businessSuiteInAppSymbols--decrease-indent:before{content:\"\\e023\"}.sap-icon-businessSuiteInAppSymbols--increase-indent:before{content:\"\\e024\"}.sap-icon-businessSuiteInAppSymbols--bold:before{content:\"\\e025\"}.sap-icon-businessSuiteInAppSymbols--italic:before{content:\"\\e026\"}.sap-icon-businessSuiteInAppSymbols--strike-through:before{content:\"\\e027\"}.sap-icon-businessSuiteInAppSymbols--underline:before{content:\"\\e028\"}.sap-icon-businessSuiteInAppSymbols--save-as:before{content:\"\\e029\"}.sap-icon-businessSuiteInAppSymbols--segmentation:before{content:\"\\e02a\"}.sap-icon-businessSuiteInAppSymbols--context-menu:before{content:\"\\e02b\"}.sap-icon-businessSuiteInAppSymbols--snapshot:before{content:\"\\e02c\"}.sap-icon-businessSuiteInAppSymbols--subtraction-b-a:before{content:\"\\e02d\"}.sap-icon-businessSuiteInAppSymbols--subtraction-a-b:before{content:\"\\e02e\"}.sap-icon-businessSuiteInAppSymbols--intersection:before{content:\"\\e02f\"}.sap-icon-businessSuiteInAppSymbols--union:before{content:\"\\e030\"}.sap-icon-businessSuiteInAppSymbols--top:before{content:\"\\e031\"}.sap-icon-businessSuiteInAppSymbols--bottom:before{content:\"\\e032\"}.sap-icon-businessSuiteInAppSymbols--page-up:before{content:\"\\e033\"}.sap-icon-businessSuiteInAppSymbols--page-down:before{content:\"\\e034\"}.sap-icon-businessSuiteInAppSymbols--create-dashboard:before{content:\"\\e035\"}.sap-icon-businessSuiteInAppSymbols--xcelsius-file:before{content:\"\\e036\"}.sap-icon-businessSuiteInAppSymbols--open-folder:before{content:\"\\e037\"}.sap-icon-businessSuiteInAppSymbols--neutral:before{content:\"\\e038\"}.sap-icon-businessSuiteInAppSymbols--split-segmentation:before{content:\"\\e039\"}.sap-icon-businessSuiteInAppSymbols--manage-budget:before{content:\"\\e03a\"}.sap-icon-businessSuiteInAppSymbols--blocked:before{content:\"\\e03b\"}.sap-icon-businessSuiteInAppSymbols--pipette:before{content:\"\\e03c\"}.sap-icon-businessSuiteInAppSymbols--top-recipe:before{content:\"\\e03d\"}.sap-icon-businessSuiteInAppSymbols--recipe:before{content:\"\\e03e\"}.sap-icon-businessSuiteInAppSymbols--ingredients:before{content:\"\\e03f\"}.sap-icon-businessSuiteInAppSymbols--multiple-charts:before{content:\"\\e040\"}.sap-icon-businessSuiteInAppSymbols--descending-bars:before{content:\"\\e041\"}.sap-icon-businessSuiteInAppSymbols--descending-stacked-bars:before{content:\"\\e042\"}.sap-icon-businessSuiteInAppSymbols--scatter-plot:before{content:\"\\e043\"}.sap-icon-businessSuiteInAppSymbols--spill:before{content:\"\\e044\"}.sap-icon-businessSuiteInAppSymbols--fire:before{content:\"\\e045\"}.sap-icon-businessSuiteInAppSymbols--stratification:before{content:\"\\e046\"}.sap-icon-businessSuiteInAppSymbols--relationship:before{content:\"\\e047\"}.sap-icon-businessSuiteInAppSymbols--margin-decomposition:before{content:\"\\e048\"}.sap-icon-businessSuiteInAppSymbols--control-group:before{content:\"\\e049\"}.sap-icon-businessSuiteInAppSymbols--comparison-chart:before{content:\"\\e04a\"}.sap-icon-businessSuiteInAppSymbols--responsible-area:before{content:\"\\e04b\"}.sap-icon-businessSuiteInAppSymbols--increase:before{content:\"\\e04c\"}.sap-icon-businessSuiteInAppSymbols--decrease:before{content:\"\\e04d\"}.sap-icon-businessSuiteInAppSymbols--current-stock:before{content:\"\\e04e\"}.sap-icon-businessSuiteInAppSymbols--expedite:before{content:\"\\e04f\"}.sap-icon-businessSuiteInAppSymbols--postpone:before{content:\"\\e050\"}.sap-icon-businessSuiteInAppSymbols--approved:before{content:\"\\e051\"}.sap-icon-businessSuiteInAppSymbols--partially-delivered:before{content:\"\\e052\"}.sap-icon-businessSuiteInAppSymbols--line-bar-chart:before{content:\"\\e053\"}.sap-icon-businessSuiteInAppSymbols--expand-all:before{content:\"\\e054\"}.sap-icon-businessSuiteInAppSymbols--submission:before{content:\"\\e055\"}.sap-icon-businessSuiteInAppSymbols--change-request:before{content:\"\\e056\"}.sap-icon-businessSuiteInAppSymbols--column-unselected:before{content:\"\\e057\"}.sap-icon-businessSuiteInAppSymbols--column-selected:before{content:\"\\e058\"}.sap-icon-businessSuiteInAppSymbols--row-unselected:before{content:\"\\e059\"}.sap-icon-businessSuiteInAppSymbols--row-selected:before{content:\"\\e05a\"}.sap-icon-businessSuiteInAppSymbols--stock-requirements:before{content:\"\\e05b\"}.sap-icon-businessSuiteInAppSymbols--gender-male-and-female:before{content:\"\\e05c\"}.sap-icon-businessSuiteInAppSymbols--marital-status:before{content:\"\\e05d\"}.sap-icon-businessSuiteInAppSymbols--birthday:before{content:\"\\e05e\"}.sap-icon-businessSuiteInAppSymbols--classification:before{content:\"\\e05f\"}.sap-icon-businessSuiteInAppSymbols--marked-for-deletion:before{content:\"\\e060\"}.sap-icon-businessSuiteInAppSymbols--bullet-chart:before{content:\"\\e061\"}.sap-icon-businessSuiteInAppSymbols--remove-filter:before{content:\"\\e062\"}.sap-icon-businessSuiteInAppSymbols--bank-account:before{content:\"\\e063\"}.sap-icon-businessSuiteInAppSymbols--savings-account:before{content:\"\\e064\"}.sap-icon-businessSuiteInAppSymbols--debit-card:before{content:\"\\e065\"}.sap-icon-businessSuiteInAppSymbols--vip-customer:before{content:\"\\e066\"}.sap-icon-businessSuiteInAppSymbols--undesirable-customer:before{content:\"\\e067\"}.sap-icon-businessSuiteInAppSymbols--answered-change-request:before{content:\"\\e068\"}.sap-icon-businessSuiteInAppSymbols--collected-change-request:before{content:\"\\e069\"}.sap-icon-businessSuiteInAppSymbols--draw-freehand:before{content:\"\\e06a\"}.sap-icon-businessSuiteInAppSymbols--draw-circle:before{content:\"\\e06b\"}.sap-icon-businessSuiteInAppSymbols--completed:before{content:\"\\e06c\"}.sap-icon-businessSuiteInAppSymbols--answered:before{content:\"\\e06d\"}.sap-icon-businessSuiteInAppSymbols--traffic-cone:before{content:\"\\e06e\"}.sap-icon-businessSuiteInAppSymbols--traffic-lights:before{content:\"\\e06f\"}.sap-icon-businessSuiteInAppSymbols--container:before{content:\"\\e070\"}.sap-icon-businessSuiteInAppSymbols--container-loading:before{content:\"\\e071\"}.sap-icon-businessSuiteInAppSymbols--traffic-jam:before{content:\"\\e072\"}.sap-icon-businessSuiteInAppSymbols--products:before{content:\"\\e073\"}.sap-icon-businessSuiteInAppSymbols--sidepanel:before{content:\"\\e074\"}.sap-icon-businessSuiteInAppSymbols--split-screen:before{content:\"\\e075\"}.sap-icon-businessSuiteInAppSymbols--truck-driver:before{content:\"\\e076\"}.sap-icon-businessSuiteInAppSymbols--keep-segment:before{content:\"\\e077\"}.sap-icon-businessSuiteInAppSymbols--exclude-segment:before{content:\"\\e078\"}.sap-icon-businessSuiteInAppSymbols--separate-segments:before{content:\"\\e079\"}.sap-icon-businessSuiteInAppSymbols--distribute-segments:before{content:\"\\e07a\"}.sap-icon-businessSuiteInAppSymbols--next-open-item:before{content:\"\\e07b\"}.sap-icon-businessSuiteInAppSymbols--where-used:before{content:\"\\e07c\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery:before{content:\"\\e07d\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-inactive:before{content:\"\\e07e\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-active:before{content:\"\\e07f\"}.sap-icon-businessSuiteInAppSymbols--target:before{content:\"\\e080\"}.sap-icon-businessSuiteInAppSymbols--source:before{content:\"\\e081\"}.sap-icon-businessSuiteInAppSymbols--material:before{content:\"\\e082\"}.sap-icon-businessSuiteInAppSymbols--due-date:before{content:\"\\e083\"}.sap-icon-businessSuiteInAppSymbols--overdue:before{content:\"\\e084\"}.sap-icon-businessSuiteInAppSymbols--set-as-default:before{content:\"\\e085\"}.sap-icon-businessSuiteInAppSymbols--face-very-bad:before{content:\"\\e086\"}.sap-icon-businessSuiteInAppSymbols--face-bad:before{content:\"\\e087\"}.sap-icon-businessSuiteInAppSymbols--face-skeptical:before{content:\"\\e088\"}.sap-icon-businessSuiteInAppSymbols--face-neutral:before{content:\"\\e089\"}.sap-icon-businessSuiteInAppSymbols--face-astonished:before{content:\"\\e08a\"}.sap-icon-businessSuiteInAppSymbols--face-happy:before{content:\"\\e08b\"}.sap-icon-businessSuiteInAppSymbols--face-very-happy:before{content:\"\\e08c\"}.sap-icon-businessSuiteInAppSymbols--face-awful:before{content:\"\\e08d\"}.sap-icon-businessSuiteInAppSymbols--face-devastated:before{content:\"\\e08e\"}.sap-icon-businessSuiteInAppSymbols--face-okey-dokey:before{content:\"\\e08f\"}.sap-icon-businessSuiteInAppSymbols--alarm:before{content:\"\\e090\"}.sap-icon-businessSuiteInAppSymbols--activate:before{content:\"\\e091\"}.sap-icon-businessSuiteInAppSymbols--segment-preview-reference-objects:before{content:\"\\e092\"}.sap-icon-businessSuiteInAppSymbols--radius:before{content:\"\\e093\"}.sap-icon-businessSuiteInAppSymbols--polygone-black:before{content:\"\\e094\"}.sap-icon-businessSuiteInAppSymbols--polygone-white:before{content:\"\\e095\"}.sap-icon-businessSuiteInAppSymbols--ploygone:before{content:\"\\e096\"}.sap-icon-businessSuiteInAppSymbols--no-filter:before{content:\"\\e097\"}.sap-icon-businessSuiteInAppSymbols--grip:before{content:\"\\e098\"}.sap-icon-businessSuiteInAppSymbols--water:before{content:\"\\e09a\"}.sap-icon-businessSuiteInAppSymbols--gas:before{content:\"\\e09b\"}.sap-icon-businessSuiteInAppSymbols--liquid:before{content:\"\\e09c\"}.sap-icon-businessSuiteInAppSymbols--time-deposit:before{content:\"\\e09d\"}.sap-icon-businessSuiteInAppSymbols--early-widthdrawal-for-time-deposits:before{content:\"\\e09e\"}.sap-icon-businessSuiteInAppSymbols--truck-load:before{content:\"\\e0e8\"}.sap-icon-businessSuiteInAppSymbols--truck-unload:before{content:\"\\e0e9\"}.sap-icon-businessSuiteInAppSymbols--truck-load-unload:before{content:\"\\e0ea\"}.sap-icon-businessSuiteInAppSymbols--pharmacy:before{content:\"\\e0eb\"}.sap-icon-businessSuiteInAppSymbols--medicine-syrup:before{content:\"\\e0ec\"}.sap-icon-businessSuiteInAppSymbols--reminder:before{content:\"\\e0ed\"}.sap-icon-businessSuiteInAppSymbols--medicine-pill:before{content:\"\\e0ee\"}.sap-icon-businessSuiteInAppSymbols--medicine-ointment:before{content:\"\\e0ef\"}.sap-icon-businessSuiteInAppSymbols--medicine-drops:before{content:\"\\e0f0\"}.sap-icon-businessSuiteInAppSymbols--blood-test:before{content:\"\\e0f1\"}.sap-icon-businessSuiteInAppSymbols--temperature:before{content:\"\\e0f2\"}.sap-icon-businessSuiteInAppSymbols--medicine-inhaler:before{content:\"\\e0f3\"}.sap-icon-businessSuiteInAppSymbols--foot-steps:before{content:\"\\e0f4\"}.sap-icon-businessSuiteInAppSymbols--weight:before{content:\"\\e0f5\"}.sap-icon-businessSuiteInAppSymbols--health-tracking:before{content:\"\\e0f6\"}.sap-icon-businessSuiteInAppSymbols--blood-pressure:before{content:\"\\e0f7\"}.sap-icon-businessSuiteInAppSymbols--immunization:before{content:\"\\e0f8\"}.sap-icon-businessSuiteInAppSymbols--allergies:before{content:\"\\e0f9\"}.sap-icon-businessSuiteInAppSymbols--rescheduling2:before{content:\"\\e0fa\"}.sap-icon-businessSuiteInAppSymbols--resequencing2:before{content:\"\\e0fb\"}.sap-icon-businessSuiteInAppSymbols--no-time-change:before{content:\"\\e0fc\"}.sap-icon-businessSuiteInAppSymbols--time-change:before{content:\"\\e0fd\"}.sap-icon-businessSuiteInAppSymbols--smart-matcher:before{content:\"\\e0fe\"}.sap-icon-businessSuiteInAppSymbols--legal-section:before{content:\"\\e10a\"}.sap-icon-businessSuiteInAppSymbols--causes:before{content:\"\\e10b\"}.sap-icon-businessSuiteInAppSymbols--effects:before{content:\"\\e10c\"}.sap-icon-businessSuiteInAppSymbols--shared-by-me:before{content:\"\\e10d\"}.sap-icon-businessSuiteInAppSymbols--shared-with-me:before{content:\"\\e10e\"}.sap-icon-businessSuiteInAppSymbols--alert-groups:before{content:\"\\e111\"}.sap-icon-businessSuiteInAppSymbols--function-alert:before{content:\"\\e112\"}.sap-icon-businessSuiteInAppSymbols--function-hierarchy:before{content:\"\\e113\"}.sap-icon-businessSuiteInAppSymbols--rfid:before{content:\"\\e114\"}.sap-icon-businessSuiteInAppSymbols--input:before{content:\"\\e115\"}.sap-icon-businessSuiteInAppSymbols--software-item:before{content:\"\\e116\"}.sap-icon-businessSuiteInAppSymbols--product-view:before{content:\"\\e117\"}.sap-icon-businessSuiteInAppSymbols--software-item-variant:before{content:\"\\e118\"}.sap-icon-businessSuiteInAppSymbols--lighthouse:before{content:\"\\e119\"}.sap-icon-businessSuiteInAppSymbols--demand-unit:before{content:\"\\e11a\"}.sap-icon-businessSuiteInAppSymbols--fma-management:before{content:\"\\e11b\"}.sap-icon-businessSuiteInAppSymbols--fma-validation:before{content:\"\\e11c\"}.sap-icon-businessSuiteInAppSymbols--fma-analytics:before{content:\"\\e11d\"}.sap-icon-businessSuiteInAppSymbols--class:before{content:\"\\e11e\"}.sap-icon-businessSuiteInAppSymbols--overview:before{content:\"\\e11f\"}.sap-icon-businessSuiteInAppSymbols--production:before{content:\"\\e120\"}.sap-icon-businessSuiteInAppSymbols--subclass:before{content:\"\\e121\"}.sap-icon-businessSuiteInAppSymbols--variant-configuration:before{content:\"\\e122\"}.sap-icon-businessSuiteInAppSymbols--sum:before{content:\"\\e123\"}.sap-icon-businessSuiteInAppSymbols--empty-trailer:before{content:\"\\e12f\"}.sap-icon-businessSuiteInAppSymbols--door:before{content:\"\\e130\"}.sap-icon-businessSuiteInAppSymbols--loading-point:before{content:\"\\e131\"}.sap-icon-businessSuiteInAppSymbols--stock-warehouse:before{content:\"\\e132\"}.sap-icon-businessSuiteInAppSymbols--gate:before{content:\"\\e133\"}.sap-icon-businessSuiteInAppSymbols--timeseries-waterfall-chart:before{content:\"\\e134\"}.sap-icon-businessSuiteInAppSymbols--stages-warning:before{content:\"\\e138\"}.sap-icon-businessSuiteInAppSymbols--empty-warning:before{content:\"\\e139\"}.sap-icon-businessSuiteInAppSymbols--move-folder:before{content:\"\\e169\"}.sap-icon-businessSuiteInAppSymbols--remove-folder:before{content:\"\\e16a\"}.sap-icon-businessSuiteInAppSymbols--match-case:before{content:\"\\e16b\"}.sap-icon-businessSuiteInAppSymbols--match-whole-word:before{content:\"\\e16c\"}.sap-icon-businessSuiteInAppSymbols--remove-total:before{content:\"\\e16d\"}.sap-icon-businessSuiteInAppSymbols--after-total:before{content:\"\\e16e\"}.sap-icon-businessSuiteInAppSymbols--before-total:before{content:\"\\e16f\"}.sap-icon-businessSuiteInAppSymbols--workbook-filter:before{content:\"\\e170\"}.sap-icon-businessSuiteInAppSymbols--icon-update-filter:before{content:\"\\e171\"}.sap-icon-businessSuiteInAppSymbols--cell-lock:before{content:\"\\e172\"}.sap-icon-businessSuiteInAppSymbols--max-container:before{content:\"\\e17b\"}.sap-icon-businessSuiteInAppSymbols--max-interval:before{content:\"\\e17c\"}.sap-icon-businessSuiteInAppSymbols--min-interval:before{content:\"\\e17d\"}.sap-icon-businessSuiteInAppSymbols--cross-order:before{content:\"\\e17e\"}.sap-icon-businessSuiteInAppSymbols--empty-order:before{content:\"\\e17f\"}.sap-icon-businessSuiteInAppSymbols--cross-sequence:before{content:\"\\e180\"}.sap-icon-businessSuiteInAppSymbols--empty-sequence:before{content:\"\\e181\"}.sap-icon-businessSuiteInAppSymbols--cross-union:before{content:\"\\e182\"}.sap-icon-businessSuiteInAppSymbols--empty-union:before{content:\"\\e183\"}.sap-icon-businessSuiteInAppSymbols--cross-target:before{content:\"\\e184\"}.sap-icon-TNT--technicalsystem:before{content:\"\\e000\"}.sap-icon-TNT--systemjava:before{content:\"\\e001\"}.sap-icon-TNT--systemabap:before{content:\"\\e002\"}.sap-icon-TNT--systemrecommendations:before{content:\"\\e003\"}.sap-icon-TNT--system:before{content:\"\\e004\"}.sap-icon-TNT--systemtrex:before{content:\"\\e005\"}.sap-icon-TNT--systemtracks:before{content:\"\\e006\"}.sap-icon-TNT--technicalscenario:before{content:\"\\e007\"}.sap-icon-TNT--technicalinstance:before{content:\"\\e008\"}.sap-icon-TNT--throughput-backlog:before{content:\"\\e009\"}.sap-icon-TNT--batch-processing:before{content:\"\\e00a\"}.sap-icon-TNT--database-consistency:before{content:\"\\e00b\"}.sap-icon-TNT--intermediate-message:before{content:\"\\e00c\"}.sap-icon-TNT--exceptions:before{content:\"\\e00d\"}.sap-icon-TNT--system-HANA:before{content:\"\\e00e\"}.sap-icon-TNT--python:before{content:\"\\e00f\"}.sap-icon-TNT--raise-fault:before{content:\"\\e010\"}.sap-icon-TNT--code1:before{content:\"\\e011\"}.sap-icon-TNT--code2:before{content:\"\\e012\"}.sap-icon-TNT--spike-arrest:before{content:\"\\e013\"}.sap-icon-TNT--verify-API:before{content:\"\\e014\"}.sap-icon-TNT--user:before{content:\"\\e015\"}.sap-icon-TNT--note:before{content:\"\\e016\"}.sap-icon-TNT--throwing-message:before{content:\"\\e017\"}.sap-icon-TNT--catching-message:before{content:\"\\e018\"}.sap-icon-TNT--start-event:before{content:\"\\e019\"}.sap-icon-TNT--end-event:before{content:\"\\e01a\"}.sap-icon-TNT--gateway:before{content:\"\\e01b\"}.sap-icon-TNT--sub-process-marker:before{content:\"\\e01c\"}.sap-icon-TNT--ad-hoc-marker:before{content:\"\\e01d\"}.sap-icon-TNT--manual-task:before{content:\"\\e01e\"}.sap-icon-TNT--send-task:before{content:\"\\e01f\"}.sap-icon-TNT--receive-task:before{content:\"\\e020\"}.sap-icon-TNT--script-task:before{content:\"\\e021\"}.sap-icon-TNT--marquee:before{content:\"\\e022\"}.sap-icon-TNT--data-input-arrow:before{content:\"\\e023\"}.sap-icon-TNT--data-output-arrow:before{content:\"\\e024\"}.sap-icon-TNT--more:before{content:\"\\e025\"}.sap-icon-TNT--pattern:before{content:\"\\e026\"}.sap-icon-TNT--task:before{content:\"\\e027\"}.sap-icon-TNT--arrow:before{content:\"\\e028\"}.sap-icon-TNT--data:before{content:\"\\e029\"}.sap-icon-TNT--data-store:before{content:\"\\e02a\"}.sap-icon-TNT--pool:before{content:\"\\e02b\"}.sap-icon-TNT--swimlane:before{content:\"\\e02c\"}.sap-icon-TNT--select:before{content:\"\\e02d\"}.sap-icon-TNT--cursor:before{content:\"\\e02e\"}.sap-icon-TNT--api:before{content:\"\\e02f\"}.sap-icon-TNT--o-data:before{content:\"\\e030\"}.sap-icon-TNT--javascript:before{content:\"\\e031\"}.sap-icon-TNT--value-mapping:before{content:\"\\e032\"}.sap-icon-TNT--terminate-end-event:before{content:\"\\e033\"}.sap-icon-TNT--parallel-gateway:before{content:\"\\e034\"}.sap-icon-TNT--exclusive-gateway:before{content:\"\\e035\"}.sap-icon-TNT--service-task:before{content:\"\\e036\"}.sap-icon-TNT--workflow-editor:before{content:\"\\e037\"}.sap-icon-TNT--boundary-interrupting:before{content:\"\\e038\"}.sap-icon-TNT--boundary-non-interrupting:before{content:\"\\e039\"}.sap-icon-TNT--block:before{content:\"\\e03a\"}.sap-icon-TNT--constrain-block:before{content:\"\\e03b\"}.sap-icon-TNT--actor:before{content:\"\\e03c\"}.sap-icon-TNT--instance-specification:before{content:\"\\e03d\"}.sap-icon-TNT--value-type:before{content:\"\\e03e\"}.sap-icon-TNT--interface-block:before{content:\"\\e03f\"}.sap-icon-TNT--unit:before{content:\"\\e040\"}.sap-icon-TNT--signal:before{content:\"\\e041\"}.sap-icon-TNT--quantity-kind:before{content:\"\\e042\"}.sap-icon-TNT--item-flow:before{content:\"\\e043\"}.sap-icon-TNT--dependency:before{content:\"\\e044\"}.sap-icon-TNT--generalization:before{content:\"\\e045\"}.sap-icon-TNT--aggregation:before{content:\"\\e046\"}.sap-icon-TNT--composition:before{content:\"\\e047\"}.sap-icon-TNT--association:before{content:\"\\e048\"}.sap-icon-TNT--port:before{content:\"\\e049\"}.sap-icon-TNT--proxy-port:before{content:\"\\e04a\"}.sap-icon-TNT--full-port:before{content:\"\\e04b\"}.sap-icon-TNT--operations:before{content:\"\\e04c\"}.sap-icon-TNT--constrains:before{content:\"\\e04d\"}.sap-icon-TNT--receptions:before{content:\"\\e04e\"}.sap-icon-TNT--references:before{content:\"\\e04f\"}.sap-icon-TNT--parts:before{content:\"\\e050\"}.sap-icon-TNT--flow:before{content:\"\\e051\"}.sap-icon-TNT--values:before{content:\"\\e052\"}.sap-icon-TNT--bill-of-material:before{content:\"\\e053\"}.sap-icon-TNT--document-info-recording:before{content:\"\\e054\"}.sap-icon-TNT--use-case-diagram:before{content:\"\\e055\"}.sap-icon-TNT--bdd-diagram:before{content:\"\\e056\"}.sap-icon-TNT--requirement-diagram:before{content:\"\\e057\"}.sap-icon-TNT--package-diagram:before{content:\"\\e058\"}.sap-icon-TNT--internal-block-diagram:before{content:\"\\e059\"}.sap-icon-TNT--requirement-containment-relationship:before{content:\"\\e05a\"}.sap-icon-TNT--use-case:before{content:\"\\e05b\"}.sap-icon-TNT--use-case-extension-point:before{content:\"\\e05c\"}.sap-icon-TNT--communication-path:before{content:\"\\e05d\"}.sap-icon-TNT--note-connection:before{content:\"\\e05e\"}.sap-icon-TNT--subject:before{content:\"\\e05f\"}.sap-icon-TNT--auto-layout:before{content:\"\\e060\"}.sap-icon-TNT--required-interface:before{content:\"\\e061\"}.sap-icon-TNT--provided-interface:before{content:\"\\e062\"}.sap-icon-TNT--sub-content:before{content:\"\\e063\"}.sap-icon-TNT--connector:before{content:\"\\e064\"}.sap-icon-TNT--local-process-call:before{content:\"\\e065\"}.sap-icon-TNT--aggregator:before{content:\"\\e066\"}.sap-icon-TNT--splitter:before{content:\"\\e067\"}.sap-icon-TNT--converter:before{content:\"\\e068\"}.sap-icon-TNT--content-modifier:before{content:\"\\e069\"}.sap-icon-TNT--message-start-event:before{content:\"\\e06a\"}.sap-icon-TNT--message-end-event:before{content:\"\\e06d\"}.sap-icon-TNT--escalation-end-event:before{content:\"\\e06c\"}.sap-icon-TNT--start-timer-event:before{content:\"\\e06d\"}.sap-icon-TNT--error-start-event:before{content:\"\\e06e\"}.sap-icon-TNT--error-end-event:before{content:\"\\e06f\"}.sap-icon-TNT--content-enricher:before{content:\"\\e070\"}.sap-icon-TNT--realization:before{content:\"\\e071\"}.sap-icon-TNT--interface:before{content:\"\\e072\"}.sap-icon-TNT--usiness-capability:before{content:\"\\e073\"}.sap-icon-TNT--progress-group:before{content:\"\\e074\"}.sap-icon-TNT--value-stream:before{content:\"\\e075\"}.sap-icon-TNT--value-flow:before{content:\"\\e076\"}.sap-icon-TNT--application:before{content:\"\\e077\"}.sap-icon-TNT--etl-job:before{content:\"\\e078\"}.sap-icon-TNT--business-service:before{content:\"\\e079\"}.sap-icon-TNT--application-service:before{content:\"\\e07a\"}.sap-icon-TNT--network-node:before{content:\"\\e07b\"}.sap-icon-TNT--network:before{content:\"\\e07c\"}.sap-icon-TNT--deployment-instance:before{content:\"\\e07d\"}.sap-icon-TNT--intranet:before{content:\"\\e07e\"}.sap-icon-TNT--mobile-network:before{content:\"\\e07f\"}.sap-icon-TNT--private-cloud:before{content:\"\\e080\"}.sap-icon-TNT--antenna:before{content:\"\\e081\"}.sap-icon-TNT--firewall:before{content:\"\\e082\"}.sap-icon-TNT--hub:before{content:\"\\e083\"}.sap-icon-TNT--modem:before{content:\"\\e084\"}.sap-icon-TNT--repeater:before{content:\"\\e085\"}.sap-icon-TNT--router:before{content:\"\\e086\"}.sap-icon-TNT--switch:before{content:\"\\e087\"}.sap-icon-TNT--satellite:before{content:\"\\e088\"}.sap-icon-TNT--system-2:before{content:\"\\e089\"}.sap-icon-TNT--status-activating:before{content:\"\\e08a\"}.sap-icon-TNT--status-suspended:before{content:\"\\e08b\"}.sap-icon-TNT--status-suspending:before{content:\"\\e08c\"}.sap-icon-TNT--status-terminated:before{content:\"\\e08d\"}.sap-icon-TNT--status-terminating:before{content:\"\\e08e\"}.sap-icon-TNT--solution-not-licensed:before{content:\"\\e08f\"}.sap-icon-TNT--clear-all-mapping:before{content:\"\\e090\"}.sap-icon-TNT--map-all-fields:before{content:\"\\e091\"}[class*=sap-icon].fd-inline-help__trigger{padding:0 .25rem;outline-offset:-.125rem}\n"] }]
72
+ ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["/*!\n * Fundamental Library Styles v0.30.2-rc.6\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */[class*=sap-icon]{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:inline-block;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;padding:0}[class*=sap-icon]:after,[class*=sap-icon]:before{box-sizing:inherit;font-size:inherit}[class*=sap-icon]:before{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}[class*=sap-icon].sap-icon--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--background-default:before{background-color:transparent}[class*=sap-icon].sap-icon--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon].sap-icon--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon].sap-icon--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon].sap-icon--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon].sap-icon--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon].sap-icon--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon].sap-icon--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon].sap-icon--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon].sap-icon--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon].sap-icon--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon].sap-icon--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon].is-focus,[class*=sap-icon]:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}[class*=sap-icon-businessSuiteInAppSymbols]:before{font-family:BusinessSuiteInAppSymbols}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-default:before{background-color:transparent}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-businessSuiteInAppSymbols].sap-icon-businessSuiteInAppSymbols--background-information:before{background-color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT]:before{font-family:SAP-icons-TNT}[class*=sap-icon-TNT].sap-icon-TNT--color-default{color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-default:before{background-color:transparent}[class*=sap-icon-TNT].sap-icon-TNT--color-contrast{color:var(--sapContent_ContrastIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-contrast:before{background-color:var(--sapContent_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-non-interactive{color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-non-interactive:before{background-color:var(--sapContent_NonInteractiveIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-tile{color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-tile:before{background-color:var(--sapTile_IconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-marker{color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-marker:before{background-color:var(--sapContent_MarkerIconColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-critical{color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-critical:before{background-color:var(--sapCriticalElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-negative{color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-negative:before{background-color:var(--sapNegativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-neutral{color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-neutral:before{background-color:var(--sapNeutralElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-positive{color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-positive:before{background-color:var(--sapPositiveElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--color-information{color:var(--sapInformativeElementColor)}[class*=sap-icon-TNT].sap-icon-TNT--background-information:before{background-color:var(--sapInformativeElementColor)}.sap-icon--accidental-leave:before{content:\"\\e000\"}.sap-icon--account:before{content:\"\\e001\"}.sap-icon--wrench:before{content:\"\\e002\"}.sap-icon--windows-doors:before{content:\"\\e003\"}.sap-icon--washing-machine:before{content:\"\\e004\"}.sap-icon--visits:before{content:\"\\e005\"}.sap-icon--video:before{content:\"\\e006\"}.sap-icon--travel-expense:before{content:\"\\e007\"}.sap-icon--temperature:before{content:\"\\e008\"}.sap-icon--task:before{content:\"\\e009\"}.sap-icon--synchronize:before{content:\"\\e00a\"}.sap-icon--survey:before{content:\"\\e00b\"}.sap-icon--settings:before{content:\"\\e00c\"}.sap-icon--search:before{content:\"\\e00d\"}.sap-icon--sales-document:before{content:\"\\e00e\"}.sap-icon--retail-store:before{content:\"\\e00f\"}.sap-icon--refresh:before{content:\"\\e010\"}.sap-icon--product:before{content:\"\\e011\"}.sap-icon--present:before{content:\"\\e012\"}.sap-icon--ppt-attachment:before{content:\"\\e013\"}.sap-icon--pool:before{content:\"\\e014\"}.sap-icon--pie-chart:before{content:\"\\e015\"}.sap-icon--picture:before{content:\"\\e016\"}.sap-icon--photo-voltaic:before{content:\"\\e017\"}.sap-icon--phone:before{content:\"\\e018\"}.sap-icon--pending:before{content:\"\\e019\"}.sap-icon--pdf-attachment:before{content:\"\\e01a\"}.sap-icon--past:before{content:\"\\e01b\"}.sap-icon--outgoing-call:before{content:\"\\e01c\"}.sap-icon--opportunity:before{content:\"\\e01d\"}.sap-icon--opportunities:before{content:\"\\e01e\"}.sap-icon--notes:before{content:\"\\e01f\"}.sap-icon--money-bills:before{content:\"\\e020\"}.sap-icon--map:before{content:\"\\e021\"}.sap-icon--log:before{content:\"\\e022\"}.sap-icon--line-charts:before{content:\"\\e023\"}.sap-icon--lightbulb:before{content:\"\\e024\"}.sap-icon--leads:before{content:\"\\e025\"}.sap-icon--lead:before{content:\"\\e026\"}.sap-icon--laptop:before{content:\"\\e027\"}.sap-icon--kpi-managing-my-area:before{content:\"\\e028\"}.sap-icon--kpi-corporate-performance:before{content:\"\\e029\"}.sap-icon--incoming-call:before{content:\"\\e02a\"}.sap-icon--inbox:before{content:\"\\e02b\"}.sap-icon--horizontal-bar-chart:before{content:\"\\e02c\"}.sap-icon--history:before{content:\"\\e02d\"}.sap-icon--heating-cooling:before{content:\"\\e02e\"}.sap-icon--gantt-bars:before{content:\"\\e02f\"}.sap-icon--future:before{content:\"\\e030\"}.sap-icon--fridge:before{content:\"\\e031\"}.sap-icon--fallback:before{content:\"\\e032\"}.sap-icon--expense-report:before{content:\"\\e033\"}.sap-icon--excel-attachment:before{content:\"\\e034\"}.sap-icon--energy-saving-lightbulb:before{content:\"\\e035\"}.sap-icon--employee:before{content:\"\\e036\"}.sap-icon--email:before{content:\"\\e037\"}.sap-icon--edit:before{content:\"\\e038\"}.sap-icon--duplicate:before{content:\"\\e039\"}.sap-icon--download:before{content:\"\\e03a\"}.sap-icon--doc-attachment:before{content:\"\\e03b\"}.sap-icon--dishwasher:before{content:\"\\e03c\"}.sap-icon--delete:before{content:\"\\e03d\"}.sap-icon--decline:before{content:\"\\e03e\"}.sap-icon--complete:before{content:\"\\e03f\"}.sap-icon--competitor:before{content:\"\\e040\"}.sap-icon--collections-management:before{content:\"\\e041\"}.sap-icon--chalkboard:before{content:\"\\e042\"}.sap-icon--cart:before{content:\"\\e043\"}.sap-icon--card:before{content:\"\\e044\"}.sap-icon--camera:before{content:\"\\e045\"}.sap-icon--calendar:before{content:\"\\e046\"}.sap-icon--begin:before{content:\"\\e047\"}.sap-icon--basket:before{content:\"\\e048\"}.sap-icon--bar-chart:before{content:\"\\e049\"}.sap-icon--attachment:before{content:\"\\e04a\"}.sap-icon--arrow-top:before{content:\"\\e04b\"}.sap-icon--arrow-right:before{content:\"\\e04c\"}.sap-icon--arrow-left:before{content:\"\\e04d\"}.sap-icon--arrow-bottom:before{content:\"\\e04e\"}.sap-icon--approvals:before{content:\"\\e04f\"}.sap-icon--appointment:before{content:\"\\e050\"}.sap-icon--alphabetical-order:before{content:\"\\e051\"}.sap-icon--along-stacked-chart:before{content:\"\\e052\"}.sap-icon--alert:before{content:\"\\e053\"}.sap-icon--addresses:before{content:\"\\e054\"}.sap-icon--address-book:before{content:\"\\e055\"}.sap-icon--add-filter:before{content:\"\\e056\"}.sap-icon--add-favorite:before{content:\"\\e057\"}.sap-icon--add:before{content:\"\\e058\"}.sap-icon--activities:before{content:\"\\e059\"}.sap-icon--action:before{content:\"\\e05a\"}.sap-icon--accept:before{content:\"\\e05b\"}.sap-icon--hint:before{content:\"\\e05c\"}.sap-icon--group:before{content:\"\\e05d\"}.sap-icon--check-availability:before{content:\"\\e05e\"}.sap-icon--weather-proofing:before{content:\"\\e05f\"}.sap-icon--payment-approval:before{content:\"\\e060\"}.sap-icon--batch-payments:before{content:\"\\e061\"}.sap-icon--bed:before{content:\"\\e062\"}.sap-icon--arobase:before{content:\"\\e063\"}.sap-icon--family-care:before{content:\"\\e064\"}.sap-icon--favorite:before{content:\"\\e065\"}.sap-icon--navigation-right-arrow:before{content:\"\\e066\"}.sap-icon--navigation-left-arrow:before{content:\"\\e067\"}.sap-icon--e-care:before{content:\"\\e068\"}.sap-icon--less:before{content:\"\\e069\"}.sap-icon--lateness:before{content:\"\\e06a\"}.sap-icon--lab:before{content:\"\\e06b\"}.sap-icon--internet-browser:before{content:\"\\e06c\"}.sap-icon--instance:before{content:\"\\e06d\"}.sap-icon--inspection:before{content:\"\\e06e\"}.sap-icon--image-viewer:before{content:\"\\e06f\"}.sap-icon--home:before{content:\"\\e070\"}.sap-icon--grid:before{content:\"\\e071\"}.sap-icon--goalseek:before{content:\"\\e072\"}.sap-icon--general-leave-request:before{content:\"\\e073\"}.sap-icon--create-leave-request:before{content:\"\\e074\"}.sap-icon--flight:before{content:\"\\e075\"}.sap-icon--filter:before{content:\"\\e076\"}.sap-icon--favorite-list:before{content:\"\\e077\"}.sap-icon--factory:before{content:\"\\e078\"}.sap-icon--endoscopy:before{content:\"\\e079\"}.sap-icon--employee-pane:before{content:\"\\e07a\"}.sap-icon--employee-approvals:before{content:\"\\e07b\"}.sap-icon--email-read:before{content:\"\\e07c\"}.sap-icon--electrocardiogram:before{content:\"\\e07d\"}.sap-icon--documents:before{content:\"\\e07e\"}.sap-icon--decision:before{content:\"\\e07f\"}.sap-icon--database:before{content:\"\\e080\"}.sap-icon--customer-history:before{content:\"\\e081\"}.sap-icon--customer:before{content:\"\\e082\"}.sap-icon--credit-card:before{content:\"\\e083\"}.sap-icon--create-entry-time:before{content:\"\\e084\"}.sap-icon--contacts:before{content:\"\\e085\"}.sap-icon--compare:before{content:\"\\e086\"}.sap-icon--clinical-order:before{content:\"\\e087\"}.sap-icon--chain-link:before{content:\"\\e088\"}.sap-icon--pull-down:before{content:\"\\e089\"}.sap-icon--cargo-train:before{content:\"\\e08a\"}.sap-icon--car-rental:before{content:\"\\e08b\"}.sap-icon--business-card:before{content:\"\\e08c\"}.sap-icon--bar-code:before{content:\"\\e08d\"}.sap-icon--folder-blank:before{content:\"\\e08e\"}.sap-icon--passenger-train:before{content:\"\\e08f\"}.sap-icon--question-mark:before{content:\"\\e090\"}.sap-icon--world:before{content:\"\\e091\"}.sap-icon--iphone:before{content:\"\\e092\"}.sap-icon--ipad:before{content:\"\\e093\"}.sap-icon--warning:before{content:\"\\e094\"}.sap-icon--sort:before{content:\"\\e095\"}.sap-icon--course-book:before{content:\"\\e096\"}.sap-icon--course-program:before{content:\"\\e097\"}.sap-icon--add-coursebook:before{content:\"\\e098\"}.sap-icon--print:before{content:\"\\e099\"}.sap-icon--save:before{content:\"\\e09a\"}.sap-icon--play:before{content:\"\\e09b\"}.sap-icon--pause:before{content:\"\\e09c\"}.sap-icon--record:before{content:\"\\e09d\"}.sap-icon--response:before{content:\"\\e09e\"}.sap-icon--pushpin-on:before{content:\"\\e09f\"}.sap-icon--pushpin-off:before{content:\"\\e0a0\"}.sap-icon--unfavorite:before{content:\"\\e0a1\"}.sap-icon--learning-assistant:before{content:\"\\e0a2\"}.sap-icon--timesheet:before{content:\"\\e0a3\"}.sap-icon--time-entry-request:before{content:\"\\e0a4\"}.sap-icon--list:before{content:\"\\e0a5\"}.sap-icon--action-settings:before{content:\"\\e0a6\"}.sap-icon--share:before{content:\"\\e0a7\"}.sap-icon--feed:before{content:\"\\e0a8\"}.sap-icon--role:before{content:\"\\e0a9\"}.sap-icon--flag:before{content:\"\\e0aa\"}.sap-icon--post:before{content:\"\\e0ab\"}.sap-icon--inspect:before{content:\"\\e0ac\"}.sap-icon--inspect-down:before{content:\"\\e0ad\"}.sap-icon--appointment-2:before{content:\"\\e0ae\"}.sap-icon--target-group:before{content:\"\\e0af\"}.sap-icon--marketing-campaign:before{content:\"\\e0b0\"}.sap-icon--message-error:before,.sap-icon--notification:before{content:\"\\e0b1\"}.sap-icon--comment:before{content:\"\\e0b2\"}.sap-icon--shipping-status:before{content:\"\\e0b3\"}.sap-icon--collaborate:before{content:\"\\e0b4\"}.sap-icon--shortcut:before{content:\"\\e0b5\"}.sap-icon--lead-outdated:before{content:\"\\e0b6\"}.sap-icon--tools-opportunity:before{content:\"\\e0b7\"}.sap-icon--permission:before{content:\"\\e0b8\"}.sap-icon--supplier:before{content:\"\\e0b9\"}.sap-icon--table-view:before{content:\"\\e0ba\"}.sap-icon--table-chart:before{content:\"\\e0bb\"}.sap-icon--switch-views:before{content:\"\\e0bc\"}.sap-icon--e-learning:before{content:\"\\e0bd\"}.sap-icon--manager:before{content:\"\\e0be\"}.sap-icon--switch-classes:before{content:\"\\e0bf\"}.sap-icon--simple-payment:before{content:\"\\e0c0\"}.sap-icon--signature:before{content:\"\\e0c1\"}.sap-icon--sales-order-item:before{content:\"\\e0c2\"}.sap-icon--sales-order:before{content:\"\\e0c3\"}.sap-icon--request:before{content:\"\\e0c4\"}.sap-icon--receipt:before{content:\"\\e0c5\"}.sap-icon--puzzle:before{content:\"\\e0c6\"}.sap-icon--process:before{content:\"\\e0c7\"}.sap-icon--private:before{content:\"\\e0c8\"}.sap-icon--popup-window:before{content:\"\\e0c9\"}.sap-icon--person-placeholder:before{content:\"\\e0ca\"}.sap-icon--per-diem:before{content:\"\\e0cb\"}.sap-icon--paper-plane:before{content:\"\\e0cc\"}.sap-icon--paid-leave:before{content:\"\\e0cd\"}.sap-icon--pdf-reader:before{content:\"\\e0ce\"}.sap-icon--overview-chart:before{content:\"\\e0cf\"}.sap-icon--overlay:before{content:\"\\e0d0\"}.sap-icon--org-chart:before{content:\"\\e0d1\"}.sap-icon--number-sign:before{content:\"\\e0d2\"}.sap-icon--notification-2:before{content:\"\\e0d3\"}.sap-icon--my-sales-order:before{content:\"\\e0d4\"}.sap-icon--meal:before{content:\"\\e0d5\"}.sap-icon--loan:before{content:\"\\e0d6\"}.sap-icon--order-status:before{content:\"\\e0d7\"}.sap-icon--customer-order-entry:before{content:\"\\e0d8\"}.sap-icon--performance:before{content:\"\\e0d9\"}.sap-icon--menu:before{content:\"\\e0da\"}.sap-icon--employee-lookup:before{content:\"\\e0db\"}.sap-icon--education:before{content:\"\\e0dc\"}.sap-icon--customer-briefing:before{content:\"\\e0dd\"}.sap-icon--customer-and-contacts:before{content:\"\\e0de\"}.sap-icon--my-view:before{content:\"\\e0df\"}.sap-icon--accelerated:before{content:\"\\e0e0\"}.sap-icon--to-be-reviewed:before{content:\"\\e0e1\"}.sap-icon--warning2:before{content:\"\\e0e2\"}.sap-icon--feeder-arrow:before{content:\"\\e0e3\"}.sap-icon--quality-issue:before{content:\"\\e0e4\"}.sap-icon--workflow-tasks:before{content:\"\\e0e5\"}.sap-icon--create:before{content:\"\\e0e6\"}.sap-icon--home-share:before{content:\"\\e0e7\"}.sap-icon--globe:before{content:\"\\e0e8\"}.sap-icon--tags:before{content:\"\\e0e9\"}.sap-icon--work-history:before{content:\"\\e0ea\"}.sap-icon--x-ray:before{content:\"\\e0eb\"}.sap-icon--wounds-doc:before{content:\"\\e0ec\"}.sap-icon--web-cam:before{content:\"\\e0ed\"}.sap-icon--waiver:before{content:\"\\e0ee\"}.sap-icon--vertical-bar-chart:before{content:\"\\e0ef\"}.sap-icon--upstacked-chart:before{content:\"\\e0f0\"}.sap-icon--trip-report:before{content:\"\\e0f1\"}.sap-icon--microphone:before{content:\"\\e0f2\"}.sap-icon--unpaid-leave:before{content:\"\\e0f3\"}.sap-icon--tree:before{content:\"\\e0f4\"}.sap-icon--toaster-up:before{content:\"\\e0f5\"}.sap-icon--toaster-top:before{content:\"\\e0f6\"}.sap-icon--toaster-down:before{content:\"\\e0f7\"}.sap-icon--time-account:before{content:\"\\e0f8\"}.sap-icon--theater:before{content:\"\\e0f9\"}.sap-icon--taxi:before{content:\"\\e0fa\"}.sap-icon--subway-train:before{content:\"\\e0fb\"}.sap-icon--study-leave:before{content:\"\\e0fc\"}.sap-icon--stethoscope:before{content:\"\\e0fd\"}.sap-icon--step:before{content:\"\\e0fe\"}.sap-icon--sonography:before{content:\"\\e0ff\"}.sap-icon--soccor:before{content:\"\\e100\"}.sap-icon--physical-activity:before{content:\"\\e101\"}.sap-icon--pharmacy:before{content:\"\\e102\"}.sap-icon--official-service:before{content:\"\\e103\"}.sap-icon--offsite-work:before{content:\"\\e104\"}.sap-icon--nutrition-activity:before{content:\"\\e105\"}.sap-icon--newspaper:before{content:\"\\e106\"}.sap-icon--monitor-payments:before{content:\"\\e107\"}.sap-icon--map-2:before{content:\"\\e108\"}.sap-icon--machine:before{content:\"\\e109\"}.sap-icon--mri-scan:before{content:\"\\e10a\"}.sap-icon--end-user-experience-monitoring:before{content:\"\\e10b\"}.sap-icon--unwired:before{content:\"\\e10c\"}.sap-icon--customer-financial-fact-sheet:before{content:\"\\e10d\"}.sap-icon--retail-store-manager:before{content:\"\\e10e\"}.sap-icon--Netweaver-business-client:before{content:\"\\e10f\"}.sap-icon--electronic-medical-record:before{content:\"\\e110\"}.sap-icon--eam-work-order:before{content:\"\\e111\"}.sap-icon--customer-view:before{content:\"\\e112\"}.sap-icon--crm-service-manager:before{content:\"\\e113\"}.sap-icon--crm-sales:before{content:\"\\e114\"}.sap-icon--widgets:before{content:\"\\e115\"}.sap-icon--commission-check:before{content:\"\\e116\"}.sap-icon--collections-insight:before{content:\"\\e117\"}.sap-icon--clinical-task-tracker:before{content:\"\\e118\"}.sap-icon--citizen-connect:before{content:\"\\e119\"}.sap-icon--cart-approval:before{content:\"\\e11a\"}.sap-icon--capital-projects:before{content:\"\\e11b\"}.sap-icon--bo-strategy-management:before{content:\"\\e11c\"}.sap-icon--business-objects-mobile:before{content:\"\\e11d\"}.sap-icon--business-objects-explorer:before{content:\"\\e11e\"}.sap-icon--business-objects-experience:before{content:\"\\e11f\"}.sap-icon--bbyd-dashboard:before{content:\"\\e120\"}.sap-icon--bbyd-active-sales:before{content:\"\\e121\"}.sap-icon--business-by-design:before{content:\"\\e122\"}.sap-icon--business-one:before{content:\"\\e123\"}.sap-icon--sap-box:before{content:\"\\e124\"}.sap-icon--manager-insight:before{content:\"\\e125\"}.sap-icon--accounting-document-verification:before{content:\"\\e126\"}.sap-icon--hr-approval:before{content:\"\\e127\"}.sap-icon--idea-wall:before{content:\"\\e128\"}.sap-icon--Chart-Tree-Map:before{content:\"\\e129\"}.sap-icon--cart-5:before{content:\"\\e12a\"}.sap-icon--cart-4:before{content:\"\\e12b\"}.sap-icon--wallet:before{content:\"\\e12c\"}.sap-icon--vehicle-repair:before{content:\"\\e12d\"}.sap-icon--upload:before{content:\"\\e12e\"}.sap-icon--unlocked:before{content:\"\\e12f\"}.sap-icon--umbrella:before{content:\"\\e130\"}.sap-icon--travel-request:before{content:\"\\e131\"}.sap-icon--travel-expense-report:before{content:\"\\e132\"}.sap-icon--travel-itinerary:before{content:\"\\e133\"}.sap-icon--time-overtime:before{content:\"\\e134\"}.sap-icon--thing-type:before{content:\"\\e135\"}.sap-icon--technical-object:before{content:\"\\e136\"}.sap-icon--tag:before{content:\"\\e137\"}.sap-icon--syringe:before{content:\"\\e138\"}.sap-icon--syntax:before{content:\"\\e139\"}.sap-icon--suitcase:before{content:\"\\e13a\"}.sap-icon--simulate:before{content:\"\\e13b\"}.sap-icon--shield:before{content:\"\\e13c\"}.sap-icon--share-2:before{content:\"\\e13d\"}.sap-icon--sales-quote:before{content:\"\\e13e\"}.sap-icon--repost:before{content:\"\\e13f\"}.sap-icon--provision:before{content:\"\\e140\"}.sap-icon--projector:before{content:\"\\e141\"}.sap-icon--add-product:before{content:\"\\e142\"}.sap-icon--pipeline-analysis:before{content:\"\\e143\"}.sap-icon--add-photo:before{content:\"\\e144\"}.sap-icon--palette:before{content:\"\\e145\"}.sap-icon--nurse:before{content:\"\\e146\"}.sap-icon--sales-notification:before{content:\"\\e147\"}.sap-icon--mileage:before{content:\"\\e148\"}.sap-icon--meeting-room:before{content:\"\\e149\"}.sap-icon--media-forward:before{content:\"\\e14a\"}.sap-icon--media-play:before{content:\"\\e14b\"}.sap-icon--media-pause:before{content:\"\\e14c\"}.sap-icon--media-reverse:before{content:\"\\e14d\"}.sap-icon--media-rewind:before{content:\"\\e14e\"}.sap-icon--measurement-document:before{content:\"\\e14f\"}.sap-icon--measuring-point:before{content:\"\\e150\"}.sap-icon--measure:before{content:\"\\e151\"}.sap-icon--map-3:before{content:\"\\e152\"}.sap-icon--locked:before{content:\"\\e153\"}.sap-icon--letter:before{content:\"\\e154\"}.sap-icon--journey-arrive:before{content:\"\\e155\"}.sap-icon--journey-change:before{content:\"\\e156\"}.sap-icon--journey-depart:before{content:\"\\e157\"}.sap-icon--it-system:before{content:\"\\e158\"}.sap-icon--it-instance:before{content:\"\\e159\"}.sap-icon--it-host:before{content:\"\\e15a\"}.sap-icon--iphone-2:before{content:\"\\e15b\"}.sap-icon--ipad-2:before{content:\"\\e15c\"}.sap-icon--inventory:before{content:\"\\e15d\"}.sap-icon--insurance-house:before{content:\"\\e15e\"}.sap-icon--insurance-life:before{content:\"\\e15f\"}.sap-icon--insurance-car:before{content:\"\\e160\"}.sap-icon--initiative:before{content:\"\\e161\"}.sap-icon--incident:before{content:\"\\e162\"}.sap-icon--group-2:before{content:\"\\e163\"}.sap-icon--goal:before{content:\"\\e164\"}.sap-icon--functional-location:before{content:\"\\e165\"}.sap-icon--full-screen:before{content:\"\\e166\"}.sap-icon--form:before{content:\"\\e167\"}.sap-icon--fob-watch:before{content:\"\\e168\"}.sap-icon--blank-tag:before{content:\"\\e169\"}.sap-icon--family-protection:before{content:\"\\e16a\"}.sap-icon--folder:before{content:\"\\e16b\"}.sap-icon--fax-machine:before{content:\"\\e16c\"}.sap-icon--example:before{content:\"\\e16d\"}.sap-icon--eraser:before{content:\"\\e16e\"}.sap-icon--employee-rejections:before{content:\"\\e16f\"}.sap-icon--drop-down-list:before{content:\"\\e170\"}.sap-icon--draw-rectangle:before{content:\"\\e171\"}.sap-icon--document:before{content:\"\\e172\"}.sap-icon--doctor:before{content:\"\\e173\"}.sap-icon--discussion-2:before{content:\"\\e174\"}.sap-icon--discussion:before{content:\"\\e175\"}.sap-icon--dimension:before{content:\"\\e176\"}.sap-icon--customer-and-supplier:before{content:\"\\e177\"}.sap-icon--crop:before{content:\"\\e178\"}.sap-icon--add-contact:before{content:\"\\e179\"}.sap-icon--compare-2:before{content:\"\\e17a\"}.sap-icon--color-fill:before{content:\"\\e17b\"}.sap-icon--collision:before{content:\"\\e17c\"}.sap-icon--curriculum:before{content:\"\\e17d\"}.sap-icon--chart-axis:before{content:\"\\e17e\"}.sap-icon--full-stacked-chart:before{content:\"\\e17f\"}.sap-icon--full-stacked-column-chart:before{content:\"\\e180\"}.sap-icon--vertical-bar-chart-2:before{content:\"\\e181\"}.sap-icon--horizontal-bar-chart-2:before{content:\"\\e182\"}.sap-icon--horizontal-stacked-chart:before{content:\"\\e183\"}.sap-icon--vertical-stacked-chart:before{content:\"\\e184\"}.sap-icon--choropleth-chart:before{content:\"\\e185\"}.sap-icon--geographic-bubble-chart:before{content:\"\\e186\"}.sap-icon--multiple-radar-chart:before{content:\"\\e187\"}.sap-icon--radar-chart:before{content:\"\\e188\"}.sap-icon--crossed-line-chart:before{content:\"\\e189\"}.sap-icon--multiple-line-chart:before{content:\"\\e18a\"}.sap-icon--multiple-bar-chart:before{content:\"\\e18b\"}.sap-icon--line-chart:before{content:\"\\e18c\"}.sap-icon--line-chart-dual-axis:before{content:\"\\e18d\"}.sap-icon--bubble-chart:before{content:\"\\e18e\"}.sap-icon--scatter-chart:before{content:\"\\e18f\"}.sap-icon--multiple-pie-chart:before{content:\"\\e190\"}.sap-icon--column-chart-dual-axis:before{content:\"\\e191\"}.sap-icon--tag-cloud-chart:before{content:\"\\e192\"}.sap-icon--area-chart:before{content:\"\\e193\"}.sap-icon--cause:before{content:\"\\e194\"}.sap-icon--cart-3:before{content:\"\\e195\"}.sap-icon--cart-2:before{content:\"\\e196\"}.sap-icon--bus-public-transport:before{content:\"\\e197\"}.sap-icon--burglary:before{content:\"\\e198\"}.sap-icon--building:before{content:\"\\e199\"}.sap-icon--border:before{content:\"\\e19a\"}.sap-icon--bookmark:before{content:\"\\e19b\"}.sap-icon--badge:before{content:\"\\e19c\"}.sap-icon--attachment-audio:before{content:\"\\e19d\"}.sap-icon--attachment-video:before{content:\"\\e19e\"}.sap-icon--attachment-html:before{content:\"\\e19f\"}.sap-icon--attachment-photo:before{content:\"\\e1a0\"}.sap-icon--attachment-e-pub:before{content:\"\\e1a1\"}.sap-icon--attachment-zip-file:before{content:\"\\e1a2\"}.sap-icon--attachment-text-file:before{content:\"\\e1a3\"}.sap-icon--add-equipment:before{content:\"\\e1a4\"}.sap-icon--add-activity:before{content:\"\\e1a5\"}.sap-icon--activity-individual:before{content:\"\\e1a6\"}.sap-icon--activity-2:before{content:\"\\e1a7\"}.sap-icon--add-activity-2:before{content:\"\\e1a8\"}.sap-icon--activity-items:before{content:\"\\e1a9\"}.sap-icon--activity-assigned-to-goal:before{content:\"\\e1aa\"}.sap-icon--status-completed:before,.sap-icon--status-positive:before{content:\"\\e1ab\"}.sap-icon--status-error:before,.sap-icon--status-negative:before{content:\"\\e1ac\"}.sap-icon--status-inactive:before{content:\"\\e1ad\"}.sap-icon--status-critical:before,.sap-icon--status-in-progress:before{content:\"\\e1ae\"}.sap-icon--blank-tag-2:before{content:\"\\e1af\"}.sap-icon--cart-full:before{content:\"\\e1b0\"}.sap-icon--locate-me:before{content:\"\\e1b1\"}.sap-icon--paging:before{content:\"\\e1b2\"}.sap-icon--company-view:before{content:\"\\e1b3\"}.sap-icon--document-text:before{content:\"\\e1b4\"}.sap-icon--explorer:before{content:\"\\e1b5\"}.sap-icon--personnel-view:before{content:\"\\e1b6\"}.sap-icon--sorting-ranking:before{content:\"\\e1b7\"}.sap-icon--drill-down:before{content:\"\\e1b8\"}.sap-icon--drill-up:before{content:\"\\e1b9\"}.sap-icon--vds-file:before{content:\"\\e1ba\"}.sap-icon--sap-logo-shape:before{content:\"\\e1bb\"}.sap-icon--folder-full:before{content:\"\\e1bc\"}.sap-icon--system-exit:before{content:\"\\e1bd\"}.sap-icon--system-exit-2:before{content:\"\\e1be\"}.sap-icon--close-command-field:before{content:\"\\e1bf\"}.sap-icon--open-command-field:before{content:\"\\e1c0\"}.sap-icon--sys-enter-2:before{content:\"\\e1c1\"}.sap-icon--sys-enter:before{content:\"\\e1c2\"}.sap-icon--sys-help-2:before{content:\"\\e1c3\"}.sap-icon--sys-help:before{content:\"\\e1c4\"}.sap-icon--sys-back:before{content:\"\\e1c5\"}.sap-icon--sys-back-2:before{content:\"\\e1c6\"}.sap-icon--sys-cancel:before{content:\"\\e1c7\"}.sap-icon--sys-cancel-2:before{content:\"\\e1c8\"}.sap-icon--open-folder:before{content:\"\\e1c9\"}.sap-icon--sys-find-next:before{content:\"\\e1ca\"}.sap-icon--sys-find:before{content:\"\\e1cb\"}.sap-icon--sys-monitor:before{content:\"\\e1cc\"}.sap-icon--sys-prev-page:before{content:\"\\e1cd\"}.sap-icon--sys-first-page:before{content:\"\\e1ce\"}.sap-icon--sys-next-page:before{content:\"\\e1cf\"}.sap-icon--sys-last-page:before{content:\"\\e1d0\"}.sap-icon--generate-shortcut:before{content:\"\\e1d1\"}.sap-icon--create-session:before{content:\"\\e1d2\"}.sap-icon--display-more:before{content:\"\\e1d3\"}.sap-icon--enter-more:before{content:\"\\e1d4\"}.sap-icon--zoom-in:before{content:\"\\e1d5\"}.sap-icon--zoom-out:before{content:\"\\e1d6\"}.sap-icon--header:before{content:\"\\e1d7\"}.sap-icon--detail-view:before,.sap-icon--show-edit:before{content:\"\\e1d8\"}.sap-icon--collapse:before{content:\"\\e1d9\"}.sap-icon--expand:before{content:\"\\e1da\"}.sap-icon--positive:before{content:\"\\e1db\"}.sap-icon--negative:before{content:\"\\e1dc\"}.sap-icon--display:before{content:\"\\e1dd\"}.sap-icon--menu2:before{content:\"\\e1de\"}.sap-icon--redo:before{content:\"\\e1df\"}.sap-icon--undo:before{content:\"\\e1e0\"}.sap-icon--navigation-up-arrow:before{content:\"\\e1e1\"}.sap-icon--navigation-down-arrow:before{content:\"\\e1e2\"}.sap-icon--down:before{content:\"\\e1e3\"}.sap-icon--up:before{content:\"\\e1e4\"}.sap-icon--shelf:before{content:\"\\e1e5\"}.sap-icon--background:before{content:\"\\e1e6\"}.sap-icon--resize:before{content:\"\\e1e7\"}.sap-icon--move:before{content:\"\\e1e8\"}.sap-icon--show:before{content:\"\\e1e9\"}.sap-icon--hide:before{content:\"\\e1ea\"}.sap-icon--nav-back:before{content:\"\\e1eb\"}.sap-icon--error:before{content:\"\\e1ec\"}.sap-icon--slim-arrow-right:before{content:\"\\e1ed\"}.sap-icon--slim-arrow-left:before{content:\"\\e1ee\"}.sap-icon--slim-arrow-down:before{content:\"\\e1ef\"}.sap-icon--slim-arrow-up:before{content:\"\\e1f0\"}.sap-icon--forward:before{content:\"\\e1f1\"}.sap-icon--overflow:before{content:\"\\e1f2\"}.sap-icon--value-help:before{content:\"\\e1f3\"}.sap-icon--multiselect:before{content:\"\\e1f4\"}.sap-icon--exitfullscreen:before{content:\"\\e1f5\"}.sap-icon--sys-add:before{content:\"\\e1f6\"}.sap-icon--sys-minus:before{content:\"\\e1f7\"}.sap-icon--dropdown:before{content:\"\\e1f8\"}.sap-icon--expand-group:before{content:\"\\e1f9\"}.sap-icon--vertical-grip:before{content:\"\\e1fa\"}.sap-icon--horizontal-grip:before{content:\"\\e1fb\"}.sap-icon--sort-descending:before{content:\"\\e1fc\"}.sap-icon--sort-ascending:before{content:\"\\e1fd\"}.sap-icon--arrow-down:before{content:\"\\e1fe\"}.sap-icon--legend:before{content:\"\\e1ff\"}.sap-icon--collapse-group:before{content:\"\\e200\"}.sap-icon--message-warning:before{content:\"\\e201\"}.sap-icon--message-information:before{content:\"\\e202\"}.sap-icon--message-success:before{content:\"\\e203\"}.sap-icon--restart:before{content:\"\\e204\"}.sap-icon--stop:before{content:\"\\e205\"}.sap-icon--add-process:before{content:\"\\e206\"}.sap-icon--cancel-maintenance:before{content:\"\\e207\"}.sap-icon--activate:before{content:\"\\e208\"}.sap-icon--resize-horizontal:before{content:\"\\e209\"}.sap-icon--resize-vertical:before{content:\"\\e20a\"}.sap-icon--connected:before{content:\"\\e20b\"}.sap-icon--disconnected:before{content:\"\\e20c\"}.sap-icon--edit-outside:before{content:\"\\e20d\"}.sap-icon--key:before{content:\"\\e20e\"}.sap-icon--minimize:before{content:\"\\e20f\"}.sap-icon--back-to-top:before{content:\"\\e210\"}.sap-icon--hello-world:before{content:\"\\e211\"}.sap-icon--outbox:before{content:\"\\e212\"}.sap-icon--donut-chart:before{content:\"\\e213\"}.sap-icon--heatmap-chart:before{content:\"\\e214\"}.sap-icon--horizontal-bullet-chart:before{content:\"\\e215\"}.sap-icon--vertical-bullet-chart:before{content:\"\\e216\"}.sap-icon--call:before{content:\"\\e217\"}.sap-icon--download-from-cloud:before{content:\"\\e218\"}.sap-icon--upload-to-cloud:before{content:\"\\e219\"}.sap-icon--jam:before{content:\"\\e21a\"}.sap-icon--sap-ui5:before{content:\"\\e21b\"}.sap-icon--message-popup:before{content:\"\\e21c\"}.sap-icon--cloud:before{content:\"\\e21d\"}.sap-icon--horizontal-waterfall-chart:before{content:\"\\e21e\"}.sap-icon--vertical-waterfall-chart:before{content:\"\\e21f\"}.sap-icon--broken-link:before{content:\"\\e220\"}.sap-icon--headset:before{content:\"\\e221\"}.sap-icon--thumb-up:before{content:\"\\e222\"}.sap-icon--thumb-down:before{content:\"\\e223\"}.sap-icon--multiselect-all:before{content:\"\\e224\"}.sap-icon--multiselect-none:before{content:\"\\e225\"}.sap-icon--scissors:before{content:\"\\e226\"}.sap-icon--sound:before{content:\"\\e227\"}.sap-icon--sound-loud:before{content:\"\\e228\"}.sap-icon--sound-off:before{content:\"\\e229\"}.sap-icon--date-time:before{content:\"\\e22a\"}.sap-icon--user-settings:before{content:\"\\e22b\"}.sap-icon--key-user-settings:before{content:\"\\e23c\"}.sap-icon--developer-settings:before{content:\"\\e22d\"}.sap-icon--text-formatting:before{content:\"\\e22e\"}.sap-icon--bold-text:before{content:\"\\e22f\"}.sap-icon--italic-text:before{content:\"\\e230\"}.sap-icon--underline-text:before{content:\"\\e231\"}.sap-icon--text-align-justified:before{content:\"\\e232\"}.sap-icon--text-align-left:before{content:\"\\e233\"}.sap-icon--text-align-center:before{content:\"\\e234\"}.sap-icon--text-align-right:before{content:\"\\e235\"}.sap-icon--bullet-text:before{content:\"\\e236\"}.sap-icon--numbered-text:before{content:\"\\e237\"}.sap-icon--co:before{content:\"\\e238\"}.sap-icon--ui-notifications:before{content:\"\\e239\"}.sap-icon--bell:before{content:\"\\e23a\"}.sap-icon--cancel-share:before{content:\"\\e23b\"}.sap-icon--write-new-document:before{content:\"\\e23c\"}.sap-icon--write-new:before{content:\"\\e23d\"}.sap-icon--cancel:before{content:\"\\e23e\"}.sap-icon--screen-split-one:before{content:\"\\e23f\"}.sap-icon--screen-split-two:before{content:\"\\e240\"}.sap-icon--screen-split-three:before{content:\"\\e241\"}.sap-icon--customize:before{content:\"\\e242\"}.sap-icon--user-edit:before{content:\"\\e243\"}.sap-icon--source-code:before{content:\"\\e244\"}.sap-icon--copy:before{content:\"\\e245\"}.sap-icon--paste:before{content:\"\\e246\"}.sap-icon--line-chart-time-axis:before{content:\"\\e247\"}.sap-icon--clear-filter:before{content:\"\\e248\"}.sap-icon--reset:before{content:\"\\e249\"}.sap-icon--trend-up:before{content:\"\\e24a\"}.sap-icon--trend-down:before{content:\"\\e24b\"}.sap-icon--cursor:before{content:\"\\e24c\"}.sap-icon--add-document:before{content:\"\\e24d\"}.sap-icon--create-form:before{content:\"\\e24e\"}.sap-icon--resize-corner:before{content:\"\\e24f\"}.sap-icon--chevron-phase:before{content:\"\\e250\"}.sap-icon--chevron-phase-2:before{content:\"\\e251\"}.sap-icon--rhombus-milestone:before{content:\"\\e252\"}.sap-icon--rhombus-milestone-2:before{content:\"\\e253\"}.sap-icon--circle-task:before{content:\"\\e254\"}.sap-icon--circle-task-2:before{content:\"\\e255\"}.sap-icon--project-definition-triangle:before{content:\"\\e256\"}.sap-icon--project-definition-triangle-2:before{content:\"\\e257\"}.sap-icon--master-task-triangle:before{content:\"\\e258\"}.sap-icon--master-task-triangle-2:before{content:\"\\e259\"}.sap-icon--program-triangles:before{content:\"\\e25a\"}.sap-icon--program-triangles-2:before{content:\"\\e25b\"}.sap-icon--mirrored-task-circle:before{content:\"\\e25c\"}.sap-icon--mirrored-task-circle-2:before{content:\"\\e25d\"}.sap-icon--checklist-item:before{content:\"\\e25e\"}.sap-icon--checklist-item-2:before{content:\"\\e25f\"}.sap-icon--checklist:before{content:\"\\e260\"}.sap-icon--checklist-2:before{content:\"\\e261\"}.sap-icon--chart-table-view:before{content:\"\\e262\"}.sap-icon--filter-analytics:before{content:\"\\e263\"}.sap-icon--filter-facets:before{content:\"\\e264\"}.sap-icon--filter-fields:before{content:\"\\e265\"}.sap-icon--indent:before{content:\"\\e266\"}.sap-icon--outdent:before{content:\"\\e267\"}.sap-icon--heading-1:before{content:\"\\e268\"}.sap-icon--heading-2:before{content:\"\\e269\"}.sap-icon--heading-3:before{content:\"\\e26a\"}.sap-icon--decrease-line-height:before{content:\"\\e26b\"}.sap-icon--increase-line-height:before{content:\"\\e26c\"}.sap-icon--fx:before{content:\"\\e26d\"}.sap-icon--add-folder:before{content:\"\\e26e\"}.sap-icon--away:before{content:\"\\e26f\"}.sap-icon--busy:before{content:\"\\e270\"}.sap-icon--appear-offline:before{content:\"\\e271\"}.sap-icon--blur:before{content:\"\\e272\"}.sap-icon--pixelate:before{content:\"\\e273\"}.sap-icon--horizontal-combination-chart:before{content:\"\\e274\"}.sap-icon--add-employee:before{content:\"\\e275\"}.sap-icon--text-color:before{content:\"\\e276\"}.sap-icon--browse-folder:before{content:\"\\e277\"}.sap-icon--primary-key:before{content:\"\\e278\"}.sap-icon--two-keys:before{content:\"\\e279\"}.sap-icon--strikethrough:before{content:\"\\e27a\"}.sap-icon--text:before{content:\"\\e27b\"}.sap-icon--responsive:before{content:\"\\e27c\"}.sap-icon--desktop-mobile:before{content:\"\\e27d\"}.sap-icon--table-row:before{content:\"\\e27e\"}.sap-icon--table-column:before{content:\"\\e27f\"}.sap-icon--validate:before{content:\"\\e280\"}.sap-icon--keyboard-and-mouse:before{content:\"\\e281\"}.sap-icon--touch:before{content:\"\\e282\"}.sap-icon--expand-all:before{content:\"\\e283\"}.sap-icon--collapse-all:before{content:\"\\e284\"}.sap-icon--combine:before{content:\"\\e285\"}.sap-icon--split:before{content:\"\\e286\"}.sap-icon--megamenu:before{content:\"\\e287\"}.sap-icon--feedback:before{content:\"\\e288\"}.sap-icon--information:before{content:\"\\e289\"}.sap-icon--s4hana:before{content:\"\\e28a\"}.sap-icon--translate:before{content:\"\\e28b\"}.sap-icon--clear-all:before{content:\"\\e28c\"}.sap-icon--command-line-interfaces:before{content:\"\\e28d\"}.sap-icon--icon-sum:before{content:\"\\e28e\"}.sap-icon--icon-qr-code:before{content:\"\\e28f\"}.sap-icon--space-navigation:before{content:\"\\e290\"}.sap-icon--in-progress:before{content:\"\\e291\"}.sap-icon--not-editable:before{content:\"\\e292\"}.sap-icon--heart:before{content:\"\\e293\"}.sap-icon--heart-2:before{content:\"\\e294\"}.sap-icon--tri-state:before{content:\"\\e295\"}.sap-icon--bookmark-2:before{content:\"\\e296\"}.sap-icon--detail-less:before{content:\"\\e297\"}.sap-icon--detail-more:before{content:\"\\e298\"}.sap-icon--flag-2:before{content:\"\\e299\"}.sap-icon--folder-2:before{content:\"\\e29a\"}.sap-icon--paint-bucket:before{content:\"\\e29b\"}.sap-icon--direction-arrows:before{content:\"\\e29c\"}.sap-icon--binary:before{content:\"\\e29d\"}.sap-icon--female:before{content:\"\\e29e\"}.sap-icon--male:before{content:\"\\e29f\"}.sap-icon--gender-male-and-female:before{content:\"\\e300\"}.sap-icon--rotate:before{content:\"\\e301\"}.sap-icon--biometric-thumb:before{content:\"\\e306\"}.sap-icon--biometric-face:before{content:\"\\e307\"}.sap-icon--people-connected:before{content:\"\\e308\"}.sap-icon--select-appointments:before{content:\"\\e30b\"}.sap-icon--light-mode:before{content:\"\\e309\"}.sap-icon--dark-mode:before{content:\"\\e30a\"}.sap-icon--time-off:before{content:\"\\e30c\"}.sap-icon--add-calendar:before{content:\"\\e30d\"}.sap-icon--currency:before{content:\"\\e30e\"}.sap-icon--bell-2:before{content:\"\\e2a0\"}.sap-icon--accessibility:before{content:\"\\e2a1\"}.sap-icon--high-priority:before{content:\"\\e2a2\"}.sap-icon-businessSuiteInAppSymbols--heart:before{content:\"\\e000\"}.sap-icon-businessSuiteInAppSymbols--quarter:before{content:\"\\e001\"}.sap-icon-businessSuiteInAppSymbols--year:before{content:\"\\e002\"}.sap-icon-businessSuiteInAppSymbols--equalizer:before{content:\"\\e003\"}.sap-icon-businessSuiteInAppSymbols--component:before{content:\"\\e004\"}.sap-icon-businessSuiteInAppSymbols--component-private:before{content:\"\\e005\"}.sap-icon-businessSuiteInAppSymbols--raw-material:before{content:\"\\e006\"}.sap-icon-businessSuiteInAppSymbols--sms:before{content:\"\\e007\"}.sap-icon-businessSuiteInAppSymbols--add-note:before{content:\"\\e008\"}.sap-icon-businessSuiteInAppSymbols--change-time-horizon:before{content:\"\\e009\"}.sap-icon-businessSuiteInAppSymbols--table-chart-customization:before{content:\"\\e00a\"}.sap-icon-businessSuiteInAppSymbols--delegated-important-task:before{content:\"\\e00b\"}.sap-icon-businessSuiteInAppSymbols--forklift:before{content:\"\\e00c\"}.sap-icon-businessSuiteInAppSymbols--coins:before{content:\"\\e00d\"}.sap-icon-businessSuiteInAppSymbols--filter-menu:before{content:\"\\e00e\"}.sap-icon-businessSuiteInAppSymbols--target-to-date:before{content:\"\\e00f\"}.sap-icon-businessSuiteInAppSymbols--program:before{content:\"\\e010\"}.sap-icon-businessSuiteInAppSymbols--phase:before{content:\"\\e011\"}.sap-icon-businessSuiteInAppSymbols--checklist:before{content:\"\\e012\"}.sap-icon-businessSuiteInAppSymbols--mirrored-task:before{content:\"\\e013\"}.sap-icon-businessSuiteInAppSymbols--sub-project:before{content:\"\\e014\"}.sap-icon-businessSuiteInAppSymbols--checklist-item:before{content:\"\\e015\"}.sap-icon-businessSuiteInAppSymbols--adhoc-analysis:before{content:\"\\e016\"}.sap-icon-businessSuiteInAppSymbols--change-analysis:before{content:\"\\e017\"}.sap-icon-businessSuiteInAppSymbols--review-demands:before{content:\"\\e018\"}.sap-icon-businessSuiteInAppSymbols--project-definition:before{content:\"\\e019\"}.sap-icon-businessSuiteInAppSymbols--data-access:before{content:\"\\e01a\"}.sap-icon-businessSuiteInAppSymbols--define-shortage:before{content:\"\\e01b\"}.sap-icon-businessSuiteInAppSymbols--review-supplies:before{content:\"\\e01c\"}.sap-icon-businessSuiteInAppSymbols--change-log:before{content:\"\\e01d\"}.sap-icon-businessSuiteInAppSymbols--priority-1:before{content:\"\\e01e\"}.sap-icon-businessSuiteInAppSymbols--priority-2:before{content:\"\\e01f\"}.sap-icon-businessSuiteInAppSymbols--jam:before{content:\"\\e020\"}.sap-icon-businessSuiteInAppSymbols--milestone:before{content:\"\\e021\"}.sap-icon-businessSuiteInAppSymbols--bulleting-with-numbers:before{content:\"\\e022\"}.sap-icon-businessSuiteInAppSymbols--decrease-indent:before{content:\"\\e023\"}.sap-icon-businessSuiteInAppSymbols--increase-indent:before{content:\"\\e024\"}.sap-icon-businessSuiteInAppSymbols--bold:before{content:\"\\e025\"}.sap-icon-businessSuiteInAppSymbols--italic:before{content:\"\\e026\"}.sap-icon-businessSuiteInAppSymbols--strike-through:before{content:\"\\e027\"}.sap-icon-businessSuiteInAppSymbols--underline:before{content:\"\\e028\"}.sap-icon-businessSuiteInAppSymbols--save-as:before{content:\"\\e029\"}.sap-icon-businessSuiteInAppSymbols--segmentation:before{content:\"\\e02a\"}.sap-icon-businessSuiteInAppSymbols--context-menu:before{content:\"\\e02b\"}.sap-icon-businessSuiteInAppSymbols--snapshot:before{content:\"\\e02c\"}.sap-icon-businessSuiteInAppSymbols--subtraction-b-a:before{content:\"\\e02d\"}.sap-icon-businessSuiteInAppSymbols--subtraction-a-b:before{content:\"\\e02e\"}.sap-icon-businessSuiteInAppSymbols--intersection:before{content:\"\\e02f\"}.sap-icon-businessSuiteInAppSymbols--union:before{content:\"\\e030\"}.sap-icon-businessSuiteInAppSymbols--top:before{content:\"\\e031\"}.sap-icon-businessSuiteInAppSymbols--bottom:before{content:\"\\e032\"}.sap-icon-businessSuiteInAppSymbols--page-up:before{content:\"\\e033\"}.sap-icon-businessSuiteInAppSymbols--page-down:before{content:\"\\e034\"}.sap-icon-businessSuiteInAppSymbols--create-dashboard:before{content:\"\\e035\"}.sap-icon-businessSuiteInAppSymbols--xcelsius-file:before{content:\"\\e036\"}.sap-icon-businessSuiteInAppSymbols--open-folder:before{content:\"\\e037\"}.sap-icon-businessSuiteInAppSymbols--neutral:before{content:\"\\e038\"}.sap-icon-businessSuiteInAppSymbols--split-segmentation:before{content:\"\\e039\"}.sap-icon-businessSuiteInAppSymbols--manage-budget:before{content:\"\\e03a\"}.sap-icon-businessSuiteInAppSymbols--blocked:before{content:\"\\e03b\"}.sap-icon-businessSuiteInAppSymbols--pipette:before{content:\"\\e03c\"}.sap-icon-businessSuiteInAppSymbols--top-recipe:before{content:\"\\e03d\"}.sap-icon-businessSuiteInAppSymbols--recipe:before{content:\"\\e03e\"}.sap-icon-businessSuiteInAppSymbols--ingredients:before{content:\"\\e03f\"}.sap-icon-businessSuiteInAppSymbols--multiple-charts:before{content:\"\\e040\"}.sap-icon-businessSuiteInAppSymbols--descending-bars:before{content:\"\\e041\"}.sap-icon-businessSuiteInAppSymbols--descending-stacked-bars:before{content:\"\\e042\"}.sap-icon-businessSuiteInAppSymbols--scatter-plot:before{content:\"\\e043\"}.sap-icon-businessSuiteInAppSymbols--spill:before{content:\"\\e044\"}.sap-icon-businessSuiteInAppSymbols--fire:before{content:\"\\e045\"}.sap-icon-businessSuiteInAppSymbols--stratification:before{content:\"\\e046\"}.sap-icon-businessSuiteInAppSymbols--relationship:before{content:\"\\e047\"}.sap-icon-businessSuiteInAppSymbols--margin-decomposition:before{content:\"\\e048\"}.sap-icon-businessSuiteInAppSymbols--control-group:before{content:\"\\e049\"}.sap-icon-businessSuiteInAppSymbols--comparison-chart:before{content:\"\\e04a\"}.sap-icon-businessSuiteInAppSymbols--responsible-area:before{content:\"\\e04b\"}.sap-icon-businessSuiteInAppSymbols--increase:before{content:\"\\e04c\"}.sap-icon-businessSuiteInAppSymbols--decrease:before{content:\"\\e04d\"}.sap-icon-businessSuiteInAppSymbols--current-stock:before{content:\"\\e04e\"}.sap-icon-businessSuiteInAppSymbols--expedite:before{content:\"\\e04f\"}.sap-icon-businessSuiteInAppSymbols--postpone:before{content:\"\\e050\"}.sap-icon-businessSuiteInAppSymbols--approved:before{content:\"\\e051\"}.sap-icon-businessSuiteInAppSymbols--partially-delivered:before{content:\"\\e052\"}.sap-icon-businessSuiteInAppSymbols--line-bar-chart:before{content:\"\\e053\"}.sap-icon-businessSuiteInAppSymbols--expand-all:before{content:\"\\e054\"}.sap-icon-businessSuiteInAppSymbols--submission:before{content:\"\\e055\"}.sap-icon-businessSuiteInAppSymbols--change-request:before{content:\"\\e056\"}.sap-icon-businessSuiteInAppSymbols--column-unselected:before{content:\"\\e057\"}.sap-icon-businessSuiteInAppSymbols--column-selected:before{content:\"\\e058\"}.sap-icon-businessSuiteInAppSymbols--row-unselected:before{content:\"\\e059\"}.sap-icon-businessSuiteInAppSymbols--row-selected:before{content:\"\\e05a\"}.sap-icon-businessSuiteInAppSymbols--stock-requirements:before{content:\"\\e05b\"}.sap-icon-businessSuiteInAppSymbols--gender-male-and-female:before{content:\"\\e05c\"}.sap-icon-businessSuiteInAppSymbols--marital-status:before{content:\"\\e05d\"}.sap-icon-businessSuiteInAppSymbols--birthday:before{content:\"\\e05e\"}.sap-icon-businessSuiteInAppSymbols--classification:before{content:\"\\e05f\"}.sap-icon-businessSuiteInAppSymbols--marked-for-deletion:before{content:\"\\e060\"}.sap-icon-businessSuiteInAppSymbols--bullet-chart:before{content:\"\\e061\"}.sap-icon-businessSuiteInAppSymbols--remove-filter:before{content:\"\\e062\"}.sap-icon-businessSuiteInAppSymbols--bank-account:before{content:\"\\e063\"}.sap-icon-businessSuiteInAppSymbols--savings-account:before{content:\"\\e064\"}.sap-icon-businessSuiteInAppSymbols--debit-card:before{content:\"\\e065\"}.sap-icon-businessSuiteInAppSymbols--vip-customer:before{content:\"\\e066\"}.sap-icon-businessSuiteInAppSymbols--undesirable-customer:before{content:\"\\e067\"}.sap-icon-businessSuiteInAppSymbols--answered-change-request:before{content:\"\\e068\"}.sap-icon-businessSuiteInAppSymbols--collected-change-request:before{content:\"\\e069\"}.sap-icon-businessSuiteInAppSymbols--draw-freehand:before{content:\"\\e06a\"}.sap-icon-businessSuiteInAppSymbols--draw-circle:before{content:\"\\e06b\"}.sap-icon-businessSuiteInAppSymbols--completed:before{content:\"\\e06c\"}.sap-icon-businessSuiteInAppSymbols--answered:before{content:\"\\e06d\"}.sap-icon-businessSuiteInAppSymbols--traffic-cone:before{content:\"\\e06e\"}.sap-icon-businessSuiteInAppSymbols--traffic-lights:before{content:\"\\e06f\"}.sap-icon-businessSuiteInAppSymbols--container:before{content:\"\\e070\"}.sap-icon-businessSuiteInAppSymbols--container-loading:before{content:\"\\e071\"}.sap-icon-businessSuiteInAppSymbols--traffic-jam:before{content:\"\\e072\"}.sap-icon-businessSuiteInAppSymbols--products:before{content:\"\\e073\"}.sap-icon-businessSuiteInAppSymbols--sidepanel:before{content:\"\\e074\"}.sap-icon-businessSuiteInAppSymbols--split-screen:before{content:\"\\e075\"}.sap-icon-businessSuiteInAppSymbols--truck-driver:before{content:\"\\e076\"}.sap-icon-businessSuiteInAppSymbols--keep-segment:before{content:\"\\e077\"}.sap-icon-businessSuiteInAppSymbols--exclude-segment:before{content:\"\\e078\"}.sap-icon-businessSuiteInAppSymbols--separate-segments:before{content:\"\\e079\"}.sap-icon-businessSuiteInAppSymbols--distribute-segments:before{content:\"\\e07a\"}.sap-icon-businessSuiteInAppSymbols--next-open-item:before{content:\"\\e07b\"}.sap-icon-businessSuiteInAppSymbols--where-used:before{content:\"\\e07c\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery:before{content:\"\\e07d\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-inactive:before{content:\"\\e07e\"}.sap-icon-businessSuiteInAppSymbols--outbound-delivery-active:before{content:\"\\e07f\"}.sap-icon-businessSuiteInAppSymbols--target:before{content:\"\\e080\"}.sap-icon-businessSuiteInAppSymbols--source:before{content:\"\\e081\"}.sap-icon-businessSuiteInAppSymbols--material:before{content:\"\\e082\"}.sap-icon-businessSuiteInAppSymbols--due-date:before{content:\"\\e083\"}.sap-icon-businessSuiteInAppSymbols--overdue:before{content:\"\\e084\"}.sap-icon-businessSuiteInAppSymbols--set-as-default:before{content:\"\\e085\"}.sap-icon-businessSuiteInAppSymbols--face-very-bad:before{content:\"\\e086\"}.sap-icon-businessSuiteInAppSymbols--face-bad:before{content:\"\\e087\"}.sap-icon-businessSuiteInAppSymbols--face-skeptical:before{content:\"\\e088\"}.sap-icon-businessSuiteInAppSymbols--face-neutral:before{content:\"\\e089\"}.sap-icon-businessSuiteInAppSymbols--face-astonished:before{content:\"\\e08a\"}.sap-icon-businessSuiteInAppSymbols--face-happy:before{content:\"\\e08b\"}.sap-icon-businessSuiteInAppSymbols--face-very-happy:before{content:\"\\e08c\"}.sap-icon-businessSuiteInAppSymbols--face-awful:before{content:\"\\e08d\"}.sap-icon-businessSuiteInAppSymbols--face-devastated:before{content:\"\\e08e\"}.sap-icon-businessSuiteInAppSymbols--face-okey-dokey:before{content:\"\\e08f\"}.sap-icon-businessSuiteInAppSymbols--alarm:before{content:\"\\e090\"}.sap-icon-businessSuiteInAppSymbols--activate:before{content:\"\\e091\"}.sap-icon-businessSuiteInAppSymbols--segment-preview-reference-objects:before{content:\"\\e092\"}.sap-icon-businessSuiteInAppSymbols--radius:before{content:\"\\e093\"}.sap-icon-businessSuiteInAppSymbols--polygone-black:before{content:\"\\e094\"}.sap-icon-businessSuiteInAppSymbols--polygone-white:before{content:\"\\e095\"}.sap-icon-businessSuiteInAppSymbols--ploygone:before{content:\"\\e096\"}.sap-icon-businessSuiteInAppSymbols--no-filter:before{content:\"\\e097\"}.sap-icon-businessSuiteInAppSymbols--grip:before{content:\"\\e098\"}.sap-icon-businessSuiteInAppSymbols--water:before{content:\"\\e09a\"}.sap-icon-businessSuiteInAppSymbols--gas:before{content:\"\\e09b\"}.sap-icon-businessSuiteInAppSymbols--liquid:before{content:\"\\e09c\"}.sap-icon-businessSuiteInAppSymbols--time-deposit:before{content:\"\\e09d\"}.sap-icon-businessSuiteInAppSymbols--early-widthdrawal-for-time-deposits:before{content:\"\\e09e\"}.sap-icon-businessSuiteInAppSymbols--truck-load:before{content:\"\\e0e8\"}.sap-icon-businessSuiteInAppSymbols--truck-unload:before{content:\"\\e0e9\"}.sap-icon-businessSuiteInAppSymbols--truck-load-unload:before{content:\"\\e0ea\"}.sap-icon-businessSuiteInAppSymbols--pharmacy:before{content:\"\\e0eb\"}.sap-icon-businessSuiteInAppSymbols--medicine-syrup:before{content:\"\\e0ec\"}.sap-icon-businessSuiteInAppSymbols--reminder:before{content:\"\\e0ed\"}.sap-icon-businessSuiteInAppSymbols--medicine-pill:before{content:\"\\e0ee\"}.sap-icon-businessSuiteInAppSymbols--medicine-ointment:before{content:\"\\e0ef\"}.sap-icon-businessSuiteInAppSymbols--medicine-drops:before{content:\"\\e0f0\"}.sap-icon-businessSuiteInAppSymbols--blood-test:before{content:\"\\e0f1\"}.sap-icon-businessSuiteInAppSymbols--temperature:before{content:\"\\e0f2\"}.sap-icon-businessSuiteInAppSymbols--medicine-inhaler:before{content:\"\\e0f3\"}.sap-icon-businessSuiteInAppSymbols--foot-steps:before{content:\"\\e0f4\"}.sap-icon-businessSuiteInAppSymbols--weight:before{content:\"\\e0f5\"}.sap-icon-businessSuiteInAppSymbols--health-tracking:before{content:\"\\e0f6\"}.sap-icon-businessSuiteInAppSymbols--blood-pressure:before{content:\"\\e0f7\"}.sap-icon-businessSuiteInAppSymbols--immunization:before{content:\"\\e0f8\"}.sap-icon-businessSuiteInAppSymbols--allergies:before{content:\"\\e0f9\"}.sap-icon-businessSuiteInAppSymbols--rescheduling2:before{content:\"\\e0fa\"}.sap-icon-businessSuiteInAppSymbols--resequencing2:before{content:\"\\e0fb\"}.sap-icon-businessSuiteInAppSymbols--no-time-change:before{content:\"\\e0fc\"}.sap-icon-businessSuiteInAppSymbols--time-change:before{content:\"\\e0fd\"}.sap-icon-businessSuiteInAppSymbols--smart-matcher:before{content:\"\\e0fe\"}.sap-icon-businessSuiteInAppSymbols--legal-section:before{content:\"\\e10a\"}.sap-icon-businessSuiteInAppSymbols--causes:before{content:\"\\e10b\"}.sap-icon-businessSuiteInAppSymbols--effects:before{content:\"\\e10c\"}.sap-icon-businessSuiteInAppSymbols--shared-by-me:before{content:\"\\e10d\"}.sap-icon-businessSuiteInAppSymbols--shared-with-me:before{content:\"\\e10e\"}.sap-icon-businessSuiteInAppSymbols--alert-groups:before{content:\"\\e111\"}.sap-icon-businessSuiteInAppSymbols--function-alert:before{content:\"\\e112\"}.sap-icon-businessSuiteInAppSymbols--function-hierarchy:before{content:\"\\e113\"}.sap-icon-businessSuiteInAppSymbols--rfid:before{content:\"\\e114\"}.sap-icon-businessSuiteInAppSymbols--input:before{content:\"\\e115\"}.sap-icon-businessSuiteInAppSymbols--software-item:before{content:\"\\e116\"}.sap-icon-businessSuiteInAppSymbols--product-view:before{content:\"\\e117\"}.sap-icon-businessSuiteInAppSymbols--software-item-variant:before{content:\"\\e118\"}.sap-icon-businessSuiteInAppSymbols--lighthouse:before{content:\"\\e119\"}.sap-icon-businessSuiteInAppSymbols--demand-unit:before{content:\"\\e11a\"}.sap-icon-businessSuiteInAppSymbols--fma-management:before{content:\"\\e11b\"}.sap-icon-businessSuiteInAppSymbols--fma-validation:before{content:\"\\e11c\"}.sap-icon-businessSuiteInAppSymbols--fma-analytics:before{content:\"\\e11d\"}.sap-icon-businessSuiteInAppSymbols--class:before{content:\"\\e11e\"}.sap-icon-businessSuiteInAppSymbols--overview:before{content:\"\\e11f\"}.sap-icon-businessSuiteInAppSymbols--production:before{content:\"\\e120\"}.sap-icon-businessSuiteInAppSymbols--subclass:before{content:\"\\e121\"}.sap-icon-businessSuiteInAppSymbols--variant-configuration:before{content:\"\\e122\"}.sap-icon-businessSuiteInAppSymbols--sum:before{content:\"\\e123\"}.sap-icon-businessSuiteInAppSymbols--empty-trailer:before{content:\"\\e12f\"}.sap-icon-businessSuiteInAppSymbols--door:before{content:\"\\e130\"}.sap-icon-businessSuiteInAppSymbols--loading-point:before{content:\"\\e131\"}.sap-icon-businessSuiteInAppSymbols--stock-warehouse:before{content:\"\\e132\"}.sap-icon-businessSuiteInAppSymbols--gate:before{content:\"\\e133\"}.sap-icon-businessSuiteInAppSymbols--timeseries-waterfall-chart:before{content:\"\\e134\"}.sap-icon-businessSuiteInAppSymbols--stages-warning:before{content:\"\\e138\"}.sap-icon-businessSuiteInAppSymbols--empty-warning:before{content:\"\\e139\"}.sap-icon-businessSuiteInAppSymbols--move-folder:before{content:\"\\e169\"}.sap-icon-businessSuiteInAppSymbols--remove-folder:before{content:\"\\e16a\"}.sap-icon-businessSuiteInAppSymbols--match-case:before{content:\"\\e16b\"}.sap-icon-businessSuiteInAppSymbols--match-whole-word:before{content:\"\\e16c\"}.sap-icon-businessSuiteInAppSymbols--remove-total:before{content:\"\\e16d\"}.sap-icon-businessSuiteInAppSymbols--after-total:before{content:\"\\e16e\"}.sap-icon-businessSuiteInAppSymbols--before-total:before{content:\"\\e16f\"}.sap-icon-businessSuiteInAppSymbols--workbook-filter:before{content:\"\\e170\"}.sap-icon-businessSuiteInAppSymbols--icon-update-filter:before{content:\"\\e171\"}.sap-icon-businessSuiteInAppSymbols--cell-lock:before{content:\"\\e172\"}.sap-icon-businessSuiteInAppSymbols--max-container:before{content:\"\\e17b\"}.sap-icon-businessSuiteInAppSymbols--max-interval:before{content:\"\\e17c\"}.sap-icon-businessSuiteInAppSymbols--min-interval:before{content:\"\\e17d\"}.sap-icon-businessSuiteInAppSymbols--cross-order:before{content:\"\\e17e\"}.sap-icon-businessSuiteInAppSymbols--empty-order:before{content:\"\\e17f\"}.sap-icon-businessSuiteInAppSymbols--cross-sequence:before{content:\"\\e180\"}.sap-icon-businessSuiteInAppSymbols--empty-sequence:before{content:\"\\e181\"}.sap-icon-businessSuiteInAppSymbols--cross-union:before{content:\"\\e182\"}.sap-icon-businessSuiteInAppSymbols--empty-union:before{content:\"\\e183\"}.sap-icon-businessSuiteInAppSymbols--cross-target:before{content:\"\\e184\"}.sap-icon-TNT--technicalsystem:before{content:\"\\e000\"}.sap-icon-TNT--systemjava:before{content:\"\\e001\"}.sap-icon-TNT--systemabap:before{content:\"\\e002\"}.sap-icon-TNT--systemrecommendations:before{content:\"\\e003\"}.sap-icon-TNT--system:before{content:\"\\e004\"}.sap-icon-TNT--systemtrex:before{content:\"\\e005\"}.sap-icon-TNT--systemtracks:before{content:\"\\e006\"}.sap-icon-TNT--technicalscenario:before{content:\"\\e007\"}.sap-icon-TNT--technicalinstance:before{content:\"\\e008\"}.sap-icon-TNT--throughput-backlog:before{content:\"\\e009\"}.sap-icon-TNT--batch-processing:before{content:\"\\e00a\"}.sap-icon-TNT--database-consistency:before{content:\"\\e00b\"}.sap-icon-TNT--intermediate-message:before{content:\"\\e00c\"}.sap-icon-TNT--exceptions:before{content:\"\\e00d\"}.sap-icon-TNT--system-HANA:before{content:\"\\e00e\"}.sap-icon-TNT--python:before{content:\"\\e00f\"}.sap-icon-TNT--raise-fault:before{content:\"\\e010\"}.sap-icon-TNT--code1:before{content:\"\\e011\"}.sap-icon-TNT--code2:before{content:\"\\e012\"}.sap-icon-TNT--spike-arrest:before{content:\"\\e013\"}.sap-icon-TNT--verify-API:before{content:\"\\e014\"}.sap-icon-TNT--user:before{content:\"\\e015\"}.sap-icon-TNT--note:before{content:\"\\e016\"}.sap-icon-TNT--throwing-message:before{content:\"\\e017\"}.sap-icon-TNT--catching-message:before{content:\"\\e018\"}.sap-icon-TNT--start-event:before{content:\"\\e019\"}.sap-icon-TNT--end-event:before{content:\"\\e01a\"}.sap-icon-TNT--gateway:before{content:\"\\e01b\"}.sap-icon-TNT--sub-process-marker:before{content:\"\\e01c\"}.sap-icon-TNT--ad-hoc-marker:before{content:\"\\e01d\"}.sap-icon-TNT--manual-task:before{content:\"\\e01e\"}.sap-icon-TNT--send-task:before{content:\"\\e01f\"}.sap-icon-TNT--receive-task:before{content:\"\\e020\"}.sap-icon-TNT--script-task:before{content:\"\\e021\"}.sap-icon-TNT--marquee:before{content:\"\\e022\"}.sap-icon-TNT--data-input-arrow:before{content:\"\\e023\"}.sap-icon-TNT--data-output-arrow:before{content:\"\\e024\"}.sap-icon-TNT--more:before{content:\"\\e025\"}.sap-icon-TNT--pattern:before{content:\"\\e026\"}.sap-icon-TNT--task:before{content:\"\\e027\"}.sap-icon-TNT--arrow:before{content:\"\\e028\"}.sap-icon-TNT--data:before{content:\"\\e029\"}.sap-icon-TNT--data-store:before{content:\"\\e02a\"}.sap-icon-TNT--pool:before{content:\"\\e02b\"}.sap-icon-TNT--swimlane:before{content:\"\\e02c\"}.sap-icon-TNT--select:before{content:\"\\e02d\"}.sap-icon-TNT--cursor:before{content:\"\\e02e\"}.sap-icon-TNT--api:before{content:\"\\e02f\"}.sap-icon-TNT--o-data:before{content:\"\\e030\"}.sap-icon-TNT--javascript:before{content:\"\\e031\"}.sap-icon-TNT--value-mapping:before{content:\"\\e032\"}.sap-icon-TNT--terminate-end-event:before{content:\"\\e033\"}.sap-icon-TNT--parallel-gateway:before{content:\"\\e034\"}.sap-icon-TNT--exclusive-gateway:before{content:\"\\e035\"}.sap-icon-TNT--service-task:before{content:\"\\e036\"}.sap-icon-TNT--workflow-editor:before{content:\"\\e037\"}.sap-icon-TNT--boundary-interrupting:before{content:\"\\e038\"}.sap-icon-TNT--boundary-non-interrupting:before{content:\"\\e039\"}.sap-icon-TNT--block:before{content:\"\\e03a\"}.sap-icon-TNT--constrain-block:before{content:\"\\e03b\"}.sap-icon-TNT--actor:before{content:\"\\e03c\"}.sap-icon-TNT--instance-specification:before{content:\"\\e03d\"}.sap-icon-TNT--value-type:before{content:\"\\e03e\"}.sap-icon-TNT--interface-block:before{content:\"\\e03f\"}.sap-icon-TNT--unit:before{content:\"\\e040\"}.sap-icon-TNT--signal:before{content:\"\\e041\"}.sap-icon-TNT--quantity-kind:before{content:\"\\e042\"}.sap-icon-TNT--item-flow:before{content:\"\\e043\"}.sap-icon-TNT--dependency:before{content:\"\\e044\"}.sap-icon-TNT--generalization:before{content:\"\\e045\"}.sap-icon-TNT--aggregation:before{content:\"\\e046\"}.sap-icon-TNT--composition:before{content:\"\\e047\"}.sap-icon-TNT--association:before{content:\"\\e048\"}.sap-icon-TNT--port:before{content:\"\\e049\"}.sap-icon-TNT--proxy-port:before{content:\"\\e04a\"}.sap-icon-TNT--full-port:before{content:\"\\e04b\"}.sap-icon-TNT--operations:before{content:\"\\e04c\"}.sap-icon-TNT--constrains:before{content:\"\\e04d\"}.sap-icon-TNT--receptions:before{content:\"\\e04e\"}.sap-icon-TNT--references:before{content:\"\\e04f\"}.sap-icon-TNT--parts:before{content:\"\\e050\"}.sap-icon-TNT--flow:before{content:\"\\e051\"}.sap-icon-TNT--values:before{content:\"\\e052\"}.sap-icon-TNT--bill-of-material:before{content:\"\\e053\"}.sap-icon-TNT--document-info-recording:before{content:\"\\e054\"}.sap-icon-TNT--use-case-diagram:before{content:\"\\e055\"}.sap-icon-TNT--bdd-diagram:before{content:\"\\e056\"}.sap-icon-TNT--requirement-diagram:before{content:\"\\e057\"}.sap-icon-TNT--package-diagram:before{content:\"\\e058\"}.sap-icon-TNT--internal-block-diagram:before{content:\"\\e059\"}.sap-icon-TNT--requirement-containment-relationship:before{content:\"\\e05a\"}.sap-icon-TNT--use-case:before{content:\"\\e05b\"}.sap-icon-TNT--use-case-extension-point:before{content:\"\\e05c\"}.sap-icon-TNT--communication-path:before{content:\"\\e05d\"}.sap-icon-TNT--note-connection:before{content:\"\\e05e\"}.sap-icon-TNT--subject:before{content:\"\\e05f\"}.sap-icon-TNT--auto-layout:before{content:\"\\e060\"}.sap-icon-TNT--required-interface:before{content:\"\\e061\"}.sap-icon-TNT--provided-interface:before{content:\"\\e062\"}.sap-icon-TNT--sub-content:before{content:\"\\e063\"}.sap-icon-TNT--connector:before{content:\"\\e064\"}.sap-icon-TNT--local-process-call:before{content:\"\\e065\"}.sap-icon-TNT--aggregator:before{content:\"\\e066\"}.sap-icon-TNT--splitter:before{content:\"\\e067\"}.sap-icon-TNT--converter:before{content:\"\\e068\"}.sap-icon-TNT--content-modifier:before{content:\"\\e069\"}.sap-icon-TNT--message-start-event:before{content:\"\\e06a\"}.sap-icon-TNT--message-end-event:before{content:\"\\e06d\"}.sap-icon-TNT--escalation-end-event:before{content:\"\\e06c\"}.sap-icon-TNT--start-timer-event:before{content:\"\\e06d\"}.sap-icon-TNT--error-start-event:before{content:\"\\e06e\"}.sap-icon-TNT--error-end-event:before{content:\"\\e06f\"}.sap-icon-TNT--content-enricher:before{content:\"\\e070\"}.sap-icon-TNT--realization:before{content:\"\\e071\"}.sap-icon-TNT--interface:before{content:\"\\e072\"}.sap-icon-TNT--usiness-capability:before{content:\"\\e073\"}.sap-icon-TNT--progress-group:before{content:\"\\e074\"}.sap-icon-TNT--value-stream:before{content:\"\\e075\"}.sap-icon-TNT--value-flow:before{content:\"\\e076\"}.sap-icon-TNT--application:before{content:\"\\e077\"}.sap-icon-TNT--etl-job:before{content:\"\\e078\"}.sap-icon-TNT--business-service:before{content:\"\\e079\"}.sap-icon-TNT--application-service:before{content:\"\\e07a\"}.sap-icon-TNT--network-node:before{content:\"\\e07b\"}.sap-icon-TNT--network:before{content:\"\\e07c\"}.sap-icon-TNT--deployment-instance:before{content:\"\\e07d\"}.sap-icon-TNT--intranet:before{content:\"\\e07e\"}.sap-icon-TNT--mobile-network:before{content:\"\\e07f\"}.sap-icon-TNT--private-cloud:before{content:\"\\e080\"}.sap-icon-TNT--antenna:before{content:\"\\e081\"}.sap-icon-TNT--firewall:before{content:\"\\e082\"}.sap-icon-TNT--hub:before{content:\"\\e083\"}.sap-icon-TNT--modem:before{content:\"\\e084\"}.sap-icon-TNT--repeater:before{content:\"\\e085\"}.sap-icon-TNT--router:before{content:\"\\e086\"}.sap-icon-TNT--switch:before{content:\"\\e087\"}.sap-icon-TNT--satellite:before{content:\"\\e088\"}.sap-icon-TNT--system-2:before{content:\"\\e089\"}.sap-icon-TNT--status-activating:before{content:\"\\e08a\"}.sap-icon-TNT--status-suspended:before{content:\"\\e08b\"}.sap-icon-TNT--status-suspending:before{content:\"\\e08c\"}.sap-icon-TNT--status-terminated:before{content:\"\\e08d\"}.sap-icon-TNT--status-terminating:before{content:\"\\e08e\"}.sap-icon-TNT--solution-not-licensed:before{content:\"\\e08f\"}.sap-icon-TNT--clear-all-mapping:before{content:\"\\e090\"}.sap-icon-TNT--map-all-fields:before{content:\"\\e091\"}.sap-icon-TNT--indicator:before{content:\"\\e107\"}.sap-icon-TNT--indicator-active:before{content:\"\\e108\"}.sap-icon-TNT--task-optional:before{content:\"\\e109\"}.sap-icon-TNT--task-done:before{content:\"\\e10a\"}[class*=sap-icon].fd-inline-help__trigger{padding:0 .25rem;outline-offset:-.125rem}\n"] }]
73
73
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { glyph: [{
74
74
  type: Input
75
75
  }], font: [{