@openmfp/portal-ui-lib 0.184.13 → 0.184.15

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 (65) hide show
  1. package/README.md +45 -0
  2. package/assets/openmfp-portal-ui-wc.js +28 -54
  3. package/fesm2022/openmfp-portal-ui-lib.mjs +13 -81
  4. package/fesm2022/openmfp-portal-ui-lib.mjs.map +1 -1
  5. package/index.d.ts +4 -24
  6. package/package.json +1 -4
  7. package/assets/moments/sapIllus-Dialog-BeforeSearch-Alt.svg +0 -22
  8. package/assets/moments/sapIllus-Dialog-BeforeSearch.svg +0 -13
  9. package/assets/moments/sapIllus-Dialog-NoActivities.svg +0 -18
  10. package/assets/moments/sapIllus-Dialog-NoData.svg +0 -10
  11. package/assets/moments/sapIllus-Dialog-NoEntries.svg +0 -16
  12. package/assets/moments/sapIllus-Dialog-NoMail.svg +0 -11
  13. package/assets/moments/sapIllus-Dialog-NoNotifications.svg +0 -12
  14. package/assets/moments/sapIllus-Dialog-NoSavedItems.svg +0 -13
  15. package/assets/moments/sapIllus-Dialog-NoSearchResults-Alt.svg +0 -14
  16. package/assets/moments/sapIllus-Dialog-NoSearchResults.svg +0 -15
  17. package/assets/moments/sapIllus-Dialog-NoTasks.svg +0 -18
  18. package/assets/moments/sapIllus-Dialog-SuccessBalloon.svg +0 -16
  19. package/assets/moments/sapIllus-Dialog-SuccessCheckMark-Alt.svg +0 -14
  20. package/assets/moments/sapIllus-Dialog-SuccessCheckMark.svg +0 -7
  21. package/assets/moments/sapIllus-Dialog-SuccessHighFive.svg +0 -31
  22. package/assets/moments/sapIllus-Dialog-UnableToLoad-Alt.svg +0 -12
  23. package/assets/moments/sapIllus-Dialog-UnableToLoad-Alt2.svg +0 -10
  24. package/assets/moments/sapIllus-Dialog-UnableToLoad.svg +0 -11
  25. package/assets/moments/sapIllus-Dialog-UnableToUpload.svg +0 -13
  26. package/assets/moments/sapIllus-Scene-BeforeSearch.svg +0 -31
  27. package/assets/moments/sapIllus-Scene-NoActivities-Alt.svg +0 -24
  28. package/assets/moments/sapIllus-Scene-NoActivities.svg +0 -28
  29. package/assets/moments/sapIllus-Scene-NoData.svg +0 -21
  30. package/assets/moments/sapIllus-Scene-NoEntries.svg +0 -30
  31. package/assets/moments/sapIllus-Scene-NoMail.svg +0 -23
  32. package/assets/moments/sapIllus-Scene-NoNotifications.svg +0 -36
  33. package/assets/moments/sapIllus-Scene-NoSavedItems.svg +0 -36
  34. package/assets/moments/sapIllus-Scene-NoSearchResults-Alt.svg +0 -44
  35. package/assets/moments/sapIllus-Scene-NoSearchResults.svg +0 -15
  36. package/assets/moments/sapIllus-Scene-NoTasks.svg +0 -22
  37. package/assets/moments/sapIllus-Scene-SuccessBalloon.svg +0 -33
  38. package/assets/moments/sapIllus-Scene-SuccessCheckMark.svg +0 -43
  39. package/assets/moments/sapIllus-Scene-UnableToLoad.svg +0 -23
  40. package/assets/moments/sapIllus-Scene-UnableToUpload.svg +0 -13
  41. package/assets/moments/sapIllus-Spot-BeforeSearch-Alt.svg +0 -10
  42. package/assets/moments/sapIllus-Spot-BeforeSearch.svg +0 -10
  43. package/assets/moments/sapIllus-Spot-NoActivities.svg +0 -23
  44. package/assets/moments/sapIllus-Spot-NoData.svg +0 -9
  45. package/assets/moments/sapIllus-Spot-NoEntries.svg +0 -12
  46. package/assets/moments/sapIllus-Spot-NoMail.svg +0 -10
  47. package/assets/moments/sapIllus-Spot-NoNotifications.svg +0 -10
  48. package/assets/moments/sapIllus-Spot-NoSavedItems.svg +0 -9
  49. package/assets/moments/sapIllus-Spot-NoSearchResults-Alt.svg +0 -14
  50. package/assets/moments/sapIllus-Spot-NoSearchResults.svg +0 -13
  51. package/assets/moments/sapIllus-Spot-NoTasks.svg +0 -20
  52. package/assets/moments/sapIllus-Spot-SuccessBalloon.svg +0 -19
  53. package/assets/moments/sapIllus-Spot-SuccessCheckMark-Alt.svg +0 -13
  54. package/assets/moments/sapIllus-Spot-SuccessCheckMark.svg +0 -7
  55. package/assets/moments/sapIllus-Spot-UnableToLoad-Alt.svg +0 -13
  56. package/assets/moments/sapIllus-Spot-UnableToLoad-Alt2.svg +0 -13
  57. package/assets/moments/sapIllus-Spot-UnableToLoad.svg +0 -10
  58. package/assets/moments/sapIllus-Spot-UnableToUpload.svg +0 -10
  59. package/assets/moments/tnt-Dialog-Components.svg +0 -9
  60. package/assets/moments/tnt-Dialog-ExternalLink.svg +0 -11
  61. package/assets/moments/tnt-Dialog-UnsuccessfulAuth.svg +0 -11
  62. package/assets/moments/tnt-Scene-Components.svg +0 -16
  63. package/assets/moments/tnt-Scene-ExternalLink.svg +0 -14
  64. package/assets/moments/tnt-Scene-UnsuccessfulAuth.svg +0 -22
  65. package/assets/moments/tnt-Spot-UnsuccessfulAuth.svg +0 -10
