@openui5/sap.ui.integration 1.142.0 → 1.143.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +1 -1
- package/THIRDPARTY.txt +2 -2
- package/package.json +6 -6
- package/src/sap/ui/integration/.library +1 -1
- package/src/sap/ui/integration/ActionDefinition.js +1 -1
- package/src/sap/ui/integration/Designtime.js +1 -1
- package/src/sap/ui/integration/Extension.js +1 -1
- package/src/sap/ui/integration/Host.js +5 -6
- package/src/sap/ui/integration/cards/AdaptiveContent.js +1 -1
- package/src/sap/ui/integration/cards/AnalyticalContent.js +60 -5
- package/src/sap/ui/integration/cards/AnalyticsCloudContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseContent.js +1 -1
- package/src/sap/ui/integration/cards/BaseListContent.js +1 -1
- package/src/sap/ui/integration/cards/CalendarContent.js +1 -1
- package/src/sap/ui/integration/cards/ComponentContent.js +1 -1
- package/src/sap/ui/integration/cards/Footer.js +1 -1
- package/src/sap/ui/integration/cards/Header.js +1 -1
- package/src/sap/ui/integration/cards/ListContent.js +1 -1
- package/src/sap/ui/integration/cards/NumericHeader.js +1 -1
- package/src/sap/ui/integration/cards/ObjectContent.js +1 -1
- package/src/sap/ui/integration/cards/TableContent.js +1 -1
- package/src/sap/ui/integration/cards/TimelineContent.js +1 -1
- package/src/sap/ui/integration/cards/WebPageContent.js +1 -1
- package/src/sap/ui/integration/cards/actions/CardActions.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputChoiceSet.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputDate.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputNumber.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputText.js +1 -1
- package/src/sap/ui/integration/cards/adaptivecards/elements/UI5InputToggle.js +1 -1
- package/src/sap/ui/integration/cards/filters/BaseFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/ComboBoxFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/DateRangeFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBar.js +1 -1
- package/src/sap/ui/integration/cards/filters/FilterBarFactory.js +1 -1
- package/src/sap/ui/integration/cards/filters/SearchFilter.js +1 -1
- package/src/sap/ui/integration/cards/filters/SelectFilter.js +1 -1
- package/src/sap/ui/integration/cards/list/MicrochartsResizeHelper.js +1 -1
- package/src/sap/ui/integration/controls/ActionsStrip.js +1 -1
- package/src/sap/ui/integration/controls/ActionsToolbar.js +1 -1
- package/src/sap/ui/integration/controls/BlockingMessage.js +1 -1
- package/src/sap/ui/integration/controls/ComboBox.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionColumn.js +1 -1
- package/src/sap/ui/integration/controls/HeaderInfoSectionRow.js +1 -1
- package/src/sap/ui/integration/controls/ImageWithOverlay.js +1 -1
- package/src/sap/ui/integration/controls/ListContentItem.js +1 -1
- package/src/sap/ui/integration/controls/Microchart.js +1 -1
- package/src/sap/ui/integration/controls/MicrochartLegend.js +1 -1
- package/src/sap/ui/integration/controls/ObjectStatus.js +1 -1
- package/src/sap/ui/integration/delegate/OverflowHandler.js +1 -1
- package/src/sap/ui/integration/delegate/Paginator.js +1 -1
- package/src/sap/ui/integration/delegate/PreventKeyboardScrolling.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/BaseEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/PropertyEditors.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/BasePropertyEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/PropertyEditorFactory.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/arrayEditor/ArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/booleanEditor/BooleanEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/codeEditor/CodeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateEditor/DateEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/dateTimeEditor/DateTimeEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/enumStringEditor/EnumStringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/groupEditor/GroupEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/iconEditor/IsInIconPool.validator.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/integerEditor/IntegerEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/jsonEditor/JsonEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/listEditor/ListEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/mapEditor/MapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/multiSelectEditor/MultiSelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/numberEditor/NumberEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/objectArrayEditor/ObjectArrayEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/selectEditor/SelectEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/separatorEditor/SeparatorEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/stringEditor/StringEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/propertyEditor/textAreaEditor/TextAreaEditor.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/binding/ObjectBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/util/unset.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsBoolean.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsDate.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsInteger.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsNumber.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsStringList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsUniqueList.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/IsValidBinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/MaxLength.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/NotABinding.js +1 -1
- package/src/sap/ui/integration/designtime/baseEditor/validator/ValidatorRegistry.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/complexMapEditor/ComplexMapEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/destinationsEditor/DestinationsEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/filtersEditor/FiltersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/iconEditor/IconEditor.js +1 -1
- package/src/sap/ui/integration/designtime/cardEditor/propertyEditor/parametersEditor/ParametersEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/Card.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardEditor.js +1 -1
- package/src/sap/ui/integration/designtime/editor/CardPreview.js +1 -1
- package/src/sap/ui/integration/editor/Editor.js +2 -2
- package/src/sap/ui/integration/editor/EditorResourceBundles.js +1 -1
- package/src/sap/ui/integration/editor/Extension.js +1 -1
- package/src/sap/ui/integration/editor/Manifest.js +1 -1
- package/src/sap/ui/integration/editor/Settings.js +1 -1
- package/src/sap/ui/integration/editor/fields/BaseField.js +1 -1
- package/src/sap/ui/integration/editor/fields/BooleanField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DateTimeField.js +1 -1
- package/src/sap/ui/integration/editor/fields/DestinationField.js +1 -1
- package/src/sap/ui/integration/editor/fields/GroupField.js +1 -1
- package/src/sap/ui/integration/editor/fields/IntegerField.js +1 -1
- package/src/sap/ui/integration/editor/fields/NumberField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectField.js +1 -1
- package/src/sap/ui/integration/editor/fields/ObjectListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringField.js +1 -1
- package/src/sap/ui/integration/editor/fields/StringListField.js +1 -1
- package/src/sap/ui/integration/editor/fields/fragment/Controller.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ColorSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/IconSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ImageSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/ShapeSelect.js +1 -1
- package/src/sap/ui/integration/editor/fields/viz/VizBase.js +1 -1
- package/src/sap/ui/integration/extensions/OAuth3LO.js +1 -1
- package/src/sap/ui/integration/formatters/IconFormatter.js +2 -5
- package/src/sap/ui/integration/library.js +2 -2
- package/src/sap/ui/integration/model/ContextModel.js +1 -1
- package/src/sap/ui/integration/model/ObservableModel.js +1 -1
- package/src/sap/ui/integration/thirdparty/webcomponents/bundle.esm-DFIwWD54.js +1 -1
- package/src/sap/ui/integration/util/AnalyticsCloudHelper.js +1 -1
- package/src/sap/ui/integration/util/BaseFactory.js +1 -1
- package/src/sap/ui/integration/util/BindingHelper.js +1 -1
- package/src/sap/ui/integration/util/BindingResolver.js +1 -1
- package/src/sap/ui/integration/util/CardObserver.js +1 -1
- package/src/sap/ui/integration/util/ComboBoxHelper.js +1 -1
- package/src/sap/ui/integration/util/ContentFactory.js +1 -1
- package/src/sap/ui/integration/util/CsrfTokenHandler.js +1 -1
- package/src/sap/ui/integration/util/DataProvider.js +1 -1
- package/src/sap/ui/integration/util/DataProviderFactory.js +3 -3
- package/src/sap/ui/integration/util/Destinations.js +1 -1
- package/src/sap/ui/integration/util/DisplayVariants.js +1 -1
- package/src/sap/ui/integration/util/ErrorHandler.js +1 -1
- package/src/sap/ui/integration/util/ExtensionDataProvider.js +1 -1
- package/src/sap/ui/integration/util/Form.js +1 -1
- package/src/sap/ui/integration/util/HeaderFactory.js +1 -1
- package/src/sap/ui/integration/util/JSONBindingHelper.js +1 -1
- package/src/sap/ui/integration/util/LoadingProvider.js +1 -1
- package/src/sap/ui/integration/util/Manifest.js +1 -1
- package/src/sap/ui/integration/util/OAuth3LOHelper.js +1 -1
- package/src/sap/ui/integration/util/ObjectStatusFactory.js +1 -1
- package/src/sap/ui/integration/util/RequestDataProvider.js +2 -2
- package/src/sap/ui/integration/util/ServiceDataProvider.js +1 -1
- package/src/sap/ui/integration/util/ServiceManager.js +1 -1
- package/src/sap/ui/integration/util/SkeletonCard.js +1 -1
- package/src/sap/ui/integration/util/SorterHelper.js +1 -1
- package/src/sap/ui/integration/util/Utils.js +1 -1
- package/src/sap/ui/integration/util/Validators.js +1 -1
- package/src/sap/ui/integration/util/openCardDialog.js +4 -0
- package/src/sap/ui/integration/widgets/Card.js +72 -19
|
@@ -11,7 +11,7 @@ var _a,_b,_LanguageTag_instances,join_fn,__defProp=Object.defineProperty,__typeE
|
|
|
11
11
|
*/
|
|
12
12
|
const e$p=Symbol.for(""),l$o=e=>{if((null==e?void 0:e.r)===e$p)return null==e?void 0:e._$litStatic$},o$m=e=>({_$litStatic$:e,r:e$p}),s$q=new Map,a$n=e=>(t,...o)=>{const a=o.length;let i,r;const n=[],s=[];let _,l=0,c=!1;for(;l<a;){for(_=t[l];l<a&&void 0!==(r=o[l],i=l$o(r));)_+=i+t[++l],c=!0;l!==a&&s.push(r),n.push(_),l++}if(l===a&&n.push(t[a]),c){const e=n.join("$$lit$$");void 0===(t=s$q.get(e))&&(n.raw=n,s$q.set(e,t=n)),o=s}return e(t,...o)},n$s=a$n(x$2),u$j=a$n(b$a),e$o=new Map,s$p=(e,t)=>{e$o.set(e,t)},n$r=e=>e$o.get(e);let t$n=((_a=class{}).html=n$s,_a.svg=u$j,_a.unsafeStatic=o$m,_a);s$p("LitStatic",t$n),l$s("ac"),g$d("ui5-select","\n\t.ui5-select-root ui5-li:first-child {\n\t\tdisplay: none;\n\t}\n");
|
|
13
13
|
//!!computedStyles.getPropertyValue('--sapBaseColor'));
|
|
14
|
-
const p$a=e=>{const t=e.prototype.openEnd;e.prototype.openEnd=function(){return this._mAttributes.popover&&delete this._mAttributes.popover,t.apply(this)}},g$b=typeof document>"u",i$m=(e,t)=>t?`${e}|${t}`:e,l$n=e=>void 0===e||1===b$b(I$7(),parseInt(e)),c$f=(e,t,o="",a)=>{const i=I$7(),r=new CSSStyleSheet;r.replaceSync(e),r._ui5StyleId=i$m(t,o),a&&(r._ui5RuntimeIndex=i,r._ui5Theme=a),document.adoptedStyleSheets=[...document.adoptedStyleSheets,r]},y$8=(e,t,o="",a)=>{const i=I$7(),r=document.adoptedStyleSheets.find((e=>e._ui5StyleId===i$m(t,o)));if(r)if(a){const t=r._ui5RuntimeIndex;(r._ui5Theme!==a||l$n(t))&&(r.replaceSync(e||""),r._ui5RuntimeIndex=String(i),r._ui5Theme=a)}else r.replaceSync(e||"")},S$6=(e,t="")=>!!g$b||!!document.adoptedStyleSheets.find((o=>o._ui5StyleId===i$m(e,t))),f$g=(e,t="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter((o=>o._ui5StyleId!==i$m(e,t)))},R$4=(e,t,o="",a)=>{S$6(t,o)?y$8(e,t,o,a):c$f(e,t,o,a)},m$f=(e,t)=>void 0===e?t:void 0===t?e:`${e} ${t}`,e$n="[data-sap-ui-popup][popover]{border:none;overflow:visible;margin:0}",o$l=()=>{S$6("data-ui5-popup-styles")||c$f(e$n,"data-ui5-popup-styles")},n$q=m$k("AllOpenedPopupsRegistry",{openedRegistry:[]}),l$m=e=>{n$q.openedRegistry.push(e)},u$i=e=>{const t=n$q.openedRegistry.findIndex((t=>t.instance===e));t>-1&&n$q.openedRegistry.splice(t,1)},g$a=()=>n$q.openedRegistry[n$q.openedRegistry.length-1].instance,f$f=e=>{for(let t=n$q.openedRegistry.length-1;t>=0;t--){const o=n$q.openedRegistry[t];if("OpenUI5"!==o.type)return!1;if(o.instance===e)break}return!0},h$7=e=>{e.setAttribute("popover","manual"),e.showPopover()},v$4=e=>{e.hasAttribute("popover")&&(e.hidePopover(),e.removeAttribute("popover"))},a$m=(e=document)=>!!e.querySelector(":popover-open")||Array.from(e.querySelectorAll("*")).some((e=>{const t=e.shadowRoot;return t&&a$m(t)})),O$5=e=>{const t=e.prototype.open;e.prototype.open=function(...e){t.apply(this,e);const o=a$m();if(["OPENING","OPEN"].includes(this.getOpenState())&&o){const e=this.getContent();if(e){const t=e instanceof HTMLElement?e:null==e?void 0:e.getDomRef();t&&h$7(t)}}l$m({type:"OpenUI5",instance:this})}},m$e=e=>{const t=e.prototype._closed;e.prototype._closed=function(...e){const o=this.getContent(),a=o instanceof HTMLElement?o:null==o?void 0:o.getDomRef();t.apply(this,e),a&&v$4(a),u$i(this)}},I$4=e=>{const t=e.prototype.onFocusEvent;e.prototype.onFocusEvent=function(e){f$f(this)&&t.call(this,e)}},P$8=()=>{const e=new CSSStyleSheet;e.replaceSync(".sapMPopup-CTX:popover-open { inset: unset; }"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]},E$5=e=>{o$l(),O$5(e),m$e(e),P$8(),I$4(e)};var c$e={},e$m=c$e.hasOwnProperty,a$l=c$e.toString,o$k=e$m.toString,l$l=o$k.call(Object),i$l=function(e){var t,o;return!(!e||"[object Object]"!==a$l.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(o=e$m.call(t,"constructor")&&t.constructor)&&o$k.call(o)===l$l)},c$d=Object.create(null),u$h=function(e,t,o,a){var i,r,n,s,_,l,c=arguments[2]||{},d=3,u=arguments.length,p=arguments[0]||!1,h=arguments[1]?void 0:c$d;for("object"!=typeof c&&"function"!=typeof c&&(c={});d<u;d++)if(null!=(_=arguments[d]))for(s in _)i=c[s],n=_[s],"__proto__"!==s&&c!==n&&(p&&n&&(i$l(n)||(r=Array.isArray(n)))?(r?(r=!1,l=i&&Array.isArray(i)?i:[]):l=i&&i$l(i)?i:{},c[s]=u$h(p,arguments[1],l,n)):n!==h&&(c[s]=n));return c};const e$l=function(e,t){return u$h(!0,!1,...arguments)},_$4={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},languages:{default:"en",all:["ar","bg","ca","cnr","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","id","it","iw","ja","kk","ko","lt","lv","mk","ms","nl","no","pl","pt_PT","pt","ro","ru","sh","sk","sl","sr","sv","th","tr","uk","vi","zh_CN","zh_TW"]},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},e$k=_$4.themes.default,s$o=_$4.themes.all,a$k=_$4.languages.default,r$k=_$4.locales.default,l$k=_$4.locales.all,o$j=typeof document>"u",n$p={search:()=>o$j?"":window.location.search},i$k=()=>o$j?"":window.location.hostname,c$c=()=>o$j?"":window.location.port,a$j=()=>o$j?"":window.location.protocol,s$n=()=>o$j?"":window.location.href,u$g=()=>n$p.search(),s$m=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},o$i=e=>{const t=s$m("sap-allowed-theme-origins")??s$m("sap-allowedThemeOrigins");return!!t&&t.split(",").some((t=>"*"===t||e===t.trim()))},a$i=(e,t)=>{const o=new URL(e).pathname;return new URL(o,t).toString()},g$9=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,s$n()).toString();else{const o=new URL(e),a=o.origin;t=a&&o$i(a)?o.toString():a$i(o.toString(),s$n())}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};var u$f=(e=>(e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none",e))(u$f||{});const e$j=new i$t,t$m="configurationReset",i$j=e=>{e$j.attachEvent(t$m,e)};let p$9=!1,t$l={animationMode:u$f.Full,theme:e$k,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0};const T$6=()=>(o$h(),t$l.theme),S$5=()=>{if(o$h(),void 0!==t$l.themeRoot)return g$9(t$l.themeRoot)?t$l.themeRoot:void console.warn(`The ${t$l.themeRoot} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)},L$4=()=>(o$h(),t$l.language),R$3=()=>(o$h(),t$l.fetchDefaultLanguage),F$2=()=>(o$h(),t$l.noConflict),U$1=()=>(o$h(),t$l.defaultFontLoading),b$9=()=>(o$h(),t$l.enableDefaultTooltips),D$5=()=>(o$h(),t$l.calendarType),I$3=()=>(o$h(),t$l.secondaryCalendarType),O$4=()=>(o$h(),t$l.timezone),M$4=()=>(o$h(),t$l.formatSettings),i$i=new Map;i$i.set("true",!0),i$i.set("false",!1);const w$7=()=>{const e=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let t;if(e){try{t=JSON.parse(e.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(t$l=e$l(t$l,t))}},z$2=()=>{const e=new URLSearchParams(u$g());e.forEach(((e,t)=>{const o=t.split("sap-").length;0===o||o===t.split("sap-ui-").length||g$8(t,e,"sap")})),e.forEach(((e,t)=>{t.startsWith("sap-ui")&&g$8(t,e,"sap-ui")}))},E$4=e=>{const t=e.split("@")[1];return g$9(t)},P$7=(e,t)=>"theme"===e&&t.includes("@")?t.split("@")[0]:t,g$8=(e,t,o)=>{const a=t.toLowerCase(),i=e.split(`${o}-`)[1];i$i.has(t)&&(t=i$i.get(a)),"theme"===i?(t$l.theme=P$7(i,t),t&&t.includes("@")&&(t$l.themeRoot=E$4(t))):t$l[i]=t},j$2=()=>{const e=n$r("OpenUI5Support");if(!e||!e.isOpenUI5Detected())return;const t=e.getConfigurationSettingsObject();t$l=e$l(t$l,t)},o$h=()=>{typeof document>"u"||p$9||(l$j(),p$9=!0)},l$j=e=>{w$7(),z$2(),j$2()},t$k=new i$t,r$j="themeRegistered",n$o=e=>{t$k.attachEvent(r$j,e)},s$l=e=>t$k.fireEvent(r$j,e),l$i=new Map,h$6=new Map,u$e=new Map,T$5=new Set,i$h=new Set,p$8=(e,t,o)=>{h$6.set(`${e}/${t}`,o),T$5.add(e),i$h.add(t),s$l(t)},m$d=async(e,t,o)=>{const a=`${e}_${t}_${o||""}`,i=l$i.get(a);if(void 0!==i)return i;if(!i$h.has(t)){const o=[...i$h.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${e$k}. Registered themes are: ${o}`),a$h(e,e$k)}const[r,n]=await Promise.all([a$h(e,t),o?a$h(e,o,!0):void 0]),s=m$f(r,n);return s&&l$i.set(a,s),s},a$h=async(e,t,o=!1)=>{const a=(o?u$e:h$6).get(`${e}/${t}`);if(!a)return void(o||console.error(`Theme [${t}] not registered for package [${e}]`));let i;try{i=await a(t)}catch(t){return void console.error(e,t.message)}return i},w$6=()=>T$5,P$6=e=>i$h.has(e),r$i=new Set,s$k=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return"none"===t&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},o$g=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let e=t[1];if(e=e.replace(/\\"/g,'"'),"{"!==e.charAt(0)&&"}"!==e.charAt(e.length-1))try{e=decodeURIComponent(e)}catch{return void(r$i.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),r$i.add("decode")))}try{return JSON.parse(e)}catch{r$i.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),r$i.add("parse"))}}},d$b=e=>{let t,o;try{const a=e.Path.split(".");t=4===a.length?a[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),o=e.Extends[0]}catch{return void(r$i.has("object")||(console.warn("Malformed theme metadata Object",e),r$i.add("object")))}return{themeName:t,baseThemeName:o}},m$c=()=>{const e=s$k();if(!e||"none"===e)return;const t=o$g(e);return t?d$b(t):void 0},d$a=(e,t)=>{const o=document.createElement("link");return o.type="text/css",o.rel="stylesheet",t&&Object.entries(t).forEach((e=>o.setAttribute(...e))),o.href=e,document.head.appendChild(o),new Promise((e=>{o.addEventListener("load",e),o.addEventListener("error",e)}))};let t$j;i$j((()=>{t$j=void 0}));const n$n=()=>(void 0===t$j&&(t$j=S$5()),t$j),u$d=e=>`${n$n()}Base/baseLib/${e}/css_variables.css`,i$g=async e=>{const t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t),await d$a(u$d(e),{"sap-ui-webcomponents-theme":e})};let _lib="ui5",_package="webcomponents-theming";const s$j="@"+_lib+"/"+_package,S$4=()=>w$6().has(s$j),P$5=async e=>{if(!S$4())return;const t=await m$d(s$j,e);t&&R$4(t,"data-ui5-theme-properties",s$j,e)},E$3=()=>{f$g("data-ui5-theme-properties",s$j)},U=async(e,t)=>{const o=[...w$6()].map((async o=>{if(o===s$j)return;const a=await m$d(o,e,t);a&&R$4(a,`data-ui5-component-properties-${I$7()}`,o)}));return Promise.all(o)},k$5=async e=>{var t;const o=m$c();if(o)return o;const a=n$r("OpenUI5Support");if(a&&a.isOpenUI5Detected()){if(a.cssVariablesLoaded())return{themeName:null==(t=a.getConfigurationSettingsObject())?void 0:t.theme,baseThemeName:""}}else if(n$n())return await i$g(e),m$c()},w$5=async e=>{const t=await k$5(e);t&&e===t.themeName?E$3():await P$5(e);const o=P$6(e)?e:t&&t.baseThemeName;await U(o||e$k,t&&t.themeName===e?e:void 0),r$m(e)},d$9=()=>new Promise((e=>{document.body?e():document.addEventListener("DOMContentLoaded",(()=>{e()}))})),n$m='@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}';let o$f;i$j((()=>{o$f=void 0}));const a$g=()=>(void 0===o$f&&(o$f=U$1()),o$f),a$f=()=>{const e=n$r("OpenUI5Support");(!e||!e.isOpenUI5Detected())&&f$e()},f$e=()=>{const e=document.querySelector("head>style[data-ui5-font-face]");!a$g()||e||S$6("data-ui5-font-face")||c$f(n$m,"data-ui5-font-face")},a$e=":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}",e$i=()=>{S$6("data-ui5-system-css-vars")||c$f(a$e,"data-ui5-system-css-vars")},t$i="html:not(:has(.ui5-content-native-scrollbars)){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}",s$i=()=>{S$6("data-ui5-scrollbar-styles")||c$f(t$i,"data-ui5-scrollbar-styles")},t$h=typeof document>"u",e$h={get userAgent(){return t$h?"":navigator.userAgent},get touch(){return!t$h&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!t$h&&/(Chrome|CriOS)/.test(e$h.userAgent)},get firefox(){return!t$h&&/Firefox/.test(e$h.userAgent)},get safari(){return!t$h&&(!e$h.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(e$h.userAgent))},get webkit(){return!t$h&&/webkit/.test(e$h.userAgent)},get windows(){return!t$h&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!t$h&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!t$h&&(!!navigator.platform.match(/iPhone|iPad|iPod/)||!(!e$h.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!t$h&&(!e$h.windows&&/Android/.test(e$h.userAgent))},get androidPhone(){return!t$h&&(e$h.android&&/(?=android)(?=.*mobile)/i.test(e$h.userAgent))},get ipad(){return!t$h&&(/ipad/i.test(e$h.userAgent)||/Macintosh/i.test(e$h.userAgent)&&"ontouchend"in document)},_isPhone:()=>(u$c(),e$h.touch&&!r$h)};let o$e,i$f,r$h;const s$h=()=>{if(t$h||!e$h.windows)return!1;if(void 0===o$e){const e=e$h.userAgent.match(/Windows NT (\d+).(\d)/);o$e=e?parseFloat(e[1]):0}return o$e>=8},c$b=()=>{if(t$h||!e$h.webkit)return!1;if(void 0===i$f){const e=e$h.userAgent.match(/(webkit)[ /]([\w.]+)/);i$f=e?parseFloat(e[1]):0}return i$f>=537.1},u$c=()=>{if(t$h)return!1;if(void 0===r$h){if(e$h.ipad)return void(r$h=!0);if(e$h.touch){if(s$h())return void(r$h=!0);if(e$h.chrome&&e$h.android)return void(r$h=!/Mobile Safari\/[.0-9]+/.test(e$h.userAgent));let e=window.devicePixelRatio?window.devicePixelRatio:1;return e$h.android&&c$b()&&(e=1),void(r$h=Math.min(window.screen.width/e,window.screen.height/e)>=600)}r$h=-1!==e$h.userAgent.indexOf("Touch")||e$h.android&&!e$h.androidPhone}},h$5=()=>e$h.safari,g$7=()=>e$h.chrome,a$d=()=>(u$c(),(e$h.touch||s$h())&&r$h),d$8=()=>e$h._isPhone(),f$d=()=>!t$h&&(!a$d()&&!d$8()||s$h()),w$4=()=>e$h.iOS,A$6=()=>e$h.macOS,P$4=()=>e$h.android||e$h.androidPhone;let t$g=!1;const i$e=()=>{h$5()&&w$4()&&!t$g&&(document.body.addEventListener("touchstart",(()=>{})),t$g=!0)};let r$g,o$d=!1;const p$7=new i$t,h$4=()=>o$d,P$3=e=>{o$d?e():p$7.attachEvent("boot",e)},b$8=async()=>{if(void 0!==r$g)return r$g;return r$g=new Promise((async e=>{if(x$3(),typeof document>"u")return void e();n$o(F$1);const t=n$r("OpenUI5Support"),o=!!t&&t.isOpenUI5Detected(),a=n$r("F6Navigation");t&&await t.init(),a&&!o&&a.init(),await d$9(),await w$5(r$f()),t&&t.attachListeners(),a$f(),e$i(),s$i(),i$e(),e(),o$d=!0,p$7.fireEvent("boot")})),r$g},F$1=e=>{o$d&&e===r$f()&&w$5(r$f())};let t$f;i$j((()=>{t$f=void 0}));const r$f=()=>(void 0===t$f&&(t$f=T$6()),t$f),u$b=async e=>{t$f!==e&&(t$f=e,h$4()&&(await w$5(t$f),await C$5({themeAware:!0})))},n$l=()=>{var e,t;const o=r$f();return l$h(o)?!o.startsWith("sap_horizon"):!(null==(t=null==(e=m$c())?void 0:e.baseThemeName)?void 0:t.startsWith("sap_horizon"))},l$h=e=>s$o.includes(e);let a$c=class e{static isAtLeastVersion116(){if(!window.sap.ui.version)return!0;const e=window.sap.ui.version.split(".");return!(!e||e.length<2)&&(parseInt(e[0])>1||parseInt(e[1])>=116)}static isOpenUI5Detected(){var e,t;return"function"==typeof(null==(t=null==(e=window.sap)?void 0:e.ui)?void 0:t.require)}static init(){return e.isOpenUI5Detected()?(e.initPromise||(e.initPromise=new Promise((t=>{window.sap.ui.require(["sap/ui/core/Core"],(async o=>{const a=()=>{let o=["sap/ui/core/Popup","sap/ui/core/Patcher","sap/ui/core/LocaleData"];e.isAtLeastVersion116()&&(o=[...o,"sap/base/i18n/Formatting","sap/base/i18n/Localization","sap/ui/core/ControlBehavior","sap/ui/core/Theming","sap/ui/core/date/CalendarUtils"]),window.sap.ui.require(o,((e,o)=>{p$a(o),E$5(e),t()}))};e.isAtLeastVersion116()?(await o.ready(),a()):o.attachInit(a)}))}))),e.initPromise):Promise.resolve()}static getConfigurationSettingsObject(){var t,o;if(!e.isOpenUI5Detected())return{};if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/ControlBehavior"),a=window.sap.ui.require("sap/base/i18n/Localization"),i=window.sap.ui.require("sap/ui/core/Theming"),r=window.sap.ui.require("sap/base/i18n/Formatting"),n=window.sap.ui.require("sap/ui/core/date/CalendarUtils");return{animationMode:e.getAnimationMode(),language:a.getLanguage(),theme:i.getTheme(),themeRoot:i.getThemeRoot(),rtl:a.getRTL(),timezone:a.getTimezone(),calendarType:r.getCalendarType(),formatSettings:{firstDayOfWeek:n.getWeekConfigurationValues().firstDayOfWeek,legacyDateCalendarCustomizing:(null==(t=r.getCustomIslamicCalendarData)?void 0:t.call(r))??(null==(o=r.getLegacyDateCalendarCustomizing)?void 0:o.call(r))}}}const a=window.sap.ui.require("sap/ui/core/Core").getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:a.getAnimationMode(),language:a.getLanguage(),theme:a.getTheme(),themeRoot:a.getThemeRoot(),rtl:a.getRTL(),timezone:a.getTimezone(),calendarType:a.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(a.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:a.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){if(!e.isOpenUI5Detected())return;const t=window.sap.ui.require("sap/ui/core/LocaleData");if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/base/i18n/Localization");return t.getInstance(e.getLanguageTag())._get()}const o=window.sap.ui.require("sap/ui/core/Core").getConfiguration();return t.getInstance(o.getLocale())._get()}static _listenForThemeChange(){if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/Theming");e.attachApplied((()=>{u$b(e.getTheme())}))}else{const e=window.sap.ui.require("sap/ui/core/Core"),t=e.getConfiguration();e.attachThemeChanged((()=>{u$b(t.getTheme())}))}}static attachListeners(){e.isOpenUI5Detected()&&e._listenForThemeChange()}static cssVariablesLoaded(){if(!e.isOpenUI5Detected())return;const t=[...document.head.children].find((e=>"sap-ui-theme-sap.ui.core"===e.id));return!!t&&(!!t.href.match(/\/css(-|_)variables\.css/)||!!t.href.match(/\/library\.css/))}static addOpenedPopup(e){l$m(e)}static removeOpenedPopup(e){u$i(e)}static getTopmostPopup(){return g$a()}};s$p("OpenUI5Support",a$c);const s$g=new Map,o$c=new Map,n$k=new Map,c$a=e=>{if(!s$g.has(e)){const t=b$7(e.split("-"));s$g.set(e,t)}return s$g.get(e)},l$g=e=>{if(!o$c.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();o$c.set(e,t)}return o$c.get(e)},b$7=e=>e.map(((e,t)=>0===t?e.toLowerCase():e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).join(""),C$3=e=>{const t=n$k.get(e);if(t)return t;const o=c$a(e),a=o.charAt(0).toUpperCase()+o.slice(1);return n$k.set(e,a),a},o$b=e=>{if(!(e instanceof HTMLElement))return"default";const t=e.getAttribute("slot");if(t){const e=t.match(/^(.+?)-\d+$/);return e?e[1]:t}return"default"},n$j=e=>e instanceof HTMLSlotElement?e.assignedNodes({flatten:!0}).filter((e=>e instanceof HTMLElement)):[e],s$f=e=>e.reduce(((e,t)=>e.concat(n$j(t))),[]);let p$6=class{constructor(e){this.metadata=e}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const e={};if(this.slotsAreManaged()){const t=this.getSlots();for(const[o,a]of Object.entries(t)){const t=a.propertyName||o;e[t]=[],e[c$a(t)]=e[t]}}return this._initialState=e,e}static validateSlotValue(e,t){return g$6(e,t)}getPureTag(){return this.metadata.tag||""}getTag(){const e=this.metadata.tag;if(!e)return"";const t=g$f(e);return t?`${e}-${t}`:e}hasAttribute(e){const t=this.getProperties()[e];return t.type!==Object&&t.type!==Array&&!t.noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(l$g)}canSlotText(){var e;return(null==(e=this.getSlots().default)?void 0:e.type)===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some((e=>e.individualSlots))}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(e,t,o){const a=this.getSlots()[e].invalidateOnChildChange;if(void 0===a)return!1;if("boolean"==typeof a)return a;if("object"==typeof a){if("property"===t){if(void 0===a.properties)return!1;if("boolean"==typeof a.properties)return a.properties;if(Array.isArray(a.properties))return a.properties.includes(o);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===t){if(void 0===a.slots)return!1;if("boolean"==typeof a.slots)return a.slots;if(Array.isArray(a.slots))return a.slots.includes(o);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};const g$6=(e,t)=>(e&&n$j(e).forEach((e=>{if(!(e instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)})),e),e$g=e=>Array.isArray(e)?e.filter((e=>!!e)).flat(10).join(" "):e,e$f=new Map;i$o((e=>{e$f.delete(`${e}_normal`)}));const y$7=e=>{const t=e.getMetadata().getTag(),o=`${t}_normal`,a=n$r("OpenUI5Enablement");if(!e$f.has(o)){let i="";a&&(i=e$g(a.getBusyIndicatorStyles()));const r=l$q(t)||"",n=`${e$g(e.styles)} ${r} ${i}`;e$f.set(o,n)}return e$f.get(o)},e$e=new Map;i$o((e=>{e$e.delete(`${e}_normal`)}));const s$e=e=>{const t=`${e.getMetadata().getTag()}_normal`;if(!e$e.has(t)){const o=y$7(e),a=new CSSStyleSheet;a.replaceSync(o),e$e.set(t,[a])}return e$e.get(t)},s$d=e=>{const t=e.constructor,o=e.shadowRoot;o?(o.adoptedStyleSheets=s$e(t),t.renderer(e,o)):console.warn("There is no shadow root to update")},r$e=[],o$a=e=>r$e.some((t=>e.startsWith(t))),t$e=new WeakMap,n$i=(e,t,o)=>{const a=new MutationObserver(t);t$e.set(e,a),a.observe(e,o)},b$6=e=>{const t=t$e.get(e);t&&(t.disconnect(),t$e.delete(e))},c$9=["value-changed","click"];let e$d;i$j((()=>{e$d=void 0}));const s$c=e=>c$9.includes(e),l$f=e=>{const t=o$9();return!("boolean"!=typeof t&&t.events&&t.events.includes&&t.events.includes(e))},o$9=()=>(void 0===e$d&&(e$d=F$2()),e$d),a$b=e=>{const t=o$9();return!s$c(e)&&(!0===t||!l$f(e))},r$d=e=>e.matches(":dir(rtl)")?"rtl":"ltr",s$b=["disabled","title","hidden","role","draggable"],r$c=e=>!(!s$b.includes(e)&&!e.startsWith("aria"))||![HTMLElement,Element,Node].some((t=>t.prototype.hasOwnProperty(e))),n$h=(e,t)=>{if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++)if(e[o]!==t[o])return!1;return!0},n$g=(e,t)=>e.call(t),o$8=e=>{s$a(e)&&e$c(e)},e$c=e=>{var t,o;if(null==(t=e._internals)?void 0:t.form){if(n$f(e),!e.name)return void(null==(o=e._internals)||o.setFormValue(null));e._internals.setFormValue(e.formFormattedValue)}},n$f=async e=>{var t,o;if(null==(t=e._internals)?void 0:t.form)if(e.formValidity&&Object.keys(e.formValidity).some((e=>e))){const t=await(null==(o=e.formElementAnchor)?void 0:o.call(e));e._internals.setValidity(e.formValidity,e.formValidityMessage,t)}else e._internals.setValidity({})},i$d=e=>{var t,o;null==(o=null==(t=e._internals)?void 0:t.form)||o.requestSubmit()},m$b=e=>{var t,o;null==(o=null==(t=e._internals)?void 0:t.form)||o.reset()},s$a=e=>"formFormattedValue"in e&&"name"in e,t$d=typeof document>"u",o$7=()=>{if(t$d)return a$k;const e=navigator.languages;return e&&e[0]||navigator.language||a$k},e$b=new i$t,n$e="languageChange",t$c=e=>{e$b.attachEvent(n$e,e)};let e$a,t$b;i$j((()=>{e$a=void 0,t$b=void 0}));let a$a=!1;const s$9=()=>a$a,l$e=()=>(void 0===e$a&&(e$a=L$4()),e$a),h$3=()=>(void 0===t$b&&(t$b=R$3()),t$b),n$d=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;let r$b=class{constructor(e){const t=n$d.exec(e.replace(/_/g,"-"));if(null===t)throw new Error(`The given language ${e} does not adhere to BCP-47.`);this.sLocaleId=e,this.sLanguage=t[1]||a$k,this.sScript=t[2]||"",this.sRegion=t[3]||"",this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,(e=>e.toUpperCase()))),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(e){return this.getPrivateUseSubtags().indexOf(e)>=0}toString(){const e=[this.sLanguage];return this.sScript&&e.push(this.sScript),this.sRegion&&e.push(this.sRegion),this.sVariant&&e.push(this.sVariant),this.sExtension&&e.push(this.sExtension),this.sPrivateUse&&e.push(this.sPrivateUse),e.join("-")}};const r$a=new Map,n$c=e=>(r$a.has(e)||r$a.set(e,new r$b(e)),r$a.get(e)),c$8=e=>{try{if(e&&"string"==typeof e)return n$c(e)}catch{}return new r$b(r$k)},s$8=e=>{if(e)return c$8(e);const t=l$e();return t?n$c(t):c$8(o$7())},_$3=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,c$7=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,f$c={he:"iw",yi:"ji",nb:"no",sr:"sh"},p$5=e=>{let t;if(!e)return r$k;if("string"==typeof e&&(t=_$3.exec(e.replace(/_/g,"-")))){let e=t[1].toLowerCase(),o=t[3]?t[3].toUpperCase():void 0;const a=t[2]?t[2].toLowerCase():void 0,i=t[4]?t[4].slice(1):void 0,r=t[6];return e=f$c[e]||e,r&&(t=c$7.exec(r))||i&&(t=c$7.exec(i))?`en_US_${t[1].toLowerCase()}`:("zh"===e&&!o&&("hans"===a?o="CN":"hant"===a&&(o="TW")),e+(o?"_"+o+(i?"_"+i.replace("-","_"):""):""))}return r$k},r$9={zh_HK:"zh_TW",in:"id"},n$b=e=>{if(!e)return r$k;if(r$9[e])return r$9[e];const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==r$k?r$k:""},d$7=new Set,m$a=new Set,g$5=new Map,l$d=new Map,u$a=new Map,$$2=(e,t,o)=>{const a=`${e}/${t}`;u$a.set(a,o)},f$b=(e,t)=>{g$5.set(e,t)},A$5=e=>g$5.get(e),h$2=(e,t)=>{const o=`${e}/${t}`;return u$a.has(o)},B$1=(e,t)=>{const o=`${e}/${t}`,a=u$a.get(o);return a&&!l$d.get(o)&&l$d.set(o,a(t)),l$d.get(o)},M$3=e=>{d$7.has(e)||(console.warn(`[${e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),d$7.add(e))},L$3=(e,t)=>t!==a$k&&!h$2(e,t),w$3=async e=>{const t=s$8().getLanguage(),o=s$8().getRegion(),a=s$8().getVariant();let i=t+(o?`-${o}`:"")+(a?`-${a}`:"");if(L$3(e,i))for(i=p$5(i);L$3(e,i);)i=n$b(i);const r=h$3();if(i!==a$k||r)if(h$2(e,i))try{const t=await B$1(e,i);f$b(e,t)}catch(e){const t=e;m$a.has(t.message)||(m$a.add(t.message),console.error(t.message))}else M$3(e);else f$b(e,null)};t$c((e=>{const t=[...g$5.keys()];return Promise.all(t.map(w$3))}));const g$4=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,i$c=(e,t)=>(t=t||[],e.replace(g$4,((e,o,a,i,r)=>{if(o)return"'";if(a)return a.replace(/''/g,"'");if(i){const e="string"==typeof i?parseInt(i):i;return String(t[e])}throw new Error(`[i18n]: pattern syntax error at pos ${r}`)}))),r$8=new Map;let u$9=class{constructor(e){this.packageName=e}getText(e,...t){if("string"==typeof e&&(e={key:e,defaultText:e}),!e||!e.key)return"";const o=A$5(this.packageName);o&&!o[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`);const a=o&&o[e.key]?o[e.key]:e.defaultText||e.key;return i$c(a,t)}};const a$9=e=>{if(r$8.has(e))return r$8.get(e);const t=new u$9(e);return r$8.set(e,t),t},f$a=async e=>(await w$3(e),a$9(e)),f$9=new Map,s$7=new Map,i$b=new Map,D$4=new Set;let d$6=!1;const O$3={iw:"he",ji:"yi",in:"id"},l$c=e=>{d$6||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),d$6=!0)},R$2=(e,t,o)=>{"no"===(e=e&&O$3[e]||e)&&(e="nb"),"zh"===e&&!t&&("Hans"===o?t="CN":"Hant"===o&&(t="TW")),("sh"===e||"sr"===e&&"Latn"===o)&&(e="sr",t="Latn");let a=`${e}_${t}`;return l$k.includes(a)?s$7.has(a)?a:(l$c(a),r$k):(a=e,l$k.includes(a)?s$7.has(a)?a:(l$c(a),r$k):r$k)},m$9=(e,t)=>{f$9.set(e,t)},S$3=e=>{s$7.has(e)||(e=r$k);const t=f$9.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);return t},_$2=e=>{if(!i$b.get(e)){const t=s$7.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);i$b.set(e,t(e))}return i$b.get(e)},u$8=async(e,t,o)=>{const a=R$2(e,t,o),i=n$r("OpenUI5Support");if(i){const e=i.getLocaleDataObject();if(e)return void m$9(a,e)}try{const e=await _$2(a);m$9(a,e)}catch(e){const t=e;D$4.has(t.message)||(D$4.add(t.message),console.error(t.message))}},C$2=(e,t)=>{s$7.set(e,t)};C$2("en",(async()=>(await fetch("https://sdk.openui5.org/1.120.17/resources/sap/ui/core/cldr/en.json")).json())),t$c((()=>{const e=s$8();return u$8(e.getLanguage(),e.getRegion(),e.getScript())}));let it=0;const R$1=new Map,I$2=new Map,O$2={fromAttribute:(e,t)=>t===Boolean?null!==e:t===Number?null===e?void 0:parseFloat(e):e,toAttribute:(e,t)=>t===Boolean?e?"":null:t===Object||t===Array||null==e?null:String(e)};function y$6(e){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&s$9()||(this.onInvalidation(e),this._changedState.push(e),l$r(this),this._invalidationEventProvider.fireEvent("invalidate",{...e,target:this}))}function at(e,t){do{const o=Object.getOwnPropertyDescriptor(e,t);if(o)return o;e=Object.getPrototypeOf(e)}while(e&&e!==HTMLElement.prototype)}let b$5=((_b=class extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const e=this.constructor;let t;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new i$t,this._componentStateFinalizedEventProvider=new i$t,this._domRefReadyPromise=new Promise((e=>{t=e})),this._domRefReadyPromise._deferredResolve=t,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...e.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach((e=>{if(this.hasOwnProperty(e)){const t=this[e];this.initializedProperties.set(e,t)}})),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const e=this.constructor;if(e._needsShadowDOM()){const t={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...t,...e.getMetadata().getShadowRootOptions()}),e.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(e){var t;(null==(t=e.target)?void 0:t.getRootNode())===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++it),this.__id}render(){const e=this.constructor.template;return n$g(e,this)}async connectedCallback(){const e=this.constructor;this.setAttribute(e.getMetadata().getPureTag(),""),e.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const t=e.getMetadata().slotsAreManaged();this._inDOM=!0,t&&(this._startObservingDOMChildren(),await this._processChildren()),e.asyncFinished||await e.definePromise,this._inDOM&&(c$i(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,this.onEnterDOM())}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),h$9(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const t=e.canSlotText(),o={childList:!0,subtree:t,characterData:t};n$i(this,this._processChildren.bind(this),o)}_stopObservingDOMChildren(){b$6(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const e=this.constructor,t=e.getMetadata().getSlots(),o=e.getMetadata().canSlotText(),a=Array.from(o?this.childNodes:this.children),i=new Map,r=new Map;for(const[e,o]of Object.entries(t)){const t=o.propertyName||e;r.set(t,e),i.set(t,[...this._state[t]]),this._clearSlot(e,o)}const n=new Map,s=new Map,_=a.map((async(o,a)=>{const i=o$b(o),r=t[i];if(void 0===r){if("default"!==i){const e=Object.keys(t).join(", ");console.warn(`Unknown slotName: ${i}, ignoring`,o,`Valid values are: ${e}`)}return}if(r.individualSlots){const e=(n.get(i)||0)+1;n.set(i,e),o._individualSlot=`${i}-${e}`}if(o instanceof HTMLElement){const e=o.localName;if(e.includes("-")&&!o$a(e)){if(!customElements.get(e)){const t=customElements.whenDefined(e);let o=R$1.get(e);o||(o=new Promise((e=>setTimeout(e,1e3))),R$1.set(e,o)),await Promise.race([t,o])}customElements.upgrade(o)}}if(o=e.getMetadata().constructor.validateSlotValue(o,r),v$3(o)&&r.invalidateOnChildChange){const e=this._getChildChangeListener(i);o.attachInvalidate.call(o,e)}o instanceof HTMLSlotElement&&this._attachSlotChange(o,i,!!r.invalidateOnChildChange);const _=r.propertyName||i;s.has(_)?s.get(_).push({child:o,idx:a}):s.set(_,[{child:o,idx:a}])}));await Promise.all(_),s.forEach(((e,t)=>{this._state[t]=e.sort(((e,t)=>e.idx-t.idx)).map((e=>e.child)),this._state[c$a(t)]=this._state[t]}));let l=!1;for(const[o,a]of Object.entries(t)){const t=a.propertyName||o;n$h(i.get(t),this._state[t])||(y$6.call(this,{type:"slot",name:r.get(t),reason:"children"}),l=!0,e.getMetadata().isFormAssociated()&&e$c(this))}l||y$6.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(e,t){const o=t.propertyName||e;this._state[o].forEach((t=>{if(v$3(t)){const o=this._getChildChangeListener(e);t.detachInvalidate.call(t,o)}t instanceof HTMLSlotElement&&this._detachSlotChange(t,e)})),this._state[o]=[],this._state[c$a(o)]=this._state[o]}attachInvalidate(e){this._invalidationEventProvider.attachEvent("invalidate",e)}detachInvalidate(e){this._invalidationEventProvider.detachEvent("invalidate",e)}_onChildChange(e,t){this.constructor.getMetadata().shouldInvalidateOnChildChange(e,t.type,t.name)&&y$6.call(this,{type:"slot",name:e,reason:"childchange",child:t.target})}attributeChangedCallback(e,t,o){let a;if(this._doNotSyncAttributes.has(e))return;const i=this.constructor.getMetadata().getProperties(),r=e.replace(/^ui5-/,""),n=c$a(r);if(i.hasOwnProperty(n)){const e=i[n];a=(e.converter??O$2).fromAttribute(o,e.type),this[n]=a}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$8(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(e,t){const o=this.constructor;if(!o.getMetadata().hasAttribute(e))return;const a=o.getMetadata().getProperties()[e],i=l$g(e),r=(a.converter||O$2).toAttribute(t,a.type);this._doNotSyncAttributes.add(i),null==r?this.removeAttribute(i):this.setAttribute(i,r),this._doNotSyncAttributes.delete(i)}_getChildChangeListener(e){return this._childChangeListeners.has(e)||this._childChangeListeners.set(e,this._onChildChange.bind(this,e)),this._childChangeListeners.get(e)}_getSlotChangeListener(e){return this._slotChangeListeners.has(e)||this._slotChangeListeners.set(e,this._onSlotChange.bind(this,e)),this._slotChangeListeners.get(e)}_attachSlotChange(e,t,o){const a=this._getSlotChangeListener(t);e.addEventListener("slotchange",(i=>{if(a.call(e,i),o){const o=this._slotsAssignedNodes.get(e);o&&o.forEach((e=>{if(v$3(e)){const o=this._getChildChangeListener(t);e.detachInvalidate.call(e,o)}}));const a=s$f([e]);this._slotsAssignedNodes.set(e,a),a.forEach((e=>{if(v$3(e)){const o=this._getChildChangeListener(t);e.attachInvalidate.call(e,o)}}))}}))}_detachSlotChange(e,t){e.removeEventListener("slotchange",this._getSlotChangeListener(t))}_onSlotChange(e){y$6.call(this,{type:"slot",name:e,reason:"slotchange"})}onInvalidation(e){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[t,o]of Object.entries(e))this._updateAttribute(t,this[t])}_render(){const e=this.constructor,t=e.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach((([e,t])=>{delete this[e],this[e]=t})),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],e._needsShadowDOM()&&s$d(this),this._rendered=!0,t&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach((e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot)}))}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 0}getFocusDomRef(){const e=this.getDomRef();if(e)return e.querySelector("[data-sap-focus-ref]")||e}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(e){await this._waitForDomRef();const t=this.getFocusDomRef();t!==this&&this.isConnected?t&&"function"==typeof t.focus&&t.focus(e):HTMLElement.prototype.focus.call(this,e)}fireEvent(e,t,o=!1,a=!0){const i=this._fireEvent(e,t,o,a),r=C$3(e);return r!==e?i&&this._fireEvent(r,t,o,a):i}fireDecoratorEvent(e,t){const o=this.getEventData(e),a=!!o&&o.cancelable,i=!!o&&o.bubbles,r=this._fireEvent(e,t,a,i),n=C$3(e);return n!==e?r&&this._fireEvent(n,t,a,i):r}_fireEvent(e,t,o=!1,a=!0){const i=new CustomEvent(`ui5-${e}`,{detail:t,composed:!1,bubbles:a,cancelable:o}),r=this.dispatchEvent(i);if(a$b(e))return r;const n=new CustomEvent(e,{detail:t,composed:!1,bubbles:a,cancelable:o});return this.dispatchEvent(n)&&r}getEventData(e){return this.constructor.getMetadata().getEvents()[e]}getSlottedNodes(e){return s$f(this[e])}attachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",e)}detachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",e)}get effectiveDir(){return n$w(this.constructor),r$d(this)}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const e=this.getMetadata().getPureTag(),t=this.getUniqueDependencies().map((e=>e.getMetadata().getPureTag())).filter(i$s);return i$s(e)&&t.push(e),t}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const e=this.prototype,t=this.getMetadata().slotsAreManaged(),o=this.getMetadata().getProperties();for(const[t,a]of Object.entries(o)){r$c(t)||console.warn(`"${t}" is not a valid property name. Use a name that does not collide with DOM APIs`);const o=at(e,t);let a,i;(null==o?void 0:o.set)&&(a=o.set),(null==o?void 0:o.get)&&(i=o.get),Object.defineProperty(e,t,{get(){return i?i.call(this):this._state[t]},set(e){const o=this.constructor,r=i?i.call(this):this._state[t];if(r!==e){if(a?a.call(this,e):this._state[t]=e,y$6.call(this,{type:"property",name:t,newValue:e,oldValue:r}),this._rendered){const e=i?i.call(this):this._state[t];this._updateAttribute(t,e)}o.getMetadata().isFormAssociated()&&e$c(this)}}})}if(t){const t=this.getMetadata().getSlots();for(const[o,a]of Object.entries(t)){r$c(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const t=a.propertyName||o,i={get(){return void 0!==this._state[t]?this._state[t]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(e,t,i),t!==c$a(t)&&Object.defineProperty(e,c$a(t),i)}}}static get dependencies(){return[]}static cacheUniqueDependencies(){const e=this.dependencies.filter(((e,t,o)=>o.indexOf(e)===t));I$2.set(this,e)}static getUniqueDependencies(){return I$2.has(this)||this.cacheUniqueDependencies(),I$2.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map((e=>{const{bundleName:t}=e[1];return f$a(t)})))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u$8(s$8().getLanguage(),s$8().getRegion(),s$8().getScript()):Promise.resolve()}static get i18nBundles(){return this.i18nBundleStorage}static define(){this.definePromise=(async()=>{await b$8();const e=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[t]=e;Object.entries(this.getMetadata().getI18n()).forEach(((e,o)=>{const a=e[1].bundleName;this.i18nBundleStorage[a]=t[o]})),this.asyncFinished=!0})();const e=this.getMetadata().getTag(),t=w$9(e),o=customElements.get(e);return o&&!t?$$4(e):o||(this._generateAccessors(),h$a(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const e=[this.metadata];let t=this;for(;t!==_b;)t=Object.getPrototypeOf(t),e.unshift(t.metadata);const o=e$l({},...e);return this._metadata=new p$6(o),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}).metadata={},_b.styles="",_b.i18nBundleStorage={},_b);const v$3=e=>"isUI5Element"in e,m$8=(e={})=>t=>{if(Object.prototype.hasOwnProperty.call(t,"metadata")||(t.metadata={}),"string"==typeof e)return void(t.metadata.tag=e);const{tag:o,languageAware:a,themeAware:i,cldr:r,fastNavigation:n,formAssociated:s,shadowRootOptions:_}=e;t.metadata.tag=o,a&&(t.metadata.languageAware=a),r&&(t.metadata.cldr=r),i&&(t.metadata.themeAware=i),n&&(t.metadata.fastNavigation=n),s&&(t.metadata.formAssociated=s),_&&(t.metadata.shadowRootOptions=_),["renderer","template","styles","dependencies"].forEach((o=>{e[o]&&Object.defineProperty(t,o,{get:()=>e[o]})}))},s$6=e=>(t,o)=>{const a=t.constructor;Object.prototype.hasOwnProperty.call(a,"metadata")||(a.metadata={});const i=a.metadata;i.properties||(i.properties={});const r=i.properties;r[o]||(r[o]=e??{})},l$b=(e,t={})=>o=>{Object.prototype.hasOwnProperty.call(o,"metadata")||(o.metadata={});const a=o.metadata;a.events||(a.events={});const i=a.events;i[e]||(t.bubbles=!!t.bubbles,t.cancelable=!!t.cancelable,i[e]=t)},d$5=e=>(t,o)=>{const a=t.constructor;Object.prototype.hasOwnProperty.call(a,"metadata")||(a.metadata={});const i=a.metadata;i.slots||(i.slots={});const r=i.slots;if(e&&e.default&&r.default)throw new Error("Only one slot can be the default slot.");const n=e&&e.default?"default":o;(e=e||{type:HTMLElement}).type||(e.type=HTMLElement),r[n]||(r[n]=e),e.default&&(delete r.default.default,r.default.propertyName=o),a.metadata.managedSlots=!0},i$a=e=>(t,o)=>{t.metadata.i18n||(t.metadata.i18n={}),Object.defineProperty(t,o,{get:()=>t.i18nBundles[e],set(){}}),t.metadata.i18n[o]={bundleName:e,target:t}};var n$a,l$a,t$a,i$9,o$6,r$7,e$9,f$8,c$6,s$5,a$8,h$1,p$4={},v$2=[],y$5=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$4=Array.isArray;function w$2(e,t){for(var o in t)e[o]=t[o];return e}function _$1(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function g$3(e,t,o){var a,i,r,n={};for(r in t)"key"==r?a=t[r]:"ref"==r?i=t[r]:n[r]=t[r];if(arguments.length>2&&(n.children=arguments.length>3?n$a.call(arguments,2):o),"function"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===n[r]&&(n[r]=e.defaultProps[r]);return m$7(e,n,a,i,null)}function m$7(e,t,o,a,i){var r={type:e,props:t,key:o,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==i?++t$a:i,__i:-1,__u:0};return null==i&&null!=l$a.vnode&&l$a.vnode(r),r}function k$4(e){return e.children}function x$1(e,t){this.props=e,this.context=t}function C$1(e,t){if(null==t)return e.__?C$1(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if(null!=(o=e.__k[t])&&null!=o.__e)return o.__e;return"function"==typeof e.type?C$1(e):null}function S$2(e){var t,o;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(o=e.__k[t])&&null!=o.__e){e.__e=e.__c.base=o.__e;break}return S$2(e)}}function M$2(e){(!e.__d&&(e.__d=!0)&&i$9.push(e)&&!P$2.__r++||o$6!==l$a.debounceRendering)&&((o$6=l$a.debounceRendering)||r$7)(P$2)}function P$2(){var e,t,o,a,i,r,n,s;for(i$9.sort(e$9);e=i$9.shift();)e.__d&&(t=i$9.length,a=void 0,r=(i=(o=e).__v).__e,n=[],s=[],o.__P&&((a=w$2({},i)).__v=i.__v+1,l$a.vnode&&l$a.vnode(a),F(o.__P,a,i,o.__n,o.__P.namespaceURI,32&i.__u?[r]:null,n,null==r?C$1(i):r,!!(32&i.__u),s),a.__v=i.__v,a.__.__k[a.__i]=a,z$1(n,a,s),a.__e!=r&&S$2(a)),i$9.length>t&&i$9.sort(e$9));P$2.__r=0}function $$1(e,t,o,a,i,r,n,s,_,l,c){var d,u,p,h,v,m,g=a&&a.__k||v$2,f=t.length;for(_=I$1(o,t,g,_),d=0;d<f;d++)null!=(p=o.__k[d])&&(u=-1===p.__i?p$4:g[p.__i]||p$4,p.__i=d,m=F(e,p,u,i,r,n,s,_,l,c),h=p.__e,p.ref&&u.ref!=p.ref&&(u.ref&&V$1(u.ref,null,p),c.push(p.ref,p.__c||h,p)),null==v&&null!=h&&(v=h),4&p.__u||u.__k===p.__k?_=H$2(p,_,e):"function"==typeof p.type&&void 0!==m?_=m:h&&(_=h.nextSibling),p.__u&=-7);return o.__e=v,_}function I$1(e,t,o,a){var i,r,n,s,_,l=t.length,c=o.length,d=c,u=0;for(e.__k=[],i=0;i<l;i++)null!=(r=t[i])&&"boolean"!=typeof r&&"function"!=typeof r?(s=i+u,(r=e.__k[i]="string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?m$7(null,r,null,null,null):d$4(r)?m$7(k$4,{children:r},null,null,null):void 0===r.constructor&&r.__b>0?m$7(r.type,r.props,r.key,r.ref?r.ref:null,r.__v):r).__=e,r.__b=e.__b+1,n=null,-1!==(_=r.__i=O$1(r,o,s,d))&&(d--,(n=o[_])&&(n.__u|=2)),null==n||null===n.__v?(-1==_&&u--,"function"!=typeof r.type&&(r.__u|=4)):_!==s&&(_==s-1?u--:_==s+1?u++:(_>s?u--:u++,r.__u|=4))):r=e.__k[i]=null;if(d)for(i=0;i<c;i++)null!=(n=o[i])&&!(2&n.__u)&&(n.__e==a&&(a=C$1(n)),q$1(n,n));return a}function H$2(e,t,o){var a,i;if("function"==typeof e.type){for(a=e.__k,i=0;a&&i<a.length;i++)a[i]&&(a[i].__=e,t=H$2(a[i],t,o));return t}e.__e!=t&&(t&&e.type&&!o.contains(t)&&(t=C$1(e)),o.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function O$1(e,t,o,a){var i=e.key,r=e.type,n=o-1,s=o+1,_=t[o];if(null===_||_&&i==_.key&&r===_.type&&!(2&_.__u))return o;if(("function"!=typeof r||r===k$4||i)&&a>(null==_||2&_.__u?0:1))for(;n>=0||s<t.length;){if(n>=0){if((_=t[n])&&!(2&_.__u)&&i==_.key&&r===_.type)return n;n--}if(s<t.length){if((_=t[s])&&!(2&_.__u)&&i==_.key&&r===_.type)return s;s++}}return-1}function T$4(e,t,o){"-"===t[0]?e.setProperty(t,null==o?"":o):e[t]=null==o?"":"number"!=typeof o||y$5.test(t)?o:o+"px"}function j$1(e,t,o,a,i){var r,n;e:if("style"===t)if("string"==typeof o)e.style.cssText=o;else{if("string"==typeof a&&(e.style.cssText=a=""),a)for(t in a)o&&t in o||T$4(e.style,t,"");if(o)for(t in o)a&&o[t]===a[t]||T$4(e.style,t,o[t])}else if("o"===t[0]&&"n"===t[1])r=t!==(t=t.replace(f$8,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?a?o.t=a.t:(o.t=c$6,e.addEventListener(t,r?a$8:s$5,r)):e.removeEventListener(t,r?a$8:s$5,r);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{n=e.tagName&&e.tagName.includes("-"),o!==a&&(e[t]=null!=o||n?o:"");break e}catch(e){}"function"==typeof o||(null==o||!1===o&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==o?"":o))}}function A$4(e){return function(t){if(this.l){var o=this.l[t.type+e];if(null==t.u)t.u=c$6++;else if(t.u<o.t)return;return o(l$a.event?l$a.event(t):t)}}}function F(e,t,o,a,i,r,n,s,_,l){var c,d,u,p,h,v,m,g,f,b,y,C,T,$,w,S,k,x=t.type;if(void 0!==t.constructor)return null;128&o.__u&&(_=!!(32&o.__u),r=[s=t.__e=o.__e]),(c=l$a.__b)&&c(t);e:if("function"==typeof x)try{if(g=t.props,f="prototype"in x&&x.prototype.render,b=(c=x.contextType)&&a[c.__c],y=c?b?b.props.value:c.__:a,o.__c?m=(d=t.__c=o.__c).__=d.__E:(f?t.__c=d=new x(g,y):(t.__c=d=new x$1(g,y),d.constructor=x,d.render=B),b&&b.sub(d),d.props=g,d.state||(d.state={}),d.context=y,d.__n=a,u=d.__d=!0,d.__h=[],d._sb=[]),f&&null==d.__s&&(d.__s=d.state),f&&null!=x.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=w$2({},d.__s)),w$2(d.__s,x.getDerivedStateFromProps(g,d.__s))),p=d.props,h=d.state,d.__v=t,u)f&&null==x.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),f&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(f&&null==x.getDerivedStateFromProps&&g!==p&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(g,y),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(g,d.__s,y)||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=g,d.state=d.__s,d.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.some((function(e){e&&(e.__=t)})),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&n.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(g,d.__s,y),f&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(p,h,v)}))}if(d.context=y,d.props=g,d.__P=e,d.__e=!1,T=l$a.__r,$=0,f){for(d.state=d.__s,d.__d=!1,T&&T(t),c=d.render(d.props,d.state,d.context),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[]}else do{d.__d=!1,T&&T(t),c=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++$<25);d.state=d.__s,null!=d.getChildContext&&(a=w$2(w$2({},a),d.getChildContext())),f&&!u&&null!=d.getSnapshotBeforeUpdate&&(v=d.getSnapshotBeforeUpdate(p,h)),s=$$1(e,d$4(S=null!=c&&c.type===k$4&&null==c.key?c.props.children:c)?S:[S],t,o,a,i,r,n,s,_,l),d.base=t.__e,t.__u&=-161,d.__h.length&&n.push(d),m&&(d.__E=d.__=null)}catch(e){if(t.__v=null,_||null!=r)if(e.then){for(t.__u|=_?160:128;s&&8===s.nodeType&&s.nextSibling;)s=s.nextSibling;r[r.indexOf(s)]=null,t.__e=s}else for(k=r.length;k--;)_$1(r[k]);else t.__e=o.__e,t.__k=o.__k;l$a.__e(e,t,o)}else null==r&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):s=t.__e=N$2(o.__e,t,o,a,i,r,n,_,l);return(c=l$a.diffed)&&c(t),128&t.__u?void 0:s}function z$1(e,t,o){for(var a=0;a<o.length;a++)V$1(o[a],o[++a],o[++a]);l$a.__c&&l$a.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){l$a.__e(e,t.__v)}}))}function N$2(e,t,o,a,i,r,n,s,_){var l,c,d,u,p,h,v,m,g=o.props,f=t.props,b=t.type;if("svg"===b?i="http://www.w3.org/2000/svg":"math"===b?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=r)for(l=0;l<r.length;l++)if((p=r[l])&&"setAttribute"in p==!!b&&(b?p.localName===b:3===p.nodeType)){e=p,r[l]=null;break}if(null==e){if(null===b)return document.createTextNode(f);e=document.createElementNS(i,b,f.is&&f),s&&(l$a.__m&&l$a.__m(t,r),s=!1),r=null}if(null===b)g===f||s&&e.data===f||(e.data=f);else{if(r=r&&n$a.call(e.childNodes),g=o.props||p$4,!s&&null!=r)for(g={},l=0;l<e.attributes.length;l++)g[(p=e.attributes[l]).name]=p.value;for(l in g)if(p=g[l],"children"==l);else if("dangerouslySetInnerHTML"==l)d=p;else if(!(l in f)){if("value"==l&&"defaultValue"in f||"checked"==l&&"defaultChecked"in f)continue;j$1(e,l,null,p,i)}for(l in f)p=f[l],"children"==l?u=p:"dangerouslySetInnerHTML"==l?c=p:"value"==l?h=p:"checked"==l?v=p:s&&"function"!=typeof p||g[l]===p||((l.startsWith("on")||"ref"===l&&"function"==typeof p)&&(m=a[Object.keys(a)[0]])&&(p=p.bind(m.props.value)),j$1(e,l,p,g[l],i));if(c)s||d&&(c.__html===d.__html||c.__html===e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(d&&(e.innerHTML=""),$$1(e,d$4(u)?u:[u],t,o,a,"foreignObject"===b?"http://www.w3.org/1999/xhtml":i,r,n,r?r[0]:o.__k&&C$1(o,0),s,_),null!=r)for(l=r.length;l--;)_$1(r[l]);s||(l="value","progress"===b&&null==h?e.removeAttribute("value"):void 0!==h&&(h!==e[l]||"progress"===b&&!h||"option"===b&&h!==g[l])&&j$1(e,l,h,g[l],i),l="checked",void 0!==v&&v!==e[l]&&j$1(e,l,v,g[l],i))}return e}function V$1(e,t,o){try{if("function"==typeof e){var a="function"==typeof e.__u;a&&e.__u(),a&&null==t||(e.__u=e(t))}else e.current=t}catch(e){l$a.__e(e,o)}}function q$1(e,t,o){var a,i;if(l$a.unmount&&l$a.unmount(e),(a=e.ref)&&(a.current&&a.current!==e.__e||V$1(a,null,t)),null!=(a=e.__c)){if(a.componentWillUnmount)try{a.componentWillUnmount()}catch(e){l$a.__e(e,t)}a.base=a.__P=null}if(a=e.__k)for(i=0;i<a.length;i++)a[i]&&q$1(a[i],t,o||"function"!=typeof e.type);o||_$1(e.__e),e.__c=e.__=e.__e=void 0}function B(e,t,o){return this.constructor(e,o)}function D$3(e,t,o){var a,i,r,n;t===document&&(t=document.documentElement),l$a.__&&l$a.__(e,t),i=(a="function"==typeof o)?null:o&&o.__k||t.__k,r=[],n=[],F(t,e=(!a&&o||t).__k=g$3(k$4,null,[e]),i||p$4,p$4,t.namespaceURI,!a&&o?[o]:i?null:t.firstChild?n$a.call(t.childNodes):null,r,!a&&o?o:i?i.__e:t.firstChild,a,n),z$1(r,e,n)}function E$2(e,t){D$3(e,t,E$2)}function J(e,t){var o={__c:t="__cC"+h$1++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var o,a;return this.getChildContext||(o=new Set,(a={})[t]=this,this.getChildContext=function(){return a},this.componentWillUnmount=function(){o=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&o.forEach((function(e){e.__e=!0,M$2(e)}))},this.sub=function(e){o.add(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){o&&o.delete(e),t&&t.call(e)}}),e.children}};return o.Provider.__=o.Consumer.contextType=o}n$a=v$2.slice,l$a={__e:function(e,t,o,a){for(var i,r,n;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(e)),n=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,a||{}),n=i.__d),n)return i.__E=i}catch(t){e=t}throw e}},t$a=0,x$1.prototype.setState=function(e,t){var o;o=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w$2({},this.state),"function"==typeof e&&(e=e(w$2({},o),this.props)),e&&w$2(o,e),null!=e&&this.__v&&(t&&this._sb.push(t),M$2(this))},x$1.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),M$2(this))},x$1.prototype.render=k$4,i$9=[],r$7="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e$9=function(e,t){return e.__v.__b-t.__v.__b},P$2.__r=0,f$8=/(PointerCapture)$|Capture$/i,c$6=0,s$5=A$4(!1),a$8=A$4(!0),h$1=0;var f$7=0;function u$7(e,t,o,a,i,r){t||(t={});var n,s,_=t;"ref"in t&&(n=t.ref,delete t.ref);var l={type:e,props:_,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f$7,__i:-1,__u:0,__source:i,__self:r};if("function"==typeof e&&(n=e.defaultProps))for(s in n)void 0===_[s]&&(_[s]=n[s]);return l$a.vnode&&l$a.vnode(l),l}const l$9=new WeakMap,y$4=(e,t)=>{var o;let a=l$9.get(e);a||(a=J(e),l$9.set(e,a));const i=e.render(),r=u$7(a.Provider,{value:e,children:i});e.__shouldHydrate?(null==(o=e.shadowRoot)||o.querySelectorAll("style").forEach((e=>e.remove())),E$2(r,t),e.__shouldHydrate=!1):D$3(r,t)},y$3={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CONTROL:17,ALT:18,BREAK:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,PRINT:44,INSERT:45,DELETE:46,DIGIT_0:48,DIGIT_1:49,DIGIT_2:50,DIGIT_3:51,DIGIT_4:52,DIGIT_5:53,DIGIT_6:54,DIGIT_7:55,DIGIT_8:56,DIGIT_9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOWS:91,CONTEXT_MENU:93,TURN_OFF:94,SLEEP:95,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_ASTERISK:106,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_COMMA:110,NUMPAD_SLASH:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUM_LOCK:144,SCROLL_LOCK:145,COLON:186,PLUS:187,COMMA:188,SLASH:189,DOT:190,PIPE:191,SEMICOLON:192,MINUS:219,GREAT_ACCENT:220,EQUALS:221,SINGLE_QUOTE:222,BACKSLASH:226},b$4=e=>(e.key?"Enter"===e.key:e.keyCode===y$3.ENTER)&&!a$7(e),i$8=e=>(e.key?"Enter"===e.key:e.keyCode===y$3.ENTER)&&e$8(e,!1,!1,!0),C=e=>e$8(e,!0,!1,!1),A$3=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===y$3.SPACE)&&!a$7(e),K=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===y$3.SPACE)&&e$8(e,!1,!1,!0),D$2=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===y$3.ARROW_LEFT)&&!a$7(e),R2=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===y$3.ARROW_RIGHT)&&!a$7(e),P$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&!a$7(e),_=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&!a$7(e),S$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!1,!1),u$6=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!1,!1),O=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!1,!1,!0),N$1=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!1,!1,!0),w$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!1,!0,!1),T$3=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!1,!0,!1),h=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===y$3.ARROW_LEFT)&&e$8(e,!1,!1,!0),I=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===y$3.ARROW_RIGHT)&&e$8(e,!1,!1,!0),p$3=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!1,!0),W=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!1,!0),M$1=e=>(e.key?"Home"===e.key:e.keyCode===y$3.HOME)&&!a$7(e),n$9=e=>(e.key?"End"===e.key:e.keyCode===y$3.END)&&!a$7(e),G=e=>(e.key?"Home"===e.key:e.keyCode===y$3.HOME)&&e$8(e,!0,!1,!1),H$1=e=>(e.key?"End"===e.key:e.keyCode===y$3.END)&&e$8(e,!0,!1,!1),m$6=e=>(e.key?"Escape"===e.key||"Esc"===e.key:e.keyCode===y$3.ESCAPE)&&!a$7(e),x=e=>(e.key?"Tab"===e.key:e.keyCode===y$3.TAB)&&!a$7(e),V=e=>(e.key?"Tab"===e.key:e.keyCode===y$3.TAB)&&e$8(e,!1,!1,!0),Q=e=>(e.key?"Backspace"===e.key:e.keyCode===y$3.BACKSPACE)&&!a$7(e),X=e=>(e.key?"Delete"===e.key:e.keyCode===y$3.DELETE)&&!a$7(e),j=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&!a$7(e),q=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&!a$7(e),z2=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!1,!1,!0),$=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!1,!0,!1),v$1=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!1,!1,!0),oo=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!1,!0,!1),yo=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!0,!1,!0),eo=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!0,!1,!0),ko=e=>e.key?s$4(e)||Ao(e):e.keyCode===y$3.F4&&!a$7(e)||e.keyCode===y$3.ARROW_DOWN&&e$8(e,!1,!0,!1),s$4=e=>"F4"===e.key&&!a$7(e),lo=e=>(e.key?"F4"===e.key:e.keyCode===y$3.F4)&&e$8(e,!1,!1,!0),bo=e=>(e.key?"F6"===e.key:e.keyCode===y$3.F6)&&e$8(e,!1,!1,!1)||(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!0,!1),fo=e=>(e.key?"F6"===e.key:e.keyCode===y$3.F6)&&e$8(e,!1,!1,!0)||(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!0,!1),Co=e=>(e.key?"F8"===e.key:e.keyCode===y$3.F8)&&e$8(e,!0,!0,!1),Ao=e=>("ArrowDown"===e.key||"Down"===e.key||"ArrowUp"===e.key||"Up"===e.key)&&e$8(e,!1,!0,!1),Ko=e=>"Shift"===e.key||e.keyCode===y$3.SHIFT,Ro=e=>("A"===e.key||"a"===e.key||e.which===y$3.A)&&e$8(e,!1,!1,!1),Po=e=>("P"===e.key||"p"===e.key||e.which===y$3.P)&&e$8(e,!1,!1,!1),a$7=e=>e.shiftKey||e.altKey||k$3(e),k$3=e=>!(!e.metaKey&&!e.ctrlKey),e$8=(e,t,o,a)=>e.shiftKey===a&&e.altKey===o&&k$3(e)===t,_o=e=>(e.key?-1!=="0123456789".indexOf(e.key):e.keyCode>=y$3.DIGIT_0&&e.keyCode<=y$3.DIGIT_9)&&e$8(e,!1,!1,!1),Uo=e=>(e.key?":"===e.key:e.keyCode===y$3.COLON)&&e$8(e,!1,!1,!0),b$3=new WeakMap,o$5=new WeakMap,v={attributes:!0,childList:!0,characterData:!0,subtree:!0},A$2=e=>{const t=e;return t.accessibleNameRef?E$1(e):t.accessibleName?t.accessibleName:void 0},E$1=e=>{var t;const o=(null==(t=e.accessibleNameRef)?void 0:t.split(" "))??[];let a="";return o.forEach(((t,i)=>{const r=m$5(e,t),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,i<o.length-1&&(a+=" "))})),a},f$6=e=>{const t=new Set;u$5(e).forEach((e=>{t.add(e)}));const o=[e.accessibleNameRef,e.accessibleDescriptionRef].filter(Boolean).join(" ");return(o?o.split(" "):[]).forEach((o=>{const a=m$5(e,o);a&&t.add(a)})),Array.from(t)},u$5=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},m$5=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),M2=e=>{const t=[];if(u$5(e).forEach((e=>{const o=e.textContent;o&&t.push(o)})),t.length)return t.join(" ")},k$2=e=>t=>{const o=t&&"property"===t.type&&"accessibleNameRef"===t.name,a=t&&"property"===t.type&&"accessibleDescriptionRef"===t.name;if(!o&&!a)return;const i=o$5.get(e);if(!i)return;const r=i.observedElements,n=f$6(e);r.forEach((e=>{n.includes(e)||d$3(i,e)})),n.forEach((e=>{r.includes(e)||(g$2(i,e),i.observedElements.push(e))})),null==i||i.callback()},y$2=(e,t)=>{if(o$5.has(e))return;const o=f$6(e),a=k$2(e),i={host:e,observedElements:o,callback:t,invalidationCallback:a};o$5.set(e,i),e.attachInvalidate(a),o.forEach((e=>{g$2(i,e)})),t()},g$2=(e,t)=>{let o=b$3.get(t);if(!o){o={observer:null,callbacks:[]};const a=new MutationObserver((()=>{o.callbacks.forEach((e=>{e()}));const a=document.getElementById(t.id);e.host.id===t.getAttribute("for")||a||d$3(e,t)}));o.observer=a,a.observe(t,v),b$3.set(t,o)}o.callbacks.includes(e.callback)||o.callbacks.push(e.callback)},d$3=(e,t)=>{var o;const a=b$3.get(t);a&&(a.callbacks=a.callbacks.filter((t=>t!==e.callback)),a.callbacks.length||(null==(o=a.observer)||o.disconnect(),b$3.delete(t))),e.observedElements=e.observedElements.filter((e=>e!==t))},T$2=e=>{const t=o$5.get(e);t&&([...t.observedElements].forEach((e=>{d$3(t,e)})),e.detachInvalidate(t.invalidationCallback),o$5.delete(e))},L$2=e=>{const t=e;return t.accessibleDescriptionRef?p$2(e):t.accessibleDescription?t.accessibleDescription:void 0},p$2=e=>{var t;const o=(null==(t=e.accessibleDescriptionRef)?void 0:t.split(" "))??[];let a="";return o.forEach(((t,i)=>{const r=m$5(e,t),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,i<o.length-1&&(a+=" "))})),a};var t$9=(e=>(e["SAP-icons"]="SAP-icons-v4",e.horizon="SAP-icons-v5",e["SAP-icons-TNT"]="tnt",e.BusinessSuiteInAppSymbols="business-suite",e))(t$9||{});const n$8=e=>t$9[e]?t$9[e]:e;var t$8=(e=>(e.SAPIconsV4="SAP-icons-v4",e.SAPIconsV5="SAP-icons-v5",e.SAPIconsTNTV2="tnt-v2",e.SAPIconsTNTV3="tnt-v3",e.SAPBSIconsV1="business-suite-v1",e.SAPBSIconsV2="business-suite-v2",e))(t$8||{});const s$3=new Map;s$3.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),s$3.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),s$3.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const c$5=(e,t)=>{s$3.has(e)?s$3.set(e,{...t,...s$3.get(e)}):s$3.set(e,t)},r$6=e=>{const t=n$l()?"legacy":"sap_horizon";return s$3.has(e)?s$3.get(e)[t]:e},t$7=new Map,c$4=e=>t$7.get(e),i$7=e=>{const t=c$4(r$f());return!e&&t?n$8(t):r$6(e||"SAP-icons")},w="legacy",s$2=new Map,c$3=m$k("SVGIcons.registry",new Map),i$6=m$k("SVGIcons.promises",new Map),l$8="ICON_NOT_FOUND",N2=async e=>{if(!i$6.has(e)){if(!s$2.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=s$2.get(e);i$6.set(e,t(e))}return i$6.get(e)},f$5=e=>{Object.keys(e.data).forEach((t=>{const o=e.data[t];y$1(t,{pathData:o.path||o.paths,ltr:o.ltr,accData:o.acc,collection:e.collection,packageName:e.packageName})}))},y$1=(e,t)=>{const o=`${t.collection}/${e}`,a={collection:t.collection,packageName:t.packageName,pathData:t.pathData,viewBox:t.viewBox,ltr:t.ltr,accData:t.accData,customTemplate:t.customTemplate};c$3.set(o,a)},u$4=e=>{let t;return e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://","")),[e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=n$8(t)),{name:e,collection:t}},D$1=e=>{const{name:t,collection:o}=u$4(e);return g$1(o,t)},n$7=async e=>{const{name:t,collection:o}=u$4(e);let a=l$8;try{a=await N2(i$7(o))}catch(e){console.error(e.message)}if(a===l$8)return a;return g$1(o,t)||(Array.isArray(a)?a.forEach((e=>{f$5(e),c$5(o,{[e.themeFamily||w]:e.collection})})):f$5(a),g$1(o,t))},g$1=(e,t)=>{const o=`${i$7(e)}/${t}`;return c$3.get(o)},A$1=async e=>{var t;if(!e)return;let o=D$1(e);return o||(o=await n$7(e)),o&&o!==l$8&&o.accData?o.packageName?(await f$a(o.packageName)).getText(o.accData):(null==(t=o.accData)?void 0:t.defaultText)||"":void 0},t$6=e=>Array.from(e).filter((e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||0!==(e.nodeValue||"").trim().length))).length>0;let e$7;const l$7=()=>(void 0===e$7&&(e$7=b$9()),e$7);function n$6(e){return e.toLowerCase()}var ButtonDesign;!function(e){e.Default="Default",e.Positive="Positive",e.Negative="Negative",e.Transparent="Transparent",e.Emphasized="Emphasized",e.Attention="Attention"}(ButtonDesign||(ButtonDesign={}));const ButtonDesign$1=ButtonDesign;var ButtonType;!function(e){e.Button="Button",e.Submit="Submit",e.Reset="Reset"}(ButtonType||(ButtonType={}));const ButtonType$1=ButtonType;var ButtonBadgeDesign;!function(e){e.InlineText="InlineText",e.OverlayText="OverlayText",e.AttentionDot="AttentionDot"}(ButtonBadgeDesign||(ButtonBadgeDesign={}));const ButtonBadgeDesign$1=ButtonBadgeDesign;var l$6;function k$1(e){return e.children}l$6={__e:function(e,t,o,a){for(var i,r,n;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(e)),n=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,a||{}),n=i.__d),n)return i.__E=i}catch(t){e=t}throw e}},"function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;var f$4=0;function u$3(e,t,o,a,i,r){t||(t={});var n,s,_=t;"ref"in t&&(n=t.ref,delete t.ref);var l={type:e,props:_,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f$4,__i:-1,__u:0,__source:i,__self:r};if("function"==typeof e&&(n=e.defaultProps))for(s in n)void 0===_[s]&&(_[s]=n[s]);return l$6.vnode&&l$6.vnode(l),l}function hash2str(e){let t="";for(const o in e)e[o]&&(t&&(t+=" "),t+=o);return t}const camelToKebabMap=new Map,camelToKebabCase=e=>{if(!camelToKebabMap.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();camelToKebabMap.set(e,t)}return camelToKebabMap.get(e)},pascalToKebabCase=e=>camelToKebabCase(e);function convertEventScoping(e,t,o){const a=e.getMetadata().getEvents();Object.keys(t).forEach((e=>{if(e.startsWith("on")){const o=e.slice(2),i=pascalToKebabCase(o),r=o.charAt(0).toLowerCase()+o.slice(1);let n;i in a?n=i:r in a&&(n=r),n&&"onClick"!==e&&(t[`onui5-${n}`]=t[e],delete t[e])}}))}function isUI5ElementClass(e){return"function"==typeof e&&"getMetadata"in e}function preprocess(e,t,o){let a;return isUI5ElementClass(e)?(a=e.getMetadata().getTag(),convertEventScoping(e,t)):a=e,"object"==typeof t.class&&(t.class=hash2str(t.class)),a}const old=l$6.vnode;function Fragment(e,t){return k$1(e)}function jsx(e,t,o){return u$3(preprocess(e,t),t,o)}function jsxs(e,t,o){return u$3(preprocess(e,t),t,o)}function IconTemplate(){return jsxs("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.hasIconTooltip&&jsxs("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),jsx("g",{role:"presentation",children:content.call(this)})]})}function content(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?jsx("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map((e=>jsx("path",{d:e})))}var IconMode;l$6.vnode=e=>{const t=e.props;null!==t&&"object"==typeof t&&t.class&&t.class,old&&old(e)},function(e){e.Image="Image",e.Decorative="Decorative",e.Interactive="Interactive"}(IconMode||(IconMode={}));const IconMode$1=IconMode,defaultThemeBase='.sapThemeMetaData-Base-baseLib{background-image:url(\'data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "15.0.8"}, "Version": { "Build": "11.29.3.20250417070835", "Source": "11.29.3"}}\')}:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "15.0.8"},"Version":{"Build": "11.29.3.20250417070835","Source": "11.29.3"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #5b738b;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #96ccff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #3b9ffe;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #168eff;--sapChart_Sequence_1_Minus1: #077cea;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #077cea;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #06559e;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #054887;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #043b6e;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #623c00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #2f13a8;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapFontUrl_SAP-icons_ttf: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff);--sapSapThemeId: sap_horizon;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px}@font-face{font-family:SAP-icons;src:url(../sap_horizon/fonts/SAP-icons.woff2) format("woff2"),url(../sap_horizon/fonts/SAP-icons.woff) format("woff"),url(../sap_horizon/fonts/SAP-icons.ttf) format("truetype"),local("SAP-icons");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-TNT;src:url(../sap_horizon/fonts/SAP-icons-TNT.woff2) format("woff2"),url(../sap_horizon/fonts/SAP-icons-TNT.woff) format("woff"),url(../sap_horizon/fonts/SAP-icons-TNT.ttf) format("truetype"),local("SAP-icons-TNT");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-Business-Suite;src:url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2) format("woff2"),url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff) format("woff"),url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf) format("truetype"),local("SAP-icons-Business-Suite_woff2");font-weight:400;font-style:normal}@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular.woff) format("woff"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular-full.woff) format("woff")}@font-face{font-family:"72-Bold";src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Boldfull";src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72-Semibold";src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Semiboldfull";src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72-SemiboldDuplex";src:url(../baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex.woff) format("woff"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-SemiboldDuplexfull";src:url(../baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex-full.woff) format("woff")}@font-face{font-family:"72-Light";src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Lightfull";src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72Black";src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Blackfull";src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72-BoldItalic";src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic-full.woff) format("woff")}@font-face{font-family:"72-Condensed";src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed-full.woff) format("woff");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-CondensedBold";src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold-full.woff) format("woff")}@font-face{font-family:"72-Italic";src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic-full.woff) format("woff")}@font-face{font-family:"72Mono";src:url(../baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular.woff) format("woff"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Monofull";src:url(../baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular-full.woff) format("woff")}@font-face{font-family:"72Mono-Bold";src:url(../baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold.woff) format("woff"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Mono-Boldfull";src:url(../baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold-full.woff) format("woff")}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}\n',defaultTheme=':root{--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-15-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-15-0-avatar-border-radius-img-deduction: .0625rem;--ui5-v2-15-0-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-v2-15-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-15-0-avatar-placeholder-color: var(--ui5-v2-15-0-avatar-initials-color);--_ui5-v2-15-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--_ui5-v2-15-0_avatar_focus_offset: .1875rem;--ui5-v2-15-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_avatar_fontsize_XS: 1rem;--_ui5-v2-15-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-15-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-15-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-15-0_avatar_fontsize_XL: 3rem;--ui5-v2-15-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-15-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-15-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-15-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-15-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-15-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-15-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-15-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-15-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-15-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-15-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-15-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-15-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-15-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-15-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-15-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-15-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-15-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-15-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-15-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-15-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-15-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-15-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-15-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-15-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-15-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-15-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-15-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-15-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5-v2-15-0_avatar_icon_XS: var(--_ui5-v2-15-0_avatar_fontsize_XS);--_ui5-v2-15-0_avatar_icon_S: var(--_ui5-v2-15-0_avatar_fontsize_S);--_ui5-v2-15-0_avatar_icon_M: var(--_ui5-v2-15-0_avatar_fontsize_M);--_ui5-v2-15-0_avatar_icon_L: var(--_ui5-v2-15-0_avatar_fontsize_L);--_ui5-v2-15-0_avatar_icon_XL: var(--_ui5-v2-15-0_avatar_fontsize_XL);--_ui5-v2-15-0_avatar_group_button_focus_border: none;--_ui5-v2-15-0_avatar_group_padding: .3rem;--_ui5-v2-15-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-15-0-tag-height: 1rem;--_ui5-v2-15-0-tag-icon-width: .75rem;--ui5-v2-15-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-15-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-15-0-tag-information-text-shadow: var(--ui5-v2-15-0-tag-text-shadow);--ui5-v2-15-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-15-0-tag-height_size_l: 1.5rem;--_ui5-v2-15-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-15-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-15-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-15-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-15-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-15-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-15-0-tag-text-transform: none;--_ui5-v2-15-0-tag-icon-gap: .25rem;--_ui5-v2-15-0-tag-font-weight: normal;--_ui5-v2-15-0-tag-letter-spacing: normal;--ui5-v2-15-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--_ui5-v2-15-0_bar_base_height: 2.75rem;--_ui5-v2-15-0_bar_subheader_height: 3rem;--_ui5-v2-15-0_bar-start-container-padding-start: 1rem;--_ui5-v2-15-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-15-0_bar-end-container-padding-end: 1rem;--_ui5-v2-15-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-15-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-15-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-15-0-button-badge-diameter: .75rem;--_ui5-v2-15-0-calendar-legend-root-padding: .75rem;--_ui5-v2-15-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-15-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-15-0-calendar-legend-item-box-dot-display: block;--_ui5-v2-15-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-15-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-15-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-15-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-15-0_card_header_title_font_weight: normal;--_ui5-v2-15-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-15-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_card_header_focus_offset: 0px;--_ui5-v2-15-0_card_header_focus_radius: var(--_ui5-v2-15-0_card_border-radius);--_ui5-v2-15-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-15-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-15-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-15-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-15-0_card_header_border: none;--_ui5-v2-15-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-15-0_card_border: none;--ui5-v2-15-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-15-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-15-0_carousel_button_size: 2.5rem;--ui5-v2-15-0_carousel_inactive_dot_size: .25rem;--ui5-v2-15-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-15-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-15-0_checkbox_transition: unset;--_ui5-v2-15-0_checkbox_border_radius: 0;--_ui5-v2-15-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_checkbox_outer_hover_background: transparent;--_ui5-v2-15-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-15-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-15-0_checkbox_wrapped_focus_padding: .5rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-15-0_checkbox_focus_position);--_ui5-v2-15-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-15-0_checkbox_compact_width_height: 2rem;--_ui5-v2-15-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-15-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_wrapper_padding);--_ui5-v2-15-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_checkbox_default_focus_border: none;--_ui5-v2-15-0_checkbox_focus_outline_display: block;--_ui5-v2-15-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-15-0_checkbox_width_height: 2.75rem;--_ui5-v2-15-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-15-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-15-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-15-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_checkbox_focus_position: .3125rem;--_ui5-v2-15-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-15-0_checkbox_right_focus_distance: .3125rem;--_ui5-v2-15-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-15-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 9.5rem;--_ui5-v2-15-0_color-palette-button-height: 3rem;--_ui5-v2-15-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-15-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-15-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-15-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-15-0_color-palette-item-selected-focused-border: none;--_ui5-v2-15-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-15-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-15-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-15-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-15-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-15-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-15-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-15-0-datepicker_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_margin: 2px;--_ui5-v2-15-0_daypicker_item_border: none;--_ui5-v2-15-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_background: transparent;--_ui5-v2-15-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-15-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-15-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-15-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-15-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-15-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-15-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-15-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-15-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-15-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-15-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-15-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-15-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-15-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-15-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-15-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-15-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-15-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-15-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-15-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-15-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-15-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-15-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-15-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-15-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-15-0_daypicker_special_day_border_top: none;--_ui5-v2-15-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-15-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-15-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-15-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-15-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-15-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-15-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_file_uploader_display_input_width: calc(100% - var(--_ui5-v2-15-0_input_icon_width));--_ui5-v2-15-0_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5-v2-15-0_input_icon_width) - var(--_ui5-v2-15-0_input_inner_space_to_tokenizer));--_ui5-v2-15-0_table_cell_valign: center;--_ui5-v2-15-0_table_cell_min_width: 2.75rem;--_ui5-v2-15-0_table_navigated_cell_width: .25rem;--_ui5-v2-15-0_first_table_cell_horizontal_padding: 1rem;--_ui5-v2-15-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-15-0_table_cell_vertical_padding: .25rem;--_ui5-v2-15-0_table_row_actions_gap: .25rem;--ui5-v2-15-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-15-0-form-item-label-justify: end;--ui5-v2-15-0-form-item-label-justify-span12: start;--ui5-v2-15-0-form-item-label-padding: .125rem 0;--ui5-v2-15-0-form-item-label-padding-end: .85rem;--ui5-v2-15-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-15-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-15-0-icon-focus-border-radius: .25rem;--_ui5-v2-15-0_input_width: 13.125rem;--_ui5-v2-15-0_input_min_width: 2.75rem;--_ui5-v2-15-0_input_height: var(--sapElement_Height);--_ui5-v2-15-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_background_color: var(--sapField_Background);--_ui5-v2-15-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_placeholder_style: italic;--_ui5-v2-15-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_bottom_border_height: 0;--_ui5-v2-15-0_input_bottom_border_color: transparent;--_ui5-v2-15-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_input_state_border_width: .125rem;--_ui5-v2-15-0_input_information_border_width: .125rem;--_ui5-v2-15-0_input_error_font_weight: normal;--_ui5-v2-15-0_input_warning_font_weight: normal;--_ui5-v2-15-0_input_focus_border_width: 1px;--_ui5-v2-15-0_input_error_warning_font_style: inherit;--_ui5-v2-15-0_input_error_warning_text_indent: 0;--_ui5-v2-15-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-15-0_input_readonly_border: none;--_ui5-v2-15-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-15-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-15-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_input_icon_min_width: 2.25rem;--_ui5-v2-15-0_input_compact_min_width: 2rem;--_ui5-v2-15-0_input_transition: none;--_ui5-v2-15-0-input-value-state-icon-display: none;--_ui5-v2-15-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_value_state_success_border_width: 1px;--_ui5-v2-15-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-15-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--ui5-v2-15-0_input_focus_pseudo_element_content: "";--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_icon_width: 2.25rem;--_ui5-v2-15-0-input-icons-count: 0;--_ui5-v2-15-0_input_margin_top_bottom: .1875rem;--_ui5-v2-15-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-15-0-input-border: none;--_ui5-v2-15-0_input_hover_border: none;--_ui5-v2-15-0_input_focus_border_radius: .25rem;--_ui5-v2-15-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-15-0_input_error_warning_border_style: none;--_ui5-v2-15-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focus_offset: 0;--_ui5-v2-15-0_input_readonly_focus_offset: .125rem;--_ui5-v2-15-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-15-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-15-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-15-0_input_value_state_success_border_width));--_ui5-v2-15-0_input_icon_color: var(--sapField_TextColor);--_ui5-v2-15-0_input_icon_pressed_bg: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-15-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-15-0_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-15-0_input_icon_border: none;--_ui5-v2-15-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-15-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-15-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-15-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-15-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-15-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-15-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-15-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-15-0_link_focus_text_decoration: underline;--_ui5-v2-15-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-15-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-15-0_link_focused_hover_text_decoration: none;--_ui5-v2-15-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-15-0_link_outline: none;--_ui5-v2-15-0_link_focus_border-radius: .125rem;--_ui5-v2-15-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_subtle_text_decoration: underline;--_ui5-v2-15-0_link_subtle_text_decoration_hover: none;--_ui5-v2-15-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-15-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-15-0-listitem-background-color: var(--sapList_Background);--ui5-v2-15-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-15-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-15-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0-listitembase_disabled_opacity: .5;--_ui5-v2-15-0_product_switch_item_border: none;--_ui5-v2-15-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-15-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_monthpicker_item_margin: .0625rem;--_ui5-v2-15-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-15-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-15-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-15-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-15-0_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5-v2-15-0_message_strip_icon_top: .4375rem;--_ui5-v2-15-0_message_strip_close_button_top: .125rem;--_ui5-v2-15-0_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5-v2-15-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-15-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-15-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-15-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-15-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-15-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-15-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-15-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-15-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-15-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-15-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-15-0_message_strip_close_button_right: .1875rem;--_ui5-v2-15-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_panel_header_height: 2.75rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_panel_button_root_height: 2.75rem;--_ui5-v2-15-0_panel_header_padding_right: .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-15-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-15-0_panel_border_bottom: none;--_ui5-v2-15-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-15-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-15-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-15-0_panel_focus_offset: 0px;--_ui5-v2-15-0_panel_focus_bottom_offset: -1px;--_ui5-v2-15-0_panel_content_padding: .625rem 1rem;--_ui5-v2-15-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-15-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_popup_content_padding_s: 1rem;--_ui5-v2-15-0_popup_content_padding_m_l: 2rem;--_ui5-v2-15-0_popup_content_padding_xl: 3rem;--_ui5-v2-15-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-15-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-15-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-15-0_popup_viewport_margin: 10px;--_ui5-v2-15-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-15-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_popup_header_border: none;--_ui5-v2-15-0_popup_border_radius: .5rem;--_ui5-v2-15-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-15-0_popup_block_layer_opacity: .2;--_ui5-v2-15-0_progress_indicator_bar_border_max: none;--_ui5-v2-15-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-15-0_progress_indicator_side_points_visibility: block;--_ui5-v2-15-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-15-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-15-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-15-0_progress_indicator_host_height: unset;--_ui5-v2-15-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-15-0_progress_indicator_root_position: relative;--_ui5-v2-15-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_root_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_overflow: visible;--_ui5-v2-15-0_progress_indicator_bar_height: .625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-15-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-15-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-15-0_progress_indicator_icon_position: absolute;--_ui5-v2-15-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-15-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-15-0_progress_indicator_value_position: absolute;--_ui5-v2-15-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-15-0_progress_indicator_value_left_position: 0;--_ui5-v2-15-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-15-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-15-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-15-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-15-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-15-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-15-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-15-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-15-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-15-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-15-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-15-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-15-0_progress_indicator_border: none;--_ui5-v2-15-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-15-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-15-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-15-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-15-0_rating_indicator_border_radius: .5rem;--_ui5-v2-15-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_rating_indicator_component_padding: .25rem;--_ui5-v2-15-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-15-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-15-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-15-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Height);--_ui5-v2-15-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-15-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-15-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_focused_border_radius: .375rem;--_ui5-v2-15-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-15-0_button_base_min_width: 2.25rem;--_ui5-v2-15-0_button_base_padding: .5625rem;--_ui5-v2-15-0_button_base_icon_margin: .375rem;--_ui5-v2-15-0_button_text_shadow: none;--_ui5-v2-15-0_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_button_fontFamily: var(--sapButton_FontFamily);--_ui5-v2-15-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_radio_button_min_width: 2.75rem;--_ui5-v2-15-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-15-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-15-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-15-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-15-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-15-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-15-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-15-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-15-0_radio_button_border: none;--_ui5-v2-15-0_radio_button_focus_outline: block;--_ui5-v2-15-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_label_offset: 1px;--_ui5-v2-15-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-15-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-15-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-15-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-15-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-15-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-15-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_radio_button_border_radius: .5rem;--_ui5-v2-15-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-15-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-15-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-15-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-15-0_radio_button_focus_dist: .375rem;--_ui5-v2-15-0_switch_height: 2.75rem;--_ui5-v2-15-0_switch_foucs_border_size: 1px;--_ui5-v2-15-0-switch-root-border-radius: 0;--_ui5-v2-15-0-switch-root-box-shadow: none;--_ui5-v2-15-0_switch_track_border_radius: .75rem;--_ui5-v2-15-0-switch-track-border: 1px solid;--_ui5-v2-15-0_switch_track_transition: none;--_ui5-v2-15-0_switch_handle_border_radius: 1rem;--_ui5-v2-15-0-switch-slider-texts-display: inline;--_ui5-v2-15-0_switch_width: 2.5rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_focus_outline: none;--_ui5-v2-15-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-15-0_switch_root_outline_top: .5rem;--_ui5-v2-15-0_switch_root_outline_bottom: .5rem;--_ui5-v2-15-0_switch_root_outline_left: -.125rem;--_ui5-v2-15-0_switch_root_outline_right: -.125rem;--_ui5-v2-15-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-15-0_switch_track_width: 2.5rem;--_ui5-v2-15-0_switch_track_height: 1.5rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-15-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-15-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-15-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-15-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-15-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-15-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-15-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-15-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-15-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-15-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_track_icon_display: inline-block;--_ui5-v2-15-0_switch_handle_width: 1.5rem;--_ui5-v2-15-0_switch_handle_height: 1.25rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_border: var(--_ui5-v2-15-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_border_width: .125rem;--_ui5-v2-15-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-15-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-15-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-15-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-15-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-15-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_left: .0625rem;--_ui5-v2-15-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-15-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_switch_text_width: 1.25rem;--_ui5-v2-15-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-15-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_text_inactive_left: .1875rem;--_ui5-v2-15-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_inactive_right: auto;--_ui5-v2-15-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-15-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-15-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-15-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-15-0_switch_text_overflow: hidden;--_ui5-v2-15-0_switch_text_z_index: 1;--_ui5-v2-15-0_switch_text_hidden: hidden;--_ui5-v2-15-0_switch_text_min_width: none;--_ui5-v2-15-0_switch_icon_width: 1rem;--_ui5-v2-15-0_switch_icon_height: 1rem;--_ui5-v2-15-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_select_icon_width: 2.25rem;--_ui5-v2-15-0_select_hover_icon_left_border: none;--_ui5-v2-15-0_select_icon_wrapper_height: calc(100% - .0625rem) ;--_ui5-v2-15-0_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_ui5-v2-15-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-15-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-15-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_split_text_button_border_color: transparent;--_ui5-v2-15-0_split_text_button_background_color: transparent;--_ui5-v2-15-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_split_button_focused_border_radius: .375rem;--_ui5-v2-15-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-15-0_split_button_middle_separator_hover_display: none;--_ui5-v2-15-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-15-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-15-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-15-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-15-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-15-0_split_button_positive_separator_color: transparent;--_ui5-v2-15-0_split_button_negative_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-15-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_header_height_text_only: var(--_ui5-v2-15-0_tc_item_text_only_height);--_ui5-v2-15-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-15-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-15-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_headeritem_padding: 1rem;--_ui5-v2-15-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-15-0_tc_headeritem_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5-v2-15-0_tc_headerItem_transition: none;--_ui5-v2-15-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-15-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-15-0_tc_headerItemContent_border_height: 0;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-15-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-15-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-15-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-15-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-15-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-15-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-15-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-15-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-15-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-15-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-15-0_tc_overflowItem_indent: .5rem;--_ui5-v2-15-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-15-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_headerItem_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-15-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-15-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-15-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-15-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-15-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-15-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-15-0_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5-v2-15-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-15-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-15-0_text_max_lines: initial;--_ui5-v2-15-0_textarea_state_border_width: .125rem;--_ui5-v2-15-0_textarea_information_border_width: .125rem;--_ui5-v2-15-0_textarea_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_disabled_opacity: .4;--_ui5-v2-15-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-15-0_textarea_min_height: 2.25rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-15-0_textarea_hover_border: none;--_ui5-v2-15-0_textarea_focus_border_radius: .25rem;--_ui5-v2-15-0_textarea_error_warning_border_style: none;--_ui5-v2-15-0_textarea_line_height: 1.5;--_ui5-v2-15-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_textarea_focus_offset: 0;--_ui5-v2-15-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-15-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-15-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_inner_width: calc(100% - (2 * var(--_ui5-v2-15-0_textarea_wrapper_padding)));--_ui5-v2-15-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-15-0_textarea_padding_top_information: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-15-0_textarea_readonly_border_style: dashed;--_ui5-v2-15-0-time_picker_border_radius: .25rem;--_ui5-v2-15-0_toast_vertical_offset: 3rem;--_ui5-v2-15-0_toast_horizontal_offset: 2rem;--_ui5-v2-15-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-15-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-15-0_toast_offset_width: -.1875rem;--_ui5-v2-15-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-15-0_yearpicker_item_margin: .0625rem;--_ui5-v2-15-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-15-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-15-0_calendar_header_arrow_button_border: none;--_ui5-v2-15-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-15-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-15-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-15-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_token_right_margin: .3125rem;--_ui5-v2-15-0_token_left_padding: .3125rem;--_ui5-v2-15-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_focus_offset: -.25rem;--_ui5-v2-15-0_token_focus_outline_width: .0625rem;--_ui5-v2-15-0_token_selected_focus_outline: none;--_ui5-v2-15-0_token_focus_outline: none;--_ui5-v2-15-0_token_outline_offset: .125rem;--ui5-v2-15-0_token_focus_pseudo_element_content: "";--_ui5-v2-15-0_token_border_radius: .375rem;--_ui5-v2-15-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-15-0_token_text_color: var(--sapTextColor);--_ui5-v2-15-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-15-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-15-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-15-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-15-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-15-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_progress_border: none;--_ui5-v2-15-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-15-0_slider_inner_height: .25rem;--_ui5-v2-15-0_slider_outer_height: 1.6875rem;--_ui5-v2-15-0_slider_progress_border_radius: .25rem;--_ui5-v2-15-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_handle_outline_offset: .075rem;--_ui5-v2-15-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-15-0_slider_disabled_opacity: .4;--_ui5-v2-15-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_range_slider_handle_background_focus: transparent;--_ui5-v2-15-0_slider_progress_box_sizing: content-box;--_ui5-v2-15-0_range_slider_focus_outline_width: 100%;--_ui5-v2-15-0_slider_progress_outline_offset_left: 0;--_ui5-v2-15-0_range_slider_focus_outline_radius: 0;--_ui5-v2-15-0_slider_progress_container_top: 0;--_ui5-v2-15-0_slider_progress_height: 100%;--_ui5-v2-15-0_slider_active_progress_border: none;--_ui5-v2-15-0_slider_active_progress_left: 0;--_ui5-v2-15-0_slider_active_progress_top: 0;--_ui5-v2-15-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-15-0_slider_progress_container_top);--_ui5-v2-15-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-15-0_slider_progress_height);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-15-0_slider_active_progress_border);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-15-0_slider_active_progress_left);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-15-0_slider_active_progress_top);--_ui5-v2-15-0_slider_handle_focus_visibility: none;--_ui5-v2-15-0_slider_handle_icon_size: 1rem;--_ui5-v2-15-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-15-0_slider_progress_container_dot_display: block;--_ui5-v2-15-0_slider_inner_min_width: 4rem;--_ui5-v2-15-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-15-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-15-0_slider_handle_icon_display: inline-block;--_ui5-v2-15-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-15-0_slider_handle_border_radius: .5rem;--_ui5-v2-15-0_slider_handle_height: 1.5rem;--_ui5-v2-15-0_slider_handle_width: 2rem;--_ui5-v2-15-0_slider_handle_top: -.625rem;--_ui5-v2-15-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-15-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-15-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_slider_handle_outline: none;--_ui5-v2-15-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-15-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-15-0_slider_tooltip_border: none;--_ui5-v2-15-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-15-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-15-0_range_slider_progress_focus_display: block;--_ui5-v2-15-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-15-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_min_width: 2rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_slider_handle_focus_width: 1px;--_ui5-v2-15-0_slider_start_end_point_size: .5rem;--_ui5-v2-15-0_slider_start_end_point_left: -.75rem;--_ui5-v2-15-0_slider_start_end_point_top: -.125rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_slider_tooltip_border_box: border-box;--_ui5-v2-15-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_range_slider_active_handle_icon_display: none;--_ui5-v2-15-0_range_slider_progress_focus_top: -15px;--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-15-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-15-0_slider_handle_hover_background);--_ui5-v2-15-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-15-0_slider_tickmark_height: .5rem;--_ui5-v2-15-0_slider_tickmark_top: -2px;--_ui5-v2-15-0_slider_handle_box_sizing: border-box;--_ui5-v2-15-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-15-0_slider_tooltip_bottom: 2rem;--_ui5-v2-15-0_value_state_message_border: none;--_ui5-v2-15-0_value_state_header_border: none;--_ui5-v2-15-0_input_value_state_icon_offset: .5rem;--_ui5-v2-15-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-15-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-15-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-15-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-15-0_value_state_message_popover_header_min_height: 2rem;--_ui5-v2-15-0_value_state_message_popover_header_min_width: 6rem;--_ui5-v2-15-0_value_state_message_popover_header_max_width: 22rem;--_ui5-v2-15-0_value_state_message_popover_header_width: auto;--_ui5-v2-15-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-15-0_value_state_header_border_bottom: none;--_ui5-v2-15-0_input_value_state_icon_display: inline-block;--_ui5-v2-15-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_value_state_message_icon_width: 1rem;--_ui5-v2-15-0_value_state_message_icon_height: 1rem;--_ui5-v2-15-0_value_state_header_offset: -.25rem;--_ui5-v2-15-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-15-0_value_state_message_line_height: 1.125rem;--_ui5-v2-15-0-toolbar-padding-left: .5rem;--_ui5-v2-15-0-toolbar-padding-right: .5rem;--_ui5-v2-15-0-toolbar-item-margin-left: 0;--_ui5-v2-15-0-toolbar-item-margin-right: .25rem;--_ui5-v2-15-0_step_input_min_width: 7.25rem;--_ui5-v2-15-0_step_input_padding: 2.5rem;--_ui5-v2-15-0_step_input_input_error_background_color: inherit;--_ui5-v2-15-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_step_input_border_style: none;--_ui5-v2-15-0_step_input_border_style_hover: none;--_ui5-v2-15-0_step_input_button_background_color: transparent;--_ui5-v2-15-0_step_input_input_border: none;--_ui5-v2-15-0_step_input_input_margin_top: 0;--_ui5-v2-15-0_step_input_button_display: inline-flex;--_ui5-v2-15-0_step_input_button_left: 0;--_ui5-v2-15-0_step_input_button_right: 0;--_ui5-v2-15-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-15-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-15-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-15-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-15-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-15-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-15-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-15-0_step_input_disabled_button_background: none;--_ui5-v2-15-0_step_input_border_color_hover: none;--_ui5-v2-15-0_step_input_border_hover: none;--_ui5-v2-15-0_input_input_background_color: transparent;--_ui5-v2-15-0_load_more_padding: 0;--_ui5-v2-15-0_load_more_border: 1px top solid transparent;--_ui5-v2-15-0_load_more_border_radius: none;--_ui5-v2-15-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-15-0_calendar_height: 24.5rem;--_ui5-v2-15-0_calendar_width: 20rem;--_ui5-v2-15-0_calendar_left_right_padding: .5rem;--_ui5-v2-15-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-15-0_calendar_header_height: 3rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-15-0_calendar_header_padding: .25rem 0;--_ui5-v2-15-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-15-0_checkbox_icon_size: 1rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-15-0_day_picker_item_width: 2.25rem;--_ui5-v2-15-0_day_picker_item_height: 2.875rem;--_ui5-v2-15-0_day_picker_empty_height: 3rem;--_ui5-v2-15-0_day_picker_item_justify_content: space-between;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-15-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-15-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-15-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-15-0_color_picker_sliders_height: 3rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-15-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-15-0-color_channel_margin_top: .25rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-15-0_datetime_picker_width: 40.0625rem;--_ui5-v2-15-0_datetime_picker_height: 25rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-15-0_dialog_content_min_height: 2.75rem;--_ui5-v2-15-0_dialog_footer_height: 2.75rem;--_ui5-v2-15-0_input_inner_padding: 0 .625rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-15-0_list_no_data_height: 3rem;--_ui5-v2-15-0_list_item_cb_margin_right: 0;--_ui5-v2-15-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_item_img_size: 3rem;--_ui5-v2-15-0_list_item_img_top_margin: .5rem;--_ui5-v2-15-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-15-0_list_item_img_hn_margin: .75rem;--_ui5-v2-15-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-15-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1.125rem;--_ui5-v2-15-0_list_item_icon_padding-inline-end: .75rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_group_header_list_item_height: 2.75rem;--_ui5-v2-15-0_month_picker_item_height: 3rem;--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_form_item_min_height: 2.813rem;--_ui5-v2-15-0_form_item_padding: .65rem;--_ui5-v2-15-0-form-group-heading-height: 2.75rem;--_ui5-v2-15-0_popup_default_header_height: 2.75rem;--_ui5-v2-15-0_year_picker_item_height: 3rem;--_ui5-v2-15-0_tokenizer_padding: .25rem;--_ui5-v2-15-0_token_height: 1.625rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .25rem .5rem;--_ui5-v2-15-0_tl_bubble_padding: 1rem;--_ui5-v2-15-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-15-0_tc_item_text: 3rem;--_ui5-v2-15-0_tc_item_height: 4.75rem;--_ui5-v2-15-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-15-0_tc_item_icon_size: 1.25rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-15-0_textarea_margin: .25rem 0;--_ui5-v2-15-0_radio_button_height: 2.75rem;--_ui5-v2-15-0_radio_button_label_side_padding: .875rem;--_ui5-v2-15-0_radio_button_inner_size: 2.75rem;--_ui5-v2-15-0_radio_button_svg_size: 1.375rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.75rem;--_ui5-v2-15-0-tree-indent-step: 1.5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-15-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-15-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-15-0-toolbar-separator-height: 2rem;--_ui5-v2-15-0-toolbar-height: 2.75rem;--_ui5-v2-15-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_split_button_middle_separator_top: .625rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-height: 1.75rem;--_ui5-v2-15-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 12rem;--_ui5-v2-15-0_textarea_padding_top: .5rem;--_ui5-v2-15-0_textarea_padding_bottom: .4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_input_min_width: 2rem;--_ui5-v2-15-0_input_icon_width: 2rem;--_ui5-v2-15-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_radio_button_min_width: 2rem;--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-15-0_radio_button_focus_dist: .1875rem;--_ui5-v2-15-0_switch_height: 2rem;--_ui5-v2-15-0_switch_width: 2.75rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_root_outline_top: .25rem;--_ui5-v2-15-0_switch_root_outline_bottom: .25rem;--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-15-0_switch_track_width: 2.75rem;--_ui5-v2-15-0_switch_track_height: 1.25rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_width: 1.25rem;--_ui5-v2-15-0_switch_handle_height: 1rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1rem;--_ui5-v2-15-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-15-0_switch_text_width: 1rem;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_select_icon_width: 2rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-15-0_textarea_min_height: 1.625rem;--_ui5-v2-15-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-15-0_textarea_padding_top_information: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-15-0_tokenizer_gap: .375em .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-15-0_slider_handle_icon_size: .875rem;--_ui5-v2-15-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-15-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_bar_base_height: 2.5rem;--_ui5-v2-15-0_bar_subheader_height: 2.25rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_button_base_padding: .4375rem;--_ui5-v2-15-0_button_base_min_width: 2rem;--_ui5-v2-15-0-button-badge-diameter: .625rem;--_ui5-v2-15-0_calendar_height: 18rem;--_ui5-v2-15-0_calendar_width: 17.75rem;--_ui5-v2-15-0_calendar_left_right_padding: .25rem;--_ui5-v2-15-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-15-0_calendar_header_height: 2rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-15-0_calendar_header_padding: 0;--_ui5-v2-15-0-calendar-legend-root-padding: .5rem;--_ui5-v2-15-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-15-0_checkbox_root_side_padding: var(--_ui5-v2-15-0_checkbox_wrapped_focus_padding);--_ui5-v2-15-0_checkbox_width_height: var(--_ui5-v2-15-0_checkbox_compact_width_height);--_ui5-v2-15-0_checkbox_wrapper_padding: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_checkbox_inner_width_height: var(--_ui5-v2-15-0_checkbox_compact_inner_size);--_ui5-v2-15-0_checkbox_icon_size: .75rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-15-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-15-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-15-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-15-0-color_channel_margin_top: 0rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_day_picker_item_width: 2rem;--_ui5-v2-15-0_day_picker_item_height: 2rem;--_ui5-v2-15-0_day_picker_empty_height: 2.125rem;--_ui5-v2-15-0_day_picker_item_justify_content: flex-end;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-15-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-15-0_datetime_picker_height: 20.5rem;--_ui5-v2-15-0_datetime_picker_width: 35.5rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-15-0_dialog_content_min_height: 2.5rem;--_ui5-v2-15-0_dialog_footer_height: 2.5rem;--_ui5-v2-15-0_form_item_min_height: 2rem;--_ui5-v2-15-0_form_item_padding: .25rem;--_ui5-v2-15-0-form-group-heading-height: 2rem;--_ui5-v2-15-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_input_inner_padding: 0 .5rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-15-0_input_icon_min_width: var(--_ui5-v2-15-0_input_compact_min_width);--_ui5-v2-15-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-15-0_popup_default_header_height: 2.5rem;--_ui5-v2-15-0_textarea_margin: .1875rem 0;--_ui5-v2-15-0_list_no_data_height: 2rem;--_ui5-v2-15-0_list_item_cb_margin_right: .5rem;--_ui5-v2-15-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_img_top_margin: .55rem;--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-15-0_list_item_base_height: 2rem;--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_month_picker_item_height: 2rem;--_ui5-v2-15-0_year_picker_item_height: 2rem;--_ui5-v2-15-0_panel_header_height: 2rem;--_ui5-v2-15-0_panel_button_root_height: 2rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_token_height: 1.25rem;--_ui5-v2-15-0_token_right_margin: .25rem;--_ui5-v2-15-0_token_left_padding: .25rem;--_ui5-v2-15-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-15-0_token_focus_offset: -.125rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .375rem .375rem;--_ui5-v2-15-0_token_outline_offset: -.125rem;--_ui5-v2-15-0_tl_bubble_padding: .5rem;--_ui5-v2-15-0_tl_padding: .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: .5rem;--_ui5-v2-15-0_tc_item_text: 2rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-15-0_tc_item_height: 4rem;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-15-0_tc_item_icon_size: 1rem;--_ui5-v2-15-0_radio_button_height: 2rem;--_ui5-v2-15-0_radio_button_label_side_padding: .5rem;--_ui5-v2-15-0_radio_button_inner_size: 2rem;--_ui5-v2-15-0_radio_button_svg_size: 1rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-15-0_slider_handle_height: 1.25rem;--_ui5-v2-15-0_slider_handle_width: 1.5rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-15-0_slider_outer_height: 1.3125rem;--_ui5-v2-15-0_step_input_min_width: 6rem;--_ui5-v2-15-0_step_input_padding: 2rem;--_ui5-v2-15-0-tree-indent-step: .5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2rem;--_ui5-v2-15-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-15-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-15-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-15-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-15-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-15-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-15-0_vsd_header_container: 2.5rem;--_ui5-v2-15-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-15-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-15-0-toolbar-separator-height: 1.5rem;--_ui5-v2-15-0-toolbar-height: 2rem;--_ui5-v2-15-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_textarea_padding_top: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom: .125rem;--_ui5-v2-15-0_checkbox_focus_position: .125rem;--_ui5-v2-15-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0_slider_handle_top: -.5rem;--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-15-0_color-palette-item-height: 1.25rem;--_ui5-v2-15-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 8.75rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 7.5rem;--_ui5-v2-15-0_color-palette-button-height: 2rem;--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-15-0_rotation_90deg: rotate(90deg);--_ui5-v2-15-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-15-0_icon_transform_scale: none;--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-15-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-15-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-15-0_dialog_resize_cursor: se-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: .125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-15-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_minus_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-15-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-15-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-15-0_dialog_resize_cursor:sw-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: 0px;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const iconCss=':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-15-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-15-0_icon_transform_scale);transform-origin:center}\n';var __decorate$H=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const ICON_NOT_FOUND="ICON_NOT_FOUND";let Icon=class extends b$5{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onkeydown(e){this.mode===IconMode$1.Interactive&&(b$4(e)&&this.fireDecoratorEvent("click"),A$3(e)&&e.preventDefault())}_onkeyup(e){this.mode===IconMode$1.Interactive&&A$3(e)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===IconMode$1.Decorative?"true":void 0}get _tabIndex(){return this.mode===IconMode$1.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case IconMode$1.Interactive:return"button";case IconMode$1.Decorative:return"presentation";default:return"img"}}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}async onBeforeRendering(){var e;const t=this.name;if(!t)return;let o=D$1(t);if(o||(o=await n$7(t)),!o)return this.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${this.name}`);if(o===ICON_NOT_FOUND)return this.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${t.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(this.viewBox=o.viewBox||"0 0 512 512","customTemplate"in o&&o.customTemplate&&(this.customTemplate=n$g(o.customTemplate,this)),"customTemplateAsString"in o&&(this.customTemplateAsString=o.customTemplateAsString),this.invalid=!1,"pathData"in o&&o.pathData&&(this.pathData=Array.isArray(o.pathData)?o.pathData:[o.pathData]),this.accData=o.accData,this.ltr=o.ltr,this.packageName=o.packageName,this.accessibleName)this.effectiveAccessibleName=this.accessibleName;else if(this.accData)if(this.packageName){const e=await f$a(this.packageName);this.effectiveAccessibleName=e.getText(this.accData)||void 0}else this.effectiveAccessibleName=(null==(e=this.accData)?void 0:e.defaultText)||void 0;else this.effectiveAccessibleName=void 0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}};__decorate$H([s$6()],Icon.prototype,"design",void 0),__decorate$H([s$6()],Icon.prototype,"name",void 0),__decorate$H([s$6()],Icon.prototype,"accessibleName",void 0),__decorate$H([s$6({type:Boolean})],Icon.prototype,"showTooltip",void 0),__decorate$H([s$6()],Icon.prototype,"mode",void 0),__decorate$H([s$6({type:Array})],Icon.prototype,"pathData",void 0),__decorate$H([s$6({type:Object,noAttribute:!0})],Icon.prototype,"accData",void 0),__decorate$H([s$6({type:Boolean})],Icon.prototype,"invalid",void 0),__decorate$H([s$6({noAttribute:!0})],Icon.prototype,"effectiveAccessibleName",void 0),Icon=__decorate$H([m$8({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:y$4,template:IconTemplate,styles:iconCss}),l$b("click",{bubbles:!0})],Icon),Icon.define();const Icon$1=Icon;var BusyIndicatorTextPlacement;!function(e){e.Top="Top",e.Bottom="Bottom"}(BusyIndicatorTextPlacement||(BusyIndicatorTextPlacement={}));const BusyIndicatorTextPlacement$1=BusyIndicatorTextPlacement,BUSY_INDICATOR_TITLE={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},BUTTON_ARIA_TYPE_ACCEPT={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},BUTTON_ARIA_TYPE_REJECT={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},BUTTON_ARIA_TYPE_EMPHASIZED={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Emphasized"},BUTTON_ARIA_TYPE_ATTENTION={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},BUTTON_BADGE_ONE_ITEM={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},BUTTON_BADGE_MANY_ITEMS={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},DATEPICKER_OPEN_ICON_TITLE={key:"DATEPICKER_OPEN_ICON_TITLE",defaultText:"Open Picker"},DATEPICKER_DATE_DESCRIPTION={key:"DATEPICKER_DATE_DESCRIPTION",defaultText:"Date Input"},DATEPICKER_POPOVER_ACCESSIBLE_NAME={key:"DATEPICKER_POPOVER_ACCESSIBLE_NAME",defaultText:"Choose Date for {0}"},DATETIME_COMPONENTS_PLACEHOLDER_PREFIX={key:"DATETIME_COMPONENTS_PLACEHOLDER_PREFIX",defaultText:"e.g."},EMPTY_INDICATOR_SYMBOL={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"–"},EMPTY_INDICATOR_ACCESSIBLE_TEXT={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},EXPANDABLE_TEXT_SHOW_MORE={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},EXPANDABLE_TEXT_SHOW_LESS={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},EXPANDABLE_TEXT_CLOSE={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},GROUP_HEADER_TEXT={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},SELECT_ROLE_DESCRIPTION={key:"SELECT_ROLE_DESCRIPTION",defaultText:"Listbox"},INPUT_SUGGESTIONS={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},INPUT_SUGGESTIONS_TITLE={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"Select"},INPUT_SUGGESTIONS_ONE_HIT={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},INPUT_SUGGESTIONS_MORE_HITS={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},INPUT_SUGGESTIONS_NO_HIT={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},INPUT_CLEAR_ICON_ACC_NAME={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},INPUT_SUGGESTIONS_OK_BUTTON={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},INPUT_SUGGESTIONS_CANCEL_BUTTON={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},LINK_SUBTLE={key:"LINK_SUBTLE",defaultText:"Subtle"},LINK_EMPHASIZED={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},LIST_ITEM_POSITION={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},LIST_ITEM_SELECTED={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},LIST_ITEM_GROUP_HEADER={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},LIST_ROLE_LIST_GROUP_DESCRIPTION={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},LIST_ROLE_LISTBOX_GROUP_DESCRIPTION={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},ARIA_LABEL_LIST_SELECTABLE={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},ARIA_LABEL_LIST_MULTISELECTABLE={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},ARIA_LABEL_LIST_DELETABLE={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},INPUT_AVALIABLE_VALUES={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},SEGMENTEDBUTTON_ARIA_DESCRIPTION={key:"SEGMENTEDBUTTON_ARIA_DESCRIPTION",defaultText:"Segmented button group"},SEGMENTEDBUTTON_ARIA_DESCRIBEDBY={key:"SEGMENTEDBUTTON_ARIA_DESCRIBEDBY",defaultText:"Press SPACE or ENTER to select an item"},SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION={key:"SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION",defaultText:"Segmented button"},LOAD_MORE_TEXT={key:"LOAD_MORE_TEXT",defaultText:"More"},TEXTAREA_CHARACTERS_LEFT={key:"TEXTAREA_CHARACTERS_LEFT",defaultText:"{0} characters remaining"},TEXTAREA_CHARACTERS_EXCEEDED={key:"TEXTAREA_CHARACTERS_EXCEEDED",defaultText:"{0} characters over limit"},TIMEPICKER_HOURS_LABEL={key:"TIMEPICKER_HOURS_LABEL",defaultText:"Hours"},TIMEPICKER_MINUTES_LABEL={key:"TIMEPICKER_MINUTES_LABEL",defaultText:"Minutes"},TIMEPICKER_SECONDS_LABEL={key:"TIMEPICKER_SECONDS_LABEL",defaultText:"Seconds"},TIMEPICKER_SUBMIT_BUTTON={key:"TIMEPICKER_SUBMIT_BUTTON",defaultText:"OK"},TIMEPICKER_CANCEL_BUTTON={key:"TIMEPICKER_CANCEL_BUTTON",defaultText:"Cancel"},TIMEPICKER_INPUT_DESCRIPTION={key:"TIMEPICKER_INPUT_DESCRIPTION",defaultText:"Time Input"},TIMEPICKER_POPOVER_ACCESSIBLE_NAME={key:"TIMEPICKER_POPOVER_ACCESSIBLE_NAME",defaultText:"Choose Time for {0}"},TIMEPICKER_CLOCK_DIAL_LABEL={key:"TIMEPICKER_CLOCK_DIAL_LABEL",defaultText:"Clock Dial"},TIMEPICKER_INPUTS_ENTER_HOURS={key:"TIMEPICKER_INPUTS_ENTER_HOURS",defaultText:"Please enter hours"},TIMEPICKER_INPUTS_ENTER_MINUTES={key:"TIMEPICKER_INPUTS_ENTER_MINUTES",defaultText:"Please enter minutes"},TIMEPICKER_INPUTS_ENTER_SECONDS={key:"TIMEPICKER_INPUTS_ENTER_SECONDS",defaultText:"Please enter seconds"},VALUE_STATE_TYPE_ERROR={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},VALUE_STATE_TYPE_WARNING={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},VALUE_STATE_TYPE_SUCCESS={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},VALUE_STATE_TYPE_INFORMATION={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},VALUE_STATE_ERROR={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},VALUE_STATE_WARNING={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},VALUE_STATE_INFORMATION={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},VALUE_STATE_SUCCESS={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},VALUE_STATE_LINK={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},VALUE_STATE_LINK_MAC={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},VALUE_STATE_LINKS={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},VALUE_STATE_LINKS_MAC={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},CALENDAR_HEADER_MONTH_BUTTON={key:"CALENDAR_HEADER_MONTH_BUTTON",defaultText:"Month {0}"},CALENDAR_HEADER_YEAR_BUTTON={key:"CALENDAR_HEADER_YEAR_BUTTON",defaultText:"Year {0}"},CALENDAR_HEADER_YEAR_RANGE_BUTTON={key:"CALENDAR_HEADER_YEAR_RANGE_BUTTON",defaultText:"Year range from {0} to {1}"},CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT",defaultText:"F4"},CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT",defaultText:"Shift + F4"},CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT",defaultText:"Shift + F4"},DAY_PICKER_SELECTED_RANGE_START={key:"DAY_PICKER_SELECTED_RANGE_START",defaultText:"{0} First date of range"},DAY_PICKER_SELECTED_RANGE_BETWEEN={key:"DAY_PICKER_SELECTED_RANGE_BETWEEN",defaultText:"{0} in a selected range"},DAY_PICKER_SELECTED_RANGE_END={key:"DAY_PICKER_SELECTED_RANGE_END",defaultText:"{0} Last date of range"},DAY_PICKER_WEEK_NUMBER_TEXT={key:"DAY_PICKER_WEEK_NUMBER_TEXT",defaultText:"Week Number"},DAY_PICKER_NON_WORKING_DAY={key:"DAY_PICKER_NON_WORKING_DAY",defaultText:"Non-Working Day"},DAY_PICKER_TODAY={key:"DAY_PICKER_TODAY",defaultText:"Today"},MONTH_PICKER_DESCRIPTION={key:"MONTH_PICKER_DESCRIPTION",defaultText:"Month Picker"},YEAR_PICKER_DESCRIPTION={key:"YEAR_PICKER_DESCRIPTION",defaultText:"Year Picker"},YEAR_RANGE_PICKER_DESCRIPTION={key:"YEAR_RANGE_PICKER_DESCRIPTION",defaultText:"Year Range Picker"},STEPINPUT_DEC_ICON_TITLE={key:"STEPINPUT_DEC_ICON_TITLE",defaultText:"Decrease"},STEPINPUT_INC_ICON_TITLE={key:"STEPINPUT_INC_ICON_TITLE",defaultText:"Increase"},DIALOG_HEADER_ARIA_ROLE_DESCRIPTION={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},LABEL_COLON={key:"LABEL_COLON",defaultText:":"},FORM_CHECKABLE_REQUIRED={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},FORM_SELECTABLE_REQUIRED={key:"FORM_SELECTABLE_REQUIRED",defaultText:"Please select an item in the list."},FORM_SELECTABLE_REQUIRED2={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},FORM_TEXTFIELD_REQUIRED={key:"FORM_TEXTFIELD_REQUIRED",defaultText:"Please fill in this field."};function LabelTemplate(){return jsxs("label",{class:"ui5-label-root",onClick:this._onclick,children:[jsx("span",{class:"ui5-label-text-wrapper",children:jsx("slot",{})}),jsx("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const labelCss=':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n';var Label_1,__decorate$G=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Label=Label_1=class extends b$5{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const e=this.getRootNode().querySelector(`[id="${this.for}"]`);e&&e.focus()}get _colonSymbol(){return Label_1.i18nBundle.getText(LABEL_COLON)}};__decorate$G([s$6()],Label.prototype,"for",void 0),__decorate$G([s$6({type:Boolean})],Label.prototype,"showColon",void 0),__decorate$G([s$6({type:Boolean})],Label.prototype,"required",void 0),__decorate$G([s$6()],Label.prototype,"wrappingType",void 0),__decorate$G([i$a("@ui5/webcomponents")],Label,"i18nBundle",void 0),Label=Label_1=__decorate$G([m$8({tag:"ui5-label",renderer:y$4,template:LabelTemplate,styles:labelCss,languageAware:!0})],Label),Label.define();const Label$1=Label;function BusyIndicatorTemplate(){return jsxs("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&jsxs("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&BusyIndicatorBusyText.call(this),jsxs("div",{class:"ui5-busy-indicator-circles-wrapper",children:[jsx("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),jsx("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),jsx("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&BusyIndicatorBusyText.call(this)]}),jsx("slot",{}),this._isBusy&&jsx("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}function BusyIndicatorBusyText(){return jsx(Fragment,{children:this.text&&jsx(Label$1,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const busyIndicatorCss=':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-15-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-15-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n';var BusyIndicator_1,__decorate$F=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let BusyIndicator=BusyIndicator_1=class extends b$5{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),f$d()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return BusyIndicator_1.i18nBundle.getText(BUSY_INDICATOR_TITLE)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Top,bottom:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Bottom}}get hasContent(){return t$6(Array.from(this.children))}onBeforeRendering(){this.active?this._isBusy||this._busyTimeoutId||(this._busyTimeoutId=setTimeout((()=>{delete this._busyTimeoutId,this._isBusy=!0}),Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(e){this._isBusy&&(e.stopImmediatePropagation(),x(e)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(e){this._isBusy&&e.stopImmediatePropagation()}_redirectFocus(e){this.focusForward||(e.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};__decorate$F([s$6()],BusyIndicator.prototype,"text",void 0),__decorate$F([s$6()],BusyIndicator.prototype,"size",void 0),__decorate$F([s$6({type:Boolean})],BusyIndicator.prototype,"active",void 0),__decorate$F([s$6({type:Number})],BusyIndicator.prototype,"delay",void 0),__decorate$F([s$6()],BusyIndicator.prototype,"textPlacement",void 0),__decorate$F([s$6({type:Boolean})],BusyIndicator.prototype,"_isBusy",void 0),__decorate$F([i$a("@ui5/webcomponents")],BusyIndicator,"i18nBundle",void 0),BusyIndicator=BusyIndicator_1=__decorate$F([m$8({tag:"ui5-busy-indicator",languageAware:!0,styles:busyIndicatorCss,renderer:y$4,template:BusyIndicatorTemplate})],BusyIndicator),BusyIndicator.define();const BusyIndicator$1=BusyIndicator;var BusyIndicatorSize;!function(e){e.S="S",e.M="M",e.L="L"}(BusyIndicatorSize||(BusyIndicatorSize={}));const BusyIndicatorSize$1=BusyIndicatorSize;function ButtonTemplate(e){var t,o,a,i,r,n,s,_;return jsxs(Fragment,{children:[jsxs("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===(null==(t=this.badge[0])?void 0:t.design),"ui5-button-badge-placement-end-top":"OverlayText"===(null==(o=this.badge[0])?void 0:o.design),"ui5-button-badge-dot":"AttentionDot"===(null==(a=this.badge[0])?void 0:a.design)},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":null==e?void 0:e.ariaPressed,"aria-valuemin":null==e?void 0:e.ariaValueMin,"aria-valuemax":null==e?void 0:e.ariaValueMax,"aria-valuenow":null==e?void 0:e.ariaValueNow,"aria-valuetext":null==e?void 0:e.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":null==(i=this._computedAccessibilityAttributes)?void 0:i.expanded,"aria-controls":null==(r=this._computedAccessibilityAttributes)?void 0:r.controls,"aria-haspopup":null==(n=this._computedAccessibilityAttributes)?void 0:n.hasPopup,"aria-label":null==(s=this._computedAccessibilityAttributes)?void 0:s.ariaLabel,"aria-keyshortcuts":null==(_=this._computedAccessibilityAttributes)?void 0:_.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&jsx(Icon$1,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),jsx("span",{id:`${this._id}-content`,class:"ui5-button-text",children:jsx("bdi",{children:jsx("slot",{})})}),this.endIcon&&jsx(Icon$1,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&jsx("slot",{name:"badge"})]}),this.loading&&jsx(BusyIndicator$1,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?BusyIndicatorSize$1.S:BusyIndicatorSize$1.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const buttonCss=':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-15-0_button_base_min_width);height:var(--_ui5-v2-15-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-15-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-15-0_button_text_shadow);border-radius:var(--_ui5-v2-15-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-15-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-15-0_button_base_min_width) - var(--_ui5-v2-15-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-15-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}\n';var Button_1$1,__decorate$E=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let isGlobalHandlerAttached$3=!1,activeButton$1=null,Button$2=Button_1$1=class extends b$5{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{activeButton$1&&activeButton$1._setActiveState(!1)},this._onclickBound=e=>{e instanceof CustomEvent||this._onclick(e)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),isGlobalHandlerAttached$3||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$3=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1)}async onBeforeRendering(){this._setBadgeOverlayStyle(),this.hasIcon=!!this.icon,this.hasEndIcon=!!this.endIcon,this.iconOnly=this.isIconOnly;const e=await this.getDefaultTooltip();this.buttonTitle=this.iconOnly?this.tooltip??e:this.tooltip}_setBadgeOverlayStyle(){this.badge.length&&(this.badge[0].design===ButtonBadgeDesign$1.AttentionDot||this.badge[0].design===ButtonBadgeDesign$1.OverlayText)?this._internals.states.add("has-overlay-badge"):this._internals.states.delete("has-overlay-badge")}_onclick(e){var t;if(e.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void e.preventDefault();const{altKey:o,ctrlKey:a,metaKey:i,shiftKey:r}=e;this.fireDecoratorEvent("click",{originalEvent:e,altKey:o,ctrlKey:a,metaKey:i,shiftKey:r})?(this._isSubmit&&i$d(this),this._isReset&&m$b(this),h$5()&&(null==(t=this.getDomRef())||t.focus())):e.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),activeButton$1=this)}_ontouchend(e){(this.disabled||this.loading)&&(e.preventDefault(),e.stopPropagation()),this.active&&this._setActiveState(!1),activeButton$1&&activeButton$1._setActiveState(!1)}_onkeydown(e){this._cancelAction=Ko(e)||m$6(e),A$3(e)||b$4(e)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(e){this._cancelAction&&e.preventDefault(),(A$3(e)||b$4(e))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||this.active&&this._setActiveState(!1)}_setActiveState(e){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=e)}get hasButtonType(){return this.design!==ButtonDesign$1.Default&&this.design!==ButtonDesign$1.Transparent}get isIconOnly(){return!t$6(this.text)}static typeTextMappings(){return{Positive:BUTTON_ARIA_TYPE_ACCEPT,Negative:BUTTON_ARIA_TYPE_REJECT,Emphasized:BUTTON_ARIA_TYPE_EMPHASIZED,Attention:BUTTON_ARIA_TYPE_ATTENTION}}getDefaultTooltip(){if(l$7())return A$1(this.icon)}get buttonTypeText(){return Button_1$1.i18nBundle.getText(Button_1$1.typeTextMappings()[this.design])}get effectiveAccRole(){return n$6(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const e=this.getAttribute("tabindex");return e?Number.parseInt(e):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this.textContent||"",A$2(this)||"",this.hasButtonType?this.buttonTypeText:"",this.effectiveBadgeDescriptionText||""].filter((e=>e)).join(" ")}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const e=this.badge[0].effectiveText;switch(e){case"":return e;case"1":return Button_1$1.i18nBundle.getText(BUTTON_BADGE_ONE_ITEM,e);default:return Button_1$1.i18nBundle.getText(BUTTON_BADGE_MANY_ITEMS,e)}}get _isSubmit(){return this.type===ButtonType$1.Submit||this.submits}get _isReset(){return this.type===ButtonType$1.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ButtonBadgeDesign$1.AttentionDot)}};__decorate$E([s$6()],Button$2.prototype,"design",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"disabled",void 0),__decorate$E([s$6()],Button$2.prototype,"icon",void 0),__decorate$E([s$6()],Button$2.prototype,"endIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"submits",void 0),__decorate$E([s$6()],Button$2.prototype,"tooltip",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleName",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleNameRef",void 0),__decorate$E([s$6({type:Object})],Button$2.prototype,"accessibilityAttributes",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleDescription",void 0),__decorate$E([s$6()],Button$2.prototype,"type",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleRole",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"active",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"iconOnly",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"hasIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"hasEndIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"nonInteractive",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"loading",void 0),__decorate$E([s$6({type:Number})],Button$2.prototype,"loadingDelay",void 0),__decorate$E([s$6({noAttribute:!0})],Button$2.prototype,"buttonTitle",void 0),__decorate$E([s$6({type:Object})],Button$2.prototype,"_iconSettings",void 0),__decorate$E([s$6({noAttribute:!0})],Button$2.prototype,"forcedTabIndex",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"_isTouch",void 0),__decorate$E([s$6({type:Boolean,noAttribute:!0})],Button$2.prototype,"_cancelAction",void 0),__decorate$E([d$5({type:Node,default:!0})],Button$2.prototype,"text",void 0),__decorate$E([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Button$2.prototype,"badge",void 0),__decorate$E([i$a("@ui5/webcomponents")],Button$2,"i18nBundle",void 0),Button$2=Button_1$1=__decorate$E([m$8({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:y$4,template:ButtonTemplate,styles:buttonCss,shadowRootOptions:{delegatesFocus:!0}}),l$b("click",{bubbles:!0,cancelable:!0}),l$b("active-state-change",{bubbles:!0,cancelable:!0})],Button$2),Button$2.define();var o$4=(e=>(e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e))(o$4||{});p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const checkboxCss='.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5-v2-15-0_checkbox_border_radius);transition:var(--_ui5-v2-15-0_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5-v2-15-0_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5-v2-15-0_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5-v2-15-0_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5-v2-15-0_checkbox_root_side_padding);padding-bottom:var(--_ui5-v2-15-0_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5-v2-15-0_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5-v2-15-0_checkbox_inner_warning_border);color:var(--_ui5-v2-15-0_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5-v2-15-0_checkbox_inner_information_border);color:var(--_ui5-v2-15-0_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5-v2-15-0_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5-v2-15-0_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5-v2-15-0_checkbox_width_height);min-width:var(--_ui5-v2-15-0_checkbox_width_height);padding:0 var(--_ui5-v2-15-0_checkbox_wrapper_padding);outline:none;transition:var(--_ui5-v2-15-0_checkbox_transition);border:var(--_ui5-v2-15-0_checkbox_default_focus_border);border-radius:var(--_ui5-v2-15-0_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5-v2-15-0_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5-v2-15-0_checkbox_focus_position);inset-block:var(--_ui5-v2-15-0_checkbox_focus_position);border:var(--_ui5-v2-15-0_checkbox_focus_outline);border-radius:var(--_ui5-v2-15-0_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5-v2-15-0_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5-v2-15-0_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5-v2-15-0_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_hover_background);border-color:var(--_ui5-v2-15-0_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_hover_background);border-color:var(--_ui5-v2-15-0_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_active_border_color);background-color:var(--_ui5-v2-15-0_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_selected_border_color);background-color:var(--_ui5-v2-15-0_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);height:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-15-0_checkbox_inner_width_height);border:var(--_ui5-v2-15-0_checkbox_inner_border);border-radius:var(--_ui5-v2-15-0_checkbox_inner_border_radius);background:var(--_ui5-v2-15-0_checkbox_inner_background);color:var(--_ui5-v2-15-0_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5-v2-15-0_checkbox_partially_icon_size);height:var(--_ui5-v2-15-0_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5-v2-15-0_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5-v2-15-0_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5-v2-15-0_checkbox_icon_size);height:var(--_ui5-v2-15-0_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);height:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-15-0_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n',name$x="accept",pathData$x="M455.8 94q9 9 3 19l-222 326q-4 8-12 9t-14-5l-151-167q-5-5-4.5-11t5.5-11l25-25q12-12 23 0l96 96q5 5 13 4.5t12-8.5l175-249q4-7 11.5-8t13.5 4z",ltr$x=!0,collection$x="SAP-icons-v4",packageName$x="@ui5/webcomponents-icons";y$1(name$x,{pathData:pathData$x,ltr:true,collection:collection$x,packageName:packageName$x});const name$w="accept",pathData$w="M187 416q-12 0-20-9L71 299q-7-7-7-17 0-11 7.5-18.5T90 256q12 0 19 9l77 87 217-247q8-9 19-9t18.5 7.5T448 122q0 10-6 16L206 407q-7 9-19 9z",ltr$w=!0,collection$w="SAP-icons-v5",packageName$w="@ui5/webcomponents-icons";y$1(name$w,{pathData:pathData$w,ltr:true,collection:collection$w,packageName:packageName$w});const accept="accept",name$v="complete",pathData$v="M431.958 320h32v128q0 14-9.5 23t-22.5 9h-384q-14 0-23-9t-9-23V64q0-13 9-22.5t23-9.5h128v32h-128v384h384V320zm60-295q7 7 2 16l-185 272q-3 6-10 7t-12-4l-125-139q-9-9 0-18l21-21q10-10 19 0l80 80q5 5 11.5 4t9.5-8l146-207q3-6 9.5-7t11.5 4z",ltr$v=!0,collection$v="SAP-icons-v4",packageName$v="@ui5/webcomponents-icons";y$1(name$v,{pathData:pathData$v,ltr:true,collection:collection$v,packageName:packageName$v});const name$u="complete",pathData$u="M438 224q11 0 18.5 7.5T464 250v140q0 38-26 64t-64 26H106q-38 0-64-26t-26-64V122q0-38 26-64t64-26h237q11 0 18 7.5t7 18.5-7 18-18 7H106q-16 0-27.5 11.5T67 122v268q0 16 11.5 27.5T106 429h268q16 0 27.5-11.5T413 390V250q0-11 7-18.5t18-7.5zm32-192q11 0 18.5 7.5T496 58q0 10-7 17L257 312q-6 8-18 8-10 0-18-8l-70-71q-7-7-7-18t7.5-18 18.5-7 18 7l51 53L452 40q8-8 18-8z",ltr$u=!0,collection$u="SAP-icons-v5",packageName$u="@ui5/webcomponents-icons";y$1(name$u,{pathData:pathData$u,ltr:true,collection:collection$u,packageName:packageName$u});const complete="complete",name$t="border",pathData$t="M448 32q13 0 22.5 9t9.5 23v384q0 14-9.5 23t-22.5 9H64q-14 0-23-9t-9-23V64q0-14 9-23t23-9h384zm0 32H64v384h384V64z",ltr$t=!1,collection$t="SAP-icons-v4",packageName$t="@ui5/webcomponents-icons";y$1(name$t,{pathData:pathData$t,ltr:false,collection:collection$t,packageName:packageName$t});const name$s="border",pathData$s="M390 480H122q-38 0-64-26t-26-64V122q0-38 26-64t64-26h268q38 0 64 26t26 64v268q0 38-26 64t-64 26zM122 83q-17 0-28 11t-11 28v268q0 17 11 28t28 11h268q17 0 28-11t11-28V122q0-17-11-28t-28-11H122z",ltr$s=!1,collection$s="SAP-icons-v5",packageName$s="@ui5/webcomponents-icons";y$1(name$s,{pathData:pathData$s,ltr:false,collection:collection$s,packageName:packageName$s});const border="border",name$r="tri-state",pathData$r="M448 32q13 0 22.5 9.5T480 64v384q0 14-9.5 23t-22.5 9H64q-14 0-23-9t-9-23V64q0-13 9-22.5T64 32h384zm0 32H64v384h384V64zM160 345V169q0-8 8-8h176q8 0 8 8v176q0 8-8 8H168q-8 0-8-8z",ltr$r=!1,collection$r="SAP-icons-v4",packageName$r="@ui5/webcomponents-icons";y$1(name$r,{pathData:pathData$r,ltr:false,collection:collection$r,packageName:packageName$r});const name$q="tri-state",pathData$q="M390 32q38 0 64 26t26 64v268q0 38-26 64t-64 26H122q-38 0-64-26t-26-64V122q0-38 26-64t64-26h268zm39 90q0-17-11-28t-28-11H122q-17 0-28 11t-11 28v268q0 17 11 28t28 11h268q17 0 28-11t11-28V122zm-77 38v192H160V160h192z",ltr$q=!1,collection$q="SAP-icons-v5",packageName$q="@ui5/webcomponents-icons";y$1(name$q,{pathData:pathData$q,ltr:false,collection:collection$q,packageName:packageName$q});const triState="tri-state";function CheckBoxTemplate(){return jsxs("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&f$d()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[this.isDisplayOnly?jsx("div",{class:"ui5-checkbox-display-only-icon-inner",children:jsx(Icon$1,{"aria-hidden":"true",name:displayOnlyIcon.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}):jsx("div",{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&jsx(Icon$1,{"aria-hidden":"true",name:accept,class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&jsx("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&jsx(Label$1,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&jsx("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})}function displayOnlyIcon(){return this.isCompletelyChecked?complete:this.checked&&this.indeterminate?triState:border}var CheckBox_1,__decorate$D=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let activeCb,n$5,isGlobalHandlerAttached$2=!1,CheckBox=CheckBox_1=class extends b$5{get formValidityMessage(){return CheckBox_1.i18nBundle.getText(FORM_CHECKABLE_REQUIRED)}get formValidity(){return{valueMissing:this.required&&!this.checked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{activeCb&&(activeCb.active=!1)},isGlobalHandlerAttached$2||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$2=!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,activeCb=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(e){A$3(e)&&e.preventDefault(),this.readonly||this.disabled||(b$4(e)&&this.toggle(),this.active=!0)}_onkeyup(e){A$3(e)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const e={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),o=!this.fireDecoratorEvent("value-changed");(t||o)&&(this.checked=e.checked,this.indeterminate=e.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:CheckBox_1.i18nBundle.getText(VALUE_STATE_ERROR),Critical:CheckBox_1.i18nBundle.getText(VALUE_STATE_WARNING),Positive:CheckBox_1.i18nBundle.getText(VALUE_STATE_SUCCESS)}}get ariaLabelText(){return A$2(this)||M2(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&f$d()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==o$4.None}get valueStateText(){if(this.valueState!==o$4.None&&this.valueState!==o$4.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const e=this.getAttribute("tabindex");if(this.tabbable)return e?parseInt(e):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};__decorate$D([s$6()],CheckBox.prototype,"accessibleNameRef",void 0),__decorate$D([s$6()],CheckBox.prototype,"accessibleName",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"disabled",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"readonly",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"displayOnly",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"required",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"indeterminate",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"checked",void 0),__decorate$D([s$6()],CheckBox.prototype,"text",void 0),__decorate$D([s$6()],CheckBox.prototype,"valueState",void 0),__decorate$D([s$6()],CheckBox.prototype,"wrappingType",void 0),__decorate$D([s$6()],CheckBox.prototype,"name",void 0),__decorate$D([s$6()],CheckBox.prototype,"value",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"active",void 0),__decorate$D([s$6({type:Object})],CheckBox.prototype,"_accInfo",void 0),__decorate$D([i$a("@ui5/webcomponents")],CheckBox,"i18nBundle",void 0),CheckBox=CheckBox_1=__decorate$D([m$8({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:y$4,template:CheckBoxTemplate,styles:checkboxCss}),l$b("change",{bubbles:!0,cancelable:!0}),l$b("value-changed",{bubbles:!0,cancelable:!0})],CheckBox),CheckBox.define();const l$5=new Map,a$6=()=>(n$5||(n$5=new window.ResizeObserver((e=>{window.requestAnimationFrame((()=>{e.forEach((e=>{const t=l$5.get(e.target);t&&Promise.all(t.map((e=>e())))}))}))}))),n$5),c$2=(e,t)=>{const o=l$5.get(e)||[];o.length||a$6().observe(e),l$5.set(e,[...o,t])},b$2=(e,t)=>{const o=l$5.get(e)||[];if(0===o.length)return;const a=o.filter((e=>e!==t));0===a.length?(a$6().unobserve(e),l$5.delete(e)):l$5.set(e,a)};let f$3=class{static register(e,t){let o=e;v$3(o)&&(o=o.getDomRef()),o instanceof HTMLElement?c$2(o,t):console.warn("Cannot register ResizeHandler for element",e)}static deregister(e,t){let o=e;v$3(o)&&(o=o.getDomRef()),o instanceof HTMLElement?b$2(o,t):console.warn("Cannot deregister ResizeHandler for element",e)}};
|
|
14
|
+
const p$a=e=>{const t=e.prototype.openEnd;e.prototype.openEnd=function(){return this._mAttributes.popover&&delete this._mAttributes.popover,t.apply(this)}},g$b=typeof document>"u",i$m=(e,t)=>t?`${e}|${t}`:e,l$n=e=>void 0===e||1===b$b(I$7(),parseInt(e)),c$f=(e,t,o="",a)=>{const i=I$7(),r=new CSSStyleSheet;r.replaceSync(e),r._ui5StyleId=i$m(t,o),a&&(r._ui5RuntimeIndex=i,r._ui5Theme=a),document.adoptedStyleSheets=[...document.adoptedStyleSheets,r]},y$8=(e,t,o="",a)=>{const i=I$7(),r=document.adoptedStyleSheets.find((e=>e._ui5StyleId===i$m(t,o)));if(r)if(a){const t=r._ui5RuntimeIndex;(r._ui5Theme!==a||l$n(t))&&(r.replaceSync(e||""),r._ui5RuntimeIndex=String(i),r._ui5Theme=a)}else r.replaceSync(e||"")},S$6=(e,t="")=>!!g$b||!!document.adoptedStyleSheets.find((o=>o._ui5StyleId===i$m(e,t))),f$g=(e,t="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter((o=>o._ui5StyleId!==i$m(e,t)))},R$4=(e,t,o="",a)=>{S$6(t,o)?y$8(e,t,o,a):c$f(e,t,o,a)},m$f=(e,t)=>void 0===e?t:void 0===t?e:`${e} ${t}`,e$n="[data-sap-ui-popup][popover]{border:none;overflow:visible;margin:0}",o$l=()=>{S$6("data-ui5-popup-styles")||c$f(e$n,"data-ui5-popup-styles")},n$q=m$k("AllOpenedPopupsRegistry",{openedRegistry:[]}),l$m=e=>{n$q.openedRegistry.push(e)},u$i=e=>{const t=n$q.openedRegistry.findIndex((t=>t.instance===e));t>-1&&n$q.openedRegistry.splice(t,1)},g$a=()=>n$q.openedRegistry[n$q.openedRegistry.length-1].instance,f$f=e=>{for(let t=n$q.openedRegistry.length-1;t>=0;t--){const o=n$q.openedRegistry[t];if("OpenUI5"!==o.type)return!1;if(o.instance===e)break}return!0},h$7=e=>{e.setAttribute("popover","manual"),e.showPopover()},v$4=e=>{e.hasAttribute("popover")&&(e.hidePopover(),e.removeAttribute("popover"))},a$m=(e=document)=>!!e.querySelector(":popover-open")||Array.from(e.querySelectorAll("*")).some((e=>{const t=e.shadowRoot;return t&&a$m(t)})),O$5=e=>{const t=e.prototype.open;e.prototype.open=function(...e){t.apply(this,e);const o=a$m();if(["OPENING","OPEN"].includes(this.getOpenState())&&o){const e=this.getContent();if(e){const t=e instanceof HTMLElement?e:null==e?void 0:e.getDomRef();t&&h$7(t)}}l$m({type:"OpenUI5",instance:this})}},m$e=e=>{const t=e.prototype._closed;e.prototype._closed=function(...e){const o=this.getContent(),a=o instanceof HTMLElement?o:null==o?void 0:o.getDomRef();t.apply(this,e),a&&v$4(a),u$i(this)}},I$4=e=>{const t=e.prototype.onFocusEvent;e.prototype.onFocusEvent=function(e){f$f(this)&&t.call(this,e)}},P$8=()=>{const e=new CSSStyleSheet;e.replaceSync(".sapMPopup-CTX:popover-open { inset: unset; }"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]},E$5=e=>{o$l(),O$5(e),m$e(e),P$8(),I$4(e)};var c$e={},e$m=c$e.hasOwnProperty,a$l=c$e.toString,o$k=e$m.toString,l$l=o$k.call(Object),i$l=function(e){var t,o;return!(!e||"[object Object]"!==a$l.call(e))&&(!(t=Object.getPrototypeOf(e))||"function"==typeof(o=e$m.call(t,"constructor")&&t.constructor)&&o$k.call(o)===l$l)},c$d=Object.create(null),u$h=function(e,t,o,a){var i,r,n,s,_,l,c=arguments[2]||{},d=3,u=arguments.length,p=arguments[0]||!1,h=arguments[1]?void 0:c$d;for("object"!=typeof c&&"function"!=typeof c&&(c={});d<u;d++)if(null!=(_=arguments[d]))for(s in _)i=c[s],n=_[s],"__proto__"!==s&&c!==n&&(p&&n&&(i$l(n)||(r=Array.isArray(n)))?(r?(r=!1,l=i&&Array.isArray(i)?i:[]):l=i&&i$l(i)?i:{},c[s]=u$h(p,arguments[1],l,n)):n!==h&&(c[s]=n));return c};const e$l=function(e,t){return u$h(!0,!1,...arguments)},_$4={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},languages:{default:"en",all:["ar","bg","ca","cnr","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","id","it","iw","ja","kk","ko","lt","lv","mk","ms","nl","no","pl","pt_PT","pt","ro","ru","sh","sk","sl","sr","sv","th","tr","uk","vi","zh_CN","zh_TW"]},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},e$k=_$4.themes.default,s$o=_$4.themes.all,a$k=_$4.languages.default,r$k=_$4.locales.default,l$k=_$4.locales.all,o$j=typeof document>"u",n$p={search:()=>o$j?"":window.location.search},i$k=()=>o$j?"":window.location.hostname,c$c=()=>o$j?"":window.location.port,a$j=()=>o$j?"":window.location.protocol,s$n=()=>o$j?"":window.location.href,u$g=()=>n$p.search(),s$m=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},o$i=e=>{const t=s$m("sap-allowed-theme-origins")??s$m("sap-allowedThemeOrigins");return!!t&&t.split(",").some((t=>"*"===t||e===t.trim()))},a$i=(e,t)=>{const o=new URL(e).pathname;return new URL(o,t).toString()},g$9=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,s$n()).toString();else{const o=new URL(e),a=o.origin;t=a&&o$i(a)?o.toString():a$i(o.toString(),s$n())}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};var u$f=(e=>(e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none",e))(u$f||{});const e$j=new i$t,t$m="configurationReset",i$j=e=>{e$j.attachEvent(t$m,e)};let p$9=!1,t$l={animationMode:u$f.Full,theme:e$k,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1,defaultFontLoading:!0,enableDefaultTooltips:!0};const T$6=()=>(o$h(),t$l.theme),S$5=()=>{if(o$h(),void 0!==t$l.themeRoot)return g$9(t$l.themeRoot)?t$l.themeRoot:void console.warn(`The ${t$l.themeRoot} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`)},L$4=()=>(o$h(),t$l.language),R$3=()=>(o$h(),t$l.fetchDefaultLanguage),F$2=()=>(o$h(),t$l.noConflict),U$1=()=>(o$h(),t$l.defaultFontLoading),b$9=()=>(o$h(),t$l.enableDefaultTooltips),D$5=()=>(o$h(),t$l.calendarType),I$3=()=>(o$h(),t$l.secondaryCalendarType),O$4=()=>(o$h(),t$l.timezone),M$4=()=>(o$h(),t$l.formatSettings),i$i=new Map;i$i.set("true",!0),i$i.set("false",!1);const w$7=()=>{const e=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let t;if(e){try{t=JSON.parse(e.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(t$l=e$l(t$l,t))}},z$2=()=>{const e=new URLSearchParams(u$g());e.forEach(((e,t)=>{const o=t.split("sap-").length;0===o||o===t.split("sap-ui-").length||g$8(t,e,"sap")})),e.forEach(((e,t)=>{t.startsWith("sap-ui")&&g$8(t,e,"sap-ui")}))},E$4=e=>{const t=e.split("@")[1];return g$9(t)},P$7=(e,t)=>"theme"===e&&t.includes("@")?t.split("@")[0]:t,g$8=(e,t,o)=>{const a=t.toLowerCase(),i=e.split(`${o}-`)[1];i$i.has(t)&&(t=i$i.get(a)),"theme"===i?(t$l.theme=P$7(i,t),t&&t.includes("@")&&(t$l.themeRoot=E$4(t))):t$l[i]=t},j$2=()=>{const e=n$r("OpenUI5Support");if(!e||!e.isOpenUI5Detected())return;const t=e.getConfigurationSettingsObject();t$l=e$l(t$l,t)},o$h=()=>{typeof document>"u"||p$9||(l$j(),p$9=!0)},l$j=e=>{w$7(),z$2(),j$2()},t$k=new i$t,r$j="themeRegistered",n$o=e=>{t$k.attachEvent(r$j,e)},s$l=e=>t$k.fireEvent(r$j,e),l$i=new Map,h$6=new Map,u$e=new Map,T$5=new Set,i$h=new Set,p$8=(e,t,o)=>{h$6.set(`${e}/${t}`,o),T$5.add(e),i$h.add(t),s$l(t)},m$d=async(e,t,o)=>{const a=`${e}_${t}_${o||""}`,i=l$i.get(a);if(void 0!==i)return i;if(!i$h.has(t)){const o=[...i$h.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${e$k}. Registered themes are: ${o}`),a$h(e,e$k)}const[r,n]=await Promise.all([a$h(e,t),o?a$h(e,o,!0):void 0]),s=m$f(r,n);return s&&l$i.set(a,s),s},a$h=async(e,t,o=!1)=>{const a=(o?u$e:h$6).get(`${e}/${t}`);if(!a)return void(o||console.error(`Theme [${t}] not registered for package [${e}]`));let i;try{i=await a(t)}catch(t){return void console.error(e,t.message)}return i},w$6=()=>T$5,P$6=e=>i$h.has(e),r$i=new Set,s$k=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return"none"===t&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},o$g=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let e=t[1];if(e=e.replace(/\\"/g,'"'),"{"!==e.charAt(0)&&"}"!==e.charAt(e.length-1))try{e=decodeURIComponent(e)}catch{return void(r$i.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),r$i.add("decode")))}try{return JSON.parse(e)}catch{r$i.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),r$i.add("parse"))}}},d$b=e=>{let t,o;try{const a=e.Path.split(".");t=4===a.length?a[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),o=e.Extends[0]}catch{return void(r$i.has("object")||(console.warn("Malformed theme metadata Object",e),r$i.add("object")))}return{themeName:t,baseThemeName:o}},m$c=()=>{const e=s$k();if(!e||"none"===e)return;const t=o$g(e);return t?d$b(t):void 0},d$a=(e,t)=>{const o=document.createElement("link");return o.type="text/css",o.rel="stylesheet",t&&Object.entries(t).forEach((e=>o.setAttribute(...e))),o.href=e,document.head.appendChild(o),new Promise((e=>{o.addEventListener("load",e),o.addEventListener("error",e)}))};let t$j;i$j((()=>{t$j=void 0}));const n$n=()=>(void 0===t$j&&(t$j=S$5()),t$j),u$d=e=>`${n$n()}Base/baseLib/${e}/css_variables.css`,i$g=async e=>{const t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t),await d$a(u$d(e),{"sap-ui-webcomponents-theme":e})};let _lib="ui5",_package="webcomponents-theming";const s$j="@"+_lib+"/"+_package,S$4=()=>w$6().has(s$j),P$5=async e=>{if(!S$4())return;const t=await m$d(s$j,e);t&&R$4(t,"data-ui5-theme-properties",s$j,e)},E$3=()=>{f$g("data-ui5-theme-properties",s$j)},U=async(e,t)=>{const o=[...w$6()].map((async o=>{if(o===s$j)return;const a=await m$d(o,e,t);a&&R$4(a,`data-ui5-component-properties-${I$7()}`,o)}));return Promise.all(o)},k$5=async e=>{var t;const o=m$c();if(o)return o;const a=n$r("OpenUI5Support");if(a&&a.isOpenUI5Detected()){if(a.cssVariablesLoaded())return{themeName:null==(t=a.getConfigurationSettingsObject())?void 0:t.theme,baseThemeName:""}}else if(n$n())return await i$g(e),m$c()},w$5=async e=>{const t=await k$5(e);t&&e===t.themeName?E$3():await P$5(e);const o=P$6(e)?e:t&&t.baseThemeName;await U(o||e$k,t&&t.themeName===e?e:void 0),r$m(e)},d$9=()=>new Promise((e=>{document.body?e():document.addEventListener("DOMContentLoaded",(()=>{e()}))})),n$m='@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Regular.woff2) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold.woff2) format("woff2"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Bold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Semibold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold.woff2) format("woff2"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Semiboldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2) format("woff2")}\n@font-face{font-family:"72-SemiboldDuplex";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-SemiboldDuplexfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2")}\n@font-face{font-family:"72-Light";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light.woff2) format("woff2"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-Lightfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Light-full.woff2) format("woff2")}\n@font-face{font-family:"72Black";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black.woff2) format("woff2"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Blackfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Black-full.woff2) format("woff2")}\n@font-face{font-family:"72-BoldItalic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2")}\n@font-face{font-family:"72-Condensed";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed.woff2) format("woff2"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2) format("woff2");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72-CondensedBold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2")}\n@font-face{font-family:"72-Italic";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic.woff2) format("woff2"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72-Italic-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Monofull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2")}\n@font-face{font-family:"72Mono-Bold";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}\n@font-face{font-family:"72Mono-Boldfull";src:url(https://cdn.jsdelivr.net/npm/@sap-theming/theming-base-content@11.29.3/content/Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2")}';let o$f;i$j((()=>{o$f=void 0}));const a$g=()=>(void 0===o$f&&(o$f=U$1()),o$f),a$f=()=>{const e=n$r("OpenUI5Support");(!e||!e.isOpenUI5Detected())&&f$e()},f$e=()=>{const e=document.querySelector("head>style[data-ui5-font-face]");!a$g()||e||S$6("data-ui5-font-face")||c$f(n$m,"data-ui5-font-face")},a$e=":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}",e$i=()=>{S$6("data-ui5-system-css-vars")||c$f(a$e,"data-ui5-system-css-vars")},t$i="html:not(.ui5-content-native-scrollbars){scrollbar-color:var(--sapScrollBar_FaceColor) var(--sapScrollBar_TrackColor)}",s$i=()=>{S$6("data-ui5-scrollbar-styles")||c$f(t$i,"data-ui5-scrollbar-styles")},t$h=typeof document>"u",e$h={get userAgent(){return t$h?"":navigator.userAgent},get touch(){return!t$h&&("ontouchstart"in window||navigator.maxTouchPoints>0)},get chrome(){return!t$h&&/(Chrome|CriOS)/.test(e$h.userAgent)},get firefox(){return!t$h&&/Firefox/.test(e$h.userAgent)},get safari(){return!t$h&&(!e$h.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(e$h.userAgent))},get webkit(){return!t$h&&/webkit/.test(e$h.userAgent)},get windows(){return!t$h&&-1!==navigator.platform.indexOf("Win")},get macOS(){return!t$h&&!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return!t$h&&(!!navigator.platform.match(/iPhone|iPad|iPod/)||!(!e$h.userAgent.match(/Mac/)||!("ontouchend"in document)))},get android(){return!t$h&&(!e$h.windows&&/Android/.test(e$h.userAgent))},get androidPhone(){return!t$h&&(e$h.android&&/(?=android)(?=.*mobile)/i.test(e$h.userAgent))},get ipad(){return!t$h&&(/ipad/i.test(e$h.userAgent)||/Macintosh/i.test(e$h.userAgent)&&"ontouchend"in document)},_isPhone:()=>(u$c(),e$h.touch&&!r$h)};let o$e,i$f,r$h;const s$h=()=>{if(t$h||!e$h.windows)return!1;if(void 0===o$e){const e=e$h.userAgent.match(/Windows NT (\d+).(\d)/);o$e=e?parseFloat(e[1]):0}return o$e>=8},c$b=()=>{if(t$h||!e$h.webkit)return!1;if(void 0===i$f){const e=e$h.userAgent.match(/(webkit)[ /]([\w.]+)/);i$f=e?parseFloat(e[1]):0}return i$f>=537.1},u$c=()=>{if(t$h)return!1;if(void 0===r$h){if(e$h.ipad)return void(r$h=!0);if(e$h.touch){if(s$h())return void(r$h=!0);if(e$h.chrome&&e$h.android)return void(r$h=!/Mobile Safari\/[.0-9]+/.test(e$h.userAgent));let e=window.devicePixelRatio?window.devicePixelRatio:1;return e$h.android&&c$b()&&(e=1),void(r$h=Math.min(window.screen.width/e,window.screen.height/e)>=600)}r$h=-1!==e$h.userAgent.indexOf("Touch")||e$h.android&&!e$h.androidPhone}},h$5=()=>e$h.safari,g$7=()=>e$h.chrome,a$d=()=>(u$c(),(e$h.touch||s$h())&&r$h),d$8=()=>e$h._isPhone(),f$d=()=>!t$h&&(!a$d()&&!d$8()||s$h()),w$4=()=>e$h.iOS,A$6=()=>e$h.macOS,P$4=()=>e$h.android||e$h.androidPhone;let t$g=!1;const i$e=()=>{h$5()&&w$4()&&!t$g&&(document.body.addEventListener("touchstart",(()=>{})),t$g=!0)};let r$g,o$d=!1;const p$7=new i$t,h$4=()=>o$d,P$3=e=>{o$d?e():p$7.attachEvent("boot",e)},b$8=async()=>{if(void 0!==r$g)return r$g;return r$g=new Promise((async e=>{if(x$3(),typeof document>"u")return void e();n$o(F$1);const t=n$r("OpenUI5Support"),o=!!t&&t.isOpenUI5Detected(),a=n$r("F6Navigation");t&&await t.init(),a&&!o&&a.init(),await d$9(),await w$5(r$f()),t&&t.attachListeners(),a$f(),e$i(),s$i(),i$e(),e(),o$d=!0,p$7.fireEvent("boot")})),r$g},F$1=e=>{o$d&&e===r$f()&&w$5(r$f())};let t$f;i$j((()=>{t$f=void 0}));const r$f=()=>(void 0===t$f&&(t$f=T$6()),t$f),u$b=async e=>{t$f!==e&&(t$f=e,h$4()&&(await w$5(t$f),await C$5({themeAware:!0})))},n$l=()=>{var e,t;const o=r$f();return l$h(o)?!o.startsWith("sap_horizon"):!(null==(t=null==(e=m$c())?void 0:e.baseThemeName)?void 0:t.startsWith("sap_horizon"))},l$h=e=>s$o.includes(e);let a$c=class e{static isAtLeastVersion116(){if(!window.sap.ui.version)return!0;const e=window.sap.ui.version.split(".");return!(!e||e.length<2)&&(parseInt(e[0])>1||parseInt(e[1])>=116)}static isOpenUI5Detected(){var e,t;return"function"==typeof(null==(t=null==(e=window.sap)?void 0:e.ui)?void 0:t.require)}static init(){return e.isOpenUI5Detected()?(e.initPromise||(e.initPromise=new Promise((t=>{window.sap.ui.require(["sap/ui/core/Core"],(async o=>{const a=()=>{let o=["sap/ui/core/Popup","sap/ui/core/Patcher","sap/ui/core/LocaleData"];e.isAtLeastVersion116()&&(o=[...o,"sap/base/i18n/Formatting","sap/base/i18n/Localization","sap/ui/core/ControlBehavior","sap/ui/core/Theming","sap/ui/core/date/CalendarUtils"]),window.sap.ui.require(o,((e,o)=>{p$a(o),E$5(e),t()}))};e.isAtLeastVersion116()?(await o.ready(),a()):o.attachInit(a)}))}))),e.initPromise):Promise.resolve()}static getConfigurationSettingsObject(){var t,o;if(!e.isOpenUI5Detected())return{};if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/ControlBehavior"),a=window.sap.ui.require("sap/base/i18n/Localization"),i=window.sap.ui.require("sap/ui/core/Theming"),r=window.sap.ui.require("sap/base/i18n/Formatting"),n=window.sap.ui.require("sap/ui/core/date/CalendarUtils");return{animationMode:e.getAnimationMode(),language:a.getLanguage(),theme:i.getTheme(),themeRoot:i.getThemeRoot(),rtl:a.getRTL(),timezone:a.getTimezone(),calendarType:r.getCalendarType(),formatSettings:{firstDayOfWeek:n.getWeekConfigurationValues().firstDayOfWeek,legacyDateCalendarCustomizing:(null==(t=r.getCustomIslamicCalendarData)?void 0:t.call(r))??(null==(o=r.getLegacyDateCalendarCustomizing)?void 0:o.call(r))}}}const a=window.sap.ui.require("sap/ui/core/Core").getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:a.getAnimationMode(),language:a.getLanguage(),theme:a.getTheme(),themeRoot:a.getThemeRoot(),rtl:a.getRTL(),timezone:a.getTimezone(),calendarType:a.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(a.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:a.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){if(!e.isOpenUI5Detected())return;const t=window.sap.ui.require("sap/ui/core/LocaleData");if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/base/i18n/Localization");return t.getInstance(e.getLanguageTag())._get()}const o=window.sap.ui.require("sap/ui/core/Core").getConfiguration();return t.getInstance(o.getLocale())._get()}static _listenForThemeChange(){if(e.isAtLeastVersion116()){const e=window.sap.ui.require("sap/ui/core/Theming");e.attachApplied((()=>{u$b(e.getTheme())}))}else{const e=window.sap.ui.require("sap/ui/core/Core"),t=e.getConfiguration();e.attachThemeChanged((()=>{u$b(t.getTheme())}))}}static attachListeners(){e.isOpenUI5Detected()&&e._listenForThemeChange()}static cssVariablesLoaded(){if(!e.isOpenUI5Detected())return;const t=[...document.head.children].find((e=>"sap-ui-theme-sap.ui.core"===e.id));return!!t&&(!!t.href.match(/\/css(-|_)variables\.css/)||!!t.href.match(/\/library\.css/))}static addOpenedPopup(e){l$m(e)}static removeOpenedPopup(e){u$i(e)}static getTopmostPopup(){return g$a()}};s$p("OpenUI5Support",a$c);const s$g=new Map,o$c=new Map,n$k=new Map,c$a=e=>{if(!s$g.has(e)){const t=b$7(e.split("-"));s$g.set(e,t)}return s$g.get(e)},l$g=e=>{if(!o$c.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();o$c.set(e,t)}return o$c.get(e)},b$7=e=>e.map(((e,t)=>0===t?e.toLowerCase():e.charAt(0).toUpperCase()+e.slice(1).toLowerCase())).join(""),C$3=e=>{const t=n$k.get(e);if(t)return t;const o=c$a(e),a=o.charAt(0).toUpperCase()+o.slice(1);return n$k.set(e,a),a},o$b=e=>{if(!(e instanceof HTMLElement))return"default";const t=e.getAttribute("slot");if(t){const e=t.match(/^(.+?)-\d+$/);return e?e[1]:t}return"default"},n$j=e=>e instanceof HTMLSlotElement?e.assignedNodes({flatten:!0}).filter((e=>e instanceof HTMLElement)):[e],s$f=e=>e.reduce(((e,t)=>e.concat(n$j(t))),[]);let p$6=class{constructor(e){this.metadata=e}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const e={};if(this.slotsAreManaged()){const t=this.getSlots();for(const[o,a]of Object.entries(t)){const t=a.propertyName||o;e[t]=[],e[c$a(t)]=e[t]}}return this._initialState=e,e}static validateSlotValue(e,t){return g$6(e,t)}getPureTag(){return this.metadata.tag||""}getTag(){const e=this.metadata.tag;if(!e)return"";const t=g$f(e);return t?`${e}-${t}`:e}hasAttribute(e){const t=this.getProperties()[e];return t.type!==Object&&t.type!==Array&&!t.noAttribute}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(l$g)}canSlotText(){var e;return(null==(e=this.getSlots().default)?void 0:e.type)===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some((e=>e.individualSlots))}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}needsCLDR(){return!!this.metadata.cldr}getShadowRootOptions(){return this.metadata.shadowRootOptions||{}}isFormAssociated(){return!!this.metadata.formAssociated}shouldInvalidateOnChildChange(e,t,o){const a=this.getSlots()[e].invalidateOnChildChange;if(void 0===a)return!1;if("boolean"==typeof a)return a;if("object"==typeof a){if("property"===t){if(void 0===a.properties)return!1;if("boolean"==typeof a.properties)return a.properties;if(Array.isArray(a.properties))return a.properties.includes(o);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if("slot"===t){if(void 0===a.slots)return!1;if("boolean"==typeof a.slots)return a.slots;if(Array.isArray(a.slots))return a.slots.includes(o);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}getI18n(){return this.metadata.i18n||(this.metadata.i18n={}),this.metadata.i18n}};const g$6=(e,t)=>(e&&n$j(e).forEach((e=>{if(!(e instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)})),e),e$g=e=>Array.isArray(e)?e.filter((e=>!!e)).flat(10).join(" "):e,e$f=new Map;i$o((e=>{e$f.delete(`${e}_normal`)}));const y$7=e=>{const t=e.getMetadata().getTag(),o=`${t}_normal`,a=n$r("OpenUI5Enablement");if(!e$f.has(o)){let i="";a&&(i=e$g(a.getBusyIndicatorStyles()));const r=l$q(t)||"",n=`${e$g(e.styles)} ${r} ${i}`;e$f.set(o,n)}return e$f.get(o)},e$e=new Map;i$o((e=>{e$e.delete(`${e}_normal`)}));const s$e=e=>{const t=`${e.getMetadata().getTag()}_normal`;if(!e$e.has(t)){const o=y$7(e),a=new CSSStyleSheet;a.replaceSync(o),e$e.set(t,[a])}return e$e.get(t)},s$d=e=>{const t=e.constructor,o=e.shadowRoot;o?(o.adoptedStyleSheets=s$e(t),t.renderer(e,o)):console.warn("There is no shadow root to update")},r$e=[],o$a=e=>r$e.some((t=>e.startsWith(t))),t$e=new WeakMap,n$i=(e,t,o)=>{const a=new MutationObserver(t);t$e.set(e,a),a.observe(e,o)},b$6=e=>{const t=t$e.get(e);t&&(t.disconnect(),t$e.delete(e))},c$9=["value-changed","click"];let e$d;i$j((()=>{e$d=void 0}));const s$c=e=>c$9.includes(e),l$f=e=>{const t=o$9();return!("boolean"!=typeof t&&t.events&&t.events.includes&&t.events.includes(e))},o$9=()=>(void 0===e$d&&(e$d=F$2()),e$d),a$b=e=>{const t=o$9();return!s$c(e)&&(!0===t||!l$f(e))},r$d=e=>e.matches(":dir(rtl)")?"rtl":"ltr",s$b=["disabled","title","hidden","role","draggable"],r$c=e=>!(!s$b.includes(e)&&!e.startsWith("aria"))||![HTMLElement,Element,Node].some((t=>t.prototype.hasOwnProperty(e))),n$h=(e,t)=>{if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++)if(e[o]!==t[o])return!1;return!0},n$g=(e,t)=>e.call(t),o$8=e=>{s$a(e)&&e$c(e)},e$c=e=>{var t,o;if(null==(t=e._internals)?void 0:t.form){if(n$f(e),!e.name)return void(null==(o=e._internals)||o.setFormValue(null));e._internals.setFormValue(e.formFormattedValue)}},n$f=async e=>{var t,o;if(null==(t=e._internals)?void 0:t.form)if(e.formValidity&&Object.keys(e.formValidity).some((e=>e))){const t=await(null==(o=e.formElementAnchor)?void 0:o.call(e));e._internals.setValidity(e.formValidity,e.formValidityMessage,t)}else e._internals.setValidity({})},i$d=e=>{var t,o;null==(o=null==(t=e._internals)?void 0:t.form)||o.requestSubmit()},m$b=e=>{var t,o;null==(o=null==(t=e._internals)?void 0:t.form)||o.reset()},s$a=e=>"formFormattedValue"in e&&"name"in e,t$d=typeof document>"u",o$7=()=>{if(t$d)return a$k;const e=navigator.languages;return e&&e[0]||navigator.language||a$k},e$b=new i$t,n$e="languageChange",t$c=e=>{e$b.attachEvent(n$e,e)};let e$a,t$b;i$j((()=>{e$a=void 0,t$b=void 0}));let a$a=!1;const s$9=()=>a$a,l$e=()=>(void 0===e$a&&(e$a=L$4()),e$a),h$3=()=>(void 0===t$b&&(t$b=R$3()),t$b),n$d=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;let r$b=class{constructor(e){const t=n$d.exec(e.replace(/_/g,"-"));if(null===t)throw new Error(`The given language ${e} does not adhere to BCP-47.`);this.sLocaleId=e,this.sLanguage=t[1]||a$k,this.sScript=t[2]||"",this.sRegion=t[3]||"",this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,(e=>e.toUpperCase()))),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(e){return this.getPrivateUseSubtags().indexOf(e)>=0}toString(){const e=[this.sLanguage];return this.sScript&&e.push(this.sScript),this.sRegion&&e.push(this.sRegion),this.sVariant&&e.push(this.sVariant),this.sExtension&&e.push(this.sExtension),this.sPrivateUse&&e.push(this.sPrivateUse),e.join("-")}};const r$a=new Map,n$c=e=>(r$a.has(e)||r$a.set(e,new r$b(e)),r$a.get(e)),c$8=e=>{try{if(e&&"string"==typeof e)return n$c(e)}catch{}return new r$b(r$k)},s$8=e=>{if(e)return c$8(e);const t=l$e();return t?n$c(t):c$8(o$7())},_$3=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,c$7=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,f$c={he:"iw",yi:"ji",nb:"no",sr:"sh"},p$5=e=>{let t;if(!e)return r$k;if("string"==typeof e&&(t=_$3.exec(e.replace(/_/g,"-")))){let e=t[1].toLowerCase(),o=t[3]?t[3].toUpperCase():void 0;const a=t[2]?t[2].toLowerCase():void 0,i=t[4]?t[4].slice(1):void 0,r=t[6];return e=f$c[e]||e,r&&(t=c$7.exec(r))||i&&(t=c$7.exec(i))?`en_US_${t[1].toLowerCase()}`:("zh"===e&&!o&&("hans"===a?o="CN":"hant"===a&&(o="TW")),e+(o?"_"+o+(i?"_"+i.replace("-","_"):""):""))}return r$k},r$9={zh_HK:"zh_TW",in:"id"},n$b=e=>{if(!e)return r$k;if(r$9[e])return r$9[e];const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==r$k?r$k:""},d$7=new Set,m$a=new Set,g$5=new Map,l$d=new Map,u$a=new Map,$$2=(e,t,o)=>{const a=`${e}/${t}`;u$a.set(a,o)},f$b=(e,t)=>{g$5.set(e,t)},A$5=e=>g$5.get(e),h$2=(e,t)=>{const o=`${e}/${t}`;return u$a.has(o)},B$1=(e,t)=>{const o=`${e}/${t}`,a=u$a.get(o);return a&&!l$d.get(o)&&l$d.set(o,a(t)),l$d.get(o)},M$3=e=>{d$7.has(e)||(console.warn(`[${e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),d$7.add(e))},L$3=(e,t)=>t!==a$k&&!h$2(e,t),w$3=async e=>{const t=s$8().getLanguage(),o=s$8().getRegion(),a=s$8().getVariant();let i=t+(o?`-${o}`:"")+(a?`-${a}`:"");if(L$3(e,i))for(i=p$5(i);L$3(e,i);)i=n$b(i);const r=h$3();if(i!==a$k||r)if(h$2(e,i))try{const t=await B$1(e,i);f$b(e,t)}catch(e){const t=e;m$a.has(t.message)||(m$a.add(t.message),console.error(t.message))}else M$3(e);else f$b(e,null)};t$c((e=>{const t=[...g$5.keys()];return Promise.all(t.map(w$3))}));const g$4=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,i$c=(e,t)=>(t=t||[],e.replace(g$4,((e,o,a,i,r)=>{if(o)return"'";if(a)return a.replace(/''/g,"'");if(i){const e="string"==typeof i?parseInt(i):i;return String(t[e])}throw new Error(`[i18n]: pattern syntax error at pos ${r}`)}))),r$8=new Map;let u$9=class{constructor(e){this.packageName=e}getText(e,...t){if("string"==typeof e&&(e={key:e,defaultText:e}),!e||!e.key)return"";const o=A$5(this.packageName);o&&!o[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`);const a=o&&o[e.key]?o[e.key]:e.defaultText||e.key;return i$c(a,t)}};const a$9=e=>{if(r$8.has(e))return r$8.get(e);const t=new u$9(e);return r$8.set(e,t),t},f$a=async e=>(await w$3(e),a$9(e)),f$9=new Map,s$7=new Map,i$b=new Map,D$4=new Set;let d$6=!1;const O$3={iw:"he",ji:"yi",in:"id"},l$c=e=>{d$6||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),d$6=!0)},R$2=(e,t,o)=>{"no"===(e=e&&O$3[e]||e)&&(e="nb"),"zh"===e&&!t&&("Hans"===o?t="CN":"Hant"===o&&(t="TW")),("sh"===e||"sr"===e&&"Latn"===o)&&(e="sr",t="Latn");let a=`${e}_${t}`;return l$k.includes(a)?s$7.has(a)?a:(l$c(a),r$k):(a=e,l$k.includes(a)?s$7.has(a)?a:(l$c(a),r$k):r$k)},m$9=(e,t)=>{f$9.set(e,t)},S$3=e=>{s$7.has(e)||(e=r$k);const t=f$9.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);return t},_$2=e=>{if(!i$b.get(e)){const t=s$7.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);i$b.set(e,t(e))}return i$b.get(e)},u$8=async(e,t,o)=>{const a=R$2(e,t,o),i=n$r("OpenUI5Support");if(i){const e=i.getLocaleDataObject();if(e)return void m$9(a,e)}try{const e=await _$2(a);m$9(a,e)}catch(e){const t=e;D$4.has(t.message)||(D$4.add(t.message),console.error(t.message))}},C$2=(e,t)=>{s$7.set(e,t)};C$2("en",(async()=>(await fetch("https://sdk.openui5.org/1.120.17/resources/sap/ui/core/cldr/en.json")).json())),t$c((()=>{const e=s$8();return u$8(e.getLanguage(),e.getRegion(),e.getScript())}));let it=0;const R$1=new Map,I$2=new Map,O$2={fromAttribute:(e,t)=>t===Boolean?null!==e:t===Number?null===e?void 0:parseFloat(e):e,toAttribute:(e,t)=>t===Boolean?e?"":null:t===Object||t===Array||null==e?null:String(e)};function y$6(e){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&s$9()||(this.onInvalidation(e),this._changedState.push(e),l$r(this),this._invalidationEventProvider.fireEvent("invalidate",{...e,target:this}))}function at(e,t){do{const o=Object.getOwnPropertyDescriptor(e,t);if(o)return o;e=Object.getPrototypeOf(e)}while(e&&e!==HTMLElement.prototype)}let b$5=((_b=class extends HTMLElement{constructor(){super(),this.__shouldHydrate=!1,this._rendered=!1;const e=this.constructor;let t;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new i$t,this._componentStateFinalizedEventProvider=new i$t,this._domRefReadyPromise=new Promise((e=>{t=e})),this._domRefReadyPromise._deferredResolve=t,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...e.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach((e=>{if(this.hasOwnProperty(e)){const t=this[e];this.initializedProperties.set(e,t)}})),this._internals=this.attachInternals(),this._initShadowRoot()}_initShadowRoot(){const e=this.constructor;if(e._needsShadowDOM()){const t={mode:"open"};this.shadowRoot?this.__shouldHydrate=!0:this.attachShadow({...t,...e.getMetadata().getShadowRootOptions()}),e.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this))}}_onShadowRootSlotChange(e){var t;(null==(t=e.target)?void 0:t.getRootNode())===this.shadowRoot&&this._processChildren()}get _id(){return this.__id||(this.__id="ui5wc_"+ ++it),this.__id}render(){const e=this.constructor.template;return n$g(e,this)}async connectedCallback(){const e=this.constructor;this.setAttribute(e.getMetadata().getPureTag(),""),e.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const t=e.getMetadata().slotsAreManaged();this._inDOM=!0,t&&(this._startObservingDOMChildren(),await this._processChildren()),e.asyncFinished||await e.definePromise,this._inDOM&&(c$i(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,this.onEnterDOM())}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this._domRefReadyPromise._deferredResolve(),h$9(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const t=e.canSlotText(),o={childList:!0,subtree:t,characterData:t};n$i(this,this._processChildren.bind(this),o)}_stopObservingDOMChildren(){b$6(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const e=this.constructor,t=e.getMetadata().getSlots(),o=e.getMetadata().canSlotText(),a=Array.from(o?this.childNodes:this.children),i=new Map,r=new Map;for(const[e,o]of Object.entries(t)){const t=o.propertyName||e;r.set(t,e),i.set(t,[...this._state[t]]),this._clearSlot(e,o)}const n=new Map,s=new Map,_=a.map((async(o,a)=>{const i=o$b(o),r=t[i];if(void 0===r){if("default"!==i){const e=Object.keys(t).join(", ");console.warn(`Unknown slotName: ${i}, ignoring`,o,`Valid values are: ${e}`)}return}if(r.individualSlots){const e=(n.get(i)||0)+1;n.set(i,e),o._individualSlot=`${i}-${e}`}if(o instanceof HTMLElement){const e=o.localName;if(e.includes("-")&&!o$a(e)){if(!customElements.get(e)){const t=customElements.whenDefined(e);let o=R$1.get(e);o||(o=new Promise((e=>setTimeout(e,1e3))),R$1.set(e,o)),await Promise.race([t,o])}customElements.upgrade(o)}}if(o=e.getMetadata().constructor.validateSlotValue(o,r),v$3(o)&&r.invalidateOnChildChange){const e=this._getChildChangeListener(i);o.attachInvalidate.call(o,e)}o instanceof HTMLSlotElement&&this._attachSlotChange(o,i,!!r.invalidateOnChildChange);const _=r.propertyName||i;s.has(_)?s.get(_).push({child:o,idx:a}):s.set(_,[{child:o,idx:a}])}));await Promise.all(_),s.forEach(((e,t)=>{this._state[t]=e.sort(((e,t)=>e.idx-t.idx)).map((e=>e.child)),this._state[c$a(t)]=this._state[t]}));let l=!1;for(const[o,a]of Object.entries(t)){const t=a.propertyName||o;n$h(i.get(t),this._state[t])||(y$6.call(this,{type:"slot",name:r.get(t),reason:"children"}),l=!0,e.getMetadata().isFormAssociated()&&e$c(this))}l||y$6.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(e,t){const o=t.propertyName||e;this._state[o].forEach((t=>{if(v$3(t)){const o=this._getChildChangeListener(e);t.detachInvalidate.call(t,o)}t instanceof HTMLSlotElement&&this._detachSlotChange(t,e)})),this._state[o]=[],this._state[c$a(o)]=this._state[o]}attachInvalidate(e){this._invalidationEventProvider.attachEvent("invalidate",e)}detachInvalidate(e){this._invalidationEventProvider.detachEvent("invalidate",e)}_onChildChange(e,t){this.constructor.getMetadata().shouldInvalidateOnChildChange(e,t.type,t.name)&&y$6.call(this,{type:"slot",name:e,reason:"childchange",child:t.target})}attributeChangedCallback(e,t,o){let a;if(this._doNotSyncAttributes.has(e))return;const i=this.constructor.getMetadata().getProperties(),r=e.replace(/^ui5-/,""),n=c$a(r);if(i.hasOwnProperty(n)){const e=i[n];a=(e.converter??O$2).fromAttribute(o,e.type),this[n]=a}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$8(this)}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(e,t){const o=this.constructor;if(!o.getMetadata().hasAttribute(e))return;const a=o.getMetadata().getProperties()[e],i=l$g(e),r=(a.converter||O$2).toAttribute(t,a.type);this._doNotSyncAttributes.add(i),null==r?this.removeAttribute(i):this.setAttribute(i,r),this._doNotSyncAttributes.delete(i)}_getChildChangeListener(e){return this._childChangeListeners.has(e)||this._childChangeListeners.set(e,this._onChildChange.bind(this,e)),this._childChangeListeners.get(e)}_getSlotChangeListener(e){return this._slotChangeListeners.has(e)||this._slotChangeListeners.set(e,this._onSlotChange.bind(this,e)),this._slotChangeListeners.get(e)}_attachSlotChange(e,t,o){const a=this._getSlotChangeListener(t);e.addEventListener("slotchange",(i=>{if(a.call(e,i),o){const o=this._slotsAssignedNodes.get(e);o&&o.forEach((e=>{if(v$3(e)){const o=this._getChildChangeListener(t);e.detachInvalidate.call(e,o)}}));const a=s$f([e]);this._slotsAssignedNodes.set(e,a),a.forEach((e=>{if(v$3(e)){const o=this._getChildChangeListener(t);e.attachInvalidate.call(e,o)}}))}}))}_detachSlotChange(e,t){e.removeEventListener("slotchange",this._getSlotChangeListener(t))}_onSlotChange(e){y$6.call(this,{type:"slot",name:e,reason:"slotchange"})}onInvalidation(e){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[t,o]of Object.entries(e))this._updateAttribute(t,this[t])}_render(){const e=this.constructor,t=e.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach((([e,t])=>{delete this[e],this[e]=t})),this.initializedProperties.clear()),this._suppressInvalidation=!0;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized")}finally{this._suppressInvalidation=!1}this._changedState=[],e._needsShadowDOM()&&s$d(this),this._rendered=!0,t&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach((e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot)}))}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){return"function"==typeof this._getRealDomRef?this._getRealDomRef():this.shadowRoot&&0!==this.shadowRoot.children.length?this.shadowRoot.children[0]:void 0}getFocusDomRef(){const e=this.getDomRef();if(e)return e.querySelector("[data-sap-focus-ref]")||e}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(e){await this._waitForDomRef();const t=this.getFocusDomRef();t!==this&&this.isConnected?t&&"function"==typeof t.focus&&t.focus(e):HTMLElement.prototype.focus.call(this,e)}fireEvent(e,t,o=!1,a=!0){const i=this._fireEvent(e,t,o,a),r=C$3(e);return r!==e?i&&this._fireEvent(r,t,o,a):i}fireDecoratorEvent(e,t){const o=this.getEventData(e),a=!!o&&o.cancelable,i=!!o&&o.bubbles,r=this._fireEvent(e,t,a,i),n=C$3(e);return n!==e?r&&this._fireEvent(n,t,a,i):r}_fireEvent(e,t,o=!1,a=!0){const i=new CustomEvent(`ui5-${e}`,{detail:t,composed:!1,bubbles:a,cancelable:o}),r=this.dispatchEvent(i);if(a$b(e))return r;const n=new CustomEvent(e,{detail:t,composed:!1,bubbles:a,cancelable:o});return this.dispatchEvent(n)&&r}getEventData(e){return this.constructor.getMetadata().getEvents()[e]}getSlottedNodes(e){return s$f(this[e])}attachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",e)}detachComponentStateFinalized(e){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",e)}get effectiveDir(){return n$w(this.constructor),r$d(this)}get isUI5Element(){return!0}get isUI5AbstractElement(){return!this.constructor._needsShadowDOM()}get classes(){return{}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const e=this.getMetadata().getPureTag(),t=this.getUniqueDependencies().map((e=>e.getMetadata().getPureTag())).filter(i$s);return i$s(e)&&t.push(e),t}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const e=this.prototype,t=this.getMetadata().slotsAreManaged(),o=this.getMetadata().getProperties();for(const[t,a]of Object.entries(o)){r$c(t)||console.warn(`"${t}" is not a valid property name. Use a name that does not collide with DOM APIs`);const o=at(e,t);let a,i;(null==o?void 0:o.set)&&(a=o.set),(null==o?void 0:o.get)&&(i=o.get),Object.defineProperty(e,t,{get(){return i?i.call(this):this._state[t]},set(e){const o=this.constructor,r=i?i.call(this):this._state[t];if(r!==e){if(a?a.call(this,e):this._state[t]=e,y$6.call(this,{type:"property",name:t,newValue:e,oldValue:r}),this._rendered){const e=i?i.call(this):this._state[t];this._updateAttribute(t,e)}o.getMetadata().isFormAssociated()&&e$c(this)}}})}if(t){const t=this.getMetadata().getSlots();for(const[o,a]of Object.entries(t)){r$c(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const t=a.propertyName||o,i={get(){return void 0!==this._state[t]?this._state[t]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(e,t,i),t!==c$a(t)&&Object.defineProperty(e,c$a(t),i)}}}static get dependencies(){return[]}static cacheUniqueDependencies(){const e=this.dependencies.filter(((e,t,o)=>o.indexOf(e)===t));I$2.set(this,e)}static getUniqueDependencies(){return I$2.has(this)||this.cacheUniqueDependencies(),I$2.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map((e=>{const{bundleName:t}=e[1];return f$a(t)})))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u$8(s$8().getLanguage(),s$8().getRegion(),s$8().getScript()):Promise.resolve()}static get i18nBundles(){return this.i18nBundleStorage}static define(){this.definePromise=(async()=>{await b$8();const e=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[t]=e;Object.entries(this.getMetadata().getI18n()).forEach(((e,o)=>{const a=e[1].bundleName;this.i18nBundleStorage[a]=t[o]})),this.asyncFinished=!0})();const e=this.getMetadata().getTag(),t=w$9(e),o=customElements.get(e);return o&&!t?$$4(e):o||(this._generateAccessors(),h$a(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const e=[this.metadata];let t=this;for(;t!==_b;)t=Object.getPrototypeOf(t),e.unshift(t.metadata);const o=e$l({},...e);return this._metadata=new p$6(o),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}}).metadata={},_b.styles="",_b.i18nBundleStorage={},_b);const v$3=e=>"isUI5Element"in e,m$8=(e={})=>t=>{if(Object.prototype.hasOwnProperty.call(t,"metadata")||(t.metadata={}),"string"==typeof e)return void(t.metadata.tag=e);const{tag:o,languageAware:a,themeAware:i,cldr:r,fastNavigation:n,formAssociated:s,shadowRootOptions:_}=e;t.metadata.tag=o,a&&(t.metadata.languageAware=a),r&&(t.metadata.cldr=r),i&&(t.metadata.themeAware=i),n&&(t.metadata.fastNavigation=n),s&&(t.metadata.formAssociated=s),_&&(t.metadata.shadowRootOptions=_),["renderer","template","styles","dependencies"].forEach((o=>{e[o]&&Object.defineProperty(t,o,{get:()=>e[o]})}))},s$6=e=>(t,o)=>{const a=t.constructor;Object.prototype.hasOwnProperty.call(a,"metadata")||(a.metadata={});const i=a.metadata;i.properties||(i.properties={});const r=i.properties;r[o]||(r[o]=e??{})},l$b=(e,t={})=>o=>{Object.prototype.hasOwnProperty.call(o,"metadata")||(o.metadata={});const a=o.metadata;a.events||(a.events={});const i=a.events;i[e]||(t.bubbles=!!t.bubbles,t.cancelable=!!t.cancelable,i[e]=t)},d$5=e=>(t,o)=>{const a=t.constructor;Object.prototype.hasOwnProperty.call(a,"metadata")||(a.metadata={});const i=a.metadata;i.slots||(i.slots={});const r=i.slots;if(e&&e.default&&r.default)throw new Error("Only one slot can be the default slot.");const n=e&&e.default?"default":o;(e=e||{type:HTMLElement}).type||(e.type=HTMLElement),r[n]||(r[n]=e),e.default&&(delete r.default.default,r.default.propertyName=o),a.metadata.managedSlots=!0},i$a=e=>(t,o)=>{t.metadata.i18n||(t.metadata.i18n={}),Object.defineProperty(t,o,{get:()=>t.i18nBundles[e],set(){}}),t.metadata.i18n[o]={bundleName:e,target:t}};var n$a,l$a,t$a,i$9,o$6,r$7,e$9,f$8,c$6,s$5,a$8,h$1,p$4={},v$2=[],y$5=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$4=Array.isArray;function w$2(e,t){for(var o in t)e[o]=t[o];return e}function _$1(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function g$3(e,t,o){var a,i,r,n={};for(r in t)"key"==r?a=t[r]:"ref"==r?i=t[r]:n[r]=t[r];if(arguments.length>2&&(n.children=arguments.length>3?n$a.call(arguments,2):o),"function"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===n[r]&&(n[r]=e.defaultProps[r]);return m$7(e,n,a,i,null)}function m$7(e,t,o,a,i){var r={type:e,props:t,key:o,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==i?++t$a:i,__i:-1,__u:0};return null==i&&null!=l$a.vnode&&l$a.vnode(r),r}function k$4(e){return e.children}function x$1(e,t){this.props=e,this.context=t}function C$1(e,t){if(null==t)return e.__?C$1(e.__,e.__i+1):null;for(var o;t<e.__k.length;t++)if(null!=(o=e.__k[t])&&null!=o.__e)return o.__e;return"function"==typeof e.type?C$1(e):null}function S$2(e){var t,o;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(o=e.__k[t])&&null!=o.__e){e.__e=e.__c.base=o.__e;break}return S$2(e)}}function M$2(e){(!e.__d&&(e.__d=!0)&&i$9.push(e)&&!P$2.__r++||o$6!==l$a.debounceRendering)&&((o$6=l$a.debounceRendering)||r$7)(P$2)}function P$2(){var e,t,o,a,i,r,n,s;for(i$9.sort(e$9);e=i$9.shift();)e.__d&&(t=i$9.length,a=void 0,r=(i=(o=e).__v).__e,n=[],s=[],o.__P&&((a=w$2({},i)).__v=i.__v+1,l$a.vnode&&l$a.vnode(a),F(o.__P,a,i,o.__n,o.__P.namespaceURI,32&i.__u?[r]:null,n,null==r?C$1(i):r,!!(32&i.__u),s),a.__v=i.__v,a.__.__k[a.__i]=a,z$1(n,a,s),a.__e!=r&&S$2(a)),i$9.length>t&&i$9.sort(e$9));P$2.__r=0}function $$1(e,t,o,a,i,r,n,s,_,l,c){var d,u,p,h,v,m,g=a&&a.__k||v$2,f=t.length;for(_=I$1(o,t,g,_),d=0;d<f;d++)null!=(p=o.__k[d])&&(u=-1===p.__i?p$4:g[p.__i]||p$4,p.__i=d,m=F(e,p,u,i,r,n,s,_,l,c),h=p.__e,p.ref&&u.ref!=p.ref&&(u.ref&&V$1(u.ref,null,p),c.push(p.ref,p.__c||h,p)),null==v&&null!=h&&(v=h),4&p.__u||u.__k===p.__k?_=H$2(p,_,e):"function"==typeof p.type&&void 0!==m?_=m:h&&(_=h.nextSibling),p.__u&=-7);return o.__e=v,_}function I$1(e,t,o,a){var i,r,n,s,_,l=t.length,c=o.length,d=c,u=0;for(e.__k=[],i=0;i<l;i++)null!=(r=t[i])&&"boolean"!=typeof r&&"function"!=typeof r?(s=i+u,(r=e.__k[i]="string"==typeof r||"number"==typeof r||"bigint"==typeof r||r.constructor==String?m$7(null,r,null,null,null):d$4(r)?m$7(k$4,{children:r},null,null,null):void 0===r.constructor&&r.__b>0?m$7(r.type,r.props,r.key,r.ref?r.ref:null,r.__v):r).__=e,r.__b=e.__b+1,n=null,-1!==(_=r.__i=O$1(r,o,s,d))&&(d--,(n=o[_])&&(n.__u|=2)),null==n||null===n.__v?(-1==_&&u--,"function"!=typeof r.type&&(r.__u|=4)):_!==s&&(_==s-1?u--:_==s+1?u++:(_>s?u--:u++,r.__u|=4))):r=e.__k[i]=null;if(d)for(i=0;i<c;i++)null!=(n=o[i])&&!(2&n.__u)&&(n.__e==a&&(a=C$1(n)),q$1(n,n));return a}function H$2(e,t,o){var a,i;if("function"==typeof e.type){for(a=e.__k,i=0;a&&i<a.length;i++)a[i]&&(a[i].__=e,t=H$2(a[i],t,o));return t}e.__e!=t&&(t&&e.type&&!o.contains(t)&&(t=C$1(e)),o.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function O$1(e,t,o,a){var i=e.key,r=e.type,n=o-1,s=o+1,_=t[o];if(null===_||_&&i==_.key&&r===_.type&&!(2&_.__u))return o;if(("function"!=typeof r||r===k$4||i)&&a>(null==_||2&_.__u?0:1))for(;n>=0||s<t.length;){if(n>=0){if((_=t[n])&&!(2&_.__u)&&i==_.key&&r===_.type)return n;n--}if(s<t.length){if((_=t[s])&&!(2&_.__u)&&i==_.key&&r===_.type)return s;s++}}return-1}function T$4(e,t,o){"-"===t[0]?e.setProperty(t,null==o?"":o):e[t]=null==o?"":"number"!=typeof o||y$5.test(t)?o:o+"px"}function j$1(e,t,o,a,i){var r,n;e:if("style"===t)if("string"==typeof o)e.style.cssText=o;else{if("string"==typeof a&&(e.style.cssText=a=""),a)for(t in a)o&&t in o||T$4(e.style,t,"");if(o)for(t in o)a&&o[t]===a[t]||T$4(e.style,t,o[t])}else if("o"===t[0]&&"n"===t[1])r=t!==(t=t.replace(f$8,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+r]=o,o?a?o.t=a.t:(o.t=c$6,e.addEventListener(t,r?a$8:s$5,r)):e.removeEventListener(t,r?a$8:s$5,r);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{n=e.tagName&&e.tagName.includes("-"),o!==a&&(e[t]=null!=o||n?o:"");break e}catch(e){}"function"==typeof o||(null==o||!1===o&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==o?"":o))}}function A$4(e){return function(t){if(this.l){var o=this.l[t.type+e];if(null==t.u)t.u=c$6++;else if(t.u<o.t)return;return o(l$a.event?l$a.event(t):t)}}}function F(e,t,o,a,i,r,n,s,_,l){var c,d,u,p,h,v,m,g,f,b,y,C,T,$,w,S,k,x=t.type;if(void 0!==t.constructor)return null;128&o.__u&&(_=!!(32&o.__u),r=[s=t.__e=o.__e]),(c=l$a.__b)&&c(t);e:if("function"==typeof x)try{if(g=t.props,f="prototype"in x&&x.prototype.render,b=(c=x.contextType)&&a[c.__c],y=c?b?b.props.value:c.__:a,o.__c?m=(d=t.__c=o.__c).__=d.__E:(f?t.__c=d=new x(g,y):(t.__c=d=new x$1(g,y),d.constructor=x,d.render=B),b&&b.sub(d),d.props=g,d.state||(d.state={}),d.context=y,d.__n=a,u=d.__d=!0,d.__h=[],d._sb=[]),f&&null==d.__s&&(d.__s=d.state),f&&null!=x.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=w$2({},d.__s)),w$2(d.__s,x.getDerivedStateFromProps(g,d.__s))),p=d.props,h=d.state,d.__v=t,u)f&&null==x.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),f&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(f&&null==x.getDerivedStateFromProps&&g!==p&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(g,y),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(g,d.__s,y)||t.__v===o.__v)){for(t.__v!==o.__v&&(d.props=g,d.state=d.__s,d.__d=!1),t.__e=o.__e,t.__k=o.__k,t.__k.some((function(e){e&&(e.__=t)})),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&n.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(g,d.__s,y),f&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(p,h,v)}))}if(d.context=y,d.props=g,d.__P=e,d.__e=!1,T=l$a.__r,$=0,f){for(d.state=d.__s,d.__d=!1,T&&T(t),c=d.render(d.props,d.state,d.context),w=0;w<d._sb.length;w++)d.__h.push(d._sb[w]);d._sb=[]}else do{d.__d=!1,T&&T(t),c=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++$<25);d.state=d.__s,null!=d.getChildContext&&(a=w$2(w$2({},a),d.getChildContext())),f&&!u&&null!=d.getSnapshotBeforeUpdate&&(v=d.getSnapshotBeforeUpdate(p,h)),s=$$1(e,d$4(S=null!=c&&c.type===k$4&&null==c.key?c.props.children:c)?S:[S],t,o,a,i,r,n,s,_,l),d.base=t.__e,t.__u&=-161,d.__h.length&&n.push(d),m&&(d.__E=d.__=null)}catch(e){if(t.__v=null,_||null!=r)if(e.then){for(t.__u|=_?160:128;s&&8===s.nodeType&&s.nextSibling;)s=s.nextSibling;r[r.indexOf(s)]=null,t.__e=s}else for(k=r.length;k--;)_$1(r[k]);else t.__e=o.__e,t.__k=o.__k;l$a.__e(e,t,o)}else null==r&&t.__v===o.__v?(t.__k=o.__k,t.__e=o.__e):s=t.__e=N$2(o.__e,t,o,a,i,r,n,_,l);return(c=l$a.diffed)&&c(t),128&t.__u?void 0:s}function z$1(e,t,o){for(var a=0;a<o.length;a++)V$1(o[a],o[++a],o[++a]);l$a.__c&&l$a.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){l$a.__e(e,t.__v)}}))}function N$2(e,t,o,a,i,r,n,s,_){var l,c,d,u,p,h,v,m,g=o.props,f=t.props,b=t.type;if("svg"===b?i="http://www.w3.org/2000/svg":"math"===b?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=r)for(l=0;l<r.length;l++)if((p=r[l])&&"setAttribute"in p==!!b&&(b?p.localName===b:3===p.nodeType)){e=p,r[l]=null;break}if(null==e){if(null===b)return document.createTextNode(f);e=document.createElementNS(i,b,f.is&&f),s&&(l$a.__m&&l$a.__m(t,r),s=!1),r=null}if(null===b)g===f||s&&e.data===f||(e.data=f);else{if(r=r&&n$a.call(e.childNodes),g=o.props||p$4,!s&&null!=r)for(g={},l=0;l<e.attributes.length;l++)g[(p=e.attributes[l]).name]=p.value;for(l in g)if(p=g[l],"children"==l);else if("dangerouslySetInnerHTML"==l)d=p;else if(!(l in f)){if("value"==l&&"defaultValue"in f||"checked"==l&&"defaultChecked"in f)continue;j$1(e,l,null,p,i)}for(l in f)p=f[l],"children"==l?u=p:"dangerouslySetInnerHTML"==l?c=p:"value"==l?h=p:"checked"==l?v=p:s&&"function"!=typeof p||g[l]===p||((l.startsWith("on")||"ref"===l&&"function"==typeof p)&&(m=a[Object.keys(a)[0]])&&(p=p.bind(m.props.value)),j$1(e,l,p,g[l],i));if(c)s||d&&(c.__html===d.__html||c.__html===e.innerHTML)||(e.innerHTML=c.__html),t.__k=[];else if(d&&(e.innerHTML=""),$$1(e,d$4(u)?u:[u],t,o,a,"foreignObject"===b?"http://www.w3.org/1999/xhtml":i,r,n,r?r[0]:o.__k&&C$1(o,0),s,_),null!=r)for(l=r.length;l--;)_$1(r[l]);s||(l="value","progress"===b&&null==h?e.removeAttribute("value"):void 0!==h&&(h!==e[l]||"progress"===b&&!h||"option"===b&&h!==g[l])&&j$1(e,l,h,g[l],i),l="checked",void 0!==v&&v!==e[l]&&j$1(e,l,v,g[l],i))}return e}function V$1(e,t,o){try{if("function"==typeof e){var a="function"==typeof e.__u;a&&e.__u(),a&&null==t||(e.__u=e(t))}else e.current=t}catch(e){l$a.__e(e,o)}}function q$1(e,t,o){var a,i;if(l$a.unmount&&l$a.unmount(e),(a=e.ref)&&(a.current&&a.current!==e.__e||V$1(a,null,t)),null!=(a=e.__c)){if(a.componentWillUnmount)try{a.componentWillUnmount()}catch(e){l$a.__e(e,t)}a.base=a.__P=null}if(a=e.__k)for(i=0;i<a.length;i++)a[i]&&q$1(a[i],t,o||"function"!=typeof e.type);o||_$1(e.__e),e.__c=e.__=e.__e=void 0}function B(e,t,o){return this.constructor(e,o)}function D$3(e,t,o){var a,i,r,n;t===document&&(t=document.documentElement),l$a.__&&l$a.__(e,t),i=(a="function"==typeof o)?null:o&&o.__k||t.__k,r=[],n=[],F(t,e=(!a&&o||t).__k=g$3(k$4,null,[e]),i||p$4,p$4,t.namespaceURI,!a&&o?[o]:i?null:t.firstChild?n$a.call(t.childNodes):null,r,!a&&o?o:i?i.__e:t.firstChild,a,n),z$1(r,e,n)}function E$2(e,t){D$3(e,t,E$2)}function J(e,t){var o={__c:t="__cC"+h$1++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var o,a;return this.getChildContext||(o=new Set,(a={})[t]=this,this.getChildContext=function(){return a},this.componentWillUnmount=function(){o=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&o.forEach((function(e){e.__e=!0,M$2(e)}))},this.sub=function(e){o.add(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){o&&o.delete(e),t&&t.call(e)}}),e.children}};return o.Provider.__=o.Consumer.contextType=o}n$a=v$2.slice,l$a={__e:function(e,t,o,a){for(var i,r,n;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(e)),n=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,a||{}),n=i.__d),n)return i.__E=i}catch(t){e=t}throw e}},t$a=0,x$1.prototype.setState=function(e,t){var o;o=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w$2({},this.state),"function"==typeof e&&(e=e(w$2({},o),this.props)),e&&w$2(o,e),null!=e&&this.__v&&(t&&this._sb.push(t),M$2(this))},x$1.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),M$2(this))},x$1.prototype.render=k$4,i$9=[],r$7="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e$9=function(e,t){return e.__v.__b-t.__v.__b},P$2.__r=0,f$8=/(PointerCapture)$|Capture$/i,c$6=0,s$5=A$4(!1),a$8=A$4(!0),h$1=0;var f$7=0;function u$7(e,t,o,a,i,r){t||(t={});var n,s,_=t;"ref"in t&&(n=t.ref,delete t.ref);var l={type:e,props:_,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f$7,__i:-1,__u:0,__source:i,__self:r};if("function"==typeof e&&(n=e.defaultProps))for(s in n)void 0===_[s]&&(_[s]=n[s]);return l$a.vnode&&l$a.vnode(l),l}const l$9=new WeakMap,y$4=(e,t)=>{var o;let a=l$9.get(e);a||(a=J(e),l$9.set(e,a));const i=e.render(),r=u$7(a.Provider,{value:e,children:i});e.__shouldHydrate?(null==(o=e.shadowRoot)||o.querySelectorAll("style").forEach((e=>e.remove())),E$2(r,t),e.__shouldHydrate=!1):D$3(r,t)},y$3={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CONTROL:17,ALT:18,BREAK:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,ARROW_LEFT:37,ARROW_UP:38,ARROW_RIGHT:39,ARROW_DOWN:40,PRINT:44,INSERT:45,DELETE:46,DIGIT_0:48,DIGIT_1:49,DIGIT_2:50,DIGIT_3:51,DIGIT_4:52,DIGIT_5:53,DIGIT_6:54,DIGIT_7:55,DIGIT_8:56,DIGIT_9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOWS:91,CONTEXT_MENU:93,TURN_OFF:94,SLEEP:95,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_ASTERISK:106,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_COMMA:110,NUMPAD_SLASH:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUM_LOCK:144,SCROLL_LOCK:145,COLON:186,PLUS:187,COMMA:188,SLASH:189,DOT:190,PIPE:191,SEMICOLON:192,MINUS:219,GREAT_ACCENT:220,EQUALS:221,SINGLE_QUOTE:222,BACKSLASH:226},b$4=e=>(e.key?"Enter"===e.key:e.keyCode===y$3.ENTER)&&!a$7(e),i$8=e=>(e.key?"Enter"===e.key:e.keyCode===y$3.ENTER)&&e$8(e,!1,!1,!0),C=e=>e$8(e,!0,!1,!1),A$3=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===y$3.SPACE)&&!a$7(e),K=e=>(e.key?"Spacebar"===e.key||" "===e.key:e.keyCode===y$3.SPACE)&&e$8(e,!1,!1,!0),D$2=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===y$3.ARROW_LEFT)&&!a$7(e),R2=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===y$3.ARROW_RIGHT)&&!a$7(e),P$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&!a$7(e),_=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&!a$7(e),S$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!1,!1),u$6=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!1,!1),O=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!1,!1,!0),N$1=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!1,!1,!0),w$1=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!1,!0,!1),T$3=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!1,!0,!1),h=e=>(e.key?"ArrowLeft"===e.key||"Left"===e.key:e.keyCode===y$3.ARROW_LEFT)&&e$8(e,!1,!1,!0),I=e=>(e.key?"ArrowRight"===e.key||"Right"===e.key:e.keyCode===y$3.ARROW_RIGHT)&&e$8(e,!1,!1,!0),p$3=e=>(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!1,!0),W=e=>(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!1,!0),M$1=e=>(e.key?"Home"===e.key:e.keyCode===y$3.HOME)&&!a$7(e),n$9=e=>(e.key?"End"===e.key:e.keyCode===y$3.END)&&!a$7(e),G=e=>(e.key?"Home"===e.key:e.keyCode===y$3.HOME)&&e$8(e,!0,!1,!1),H$1=e=>(e.key?"End"===e.key:e.keyCode===y$3.END)&&e$8(e,!0,!1,!1),m$6=e=>(e.key?"Escape"===e.key||"Esc"===e.key:e.keyCode===y$3.ESCAPE)&&!a$7(e),x=e=>(e.key?"Tab"===e.key:e.keyCode===y$3.TAB)&&!a$7(e),V=e=>(e.key?"Tab"===e.key:e.keyCode===y$3.TAB)&&e$8(e,!1,!1,!0),Q=e=>(e.key?"Backspace"===e.key:e.keyCode===y$3.BACKSPACE)&&!a$7(e),X=e=>(e.key?"Delete"===e.key:e.keyCode===y$3.DELETE)&&!a$7(e),j=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&!a$7(e),q=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&!a$7(e),z2=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!1,!1,!0),$=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!1,!0,!1),v$1=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!1,!1,!0),oo=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!1,!0,!1),yo=e=>(e.key?"PageUp"===e.key:e.keyCode===y$3.PAGE_UP)&&e$8(e,!0,!1,!0),eo=e=>(e.key?"PageDown"===e.key:e.keyCode===y$3.PAGE_DOWN)&&e$8(e,!0,!1,!0),ko=e=>e.key?s$4(e)||Ao(e):e.keyCode===y$3.F4&&!a$7(e)||e.keyCode===y$3.ARROW_DOWN&&e$8(e,!1,!0,!1),s$4=e=>"F4"===e.key&&!a$7(e),lo=e=>(e.key?"F4"===e.key:e.keyCode===y$3.F4)&&e$8(e,!1,!1,!0),bo=e=>(e.key?"F6"===e.key:e.keyCode===y$3.F6)&&e$8(e,!1,!1,!1)||(e.key?"ArrowDown"===e.key||"Down"===e.key:e.keyCode===y$3.ARROW_DOWN)&&e$8(e,!0,!0,!1),fo=e=>(e.key?"F6"===e.key:e.keyCode===y$3.F6)&&e$8(e,!1,!1,!0)||(e.key?"ArrowUp"===e.key||"Up"===e.key:e.keyCode===y$3.ARROW_UP)&&e$8(e,!0,!0,!1),Co=e=>(e.key?"F8"===e.key:e.keyCode===y$3.F8)&&e$8(e,!0,!0,!1),Ao=e=>("ArrowDown"===e.key||"Down"===e.key||"ArrowUp"===e.key||"Up"===e.key)&&e$8(e,!1,!0,!1),Ko=e=>"Shift"===e.key||e.keyCode===y$3.SHIFT,Ro=e=>("A"===e.key||"a"===e.key||e.which===y$3.A)&&e$8(e,!1,!1,!1),Po=e=>("P"===e.key||"p"===e.key||e.which===y$3.P)&&e$8(e,!1,!1,!1),a$7=e=>e.shiftKey||e.altKey||k$3(e),k$3=e=>!(!e.metaKey&&!e.ctrlKey),e$8=(e,t,o,a)=>e.shiftKey===a&&e.altKey===o&&k$3(e)===t,_o=e=>(e.key?-1!=="0123456789".indexOf(e.key):e.keyCode>=y$3.DIGIT_0&&e.keyCode<=y$3.DIGIT_9)&&e$8(e,!1,!1,!1),Uo=e=>(e.key?":"===e.key:e.keyCode===y$3.COLON)&&e$8(e,!1,!1,!0),b$3=new WeakMap,o$5=new WeakMap,v={attributes:!0,childList:!0,characterData:!0,subtree:!0},A$2=e=>{const t=e;return t.accessibleNameRef?E$1(e):t.accessibleName?t.accessibleName:void 0},E$1=e=>{var t;const o=(null==(t=e.accessibleNameRef)?void 0:t.split(" "))??[];let a="";return o.forEach(((t,i)=>{const r=m$5(e,t),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,i<o.length-1&&(a+=" "))})),a},f$6=e=>{const t=new Set;u$5(e).forEach((e=>{t.add(e)}));const o=[e.accessibleNameRef,e.accessibleDescriptionRef].filter(Boolean).join(" ");return(o?o.split(" "):[]).forEach((o=>{const a=m$5(e,o);a&&t.add(a)})),Array.from(t)},u$5=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},m$5=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),M2=e=>{const t=[];if(u$5(e).forEach((e=>{const o=e.textContent;o&&t.push(o)})),t.length)return t.join(" ")},k$2=e=>t=>{const o=t&&"property"===t.type&&"accessibleNameRef"===t.name,a=t&&"property"===t.type&&"accessibleDescriptionRef"===t.name;if(!o&&!a)return;const i=o$5.get(e);if(!i)return;const r=i.observedElements,n=f$6(e);r.forEach((e=>{n.includes(e)||d$3(i,e)})),n.forEach((e=>{r.includes(e)||(g$2(i,e),i.observedElements.push(e))})),null==i||i.callback()},y$2=(e,t)=>{if(o$5.has(e))return;const o=f$6(e),a=k$2(e),i={host:e,observedElements:o,callback:t,invalidationCallback:a};o$5.set(e,i),e.attachInvalidate(a),o.forEach((e=>{g$2(i,e)})),t()},g$2=(e,t)=>{let o=b$3.get(t);if(!o){o={observer:null,callbacks:[]};const a=new MutationObserver((()=>{o.callbacks.forEach((e=>{e()}));const a=document.getElementById(t.id);e.host.id===t.getAttribute("for")||a||d$3(e,t)}));o.observer=a,a.observe(t,v),b$3.set(t,o)}o.callbacks.includes(e.callback)||o.callbacks.push(e.callback)},d$3=(e,t)=>{var o;const a=b$3.get(t);a&&(a.callbacks=a.callbacks.filter((t=>t!==e.callback)),a.callbacks.length||(null==(o=a.observer)||o.disconnect(),b$3.delete(t))),e.observedElements=e.observedElements.filter((e=>e!==t))},T$2=e=>{const t=o$5.get(e);t&&([...t.observedElements].forEach((e=>{d$3(t,e)})),e.detachInvalidate(t.invalidationCallback),o$5.delete(e))},L$2=e=>{const t=e;return t.accessibleDescriptionRef?p$2(e):t.accessibleDescription?t.accessibleDescription:void 0},p$2=e=>{var t;const o=(null==(t=e.accessibleDescriptionRef)?void 0:t.split(" "))??[];let a="";return o.forEach(((t,i)=>{const r=m$5(e,t),n=`${r&&r.textContent?r.textContent:""}`;n&&(a+=n,i<o.length-1&&(a+=" "))})),a};var t$9=(e=>(e["SAP-icons"]="SAP-icons-v4",e.horizon="SAP-icons-v5",e["SAP-icons-TNT"]="tnt",e.BusinessSuiteInAppSymbols="business-suite",e))(t$9||{});const n$8=e=>t$9[e]?t$9[e]:e;var t$8=(e=>(e.SAPIconsV4="SAP-icons-v4",e.SAPIconsV5="SAP-icons-v5",e.SAPIconsTNTV2="tnt-v2",e.SAPIconsTNTV3="tnt-v3",e.SAPBSIconsV1="business-suite-v1",e.SAPBSIconsV2="business-suite-v2",e))(t$8||{});const s$3=new Map;s$3.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),s$3.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),s$3.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const c$5=(e,t)=>{s$3.has(e)?s$3.set(e,{...t,...s$3.get(e)}):s$3.set(e,t)},r$6=e=>{const t=n$l()?"legacy":"sap_horizon";return s$3.has(e)?s$3.get(e)[t]:e},t$7=new Map,c$4=e=>t$7.get(e),i$7=e=>{const t=c$4(r$f());return!e&&t?n$8(t):r$6(e||"SAP-icons")},w="legacy",s$2=new Map,c$3=m$k("SVGIcons.registry",new Map),i$6=m$k("SVGIcons.promises",new Map),l$8="ICON_NOT_FOUND",N2=async e=>{if(!i$6.has(e)){if(!s$2.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=s$2.get(e);i$6.set(e,t(e))}return i$6.get(e)},f$5=e=>{Object.keys(e.data).forEach((t=>{const o=e.data[t];y$1(t,{pathData:o.path||o.paths,ltr:o.ltr,accData:o.acc,collection:e.collection,packageName:e.packageName})}))},y$1=(e,t)=>{const o=`${t.collection}/${e}`,a={collection:t.collection,packageName:t.packageName,pathData:t.pathData,viewBox:t.viewBox,ltr:t.ltr,accData:t.accData,customTemplate:t.customTemplate};c$3.set(o,a)},u$4=e=>{let t;return e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://","")),[e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=n$8(t)),{name:e,collection:t}},D$1=e=>{const{name:t,collection:o}=u$4(e);return g$1(o,t)},n$7=async e=>{const{name:t,collection:o}=u$4(e);let a=l$8;try{a=await N2(i$7(o))}catch(e){console.error(e.message)}if(a===l$8)return a;return g$1(o,t)||(Array.isArray(a)?a.forEach((e=>{f$5(e),c$5(o,{[e.themeFamily||w]:e.collection})})):f$5(a),g$1(o,t))},g$1=(e,t)=>{const o=`${i$7(e)}/${t}`;return c$3.get(o)},A$1=async e=>{var t;if(!e)return;let o=D$1(e);return o||(o=await n$7(e)),o&&o!==l$8&&o.accData?o.packageName?(await f$a(o.packageName)).getText(o.accData):(null==(t=o.accData)?void 0:t.defaultText)||"":void 0},t$6=e=>Array.from(e).filter((e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||0!==(e.nodeValue||"").trim().length))).length>0;let e$7;const l$7=()=>(void 0===e$7&&(e$7=b$9()),e$7);function n$6(e){return e.toLowerCase()}var ButtonDesign;!function(e){e.Default="Default",e.Positive="Positive",e.Negative="Negative",e.Transparent="Transparent",e.Emphasized="Emphasized",e.Attention="Attention"}(ButtonDesign||(ButtonDesign={}));const ButtonDesign$1=ButtonDesign;var ButtonType;!function(e){e.Button="Button",e.Submit="Submit",e.Reset="Reset"}(ButtonType||(ButtonType={}));const ButtonType$1=ButtonType;var ButtonBadgeDesign;!function(e){e.InlineText="InlineText",e.OverlayText="OverlayText",e.AttentionDot="AttentionDot"}(ButtonBadgeDesign||(ButtonBadgeDesign={}));const ButtonBadgeDesign$1=ButtonBadgeDesign;var l$6;function k$1(e){return e.children}l$6={__e:function(e,t,o,a){for(var i,r,n;t=t.__;)if((i=t.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(e)),n=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,a||{}),n=i.__d),n)return i.__E=i}catch(t){e=t}throw e}},"function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;var f$4=0;function u$3(e,t,o,a,i,r){t||(t={});var n,s,_=t;"ref"in t&&(n=t.ref,delete t.ref);var l={type:e,props:_,key:o,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f$4,__i:-1,__u:0,__source:i,__self:r};if("function"==typeof e&&(n=e.defaultProps))for(s in n)void 0===_[s]&&(_[s]=n[s]);return l$6.vnode&&l$6.vnode(l),l}function hash2str(e){let t="";for(const o in e)e[o]&&(t&&(t+=" "),t+=o);return t}const camelToKebabMap=new Map,camelToKebabCase=e=>{if(!camelToKebabMap.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();camelToKebabMap.set(e,t)}return camelToKebabMap.get(e)},pascalToKebabCase=e=>camelToKebabCase(e);function convertEventScoping(e,t,o){const a=e.getMetadata().getEvents();Object.keys(t).forEach((e=>{if(e.startsWith("on")){const o=e.slice(2),i=pascalToKebabCase(o),r=o.charAt(0).toLowerCase()+o.slice(1);let n;i in a?n=i:r in a&&(n=r),n&&"onClick"!==e&&(t[`onui5-${n}`]=t[e],delete t[e])}}))}function isUI5ElementClass(e){return"function"==typeof e&&"getMetadata"in e}function preprocess(e,t,o){let a;return isUI5ElementClass(e)?(a=e.getMetadata().getTag(),convertEventScoping(e,t)):a=e,"object"==typeof t.class&&(t.class=hash2str(t.class)),a}const old=l$6.vnode;function Fragment(e,t){return k$1(e)}function jsx(e,t,o){return u$3(preprocess(e,t),t,o)}function jsxs(e,t,o){return u$3(preprocess(e,t),t,o)}function IconTemplate(){return jsxs("svg",{class:"ui5-icon-root",part:"root",tabindex:this._tabIndex,dir:this._dir,viewBox:this.viewBox,role:this.effectiveAccessibleRole,focusable:"false",preserveAspectRatio:"xMidYMid meet","aria-label":this.effectiveAccessibleName,"aria-hidden":this.effectiveAriaHidden,xmlns:"http://www.w3.org/2000/svg",onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,children:[this.hasIconTooltip&&jsxs("title",{id:`${this._id}-tooltip`,children:[" ",this.effectiveAccessibleName," "]}),jsx("g",{role:"presentation",children:content.call(this)})]})}function content(){return this.customTemplate?this.customTemplate:this.customTemplateAsString?jsx("g",{dangerouslySetInnerHTML:{__html:this.customTemplateAsString}}):this.pathData.map((e=>jsx("path",{d:e})))}var IconMode;l$6.vnode=e=>{const t=e.props;null!==t&&"object"==typeof t&&t.class&&t.class,old&&old(e)},function(e){e.Image="Image",e.Decorative="Decorative",e.Interactive="Interactive"}(IconMode||(IconMode={}));const IconMode$1=IconMode,defaultThemeBase='.sapThemeMetaData-Base-baseLib{background-image:url(\'data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "15.0.8"}, "Version": { "Build": "11.29.3.20250417070835", "Source": "11.29.3"}}\')}:root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "15.0.8"},"Version":{"Build": "11.29.3.20250417070835","Source": "11.29.3"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #5b738b;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #96ccff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #3b9ffe;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #168eff;--sapChart_Sequence_1_Minus1: #077cea;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #077cea;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #06559e;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #054887;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #043b6e;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #623c00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1c85ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #2f13a8;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapFontUrl_SAP-icons_ttf: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf);--sapFontUrl_SAP-icons_woff: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff);--sapFontUrl_SAP-icons_woff2: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2);--sapFontUrl_SAP-icons-TNT_ttf: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf);--sapFontUrl_SAP-icons-TNT_woff: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff);--sapFontUrl_SAP-icons-TNT_woff2: url(../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2);--sapFontUrl_SAP-icons-Business-Suite_ttf: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf);--sapFontUrl_SAP-icons-Business-Suite_woff: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff);--sapFontUrl_SAP-icons-Business-Suite_woff2: url(../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2);--sapFontUrl_72_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2);--sapFontUrl_72_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular.woff);--sapFontUrl_72_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2);--sapFontUrl_72_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff);--sapFontUrl_72_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2);--sapFontUrl_72_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold.woff);--sapFontUrl_72_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2);--sapFontUrl_72_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff);--sapFontUrl_72_Semibold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2);--sapFontUrl_72_Semibold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff);--sapFontUrl_72_Semibold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2);--sapFontUrl_72_Semibold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff);--sapFontUrl_72_SemiboldDuplex_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2);--sapFontUrl_72_SemiboldDuplex_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff);--sapFontUrl_72_SemiboldDuplex_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2);--sapFontUrl_72_SemiboldDuplex_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff);--sapFontUrl_72_Light_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff2);--sapFontUrl_72_Light_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light.woff);--sapFontUrl_72_Light_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2);--sapFontUrl_72_Light_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff);--sapFontUrl_72_Black_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff2);--sapFontUrl_72_Black_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black.woff);--sapFontUrl_72_Black_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2);--sapFontUrl_72_Black_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff);--sapFontUrl_72_BoldItalic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2);--sapFontUrl_72_BoldItalic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff);--sapFontUrl_72_BoldItalic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2);--sapFontUrl_72_BoldItalic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff);--sapFontUrl_72_Condensed_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2);--sapFontUrl_72_Condensed_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff);--sapFontUrl_72_Condensed_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2);--sapFontUrl_72_Condensed_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff);--sapFontUrl_72_CondensedBold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2);--sapFontUrl_72_CondensedBold_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff);--sapFontUrl_72_CondensedBold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2);--sapFontUrl_72_CondensedBold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff);--sapFontUrl_72_Italic_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2);--sapFontUrl_72_Italic_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic.woff);--sapFontUrl_72_Italic_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2);--sapFontUrl_72_Italic_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff);--sapFontUrl_72Mono_Regular_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2);--sapFontUrl_72Mono_Regular_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff);--sapFontUrl_72Mono_Regular_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2);--sapFontUrl_72Mono_Regular_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff);--sapFontUrl_72Mono_Bold_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2);--sapFontUrl_72Mono_Bold_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff);--sapFontUrl_72Mono_Bold_full_woff2: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2);--sapFontUrl_72Mono_Bold_full_woff: url(../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff);--sapSapThemeId: sap_horizon;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px}@font-face{font-family:SAP-icons;src:url(../sap_horizon/fonts/SAP-icons.woff2) format("woff2"),url(../sap_horizon/fonts/SAP-icons.woff) format("woff"),url(../sap_horizon/fonts/SAP-icons.ttf) format("truetype"),local("SAP-icons");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-TNT;src:url(../sap_horizon/fonts/SAP-icons-TNT.woff2) format("woff2"),url(../sap_horizon/fonts/SAP-icons-TNT.woff) format("woff"),url(../sap_horizon/fonts/SAP-icons-TNT.ttf) format("truetype"),local("SAP-icons-TNT");font-weight:400;font-style:normal}@font-face{font-family:SAP-icons-Business-Suite;src:url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2) format("woff2"),url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff) format("woff"),url(../sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf) format("truetype"),local("SAP-icons-Business-Suite_woff2");font-weight:400;font-style:normal}@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular.woff) format("woff"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(../baseTheme/fonts/72-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Regular-full.woff) format("woff")}@font-face{font-family:"72-Bold";src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold.woff) format("woff"),local("72-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Boldfull";src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(../baseTheme/fonts/72-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Bold-full.woff) format("woff")}@font-face{font-family:"72-Semibold";src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold.woff) format("woff"),local("72-Semibold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Semiboldfull";src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:600;src:url(../baseTheme/fonts/72-Semibold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Semibold-full.woff) format("woff")}@font-face{font-family:"72-SemiboldDuplex";src:url(../baseTheme/fonts/72-SemiboldDuplex.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex.woff) format("woff"),local("72-SemiboldDuplex");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-SemiboldDuplexfull";src:url(../baseTheme/fonts/72-SemiboldDuplex-full.woff2) format("woff2"),url(../baseTheme/fonts/72-SemiboldDuplex-full.woff) format("woff")}@font-face{font-family:"72-Light";src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light.woff2) format("woff2"),url(../baseTheme/fonts/72-Light.woff) format("woff"),local("72-Light");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-Lightfull";src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:300;src:url(../baseTheme/fonts/72-Light-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Light-full.woff) format("woff")}@font-face{font-family:"72Black";src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black.woff2) format("woff2"),url(../baseTheme/fonts/72-Black.woff) format("woff"),local("72Black");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+160-161,U+178,U+17D-17E,U+192,U+237,U+2C6-2C7,U+2DC,U+3BC,U+1E0E,U+2013-2014,U+2018-2019,U+201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Blackfull";src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72full";font-style:normal;font-weight:900;src:url(../baseTheme/fonts/72-Black-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Black-full.woff) format("woff")}@font-face{font-family:"72-BoldItalic";src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic.woff) format("woff"),local("72-BoldItalic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:italic;font-weight:700;src:url(../baseTheme/fonts/72-BoldItalic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-BoldItalic-full.woff) format("woff")}@font-face{font-family:"72-Condensed";src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed.woff) format("woff"),local("72-Condensed");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:400;font-stretch:condensed;src:url(../baseTheme/fonts/72-Condensed-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Condensed-full.woff) format("woff");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72-CondensedBold";src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold.woff) format("woff"),local("72-CondensedBold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:700;font-stretch:condensed;src:url(../baseTheme/fonts/72-CondensedBold-full.woff2) format("woff2"),url(../baseTheme/fonts/72-CondensedBold-full.woff) format("woff")}@font-face{font-family:"72-Italic";src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic.woff) format("woff"),local("72-Italic");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:italic;font-weight:400;src:url(../baseTheme/fonts/72-Italic-full.woff2) format("woff2"),url(../baseTheme/fonts/72-Italic-full.woff) format("woff")}@font-face{font-family:"72Mono";src:url(../baseTheme/fonts/72Mono-Regular.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular.woff) format("woff"),local("72Mono");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Monofull";src:url(../baseTheme/fonts/72Mono-Regular-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Regular-full.woff) format("woff")}@font-face{font-family:"72Mono-Bold";src:url(../baseTheme/fonts/72Mono-Bold.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold.woff) format("woff"),local("72Mono-Bold");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72Mono-Boldfull";src:url(../baseTheme/fonts/72Mono-Bold-full.woff2) format("woff2"),url(../baseTheme/fonts/72Mono-Bold-full.woff) format("woff")}.background-image--sapCompanyLogo{background-image:var(--sapCompanyLogo)}.background-image--sapBackgroundImage{background-image:var(--sapBackgroundImage)}.background-image--sapShell_BackgroundImage{background-image:var(--sapShell_BackgroundImage)}\n',defaultTheme=':root{--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-15-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-15-0-avatar-border-radius-img-deduction: .0625rem;--ui5-v2-15-0-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-v2-15-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-15-0-avatar-placeholder-color: var(--ui5-v2-15-0-avatar-initials-color);--_ui5-v2-15-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--_ui5-v2-15-0_avatar_focus_offset: .1875rem;--ui5-v2-15-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_avatar_fontsize_XS: 1rem;--_ui5-v2-15-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-15-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-15-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-15-0_avatar_fontsize_XL: 3rem;--ui5-v2-15-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-15-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-15-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-15-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-15-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-15-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-15-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-15-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-15-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-15-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-15-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-15-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-15-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-15-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-15-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-15-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-15-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-15-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-15-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-15-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-15-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-15-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-15-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-15-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-15-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-15-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-15-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-15-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-15-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5-v2-15-0_avatar_icon_XS: var(--_ui5-v2-15-0_avatar_fontsize_XS);--_ui5-v2-15-0_avatar_icon_S: var(--_ui5-v2-15-0_avatar_fontsize_S);--_ui5-v2-15-0_avatar_icon_M: var(--_ui5-v2-15-0_avatar_fontsize_M);--_ui5-v2-15-0_avatar_icon_L: var(--_ui5-v2-15-0_avatar_fontsize_L);--_ui5-v2-15-0_avatar_icon_XL: var(--_ui5-v2-15-0_avatar_fontsize_XL);--_ui5-v2-15-0_avatar_group_button_focus_border: none;--_ui5-v2-15-0_avatar_group_padding: .3rem;--_ui5-v2-15-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-15-0-tag-height: 1rem;--_ui5-v2-15-0-tag-icon-width: .75rem;--ui5-v2-15-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-15-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-15-0-tag-information-text-shadow: var(--ui5-v2-15-0-tag-text-shadow);--ui5-v2-15-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-15-0-tag-height_size_l: 1.5rem;--_ui5-v2-15-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-15-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-15-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-15-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-15-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-15-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-15-0-tag-text-transform: none;--_ui5-v2-15-0-tag-icon-gap: .25rem;--_ui5-v2-15-0-tag-font-weight: normal;--_ui5-v2-15-0-tag-letter-spacing: normal;--ui5-v2-15-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--_ui5-v2-15-0_bar_base_height: 2.75rem;--_ui5-v2-15-0_bar_subheader_height: 3rem;--_ui5-v2-15-0_bar-start-container-padding-start: 1rem;--_ui5-v2-15-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-15-0_bar-end-container-padding-end: 1rem;--_ui5-v2-15-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-15-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-15-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-15-0-button-badge-diameter: .75rem;--_ui5-v2-15-0-calendar-legend-root-padding: .75rem;--_ui5-v2-15-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-15-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-15-0-calendar-legend-item-box-dot-display: block;--_ui5-v2-15-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-15-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-15-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-15-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-15-0_card_header_title_font_weight: normal;--_ui5-v2-15-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-15-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_card_header_focus_offset: 0px;--_ui5-v2-15-0_card_header_focus_radius: var(--_ui5-v2-15-0_card_border-radius);--_ui5-v2-15-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-15-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-15-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-15-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-15-0_card_header_border: none;--_ui5-v2-15-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-15-0_card_border: none;--ui5-v2-15-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-15-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-15-0_carousel_button_size: 2.5rem;--ui5-v2-15-0_carousel_inactive_dot_size: .25rem;--ui5-v2-15-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-15-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-15-0_checkbox_transition: unset;--_ui5-v2-15-0_checkbox_border_radius: 0;--_ui5-v2-15-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_checkbox_outer_hover_background: transparent;--_ui5-v2-15-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-15-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-15-0_checkbox_wrapped_focus_padding: .5rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-15-0_checkbox_focus_position);--_ui5-v2-15-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-15-0_checkbox_compact_width_height: 2rem;--_ui5-v2-15-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-15-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_wrapper_padding);--_ui5-v2-15-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_checkbox_default_focus_border: none;--_ui5-v2-15-0_checkbox_focus_outline_display: block;--_ui5-v2-15-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-15-0_checkbox_width_height: 2.75rem;--_ui5-v2-15-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-15-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-15-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-15-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_checkbox_focus_position: .3125rem;--_ui5-v2-15-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-15-0_checkbox_right_focus_distance: .3125rem;--_ui5-v2-15-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-15-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 9.5rem;--_ui5-v2-15-0_color-palette-button-height: 3rem;--_ui5-v2-15-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-15-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-15-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-15-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-15-0_color-palette-item-selected-focused-border: none;--_ui5-v2-15-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-15-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-15-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-15-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-15-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-15-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-15-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-15-0-datepicker_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_margin: 2px;--_ui5-v2-15-0_daypicker_item_border: none;--_ui5-v2-15-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_background: transparent;--_ui5-v2-15-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-15-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-15-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-15-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-15-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-15-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-15-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-15-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-15-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-15-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-15-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-15-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-15-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-15-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-15-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-15-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-15-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-15-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-15-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-15-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-15-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-15-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-15-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-15-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-15-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-15-0_daypicker_special_day_border_top: none;--_ui5-v2-15-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-15-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-15-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-15-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-15-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-15-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-15-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_file_uploader_display_input_width: calc(100% - var(--_ui5-v2-15-0_input_icon_width));--_ui5-v2-15-0_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5-v2-15-0_input_icon_width) - var(--_ui5-v2-15-0_input_inner_space_to_tokenizer));--_ui5-v2-15-0_table_cell_valign: center;--_ui5-v2-15-0_table_cell_min_width: 2.75rem;--_ui5-v2-15-0_table_navigated_cell_width: .25rem;--_ui5-v2-15-0_first_table_cell_horizontal_padding: 1rem;--_ui5-v2-15-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-15-0_table_cell_vertical_padding: .25rem;--_ui5-v2-15-0_table_row_actions_gap: .25rem;--ui5-v2-15-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-15-0-form-item-label-justify: end;--ui5-v2-15-0-form-item-label-justify-span12: start;--ui5-v2-15-0-form-item-label-padding: .125rem 0;--ui5-v2-15-0-form-item-label-padding-end: .85rem;--ui5-v2-15-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-15-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-15-0-icon-focus-border-radius: .25rem;--_ui5-v2-15-0_input_width: 13.125rem;--_ui5-v2-15-0_input_min_width: 2.75rem;--_ui5-v2-15-0_input_height: var(--sapElement_Height);--_ui5-v2-15-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_background_color: var(--sapField_Background);--_ui5-v2-15-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_placeholder_style: italic;--_ui5-v2-15-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_bottom_border_height: 0;--_ui5-v2-15-0_input_bottom_border_color: transparent;--_ui5-v2-15-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_input_state_border_width: .125rem;--_ui5-v2-15-0_input_information_border_width: .125rem;--_ui5-v2-15-0_input_error_font_weight: normal;--_ui5-v2-15-0_input_warning_font_weight: normal;--_ui5-v2-15-0_input_focus_border_width: 1px;--_ui5-v2-15-0_input_error_warning_font_style: inherit;--_ui5-v2-15-0_input_error_warning_text_indent: 0;--_ui5-v2-15-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-15-0_input_readonly_border: none;--_ui5-v2-15-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-15-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-15-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_input_icon_min_width: 2.25rem;--_ui5-v2-15-0_input_compact_min_width: 2rem;--_ui5-v2-15-0_input_transition: none;--_ui5-v2-15-0-input-value-state-icon-display: none;--_ui5-v2-15-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_value_state_success_border_width: 1px;--_ui5-v2-15-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-15-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--ui5-v2-15-0_input_focus_pseudo_element_content: "";--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_icon_width: 2.25rem;--_ui5-v2-15-0-input-icons-count: 0;--_ui5-v2-15-0_input_margin_top_bottom: .1875rem;--_ui5-v2-15-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-15-0-input-border: none;--_ui5-v2-15-0_input_hover_border: none;--_ui5-v2-15-0_input_focus_border_radius: .25rem;--_ui5-v2-15-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-15-0_input_error_warning_border_style: none;--_ui5-v2-15-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focus_offset: 0;--_ui5-v2-15-0_input_readonly_focus_offset: .125rem;--_ui5-v2-15-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-15-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-15-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-15-0_input_value_state_success_border_width));--_ui5-v2-15-0_input_icon_color: var(--sapField_TextColor);--_ui5-v2-15-0_input_icon_pressed_bg: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-15-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-15-0_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-15-0_input_icon_border: none;--_ui5-v2-15-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-15-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-15-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-15-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-15-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-15-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-15-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-15-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-15-0_link_focus_text_decoration: underline;--_ui5-v2-15-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-15-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-15-0_link_focused_hover_text_decoration: none;--_ui5-v2-15-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-15-0_link_outline: none;--_ui5-v2-15-0_link_focus_border-radius: .125rem;--_ui5-v2-15-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_subtle_text_decoration: underline;--_ui5-v2-15-0_link_subtle_text_decoration_hover: none;--_ui5-v2-15-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-15-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-15-0-listitem-background-color: var(--sapList_Background);--ui5-v2-15-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-15-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-15-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0-listitembase_disabled_opacity: .5;--_ui5-v2-15-0_product_switch_item_border: none;--_ui5-v2-15-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-15-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_monthpicker_item_margin: .0625rem;--_ui5-v2-15-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-15-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-15-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-15-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-15-0_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5-v2-15-0_message_strip_icon_top: .4375rem;--_ui5-v2-15-0_message_strip_close_button_top: .125rem;--_ui5-v2-15-0_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5-v2-15-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-15-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-15-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-15-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-15-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-15-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-15-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-15-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-15-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-15-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-15-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-15-0_message_strip_close_button_right: .1875rem;--_ui5-v2-15-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_panel_header_height: 2.75rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_panel_button_root_height: 2.75rem;--_ui5-v2-15-0_panel_header_padding_right: .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-15-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-15-0_panel_border_bottom: none;--_ui5-v2-15-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-15-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-15-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-15-0_panel_focus_offset: 0px;--_ui5-v2-15-0_panel_focus_bottom_offset: -1px;--_ui5-v2-15-0_panel_content_padding: .625rem 1rem;--_ui5-v2-15-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-15-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_popup_content_padding_s: 1rem;--_ui5-v2-15-0_popup_content_padding_m_l: 2rem;--_ui5-v2-15-0_popup_content_padding_xl: 3rem;--_ui5-v2-15-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-15-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-15-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-15-0_popup_viewport_margin: 10px;--_ui5-v2-15-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-15-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_popup_header_border: none;--_ui5-v2-15-0_popup_border_radius: .5rem;--_ui5-v2-15-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-15-0_popup_block_layer_opacity: .2;--_ui5-v2-15-0_progress_indicator_bar_border_max: none;--_ui5-v2-15-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-15-0_progress_indicator_side_points_visibility: block;--_ui5-v2-15-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-15-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-15-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-15-0_progress_indicator_host_height: unset;--_ui5-v2-15-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-15-0_progress_indicator_root_position: relative;--_ui5-v2-15-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_root_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_overflow: visible;--_ui5-v2-15-0_progress_indicator_bar_height: .625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-15-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-15-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-15-0_progress_indicator_icon_position: absolute;--_ui5-v2-15-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-15-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-15-0_progress_indicator_value_position: absolute;--_ui5-v2-15-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-15-0_progress_indicator_value_left_position: 0;--_ui5-v2-15-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-15-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-15-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-15-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-15-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-15-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-15-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-15-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-15-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-15-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-15-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-15-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-15-0_progress_indicator_border: none;--_ui5-v2-15-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-15-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-15-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-15-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-15-0_rating_indicator_border_radius: .5rem;--_ui5-v2-15-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_rating_indicator_component_padding: .25rem;--_ui5-v2-15-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-15-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-15-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-15-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Height);--_ui5-v2-15-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-15-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-15-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_focused_border_radius: .375rem;--_ui5-v2-15-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-15-0_button_base_min_width: 2.25rem;--_ui5-v2-15-0_button_base_padding: .5625rem;--_ui5-v2-15-0_button_base_icon_margin: .375rem;--_ui5-v2-15-0_button_text_shadow: none;--_ui5-v2-15-0_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_button_fontFamily: var(--sapButton_FontFamily);--_ui5-v2-15-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_radio_button_min_width: 2.75rem;--_ui5-v2-15-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-15-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-15-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-15-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-15-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-15-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-15-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-15-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-15-0_radio_button_border: none;--_ui5-v2-15-0_radio_button_focus_outline: block;--_ui5-v2-15-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_label_offset: 1px;--_ui5-v2-15-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-15-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-15-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-15-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-15-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-15-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-15-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_radio_button_border_radius: .5rem;--_ui5-v2-15-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-15-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-15-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-15-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-15-0_radio_button_focus_dist: .375rem;--_ui5-v2-15-0_switch_height: 2.75rem;--_ui5-v2-15-0_switch_foucs_border_size: 1px;--_ui5-v2-15-0-switch-root-border-radius: 0;--_ui5-v2-15-0-switch-root-box-shadow: none;--_ui5-v2-15-0_switch_track_border_radius: .75rem;--_ui5-v2-15-0-switch-track-border: 1px solid;--_ui5-v2-15-0_switch_track_transition: none;--_ui5-v2-15-0_switch_handle_border_radius: 1rem;--_ui5-v2-15-0-switch-slider-texts-display: inline;--_ui5-v2-15-0_switch_width: 2.5rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_focus_outline: none;--_ui5-v2-15-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-15-0_switch_root_outline_top: .5rem;--_ui5-v2-15-0_switch_root_outline_bottom: .5rem;--_ui5-v2-15-0_switch_root_outline_left: -.125rem;--_ui5-v2-15-0_switch_root_outline_right: -.125rem;--_ui5-v2-15-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-15-0_switch_track_width: 2.5rem;--_ui5-v2-15-0_switch_track_height: 1.5rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-15-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-15-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-15-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-15-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-15-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-15-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-15-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-15-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-15-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-15-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_track_icon_display: inline-block;--_ui5-v2-15-0_switch_handle_width: 1.5rem;--_ui5-v2-15-0_switch_handle_height: 1.25rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_border: var(--_ui5-v2-15-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_border_width: .125rem;--_ui5-v2-15-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-15-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-15-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-15-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-15-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-15-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_left: .0625rem;--_ui5-v2-15-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-15-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_switch_text_width: 1.25rem;--_ui5-v2-15-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-15-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_text_inactive_left: .1875rem;--_ui5-v2-15-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_inactive_right: auto;--_ui5-v2-15-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-15-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-15-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-15-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-15-0_switch_text_overflow: hidden;--_ui5-v2-15-0_switch_text_z_index: 1;--_ui5-v2-15-0_switch_text_hidden: hidden;--_ui5-v2-15-0_switch_text_min_width: none;--_ui5-v2-15-0_switch_icon_width: 1rem;--_ui5-v2-15-0_switch_icon_height: 1rem;--_ui5-v2-15-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_select_icon_width: 2.25rem;--_ui5-v2-15-0_select_hover_icon_left_border: none;--_ui5-v2-15-0_select_icon_wrapper_height: calc(100% - .0625rem) ;--_ui5-v2-15-0_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_ui5-v2-15-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-15-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-15-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_split_text_button_border_color: transparent;--_ui5-v2-15-0_split_text_button_background_color: transparent;--_ui5-v2-15-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_split_button_focused_border_radius: .375rem;--_ui5-v2-15-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-15-0_split_button_middle_separator_hover_display: none;--_ui5-v2-15-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-15-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-15-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-15-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-15-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-15-0_split_button_positive_separator_color: transparent;--_ui5-v2-15-0_split_button_negative_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-15-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_header_height_text_only: var(--_ui5-v2-15-0_tc_item_text_only_height);--_ui5-v2-15-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-15-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-15-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_headeritem_padding: 1rem;--_ui5-v2-15-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-15-0_tc_headeritem_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5-v2-15-0_tc_headerItem_transition: none;--_ui5-v2-15-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-15-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-15-0_tc_headerItemContent_border_height: 0;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-15-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-15-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-15-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-15-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-15-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-15-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-15-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-15-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-15-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-15-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-15-0_tc_overflowItem_indent: .5rem;--_ui5-v2-15-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-15-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_headerItem_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-15-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-15-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-15-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-15-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-15-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-15-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-15-0_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5-v2-15-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-15-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-15-0_text_max_lines: initial;--_ui5-v2-15-0_textarea_state_border_width: .125rem;--_ui5-v2-15-0_textarea_information_border_width: .125rem;--_ui5-v2-15-0_textarea_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_disabled_opacity: .4;--_ui5-v2-15-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-15-0_textarea_min_height: 2.25rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-15-0_textarea_hover_border: none;--_ui5-v2-15-0_textarea_focus_border_radius: .25rem;--_ui5-v2-15-0_textarea_error_warning_border_style: none;--_ui5-v2-15-0_textarea_line_height: 1.5;--_ui5-v2-15-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_textarea_focus_offset: 0;--_ui5-v2-15-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-15-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-15-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_inner_width: calc(100% - (2 * var(--_ui5-v2-15-0_textarea_wrapper_padding)));--_ui5-v2-15-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-15-0_textarea_padding_top_information: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-15-0_textarea_readonly_border_style: dashed;--_ui5-v2-15-0-time_picker_border_radius: .25rem;--_ui5-v2-15-0_toast_vertical_offset: 3rem;--_ui5-v2-15-0_toast_horizontal_offset: 2rem;--_ui5-v2-15-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-15-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-15-0_toast_offset_width: -.1875rem;--_ui5-v2-15-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-15-0_yearpicker_item_margin: .0625rem;--_ui5-v2-15-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-15-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-15-0_calendar_header_arrow_button_border: none;--_ui5-v2-15-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-15-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-15-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-15-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_token_right_margin: .3125rem;--_ui5-v2-15-0_token_left_padding: .3125rem;--_ui5-v2-15-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_focus_offset: -.25rem;--_ui5-v2-15-0_token_focus_outline_width: .0625rem;--_ui5-v2-15-0_token_selected_focus_outline: none;--_ui5-v2-15-0_token_focus_outline: none;--_ui5-v2-15-0_token_outline_offset: .125rem;--ui5-v2-15-0_token_focus_pseudo_element_content: "";--_ui5-v2-15-0_token_border_radius: .375rem;--_ui5-v2-15-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-15-0_token_text_color: var(--sapTextColor);--_ui5-v2-15-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-15-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-15-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-15-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-15-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-15-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_progress_border: none;--_ui5-v2-15-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-15-0_slider_inner_height: .25rem;--_ui5-v2-15-0_slider_outer_height: 1.6875rem;--_ui5-v2-15-0_slider_progress_border_radius: .25rem;--_ui5-v2-15-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_handle_outline_offset: .075rem;--_ui5-v2-15-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-15-0_slider_disabled_opacity: .4;--_ui5-v2-15-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_range_slider_handle_background_focus: transparent;--_ui5-v2-15-0_slider_progress_box_sizing: content-box;--_ui5-v2-15-0_range_slider_focus_outline_width: 100%;--_ui5-v2-15-0_slider_progress_outline_offset_left: 0;--_ui5-v2-15-0_range_slider_focus_outline_radius: 0;--_ui5-v2-15-0_slider_progress_container_top: 0;--_ui5-v2-15-0_slider_progress_height: 100%;--_ui5-v2-15-0_slider_active_progress_border: none;--_ui5-v2-15-0_slider_active_progress_left: 0;--_ui5-v2-15-0_slider_active_progress_top: 0;--_ui5-v2-15-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-15-0_slider_progress_container_top);--_ui5-v2-15-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-15-0_slider_progress_height);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-15-0_slider_active_progress_border);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-15-0_slider_active_progress_left);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-15-0_slider_active_progress_top);--_ui5-v2-15-0_slider_handle_focus_visibility: none;--_ui5-v2-15-0_slider_handle_icon_size: 1rem;--_ui5-v2-15-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-15-0_slider_progress_container_dot_display: block;--_ui5-v2-15-0_slider_inner_min_width: 4rem;--_ui5-v2-15-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-15-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-15-0_slider_handle_icon_display: inline-block;--_ui5-v2-15-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-15-0_slider_handle_border_radius: .5rem;--_ui5-v2-15-0_slider_handle_height: 1.5rem;--_ui5-v2-15-0_slider_handle_width: 2rem;--_ui5-v2-15-0_slider_handle_top: -.625rem;--_ui5-v2-15-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-15-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-15-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_slider_handle_outline: none;--_ui5-v2-15-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-15-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-15-0_slider_tooltip_border: none;--_ui5-v2-15-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-15-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-15-0_range_slider_progress_focus_display: block;--_ui5-v2-15-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-15-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_min_width: 2rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_slider_handle_focus_width: 1px;--_ui5-v2-15-0_slider_start_end_point_size: .5rem;--_ui5-v2-15-0_slider_start_end_point_left: -.75rem;--_ui5-v2-15-0_slider_start_end_point_top: -.125rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_slider_tooltip_border_box: border-box;--_ui5-v2-15-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_range_slider_active_handle_icon_display: none;--_ui5-v2-15-0_range_slider_progress_focus_top: -15px;--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-15-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-15-0_slider_handle_hover_background);--_ui5-v2-15-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-15-0_slider_tickmark_height: .5rem;--_ui5-v2-15-0_slider_tickmark_top: -2px;--_ui5-v2-15-0_slider_handle_box_sizing: border-box;--_ui5-v2-15-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-15-0_slider_tooltip_bottom: 2rem;--_ui5-v2-15-0_value_state_message_border: none;--_ui5-v2-15-0_value_state_header_border: none;--_ui5-v2-15-0_input_value_state_icon_offset: .5rem;--_ui5-v2-15-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-15-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-15-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-15-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-15-0_value_state_message_popover_header_min_height: 2rem;--_ui5-v2-15-0_value_state_message_popover_header_min_width: 6rem;--_ui5-v2-15-0_value_state_message_popover_header_max_width: 22rem;--_ui5-v2-15-0_value_state_message_popover_header_width: auto;--_ui5-v2-15-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-15-0_value_state_header_border_bottom: none;--_ui5-v2-15-0_input_value_state_icon_display: inline-block;--_ui5-v2-15-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_value_state_message_icon_width: 1rem;--_ui5-v2-15-0_value_state_message_icon_height: 1rem;--_ui5-v2-15-0_value_state_header_offset: -.25rem;--_ui5-v2-15-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-15-0_value_state_message_line_height: 1.125rem;--_ui5-v2-15-0-toolbar-padding-left: .5rem;--_ui5-v2-15-0-toolbar-padding-right: .5rem;--_ui5-v2-15-0-toolbar-item-margin-left: 0;--_ui5-v2-15-0-toolbar-item-margin-right: .25rem;--_ui5-v2-15-0_step_input_min_width: 7.25rem;--_ui5-v2-15-0_step_input_padding: 2.5rem;--_ui5-v2-15-0_step_input_input_error_background_color: inherit;--_ui5-v2-15-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_step_input_border_style: none;--_ui5-v2-15-0_step_input_border_style_hover: none;--_ui5-v2-15-0_step_input_button_background_color: transparent;--_ui5-v2-15-0_step_input_input_border: none;--_ui5-v2-15-0_step_input_input_margin_top: 0;--_ui5-v2-15-0_step_input_button_display: inline-flex;--_ui5-v2-15-0_step_input_button_left: 0;--_ui5-v2-15-0_step_input_button_right: 0;--_ui5-v2-15-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-15-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-15-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-15-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-15-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-15-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-15-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-15-0_step_input_disabled_button_background: none;--_ui5-v2-15-0_step_input_border_color_hover: none;--_ui5-v2-15-0_step_input_border_hover: none;--_ui5-v2-15-0_input_input_background_color: transparent;--_ui5-v2-15-0_load_more_padding: 0;--_ui5-v2-15-0_load_more_border: 1px top solid transparent;--_ui5-v2-15-0_load_more_border_radius: none;--_ui5-v2-15-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-15-0_calendar_height: 24.5rem;--_ui5-v2-15-0_calendar_width: 20rem;--_ui5-v2-15-0_calendar_left_right_padding: .5rem;--_ui5-v2-15-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-15-0_calendar_header_height: 3rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-15-0_calendar_header_padding: .25rem 0;--_ui5-v2-15-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-15-0_checkbox_icon_size: 1rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-15-0_day_picker_item_width: 2.25rem;--_ui5-v2-15-0_day_picker_item_height: 2.875rem;--_ui5-v2-15-0_day_picker_empty_height: 3rem;--_ui5-v2-15-0_day_picker_item_justify_content: space-between;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-15-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-15-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-15-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-15-0_color_picker_sliders_height: 3rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-15-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-15-0-color_channel_margin_top: .25rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-15-0_datetime_picker_width: 40.0625rem;--_ui5-v2-15-0_datetime_picker_height: 25rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-15-0_dialog_content_min_height: 2.75rem;--_ui5-v2-15-0_dialog_footer_height: 2.75rem;--_ui5-v2-15-0_input_inner_padding: 0 .625rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-15-0_list_no_data_height: 3rem;--_ui5-v2-15-0_list_item_cb_margin_right: 0;--_ui5-v2-15-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_item_img_size: 3rem;--_ui5-v2-15-0_list_item_img_top_margin: .5rem;--_ui5-v2-15-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-15-0_list_item_img_hn_margin: .75rem;--_ui5-v2-15-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-15-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1.125rem;--_ui5-v2-15-0_list_item_icon_padding-inline-end: .75rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_group_header_list_item_height: 2.75rem;--_ui5-v2-15-0_month_picker_item_height: 3rem;--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_form_item_min_height: 2.813rem;--_ui5-v2-15-0_form_item_padding: .65rem;--_ui5-v2-15-0-form-group-heading-height: 2.75rem;--_ui5-v2-15-0_popup_default_header_height: 2.75rem;--_ui5-v2-15-0_year_picker_item_height: 3rem;--_ui5-v2-15-0_tokenizer_padding: .25rem;--_ui5-v2-15-0_token_height: 1.625rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .25rem .5rem;--_ui5-v2-15-0_tl_bubble_padding: 1rem;--_ui5-v2-15-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-15-0_tc_item_text: 3rem;--_ui5-v2-15-0_tc_item_height: 4.75rem;--_ui5-v2-15-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-15-0_tc_item_icon_size: 1.25rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-15-0_textarea_margin: .25rem 0;--_ui5-v2-15-0_radio_button_height: 2.75rem;--_ui5-v2-15-0_radio_button_label_side_padding: .875rem;--_ui5-v2-15-0_radio_button_inner_size: 2.75rem;--_ui5-v2-15-0_radio_button_svg_size: 1.375rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.75rem;--_ui5-v2-15-0-tree-indent-step: 1.5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-15-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-15-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-15-0-toolbar-separator-height: 2rem;--_ui5-v2-15-0-toolbar-height: 2.75rem;--_ui5-v2-15-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_split_button_middle_separator_top: .625rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-height: 1.75rem;--_ui5-v2-15-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 12rem;--_ui5-v2-15-0_textarea_padding_top: .5rem;--_ui5-v2-15-0_textarea_padding_bottom: .4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_input_min_width: 2rem;--_ui5-v2-15-0_input_icon_width: 2rem;--_ui5-v2-15-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_radio_button_min_width: 2rem;--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-15-0_radio_button_focus_dist: .1875rem;--_ui5-v2-15-0_switch_height: 2rem;--_ui5-v2-15-0_switch_width: 2.75rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_root_outline_top: .25rem;--_ui5-v2-15-0_switch_root_outline_bottom: .25rem;--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-15-0_switch_track_width: 2.75rem;--_ui5-v2-15-0_switch_track_height: 1.25rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_width: 1.25rem;--_ui5-v2-15-0_switch_handle_height: 1rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1rem;--_ui5-v2-15-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-15-0_switch_text_width: 1rem;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_select_icon_width: 2rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-15-0_textarea_min_height: 1.625rem;--_ui5-v2-15-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-15-0_textarea_padding_top_information: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-15-0_tokenizer_gap: .375em .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-15-0_slider_handle_icon_size: .875rem;--_ui5-v2-15-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-15-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_bar_base_height: 2.5rem;--_ui5-v2-15-0_bar_subheader_height: 2.25rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_button_base_padding: .4375rem;--_ui5-v2-15-0_button_base_min_width: 2rem;--_ui5-v2-15-0-button-badge-diameter: .625rem;--_ui5-v2-15-0_calendar_height: 18rem;--_ui5-v2-15-0_calendar_width: 17.75rem;--_ui5-v2-15-0_calendar_left_right_padding: .25rem;--_ui5-v2-15-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-15-0_calendar_header_height: 2rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-15-0_calendar_header_padding: 0;--_ui5-v2-15-0-calendar-legend-root-padding: .5rem;--_ui5-v2-15-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-15-0_checkbox_root_side_padding: var(--_ui5-v2-15-0_checkbox_wrapped_focus_padding);--_ui5-v2-15-0_checkbox_width_height: var(--_ui5-v2-15-0_checkbox_compact_width_height);--_ui5-v2-15-0_checkbox_wrapper_padding: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_checkbox_inner_width_height: var(--_ui5-v2-15-0_checkbox_compact_inner_size);--_ui5-v2-15-0_checkbox_icon_size: .75rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-15-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-15-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-15-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-15-0-color_channel_margin_top: 0rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_day_picker_item_width: 2rem;--_ui5-v2-15-0_day_picker_item_height: 2rem;--_ui5-v2-15-0_day_picker_empty_height: 2.125rem;--_ui5-v2-15-0_day_picker_item_justify_content: flex-end;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-15-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-15-0_datetime_picker_height: 20.5rem;--_ui5-v2-15-0_datetime_picker_width: 35.5rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-15-0_dialog_content_min_height: 2.5rem;--_ui5-v2-15-0_dialog_footer_height: 2.5rem;--_ui5-v2-15-0_form_item_min_height: 2rem;--_ui5-v2-15-0_form_item_padding: .25rem;--_ui5-v2-15-0-form-group-heading-height: 2rem;--_ui5-v2-15-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_input_inner_padding: 0 .5rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-15-0_input_icon_min_width: var(--_ui5-v2-15-0_input_compact_min_width);--_ui5-v2-15-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-15-0_popup_default_header_height: 2.5rem;--_ui5-v2-15-0_textarea_margin: .1875rem 0;--_ui5-v2-15-0_list_no_data_height: 2rem;--_ui5-v2-15-0_list_item_cb_margin_right: .5rem;--_ui5-v2-15-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_img_top_margin: .55rem;--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-15-0_list_item_base_height: 2rem;--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_month_picker_item_height: 2rem;--_ui5-v2-15-0_year_picker_item_height: 2rem;--_ui5-v2-15-0_panel_header_height: 2rem;--_ui5-v2-15-0_panel_button_root_height: 2rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_token_height: 1.25rem;--_ui5-v2-15-0_token_right_margin: .25rem;--_ui5-v2-15-0_token_left_padding: .25rem;--_ui5-v2-15-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-15-0_token_focus_offset: -.125rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .375rem .375rem;--_ui5-v2-15-0_token_outline_offset: -.125rem;--_ui5-v2-15-0_tl_bubble_padding: .5rem;--_ui5-v2-15-0_tl_padding: .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: .5rem;--_ui5-v2-15-0_tc_item_text: 2rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-15-0_tc_item_height: 4rem;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-15-0_tc_item_icon_size: 1rem;--_ui5-v2-15-0_radio_button_height: 2rem;--_ui5-v2-15-0_radio_button_label_side_padding: .5rem;--_ui5-v2-15-0_radio_button_inner_size: 2rem;--_ui5-v2-15-0_radio_button_svg_size: 1rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-15-0_slider_handle_height: 1.25rem;--_ui5-v2-15-0_slider_handle_width: 1.5rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-15-0_slider_outer_height: 1.3125rem;--_ui5-v2-15-0_step_input_min_width: 6rem;--_ui5-v2-15-0_step_input_padding: 2rem;--_ui5-v2-15-0-tree-indent-step: .5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2rem;--_ui5-v2-15-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-15-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-15-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-15-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-15-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-15-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-15-0_vsd_header_container: 2.5rem;--_ui5-v2-15-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-15-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-15-0-toolbar-separator-height: 1.5rem;--_ui5-v2-15-0-toolbar-height: 2rem;--_ui5-v2-15-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_textarea_padding_top: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom: .125rem;--_ui5-v2-15-0_checkbox_focus_position: .125rem;--_ui5-v2-15-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0_slider_handle_top: -.5rem;--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-15-0_color-palette-item-height: 1.25rem;--_ui5-v2-15-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 8.75rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 7.5rem;--_ui5-v2-15-0_color-palette-button-height: 2rem;--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-15-0_rotation_90deg: rotate(90deg);--_ui5-v2-15-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-15-0_icon_transform_scale: none;--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-15-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-15-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-15-0_dialog_resize_cursor: se-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: .125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-15-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_minus_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-15-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-15-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-15-0_dialog_resize_cursor:sw-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: 0px;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem}\n';p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const iconCss=':host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-15-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-15-0_icon_transform_scale);transform-origin:center}\n';var __decorate$H=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};const ICON_NOT_FOUND="ICON_NOT_FOUND";let Icon=class extends b$5{constructor(){super(...arguments),this.design="Default",this.showTooltip=!1,this.mode="Decorative",this.pathData=[],this.invalid=!1}_onkeydown(e){this.mode===IconMode$1.Interactive&&(b$4(e)&&this.fireDecoratorEvent("click"),A$3(e)&&e.preventDefault())}_onkeyup(e){this.mode===IconMode$1.Interactive&&A$3(e)&&this.fireDecoratorEvent("click")}get _dir(){return this.ltr?"ltr":void 0}get effectiveAriaHidden(){return this.mode===IconMode$1.Decorative?"true":void 0}get _tabIndex(){return this.mode===IconMode$1.Interactive?0:void 0}get effectiveAccessibleRole(){switch(this.mode){case IconMode$1.Interactive:return"button";case IconMode$1.Decorative:return"presentation";default:return"img"}}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}async onBeforeRendering(){var e;const t=this.name;if(!t)return;let o=D$1(t);if(o||(o=await n$7(t)),!o)return this.invalid=!0,console.warn(`Required icon is not registered. Invalid icon name: ${this.name}`);if(o===ICON_NOT_FOUND)return this.invalid=!0,console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "@ui5/webcomponents-icons/dist/${t.replace("sap-icon://","")}.js", or setup a JSON build step and import "@ui5/webcomponents-icons/dist/AllIcons.js".`);if(this.viewBox=o.viewBox||"0 0 512 512","customTemplate"in o&&o.customTemplate&&(this.customTemplate=n$g(o.customTemplate,this)),"customTemplateAsString"in o&&(this.customTemplateAsString=o.customTemplateAsString),this.invalid=!1,"pathData"in o&&o.pathData&&(this.pathData=Array.isArray(o.pathData)?o.pathData:[o.pathData]),this.accData=o.accData,this.ltr=o.ltr,this.packageName=o.packageName,this.accessibleName)this.effectiveAccessibleName=this.accessibleName;else if(this.accData)if(this.packageName){const e=await f$a(this.packageName);this.effectiveAccessibleName=e.getText(this.accData)||void 0}else this.effectiveAccessibleName=(null==(e=this.accData)?void 0:e.defaultText)||void 0;else this.effectiveAccessibleName=void 0}get hasIconTooltip(){return this.showTooltip&&this.effectiveAccessibleName}};__decorate$H([s$6()],Icon.prototype,"design",void 0),__decorate$H([s$6()],Icon.prototype,"name",void 0),__decorate$H([s$6()],Icon.prototype,"accessibleName",void 0),__decorate$H([s$6({type:Boolean})],Icon.prototype,"showTooltip",void 0),__decorate$H([s$6()],Icon.prototype,"mode",void 0),__decorate$H([s$6({type:Array})],Icon.prototype,"pathData",void 0),__decorate$H([s$6({type:Object,noAttribute:!0})],Icon.prototype,"accData",void 0),__decorate$H([s$6({type:Boolean})],Icon.prototype,"invalid",void 0),__decorate$H([s$6({noAttribute:!0})],Icon.prototype,"effectiveAccessibleName",void 0),Icon=__decorate$H([m$8({tag:"ui5-icon",languageAware:!0,themeAware:!0,renderer:y$4,template:IconTemplate,styles:iconCss}),l$b("click",{bubbles:!0})],Icon),Icon.define();const Icon$1=Icon;var BusyIndicatorTextPlacement;!function(e){e.Top="Top",e.Bottom="Bottom"}(BusyIndicatorTextPlacement||(BusyIndicatorTextPlacement={}));const BusyIndicatorTextPlacement$1=BusyIndicatorTextPlacement,BUSY_INDICATOR_TITLE={key:"BUSY_INDICATOR_TITLE",defaultText:"Please wait"},BUTTON_ARIA_TYPE_ACCEPT={key:"BUTTON_ARIA_TYPE_ACCEPT",defaultText:"Positive Action"},BUTTON_ARIA_TYPE_REJECT={key:"BUTTON_ARIA_TYPE_REJECT",defaultText:"Negative Action"},BUTTON_ARIA_TYPE_EMPHASIZED={key:"BUTTON_ARIA_TYPE_EMPHASIZED",defaultText:"Emphasized"},BUTTON_ARIA_TYPE_ATTENTION={key:"BUTTON_ARIA_TYPE_ATTENTION",defaultText:"Warning"},BUTTON_BADGE_ONE_ITEM={key:"BUTTON_BADGE_ONE_ITEM",defaultText:"{0} item"},BUTTON_BADGE_MANY_ITEMS={key:"BUTTON_BADGE_MANY_ITEMS",defaultText:"{0} items"},DATEPICKER_OPEN_ICON_TITLE={key:"DATEPICKER_OPEN_ICON_TITLE",defaultText:"Open Picker"},DATEPICKER_DATE_DESCRIPTION={key:"DATEPICKER_DATE_DESCRIPTION",defaultText:"Date Input"},DATEPICKER_POPOVER_ACCESSIBLE_NAME={key:"DATEPICKER_POPOVER_ACCESSIBLE_NAME",defaultText:"Choose Date for {0}"},DATETIME_COMPONENTS_PLACEHOLDER_PREFIX={key:"DATETIME_COMPONENTS_PLACEHOLDER_PREFIX",defaultText:"e.g."},EMPTY_INDICATOR_SYMBOL={key:"EMPTY_INDICATOR_SYMBOL",defaultText:"–"},EMPTY_INDICATOR_ACCESSIBLE_TEXT={key:"EMPTY_INDICATOR_ACCESSIBLE_TEXT",defaultText:"Empty Value"},EXPANDABLE_TEXT_SHOW_MORE={key:"EXPANDABLE_TEXT_SHOW_MORE",defaultText:"Show More"},EXPANDABLE_TEXT_SHOW_LESS={key:"EXPANDABLE_TEXT_SHOW_LESS",defaultText:"Show Less"},EXPANDABLE_TEXT_CLOSE={key:"EXPANDABLE_TEXT_CLOSE",defaultText:"Close"},EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL={key:"EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL",defaultText:"Show the full text"},EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL={key:"EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL",defaultText:"Close the popover"},GROUP_HEADER_TEXT={key:"GROUP_HEADER_TEXT",defaultText:"Group Header"},SELECT_ROLE_DESCRIPTION={key:"SELECT_ROLE_DESCRIPTION",defaultText:"Listbox"},INPUT_SUGGESTIONS={key:"INPUT_SUGGESTIONS",defaultText:"Suggestions Available"},INPUT_SUGGESTIONS_TITLE={key:"INPUT_SUGGESTIONS_TITLE",defaultText:"Select"},INPUT_SUGGESTIONS_ONE_HIT={key:"INPUT_SUGGESTIONS_ONE_HIT",defaultText:"1 result available"},INPUT_SUGGESTIONS_MORE_HITS={key:"INPUT_SUGGESTIONS_MORE_HITS",defaultText:"{0} results are available"},INPUT_SUGGESTIONS_NO_HIT={key:"INPUT_SUGGESTIONS_NO_HIT",defaultText:"No results"},INPUT_CLEAR_ICON_ACC_NAME={key:"INPUT_CLEAR_ICON_ACC_NAME",defaultText:"Clear"},INPUT_SUGGESTIONS_OK_BUTTON={key:"INPUT_SUGGESTIONS_OK_BUTTON",defaultText:"OK"},INPUT_SUGGESTIONS_CANCEL_BUTTON={key:"INPUT_SUGGESTIONS_CANCEL_BUTTON",defaultText:"Cancel"},LINK_SUBTLE={key:"LINK_SUBTLE",defaultText:"Subtle"},LINK_EMPHASIZED={key:"LINK_EMPHASIZED",defaultText:"Emphasized"},LIST_ITEM_POSITION={key:"LIST_ITEM_POSITION",defaultText:"List item {0} of {1}"},LIST_ITEM_SELECTED={key:"LIST_ITEM_SELECTED",defaultText:"Selected"},LIST_ITEM_GROUP_HEADER={key:"LIST_ITEM_GROUP_HEADER",defaultText:"Group Header"},LIST_ROLE_LIST_GROUP_DESCRIPTION={key:"LIST_ROLE_LIST_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups with {1} items"},LIST_ROLE_LISTBOX_GROUP_DESCRIPTION={key:"LIST_ROLE_LISTBOX_GROUP_DESCRIPTION",defaultText:"contains {0} sub groups"},ARIA_LABEL_LIST_SELECTABLE={key:"ARIA_LABEL_LIST_SELECTABLE",defaultText:"Contains Selectable Items"},ARIA_LABEL_LIST_MULTISELECTABLE={key:"ARIA_LABEL_LIST_MULTISELECTABLE",defaultText:"Contains Multi-Selectable Items"},ARIA_LABEL_LIST_DELETABLE={key:"ARIA_LABEL_LIST_DELETABLE",defaultText:"Contains Deletable Items"},INPUT_AVALIABLE_VALUES={key:"INPUT_AVALIABLE_VALUES",defaultText:"Available Values"},RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON={key:"RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON",defaultText:"Decline"},SEGMENTEDBUTTON_ARIA_DESCRIPTION={key:"SEGMENTEDBUTTON_ARIA_DESCRIPTION",defaultText:"Segmented button group"},SEGMENTEDBUTTON_ARIA_DESCRIBEDBY={key:"SEGMENTEDBUTTON_ARIA_DESCRIBEDBY",defaultText:"Press SPACE or ENTER to select an item"},SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION={key:"SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION",defaultText:"Segmented button"},LOAD_MORE_TEXT={key:"LOAD_MORE_TEXT",defaultText:"More"},TEXTAREA_CHARACTERS_LEFT={key:"TEXTAREA_CHARACTERS_LEFT",defaultText:"{0} characters remaining"},TEXTAREA_CHARACTERS_EXCEEDED={key:"TEXTAREA_CHARACTERS_EXCEEDED",defaultText:"{0} characters over limit"},TIMEPICKER_HOURS_LABEL={key:"TIMEPICKER_HOURS_LABEL",defaultText:"Hours"},TIMEPICKER_MINUTES_LABEL={key:"TIMEPICKER_MINUTES_LABEL",defaultText:"Minutes"},TIMEPICKER_SECONDS_LABEL={key:"TIMEPICKER_SECONDS_LABEL",defaultText:"Seconds"},TIMEPICKER_SUBMIT_BUTTON={key:"TIMEPICKER_SUBMIT_BUTTON",defaultText:"OK"},TIMEPICKER_CANCEL_BUTTON={key:"TIMEPICKER_CANCEL_BUTTON",defaultText:"Cancel"},TIMEPICKER_INPUT_DESCRIPTION={key:"TIMEPICKER_INPUT_DESCRIPTION",defaultText:"Time Input"},TIMEPICKER_POPOVER_ACCESSIBLE_NAME={key:"TIMEPICKER_POPOVER_ACCESSIBLE_NAME",defaultText:"Choose Time for {0}"},TIMEPICKER_CLOCK_DIAL_LABEL={key:"TIMEPICKER_CLOCK_DIAL_LABEL",defaultText:"Clock Dial"},TIMEPICKER_INPUTS_ENTER_HOURS={key:"TIMEPICKER_INPUTS_ENTER_HOURS",defaultText:"Please enter hours"},TIMEPICKER_INPUTS_ENTER_MINUTES={key:"TIMEPICKER_INPUTS_ENTER_MINUTES",defaultText:"Please enter minutes"},TIMEPICKER_INPUTS_ENTER_SECONDS={key:"TIMEPICKER_INPUTS_ENTER_SECONDS",defaultText:"Please enter seconds"},VALUE_STATE_TYPE_ERROR={key:"VALUE_STATE_TYPE_ERROR",defaultText:"Value State Error"},VALUE_STATE_TYPE_WARNING={key:"VALUE_STATE_TYPE_WARNING",defaultText:"Value State Warning"},VALUE_STATE_TYPE_SUCCESS={key:"VALUE_STATE_TYPE_SUCCESS",defaultText:"Value State Success"},VALUE_STATE_TYPE_INFORMATION={key:"VALUE_STATE_TYPE_INFORMATION",defaultText:"Value State Information"},VALUE_STATE_ERROR={key:"VALUE_STATE_ERROR",defaultText:"Invalid entry"},VALUE_STATE_WARNING={key:"VALUE_STATE_WARNING",defaultText:"Warning issued"},VALUE_STATE_INFORMATION={key:"VALUE_STATE_INFORMATION",defaultText:"Informative entry"},VALUE_STATE_SUCCESS={key:"VALUE_STATE_SUCCESS",defaultText:"Entry successfully validated"},VALUE_STATE_LINK={key:"VALUE_STATE_LINK",defaultText:"To move the focus to the link, press Ctrl+Alt+F8"},VALUE_STATE_LINK_MAC={key:"VALUE_STATE_LINK_MAC",defaultText:"To move the focus to the link, press Cmd+Option+F8"},VALUE_STATE_LINKS={key:"VALUE_STATE_LINKS",defaultText:"To go to the first link, press Ctrl+Alt+F8. To move to the next link, use Tab"},VALUE_STATE_LINKS_MAC={key:"VALUE_STATE_LINKS_MAC",defaultText:"To go to the first link, press Cmd+Option+F8. To move to the next link, use Tab"},CALENDAR_HEADER_MONTH_BUTTON={key:"CALENDAR_HEADER_MONTH_BUTTON",defaultText:"Month {0}"},CALENDAR_HEADER_YEAR_BUTTON={key:"CALENDAR_HEADER_YEAR_BUTTON",defaultText:"Year {0}"},CALENDAR_HEADER_YEAR_RANGE_BUTTON={key:"CALENDAR_HEADER_YEAR_RANGE_BUTTON",defaultText:"Year range from {0} to {1}"},CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_MONTH_BUTTON_SHORTCUT",defaultText:"F4"},CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_YEAR_BUTTON_SHORTCUT",defaultText:"Shift + F4"},CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT={key:"CALENDAR_HEADER_YEAR_RANGE_BUTTON_SHORTCUT",defaultText:"Shift + F4"},DAY_PICKER_SELECTED_RANGE_START={key:"DAY_PICKER_SELECTED_RANGE_START",defaultText:"{0} First date of range"},DAY_PICKER_SELECTED_RANGE_BETWEEN={key:"DAY_PICKER_SELECTED_RANGE_BETWEEN",defaultText:"{0} in a selected range"},DAY_PICKER_SELECTED_RANGE_END={key:"DAY_PICKER_SELECTED_RANGE_END",defaultText:"{0} Last date of range"},DAY_PICKER_WEEK_NUMBER_TEXT={key:"DAY_PICKER_WEEK_NUMBER_TEXT",defaultText:"Week Number"},DAY_PICKER_NON_WORKING_DAY={key:"DAY_PICKER_NON_WORKING_DAY",defaultText:"Non-Working Day"},DAY_PICKER_TODAY={key:"DAY_PICKER_TODAY",defaultText:"Today"},MONTH_PICKER_DESCRIPTION={key:"MONTH_PICKER_DESCRIPTION",defaultText:"Month Picker"},YEAR_PICKER_DESCRIPTION={key:"YEAR_PICKER_DESCRIPTION",defaultText:"Year Picker"},YEAR_RANGE_PICKER_DESCRIPTION={key:"YEAR_RANGE_PICKER_DESCRIPTION",defaultText:"Year Range Picker"},STEPINPUT_DEC_ICON_TITLE={key:"STEPINPUT_DEC_ICON_TITLE",defaultText:"Decrease"},STEPINPUT_INC_ICON_TITLE={key:"STEPINPUT_INC_ICON_TITLE",defaultText:"Increase"},DIALOG_HEADER_ARIA_ROLE_DESCRIPTION={key:"DIALOG_HEADER_ARIA_ROLE_DESCRIPTION",defaultText:"Interactive Header"},DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE",defaultText:"Use Shift+Arrow keys to resize"},DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE",defaultText:"Use Arrow keys to move"},DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE={key:"DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE",defaultText:"Use Arrow keys to move, Shift+Arrow keys to resize"},LABEL_COLON={key:"LABEL_COLON",defaultText:":"},FORM_CHECKABLE_REQUIRED={key:"FORM_CHECKABLE_REQUIRED",defaultText:"Please tick this box if you want to proceed."},FORM_SELECTABLE_REQUIRED={key:"FORM_SELECTABLE_REQUIRED",defaultText:"Please select an item in the list."},FORM_SELECTABLE_REQUIRED2={key:"FORM_SELECTABLE_REQUIRED2",defaultText:"Please select one of these options."},FORM_TEXTFIELD_REQUIRED={key:"FORM_TEXTFIELD_REQUIRED",defaultText:"Please fill in this field."};function LabelTemplate(){return jsxs("label",{class:"ui5-label-root",onClick:this._onclick,children:[jsx("span",{class:"ui5-label-text-wrapper",children:jsx("slot",{})}),jsx("span",{"aria-hidden":"true",class:"ui5-label-required-colon","data-ui5-colon":this._colonSymbol})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const labelCss=':host(:not([hidden])){display:inline-flex}:host{max-width:100%;color:var(--sapContent_LabelColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;cursor:text}.ui5-label-root{width:100%;cursor:inherit}:host{white-space:normal}:host([wrapping-type="None"]){white-space:nowrap}:host([wrapping-type="None"]) .ui5-label-root{display:inline-flex}:host([wrapping-type="None"]) .ui5-label-text-wrapper{text-overflow:ellipsis;overflow:hidden;display:inline-block;vertical-align:top;flex:0 1 auto;min-width:0}:host([show-colon]) .ui5-label-required-colon:before{content:attr(data-ui5-colon)}:host([required]) .ui5-label-required-colon:after{content:"*";color:var(--sapField_RequiredColor);font-size:var(--sapFontLargeSize);font-weight:700;position:relative;font-style:normal;vertical-align:middle;line-height:0}.ui5-label-text-wrapper{padding-inline-end:.075rem}:host([required][show-colon]) .ui5-label-required-colon:after{margin-inline-start:.125rem}:host([show-colon]) .ui5-label-required-colon{margin-inline-start:-.05rem;white-space:pre}\n';var Label_1,__decorate$G=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let Label=Label_1=class extends b$5{constructor(){super(...arguments),this.showColon=!1,this.required=!1,this.wrappingType="Normal"}_onclick(){if(!this.for)return;const e=this.getRootNode().querySelector(`[id="${this.for}"]`);e&&e.focus()}get _colonSymbol(){return Label_1.i18nBundle.getText(LABEL_COLON)}};__decorate$G([s$6()],Label.prototype,"for",void 0),__decorate$G([s$6({type:Boolean})],Label.prototype,"showColon",void 0),__decorate$G([s$6({type:Boolean})],Label.prototype,"required",void 0),__decorate$G([s$6()],Label.prototype,"wrappingType",void 0),__decorate$G([i$a("@ui5/webcomponents")],Label,"i18nBundle",void 0),Label=Label_1=__decorate$G([m$8({tag:"ui5-label",renderer:y$4,template:LabelTemplate,styles:labelCss,languageAware:!0})],Label),Label.define();const Label$1=Label;function BusyIndicatorTemplate(){return jsxs("div",{class:"ui5-busy-indicator-root",children:[this._isBusy&&jsxs("div",{class:{"ui5-busy-indicator-busy-area":!0,"ui5-busy-indicator-busy-area-over-content":this.hasContent},title:this.ariaTitle,tabindex:0,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuetext":"Busy","aria-labelledby":this.labelId,"data-sap-focus-ref":!0,children:[this.textPosition.top&&BusyIndicatorBusyText.call(this),jsxs("div",{class:"ui5-busy-indicator-circles-wrapper",children:[jsx("div",{class:"ui5-busy-indicator-circle circle-animation-0"}),jsx("div",{class:"ui5-busy-indicator-circle circle-animation-1"}),jsx("div",{class:"ui5-busy-indicator-circle circle-animation-2"})]}),this.textPosition.bottom&&BusyIndicatorBusyText.call(this)]}),jsx("slot",{}),this._isBusy&&jsx("span",{"data-ui5-focus-redirect":!0,tabindex:0,role:"none",onFocusIn:this._redirectFocus})]})}function BusyIndicatorBusyText(){return jsx(Fragment,{children:this.text&&jsx(Label$1,{id:`${this._id}-label`,class:"ui5-busy-indicator-text",children:this.text})})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const busyIndicatorCss=':host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-15-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-15-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}\n';var BusyIndicator_1,__decorate$F=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let BusyIndicator=BusyIndicator_1=class extends b$5{constructor(){super(),this.size="M",this.active=!1,this.delay=1e3,this.textPlacement="Bottom",this._isBusy=!1,this._keydownHandler=this._handleKeydown.bind(this),this._preventEventHandler=this._preventEvent.bind(this)}onEnterDOM(){this.addEventListener("keydown",this._keydownHandler,{capture:!0}),this.addEventListener("keyup",this._preventEventHandler,{capture:!0}),f$d()&&this.setAttribute("desktop","")}onExitDOM(){this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this.removeEventListener("keydown",this._keydownHandler,!0),this.removeEventListener("keyup",this._preventEventHandler,!0)}get ariaTitle(){return BusyIndicator_1.i18nBundle.getText(BUSY_INDICATOR_TITLE)}get labelId(){return this.text?`${this._id}-label`:void 0}get textPosition(){return{top:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Top,bottom:this.text&&this.textPlacement===BusyIndicatorTextPlacement$1.Bottom}}get hasContent(){return t$6(Array.from(this.children))}onBeforeRendering(){this.active?this._isBusy||this._busyTimeoutId||(this._busyTimeoutId=setTimeout((()=>{delete this._busyTimeoutId,this._isBusy=!0}),Math.max(0,this.delay))):(this._busyTimeoutId&&(clearTimeout(this._busyTimeoutId),delete this._busyTimeoutId),this._isBusy=!1)}_handleKeydown(e){this._isBusy&&(e.stopImmediatePropagation(),x(e)&&(this.focusForward=!0,this.shadowRoot.querySelector("[data-ui5-focus-redirect]").focus(),this.focusForward=!1))}_preventEvent(e){this._isBusy&&e.stopImmediatePropagation()}_redirectFocus(e){this.focusForward||(e.preventDefault(),this.shadowRoot.querySelector(".ui5-busy-indicator-busy-area").focus())}};__decorate$F([s$6()],BusyIndicator.prototype,"text",void 0),__decorate$F([s$6()],BusyIndicator.prototype,"size",void 0),__decorate$F([s$6({type:Boolean})],BusyIndicator.prototype,"active",void 0),__decorate$F([s$6({type:Number})],BusyIndicator.prototype,"delay",void 0),__decorate$F([s$6()],BusyIndicator.prototype,"textPlacement",void 0),__decorate$F([s$6({type:Boolean})],BusyIndicator.prototype,"_isBusy",void 0),__decorate$F([i$a("@ui5/webcomponents")],BusyIndicator,"i18nBundle",void 0),BusyIndicator=BusyIndicator_1=__decorate$F([m$8({tag:"ui5-busy-indicator",languageAware:!0,styles:busyIndicatorCss,renderer:y$4,template:BusyIndicatorTemplate})],BusyIndicator),BusyIndicator.define();const BusyIndicator$1=BusyIndicator;var BusyIndicatorSize;!function(e){e.S="S",e.M="M",e.L="L"}(BusyIndicatorSize||(BusyIndicatorSize={}));const BusyIndicatorSize$1=BusyIndicatorSize;function ButtonTemplate(e){var t,o,a,i,r,n,s,_;return jsxs(Fragment,{children:[jsxs("button",{type:"button",class:{"ui5-button-root":!0,"ui5-button-badge-placement-end":"InlineText"===(null==(t=this.badge[0])?void 0:t.design),"ui5-button-badge-placement-end-top":"OverlayText"===(null==(o=this.badge[0])?void 0:o.design),"ui5-button-badge-dot":"AttentionDot"===(null==(a=this.badge[0])?void 0:a.design)},disabled:this.disabled,"data-sap-focus-ref":!0,"aria-pressed":null==e?void 0:e.ariaPressed,"aria-valuemin":null==e?void 0:e.ariaValueMin,"aria-valuemax":null==e?void 0:e.ariaValueMax,"aria-valuenow":null==e?void 0:e.ariaValueNow,"aria-valuetext":null==e?void 0:e.ariaValueText,onFocusOut:this._onfocusout,onClick:this._onclick,onMouseDown:this._onmousedown,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onTouchStart:this._ontouchstart,onTouchEnd:this._ontouchend,tabindex:this.tabIndexValue,"aria-expanded":null==(i=this._computedAccessibilityAttributes)?void 0:i.expanded,"aria-controls":null==(r=this._computedAccessibilityAttributes)?void 0:r.controls,"aria-haspopup":null==(n=this._computedAccessibilityAttributes)?void 0:n.hasPopup,"aria-label":null==(s=this._computedAccessibilityAttributes)?void 0:s.ariaLabel,"aria-keyshortcuts":null==(_=this._computedAccessibilityAttributes)?void 0:_.ariaKeyShortcuts,"aria-description":this.ariaDescriptionText,"aria-busy":this.loading?"true":void 0,title:this.buttonTitle,part:"button",role:this.effectiveAccRole,children:[this.icon&&jsx(Icon$1,{class:"ui5-button-icon",name:this.icon,mode:"Decorative",part:"icon"}),jsx("span",{id:`${this._id}-content`,class:"ui5-button-text",children:jsx("bdi",{children:jsx("slot",{})})}),this.endIcon&&jsx(Icon$1,{class:"ui5-button-end-icon",name:this.endIcon,mode:"Decorative",part:"endIcon"}),this.shouldRenderBadge&&jsx("slot",{name:"badge"})]}),this.loading&&jsx(BusyIndicator$1,{id:`${this._id}-button-busy-indicator`,class:"ui5-button-busy-indicator",size:this.iconOnly?BusyIndicatorSize$1.S:BusyIndicatorSize$1.M,active:!0,delay:this.loadingDelay,inert:this.loading})]})}p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const buttonCss=':host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-15-0_button_base_min_width);height:var(--_ui5-v2-15-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-15-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-15-0_button_text_shadow);border-radius:var(--_ui5-v2-15-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-15-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-15-0_button_base_min_width) - var(--_ui5-v2-15-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-15-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}\n';var Button_1$1,__decorate$E=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let isGlobalHandlerAttached$3=!1,activeButton$1=null,Button$2=Button_1$1=class extends b$5{constructor(){super(),this.design="Default",this.disabled=!1,this.submits=!1,this.accessibilityAttributes={},this.type="Button",this.accessibleRole="Button",this.active=!1,this.iconOnly=!1,this.hasIcon=!1,this.hasEndIcon=!1,this.nonInteractive=!1,this.loading=!1,this.loadingDelay=1e3,this._iconSettings={},this.forcedTabIndex="0",this._isTouch=!1,this._cancelAction=!1,this._clickHandlerAttached=!1,this._deactivate=()=>{activeButton$1&&activeButton$1._setActiveState(!1)},this._onclickBound=e=>{e instanceof CustomEvent||this._onclick(e)},this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0),isGlobalHandlerAttached$3||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$3=!0)}_ontouchstart(){this.nonInteractive||this._setActiveState(!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop",""),this._clickHandlerAttached||(this.addEventListener("click",this._onclickBound),this._clickHandlerAttached=!0)}onExitDOM(){this._clickHandlerAttached&&(this.removeEventListener("click",this._onclickBound),this._clickHandlerAttached=!1)}async onBeforeRendering(){this._setBadgeOverlayStyle(),this.hasIcon=!!this.icon,this.hasEndIcon=!!this.endIcon,this.iconOnly=this.isIconOnly;const e=await this.getDefaultTooltip();this.buttonTitle=this.iconOnly?this.tooltip??e:this.tooltip}_setBadgeOverlayStyle(){this.badge.length&&(this.badge[0].design===ButtonBadgeDesign$1.AttentionDot||this.badge[0].design===ButtonBadgeDesign$1.OverlayText)?this._internals.states.add("has-overlay-badge"):this._internals.states.delete("has-overlay-badge")}_onclick(e){var t;if(e.stopImmediatePropagation(),this.nonInteractive)return;if(this.loading)return void e.preventDefault();const{altKey:o,ctrlKey:a,metaKey:i,shiftKey:r}=e;this.fireDecoratorEvent("click",{originalEvent:e,altKey:o,ctrlKey:a,metaKey:i,shiftKey:r})?(this._isSubmit&&i$d(this),this._isReset&&m$b(this),h$5()&&(null==(t=this.getDomRef())||t.focus())):e.preventDefault()}_onmousedown(){this.nonInteractive||(this._setActiveState(!0),activeButton$1=this)}_ontouchend(e){(this.disabled||this.loading)&&(e.preventDefault(),e.stopPropagation()),this.active&&this._setActiveState(!1),activeButton$1&&activeButton$1._setActiveState(!1)}_onkeydown(e){this._cancelAction=Ko(e)||m$6(e),A$3(e)||b$4(e)?this._setActiveState(!0):this._cancelAction&&this._setActiveState(!1)}_onkeyup(e){this._cancelAction&&e.preventDefault(),(A$3(e)||b$4(e))&&this.active&&this._setActiveState(!1)}_onfocusout(){this.nonInteractive||this.active&&this._setActiveState(!1)}_setActiveState(e){!this.fireDecoratorEvent("active-state-change")||this.loading||(this.active=e)}get hasButtonType(){return this.design!==ButtonDesign$1.Default&&this.design!==ButtonDesign$1.Transparent}get isIconOnly(){return!t$6(this.text)}static typeTextMappings(){return{Positive:BUTTON_ARIA_TYPE_ACCEPT,Negative:BUTTON_ARIA_TYPE_REJECT,Emphasized:BUTTON_ARIA_TYPE_EMPHASIZED,Attention:BUTTON_ARIA_TYPE_ATTENTION}}getDefaultTooltip(){if(l$7())return A$1(this.icon)}get buttonTypeText(){return Button_1$1.i18nBundle.getText(Button_1$1.typeTextMappings()[this.design])}get effectiveAccRole(){return n$6(this.accessibleRole)}get tabIndexValue(){if(this.disabled)return;const e=this.getAttribute("tabindex");return e?Number.parseInt(e):this.nonInteractive?-1:Number.parseInt(this.forcedTabIndex)}get ariaLabelText(){return[this.textContent||"",A$2(this)||"",this.hasButtonType?this.buttonTypeText:"",this.effectiveBadgeDescriptionText||""].filter((e=>e)).join(" ")}get ariaDescriptionText(){return""===this.accessibleDescription?void 0:this.accessibleDescription}get _computedAccessibilityAttributes(){return{expanded:this.accessibilityAttributes.expanded,hasPopup:this.accessibilityAttributes.hasPopup,controls:this.accessibilityAttributes.controls,ariaKeyShortcuts:this.accessibilityAttributes.ariaKeyShortcuts,ariaLabel:this.accessibilityAttributes.ariaLabel||this.ariaLabelText}}get effectiveBadgeDescriptionText(){if(!this.shouldRenderBadge)return"";const e=this.badge[0].effectiveText;switch(e){case"":return e;case"1":return Button_1$1.i18nBundle.getText(BUTTON_BADGE_ONE_ITEM,e);default:return Button_1$1.i18nBundle.getText(BUTTON_BADGE_MANY_ITEMS,e)}}get _isSubmit(){return this.type===ButtonType$1.Submit||this.submits}get _isReset(){return this.type===ButtonType$1.Reset}get shouldRenderBadge(){return!(!this.badge.length||!this.badge[0].text.length&&this.badge[0].design!==ButtonBadgeDesign$1.AttentionDot)}};__decorate$E([s$6()],Button$2.prototype,"design",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"disabled",void 0),__decorate$E([s$6()],Button$2.prototype,"icon",void 0),__decorate$E([s$6()],Button$2.prototype,"endIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"submits",void 0),__decorate$E([s$6()],Button$2.prototype,"tooltip",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleName",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleNameRef",void 0),__decorate$E([s$6({type:Object})],Button$2.prototype,"accessibilityAttributes",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleDescription",void 0),__decorate$E([s$6()],Button$2.prototype,"type",void 0),__decorate$E([s$6()],Button$2.prototype,"accessibleRole",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"active",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"iconOnly",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"hasIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"hasEndIcon",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"nonInteractive",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"loading",void 0),__decorate$E([s$6({type:Number})],Button$2.prototype,"loadingDelay",void 0),__decorate$E([s$6({noAttribute:!0})],Button$2.prototype,"buttonTitle",void 0),__decorate$E([s$6({type:Object})],Button$2.prototype,"_iconSettings",void 0),__decorate$E([s$6({noAttribute:!0})],Button$2.prototype,"forcedTabIndex",void 0),__decorate$E([s$6({type:Boolean})],Button$2.prototype,"_isTouch",void 0),__decorate$E([s$6({type:Boolean,noAttribute:!0})],Button$2.prototype,"_cancelAction",void 0),__decorate$E([d$5({type:Node,default:!0})],Button$2.prototype,"text",void 0),__decorate$E([d$5({type:HTMLElement,invalidateOnChildChange:!0})],Button$2.prototype,"badge",void 0),__decorate$E([i$a("@ui5/webcomponents")],Button$2,"i18nBundle",void 0),Button$2=Button_1$1=__decorate$E([m$8({tag:"ui5-button",formAssociated:!0,languageAware:!0,renderer:y$4,template:ButtonTemplate,styles:buttonCss,shadowRootOptions:{delegatesFocus:!0}}),l$b("click",{bubbles:!0,cancelable:!0}),l$b("active-state-change",{bubbles:!0,cancelable:!0})],Button$2),Button$2.define();var o$4=(e=>(e.None="None",e.Positive="Positive",e.Critical="Critical",e.Negative="Negative",e.Information="Information",e))(o$4||{});p$8("@ui5/webcomponents-theming","sap_horizon",(async()=>defaultThemeBase)),p$8("@ui5/webcomponents","sap_horizon",(async()=>defaultTheme));const checkboxCss='.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:inline-block}:host([required]){vertical-align:middle}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5-v2-15-0_checkbox_border_radius);transition:var(--_ui5-v2-15-0_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5-v2-15-0_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5-v2-15-0_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5-v2-15-0_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5-v2-15-0_checkbox_root_side_padding);padding-bottom:var(--_ui5-v2-15-0_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5-v2-15-0_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5-v2-15-0_checkbox_inner_warning_border);color:var(--_ui5-v2-15-0_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5-v2-15-0_checkbox_inner_information_border);color:var(--_ui5-v2-15-0_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5-v2-15-0_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5-v2-15-0_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5-v2-15-0_checkbox_width_height);min-width:var(--_ui5-v2-15-0_checkbox_width_height);padding:0 var(--_ui5-v2-15-0_checkbox_wrapper_padding);outline:none;transition:var(--_ui5-v2-15-0_checkbox_transition);border:var(--_ui5-v2-15-0_checkbox_default_focus_border);border-radius:var(--_ui5-v2-15-0_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5-v2-15-0_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5-v2-15-0_checkbox_focus_position);inset-block:var(--_ui5-v2-15-0_checkbox_focus_position);border:var(--_ui5-v2-15-0_checkbox_focus_outline);border-radius:var(--_ui5-v2-15-0_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5-v2-15-0_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5-v2-15-0_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5-v2-15-0_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_hover_background);border-color:var(--_ui5-v2-15-0_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-15-0_checkbox_hover_background);border-color:var(--_ui5-v2-15-0_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_active_border_color);background-color:var(--_ui5-v2-15-0_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v2-15-0_checkbox_inner_selected_border_color);background-color:var(--_ui5-v2-15-0_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);height:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-15-0_checkbox_inner_width_height);border:var(--_ui5-v2-15-0_checkbox_inner_border);border-radius:var(--_ui5-v2-15-0_checkbox_inner_border_radius);background:var(--_ui5-v2-15-0_checkbox_inner_background);color:var(--_ui5-v2-15-0_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5-v2-15-0_checkbox_partially_icon_size);height:var(--_ui5-v2-15-0_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5-v2-15-0_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5-v2-15-0_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5-v2-15-0_checkbox_icon_size);height:var(--_ui5-v2-15-0_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-15-0_checkbox_inner_width_height);height:var(--_ui5-v2-15-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-15-0_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}\n',name$x="accept",pathData$x="M455.8 94q9 9 3 19l-222 326q-4 8-12 9t-14-5l-151-167q-5-5-4.5-11t5.5-11l25-25q12-12 23 0l96 96q5 5 13 4.5t12-8.5l175-249q4-7 11.5-8t13.5 4z",ltr$x=!0,collection$x="SAP-icons-v4",packageName$x="@ui5/webcomponents-icons";y$1(name$x,{pathData:pathData$x,ltr:true,collection:collection$x,packageName:packageName$x});const name$w="accept",pathData$w="M187 416q-12 0-20-9L71 299q-7-7-7-17 0-11 7.5-18.5T90 256q12 0 19 9l77 87 217-247q8-9 19-9t18.5 7.5T448 122q0 10-6 16L206 407q-7 9-19 9z",ltr$w=!0,collection$w="SAP-icons-v5",packageName$w="@ui5/webcomponents-icons";y$1(name$w,{pathData:pathData$w,ltr:true,collection:collection$w,packageName:packageName$w});const accept="accept",name$v="complete",pathData$v="M431.958 320h32v128q0 14-9.5 23t-22.5 9h-384q-14 0-23-9t-9-23V64q0-13 9-22.5t23-9.5h128v32h-128v384h384V320zm60-295q7 7 2 16l-185 272q-3 6-10 7t-12-4l-125-139q-9-9 0-18l21-21q10-10 19 0l80 80q5 5 11.5 4t9.5-8l146-207q3-6 9.5-7t11.5 4z",ltr$v=!0,collection$v="SAP-icons-v4",packageName$v="@ui5/webcomponents-icons";y$1(name$v,{pathData:pathData$v,ltr:true,collection:collection$v,packageName:packageName$v});const name$u="complete",pathData$u="M438 224q11 0 18.5 7.5T464 250v140q0 38-26 64t-64 26H106q-38 0-64-26t-26-64V122q0-38 26-64t64-26h237q11 0 18 7.5t7 18.5-7 18-18 7H106q-16 0-27.5 11.5T67 122v268q0 16 11.5 27.5T106 429h268q16 0 27.5-11.5T413 390V250q0-11 7-18.5t18-7.5zm32-192q11 0 18.5 7.5T496 58q0 10-7 17L257 312q-6 8-18 8-10 0-18-8l-70-71q-7-7-7-18t7.5-18 18.5-7 18 7l51 53L452 40q8-8 18-8z",ltr$u=!0,collection$u="SAP-icons-v5",packageName$u="@ui5/webcomponents-icons";y$1(name$u,{pathData:pathData$u,ltr:true,collection:collection$u,packageName:packageName$u});const complete="complete",name$t="border",pathData$t="M448 32q13 0 22.5 9t9.5 23v384q0 14-9.5 23t-22.5 9H64q-14 0-23-9t-9-23V64q0-14 9-23t23-9h384zm0 32H64v384h384V64z",ltr$t=!1,collection$t="SAP-icons-v4",packageName$t="@ui5/webcomponents-icons";y$1(name$t,{pathData:pathData$t,ltr:false,collection:collection$t,packageName:packageName$t});const name$s="border",pathData$s="M390 480H122q-38 0-64-26t-26-64V122q0-38 26-64t64-26h268q38 0 64 26t26 64v268q0 38-26 64t-64 26zM122 83q-17 0-28 11t-11 28v268q0 17 11 28t28 11h268q17 0 28-11t11-28V122q0-17-11-28t-28-11H122z",ltr$s=!1,collection$s="SAP-icons-v5",packageName$s="@ui5/webcomponents-icons";y$1(name$s,{pathData:pathData$s,ltr:false,collection:collection$s,packageName:packageName$s});const border="border",name$r="tri-state",pathData$r="M448 32q13 0 22.5 9.5T480 64v384q0 14-9.5 23t-22.5 9H64q-14 0-23-9t-9-23V64q0-13 9-22.5T64 32h384zm0 32H64v384h384V64zM160 345V169q0-8 8-8h176q8 0 8 8v176q0 8-8 8H168q-8 0-8-8z",ltr$r=!1,collection$r="SAP-icons-v4",packageName$r="@ui5/webcomponents-icons";y$1(name$r,{pathData:pathData$r,ltr:false,collection:collection$r,packageName:packageName$r});const name$q="tri-state",pathData$q="M390 32q38 0 64 26t26 64v268q0 38-26 64t-64 26H122q-38 0-64-26t-26-64V122q0-38 26-64t64-26h268zm39 90q0-17-11-28t-28-11H122q-17 0-28 11t-11 28v268q0 17 11 28t28 11h268q17 0 28-11t11-28V122zm-77 38v192H160V160h192z",ltr$q=!1,collection$q="SAP-icons-v5",packageName$q="@ui5/webcomponents-icons";y$1(name$q,{pathData:pathData$q,ltr:false,collection:collection$q,packageName:packageName$q});const triState="tri-state";function CheckBoxTemplate(){return jsxs("div",{class:{"ui5-checkbox-root":!0,"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&f$d()},role:this.accInfo.role,part:"root","aria-checked":this.accInfo.ariaChecked,"aria-readonly":this.accInfo.ariaReadonly,"aria-disabled":this.accInfo.ariaDisabled,"aria-label":this.ariaLabelText,"aria-labelledby":this.ariaLabelledBy,"aria-describedby":this.ariaDescribedBy,"aria-required":this.accInfo.ariaRequired,tabindex:this.accInfo.tabindex,onMouseDown:this._onmousedown,onMouseUp:this._onmouseup,onKeyDown:this._onkeydown,onKeyUp:this._onkeyup,onClick:this._onclick,onFocusOut:this._onfocusout,children:[this.isDisplayOnly?jsx("div",{class:"ui5-checkbox-display-only-icon-inner",children:jsx(Icon$1,{"aria-hidden":"true",name:displayOnlyIcon.call(this),class:"ui5-checkbox-display-only-icon",part:"icon"})}):jsx("div",{id:`${this._id}-CbBg`,class:"ui5-checkbox-inner",children:this.isCompletelyChecked&&jsx(Icon$1,{"aria-hidden":"true",name:accept,class:"ui5-checkbox-icon",part:"icon"})}),"checkbox"===this.accInfo.role&&jsx("input",{id:`${this._id}-CB`,type:"checkbox",checked:this.checked,value:this.value,readonly:this.readonly,disabled:this.disabled,tabindex:-1,"aria-hidden":"true","data-sap-no-tab-ref":!0}),this.text&&jsx(Label$1,{id:`${this._id}-label`,part:"label",class:"ui5-checkbox-label",wrappingType:this.wrappingType,required:this.required,children:this.text}),this.hasValueState&&jsx("span",{id:`${this._id}-descr`,class:"ui5-hidden-text",children:this.valueStateText})]})}function displayOnlyIcon(){return this.isCompletelyChecked?complete:this.checked&&this.indeterminate?triState:border}var CheckBox_1,__decorate$D=function(e,t,o,a){var i,r=arguments.length,n=r<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(n=(r<3?i(n):r>3?i(t,o,n):i(t,o))||n);return r>3&&n&&Object.defineProperty(t,o,n),n};let activeCb,n$5,isGlobalHandlerAttached$2=!1,CheckBox=CheckBox_1=class extends b$5{get formValidityMessage(){return CheckBox_1.i18nBundle.getText(FORM_CHECKABLE_REQUIRED)}get formValidity(){return{valueMissing:this.required&&!this.checked}}async formElementAnchor(){return this.getFocusDomRefAsync()}get formFormattedValue(){return this.checked?this.value:null}constructor(){super(),this.disabled=!1,this.readonly=!1,this.displayOnly=!1,this.required=!1,this.indeterminate=!1,this.checked=!1,this.valueState="None",this.wrappingType="Normal",this.value="on",this.active=!1,this._deactivate=()=>{activeCb&&(activeCb.active=!1)},isGlobalHandlerAttached$2||(document.addEventListener("mouseup",this._deactivate),isGlobalHandlerAttached$2=!0)}onEnterDOM(){f$d()&&this.setAttribute("desktop","")}_onclick(){this.toggle()}_onmousedown(){this.readonly||this.disabled||(this.active=!0,activeCb=this)}_onmouseup(){this.active=!1}_onfocusout(){this.active=!1}_onkeydown(e){A$3(e)&&e.preventDefault(),this.readonly||this.disabled||(b$4(e)&&this.toggle(),this.active=!0)}_onkeyup(e){A$3(e)&&this.toggle(),this.active=!1}toggle(){if(this.canToggle()){const e={checked:this.checked,indeterminate:this.indeterminate};this.indeterminate?(this.indeterminate=!1,this.checked=!0):this.checked=!this.checked;const t=!this.fireDecoratorEvent("change"),o=!this.fireDecoratorEvent("value-changed");(t||o)&&(this.checked=e.checked,this.indeterminate=e.indeterminate)}return this}canToggle(){return!(this.disabled||this.readonly||this.displayOnly)}valueStateTextMappings(){return{Negative:CheckBox_1.i18nBundle.getText(VALUE_STATE_ERROR),Critical:CheckBox_1.i18nBundle.getText(VALUE_STATE_WARNING),Positive:CheckBox_1.i18nBundle.getText(VALUE_STATE_SUCCESS)}}get ariaLabelText(){return A$2(this)||M2(this)}get classes(){return{main:{"ui5-checkbox--hoverable":!this.disabled&&!this.readonly&&f$d()}}}get ariaReadonly(){return this.readonly||this.displayOnly?"true":void 0}get effectiveAriaDisabled(){return this.disabled?"true":void 0}get effectiveAriaChecked(){return this.indeterminate&&this.checked?"mixed":this.checked}get ariaLabelledBy(){if(!this.ariaLabelText)return this.text?`${this._id}-label`:void 0}get ariaDescribedBy(){return this.hasValueState?`${this._id}-descr`:void 0}get hasValueState(){return this.valueState!==o$4.None}get valueStateText(){if(this.valueState!==o$4.None&&this.valueState!==o$4.Information)return this.valueStateTextMappings()[this.valueState]}get effectiveTabIndex(){const e=this.getAttribute("tabindex");if(this.tabbable)return e?parseInt(e):0}get tabbable(){return!this.disabled&&!this.displayOnly}get isCompletelyChecked(){return this.checked&&!this.indeterminate}get isDisplayOnly(){return this.displayOnly&&!this.disabled}get accInfo(){return{role:this._accInfo?this._accInfo.role:"checkbox",ariaChecked:this._accInfo?this._accInfo.ariaChecked:this.effectiveAriaChecked,ariaReadonly:this._accInfo?this._accInfo.ariaReadonly:this.ariaReadonly,ariaDisabled:this._accInfo?this._accInfo.ariaDisabled:this.effectiveAriaDisabled,ariaRequired:this._accInfo?this._accInfo.ariaRequired:this.required,tabindex:this._accInfo?this._accInfo.tabindex:this.effectiveTabIndex}}};__decorate$D([s$6()],CheckBox.prototype,"accessibleNameRef",void 0),__decorate$D([s$6()],CheckBox.prototype,"accessibleName",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"disabled",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"readonly",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"displayOnly",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"required",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"indeterminate",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"checked",void 0),__decorate$D([s$6()],CheckBox.prototype,"text",void 0),__decorate$D([s$6()],CheckBox.prototype,"valueState",void 0),__decorate$D([s$6()],CheckBox.prototype,"wrappingType",void 0),__decorate$D([s$6()],CheckBox.prototype,"name",void 0),__decorate$D([s$6()],CheckBox.prototype,"value",void 0),__decorate$D([s$6({type:Boolean})],CheckBox.prototype,"active",void 0),__decorate$D([s$6({type:Object})],CheckBox.prototype,"_accInfo",void 0),__decorate$D([i$a("@ui5/webcomponents")],CheckBox,"i18nBundle",void 0),CheckBox=CheckBox_1=__decorate$D([m$8({tag:"ui5-checkbox",languageAware:!0,formAssociated:!0,renderer:y$4,template:CheckBoxTemplate,styles:checkboxCss}),l$b("change",{bubbles:!0,cancelable:!0}),l$b("value-changed",{bubbles:!0,cancelable:!0})],CheckBox),CheckBox.define();const l$5=new Map,a$6=()=>(n$5||(n$5=new window.ResizeObserver((e=>{window.requestAnimationFrame((()=>{e.forEach((e=>{const t=l$5.get(e.target);t&&Promise.all(t.map((e=>e())))}))}))}))),n$5),c$2=(e,t)=>{const o=l$5.get(e)||[];o.length||a$6().observe(e),l$5.set(e,[...o,t])},b$2=(e,t)=>{const o=l$5.get(e)||[];if(0===o.length)return;const a=o.filter((e=>e!==t));0===a.length?(a$6().unobserve(e),l$5.delete(e)):l$5.set(e,a)};let f$3=class{static register(e,t){let o=e;v$3(o)&&(o=o.getDomRef()),o instanceof HTMLElement?c$2(o,t):console.warn("Cannot register ResizeHandler for element",e)}static deregister(e,t){let o=e;v$3(o)&&(o=o.getDomRef()),o instanceof HTMLElement?b$2(o,t):console.warn("Cannot deregister ResizeHandler for element",e)}};
|
|
15
15
|
/*!
|
|
16
16
|
* OpenUI5
|
|
17
17
|
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|