package/index.d.ts CHANGED
@@ -32,7 +32,6 @@ interface NodeContext extends LuigiGlobalContext {
32
32
  parentNavigationContexts?: string[];
33
33
  error?: {
34
34
  code: number;
35
- errorComponentConfig?: Record<string, any>;
36
35
  entityDefinition?: EntityDefinition;
37
36
  additionalContext?: Record<string, any>;
38
37
  };
@@ -313,26 +312,8 @@ interface ClientEnvironment extends Record<string, any> {
313
312
  uiOptions?: string[];
314
313
  }
315
314
 
316
- interface SceneConfig {
317
- scene: SceneConfigData;
318
- }
319
- interface SceneConfigData {
320
- url: string;
321
- id: string;
322
- }
323
- interface ButtonConfig {
324
- url?: string;
325
- label?: string;
326
- route?: {
327
- context: string;
328
- };
329
- }
330
-
331
315
  interface ErrorComponentConfig {
332
- sceneConfig?: SceneConfig;
333
- illustratedMessageTitle?: string;
334
- illustratedMessageText?: string;
335
- buttons?: ButtonConfig[];
316
+ handleEntityRetrievalError?: (entityDefinition: EntityDefinition, errorCode: number, additionalContext?: Record<string, string>) => LuigiNode[];
336
317
  }
337
318
 
338
319
  interface Config {
@@ -945,7 +926,6 @@ declare class LocalConfigurationServiceImpl {
945
926
  }
946
927
 
947
928
  declare class LuigiNodesService {
948
- private i18nService;
949
929
  private configService;
950
930
  private luigiCoreService;
951
931
  private localConfigurationService;
@@ -953,7 +933,7 @@ declare class LuigiNodesService {
953
933
  private getChildrenByEntity;
954
934
  retrieveChildrenByEntity(): Promise<Record<string, LuigiNode[]>>;
955
935
  retrieveEntityChildren(entityDefinition: EntityDefinition, additionalContext?: Record<string, string>): Promise<LuigiNode[]>;
956
- private createErrorNodes;
936
+ private handleEntityRetrievalError;
957
937
  nodePolicyResolver(nodeToCheckPermissionFor: any): boolean;
958
938
  clearNodeCache(): void;
959
939
  static ɵfac: i0.ɵɵFactoryDeclaration<LuigiNodesService, never>;
@@ -1034,7 +1014,7 @@ interface PortalOptions {
1034
1014
  /** Service handling luigi authentication events **/
1035
1015
  luigiAuthEventsCallbacksService?: Type<LuigiAuthEventsCallbacksService>;
1036
1016
  /** Provide a error configuration for error component to override the default values **/
1037
- errorComponentConfig?: Record<string, ErrorComponentConfig>;
1017
+ errorComponentConfig?: ErrorComponentConfig;
1038
1018
  /** Provide a error configuration for error component to override the default values **/
1039
1019
  themingService?: Type<ThemingService>;
1040
1020
  /** Service providing luigi routing configuration **/
@@ -1082,4 +1062,4 @@ declare class CustomReuseStrategy implements RouteReuseStrategy {
1082
1062
  declare function matchesJMESPath(context: object, jmesPathExpression: string): boolean;
1083
1063
 
1084
1064
  export { AppSwitcherConfigServiceImpl, AuthConfigService, AuthEvent, AuthService, ConfigService, CustomMessageListenersService, CustomReuseStrategy, DefaultUserProfileConfigService, ERROR_COMPONENT_CONFIG, EntityType, EnvConfigService, GlobalContextConfigService, HEADER_BAR_CONFIG_SERVICE_INJECTION_TOKEN, HeaderBarService, I18nService, IframeService, LOCAL_CONFIGURATION_SERVICE_INJECTION_TOKEN, LUIGI_APP_SWITCHER_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_AUTH_EVENTS_CALLBACKS_SERVICE_INJECTION_TOKEN, LUIGI_BREADCRUMB_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_CUSTOM_MESSAGE_LISTENERS_INJECTION_TOKEN, LUIGI_CUSTOM_NODE_CONTEXT_PROCESSING_SERVICE_INJECTION_TOKEN, LUIGI_CUSTOM_NODE_PROCESSING_SERVICE_INJECTION_TOKEN, LUIGI_EXTENDED_GLOBAL_CONTEXT_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_GLOBAL_SEARCH_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_NODES_CUSTOM_GLOBAL_SERVICE_INJECTION_TOKEN, LUIGI_NODE_CHANGE_HOOK_SERVICE_INJECTION_TOKEN, LUIGI_ROUTING_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_STATIC_SETTINGS_CONFIG_SERVICE_INJECTION_TOKEN, LUIGI_USER_PROFILE_CONFIG_SERVICE_INJECTION_TOKEN, LocalConfigurationServiceImpl, LocalNodesService, LocalStorageKeys, LoginEventService, LoginEventType, LuigiCoreService, LuigiNodesService, NetworkVisibility, NodeContextProcessingServiceImpl, NodeUtilsService, PortalComponent, RequestHeadersService, RoutingConfigServiceImpl, SessionRefreshService, StaticSettingsConfigServiceImpl, THEMING_SERVICE, UserSettingsConfigService, featureToggleLocalStorage, localDevelopmentSettingsLocalStorage, matchesJMESPath, providePortal, userSettingsLocalStorage };
1085
- export type { AppSwitcherConfigService, AuthData, AuthTokenData, BreadcrumbBadge, BreadcrumbBadgeColorSchema, ButtonConfig, ClientEnvironment, Config, ContentConfiguration, CustomGlobalNodesService, CustomMessageListener, CustomNodeProcessingService, Dictionary, EntityConfig, EntityContext, EntityDefinition, ErrorComponentConfig, ExternalLink, GlobalSearchConfigService, HeaderBarConfig, HeaderBarConfigService, HelpContext, IntentSpecification, LocalConfigurationService, LocalDevelopmentSettings, LoginEvent, LuigiAppConfig, LuigiAuthEventsCallbacksService, LuigiBadgeCounter, LuigiBreadcrumb, LuigiConfig, LuigiConfigData, LuigiConfigFragment, LuigiCustomMessage, LuigiExtendedGlobalContextConfigService, LuigiGlobalContext, LuigiIntent, LuigiNavigationConfig, LuigiNode, LuigiNodeCategory, LuigiNodeDefaults, LuigiNodeIFramePermissions, LuigiStaticSettings, LuigiStatusBadge, LuigiUserSetting, LuigiUserSettings, LuigiUserSettingsGroup, MessageListener, MessageListeners, NodeChangeHookConfigService, NodeContext, NodeContextProcessingService, NodeItem, OpenNodeInModal, PortalConfig, PortalContext, PortalLuigiNodeExtensions, PortalOptions, RendererFn, RoutingConfigService, SceneConfig, SceneConfigData, ServiceProvider, StaticSettingsConfigService, Theme, ThemingService, UserData, UserProfile, UserProfileConfigService, UserProfileItem, UserSettings, UserSettingsValues, UserTokenData, ViewGroup };
1065
+ export type { AppSwitcherConfigService, AuthData, AuthTokenData, BreadcrumbBadge, BreadcrumbBadgeColorSchema, ClientEnvironment, Config, ContentConfiguration, CustomGlobalNodesService, CustomMessageListener, CustomNodeProcessingService, Dictionary, EntityConfig, EntityContext, EntityDefinition, ErrorComponentConfig, ExternalLink, GlobalSearchConfigService, HeaderBarConfig, HeaderBarConfigService, HelpContext, IntentSpecification, LocalConfigurationService, LocalDevelopmentSettings, LoginEvent, LuigiAppConfig, LuigiAuthEventsCallbacksService, LuigiBadgeCounter, LuigiBreadcrumb, LuigiConfig, LuigiConfigData, LuigiConfigFragment, LuigiCustomMessage, LuigiExtendedGlobalContextConfigService, LuigiGlobalContext, LuigiIntent, LuigiNavigationConfig, LuigiNode, LuigiNodeCategory, LuigiNodeDefaults, LuigiNodeIFramePermissions, LuigiStaticSettings, LuigiStatusBadge, LuigiUserSetting, LuigiUserSettings, LuigiUserSettingsGroup, MessageListener, MessageListeners, NodeChangeHookConfigService, NodeContext, NodeContextProcessingService, NodeItem, OpenNodeInModal, PortalConfig, PortalContext, PortalLuigiNodeExtensions, PortalOptions, RendererFn, RoutingConfigService, ServiceProvider, StaticSettingsConfigService, Theme, ThemingService, UserData, UserProfile, UserProfileConfigService, UserProfileItem, UserSettings, UserSettingsValues, UserTokenData, ViewGroup };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmfp/portal-ui-lib",
3
- "version": "0.184.13",
3
+ "version": "0.184.15",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/openmfp/portal-ui-lib.git"
6
6
  },
@@ -21,9 +21,6 @@
21
21
  "@angular/platform-browser": "^19.2.16 || ^20.3.14",
22
22
  "@angular/platform-browser-dynamic": "^19.2.16 || ^20.3.14",
23
23
  "@angular/router": "^19.2.16 || ^20.3.14",
24
- "@fundamental-ngx/cdk": "^0.55.0 || ^0.56.0 || ^0.57.0",
25
- "@fundamental-ngx/core": "^0.55.0 || ^0.56.0 || ^0.57.0",
26
- "@fundamental-ngx/i18n": "^0.55.0 || ^0.56.0 || ^0.57.0",
27
24
  "@luigi-project/client": "2.25.1",
28
25
  "@luigi-project/client-support-angular": "^2.22.1 || ^20.0.1",
29
26
  "@luigi-project/core": "2.25.1",
@@ -1,22 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-BeforeSearch-Alt">
2
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M125.7358,27.0248c-2.9567-1.1447-4.39-3.92-5.4982-6.748a.4345.4345,0,0,0-.399-.2768.5345.5345,0,0,0-.4058.267c-1.477,3.5145-3.6713,5.31-6.2119,7.3881l-.06.0495a.437.437,0,0,0,.1842.7659c2.3021.4909,5.7281,4.7359,5.7281,7.0977a.4343.4343,0,0,0,.8515.1228c.7445-2.5481,2.9056-6.742,5.81-7.85a.4376.4376,0,0,0,.0017-.8158Z"/>
3
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M107.7156,45.2347c-1.664-.6614-2.4792-2.2871-3.1125-3.9453A.4438.4438,0,0,0,104.1963,41h-.0052a.4439.4439,0,0,0-.4085.2787,10.6987,10.6987,0,0,1-3.5833,4.3645l-.0357.03a.4655.4655,0,0,0-.1513.4615.4509.4509,0,0,0,.3392.3394c1.2582.2753,3.2052,2.7505,3.2052,4.0746a.453.453,0,0,0,.38.4523.44.44,0,0,0,.488-.3234c.4267-1.4945,1.6537-3.95,3.2892-4.59a.4616.4616,0,0,0,.0017-.8528Z"/>
4
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M35,56.8514a.501.501,0,0,1-.4854-.38,21.7086,21.7086,0,0,1-.625-4.9019h.001a20.28,20.28,0,0,1,1.7383-8.3647c.0674-.1539.1377-.3067.208-.458a.5.5,0,0,1,.9062.4248q-.1025.2167-.2.4375a19.3115,19.3115,0,0,0-1.6513,8.0615h0a20.7236,20.7236,0,0,0,.5937,4.56.5.5,0,0,1-.3652.6055A.51.51,0,0,1,35,56.8514Z"/>
5
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M54.65,73.8929A22.4971,22.4971,0,0,0,66.5335,33.91,30.1729,30.1729,0,0,1,39.3047,65.8248a29.2319,29.2319,0,0,1-4.086.08A22.4755,22.4755,0,0,0,54.65,73.8929Z"/>
6
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M91.5556,132.9863,68.4963,77.4741a30.5029,30.5029,0,1,0-13.0791,4.3875c.7568-.0727,1.5009-.1815,2.2385-.3073L80.865,137.4272a5.7881,5.7881,0,1,0,10.6906-4.4409ZM54.65,73.893a22.5028,22.5028,0,1,1,20.25-24.55A22.5029,22.5029,0,0,1,54.65,73.893Z"/>
7
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M57.6569,81.5627l.6017,1.4875s7.887,1.6678,11.8013-1.8116l-1.5684-3.7568a42.5785,42.5785,0,0,1-10.8346,4.0809Z"/>
8
-
9
- <rect class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" x="128.7956" y="98.533" width="0.0095" height="32.0144"/>
10
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M68.538,101.765c-1.6573.0173-3.0054.053-4.2415.11-1.3259.0613-4.9726.35-5.5061.4129a4.8039,4.8039,0,0,0-3.3274,1.4952,3.3905,3.3905,0,0,0-.3721,3.4116,2.3407,2.3407,0,0,0,1.2679.9791,12.3026,12.3026,0,0,0,3.3076.532c.2827.02.5578.0483.8364.0724a.3383.3383,0,0,1,.0966-.01l10.8639.15a.438.438,0,0,1-.0059.876h-.0061l-10.2239-.1409a3.0713,3.0713,0,0,1-.3454.3057,2.2855,2.2855,0,0,0-.2622.2181,2.79,2.79,0,0,0-.5237.8434,3.2783,3.2783,0,0,0-.209,1.93,3.3558,3.3558,0,0,0,2.5024,2.5744l7.8247-.1985a.422.422,0,0,1,.4493.4271.4385.4385,0,0,1-.427.449l-7.647.194a1.6818,1.6818,0,0,0-.4307.6006,2.45,2.45,0,0,0,.0054,1.6914,3.7272,3.7272,0,0,0,2.4243,2.05l7.3522-.2h.0119a.4381.4381,0,0,1,.0121.8761l-7.5366.2052a2.4125,2.4125,0,0,0-.42,2.132,3.4393,3.4393,0,0,0,1.5437,2.2749,2.8361,2.8361,0,0,0,1.4512.2114c3.4487-.1894,7.988-.4123,12.5105-.4547.6622-.0063,9.5581-.0016,19.4729.0049V101.7429C84.5652,101.7452,69.9634,101.75,68.538,101.765Z"/>
11
-
12
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M100.9852,97.9886a1.9989,1.9989,0,0,0-1.999,1.9989V128.004a1.9991,1.9991,0,0,0,1.999,1.9991h6.0023V97.9886Z"/>
13
-
14
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M115.98,144.9944A2.0056,2.0056,0,0,0,117.9855,147h8.9859a2.0056,2.0056,0,0,0,2.0057-2.0056V130.0031H115.98Z"/>
15
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M128.9771,66.01a2.0055,2.0055,0,0,0-2.0057-2.0054h-8.9859A2.0054,2.0054,0,0,0,115.98,66.01v31.979h12.9972Z"/>
16
-
17
- <polygon class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" points="115.98 97.989 108.983 97.989 108.983 130.003 115.98 130.003 128.977 130.003 128.977 97.989 115.98 97.989"/>
18
- <rect class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" x="106.9875" y="97.9886" width="1.9956" height="32.0144"/>
19
-
20
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M58.79,102.2878c.5335-.0628,4.18-.3516,5.5061-.4129,1.2361-.0569,2.5842-.0926,4.2415-.11,1.4254-.0149,16.0272-.02,30.4482-.0221v-.7759c-14.4234.0024-29.0277.007-30.4558.0219-1.668.0183-3.0244.0531-4.2693.1114-1.3369.0607-5.0212.3532-5.5615.4176a5.2631,5.2631,0,0,0-3.8694,1.8157,4.1486,4.1486,0,0,0-.4153,4.2429,3.1117,3.1117,0,0,0,1.6778,1.3262,12.8509,12.8509,0,0,0,3.5192.5767c.1924.0136.3833.0273.5738.0417-.0432.0379-.085.0764-.1245.1174a3.5638,3.5638,0,0,0-.679,1.0752,4.0789,4.0789,0,0,0-.2561,2.3909,4.2133,4.2133,0,0,0,2.5669,3.0259.4131.4131,0,0,0,.0373.0658,2.6312,2.6312,0,0,0-.2973.5254,3.2373,3.2373,0,0,0,.0036,2.2347,4.21,4.21,0,0,0,2.2947,2.2893,3.4174,3.4174,0,0,0-.38.7245,3.4711,3.4711,0,0,0-.1009,1.95,4.1689,4.1689,0,0,0,1.9544,2.8,3.3264,3.3264,0,0,0,1.4839.3024c.1279,0,.2485-.0046.3569-.0107,2.6372-.1446,5.9125-.3084,9.3277-.3962h.0008l.1755.4222,13.4644,2.2365-1.1258-2.71,1.3776-.0057c2.665.0014,5.6433.0033,8.7207.0052v-.7759c-3.7513-.0024-7.3545-.0046-10.4234-.0061h0l-2.24-.001-.7619,0c-2.4676-.0008-4.3471-.0008-5.3267.0005-.05,0-.1015,0-.147,0-.1358,0-.2441,0-.3358.0006h-.0351c-.0912,0-.1653.0006-.2034.001-1.1578.0109-2.3162.0337-3.4576.0647h-.001c-3.3166.09-6.4863.249-9.0519.39a2.8361,2.8361,0,0,1-1.4512-.2114,3.4393,3.4393,0,0,1-1.5437-2.2749,2.4125,2.4125,0,0,1,.42-2.132l7.5366-.2052a.4381.4381,0,0,0-.0121-.8761h-.0119l-7.3522.2a3.7272,3.7272,0,0,1-2.4243-2.05,2.45,2.45,0,0,1-.0054-1.6914,1.6818,1.6818,0,0,1,.4307-.6006l7.647-.194a.4385.4385,0,0,0,.427-.449.422.422,0,0,0-.4493-.4271l-7.8247.1985a3.3558,3.3558,0,0,1-2.5024-2.5744,3.2783,3.2783,0,0,1,.209-1.93,2.79,2.79,0,0,1,.5237-.8434,2.2855,2.2855,0,0,1,.2622-.2181,3.0713,3.0713,0,0,0,.3454-.3057l10.2239.1409h.0061a.438.438,0,0,0,.0059-.876l-10.8639-.15a.3383.3383,0,0,0-.0966.01c-.2786-.0241-.5537-.0526-.8364-.0724a12.3026,12.3026,0,0,1-3.3076-.532,2.3407,2.3407,0,0,1-1.2679-.9791,3.3905,3.3905,0,0,1,.3721-3.4116A4.8039,4.8039,0,0,1,58.79,102.2878Z"/>
21
-
22
- </svg>
@@ -1,13 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-BeforeSearch">
2
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M132.6937,27.73c-3.2533-1.26-4.83-4.3131-6.05-7.4252A.4783.4783,0,0,0,126.2047,20a.5881.5881,0,0,0-.4465.2938c-1.6253,3.8672-4.04,5.8423-6.8353,8.13l-.0664.0545a.481.481,0,0,0,.2027.8428c2.5332.54,6.303,5.2112,6.303,7.81a.4778.4778,0,0,0,.9369.1352c.8192-2.8039,3.1973-7.4187,6.3928-8.6383a.4815.4815,0,0,0,.0018-.8977Z"/>
3
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M112.8666,47.768c-1.831-.7278-2.728-2.5166-3.4249-4.3412a.4884.4884,0,0,0-.4476-.3185h-.0057a.4885.4885,0,0,0-.45.3067,11.7736,11.7736,0,0,1-3.943,4.8026l-.0392.0333a.5123.5123,0,0,0-.1665.5079.4964.4964,0,0,0,.3732.3735c1.3845.3028,3.5269,3.0264,3.5269,4.4835a.4983.4983,0,0,0,.4181.4976.4735.4735,0,0,0,.07.0049.49.49,0,0,0,.4676-.3607c.4694-1.6445,1.82-4.3465,3.6192-5.0512a.508.508,0,0,0,.0019-.9384Z"/>
4
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="80.5" cy="142" rx="42.5" ry="6"/>
5
- <path class="sapIllus_NoColor" style="fill:var(--sapIllus_NoColor)" d="M85.2249,48.2865A25.9088,25.9088,0,1,0,68.9265,78.275,25.9112,25.9112,0,0,0,85.2249,48.2865Z"/>
6
- <path class="sapIllus_NoColor" style="fill:var(--sapIllus_NoColor)" d="M40.0092,59.22l.0312.1187c-.0051-.02-.0086-.04-.0136-.06S40.0142,59.2393,40.0092,59.22Z"/>
7
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M68.9265,78.275A25.9007,25.9007,0,0,0,72.468,31.2983a34.2591,34.2591,0,0,1,1.2231,4.4233,29.3159,29.3159,0,0,1-23.416,34.2131,33.9609,33.9609,0,0,1-8.5285.3409c-.7736-.077-1.49-.1849-2.1779-.3039A25.9118,25.9118,0,0,0,68.9265,78.275Z"/>
8
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M72.291,84.5876c.3059.4336.59.8349.9111,1.2933l-.8993-1.2978Z"/>
9
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M42.626,66.5166a.5.5,0,0,1-.418-.2256,21.9665,21.9665,0,0,1-2.873-6.5459l.0009-.0005a21.0917,21.0917,0,0,1-.206-9.3359q.0557-.2739.1172-.543a.5.5,0,1,1,.9746.2217q-.0587.2586-.1113.52a20.0791,20.0791,0,0,0,.2246,9.0083l-.001,0a20.9567,20.9567,0,0,0,2.71,6.1265.5.5,0,0,1-.4179.7744Z"/>
10
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M40.39,48.2061a.4995.4995,0,0,1-.4716-.6651,21.0763,21.0763,0,0,1,1.0293-2.437.5.5,0,0,1,.8945.4463,20.0851,20.0851,0,0,0-.98,2.3208A.5.5,0,0,1,40.39,48.2061Z"/>
11
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M85.5592,81.5767l-2.658-3.8454a43.4693,43.4693,0,0,1-4.9776,3.7875A47.882,47.882,0,0,1,72.29,84.5854l.0015.0022.0118-.0045.8993,1.2978.0521.0741S82.053,86.1378,85.5592,81.5767Z"/>
12
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M107.3985,113.1019,82.8973,77.7253a32.9823,32.9823,0,1,0-13.0759,7.752c.8435-.2634,1.6632-.5664,2.47-.89l-.0015-.0022a47.882,47.882,0,0,0,5.6341-3.0666,43.4693,43.4693,0,0,0,4.9776-3.7875l2.658,3.8454c-3.5062,4.5611-12.305,4.3783-12.305,4.3783l-.0521-.0741,23.905,34.4959c.0969.1415.2021.2735.3081.4044a6.3072,6.3072,0,0,0,8.3437,1.09h0A6.308,6.308,0,0,0,107.3985,113.1019ZM68.9265,78.275A25.9007,25.9007,0,1,1,85.2249,48.2865,25.9118,25.9118,0,0,1,68.9265,78.275Z"/>
13
- </svg>
@@ -1,18 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoActivities">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M134.1347,60.77c-4.8354-6.7991-12.41-12.1858-23.0668-14.9839C92.34,40.87,64.59,30.4218,45.39,36.6026c-17.9269,5.771-31.5612,23.5493-32.7692,42.6131-2.1975,34.6766,28.1671,55.4094,58.962,57.266,14.2417.8585,28.9221-1.24,41.4287-8.141C138.499,114.2769,148.641,81.1676,134.1347,60.77Z"/>
3
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M130.59,43.4651l.0184-.7654-64.9769-.0169A18.8486,18.8486,0,0,0,48.1428,55.7h.05A36.4516,36.4516,0,0,0,46.28,71.663c1.3982,15.3072,6.8041,37.4434-7.8859,49.4026a1.3655,1.3655,0,0,0,.8329,2.4423l9.9551.1918h57.9609a.7162.7162,0,0,0,.36-.0976c17.6682-10.3588,15.3-31.1218,13.3966-47.8054-.2527-2.2212-.4525-4.3684-.6825-6.39-.6084-5.3545-.91-9.8527-.2161-13.7067a21.942,21.942,0,0,1,2.816-6.6955,16.8947,16.8947,0,0,1,2.8883-3.061l.0016-.0012.0036-.0027.9021-.6417A14.6359,14.6359,0,0,1,130.59,43.4651Z"/>
4
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M35.1647,118.508a1.3653,1.3653,0,0,1-.8328-2.442C49.02,104.1086,43.2985,81.9754,41.9007,66.67,40.8924,55.629,43.9608,39.3845,61.0845,37.71c.0694-.0068.141-.01.2108-.01L123.856,37.45a.0521.0521,0,0,1,.03.0946l-4.5976,3.2878c-4.1379,5.5034-5.0055,12.9293-3.7944,23.5855.23,2.0215.43,4.168.6824,6.3889,1.9087,16.7274,4.284,37.5565-13.5448,47.8832a.0715.0715,0,0,1-.0353.01H44.8022Z"/>
5
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M106.2385,49.777l9.2948.0007a15.7976,15.7976,0,0,1,5.6115-9.8035c1.0144-.7914,2.4727-1.7391,3.5392-2.4077a.46.46,0,0,0-.2466-.85l-15.6359-.0041Z"/>
6
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M27.8837,112.424a1.3653,1.3653,0,0,1-.8327-2.442C41.7387,98.0246,37.0115,75.9754,35.6137,60.67,34.6255,49.85,37.5528,34.0314,53.788,31.8272A16.5838,16.5838,0,0,1,56.0227,31.7l63.1869.0172-5.2609,3.3453c-6.6571,5.5353-5.9526,12.7-4.7414,23.3559.23,2.0215.43,4.168.6823,6.3889,1.9034,16.68,4.2706,37.4382-13.3932,47.7949-.1086.0637-57.9812.0978-57.9812.0978Z"/>
7
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M110.88,89.7H86.3874c.6569-7.359-.283-15.1251-1.1216-22.04-.04-.329-.0751-.6361-.1143-.96h24.7544l-.2772-1H85.0324c-.2085-1.747-.4049-3.4483-.5521-5.0594-1.1389-12.474,2.9713-26.5254,17.9251-28.552a.3992.3992,0,0,0,.3417-.4493.3937.3937,0,0,0-.4493-.3417c-7.4543,1.01-12.8149,4.8684-15.9344,11.4678-3.1484,6.6625-3.03,14.1051-2.6788,17.9485.1457,1.5915.3386,3.2673.5432,4.9861h-26.1c-.2084-1.7468-.4047-3.4479-.5518-5.0594-1.1389-12.474,2.9713-26.5254,17.9252-28.552a.3991.3991,0,0,0,.3416-.4493.39.39,0,0,0-.4493-.3417c-7.4543,1.01-12.8149,4.8684-15.9344,11.4678-3.1484,6.6625-3.03,14.1051-2.6788,17.9485.1457,1.5915.3385,3.2672.543,4.9861H35.9969l.096,1H57.442c.0431.3574.082.697.126,1.06.8357,6.8892,1.7715,14.634,1.1062,21.94H37.3149l-.0849,1H58.5761c-.7506,6.6841-2.9262,12.9453-7.8594,17.7726a25.18,25.18,0,0,1-2.8932,2.3824l-1.4073,1.0194a.3995.3995,0,0,0,.4681.6475l1.4072-1.02a26.0042,26.0042,0,0,0,2.9837-2.4588c5.12-5.01,7.3512-11.4721,8.1076-18.3436H85.4807c-.7505,6.6841-2.9259,12.9453-7.8588,17.7726a25.147,25.147,0,0,1-2.894,2.3824l-1.4822,1.0512a.3994.3994,0,0,0,.468.6474l1.4823-1.0512a25.9089,25.9089,0,0,0,2.9845-2.4588c5.1194-5.01,7.3508-11.4721,8.1071-18.3436h24.477Zm-51.3974,0c.6569-7.358-.2827-15.1229-1.1212-22.0365-.04-.33-.0754-.6382-.1147-.9635h26.1c.043.3563.0818.695.1257,1.0571.8356,6.89,1.7718,14.6361,1.1065,21.9429Z"/>
8
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M15.3073,34.7a.5.5,0,0,1-.5-.5v-3a.5.5,0,0,1,1,0v3A.5.5,0,0,1,15.3073,34.7Z"/>
9
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M22.3073,38.7h-3a.5.5,0,0,1,0-1h3a.5.5,0,1,1,0,1Z"/>
10
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M15.3073,45.7a.5.5,0,0,1-.5-.5v-3a.5.5,0,0,1,1,0v3A.5.5,0,0,1,15.3073,45.7Z"/>
11
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M11.3073,38.7h-3a.5.5,0,1,1,0-1h3a.5.5,0,0,1,0,1Z"/>
12
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M143.3073,118.7a.5.5,0,0,1-.5-.5v-3a.5.5,0,0,1,1,0v3A.5.5,0,0,1,143.3073,118.7Z"/>
13
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M150.3088,122.7h-3.0015a.5.5,0,0,1,0-1h3.0015a.5.5,0,1,1,0,1Z"/>
14
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M143.3073,129.7168a.5.5,0,0,1-.5-.5v-3a.5.5,0,1,1,1,0v3A.5.5,0,0,1,143.3073,129.7168Z"/>
15
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M139.3117,122.7h-3.0039a.5.5,0,0,1,0-1h3.0039a.5.5,0,0,1,0,1Z"/>
16
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M37.2529,43.7726a18.8714,18.8714,0,0,1,6.4925-9.1766A22.8451,22.8451,0,0,1,54.8167,30.7l64.5985.3446.3468.4415a14.5281,14.5281,0,0,0-4.9064,2.4884,17.2042,17.2042,0,0,0-6.0616,9.8035"/>
17
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M119.3147,30.792l-17.5074-.0254V27.6219A1.9221,1.9221,0,0,0,99.8851,25.7H99.73a1.9222,1.9222,0,0,0-1.9223,1.9222v3.1389l-35-.0507V27.6219A1.9221,1.9221,0,0,0,60.8851,25.7H60.73a1.9222,1.9222,0,0,0-1.9223,1.9222v3.0824L55.62,30.7a16.9688,16.9688,0,0,0-2.2895.1309c-7.4551,1.01-12.8169,4.87-15.937,11.47C34.25,48.9526,34.3679,56.3794,34.718,60.2144c.1821,1.99.42,4.07.6728,6.2724,1.6578,14.459,3.72,32.4541-8.851,42.6875a1.8779,1.8779,0,0,0-.5967,2.105,1.8293,1.8293,0,0,0,1.7412,1.2246l10.4331.1919H96.5085c.0142.001.0279.0015.0415.0015a.518.518,0,0,0,.2583-.0689c17.58-10.1821,15.2364-30.5259,13.3535-46.8721l-.1733-1.5078c-.1284-1.1313-.2432-2.2436-.3555-3.33-.1079-1.0455-.2138-2.0669-.3266-3.0581-1.1275-9.92-1.418-17.3711,5.1245-22.899.1714-.1181,3.1733-2.0058,5.1489-3.2461a.5.5,0,0,0-.2651-.9233Zm-5.4995,3.3828c-6.9371,5.8589-6.6275,13.898-5.502,23.7988.1123.9878.2173,2.0059.3252,3.0479.1123,1.0893.2275,2.2051.3569,3.34l.1729,1.5088c1.8457,16.021,4.1416,35.9507-12.7451,45.8252H38.1267l-10.4287-.1919a.79.79,0,0,1-.8125-.56.8783.8783,0,0,1,.2856-.9946C40.1672,99.3706,38.07,81.0742,36.3845,66.3726c-.252-2.1958-.49-4.2706-.67-6.2491-1.1294-12.3662,2.94-26.2954,17.75-28.3017A15.9676,15.9676,0,0,1,55.6194,31.7l3.1879.0046v2.0732A1.9223,1.9223,0,0,0,60.73,35.7h.1555a1.9222,1.9222,0,0,0,1.9222-1.9222V31.71l35,.0508v2.0166A1.9223,1.9223,0,0,0,99.73,35.7h.1555a1.9222,1.9222,0,0,0,1.9222-1.9222V31.7667l15.774.0228C113.905,34.0991,113.8459,34.1489,113.8152,34.1748Z"/>
18
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoData">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M117.5911,134.2588c-14.412,12.9272-35.6124,17.8836-59.239,6.9176C-28.6934,100.7753,44.68-21.4779,114.4214,41.3617,146.6109,70.3658,141.2415,113.0449,117.5911,134.2588Z"/>
3
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M48.5321,28.9918h54.3954a1.2646,1.2646,0,0,1,.9133.39l9.1579,9.5636,9.4579,9.9a1.2587,1.2587,0,0,1,.3487.87L122.8,119.852a5.088,5.088,0,0,1-2.8417,4.0461l-71.1222.0394a1.855,1.855,0,0,0-.27.02,3.4839,3.4839,0,0,1-2.9974-.9879,5.9319,5.9319,0,0,1-.7836-3.1066L44.766,32.7588Z"/>
4
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M43.0707,23.6238H97.4392a1.2638,1.2638,0,0,1,.914.3909L107.5111,33.6l9.4576,9.9222a1.2641,1.2641,0,0,1,.3491.8723l-.0058,70.2932a3.7924,3.7924,0,0,1-3.7924,3.792H43.09a3.7855,3.7855,0,0,1-3.7924-3.7813c-.0119-15.2406-.0535-72.0688-.0192-87.2988A3.7853,3.7853,0,0,1,43.0707,23.6238Z"/>
5
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M115.7633,45.1577h-18.3a1.2547,1.2547,0,0,1-1.2313-1.2769V24.9032A1.2264,1.2264,0,0,1,98.3335,24L116.634,42.9779A1.2833,1.2833,0,0,1,115.7633,45.1577Z"/>
6
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M117.284,43.06,98.7413,23.5775a1.8929,1.8929,0,0,0-1.3648-.5857H43.2249a4.4159,4.4159,0,0,0-4.4067,4.4c-.0369,16.7822.0172,84.3246.02,87.1918a4.4143,4.4143,0,0,0,4.4067,4.4078h70.148a4.4181,4.4181,0,0,0,4.4066-4.4189l.0062-70.2056A1.89,1.89,0,0,0,117.284,43.06ZM97.2654,24.3215a1.4576,1.4576,0,0,1,.3237-.0391,1.3136,1.3136,0,0,1,.6445.27L116.28,43.3668l.0245.0255a1.1035,1.1035,0,0,1,.1462,1.0946,1.2053,1.2053,0,0,1-.8957.5049L97.4814,44.99c-.2369.0022-.3744-.1633-.555-.4135a1.8052,1.8052,0,0,1-.1368-.8674c-.011-6.2684-.0214-12.5165-.0044-18.7959A.6562.6562,0,0,1,97.2654,24.3215Zm16.3652,93.67H43.0071a3.1711,3.1711,0,0,1-3.169-3.1641c-.0025-2.8827-.057-70.8027-.02-87.678a3.1722,3.1722,0,0,1,3.169-3.1579h52.818c-.0739.2052,0,20,0,20,.0057,1.38.2975,1.9775,1,2l20,3.3745L116.8,114.8178A3.1749,3.1749,0,0,1,113.6306,117.9918Z"/>
7
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M126.2809,16.0558l-6,7a1,1,0,1,0,1.5176,1.3017l6-7a1,1,0,1,0-1.5176-1.3017Z"/>
8
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M136.9235,31.5309a.9988.9988,0,0,0-1.2451-.6709l-5.915,1.7724a1,1,0,1,0,.5742,1.9161l5.915-1.7725A1,1,0,0,0,136.9235,31.5309Z"/>
9
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M111.194,9.8693a.9977.9977,0,0,0-1.1484.8252l-.9717,5.9331a1,1,0,0,0,.8252,1.1484,1.0381,1.0381,0,0,0,.1631.0132,1.0013,1.0013,0,0,0,.9863-.8384l.9717-5.9331A1,1,0,0,0,111.194,9.8693Z"/>
10
- </svg>
@@ -1,16 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoEntries">
2
- <rect class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" x="33.3289" y="32.0861" width="90" height="90" rx="2.9999"/>
3
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M128.8289,42.4468a3.8608,3.8608,0,0,0-3.8608-3.8607H42.6845a3.857,3.857,0,0,0-3.8556,3.8581l.0582,82.2837a3.8571,3.8571,0,0,0,3.8557,3.8582h82.2253a3.8609,3.8609,0,0,0,3.8608-3.8608Z"/>
4
- <rect class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" x="32.8289" y="31.5861" width="90" height="90" rx="3.8582"/>
5
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M37.7126,31.5861h82.2325a3.8838,3.8838,0,0,1,3.8838,3.8838V48.5861a0,0,0,0,1,0,0h-90a0,0,0,0,1,0,0V35.47A3.8838,3.8838,0,0,1,37.7126,31.5861Z"/>
6
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="42.8289" y="63.5861" width="13" height="8" rx="1.2512"/>
7
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="63.8289" y="63.5861" width="51" height="8" rx="1.2545"/>
8
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="42.8289" y="81.5861" width="13" height="8" rx="1.2512"/>
9
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="63.8289" y="81.5861" width="51" height="8" rx="1.2545"/>
10
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="42.8289" y="99.5861" width="13" height="8" rx="1.2512"/>
11
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="63.8289" y="99.5861" width="51" height="8" rx="1.2545"/>
12
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M36.826,31.5861H119.81a3.0189,3.0189,0,0,1,3.0189,3.0189V48.5861a0,0,0,0,1,0,0h-90a0,0,0,0,1,0,0V35.5832A3.9972,3.9972,0,0,1,36.826,31.5861Z"/>
13
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M120.3289,122.5861h-84a3.5042,3.5042,0,0,1-3.5-3.5v-84a3.5042,3.5042,0,0,1,3.5-3.5h84a3.5043,3.5043,0,0,1,3.5,3.5v84A3.5043,3.5043,0,0,1,120.3289,122.5861Zm-84-90a2.5028,2.5028,0,0,0-2.5,2.5v84a2.5029,2.5029,0,0,0,2.5,2.5h84a2.503,2.503,0,0,0,2.5-2.5v-84a2.5029,2.5029,0,0,0-2.5-2.5Z"/>
14
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M120.3289,31.5861h-84a3.5042,3.5042,0,0,0-3.5,3.5v84a3.5042,3.5042,0,0,0,3.5,3.5h84a3.5043,3.5043,0,0,0,3.5-3.5v-84A3.5043,3.5043,0,0,0,120.3289,31.5861Zm0,90h-84a2.5029,2.5029,0,0,1-2.5-2.5V48.5885l89,3.6v66.8974A2.503,2.503,0,0,1,120.3289,121.5861Zm-86.5-73v-13.5a2.5028,2.5028,0,0,1,2.5-2.5h84a2.5029,2.5029,0,0,1,2.5,2.5v13.5Z"/>
15
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="78.3289" cy="145.0861" rx="50.5" ry="4.5"/>
16
- </svg>
@@ -1,11 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoMail">
2
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="80" cy="149" rx="45" ry="7"/>
3
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M80.0026,24.2712a1.2576,1.2576,0,0,1-1.2373-1.2775V6.9839a1.2379,1.2379,0,1,1,2.4746,0v16.01A1.2576,1.2576,0,0,1,80.0026,24.2712Z"/>
4
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M117.134,46.49a1.2518,1.2518,0,0,1-.8866-2.1368L127.36,33.259a1.2527,1.2527,0,1,1,1.773,1.77L118.0205,46.1228A1.2508,1.2508,0,0,1,117.134,46.49Z"/>
5
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M42.861,46.5029a1.25,1.25,0,0,1-.8862-.3669L30.8672,35.0353A1.2528,1.2528,0,1,1,32.64,33.2641L43.7471,44.3648a1.2525,1.2525,0,0,1-.8861,2.1381Z"/>
6
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M122,74.8393v50.1628A4.0146,4.0146,0,0,1,117.9688,129H42.0312A4.0146,4.0146,0,0,1,38,125.0021v-50.11a3.9879,3.9879,0,0,1,1.6866-3.2522L77.6129,44.7458a4.0584,4.0584,0,0,1,4.6827-.0046L120.307,71.5826A3.9879,3.9879,0,0,1,122,74.8393Z"/>
7
- <polygon class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" points="116.5 129 42.75 129 79.8 102 116.5 129"/>
8
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M113.4474,78.7409,83.177,102.06c-1.3436,1.0195-4.9987,1.0283-6.3522.0214L46.7228,79.0225l31.0664-21.96a3.8068,3.8068,0,0,1,4.3789-.0057Z"/>
9
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M114,79c-6.632-4.4451-13.662-9.5549-20.294-14C81.7917,73.3675,70.5761,81.5723,60,89l16.2407,13.0381a6.84,6.84,0,0,0,7.094-.06Z"/>
10
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M120.5957,71.1737,82.584,44.3316a4.5631,4.5631,0,0,0-5.26.0053L39.3975,71.2313A4.4963,4.4963,0,0,0,37.5,74.891v50.1109A4.52,4.52,0,0,0,42.0313,129.5h75.9375a4.52,4.52,0,0,0,4.5312-4.4981V74.8387A4.4948,4.4948,0,0,0,120.5957,71.1737Zm-80.62.873L77.9019,45.1524a3.5589,3.5589,0,0,1,4.1049-.0039L120.0186,71.99a3.4837,3.4837,0,0,1,.9275,1.01c-.8526.6458-3.5746,2.7061-7.2506,5.48L81.89,56.8951,113.2722,78.8c-9.3976,7.09-24.5566,18.4831-31,23.086a5.4369,5.4369,0,0,1-5.0542,0c-6.339-4.5283-20.8951-15.775-30.1651-22.9812l30.994-22.0094L46.5847,78.54c-3.6115-2.8084-6.3432-4.9428-7.36-5.7383A3.4742,3.4742,0,0,1,39.9756,72.0467ZM42.0313,128.5A3.5188,3.5188,0,0,1,38.5,125.0019V74.891a3.46,3.46,0,0,1,.4592-1.6985l37.9016,30.9253L42.75,128.5Zm2.0852,0L76.89,104.1413l.4892.3991a4.2914,4.2914,0,0,0,2.0831.8891,1.69,1.69,0,0,0,.5664,0,4.2941,4.2941,0,0,0,2.0831-.8891l.53-.4228L115.3834,128.5ZM121.5,125.0019a3.5188,3.5188,0,0,1-3.5312,3.4981H116.75L82.6715,104.0938,121.168,73.3981a3.4537,3.4537,0,0,1,.332,1.4406Z"/>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoNotifications">
2
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M133.4378,110.4a5.5153,5.5153,0,0,0-1.2163-2.5371,6.4942,6.4942,0,0,0-4.3169-1.9023c-.2842-.0352-.5728-.0567-.8628-.0635l-.0024-27.2236a41.7124,41.7124,0,0,0-12.7046-29.9678A43.23,43.23,0,0,0,85.533,36.3031a8.5,8.5,0,1,0-3.4219.0019c-22.9622.9-41.5342,20.6016-41.5342,44.2544l.0083,25.3594-1.4492.0049a6.0483,6.0483,0,0,0-2.1372.67,5.4442,5.4442,0,0,0-1.563,1.1982,5.6773,5.6773,0,0,0-1.2373,2.3946,6.0011,6.0011,0,0,0,.0371,2.874,5.8155,5.8155,0,0,0,1.709,2.91,5.9379,5.9379,0,0,0,4.352,1.462H67.1834a16.8775,16.8775,0,0,0,33.2031,0h27.0889a6.2927,6.2927,0,0,0,3.0117-.7022,5.9642,5.9642,0,0,0,1.3272-.9443,5.8317,5.8317,0,0,0,1.5688-2.5586A5.6283,5.6283,0,0,0,133.4378,110.4Zm-57.12-82.4228a7.5,7.5,0,1,1,7.5,7.5A7.5082,7.5082,0,0,1,76.3174,27.9774ZM83.785,130.27A15.7951,15.7951,0,0,1,68.22,117.4832l6.58,1.0533,17.8,2.8491,5.024.8041A15.8,15.8,0,0,1,83.785,130.27Zm48.6362-17.3164a4.7935,4.7935,0,0,1-1.2959,2.1075,4.9089,4.9089,0,0,1-1.102.7822,5.4488,5.4488,0,0,1-2.5411.5889H67.6053l-27.3448.0009a5.0237,5.0237,0,0,1-3.6431-1.2031,4.5108,4.5108,0,0,1-.4738-.5029,5.0006,5.0006,0,0,1-.9393-1.916,5.0518,5.0518,0,0,1-.0341-2.3877,4.6369,4.6369,0,0,1,1.01-1.9639,4.4062,4.4062,0,0,1,1.2876-.9834,5.0906,5.0906,0,0,1,1.7285-.5566l2.3887-.0039-.0083-26.3565c0-23.3428,18.4927-42.7617,41.2227-43.2871.04-.001.08.0007.12,0q.9628-.019,1.9189.0038c.2382.0056.4746.02.7122.03.4416.0177.8828.037,1.3217.0677.2707.0191.54.0452.8092.0691.4049.036.809.075,1.2113.1223.2776.0326.5542.0694.83.1073q.5913.0812,1.1784.1784c.2742.0454.5479.092.8206.1427.3963.0736.79.1552,1.1836.24.26.0562.52.11.779.1707.4257.1.8479.2113,1.27.3242.22.0588.4409.1127.6593.1751q.9111.26,1.8084.5595c.0537.0181.1075.0359.1612.0542q.8986.3049,1.782.6509c.2082.0813.4133.1711.62.2557.4058.1661.8108.3341,1.2112.5129.2373.1057.4716.218.7068.3283.3664.1717.7317.3465,1.0932.5288.2417.1221.4817.2478.7212.3745q.5277.2792,1.0476.5735c.2361.1337.4715.2681.7051.4065.35.2073.6966.4221,1.0413.64.22.1388.4405.2757.6579.4187.3721.2449.7383.5,1.1034.7569.1816.1276.3656.2509.5453.3817.5381.3916,1.07.7943,1.5913,1.2129.5775.463,1.1426.9459,1.6988,1.4415l.0385.0328q.71.6342,1.3963,1.303c.03.0292.0613.0559.091.0851.0816.08.1568.1638.2373.2441q.6777.675,1.3232,1.3722c.4344.4728.8595.9516,1.2694,1.44a40.5361,40.5361,0,0,1,9.5752,26.1968l.0024,28.2437.5167-.0175a7.61,7.61,0,0,1,1.2237.0527,5.5468,5.5468,0,0,1,3.6889,1.5723l0,0,0,0a4.4972,4.4972,0,0,1,.99,2.0879A4.6791,4.6791,0,0,1,132.4212,112.9539Z"/>
3
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M131.4715,108.5252l0,0,0,0a5.5468,5.5468,0,0,0-3.6889-1.5723,7.61,7.61,0,0,0-1.2237-.0527l-.5167.0175-.0024-28.2437a40.5361,40.5361,0,0,0-9.5752-26.1968c-.41-.4885-.835-.9673-1.2694-1.44q-.6445-.6976-1.3232-1.3722c-.0805-.08-.1557-.1643-.2373-.2441-.03-.0292-.0612-.0559-.091-.0851q-.6861-.6688-1.3963-1.303L112.1085,48c-.5562-.4956-1.1213-.9785-1.6988-1.4415-.5217-.4186-1.0532-.8213-1.5913-1.2129-.18-.1308-.3637-.2541-.5453-.3817-.3651-.2571-.7313-.512-1.1034-.7569-.2174-.143-.4382-.28-.6579-.4187-.3447-.2178-.6911-.4326-1.0413-.64-.2336-.1384-.469-.2728-.7051-.4065q-.52-.2944-1.0476-.5735c-.2395-.1267-.48-.2524-.7212-.3745-.3615-.1823-.7268-.3571-1.0932-.5288-.2352-.11-.47-.2226-.7068-.3283-.4-.1788-.8054-.3468-1.2112-.5129-.207-.0846-.4121-.1744-.62-.2557q-.8833-.345-1.782-.6509c-.0537-.0183-.1075-.0361-.1612-.0542q-.8969-.3-1.8084-.5595c-.2184-.0624-.44-.1163-.6593-.1751-.4217-.1129-.8439-.2241-1.27-.3242-.2585-.0607-.519-.1145-.779-.1707-.3933-.0846-.7873-.1662-1.1836-.24-.2727-.0507-.5464-.0973-.8206-.1427q-.587-.0974-1.1784-.1784c-.2762-.0379-.5528-.0747-.83-.1073-.4023-.0473-.8064-.0863-1.2113-.1223-.2695-.0239-.5385-.05-.8092-.0691-.4389-.0307-.88-.05-1.3217-.0677-.2376-.0094-.474-.0243-.7122-.03q-.9563-.0224-1.9189-.0038c-.04.0008-.08-.0009-.12,0-22.73.5254-41.2227,19.9443-41.2227,43.2871l.0083,26.3565-2.3887.0039a5.0906,5.0906,0,0,0-1.7285.5566,4.4062,4.4062,0,0,0-1.2876.9834,4.6369,4.6369,0,0,0-1.01,1.9639,5.0518,5.0518,0,0,0,.0341,2.3877,5.0006,5.0006,0,0,0,.9393,1.916,4.5108,4.5108,0,0,0,.4738.5029,5.0237,5.0237,0,0,0,3.6431,1.2031l27.3448-.0009h59.8769a5.4488,5.4488,0,0,0,2.5411-.5889,4.9089,4.9089,0,0,0,1.102-.7822,4.7935,4.7935,0,0,0,1.2959-2.1075,4.6791,4.6791,0,0,0,.04-2.3408A4.4972,4.4972,0,0,0,131.4715,108.5252Z"/>
4
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M92.6009,121.3856l-17.8-2.8491-6.58-1.0533A15.8772,15.8772,0,0,0,97.6249,122.19Z"/>
5
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="83.3679" cy="144.4774" rx="46" ry="6"/>
6
- <circle class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="83.8174" cy="27.9774" r="7.5"/>
7
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M114.8175,77.2307v26.3312a3.9631,3.9631,0,0,1-4.009,3.9155H56.8265a3.9631,3.9631,0,0,1-4.009-3.9155V77.2307c0-15.8143,13.2483-28.7533,29.4406-28.7533h3.1188C101.5693,48.4774,114.8175,61.4164,114.8175,77.2307Z"/>
8
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M101.4329,53.3079c3.21,2.0668-3.7081,11.2624-5.0343,13.2257a168.2986,168.2986,0,0,1-39.7113,41.0382v.147h54.0853a3.9576,3.9576,0,0,0,3.9915-3.9227v-26.38A28.7209,28.7209,0,0,0,101.4329,53.3079Z"/>
9
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M84.2989,126.1132a9.9857,9.9857,0,0,0,8.302-4.7276l-17.8-2.8491A10.2463,10.2463,0,0,0,84.2989,126.1132Z"/>
10
- <circle class="sapIllus_NoColor" style="fill:var(--sapIllus_NoColor)" cx="83.8174" cy="27.9774" r="7.5"/>
11
- <path class="sapIllus_NoColor" style="fill:var(--sapIllus_NoColor)" d="M131.4715,108.5252l0,0,0,0a5.5468,5.5468,0,0,0-3.6889-1.5723,7.61,7.61,0,0,0-1.2237-.0527l-.5167.0175-.0024-28.2437a40.5361,40.5361,0,0,0-9.5752-26.1968c-.41-.4885-.835-.9673-1.2694-1.44q-.6445-.6976-1.3232-1.3722c-.0805-.08-.1557-.1643-.2373-.2441-.03-.0292-.0612-.0559-.091-.0851q-.6861-.6688-1.3963-1.303L112.1085,48c-.5562-.4956-1.1213-.9785-1.6988-1.4415-.5217-.4186-1.0532-.8213-1.5913-1.2129-.18-.1308-.3637-.2541-.5453-.3817-.3651-.2571-.7313-.512-1.1034-.7569-.2174-.143-.4382-.28-.6579-.4187-.3447-.2178-.6911-.4326-1.0413-.64-.2336-.1384-.469-.2728-.7051-.4065q-.52-.2944-1.0476-.5735c-.2395-.1267-.48-.2524-.7212-.3745-.3615-.1823-.7268-.3571-1.0932-.5288-.2352-.11-.47-.2226-.7068-.3283-.4-.1788-.8054-.3468-1.2112-.5129-.207-.0846-.4121-.1744-.62-.2557q-.8833-.345-1.782-.6509c-.0537-.0183-.1075-.0361-.1612-.0542q-.8969-.3-1.8084-.5595c-.2184-.0624-.44-.1163-.6593-.1751-.4217-.1129-.8439-.2241-1.27-.3242-.2585-.0607-.519-.1145-.779-.1707-.3933-.0846-.7873-.1662-1.1836-.24-.2727-.0507-.5464-.0973-.8206-.1427q-.587-.0974-1.1784-.1784c-.2762-.0379-.5528-.0747-.83-.1073-.4023-.0473-.8064-.0863-1.2113-.1223-.2695-.0239-.5385-.05-.8092-.0691-.4389-.0307-.88-.05-1.3217-.0677-.2376-.0094-.474-.0243-.7122-.03q-.9563-.0224-1.9189-.0038c-.04.0008-.08-.0009-.12,0-22.73.5254-41.2227,19.9443-41.2227,43.2871l.0083,26.3565-2.3887.0039a5.0906,5.0906,0,0,0-1.7285.5566,4.4062,4.4062,0,0,0-1.2876.9834,4.6369,4.6369,0,0,0-1.01,1.9639,5.0518,5.0518,0,0,0,.0341,2.3877,5.0006,5.0006,0,0,0,.9393,1.916,4.5108,4.5108,0,0,0,.4738.5029,5.0237,5.0237,0,0,0,3.6431,1.2031l27.3448-.0009h59.8769a5.4488,5.4488,0,0,0,2.5411-.5889,4.9089,4.9089,0,0,0,1.102-.7822,4.7935,4.7935,0,0,0,1.2959-2.1075,4.6791,4.6791,0,0,0,.04-2.3408A4.4972,4.4972,0,0,0,131.4715,108.5252Z"/>
12
- </svg>
@@ -1,13 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoSavedItems">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M31.718,140.9657V56.6524A46.03,46.03,0,0,0,14.8286,91.8957c-.35,21.9863,3.6217,41.3245,20.4675,51.5083-.893-.54-1.7561-1.1017-2.5781-1.6923C32.3781,141.4676,32.0458,141.2183,31.718,140.9657Z"/>
3
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M126.718,59.0435v80.0491c-.33.217-.6609.4342-1,.6526-.62.3989-1.2585.8013-1.9082,1.2064,15.1032-9.41,21.8634-16.8622,22.58-35.3973C147.0678,88.0281,139.5279,71.152,126.718,59.0435Z"/>
4
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M129.0112,49.6546H125.718v90.0878a84.0585,84.0585,0,0,0,7-4.9621V53.3613A3.7067,3.7067,0,0,0,129.0112,49.6546Z"/>
5
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M59.7189,19.6629a1.001,1.001,0,0,1-1.0009-1.001L58.716,3.6472a1.001,1.001,0,0,1,2.002,0L60.72,18.6619A1.001,1.001,0,0,1,59.7189,19.6629Z"/>
6
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M39.9017,22.9675a.9986.9986,0,0,1-.84-.4555l-5.2163-8.0332A1,1,0,0,1,35.5233,13.39L40.74,21.4231a1,1,0,0,1-.8379,1.5444Z"/>
7
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M81.1771,22.9675a1,1,0,0,1-.8379-1.5444L85.5555,13.39a1,1,0,0,1,1.6777,1.0889L82.0169,22.512A1,1,0,0,1,81.1771,22.9675Z"/>
8
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M124.0837,42.2876a3.6927,3.6927,0,0,0-2.0725-.633H75.718V78.0812a1.2511,1.2511,0,0,1-2.1951.821L71.532,76.6129a1.2219,1.2219,0,0,1-1.9591.1785L63.0985,69.49l-8.1923,9.42a1.2472,1.2472,0,0,1-2.1882-.8185V74.699l-1.8511,2.0875a1.2292,1.2292,0,0,1-2.1489-.8155V41.6546H36.4248a3.7056,3.7056,0,0,0-3.7068,3.7067v96.35c.822.5906,1.6851,1.1521,2.5781,1.6923.2012.1216.4026.2432.6074.3622.4089.2377.822.4724,1.2459.7.2315.1239.4719.2415.7077.3622q1.0294.5272,2.1165,1.0136c.3274.1461.6562.2913.9917.4317.3945.1655.7922.3288,1.198.4862.52.2013,1.0517.3943,1.59.5822.4667.1631.9429.32,1.424.4725.5122.1626,1.03.3213,1.5583.4721.3545.1014.711.2014,1.0728.2974.7905.2093,1.5925.41,2.4192.5936.2417.0537.4926.101.7375.1525q1.1009.231,2.2436.4321c.3111.0546.6234.1082.9393.1594.9687.1567,1.951.3034,2.9653.4272.1.0123.2056.0211.3064.033.9641.114,1.9531.21,2.959.294q.4363.0365.8779.0693c1.1143.0821,2.2442.153,3.41.1981,14.8534.5744,45.3714-1.653,56.7351-8.5159.6876-.4153,1.3542-.8244,2.01-1.2308.1335-.0827.2655-.165.3977-.2474.65-.405,1.2887-.8074,1.9082-1.2064V45.3613A3.7032,3.7032,0,0,0,124.0837,42.2876Z"/>
9
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M59.3012,67.2751,52.718,74.699v3.3926a1.2471,1.2471,0,0,0,2.1882.8184l8.1926-9.42-1.9641-2.2149A1.2252,1.2252,0,0,0,59.3012,67.2751Z"/>
10
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M122.0112,40.6546H71.718V75.9775a1.1979,1.1979,0,0,1-.1854.6354l1.99,2.2889a1.2511,1.2511,0,0,0,2.1952-.8209V41.6546h46.2932a3.7057,3.7057,0,0,1,3.7068,3.7067v94.3811c.3391-.2183.67-.4356,1-.6525V45.3613A4.7068,4.7068,0,0,0,122.0112,40.6546Z"/>
11
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M31.718,45.3613v95.6044c.3278.2526.66.5019,1,.746v-96.35a3.7056,3.7056,0,0,1,3.7068-3.7067H48.718v-1H36.4248A4.7068,4.7068,0,0,0,31.718,45.3613Z"/>
12
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M71.718,36.8881a1.2371,1.2371,0,0,0-1.2336-1.2335H49.9457a1.2278,1.2278,0,0,0-1.2277,1.2277V75.971a1.2292,1.2292,0,0,0,2.1489.8155L52.718,74.699l6.5832-7.4239a1.2252,1.2252,0,0,1,1.8335,0L63.0988,69.49l6.4746,7.3014a1.222,1.222,0,0,0,1.9592-.1785,1.1979,1.1979,0,0,0,.1854-.6354V36.8881Z"/>
13
- </svg>
@@ -1,14 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoSearchResults-Alt">
2
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M75.6393,72.6277h0a5.7882,5.7882,0,0,1,5.7882,5.7882v63.8808a.6821.6821,0,0,1-.6821.6821H70.5333a.6821.6821,0,0,1-.6821-.6821V78.4158A5.7881,5.7881,0,0,1,75.6393,72.6277Z" transform="translate(186.8465 178.3426) rotate(157.4423)"/>
3
- <rect class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" x="115.6987" y="64.7418" width="12.9972" height="82.9959" rx="3.0028" transform="translate(244.3946 212.4795) rotate(180)"/>
4
- <circle class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" cx="53.2062" cy="51.2371" r="30.4995"/>
5
- <circle class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" cx="53.2027" cy="51.2286" r="22.5028"/>
6
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M99.3013,102.0924c-14.7124.0026-29.6034.0067-31.0482.0223-1.4191.0153-2.8383.0449-4.2563.11-1.3065.06-4.9865.3515-5.5327.4156a5.0988,5.0988,0,0,0-3.5992,1.6554,3.7775,3.7775,0,0,0-.393,3.8275,2.7248,2.7248,0,0,0,1.4724,1.1521,21.8331,21.8331,0,0,0,4.8653.68c-.1808.2933-.5176.4482-.7508.69a3.2239,3.2239,0,0,0-.6007.959,3.6673,3.6673,0,0,0-.2323,2.1607,3.7042,3.7042,0,0,0,3.2,2.9437c-.3817-.0579-.805.61-.9105.8879a2.8358,2.8358,0,0,0,.0044,1.9628,4.0957,4.0957,0,0,0,2.74,2.31c-.3292-.0962-.74.7431-.8267.9753a3.0728,3.0728,0,0,0-.0851,1.728,3.7786,3.7786,0,0,0,1.7492,2.5381,3.2745,3.2745,0,0,0,1.646.2519c4.1589-.228,8.3258-.4145,12.4924-.4538.6737-.0064,9.7949-.0016,20.0657.0048Z"/>
7
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M58.3593,81.2981l.6017,1.4876s7.887,1.6678,11.8014-1.8116l-1.5685-3.7569a42.5685,42.5685,0,0,1-10.8346,4.0809Z"/>
8
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M83.604,48.7488a30.4873,30.4873,0,0,0-2.052-8.7908,31.4981,31.4981,0,0,0-10.261-13.28,41.6807,41.6807,0,0,1,4.889,14.968A33.2861,33.2861,0,0,1,75.408,56.06a27.1478,27.1478,0,0,1-5.9361,10.7211,26.7432,26.7432,0,0,1-2.3264,2.1138,27.1776,27.1776,0,0,1-4.0315,2.5711c-5.6469,2.871-13.929,2.9061-13.929,2.9061a46.4869,46.4869,0,0,1-20.4393-4.909A30.4676,30.4676,0,0,0,40.4979,78.97,30.33,30.33,0,0,0,51.359,81.685a34.4422,34.4422,0,0,0,4.0854-.0218c.7787-.055,1.4477-.1387,1.7407-.1757a12.0985,12.0985,0,0,0,1.2867-.2031c.4958-.1148.69-.2062,1.4864-.467.6726-.22,1.0274-.3168,1.3958-.4294a53.3374,53.3374,0,0,0,5.7047-2.2154A22.5516,22.5516,0,0,0,70.1112,76.63a20.7681,20.7681,0,0,0,2.0239-1.4742,35.6438,35.6438,0,0,0,3.7411-3.516,34.5748,34.5748,0,0,0,5.8822-9.66A30.6082,30.6082,0,0,0,83.604,48.7488Z"/>
9
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M43.187,64a.5.5,0,0,1-.3183-.1143,17.0536,17.0536,0,0,1-6.1631-11.5991.5.5,0,0,1,.9961-.0957,16.0537,16.0537,0,0,0,5.8037,10.9234A.5.5,0,0,1,43.187,64Z"/>
10
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M58.5092,103.0255c.5335-.0629,4.18-.3516,5.5061-.413,1.2361-.0568,2.5843-.0925,4.2415-.11,1.4451-.0151,16.4324-.02,31.0444-.0221v-.7759c-14.6145.0024-29.6042.0069-31.052.022-1.6679.0182-3.0244.0531-4.2693.1114-1.3369.0606-5.0212.3532-5.5615.4176a5.2626,5.2626,0,0,0-3.8694,1.8157,4.1485,4.1485,0,0,0-.4152,4.2429,3.11,3.11,0,0,0,1.6777,1.3261,12.8472,12.8472,0,0,0,3.5193.5767q.2886.0206.5737.0417c-.0432.0379-.085.0766-.1245.1175a3.5631,3.5631,0,0,0-.679,1.0753,4.08,4.08,0,0,0-.2561,2.3909,4.2135,4.2135,0,0,0,2.5669,3.0258.4309.4309,0,0,0,.0374.0658,2.63,2.63,0,0,0-.2974.5254,3.2373,3.2373,0,0,0,.0037,2.2347,4.21,4.21,0,0,0,2.2947,2.2893,3.42,3.42,0,0,0-.38.7245,3.47,3.47,0,0,0-.1008,1.95,4.1682,4.1682,0,0,0,1.9543,2.8,3.3279,3.3279,0,0,0,1.4839.3023c.1279,0,.2485-.0045.3569-.01,2.98-.1634,6.7736-.3513,10.6636-.4265l.326.6971,13.4654,2.2387q-.6174-1.4814-1.2348-2.9629c2.8381.0015,6.0264.0035,9.3169.0056v-.776c-10.153-.0065-19.3935-.0117-20.0691-.0052-4.5224.0424-9.0617.2653-12.5105.4547a2.8357,2.8357,0,0,1-1.4511-.2114,3.4386,3.4386,0,0,1-1.5437-2.275,2.4121,2.4121,0,0,1,.42-2.1319l7.5367-.2052a.4381.4381,0,0,0-.0121-.8761H71.66l-7.3522.2a3.7272,3.7272,0,0,1-2.4243-2.05,2.4494,2.4494,0,0,1-.0053-1.6914,1.6786,1.6786,0,0,1,.4306-.6006l7.647-.194a.4384.4384,0,0,0,.427-.4491.4218.4218,0,0,0-.4492-.4269l-7.8247.1985a3.356,3.356,0,0,1-2.5025-2.5745,3.2783,3.2783,0,0,1,.209-1.93,2.7937,2.7937,0,0,1,.5237-.8434,2.2966,2.2966,0,0,1,.2622-.2182,3.0706,3.0706,0,0,0,.3455-.3056l10.2238.1409h.0061a.438.438,0,0,0,.0059-.876l-10.8639-.15a.3313.3313,0,0,0-.0966.01c-.2785-.024-.5537-.0527-.8364-.0725a12.2961,12.2961,0,0,1-3.3076-.532,2.34,2.34,0,0,1-1.2678-.979,3.39,3.39,0,0,1,.372-3.4117A4.8036,4.8036,0,0,1,58.5092,103.0255Z"/>
11
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M101.6614,98.7263h27.0439a0,0,0,0,1,0,0v32.0144a0,0,0,0,1,0,0H101.6614a2.9564,2.9564,0,0,1-2.9564-2.9564V101.6826A2.9564,2.9564,0,0,1,101.6614,98.7263Z"/>
12
- <rect class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" x="106.7063" y="98.7263" width="1.9956" height="32.0144"/>
13
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M109.94,30.735l8.2013-8.555a2.0785,2.0785,0,0,0,0-2.8517,1.8769,1.8769,0,0,0-2.7337,0l-8.2013,8.555-8.2013-8.555a1.877,1.877,0,0,0-2.7338,0,2.0785,2.0785,0,0,0,0,2.8517l8.2013,8.555L96.2714,39.29a2.0785,2.0785,0,0,0,0,2.8517,1.877,1.877,0,0,0,2.7338,0l8.2013-8.555,8.2013,8.555a1.8769,1.8769,0,0,0,2.7337,0,2.0785,2.0785,0,0,0,0-2.8517Z"/>
14
- </svg>
@@ -1,15 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoSearchResults">
2
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M78.8168,82.9083A24.9673,24.9673,0,0,0,81.68,38.4427a29.0881,29.0881,0,0,1,.7673,3.0192A29.5484,29.5484,0,0,1,58.8452,75.9465a34.2358,34.2358,0,0,1-8.5962.3437c-.06-.006-.1125-.016-.1721-.0223A24.983,24.983,0,0,0,78.8168,82.9083Z"/>
3
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="80.5" cy="142" rx="42.5" ry="6"/>
4
- <polygon class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" points="82.398 89.003 83.107 89.911 82.404 89 82.398 89.003"/>
5
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M95.38,85.7983,92.3262,81.84l.0091-.01-.383.3661a41.0522,41.0522,0,0,1-7.9661,5.9209L82.4041,89l.7029.9112.2914.3733S92.0187,90.7408,95.38,85.7983Z"/>
6
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M52.7451,49.4438a.4992.4992,0,0,1-.414-.78,20.3084,20.3084,0,0,1,1.5507-2.0118.5.5,0,0,1,.752.6592,19.3825,19.3825,0,0,0-1.4746,1.9121A.4987.4987,0,0,1,52.7451,49.4438Z"/>
7
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M52.7451,49.4438a.4992.4992,0,0,1-.414-.78,20.3084,20.3084,0,0,1,1.5507-2.0118.5.5,0,0,1,.752.6592,19.3825,19.3825,0,0,0-1.4746,1.9121A.4987.4987,0,0,1,52.7451,49.4438Z"/>
8
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M50.5947,67.1768a.5.5,0,0,1-.4707-.3306,20.7026,20.7026,0,0,1-1.2168-6.8169,19.9752,19.9752,0,0,1,2.27-9.4312.5.5,0,0,1,.8867.4639A18.9645,18.9645,0,0,0,49.9072,60.02a19.7034,19.7034,0,0,0,1.1582,6.4878.5.5,0,0,1-.4707.6695Z"/>
9
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M50.5947,67.1768a.5.5,0,0,1-.4707-.3306,20.7026,20.7026,0,0,1-1.2168-6.8169,19.9752,19.9752,0,0,1,2.27-9.4312.5.5,0,0,1,.8867.4639A18.9645,18.9645,0,0,0,49.9072,60.02a19.7034,19.7034,0,0,0,1.1582,6.4878.5.5,0,0,1-.4707.6695Z"/>
10
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M117.76,114.8087l-22.38-29.01c-3.3608,4.9424-11.9811,4.4859-11.9811,4.4859l24.6323,31.9374a6.1156,6.1156,0,1,0,9.7289-7.4129Z"/>
11
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M91.9523,82.196l.383-.366a31.9783,31.9783,0,0,0,7.5153-30.15A17.5219,17.5219,0,0,1,89,35.5c0-.1463.0183-.2879.0219-.4331a31.975,31.975,0,1,0-8.9769,54.92c.8078-.2976,1.59-.6328,2.3589-.9872l0,0,1.5821-.8827A41.044,41.044,0,0,0,91.9523,82.196Zm-13.1355.7123A24.977,24.977,0,1,1,93.0494,53.24,24.9806,24.9806,0,0,1,78.8168,82.9083Z"/>
12
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M106.5009,21.0009A14.4993,14.4993,0,1,0,121,35.5,14.5159,14.5159,0,0,0,106.5009,21.0009Z"/>
13
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M106.5005,18A17.5,17.5,0,1,0,124,35.5,17.52,17.52,0,0,0,106.5005,18ZM121,35.5a14.4993,14.4993,0,1,1-14.4988-14.499A14.5158,14.5158,0,0,1,121,35.5Z"/>
14
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M108.6828,35.4925l5.3047-5.3071a1.5438,1.5438,0,0,0,0-2.1847,1.58,1.58,0,0,0-2.1837,0l-5.3047,5.3071-5.3046-5.3071a1.58,1.58,0,0,0-2.1837,0,1.5479,1.5479,0,0,0,0,2.1847l5.3046,5.3071L99.0108,40.8a1.5479,1.5479,0,0,0,0,2.1847,1.58,1.58,0,0,0,2.1837,0l5.3046-5.3071,5.3047,5.3071A1.5445,1.5445,0,1,0,113.9875,40.8Z"/>
15
- </svg>
@@ -1,18 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-NoTasks">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M145,97.0426c0,27.58-18.2211,42.8945-41.6416,48.3423-20.648,4.8028-46.97,8.5323-66.6763-3.1025-17.9374-10.5906-19.2452-34.5187-19.6677-54.4875C16.1976,49.1763,50.3365,30,81.7246,30,118.7682,30,144.9991,61.7174,145,97.0426Z"/>
3
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M19.7272,15.5613c-2.7045-1.0646-4.0164-3.65-5.0313-6.2854A.4261.4261,0,0,0,14.305,9H14.3a.4257.4257,0,0,0-.3926.2662c-1.3535,3.2757-3.3658,4.95-5.6959,6.8894l-.054.0451a.4415.4415,0,0,0-.1456.44.4315.4315,0,0,0,.3261.3235c2.0556.4456,5.2367,4.4551,5.2367,6.6A.4248.4248,0,0,0,14.0005,24a.4271.4271,0,0,0,.4084-.3125c.6822-2.3748,2.6612-6.2815,5.3166-7.3129a.439.439,0,0,0,.0017-.8133Z"/>
4
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M28.6616,31.6283c-1.8466-.7174-2.7523-2.4863-3.4569-4.2907A.5281.5281,0,0,0,24.72,27h-.0061a.529.529,0,0,0-.487.3257,11.7361,11.7361,0,0,1-3.9923,4.7558l-.0392.0322a.5338.5338,0,0,0,.2239.9344c1.3617.2908,3.5528,3.017,3.5528,4.4191a.5316.5316,0,0,0,.4529.5275.5275.5275,0,0,0,.5818-.3772c.4735-1.6263,1.8373-4.2983,3.653-4.9939a.5345.5345,0,0,0,.002-.9953Z"/>
5
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M103.1421,145.5516a67,67,0,0,0,17.61-6.6943V59.3415c0-7.5748,1.33-16.2542,10.7358-19.1528H49.31C34.0981,40.47,32,49.56,32,59.3415V139.02a31.4507,31.4507,0,0,0,4.7121,3.4233C56.345,154.0992,82.57,150.3631,103.1421,145.5516Z"/>
6
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M138.7132,40.582c-2.95-1.0947-4.2358-.9927-7.2356-.0451-8.7282,2.7573-10.2251,10.6667-10.2251,18.63V71.0479h22.2a2.6758,2.6758,0,0,0,2.6715-2.68V63.6335C146.1243,55.7106,146.2338,43.3729,138.7132,40.582Z"/>
7
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M65.9116,101.7133h24.382a2.0173,2.0173,0,0,0,0-4.013H65.9116a2.0173,2.0173,0,0,0,0,4.013Z"/>
8
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M97.9646,101.7133h10.276a2.0121,2.0121,0,0,0,0-4.013H97.9646a2.0121,2.0121,0,0,0,0,4.013Z"/>
9
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M65.915,120.775H103.29a2.0169,2.0169,0,0,0,0-4.013H65.915a2.0169,2.0169,0,0,0,0,4.013Z"/>
10
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M65.9122,81.6484H104.293a2.0172,2.0172,0,0,0,0-4.013H65.9122a2.0172,2.0172,0,0,0,0,4.013Z"/>
11
- <path class="sapIllus_Layering2" style="fill:var(--sapIllus_Layering2)" d="M65.888,62.5867h41.2847a2.0135,2.0135,0,0,0,.1445-4.0129H66.0325a2.0135,2.0135,0,0,0-.1445,4.0129Z"/>
12
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M47.9854,65.3328a.692.692,0,0,1-.4906-.2031l-4.187-4.18a.6969.6969,0,0,1,.9812-.99l3.6475,3.6416,6.451-7.7863a.6968.6968,0,1,1,1.0709.8917l-6.9376,8.3739a.6894.6894,0,0,1-.5028.2509A.2734.2734,0,0,1,47.9854,65.3328Z"/>
13
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M47.9854,84.5961a.6921.6921,0,0,1-.4906-.2032l-4.187-4.18a.6969.6969,0,0,1,.9812-.99l3.6475,3.6416,6.451-7.7863a.6967.6967,0,1,1,1.0709.8916l-6.9376,8.3739a.689.689,0,0,1-.5028.2509A.254.254,0,0,1,47.9854,84.5961Z"/>
14
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M47.9854,103.8593a.692.692,0,0,1-.4906-.2031l-4.187-4.18a.6969.6969,0,0,1,.9812-.99l3.6475,3.6416,6.451-7.7863a.6968.6968,0,1,1,1.0709.8917l-6.9376,8.3739a.6889.6889,0,0,1-.5028.2508A.254.254,0,0,1,47.9854,103.8593Z"/>
15
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M47.9854,123.1226a.6921.6921,0,0,1-.4906-.2032l-4.187-4.18a.6969.6969,0,0,1,.9812-.99l3.6475,3.6417,6.451-7.7864a.6968.6968,0,1,1,1.0709.8917L48.5208,122.87a.689.689,0,0,1-.5028.2509A.254.254,0,0,1,47.9854,123.1226Z"/>
16
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M139.0487,40.9147c-2.9664-1.1009-3.6459-1.94-6.6627-.9873-8.778,2.773-10.2834,10.7276-10.2834,18.7361V70.6127h21.3058a2.6911,2.6911,0,0,0,2.6867-2.6955V63.1559C146.0951,55.1877,146.6121,43.7216,139.0487,40.9147Z"/>
17
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M146.6241,68.1813v-4.71c0-2.719-.0062-5.9039-.3-9.0452-.2183-4.2918-.999-9.2523-4.1809-12.3056a10.6191,10.6191,0,0,0-5.851-2.754s-.2808-.0441-.2906-.0432a17.2908,17.2908,0,0,0-2.9062-.1376H49.3008C33.1743,39.4838,31,49.5422,31,59.3415v78.7558c.1633.1564.3328.308.5.4614s.3289.3112.5.4616V59.3415C32,49.56,34.0981,40.47,49.31,40.1887h82.1661c-.052.0163-.096.0278-.149.0446-8.7346,2.76-10.3715,10.5946-10.5541,17.59-.0008.031-.0027.0621-.0035.0931-.0109.4487-.0155.8931-.0161,1.3331,0,.03-.0011.0614-.0011.0917v79.5158c.1658-.0933.3355-.1818.5-.2766.1687-.0972.3326-.2.5-.2988V71.7248h21.7a3.1806,3.1806,0,0,0,3.1719-3.1821Zm-1,.1864a2.1774,2.1774,0,0,1-2.1714,2.1784H126.5438c-2.87-25.476,6.0227-29.5137,10.5012-29.9709.4555.12.9377.27,1.4951.4771,7.0879,2.63,7.0854,14.4334,7.084,22.2438Z"/>
18
- </svg>
@@ -1,16 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-SuccessBalloon">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M137.0164,35.9889H34.3406c-11.8,0-22.0157,9.5378-22.0157,21.3793v4.4165c0,11.8414,10.2159,21.473,22.0155,21.473h0c4.0443.231,5.9938,2.561,5.9938,5.5678l.0053.086c0,3.36-3.5713,6.1633-7.4228,6.1633H16.539a16.2089,16.2089,0,0,0-16.18,16.2375v.4443a16.2088,16.2088,0,0,0,16.18,16.2375h96.3287a16.4617,16.4617,0,0,0,16.4759-16.2357v-.3635a16.4633,16.4633,0,0,0-11.7447-15.476h.0041l-.0124-.002a16.16,16.16,0,0,0-1.8617-.4411c-3.0644-1.0464-5.3831-3.5445-5.3831-6.3489l-.003-.0951c0-3.3583,3.324-5.7741,7.1768-5.7741h19.497a21.5081,21.5081,0,0,0,21.47-21.546V57.5351A21.5083,21.5083,0,0,0,137.0164,35.9889Z"/>
3
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M77.1343,141.9923a5.9623,5.9623,0,0,1-3.7-1.3618,8.8807,8.8807,0,0,1-3.2265-5.9429c-.335-3.439.9716-6.7549,2.457-10.1318l.2978-.6724c1.5372-3.4815,2.8663-6.8906,2.2618-10.3237a19.3351,19.3351,0,0,0-1.8809-5.0083A20.9158,20.9158,0,0,1,71.4,103.4029a26.3679,26.3679,0,0,1,.8028-11.6489,40.34,40.34,0,0,1,2.2412-6.0728.5.5,0,0,1,.91.4151,39.3062,39.3062,0,0,0-2.1865,5.9223,25.3773,25.3773,0,0,0-.7851,11.1983,19.8465,19.8465,0,0,0,1.8613,4.8994,20.3466,20.3466,0,0,1,1.9648,5.27c.6534,3.7066-.7939,7.418-2.332,10.9019l-.2959.67c-1.4853,3.3755-2.6894,6.43-2.3769,9.6328a7.8458,7.8458,0,0,0,2.8476,5.2529,4.8731,4.8731,0,0,0,3.7168,1.1026.506.506,0,0,1,.5664.4238.5.5,0,0,1-.4238.5664A5.4753,5.4753,0,0,1,77.1343,141.9923Z"/>
4
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M55.6252,46.1781a.4993.4993,0,0,1-.4619-.3091,18.518,18.518,0,0,0-3.9746-4.9673.5.5,0,0,1-.127-.8511,18.23,18.23,0,0,0,4.3574-5.1557.5073.5073,0,0,1,.5186-.2461.4992.4992,0,0,1,.4082.4047,6.05,6.05,0,0,0,3.708,4.4932.5.5,0,0,1,.1123.8726,12.3957,12.3957,0,0,0-4.0615,5.4.5.5,0,0,1-.4531.3584Zm-3.4561-5.7525a21.4837,21.4837,0,0,1,3.3848,4.0689,14.505,14.505,0,0,1,3.3731-4.3692,7.1429,7.1429,0,0,1-3.2461-3.7368A19.1911,19.1911,0,0,1,52.1691,40.4256Z"/>
5
- <circle class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" cx="113.836" cy="142.5056" r="5.4978"/>
6
- <rect class="sapIllus_BrandColorPrimary" style="fill:var(--sapIllus_BrandColorPrimary)" x="19.0067" y="113.6531" width="7.7101" height="7.7101" rx="1.0538" transform="translate(-29.6343 9.921) rotate(-15)"/>
7
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M144.3412,111.0017a1.52,1.52,0,0,1-1.077-.4457v-.0005l-3.472-3.4834a1.5328,1.5328,0,0,1,0-2.1608l3.472-3.4834a1.5238,1.5238,0,0,1,2.154,0l3.4719,3.4839a1.5326,1.5326,0,0,1,0,2.1608l-3.4719,3.4834A1.5168,1.5168,0,0,1,144.3412,111.0017Zm-.359-1.1669a.5066.5066,0,0,0,.718,0l3.4719-3.483a.51.51,0,0,0,0-.72L144.7,102.1481a.5075.5075,0,0,0-.718.0005l-3.472,3.483a.51.51,0,0,0,0,.72Z"/>
8
- <rect class="sapIllus_BrandColorPrimary" style="fill:var(--sapIllus_BrandColorPrimary)" x="38.9371" y="8.5876" width="4.8332" height="4.8332" rx="0.9894" transform="translate(80.9787 -5.1537) rotate(142.9148)"/>
9
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M134.707,55.9582a.4565.4565,0,0,1-.3653-.5326l.8646-4.6425a.96.96,0,0,1,1.12-.7683l4.6425.8647a.4791.4791,0,0,1,.293.1906.4723.4723,0,0,1,.0813.3211.5423.5423,0,0,1-.1987.3229c-.4223.3633-2.6371,1.8325-2.9326,2.0324-.4775.323-2.8138,1.98-3.2337,2.17A.4738.4738,0,0,1,134.707,55.9582Z"/>
10
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M33.5007,53.9877a7.2393,7.2393,0,0,1-2.23-.31,3.2177,3.2177,0,0,1-2.3475-3.0389c.0277-.4124.0835-.8161.1376-1.2065.1268-.9133.2464-1.7757-.11-2.1781a2.41,2.41,0,0,0-1.7507-.4492c-.3261-.0158-.6849.0157-1.055.0318-1.6383.0712-3.4969.1526-4.2992-.9749a2.8354,2.8354,0,0,1,.0474-2.8254c.5707-1.3633.64-2.6406.1754-3.254a1.9015,1.9015,0,0,0-1.7969-.493,7.9961,7.9961,0,0,0-2.96,1.1747.65.65,0,0,1-.8784-.24.63.63,0,0,1,.2439-.8658,9.0982,9.0982,0,0,1,3.4641-1.3326,3.042,3.042,0,0,1,2.9614.9972c.752.9943.7453,2.6757-.0172,4.4985-.3177.7594-.3831,1.3315-.1838,1.6111.3961.5563,2.0092.4864,3.1867.4351.39-.0169.7667-.0331,1.11-.0331h.0017a3.4718,3.4718,0,0,1,2.7222.8848c.7411.8375.5757,2.0308.4154,3.1852-.0512.3686-.104.75-.1284,1.1172a1.9711,1.9711,0,0,0,1.4713,1.7517,8.3219,8.3219,0,0,0,3.8649.031.6466.6466,0,0,1,.7658.4877.6358.6358,0,0,1-.4948.7549A11.5228,11.5228,0,0,1,33.5007,53.9877Z"/>
11
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M109.5863,49.62a32.62,32.62,0,1,0-37.168,32.2975,51.8006,51.8006,0,0,0-5.2828,2.7149.9556.9556,0,0,0,.362,1.7661,101.7166,101.7166,0,0,0,12.8884,1.0174.9537.9537,0,0,0,.81-1.4663l-2.4007-3.7636A32.619,32.619,0,0,0,109.5863,49.62Z"/>
12
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M72.4183,81.9178a27.4175,27.4175,0,0,0,6.3643.2681L80,84.0744l-8.1437-1.9026Z"/>
13
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M58.3315,46.003a.4844.4844,0,0,1-.4471-.32,20.6537,20.6537,0,0,0-4.2394-5.67.5017.5017,0,0,1-.276-.3.5408.5408,0,0,1,.1475-.5845,20.7722,20.7722,0,0,0,4.6364-5.8735A.4772.4772,0,0,1,58.6548,33a.501.501,0,0,1,.3951.4195,6.8307,6.8307,0,0,0,3.9652,5.1438.514.514,0,0,1,.3063.418.5364.5364,0,0,1-.1976.4868,14.103,14.103,0,0,0-4.3282,6.1629.4923.4923,0,0,1-.4386.3719ZM54.5969,39.51a25.1941,25.1941,0,0,1,3.659,4.7455,16.2419,16.2419,0,0,1,3.6628-5.0906,7.9234,7.9234,0,0,1-3.5172-4.3483A21.3915,21.3915,0,0,1,54.5969,39.51Z"/>
14
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M105.8823,45.7611a20.6515,20.6515,0,0,1-6.008-2.0649.8864.8864,0,0,1-.4271-1.2058.9516.9516,0,0,1,1.2581-.3912,17.532,17.532,0,0,0,5.9808,1.9515,6.2769,6.2769,0,0,0,5.0817-1.6014c1.427-1.5044,1.5415-3.6958,1.663-6.0159a14.5327,14.5327,0,0,1,1.0991-5.78c1.7655-3.5793,6.643-5.4852,11.1017-4.3394a.907.907,0,0,1,.6778,1.0995.9372.9372,0,0,1-1.1432.6318c-3.619-.932-7.5381.56-8.934,3.39a13.0827,13.0827,0,0,0-.9246,5.1117c-.1327,2.5293-.2694,5.144-2.1385,7.1151a8.1736,8.1736,0,0,1-6.6235,2.1744C106.3232,45.8177,106.1017,45.7922,105.8823,45.7611Z"/>
15
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M104.2528,31.74C101.5155,42.9363,94.079,53.0428,84.6849,59.9578,75.74,66.542,65.24,70.57,54.3613,73.0745A32.5994,32.5994,0,0,0,104.2528,31.74Z"/>
16
- </svg>
@@ -1,14 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-SuccessCheckMark-Alt">
2
- <circle class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" cx="79.0022" cy="84.5367" r="41.9985"/>
3
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="78.9954" cy="145.5428" rx="36.9935" ry="5.9976"/>
4
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M79.0022,127.5379a43.0036,43.0036,0,1,1,43.004-43.0033A43.0528,43.0528,0,0,1,79.0022,127.5379Zm0-85.0022A41.9984,41.9984,0,1,0,121.001,84.5344,42.046,42.046,0,0,0,79.0022,42.5357Z"/>
5
- <circle class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" cx="78.9996" cy="84.5374" r="30.9998"/>
6
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M62.0735,110.42a31.0009,31.0009,0,0,0,42.8419-42.951Z"/>
7
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M99.6135,71.7654l-1.8553-1.8507a1.27,1.27,0,0,0-1.7878,0L73.0173,92.8105a1.2665,1.2665,0,0,1-1.7878,0l-9.2077-9.1847a1.27,1.27,0,0,0-1.7876,0l-1.8552,1.85a1.2624,1.2624,0,0,0,0,1.7836L71.37,100.2178a1.07,1.07,0,0,0,1.5074,0l26.7358-26.669A1.2626,1.2626,0,0,0,99.6135,71.7654Z"/>
8
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M18.4643,22.4347,36.5411,35.36c1.044.7466,2.0466-.9563,1.0131-1.6953L19.4774,20.7394c-1.0441-.7465-2.0466.9563-1.0131,1.6953Z"/>
9
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M98.4664,19.178l5.4062-8.5052c.534-.84-.8089-1.6131-1.3407-.7765l-5.4061,8.5052c-.5341.84.8089,1.6131,1.3406.7765Z"/>
10
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M121.8775,37.3387a16.853,16.853,0,0,1,6.2345,2.1128c.7851.4408,1.3969-.8156,1.3436-1.7589a6.0551,6.0551,0,0,1,2.2767-4.97c.6336-.5671.0712-1.3818-.6323-1.4728a12.138,12.138,0,0,1-5.9494-2.48.92.92,0,0,0-1.4946.38,49.5471,49.5471,0,0,1-2.551,6.89A.8787.8787,0,0,0,121.8775,37.3387Zm3.1242-6.5888a14.04,14.04,0,0,0,4.412,1.9013,7.9993,7.9993,0,0,0-1.7052,4.645,18.4716,18.4716,0,0,0-4.6049-1.4741A52.4874,52.4874,0,0,0,125.0017,30.75Z"/>
11
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M151.6207,57.2245a6.5139,6.5139,0,0,0-8.2075-.4172,10.6778,10.6778,0,0,0-2.419,3.3547c-.6939,1.2879-1.35,2.5042-2.43,2.9555a3.3154,3.3154,0,0,1-2.91-.3887,10.2438,10.2438,0,0,1-2.6943-2.688,1.0776,1.0776,0,0,0-1.5329-.1994,1.1367,1.1367,0,0,0-.1951,1.5665,13.01,13.01,0,0,0,2.9394,3.0055q.1867.1279.3823.244a5.986,5.986,0,0,0,3.0413.8757,4.6467,4.6467,0,0,0,1.7965-.3487c1.7946-.75,2.71-2.4481,3.5216-3.9549a8.87,8.87,0,0,1,1.874-2.6855,4.3153,4.3153,0,0,1,5.4191.3832,1.0786,1.0786,0,0,0,1.54-.1287A1.1365,1.1365,0,0,0,151.6207,57.2245Z"/>
12
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M17.9987,66.5365a5.9969,5.9969,0,1,1,5.9971-5.9971A6.0037,6.0037,0,0,1,17.9987,66.5365Zm0-10.457a4.46,4.46,0,1,0,4.46,4.46A4.4651,4.4651,0,0,0,17.9987,56.08Z"/>
13
- <rect class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" x="60.1203" y="12.6364" width="7.7604" height="7.7604" rx="1.0079" transform="translate(20.8558 -33.5573) rotate(34.7805)"/>
14
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-SuccessCheckMark">
2
- <circle class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" cx="79.0022" cy="75.5141" r="41.9985"/>
3
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="78.9954" cy="142.0063" rx="36.9935" ry="5.9976"/>
4
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M79.0022,118.5153a43.0036,43.0036,0,1,1,43.004-43.0033A43.0528,43.0528,0,0,1,79.0022,118.5153Zm0-85.0023A41.9985,41.9985,0,1,0,121.001,75.5118,42.046,42.046,0,0,0,79.0022,33.513Z"/>
5
- <circle class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" cx="78.9996" cy="75.5147" r="30.9998"/>
6
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M62.0735,101.3971A31.001,31.001,0,0,0,104.9154,58.446Z"/>
7
- </svg>
@@ -1,31 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-SuccessHighFive">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M144.3652,110.5274c0,19.51-7.1471,27.0247-23.5443,37.8136-11.09,7.2969-41.4991,10.7019-56.3636,10.7019-42.0944,0-51.3694-25.6847-52.0828-57.0771-.7431-32.6964,29.8665-53.51,66.7088-53.51S144.3652,77.8225,144.3652,110.5274Z"/>
3
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M143.68,119.8524c-2.14,12.9564-9.3678,19.6131-22.8594,28.4886-.0927.0641-.1855.1212-.2853.1783-2.64-4.98-5.6578-10.973-8.2762-15.8745-4.7588-8.9183-10.1312-20.6048-14.89-29.5161q-1.766-3.3067-3.5246-6.6065c-.9274-1.7339-4.1237-7.72-3.075-6.1-.0713-.1783-1.2628-2.5614-1.3341-2.7183,4.9871,3.56,8.5544,1.42,8.5544,1.42,7.8481-4.2808,7.8981-10.7377,5.7077-14.2693,13.5558,15.6962,23.5086,26.6622,33.89,38.0919,1.9478,2.1474,4.609,4.3449,6.0645,6.8563C143.6589,119.8167,143.6732,119.8381,143.68,119.8524Z"/>
4
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M92.7012,96.6132a8.5587,8.5587,0,0,0,7.7538,3.2832c3.782-.4768,6.8421-3.5262,8.4059-7.0026s1.8967-7.3614,2.2082-11.1606L116.1,87.3751c-.3431,4.1845-.71,8.4634-2.432,12.2923s-5.0928,7.1876-9.2584,7.7127a9.4266,9.4266,0,0,1-8.54-3.616Z"/>
5
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M120.3366,149.21l-.2422-.4565c-1.2393-2.3369-2.5616-4.897-3.8858-7.4624-1.499-2.9014-3.001-5.81-4.3906-8.4111-2.377-4.4556-4.9482-9.6831-7.4336-14.7383-2.4951-5.0733-5.0742-10.3189-7.456-14.7778L93.403,96.7576c-2.4688-4.62-3.2461-6.0732-3.3262-6.6274-.1885-.3848-.458-.9273-.6817-1.378-.2148-.4321-.3876-.7817-.414-.8388l-.7891-1.711,1.5332,1.0948c4.6367,3.3081,7.874,1.476,8.01,1.396,3.4541-1.8843,5.6689-4.38,6.4209-7.2261a8.139,8.139,0,0,0-.8828-6.3491l.8037-.59c13.6758,15.8355,23.9473,27.145,33.8808,38.0825.584.6441,1.2247,1.2842,1.9034,1.9625a25.8571,25.8571,0,0,1,4.2236,4.979l.09.1552-.0009.2271c-2.15,13.0161-9.1553,19.6655-23.0782,28.8247-.0947.0659-.1992.13-.31.1943ZM91.15,90.2806c.2364.5029.9619,1.94,3.1358,6.0058l3.5254,6.607c2.3886,4.4736,4.9716,9.7265,7.4707,14.8071,2.4824,5.0478,5.0488,10.2676,7.4189,14.709,1.3906,2.6045,2.8955,5.5175,4.3965,8.4228,1.2324,2.3882,2.4639,4.7715,3.6269,6.9741,13.4952-8.8964,20.3184-15.3833,22.4327-27.8579a25.9439,25.9439,0,0,0-4.002-4.6684c-.6885-.687-1.3379-1.336-1.9375-1.9981-9.4668-10.4233-19.24-21.1841-31.9756-35.8784a9.39,9.39,0,0,1-.1191,4.3189c-.5742,2.1743-2.2363,5.3-6.8936,7.84-.124.0762-3.1738,1.8413-7.5674-.5049.3614.73.5381,1.0913.5733,1.18Z"/>
6
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M86.4681,5.58,82.4124,16.6577a.9692.9692,0,0,0,1.8077.6987L88.2758,6.2789A.9692.9692,0,0,0,86.4681,5.58Z"/>
7
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M40.5994,17.663l8.008,8.9751c.8621.9661,2.34-.4038,1.48-1.3676L42.079,16.2954c-.862-.9661-2.34.4038-1.48,1.3676Z"/>
8
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M87.038,83.6235a12.5152,12.5152,0,0,0,8.8377-.4607c3.6873-1.6354,6.3813-5.0072,8.028-8.69a49.6223,49.6223,0,0,0,3.075-11.6707l1.656-9.2982c.2367-1.3292.3271-3.0069-.83-3.703a2.2228,2.2228,0,0,0-2.15.058,5.37,5.37,0,0,0-1.629,1.5279,19.6944,19.6944,0,0,0-3.8878,9.17L89.8355,34.0738c-.444-1.1412-1.1638-2.4826-2.3883-2.48-1.2507.0025-1.9792,1.4462-2.1009,2.6909-.3622,3.7044,1.9618,7.31,1.4685,11-.4251,3.1786-2.8156,5.6678-4.6131,8.3237a24.994,24.994,0,0,0-4.166,12.7549c-.1969,4.0787.4157,9.3923,2.8418,12.8127A12.31,12.31,0,0,0,87.038,83.6235Z"/>
9
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M55.1823,50.5964a10.5775,10.5775,0,0,1,0-4.2807c.2923-1.2432.8645-1.4816,2.14-1.427a3.19,3.19,0,0,1,2.8423,2.0467,37.6072,37.6072,0,0,1,3.18,8.8046l1.1168-23.7078a3.8859,3.8859,0,0,1,.709-2.1262c.4669-.813,1.2674-1.7689,2.14-1.4269a2.7289,2.7289,0,0,1,1.4826,2.3567c.6513,4.1412.72,10.6252,1.3712,14.7664.6711-4.2492,1.9251-10.8411,2.5963-15.09.2461-1.5583.66-3.3525,2.0843-4.0308a2.693,2.693,0,0,1,3.881,1.2844,14.43,14.43,0,0,1,.578,5.9336,8.0937,8.0937,0,0,1,1.141-2.6346c.5805-.7677.8967-1.3031,1.8483-1.1586a2.96,2.96,0,0,1,2.14,2.14,7.0725,7.0725,0,0,1,0,2.8538c-.4317,4.0365-.9953,8.806-1.4269,12.8424.087-.6856.9524-1.8706,1.4269-4.2808.2874-1.46,1.7107-3.8066,2.8538-2.8538a7.5531,7.5531,0,0,1,1.7559,3.781A57.7685,57.7685,0,0,1,74.4458,86.27c1.4269-3.5673,0-7.8481-2.6452-10.9268-1.2906-1.5021-1.8253-2.3228-3.776-2.629a10.1274,10.1274,0,0,0-2.8538,0c-.5082.06-2.36.5788-2.8539.7135a10.8044,10.8044,0,0,0-1.4269.7134c-.8019-.0479-1.2636-2.87-1.4269-3.5673-.3009-1.2853-1.1261-2.282-1.427-3.5673-.5962-2.5472-.8307-5.3009-1.4269-7.8481C55.931,56.26,55.8605,53.4942,55.1823,50.5964Z"/>
10
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M75.0951,83.0305c.0356,3.9169-1.4412,7.6769-2.9752,11.287a275.4387,275.4387,0,0,1-34.025,58.8036c-.2141.2855-.4353.578-.6707.8633-15.047-6.97-21.5181-20.5762-23.8939-37.1073a39.3579,39.3579,0,0,1,3.96-3.6528Q29.0373,102.426,40.5777,91.6277q6.4854-6.0572,12.9707-12.1217a31.1955,31.1955,0,0,1,7.2275-5.5436,10.55,10.55,0,0,1,8.8183-.6065C73.1758,74.9542,75.0665,79.1064,75.0951,83.0305Z"/>
11
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M95.2357,89.7285c1.48.0188,2.1328-.68,3.4679-1.3185a10.1707,10.1707,0,0,0,4.9942-4.9942,12.5866,12.5866,0,0,0,.7135-7.8481c-.3046-1.0283-.301-1.2139-1.3279-1.5233a3.761,3.761,0,0,0-2.6524.5312A49.0683,49.0683,0,0,0,90.99,80.6293q-1.1252.9185-2.1946,1.9023c-.4753.4374-1.502,1.1063-1.5875,1.7975-.1572,1.27,1.9786,3.0131,2.8726,3.6552A9.1218,9.1218,0,0,0,95.2357,89.7285Z"/>
12
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M72.71,95.78a.4991.4991,0,0,1-.4922-.4185A18.6678,18.6678,0,0,0,52.8483,79.7664a.4855.4855,0,0,1-.5244-.4741.499.499,0,0,1,.4736-.5249A19.6674,19.6674,0,0,1,73.2037,95.198a.4993.4993,0,0,1-.4111.5747A.4825.4825,0,0,1,72.71,95.78Z"/>
13
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M109.2769,52.2337a2.8963,2.8963,0,0,0-1.49-2.3125,2.8262,2.8262,0,0,0-2.584.1582,6.01,6.01,0,0,0-1.7617,1.6259A18.115,18.115,0,0,0,99.9588,59.18L91.0474,34.8323a6.9422,6.9422,0,0,0-1.4365-2.6279,2.7285,2.7285,0,0,0-3.1494-.628c-1.2168.6856-1.3711,2.3418-1.4219,2.8858-.0293.3139-.0372.6283-.0511.9426.0072-.7559-.0024-1.5294-.04-2.3293-.0469-1.02-.3477-2.81-1.8223-3.3453a2.6665,2.6665,0,0,0-2.8515.9356,4.6376,4.6376,0,0,0-.7439,1.3015,27.1631,27.1631,0,0,0-.3958-3.531A3.9852,3.9852,0,0,0,78.08,26.0847a2.4771,2.4771,0,0,0-1.8515-.6132,3.5748,3.5748,0,0,0-2.4053,1.1977,7.7656,7.7656,0,0,0-1.4863,3.94c-.6431,3.6576-1.2313,7.35-1.7689,11.0483L69.4234,31.6253c-.3076-2.6958-1.4277-3.4019-2.3145-3.52A2.5077,2.5077,0,0,0,64.6646,29.58a6.3521,6.3521,0,0,0-.5107,2.5655L63.0054,53.4221a31.8912,31.8912,0,0,0-1.7275-5.4912,7.1537,7.1537,0,0,0-1.98-2.9824,3.1589,3.1589,0,0,0-3.7275-.2793c-1.3575,1-1.2754,2.8955-1.0528,4.4356l.04.2763c1.165,8.0415,2.4853,17.1563,5.207,25.0235a.5.5,0,0,0,.9453-.3272c-2.69-7.7773-4.0039-16.8418-5.1621-24.84l-.04-.2764c-.1836-1.2637-.2745-2.8018.6552-3.4868a2.1845,2.1845,0,0,1,2.5137.2583,6.2737,6.2737,0,0,1,1.6768,2.583,30.7745,30.7745,0,0,1,2.3544,10.6509.5.5,0,0,0,.4971.48h.0029a.4993.4993,0,0,0,.4991-.4732L65.1519,32.2a5.522,5.522,0,0,1,.4053-2.17,1.5646,1.5646,0,0,1,1.4209-.9327c1.0166.1353,1.3457,1.7129,1.4511,2.6416l1.5829,13.88q-.3846,2.8578-.7274,5.7077a.5.5,0,0,0,.4365.5557.4924.4924,0,0,0,.0606.0034.5.5,0,0,0,.4951-.4409q.3333-2.797.7136-5.6061a.4913.4913,0,0,0,.0251-.1782c.6712-4.9745,1.4407-9.9577,2.3053-14.8773a7.0072,7.0072,0,0,1,1.2578-3.459,2.5429,2.5429,0,0,1,1.7089-.854,1.5194,1.5194,0,0,1,1.1182.3545,3.141,3.141,0,0,1,.7451,1.7895,26.2,26.2,0,0,1,.3555,6.4327.4869.4869,0,0,0,.052.2415,108.9927,108.9927,0,0,0-3.1516,18.1066.5.5,0,0,0,.4541.5415.49.49,0,0,0,.542-.4546,107.9183,107.9183,0,0,1,3.6855-20.0141,5.7254,5.7254,0,0,1,.9522-2.1573,1.713,1.713,0,0,1,1.7441-.6391c.9649.35,1.1367,1.831,1.166,2.4516a51.5181,51.5181,0,0,1-.9443,11.5855c-.4346,2.5332-.83,5.0737-1.2256,7.6138q-.296,1.9013-.5976,3.8007a.5.5,0,0,0,.9882.1582q.3033-1.902.5977-3.8047c.0123-.0793.025-.1585.0373-.2379a.4808.4808,0,0,0,.0467-.0975l2.2959-8.9619c.3672-1.4326.8994-2.18,1.581-2.2212a1.3885,1.3885,0,0,1,1.2119.8149,4.8464,4.8464,0,0,1,.4258,1.8438,55.1587,55.1587,0,0,1,.23,5.81.486.486,0,0,0-.0056.15A53.7029,53.7029,0,0,1,80.211,77.6719a.4917.4917,0,0,0-.1826.2943,51.4222,51.4222,0,0,1-5.2935,6.8387.5.5,0,0,0,.7363.6768,52.3772,52.3772,0,0,0,4.9666-6.3237c1.1365,2.2071,3.2974,3.463,5.6086,4.6406.0779.04.2463.1089.4334.1836a.4714.4714,0,0,0,.0051.0591A8.9724,8.9724,0,0,0,94.3287,90.1c.11.0044.2207.0063.331.0063a10.5128,10.5128,0,0,0,8.2539-4.3652,12.8261,12.8261,0,0,0,1.4082-11.3267,55.7315,55.7315,0,0,0,2.4805-9.0976l2.2363-10.5694A7.6946,7.6946,0,0,0,109.2769,52.2337ZM84.4356,42.1176a51.0249,51.0249,0,0,0,.5281-5.9138,19.34,19.34,0,0,0,.448,4.2315.4912.4912,0,0,0,.0258.0583A4.0118,4.0118,0,0,0,84.4356,42.1176ZM108.06,54.5413,105.8238,65.11a51.6644,51.6644,0,0,1-2.6406,9.4624c-.148.35-.3174.6917-.4822,1.0348a17.1987,17.1987,0,0,1-1.438,2.4231.2472.2472,0,0,0,.25.3946,5.4637,5.4637,0,0,1,2.4956-.119,11.13,11.13,0,0,1-1.8993,6.8407,9.52,9.52,0,0,1-7.7422,3.9546,8.064,8.064,0,0,1-6.7226-4.8476.4821.4821,0,0,0,.2393-.2359.5.5,0,0,0-.2588-.6582c-.0791-.0346-.2481-.1-.4366-.1733-.2666-.1035-.5771-.2227-.6875-.2783a15.2809,15.2809,0,0,1-4.0781-2.6933c4.9348-7.1753,5.9929-16.4248,6.1919-21.1182q.3051-1.6074.5183-3.2363a.4685.4685,0,0,0,.1726-.0572l3.9815-2.9688a.5.5,0,0,0-.5977-.8017l-1.6581,1.2364-1.4342-3.7956a56.1249,56.1249,0,0,0-.2329-5.95,5.664,5.664,0,0,0-.5429-2.227,2.3773,2.3773,0,0,0-2.15-1.337,2.0079,2.0079,0,0,0-.3206.048,18.311,18.311,0,0,1-.3142-5.4523c.1055-1.13.4053-1.8188.917-2.1074a1.7469,1.7469,0,0,1,1.95.4634A6.1783,6.1783,0,0,1,90.108,35.176l9.0593,24.7514a9.3561,9.3561,0,0,0-8.73,7.982.5.5,0,0,0,.99.1455,8.3677,8.3677,0,0,1,8.1189-7.1464.4934.4934,0,0,0,.4319.2793.5071.5071,0,0,0,.1719-.03.4942.4942,0,0,0,.29-.2924.4876.4876,0,0,0,.2952-.3775,17.1266,17.1266,0,0,1,3.4912-8.1641,5.1423,5.1423,0,0,1,1.4571-1.3672,1.8624,1.8624,0,0,1,1.664-.1377,1.9673,1.9673,0,0,1,.9375,1.5371A6.8324,6.8324,0,0,1,108.06,54.5413Zm-18.7715.0267c.0879-.8351.164-1.6725.2141-2.514l.6941,1.8368Z"/>
14
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M71.7946,74.8386a8.9651,8.9651,0,0,1,.81.8718A8.9527,8.9527,0,0,0,71.7946,74.8386Z"/>
15
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M14.7255,123.3588c-.077-.3388-.15-.6806-.2225-1.0224C14.5755,122.6784,14.6486,123.02,14.7255,123.3588Z"/>
16
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M15.38,126.0226c-.0825-.3058-.1552-.6188-.2337-.9275C15.225,125.4039,15.2981,125.7166,15.38,126.0226Z"/>
17
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M70.7711,74.0151a8.1452,8.1452,0,0,1,.9188.7283A8.1362,8.1362,0,0,0,70.7711,74.0151Z"/>
18
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M14.1413,120.5248c-.0563-.3-.1146-.5994-.1679-.902C14.0267,119.9254,14.085,120.2244,14.1413,120.5248Z"/>
19
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M20.1582,137.9941a46.26,46.26,0,0,1-2.4294-5.0277A46.2236,46.2236,0,0,0,20.1582,137.9941Z"/>
20
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M26.65,146.56a37.6225,37.6225,0,0,1-5.1173-6.2948A37.5139,37.5139,0,0,0,26.65,146.56Z"/>
21
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M21.303,139.91q-.4931-.7755-.955-1.5742C20.6543,138.87,20.9747,139.3928,21.303,139.91Z"/>
22
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M17.37,132.0838q-.2649-.6757-.5125-1.3645Q17.1052,131.4081,17.37,132.0838Z"/>
23
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M16.4638,129.5781c-.1388-.4126-.28-.8233-.4106-1.242C16.1834,128.755,16.3253,129.1653,16.4638,129.5781Z"/>
24
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M70.6648,73.9482a7.6826,7.6826,0,0,0-1.0707-.5923c-.0837-.0375-.1722-.0589-.2571-.0933.0848.0344.1733.0557.257.0932A7.657,7.657,0,0,1,70.6648,73.9482Z"/>
25
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M72.6639,75.7857a9.9629,9.9629,0,0,1,.7186,1.0269A9.9521,9.9521,0,0,0,72.6639,75.7857Z"/>
26
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M16.5161,114.078a22.5889,22.5889,0,0,0-2.9858,2.7992c.0028.02.0067.0392.01.0592l-.0094-.0592A22.5872,22.5872,0,0,1,16.5161,114.078Z"/>
27
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M71.3735,74.3382c-6.2856,14.3875-15.7077,28.8393-24.4358,41.9371C40.0544,126.604,33.7292,136.2532,24.54,144.2942c-.5152-.4479,7.0427,7.9744,12.8841,9.69.2354-.2853.4565-.5778.6707-.8633A275.4429,275.4429,0,0,0,72.12,94.3175c1.534-3.61,3.0421-7.3706,2.9752-11.287C75.0059,77.8055,72.4877,76.1718,71.3735,74.3382Z"/>
28
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M53.5486,79.5059a31.1915,31.1915,0,0,1,7.2275-5.5435,13.2214,13.2214,0,0,1,2.4108-.9052,13.2206,13.2206,0,0,0-2.411.9052,31.1929,31.1929,0,0,0-7.2274,5.5436q-6.4854,6.0572-12.9707,12.1218-8.5137,7.9613-17.022,15.9225,8.51-7.9612,17.0221-15.9225Q47.0635,85.5705,53.5486,79.5059Z"/>
29
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M123.0638,29.6478c-3.2011-1.6854-4.4489-4.9942-5.3207-8.318a.5309.5309,0,0,0-.4448-.39l-.0062-.0008a.5337.5337,0,0,0-.5268.2618c-2.1635,3.7415-4.9091,5.4571-8.0881,7.4436l-.0737.0462a.5255.5255,0,0,0,.1116.9461c2.4866.8433,5.8456,6.1453,5.5293,8.7279a.5285.5285,0,0,0,.39.5736.5428.5428,0,0,0,.0748.0141.5332.5332,0,0,0,.5532-.3152c1.197-2.7571,4.23-7.1647,7.68-8.01a.5265.5265,0,0,0,.1219-.9789Z"/>
30
- <path class="sapIllus_AccentColor" style="fill:var(--sapIllus_AccentColor)" d="M42.0494,56.8567c-2.2184-.3268-3.635-1.9909-4.8352-3.74a.3319.3319,0,0,0-.3408-.136l-.0037.0008a.3268.3268,0,0,0-.2529.2587c-.4834,2.6075-1.7281,4.1592-3.1694,5.9559l-.0333.0418a.3208.3208,0,0,0-.0377.3442.3312.3312,0,0,0,.3.1814c1.6261-.0161,4.6892,2.3746,5.0421,3.9355a.3294.3294,0,0,0,.3468.2532.3413.3413,0,0,0,.0466-.007.3258.3258,0,0,0,.2572-.295c.1246-1.8409.9768-5.0111,2.813-6.2012a.3223.3223,0,0,0,.1407-.3409A.3283.3283,0,0,0,42.0494,56.8567Z"/>
31
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-UnableToLoad-Alt">
2
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M80.5,34.1171A45.3829,45.3829,0,1,0,125.8828,79.5,45.4338,45.4338,0,0,0,80.5,34.1171ZM80.5,114A34.5,34.5,0,1,1,115,79.5,34.5,34.5,0,0,1,80.5,114Z"/>
3
- <circle class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" cx="80.5" cy="79.5" r="34.5"/>
4
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="80" cy="147" rx="37" ry="6"/>
5
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M80.5,33A46.5,46.5,0,1,0,127,79.5,46.5524,46.5524,0,0,0,80.5,33Zm0,91.8829A45.3829,45.3829,0,1,1,125.8828,79.5,45.4343,45.4343,0,0,1,80.5,124.8829Z"/>
6
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M60.9985,24.7178a1.0014,1.0014,0,0,1-1.0014-1.0009l-.003-7.7149A1.0017,1.0017,0,0,1,60.9956,15h0a1.0014,1.0014,0,0,1,1.0015,1.001L62,23.7159a1.0016,1.0016,0,0,1-1.0015,1.0019Z"/>
7
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M32.6348,44.3431a1.0019,1.0019,0,0,1-.3418-.0606L25.0518,41.65a1,1,0,0,1,.6835-1.88l7.2413,2.6323a1.0005,1.0005,0,0,1-.3418,1.9405Z"/>
8
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M44.5342,31.52a1,1,0,0,1-.82-.4263L36.9121,21.39a1,1,0,0,1,1.6387-1.1474l6.8017,9.7041a1,1,0,0,1-.8183,1.5737Z"/>
9
- <path class="sapIllus_PatternHighlight" style="fill:var(--sapIllus_PatternHighlight)" d="M80.5,114a34.5006,34.5006,0,0,0,22.4263-60.7175l-44.1372,53.031A34.3563,34.3563,0,0,0,80.5,114Z"/>
10
- <ellipse class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" cx="80.003" cy="95.995" rx="4.003" ry="3.9966"/>
11
- <rect class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" x="76.0062" y="59" width="8" height="29" rx="0.9941"/>
12
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-UnableToLoad-Alt2">
2
- <circle class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" cx="79.8017" cy="77.7864" r="45.9938"/>
3
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M61.3106,20.7913l-.4481-7.8872c-.0848-1.4922-2.34-1.5023-2.2544,0l.4482,7.8872c.0848,1.4922,2.34,1.5023,2.2543,0Z"/>
4
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M31.9109,38.4057l-6.9442-2.8878c-1.3188-.5484-1.8929,1.6315-.5889,2.1738L31.3221,40.58c1.3188.5484,1.8929-1.6315.5888-2.1738Z"/>
5
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M43.926,29.0768a1.13,1.13,0,0,1-.9208-.4717L36.27,19.2158a1.1294,1.1294,0,0,1,1.8395-1.311l6.7351,9.3894a1.1276,1.1276,0,0,1-.9186,1.7826Z"/>
6
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M79.813,124.7565a46.97,46.97,0,1,1,46.97-46.97A47.0233,47.0233,0,0,1,79.813,124.7565Zm0-92.9751a46.0052,46.0052,0,1,0,46.0049,46.0048A46.0567,46.0567,0,0,0,79.813,31.7814Z"/>
7
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M79.8017,43.756a35.0074,35.0074,0,1,0,35.0074,35.0074A35.0073,35.0073,0,0,0,79.8017,43.756Zm0,55.0486a4.0317,4.0317,0,1,1,3.9635-4.0311A3.9977,3.9977,0,0,1,79.8017,98.8046Zm3.9867-14.0475a.9942.9942,0,0,1-.9942.9941H76.8486a.9941.9941,0,0,1-.9941-.9941V57.7509a.9942.9942,0,0,1,.9941-.9942h5.9456a.9942.9942,0,0,1,.9942.9942Z"/>
8
- <path class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" d="M79.8017,43.756a35.0045,35.0045,0,0,0-22.4176,61.8912l44.8943-53.7164A34.86,34.86,0,0,0,79.8017,43.756Z"/>
9
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="79.8055" cy="145.7566" rx="38" ry="6"/>
10
- </svg>
@@ -1,11 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-UnableToLoad">
2
- <ellipse class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" cx="80" cy="147" rx="37" ry="6"/>
3
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M80.5,34.1171A45.3829,45.3829,0,1,0,125.8828,79.5,45.4338,45.4338,0,0,0,80.5,34.1171ZM80.5,114A34.5,34.5,0,1,1,115,79.5,34.5,34.5,0,0,1,80.5,114Z"/>
4
- <circle class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" cx="80.5" cy="79.5" r="34.5"/>
5
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M80.5,33A46.5,46.5,0,1,0,127,79.5,46.5524,46.5524,0,0,0,80.5,33Zm0,91.8829A45.3829,45.3829,0,1,1,125.8828,79.5,45.4343,45.4343,0,0,1,80.5,124.8829Z"/>
6
- <path class="sapIllus_PatternHighlight" style="fill:var(--sapIllus_PatternHighlight)" d="M80.5,45a34.5006,34.5006,0,0,0-22.4263,60.7175l44.1372-53.031A34.3563,34.3563,0,0,0,80.5,45Z"/>
7
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M60.9985,24.7178a1.0014,1.0014,0,0,1-1.0014-1.0009l-.003-7.7149A1.0017,1.0017,0,0,1,60.9956,15h0a1.0014,1.0014,0,0,1,1.0015,1.001L62,23.7159a1.0016,1.0016,0,0,1-1.0015,1.0019Z"/>
8
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M32.6348,44.3431a1.0019,1.0019,0,0,1-.3418-.0606L25.0518,41.65a1,1,0,0,1,.6835-1.88l7.2413,2.6323a1.0005,1.0005,0,0,1-.3418,1.9405Z"/>
9
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M44.5342,31.52a1,1,0,0,1-.82-.4263L36.9121,21.39a1,1,0,0,1,1.6387-1.1474l6.8017,9.7041a1,1,0,0,1-.8183,1.5737Z"/>
10
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M84.7346,79.5l9.9067-9.9067a1.1849,1.1849,0,0,0,0-1.6758l-2.5588-2.5588a1.1849,1.1849,0,0,0-1.6758,0L80.5,75.2654l-9.9067-9.9067a1.1849,1.1849,0,0,0-1.6758,0l-2.5588,2.5588a1.1849,1.1849,0,0,0,0,1.6758L76.2654,79.5l-9.9067,9.9067a1.1849,1.1849,0,0,0,0,1.6758l2.5588,2.5588a1.1849,1.1849,0,0,0,1.6758,0L80.5,83.7346l9.9067,9.9067a1.1849,1.1849,0,0,0,1.6758,0l2.5588-2.5588a1.1849,1.1849,0,0,0,0-1.6758Z"/>
11
- </svg>
@@ -1,13 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160" viewBox="0 0 160 160" id="sapIllus-Dialog-UnableToUpload">
2
- <path class="sapIllus_BackgroundColor" style="fill:var(--sapIllus_BackgroundColor)" d="M148.6775,104.2367c-.7539,19.4951-8.1861,26.7283-24.988,36.8755-11.3637,6.8629-41.8817,9.09-56.7351,8.5158-42.0629-1.6267-50.3384-27.6506-49.8382-59.0471C17.6371,57.88,49.0282,38.2652,85.843,39.689S149.9413,71.5562,148.6775,104.2367Z"/>
3
- <path class="sapIllus_ObjectFillColor" style="fill:var(--sapIllus_ObjectFillColor)" d="M123.69,141.1121c1.7-1.0267,3.3-2.023,4.8105-3.0058V56.3284a2,2,0,0,0-.5859-1.4142L105.0859,32.0858a2,2,0,0,0-1.4143-.5858H39.01a4,4,0,0,0-4,4V140.4c7.457,5.3556,17.7778,8.68,31.944,9.2277C81.8079,150.2025,112.3257,147.9751,123.69,141.1121Z"/>
4
- <polygon class="sapIllus_PatternShadow" style="fill:var(--sapIllus_PatternShadow)" points="133.5 134 128 138 128 59 133.5 65 133.5 134"/>
5
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M136.3229,45.9731l6.022-1.3679c1.3436-.3051.9276-2.4687-.4236-2.1618l-6.022,1.3678c-1.3436.3052-.9275,2.4687.4236,2.1619Z"/>
6
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M118.254,27.0051l1.371-5.8537c.3039-1.2976-1.6457-1.9967-1.952-.689l-1.371,5.8537c-.3039,1.2976,1.6458,1.9967,1.952.689Z"/>
7
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M127.7126,35.4194a1.01,1.01,0,0,1-.6641-.3127,1.0783,1.0783,0,0,1,.0148-1.4956l6.4033-6.4674a1.01,1.01,0,0,1,1.4565.01,1.0783,1.0783,0,0,1-.0147,1.4955l-6.4034,6.4674A1.0165,1.0165,0,0,1,127.7126,35.4194Z"/>
8
- <path class="sapIllus_Layering1" style="fill:var(--sapIllus_Layering1)" d="M85.3183,92.4932l9.6423-10.0558a2.247,2.247,0,0,0,0-3.0746,2.0115,2.0115,0,0,0-2.9369,0L82.3814,89.4185,72.7391,79.3628a2.0115,2.0115,0,0,0-2.9369,0,2.247,2.247,0,0,0,0,3.0746l9.6423,10.0558L69.8022,102.549a2.2472,2.2472,0,0,0,0,3.0747,2.0116,2.0116,0,0,0,2.9369,0l9.6423-10.0558,9.6423,10.0558a2.0116,2.0116,0,0,0,2.9369,0,2.2472,2.2472,0,0,0,0-3.0747Z"/>
9
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M128,60l0-3H104Z"/>
10
- <path class="sapIllus_BrandColorSecondary" style="fill:var(--sapIllus_BrandColorSecondary)" d="M103,32.5022V56a1,1,0,0,0,1,1h23.4976a1,1,0,0,0,.7072-1.7074L104.7074,31.795A1,1,0,0,0,103,32.5022Z"/>
11
- <path class="sapIllus_NoColor" style="fill:var(--sapIllus_NoColor)" d="M127.8535,55.5605,104.44,32.1465A.496.496,0,0,0,104.0859,32H39.01a3.5042,3.5042,0,0,0-3.5,3.5V140.745c7.4174,5.1506,17.5883,8.3472,31.4445,8.883,14.8536.5745,45.3714-1.6529,56.7352-8.5159,1.5131-.9138,2.9475-1.8034,4.3105-2.6811V55.9141A.5038.5038,0,0,0,127.8535,55.5605Z"/>
12
- <path class="sapIllus_StrokeDetailColor" style="fill:var(--sapIllus_StrokeDetailColor)" d="M128.56,54.8535,105.1465,31.44A1.4905,1.4905,0,0,0,104.0859,31H39.01a4.5049,4.5049,0,0,0-4.5,4.5V140.0518c.322.2392.667.4619,1,.6932V35.5a3.5042,3.5042,0,0,1,3.5-3.5h63.5818a1.5131,1.5131,0,0,0-.0916.502V56a1.4982,1.4982,0,0,0,1.4275,1.4927l.0105.0034,23.9995,3A.5375.5375,0,0,0,128,60.5H128V138.431c.3391-.2183.67-.4355,1-.6524V55.9141A1.5107,1.5107,0,0,0,128.56,54.8535ZM103.5,32.502a.4915.4915,0,0,1,.3086-.462.54.54,0,0,1,.2007-.0395.477.477,0,0,1,.3447.1479L127.8516,55.646a.5.5,0,0,1-.3536.854H104a.5.5,0,0,1-.5-.5Z"/>
13
- </svg>