// /**
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
// * Theming Engine 1.23011.0-20221202113725
// * data:{"sModified":"2022-12-07T13:34:17Z"}
// */


/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.48) *******************/


// [Label "Brand Color"]
// [Description "The color which builds your brand."]
// [Tags "Quick", "Base", "Color", "Protected"]
@sapBrandColor: @sapDefault_Color;

// [Label "Highlight Color"]
// [Description "The color which is used to highlight screen elements."]
// [Tags "Quick", "Base", "Content", "Color", "Protected"]
@sapHighlightColor: @sapDefault_Color;

// [Label "Base Color"]
// [Description "The color which is used to derive the most dominant background colors."]
// [Tags "Quick", "Base", "Color", "Protected"]
@sapBaseColor: @sapDefault_Color;

// [Label "Shell Header Color"]
// [Description "The color of the shell header bar."]
// [Tags "Quick", "Base", "Shell", "Color", "Protected"]
@sapShellColor: @sapDefault_Color;

// [Label "Background Color"]
// [Description "The main background color of the screen."]
// [Tags "Quick", "Base", "Color", "Protected"]
@sapBackgroundColor: @sapDefault_Color;

// [Label "Font Family"]
// [Description "The preferred font family."]
// [Tags "Quick", "Base", "Content", "Font", "Protected"]
@sapFontFamily: @sapDefault_Font;

// [Label "Font Size"]
// [Description "The preferred font size."]
// [Tags "Quick", "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontSize: @sapDefault_Dimension;

// [Label "Text Color"]
// [Description "The preferred text color."]
// [Tags "Quick", "Base", "Content", "Color", "Font", "Protected"]
@sapTextColor: @sapDefault_Color;

// [Label "Link Color"]
// [Description "The color of the link text."]
// [Tags "Quick", "Base", "Content", "Color", "Font", "Link", "Protected"]
@sapLinkColor: @sapDefault_Color;

// [Label "Company Logo"]
// [Description "The URI to the logo of your company."]
// [Tags "Quick", "Base", "URI", "Image", "Protected"]
@sapCompanyLogo: @sapDefault_URI;

// [Label "Background Image/Gradient"]
// [Description "The gradient or the URI to the image which is shown as background."]
// [Tags "Quick", "Base", "URI", "Image", "Protected"]
@sapBackgroundImage: @sapDefault_URI;

// [Label "Background Opacity"]
// [Description "A value between 0.0 and 1.0 to control the opacity of the background image."]
// [Tags "Quick", "Base", "Opacity", "Protected"]
@sapBackgroundImageOpacity: @sapDefault_Float;

// [Label "Background Repeat"]
// [Description "The switch to turn on/off the repetition of the background image. Chose 'true' or 'false' as value."]
// [Tags "Quick", "Base", "Protected"]
@sapBackgroundImageRepeat: @sapDefault_Boolean;

// [Label "Selected Color"]
// [Description "The color of selected elements."]
// [Tags "Quick", "Base", "Color", "Protected"]
@sapSelectedColor: @sapDefault_Color;

// [Label "Active Color"]
// [Description "The color of activated elements."]
// [Tags "Quick", "Base", "Color", "Protected"]
@sapActiveColor: @sapDefault_Color;

// [Label "Highlight Text Color"]
// [Description "The text color of highlighted screen elements."]
// [Tags "Quick", "Base", "Content", "Color", "Font", "Protected"]
@sapHighlightTextColor: @sapDefault_Color;

// [Label "Title Text Color"]
// [Description "The text color of the application title."]
// [Tags "Quick", "Base", "Color", "Font", "Protected"]
@sapTitleColor: @sapDefault_Color;

// [Label "Negative Color"]
// [Description "The color for elements showing negative state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapNegativeColor: @sapDefault_Color;

// [Label "Critical Color"]
// [Description "The color for elements showing critical state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapCriticalColor: @sapDefault_Color;

// [Label "Positive Color"]
// [Description "The color for elements showing positive state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapPositiveColor: @sapDefault_Color;

// [Label "Informative Color"]
// [Description "The color for elements showing informative state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapInformativeColor: @sapDefault_Color;

// [Label "Neutral Color"]
// [Description "The color for elements showing neutral state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapNeutralColor: @sapDefault_Color;

// [Label "Negative Foreground Element Color"]
// [Description "The color for foreground elements showing negative state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapNegativeElementColor: @sapDefault_Color;

// [Label "Critical Foreground Element Color"]
// [Description "The color for foreground elements showing critical state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapCriticalElementColor: @sapDefault_Color;

// [Label "Positive Foreground Element Color"]
// [Description "The color for foreground elements showing positive state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapPositiveElementColor: @sapDefault_Color;

// [Label "Informative Foreground Element Color"]
// [Description "The color for foreground elements showing informative state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapInformativeElementColor: @sapDefault_Color;

// [Label "Neutral Foreground Element Color"]
// [Description "The color for foreground elements showing neutral state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapNeutralElementColor: @sapDefault_Color;

// [Label "Negative Text Color"]
// [Description "The color for text showing negative or error state."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapNegativeTextColor: @sapDefault_Color;

// [Label "Critical Text Color"]
// [Description "The color for text showing critical or warning state."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapCriticalTextColor: @sapDefault_Color;

// [Label "Positive Text Color"]
// [Description "The color for text showing positive or success state."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapPositiveTextColor: @sapDefault_Color;

// [Label "Informative Text Color"]
// [Description "The color for text showing an informative or information state."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapInformativeTextColor: @sapDefault_Color;

// [Label "Neutral Text Color"]
// [Description "The color for text showing neutral state."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapNeutralTextColor: @sapDefault_Color;

// [Label "Error Color"]
// [Description "The color for elements showing error state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapErrorColor: @sapDefault_Color;

// [Label "Warning Color"]
// [Description "The color for elements showing warning state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapWarningColor: @sapDefault_Color;

// [Label "Success Color"]
// [Description "The color for elements showing success state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapSuccessColor: @sapDefault_Color;

// [Label "Information Color"]
// [Description "The color for elements showing information state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapInformationColor: @sapDefault_Color;

// [Label "Error Background Color"]
// [Description "The color for backgrounds showing negative or error state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapErrorBackground: @sapDefault_Color;

// [Label "Warning Background Color"]
// [Description "The color for backgrounds showing critical or warning state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapWarningBackground: @sapDefault_Color;

// [Label "Success Background Color"]
// [Description "The color for backgrounds showing positive or success state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapSuccessBackground: @sapDefault_Color;

// [Label "Information Background Color"]
// [Description "The color for backgrounds showing informative or information state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapInformationBackground: @sapDefault_Color;

// [Label "Neutral Background Color"]
// [Description "The color for backgrounds showing neutral state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapNeutralBackground: @sapDefault_Color;

// [Label "Error Border Color"]
// [Description "The color for borders showing negative or error state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapErrorBorderColor: @sapDefault_Color;

// [Label "Warning Border Color"]
// [Description "The color for borders showing critical or warning state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapWarningBorderColor: @sapDefault_Color;

// [Label "Success Border Color"]
// [Description "The color for borders showing positive or success state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapSuccessBorderColor: @sapDefault_Color;

// [Label "Information Border Color"]
// [Description "The color for borders showing informative or information state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapInformationBorderColor: @sapDefault_Color;

// [Label "Neutral Border Color"]
// [Description "The color for borders showing neutral state."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapNeutralBorderColor: @sapDefault_Color;

// [Label "Element Line Height"]
// [Description "The height of the line box surrounding the inline elements in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_LineHeight: @sapDefault_Dimension;

// [Label "Element Height"]
// [Description "The height of inline elements in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_Height: @sapDefault_Dimension;

// [Label "Element Border Thickness"]
// [Description "The standard thickness of element borders."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_BorderWidth: @sapDefault_Dimension;

// [Label "Element Border Corner Radius"]
// [Description "The standard corner radius of element borders."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_BorderCornerRadius: @sapDefault_Dimension;

// [Label "Element Compact Line Height"]
// [Description "The compact height of the line box surrounding the inline elements in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_Compact_LineHeight: @sapDefault_Dimension;

// [Label "Element Compact Height"]
// [Description "The compact height of inline elements in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_Compact_Height: @sapDefault_Dimension;

// [Label "Element Condensed Line Height"]
// [Description "The condensed height of the line box surrounding the inline elements in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_Condensed_LineHeight: @sapDefault_Dimension;

// [Label "Element Condensed Height"]
// [Description "The condensed height of inline elements in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapElement_Condensed_Height: @sapDefault_Dimension;

// [Label "Line Height EM"]
// [Description "The height of lines in the content area (in em). Basically this is used as the CSS line-height property."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapContent_LineHeight: @sapDefault_Dimension;

// [Label "Icon Height"]
// [Description "The height of inline icons in the content area."]
// [Tags "Base", "Content", "Dimension", "Protected"]
@sapContent_IconHeight: @sapDefault_Dimension;

// [Label "Icon Color"]
// [Description "The color of icons."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_IconColor: @sapDefault_Color;

// [Label "Icon Contrast Color"]
// [Description "The alternative icon color switched to by a threshold to keep contrast for icons."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ContrastIconColor: @sapDefault_Color;

// [Label "Icon Non-interactive Color"]
// [Description "The color of non-interactive icons."]
// [TranslationKey "sapContent_NoIntactvIcoClr"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_NonInteractiveIconColor: @sapDefault_Color;

// [Label "Marker Icon Color"]
// [Description "The color of marker icons."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_MarkerIconColor: @sapDefault_Color;

// [Label "Marker Text Color"]
// [Description "The color of marker texts."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_MarkerTextColor: @sapDefault_Color;

// [Label "Measure Indicator Color"]
// [Description "The color of measuring indicators."]
// [TranslationKey "sapContent_MeasIndClr"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_MeasureIndicatorColor: @sapDefault_Color;

// [Label "Selected Measure Indicator Color"]
// [Description "The selected state color of measuring indicators."]
// [TranslationKey "sapContent_SelMeasIndClr"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Selected_MeasureIndicatorColor: @sapDefault_Color;

// [Label "Placeholder Loading Background Color"]
// [Description "The background color of placeholder loading."]
// [TranslationKey "sapContent_PlaceholderloadBg"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Placeholderloading_Background: @sapDefault_Color;

// [Label "Placeholder Loading Gradient"]
// [Description "The gradient values of placeholder loading."]
// [TranslationKey "sapContent_PlaceholderloadGrad"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Placeholderloading_Gradient: @sapDefault_Color;

// [Label "Image Placeholder Background Color"]
// [Description "The background color of image placeholders."]
// [TranslationKey "sapContent_ImgPlaceholderBg"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ImagePlaceholderBackground: @sapDefault_Color;

// [Label "Image Placeholder Foreground Color"]
// [Description "The foreground color of image placeholders."]
// [TranslationKey "sapContent_ImgPlaceholderFg"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ImagePlaceholderForegroundColor: @sapDefault_Color;

// [Label "Rated Color"]
// [Description "Color for rated content items."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_RatedColor: @sapDefault_Color;

// [Label "Unrated Color"]
// [Description "Color for unrated content items."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_UnratedColor: @sapDefault_Color;

// [Label "Busy Color"]
// [Description "Color of the busy indicator."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_BusyColor: @sapDefault_Color;

// [Label "Focus Color"]
// [Description "The color of the focus."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_FocusColor: @sapDefault_Color;

// [Label "Focus Style"]
// [Description "The style of the focus."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_FocusStyle: @sapDefault_BorderStyle;

// [Label "Focus Width"]
// [Description "The width of the focus."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_FocusWidth: @sapDefault_Dimension;

// [Label "Focus Contrast Color"]
// [Description "The alternative focus color."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ContrastFocusColor: @sapDefault_Color;

// [Label "Shadow Color"]
// [Description "The shadow color."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ShadowColor: @sapDefault_Color;

// [Label "Shadow Contrast Color"]
// [Description "The alternative shadow color."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ContrastShadowColor: @sapDefault_Color;

// [Label "Shadow Level 0"]
// [Description "Shadow for Card/Tile type controls."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Shadow0: @sapDefault_Shadow;

// [Label "Shadow Level 1"]
// [Description "Shadow for Dropdowns/Floating/Footer/Menu type controls."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Shadow1: @sapDefault_Shadow;

// [Label "Shadow Level 2"]
// [Description "Shadow for Popovers and MessageToasts."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Shadow2: @sapDefault_Shadow;

// [Label "Shadow Level 3"]
// [Description "Shadow for dialogs."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Shadow3: @sapDefault_Shadow;

// [Label "Text Shadow"]
// [Description "The standard text shadow."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapContent_TextShadow: @sapDefault_Shadow;

// [Label "Text Contrast Shadow"]
// [Description "The alternative text shadow."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapContent_ContrastTextShadow: @sapDefault_Shadow;

// [Label "Header Shadow"]
// [Description "The standard header shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_HeaderShadow: @sapDefault_Shadow;

// [Label "Interaction Shadow"]
// [Description "The standard interaction shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Interaction_Shadow: @sapDefault_Shadow;

// [Label "Selected Shadow"]
// [Description "The standard selected shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Selected_Shadow: @sapDefault_Shadow;

// [Label "Negative Shadow"]
// [Description "The standard negative shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Negative_Shadow: @sapDefault_Shadow;

// [Label "Critical Shadow"]
// [Description "The standard critical shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Critical_Shadow: @sapDefault_Shadow;

// [Label "Positive Shadow"]
// [Description "The standard positive shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Positive_Shadow: @sapDefault_Shadow;

// [Label "Informative Shadow"]
// [Description "The standard informative shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Informative_Shadow: @sapDefault_Shadow;

// [Label "Neutral Shadow"]
// [Description "The standard neutral shadow."]
// [Tags "Base", "Content", "Protected"]
@sapContent_Neutral_Shadow: @sapDefault_Shadow;

// [Label "Search Result Highlight Color"]
// [Description "The color of found search results in the content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_SearchHighlightColor: @sapDefault_Color;

// [Label "Help Indication Color"]
// [Description "The color which indicates that the element has help content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_HelpColor: @sapDefault_Color;

// [Label "Label Color"]
// [Description "The color of labels in the content area."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_LabelColor: @sapDefault_Color;

// [Label "Monospace Font Family"]
// [Description "Defines which monospaced font is used for specific texts in the content area."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapContent_MonospaceFontFamily: @sapDefault_Font;

// [Label "Monospace Bold Font Family"]
// [Description "Defines which monospaced bold font is used for specific texts in the content area."]
// [TranslationKey "sapContent_MonoBoldFontFamily"]
// [Tags "Base", "Content", "Font", "Protected"]
@sapContent_MonospaceBoldFontFamily: @sapDefault_Font;

// [Label "Icon Font Family"]
// [Description "Defines which font is used to display the font icons."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapContent_IconFontFamily: @sapDefault_Font;

// [Label "Disabled Text Color"]
// [Description "The color of texts on disabled screen elements in the content area."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_DisabledTextColor: @sapDefault_Color;

// [Label "Disabled Opacity"]
// [Description "The opacity value of disabled screen elements in the content area."]
// [Tags "Base", "Content", "Protected"]
@sapContent_DisabledOpacity: @sapDefault_Float;

// [Label "Text Contrast Threshold"]
// [Description "The threshold to switch to alternative text color to keep contrast for texts."]
// [TranslationKey "sapContent_ContrastTxtThreshold"]
// [Tags "Base", "Content", "Font", "Protected"]
@sapContent_ContrastTextThreshold: 0.75;

// [Label "Text Contrast Color"]
// [Description "The alternative text color switched to by a threshold to keep contrast for texts."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_ContrastTextColor: @sapDefault_Color;

// [Label "Foreground Color"]
// [Description "The foreground color of the content area."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ForegroundColor: @sapDefault_Color;

// [Label "Foreground Border Color"]
// [Description "The foreground color of the borders of the content area."]
// [TranslationKey "sapContent_ForegroundBorderCol"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_ForegroundBorderColor: @sapDefault_Color;

// [Label "Foreground Text Color"]
// [Description "The foreground color of texts in the content area."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_ForegroundTextColor: @sapDefault_Color;

// [Label "Badge Background Color"]
// [Description "The background color of badges."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_BadgeBackground: @sapDefault_Color;

// [Label "Badge Text Color"]
// [Description "The text color of badges (e.g. Shell Notifications)."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_BadgeTextColor: @sapDefault_Color;

// [Label "Drag and Drop Active Color"]
// [Description "The color used to indicate active drag and drop interaction."]
// [TranslationKey "sapContent_DnDActiveColor"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_DragAndDropActiveColor: @sapDefault_Color;

// [Label "Selected Text Color"]
// [Description "The color of selected (toggled) text."]
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@sapContent_Selected_TextColor: @sapDefault_Color;

// [Label "Selected Background Color"]
// [Description "The background color of selected (toggled) elements."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Selected_Background: @sapDefault_Color;

// [Label "Selected Hover Background Color"]
// [Description "The hover state background color of selected (toggled) elements."]
// [TranslationKey "sapContent_Selected_HoverBg"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Selected_Hover_Background: @sapDefault_Color;

// [Label "Selected Foreground Color"]
// [Description "The foreground color of selected (toggled) elements."]
// [TranslationKey "sapContent_Selected_Fg"]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Selected_ForegroundColor: @sapDefault_Color;

// [Label "Forced Color Adjust"]
// [Description "Decides wether OS high contrast settings should be respected (auto) or ignored (none)."]
// [Tags "Base", "Content", "Protected"]
@sapContent_ForcedColorAdjust: none;

// [Label "Illustrative Color 1"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color1: @sapDefault_Color;

// [Label "Illustrative Color 2"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color2: @sapDefault_Color;

// [Label "Illustrative Color 3"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color3: @sapDefault_Color;

// [Label "Illustrative Color 4"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color4: @sapDefault_Color;

// [Label "Illustrative Color 5"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color5: @sapDefault_Color;

// [Label "Illustrative Color 6"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color6: @sapDefault_Color;

// [Label "Illustrative Color 7"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color7: @sapDefault_Color;

// [Label "Illustrative Color 8"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color8: @sapDefault_Color;

// [Label "Illustrative Color 9"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color9: @sapDefault_Color;

// [Label "Illustrative Color 10"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color10: @sapDefault_Color;

// [Label "Illustrative Color 11"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color11: @sapDefault_Color;

// [Label "Illustrative Color 12"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color12: @sapDefault_Color;

// [Label "Illustrative Color 13"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color13: @sapDefault_Color;

// [Label "Illustrative Color 14"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color14: @sapDefault_Color;

// [Label "Illustrative Color 15"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color15: @sapDefault_Color;

// [Label "Illustrative Color 16"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color16: @sapDefault_Color;

// [Label "Illustrative Color 17"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color17: @sapDefault_Color;

// [Label "Illustrative Color 18"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color18: @sapDefault_Color;

// [Label "Illustrative Color 19"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color19: @sapDefault_Color;

// [Label "Illustrative Color 20"]
// [Description "The color of illustrated content."]
// [Tags "Base", "Content", "Color", "Protected"]
@sapContent_Illustrative_Color20: @sapDefault_Color;

// [Label "Light Font Family"]
// [Description "The preferred light font family."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapFontLightFamily: @sapDefault_Font;

// [Label "Bold Font Family"]
// [Description "The preferred bold font family of headers."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapFontBoldFamily: @sapDefault_Font;

// [Label "Semi Bold Font Family"]
// [Description "The preferred semi bold font family."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapFontSemiboldFamily: @sapDefault_Font;

// [Label "Semi Bold Duplex Font Family"]
// [Description "The preferred semi bold duplex font family (with the same widths as @sapFontFamily)."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapFontSemiboldDuplexFamily: @sapDefault_Font;

// [Label "Black Font Family"]
// [Description "The preferred black font family of headers."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapFontBlackFamily: @sapDefault_Font;

// [Label "Header Font Family"]
// [Description "The preferred font family of headers."]
// [Tags "Base", "Content", "Font", "Protected"]
@sapFontHeaderFamily: @sapDefault_Font;

// [Label "Small Font Size"]
// [Description "The font size for small texts."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontSmallSize: @sapDefault_Dimension;

// [Label "Large Font Size"]
// [Description "The font size for large texts."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontLargeSize: @sapDefault_Dimension;

// [Label "Level 1 Header Font Size"]
// [Description "A font size for headers."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontHeader1Size: @sapDefault_Dimension;

// [Label "Level 2 Header Font Size"]
// [Description "A font size for headers."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontHeader2Size: @sapDefault_Dimension;

// [Label "Level 3 Header Font Size"]
// [Description "A font size for headers."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontHeader3Size: @sapDefault_Dimension;

// [Label "Level 4 Header Font Size"]
// [Description "A font size for headers."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontHeader4Size: @sapDefault_Dimension;

// [Label "Level 5 Header Font Size"]
// [Description "A font size for headers."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontHeader5Size: @sapDefault_Dimension;

// [Label "Level 6 Header Font Size"]
// [Description "A font size for headers."]
// [Tags "Base", "Content", "Dimension", "Font", "Protected"]
@sapFontHeader6Size: @sapDefault_Dimension;

// [Label "Link Hover Color"]
// [Description "The hover state color of links."]
// [Tags "Base", "Content", "Color", "Font", "Link", "Protected"]
@sapLink_Hover_Color: @sapDefault_Color;

// [Label "Link Active Color"]
// [Description "The active state color of links."]
// [Tags "Base", "Content", "Color", "Font", "Link", "Protected"]
@sapLink_Active_Color: @sapDefault_Color;

// [Label "Link Visited Color"]
// [Description "The color for visited links."]
// [Tags "Base", "Content", "Color", "Font", "Link", "Protected"]
@sapLink_Visited_Color: @sapDefault_Color;

// [Label "Inverted Link Color"]
// [Description "The inverted color for links."]
// [Tags "Base", "Content", "Color", "Font", "Link", "Protected"]
@sapLink_InvertedColor: @sapDefault_Color;

// [Label "Subtle Link Color"]
// [Description "The text color of less prominent (subtle) links."]
// [Tags "Base", "Content", "Color", "Font", "Link", "Protected"]
@sapLink_SubtleColor: @sapDefault_Color;

// [Label "Shell Background Color"]
// [Description "The background color of the shell."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Background: @sapDefault_Color;

// [Label "Shell Background Image/Gradient"]
// [Description "The background image or gradient of the shell."]
// [Tags "Base", "Shell", "URI", "Image", "Protected"]
@sapShell_BackgroundImage: @sapDefault_URI;

// [Label "Shell Background Opacity"]
// [Description "A value between 0.0 and 1.0 to control the opacity of the shell background image."]
// [Tags "Base", "Shell", "Opacity", "Protected"]
@sapShell_BackgroundImageOpacity: @sapDefault_Float;

// [Label "Shell Background Repeat"]
// [Description "The switch to turn on/off the repetition of the shell background image. Chose 'true' or 'false' as value."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_BackgroundImageRepeat: @sapDefault_Boolean;

// [Label "Shell Border Color"]
// [Description "The color of the borders of the shell."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_BorderColor: @sapDefault_Color;

// [Label "Shell Text Color"]
// [Description "The color of texts in the shell."]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_TextColor: @sapDefault_Color;

// [Label "Shell Interactive Background Color"]
// [Description "The background color of interactive shell content."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_InteractiveBackground: @sapDefault_Color;

// [Label "Shell Interactive Text Color"]
// [Description "The color of texts of interactive areas in the shell."]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_InteractiveTextColor: @sapDefault_Color;

// [Label "Shell Interactive Border Color"]
// [Description "The border color of interactive shell content."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_InteractiveBorderColor: @sapDefault_Color;

// [Label "Shell Group Title Text Color"]
// [Description "The text color for shell group titles."]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_GroupTitleTextColor: @sapDefault_Color;

// [Label "Shell Group Title Text Shadow"]
// [Description "Text shadow of shell group title."]
// [TranslationKey "sapShell_Group_Title_TxtShadow"]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_GroupTitleTextShadow: @sapDefault_Shadow;

// [Label "Shell Hover Background"]
// [Description "The hover state background color for shell content."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Hover_Background: @sapDefault_Color;

// [Label "Shell Active Background"]
// [Description "The background color for active shell content."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Active_Background: @sapDefault_Color;

// [Label "Shell Active Text Color"]
// [Description "The text color for active shell content."]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_Active_TextColor: @sapDefault_Color;

// [Label "Shell Selected Background"]
// [Description "The background color for selected shell content."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Selected_Background: @sapDefault_Color;

// [Label "Shell Selected Text Color"]
// [Description "The text color for selected shell content."]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_Selected_TextColor: @sapDefault_Color;

// [Label "Shell Hover on Selected Background"]
// [Description "The background color for the hover state of selected shell content."]
// [TranslationKey "sapShell_SelHvrBackground"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Selected_Hover_Background: @sapDefault_Color;

// [Label "Shell Favicon"]
// [Description "The URI to the favorite or shortcut icon displayed for the shell."]
// [Tags "Base", "Shell", "URI", "Image", "Protected"]
@sapShell_Favicon: @sapDefault_URI;

// [Label "Shell Navigation Area Background"]
// [Description "The background color for the shell navigation area."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Navigation_Background: @sapDefault_Color;

// [Label "Shell Navigation Area Hover Background"]
// [Description "The hover state background color for the shell navigation area."]
// [TranslationKey "sapShell_Navigation_Hvr_Bg"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Navigation_Hover_Background: @sapDefault_Color;

// [Label "Shell Navigation Selected Color"]
// [Description "The color of selected shell content."]
// [TranslationKey "sapShell_Navigation_SelColor"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Navigation_SelectedColor: @sapDefault_Color;

// [Label "Shell Navigation Selected Text Color"]
// [Description "The color of selected text in the shell."]
// [TranslationKey "sapShell_Navigation_Sel_TxtClr"]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_Navigation_Selected_TextColor: @sapDefault_Color;

// [Label "Shell Navigation Text Color"]
// [Description "The standard color of text in the shell."]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_Navigation_TextColor: @sapDefault_Color;

// [Label "Shell Navigation Active Text Color"]
// [Description "The active (down) state text color of shell navigation area content."]
// [TranslationKey "sapShell_Navigation_Act_TxtClr"]
// [Tags "Base", "Shell", "Color", "Font", "Protected"]
@sapShell_Navigation_Active_TextColor: @sapDefault_Color;

// [Label "Shell Navigation Active Background"]
// [Description "The active (down) state background color of the shell navigation area content."]
// [TranslationKey "sapShell_Navigation_Act_Bg"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Navigation_Active_Background: @sapDefault_Color;

// [Label "Shell Shadow"]
// [Description "The shadow of the shell on the content area."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Shadow: @sapDefault_Shadow;

// [Label "Shell Negative Color"]
// [Description "The negative semantic color for use in shell contexts."]
// [TranslationKey "sapShell_NegClr"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_NegativeColor: @sapDefault_Color;

// [Label "Shell Critical Color"]
// [Description "The critical semantic color for use in shell contexts."]
// [TranslationKey "sapShell_CritClr"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_CriticalColor: @sapDefault_Color;

// [Label "Shell Positive Color"]
// [Description "The positive semantic color for use in shell contexts."]
// [TranslationKey "sapShell_PosClr"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_PositiveColor: @sapDefault_Color;

// [Label "Shell Informative Color"]
// [Description "The informative semantic color for use in shell contexts."]
// [TranslationKey "sapShell_InfClr"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_InformativeColor: @sapDefault_Color;

// [Label "Shell Neutral Color"]
// [Description "The neutral semantic color for use in shell contexts."]
// [TranslationKey "sapShell_NeutClr"]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_NeutralColor: @sapDefault_Color;

// [Label "Shell Category 1 Background Color"]
// [Description "The background color of shell elements of category 1."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_1_Background: @sapDefault_Color;

// [Label "Shell Category 1 Border Color"]
// [Description "The border color of shell elements of category 1."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_1_BrdClr"]
@sapShell_Category_1_BorderColor: @sapDefault_Color;

// [Label "Shell Category 1 Text Color"]
// [Description "The text color of shell elements of category 1. Ensures a defined contrast against sapShell_Category_1_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_1_TextColor: @sapDefault_Color;

// [Label "Shell Category 1 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 1. Ensures a defined contrast against sapShell_Category_1_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_1_TextShadow: @sapDefault_Color;

// [Label "Shell Category 2 Background Color"]
// [Description "The background color of shell elements of category 2."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_2_Background: @sapDefault_Color;

// [Label "Shell Category 2 Border Color"]
// [Description "The border color of shell elements of category 2."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_2_BrdClr"]
@sapShell_Category_2_BorderColor: @sapDefault_Color;

// [Label "Shell Category 2 Text Color"]
// [Description "The text color of shell elements of category 2. Ensures a defined contrast against sapShell_Category_2_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_2_TextColor: @sapDefault_Color;

// [Label "Shell Category 2 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 2. Ensures a defined contrast against sapShell_Category_2_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_2_TextShadow: @sapDefault_Color;

// [Label "Shell Category 3 Background Color"]
// [Description "The background color of shell elements of category 3."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_3_Background: @sapDefault_Color;

// [Label "Shell Category 3 Border Color"]
// [Description "The border color of shell elements of category 3."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_3_BrdClr"]
@sapShell_Category_3_BorderColor: @sapDefault_Color;

// [Label "Shell Category 3 Text Color"]
// [Description "The text color of shell elements of category 3. Ensures a defined contrast against sapShell_Category_3_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_3_TextColor: @sapDefault_Color;

// [Label "Shell Category 3 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 3. Ensures a defined contrast against sapShell_Category_3_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_3_TextShadow: @sapDefault_Color;

// [Label "Shell Category 4 Background Color"]
// [Description "The background color of shell elements of category 4."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_4_Background: @sapDefault_Color;

// [Label "Shell Category 4 Border Color"]
// [Description "The border color of shell elements of category 4."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_4_BrdClr"]
@sapShell_Category_4_BorderColor: @sapDefault_Color;

// [Label "Shell Category 4 Text Color"]
// [Description "The text color of shell elements of category 4. Ensures a defined contrast against sapShell_Category_4_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_4_TextColor: @sapDefault_Color;

// [Label "Shell Category 4 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 4. Ensures a defined contrast against sapShell_Category_4_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_4_TextShadow: @sapDefault_Color;

// [Label "Shell Category 5 Background Color"]
// [Description "The background color of shell elements of category 5."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_5_Background: @sapDefault_Color;

// [Label "Shell Category 5 Border Color"]
// [Description "The border color of shell elements of category 5."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_5_BrdClr"]
@sapShell_Category_5_BorderColor: @sapDefault_Color;

// [Label "Shell Category 5 Text Color"]
// [Description "The text color of shell elements of category 5. Ensures a defined contrast against sapShell_Category_5_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_5_TextColor: @sapDefault_Color;

// [Label "Shell Category 5 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 5. Ensures a defined contrast against sapShell_Category_5_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_5_TextShadow: @sapDefault_Color;

// [Label "Shell Category 6 Background Color"]
// [Description "The background color of shell elements of category 6."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_6_Background: @sapDefault_Color;

// [Label "Shell Category 6 Border Color"]
// [Description "The border color of shell elements of category 6."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_6_BrdClr"]
@sapShell_Category_6_BorderColor: @sapDefault_Color;

// [Label "Shell Category 6 Text Color"]
// [Description "The text color of shell elements of category 6. Ensures a defined contrast against sapShell_Category_6_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_6_TextColor: @sapDefault_Color;

// [Label "Shell Category 6 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 6. Ensures a defined contrast against sapShell_Category_6_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_6_TextShadow: @sapDefault_Color;

// [Label "Shell Category 7 Background Color"]
// [Description "The background color of shell elements of category 7."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_7_Background: @sapDefault_Color;

// [Label "Shell Category 7 Border Color"]
// [Description "The border color of shell elements of category 7."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_7_BrdClr"]
@sapShell_Category_7_BorderColor: @sapDefault_Color;

// [Label "Shell Category 7 Text Color"]
// [Description "The text color of shell elements of category 7. Ensures a defined contrast against sapShell_Category_7_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_7_TextColor: @sapDefault_Color;

// [Label "Shell Category 7 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 7. Ensures a defined contrast against sapShell_Category_7_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_7_TextShadow: @sapDefault_Color;

// [Label "Shell Category 8 Background Color"]
// [Description "The background color of shell elements of category 8."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_8_Background: @sapDefault_Color;

// [Label "Shell Category 8 Border Color"]
// [Description "The border color of shell elements of category 8."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_8_BrdClr"]
@sapShell_Category_8_BorderColor: @sapDefault_Color;

// [Label "Shell Category 8 Text Color"]
// [Description "The text color of shell elements of category 8. Ensures a defined contrast against sapShell_Category_8_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_8_TextColor: @sapDefault_Color;

// [Label "Shell Category 8 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 8. Ensures a defined contrast against sapShell_Category_8_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_8_TextShadow: @sapDefault_Color;

// [Label "Shell Category 9 Background Color"]
// [Description "The background color of shell elements of category 9."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_9_Background: @sapDefault_Color;

// [Label "Shell Category 9 Border Color"]
// [Description "The border color of shell elements of category 9."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_9_BrdClr"]
@sapShell_Category_9_BorderColor: @sapDefault_Color;

// [Label "Shell Category 9 Text Color"]
// [Description "The text color of shell elements of category 9. Ensures a defined contrast against sapShell_Category_9_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_9_TextColor: @sapDefault_Color;

// [Label "Shell Category 9 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 9. Ensures a defined contrast against sapShell_Category_9_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_9_TextShadow: @sapDefault_Color;

// [Label "Shell Category 10 Background Color"]
// [Description "The background color of shell elements of category 10."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_10_Background: @sapDefault_Color;

// [Label "Shell Category 10 Border Color"]
// [Description "The border color of shell elements of category 10."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_10_BrdClr"]
@sapShell_Category_10_BorderColor: @sapDefault_Color;

// [Label "Shell Category 10 Text Color"]
// [Description "The text color of shell elements of category 10. Ensures a defined contrast against sapShell_Category_10_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_10_TextColor: @sapDefault_Color;

// [Label "Shell Category 10 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 10. Ensures a defined contrast against sapShell_Category_10_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_10_TextShadow: @sapDefault_Color;

// [Label "Shell Category 11 Background Color"]
// [Description "The background color of shell elements of category 11."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_11_Background: @sapDefault_Color;

// [Label "Shell Category 11 Border Color"]
// [Description "The border color of shell elements of category 11."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_11_BrdClr"]
@sapShell_Category_11_BorderColor: @sapDefault_Color;

// [Label "Shell Category 11 Text Color"]
// [Description "The text color of shell elements of category 11. Ensures a defined contrast against sapShell_Category_11_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_11_TextColor: @sapDefault_Color;

// [Label "Shell Category 11 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 11. Ensures a defined contrast against sapShell_Category_11_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_11_TextShadow: @sapDefault_Color;

// [Label "Shell Category 12 Background Color"]
// [Description "The background color of shell elements of category 12."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_12_Background: @sapDefault_Color;

// [Label "Shell Category 12 Border Color"]
// [Description "The border color of shell elements of category 12."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_12_BrdClr"]
@sapShell_Category_12_BorderColor: @sapDefault_Color;

// [Label "Shell Category 12 Text Color"]
// [Description "The text color of shell elements of category 12. Ensures a defined contrast against sapShell_Category_12_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_12_TextColor: @sapDefault_Color;

// [Label "Shell Category 12 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 12. Ensures a defined contrast against sapShell_Category_12_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_12_TextShadow: @sapDefault_Color;

// [Label "Shell Category 13 Background Color"]
// [Description "The background color of shell elements of category 13."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_13_Background: @sapDefault_Color;

// [Label "Shell Category 13 Border Color"]
// [Description "The border color of shell elements of category 13."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_13_BrdClr"]
@sapShell_Category_13_BorderColor: @sapDefault_Color;

// [Label "Shell Category 13 Text Color"]
// [Description "The text color of shell elements of category 13. Ensures a defined contrast against sapShell_Category_13_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_13_TextColor: @sapDefault_Color;

// [Label "Shell Category 13 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 13. Ensures a defined contrast against sapShell_Category_13_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_13_TextShadow: @sapDefault_Color;

// [Label "Shell Category 14 Background Color"]
// [Description "The background color of shell elements of category 14."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_14_Background: @sapDefault_Color;

// [Label "Shell Category 14 Border Color"]
// [Description "The border color of shell elements of category 14."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_14_BrdClr"]
@sapShell_Category_14_BorderColor: @sapDefault_Color;

// [Label "Shell Category 14 Text Color"]
// [Description "The text color of shell elements of category 14. Ensures a defined contrast against sapShell_Category_14_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_14_TextColor: @sapDefault_Color;

// [Label "Shell Category 14 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 14. Ensures a defined contrast against sapShell_Category_14_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_14_TextShadow: @sapDefault_Color;

// [Label "Shell Category 15 Background Color"]
// [Description "The background color of shell elements of category 15."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_15_Background: @sapDefault_Color;

// [Label "Shell Category 15 Border Color"]
// [Description "The border color of shell elements of category 15."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_15_BrdClr"]
@sapShell_Category_15_BorderColor: @sapDefault_Color;

// [Label "Shell Category 15 Text Color"]
// [Description "The text color of shell elements of category 15. Ensures a defined contrast against sapShell_Category_15_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_15_TextColor: @sapDefault_Color;

// [Label "Shell Category 15 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 15. Ensures a defined contrast against sapShell_Category_15_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_15_TextShadow: @sapDefault_Color;

// [Label "Shell Category 16 Background Color"]
// [Description "The background color of shell elements of category 16."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_16_Background: @sapDefault_Color;

// [Label "Shell Category 16 Border Color"]
// [Description "The border color of shell elements of category 16."]
// [Tags "Base", "Shell", "Color", "Protected"]
// [TranslationKey "sapShell_Cat_16_BrdClr"]
@sapShell_Category_16_BorderColor: @sapDefault_Color;

// [Label "Shell Category 16 Text Color"]
// [Description "The text color of shell elements of category 16. Ensures a defined contrast against sapShell_Category_16_TextShadow."]
// [Tags "Base", "Shell", "Color", "Protected"]
@sapShell_Category_16_TextColor: @sapDefault_Color;

// [Label "Shell Category 16 Text Shadow Color"]
// [Description "The text shadow color of shell elements of category 16. Ensures a defined contrast against sapShell_Category_16_TextColor."]
// [Tags "Base", "Shell", "Protected"]
@sapShell_Category_16_TextShadow: @sapDefault_Color;

// [Label "Avatar 1 Background Color"]
// [Description "The background color of type-1 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_1_Background: @sapDefault_Color;

// [Label "Avatar 1 Border Color"]
// [Description "The border color of type-1 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_1_BorderColor: @sapDefault_Color;

// [Label "Avatar 1 Text Color"]
// [Description "The text color of type-1 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_1_TextColor: @sapDefault_Color;

// [Label "Avatar 2 Background Color"]
// [Description "The background color of type-2 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_2_Background: @sapDefault_Color;

// [Label "Avatar 2 Border Color"]
// [Description "The border color of type-2 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_2_BorderColor: @sapDefault_Color;

// [Label "Avatar 2 Text Color"]
// [Description "The text color of type-2 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_2_TextColor: @sapDefault_Color;

// [Label "Avatar 3 Background Color"]
// [Description "The background color of type-3 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_3_Background: @sapDefault_Color;

// [Label "Avatar 3 Border Color"]
// [Description "The border color of type-3 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_3_BorderColor: @sapDefault_Color;

// [Label "Avatar 3 Text Color"]
// [Description "The text color of type-3 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_3_TextColor: @sapDefault_Color;

// [Label "Avatar 4 Background Color"]
// [Description "The background color of type-4 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_4_Background: @sapDefault_Color;

// [Label "Avatar 4 Border Color"]
// [Description "The border color of type-4 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_4_BorderColor: @sapDefault_Color;

// [Label "Avatar 4 Text Color"]
// [Description "The text color of type-4 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_4_TextColor: @sapDefault_Color;

// [Label "Avatar 5 Background Color"]
// [Description "The background color of type-5 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_5_Background: @sapDefault_Color;

// [Label "Avatar 5 Border Color"]
// [Description "The border color of type-5 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_5_BorderColor: @sapDefault_Color;

// [Label "Avatar 5 Text Color"]
// [Description "The text color of type-5 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_5_TextColor: @sapDefault_Color;

// [Label "Avatar 6 Background Color"]
// [Description "The background color of type-6 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_6_Background: @sapDefault_Color;

// [Label "Avatar 6 Border Color"]
// [Description "The border color of type-6 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_6_BorderColor: @sapDefault_Color;

// [Label "Avatar 6 Text Color"]
// [Description "The text color of type-6 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_6_TextColor: @sapDefault_Color;

// [Label "Avatar 7 Background Color"]
// [Description "The background color of type-7 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_7_Background: @sapDefault_Color;

// [Label "Avatar 7 Border Color"]
// [Description "The border color of type-7 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_7_BorderColor: @sapDefault_Color;

// [Label "Avatar 7 Text Color"]
// [Description "The text color of type-7 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_7_TextColor: @sapDefault_Color;

// [Label "Avatar 8 Background Color"]
// [Description "The background color of type-8 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_8_Background: @sapDefault_Color;

// [Label "Avatar 8 Border Color"]
// [Description "The border color of type-8 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_8_BorderColor: @sapDefault_Color;

// [Label "Avatar 8 Text Color"]
// [Description "The text color of type-8 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_8_TextColor: @sapDefault_Color;

// [Label "Avatar 9 Background Color"]
// [Description "The background color of type-9 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_9_Background: @sapDefault_Color;

// [Label "Avatar 9 Border Color"]
// [Description "The border color of type-9 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_9_BorderColor: @sapDefault_Color;

// [Label "Avatar 9 Text Color"]
// [Description "The text color of type-9 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_9_TextColor: @sapDefault_Color;

// [Label "Avatar 10 Background Color"]
// [Description "The background color of type-10 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_10_Background: @sapDefault_Color;

// [Label "Avatar 10 Border Color"]
// [Description "The border color of type-10 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_10_BorderColor: @sapDefault_Color;

// [Label "Avatar 10 Text Color"]
// [Description "The text color of type-10 avatars."]
// [Tags "Base", "Avatar", "Color", "Protected"]
@sapAvatar_10_TextColor: @sapDefault_Color;

// [Label "Button Background Color"]
// [Description "The background color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Background: @sapDefault_Color;

// [Label "Button Border Color"]
// [Description "The color of a button's borders."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_BorderColor: @sapDefault_Color;

// [Label "Button Border Thickness"]
// [Description "The thickness of button borders."]
// [Tags "Base", "Button", "Dimension", "Protected"]
@sapButton_BorderWidth: @sapDefault_Dimension;

// [Label "Button Corner Radius"]
// [Description "Defines whether a button has rounded corners."]
// [Tags "Base", "Button", "Dimension", "Protected"]
@sapButton_BorderCornerRadius: @sapDefault_Dimension;

// [Label "Button Text Color"]
// [Description "The color of texts on buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_TextColor: @sapDefault_Color;

// [Label "Button Hover Background Color"]
// [Description "The background color of buttons on hover."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Hover_Background: @sapDefault_Color;

// [Label "Button Hover Border Color"]
// [Description "The color of a button's borders on hover."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Hover_BorderColor: @sapDefault_Color;

// [Label "Button Hover Text Color"]
// [Description "The color of texts and icons on buttons on hover."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Hover_TextColor: @sapDefault_Color;

// [Label "Button Icon Color"]
// [Description "The color of icons on buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_IconColor: @sapDefault_Color;

// [Label "Button Active Background Color"]
// [Description "The active (down) state background color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Active_Background: @sapDefault_Color;

// [Label "Button Active Border Color"]
// [Description "The active (down) state border color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Active_BorderColor: @sapDefault_Color;

// [Label "Button Active Text Color"]
// [Description "The active (down) state text and icon color of buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Active_TextColor: @sapDefault_Color;

// [Label "Emphasized Button Background Color"]
// [Description "The background color of emphasized buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Emphasized_Background: @sapDefault_Color;

// [Label "Emphasized Button Border Color"]
// [Description "The border color of emphasized buttons."]
// [TranslationKey "sapButton_Emphasized_BorderCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Emphasized_BorderColor: @sapDefault_Color;

// [Label "Emphasized Button Text Color"]
// [Description "The color of texts and icons on emphasized buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Emphasized_TextColor: @sapDefault_Color;

// [Label "Emphasized Button Hover Background Color"]
// [Description "The hover state background color of emphasized buttons."]
// [TranslationKey "sapButton_EmpHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Emphasized_Hover_Background: @sapDefault_Color;

// [Label "Emphasized Button Hover Border Color"]
// [Description "The hover state border color of emphasized buttons."]
// [TranslationKey "sapButton_EmpHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Emphasized_Hover_BorderColor: @sapDefault_Color;

// [Label "Emphasized Button Hover Text Color"]
// [Description "The hover state text and icon color of emphasized buttons."]
// [TranslationKey "sapButton_Emphasized_Hvr_TxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Emphasized_Hover_TextColor: @sapDefault_Color;

// [Label "Emphasized Button Active Background Color"]
// [Description "The active (down) state background color of emphasized buttons."]
// [TranslationKey "sapButton_EmpActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Emphasized_Active_Background: @sapDefault_Color;

// [Label "Emphasized Button Active Border Color"]
// [Description "The active (down) state border color of emphasized buttons."]
// [TranslationKey "sapButton_EmpActBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Emphasized_Active_BorderColor: @sapDefault_Color;

// [Label "Emphasized Button Active Text Color"]
// [Description "The active (down) state text color of emphasized buttons."]
// [TranslationKey "sapButton_EmpActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Emphasized_Active_TextColor: @sapDefault_Color;

// [Label "Emphasized Button Text Shadow"]
// [Description "The text and icon shadow color for emphasized buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Emphasized_TextShadow: @sapDefault_Color;

// [Label "Emphasized Button Hover Font Weight"]
// [Description "The hover state font weight of emphasized buttons."]
// [Tags "Base", "Button", "Font", "Protected"]
@sapButton_Emphasized_FontWeight: @sapDefault_FontWeight;

// [Label "Reject Button Background Color"]
// [Description "The background color of \"Reject\" buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Background: @sapDefault_Color;

// [Label "Reject Button Border Color"]
// [Description "The border color of \"Reject\" buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_BorderColor: @sapDefault_Color;

// [Label "Reject Button Text Color"]
// [Description "The text and icon color of \"Reject\" buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Reject_TextColor: @sapDefault_Color;

// [Label "Reject Button Hover Background Color"]
// [Description "The hover state background color of \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Hover_Background: @sapDefault_Color;

// [Label "Reject Button Hover Border Color"]
// [Description "The hover state border color of \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Hover_BorderColor: @sapDefault_Color;

// [Label "Reject Button Hover Text Color"]
// [Description "The hover state text and icon color of \"Reject\" buttons."]
// [TranslationKey "sapButton_Reject_Hvr_TxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Reject_Hover_TextColor: @sapDefault_Color;

// [Label "Reject Button Active Background Color"]
// [Description "The active (down) state background color of background of \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Active_Background: @sapDefault_Color;

// [Label "Reject Button Active Border Color"]
// [Description "The active (down) state border color of \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctActBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Active_BorderColor: @sapDefault_Color;

// [Label "Reject Button Active Text Color"]
// [Description "The active (down) state text color of \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Reject_Active_TextColor: @sapDefault_Color;

// [Label "Reject Button Selected Background Color"]
// [Description "The background color of selected (toggled) \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctSelBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Selected_Background: @sapDefault_Color;

// [Label "Reject Button Selected Border Color"]
// [Description "The border color of selected (toggled) \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctSelBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Selected_BorderColor: @sapDefault_Color;

// [Label "Reject Button Selected Text Color"]
// [Description "The text and icon color of selected (toggled) \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctSelTxtCol"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Reject_Selected_TextColor: @sapDefault_Color;

// [Label "Reject Button Selected Hover Background Color"]
// [Description "The hover state background color of selected (toggled) \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctSelHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Selected_Hover_Background: @sapDefault_Color;

// [Label "Reject Button Selected Hover Border Color"]
// [Description "The hover state border color of selected (toggled) \"Reject\" buttons."]
// [TranslationKey "sapButton_RjctSelHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Reject_Selected_Hover_BorderColor: @sapDefault_Color;

// [Label "Accept Button Background Color"]
// [Description "The background color of \"Accept\" buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Background: @sapDefault_Color;

// [Label "Accept Button Border Color"]
// [Description "The border color of \"Accept\" buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_BorderColor: @sapDefault_Color;

// [Label "Accept Button Text Color"]
// [Description "The text and icon color of \"Accept\" buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Accept_TextColor: @sapDefault_Color;

// [Label "Accept Button Hover Background Color"]
// [Description "The hover state background color of \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Hover_Background: @sapDefault_Color;

// [Label "Accept Button Hover Border Color"]
// [Description "The hover state border color of \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Hover_BorderColor: @sapDefault_Color;

// [Label "Accept Button Hover Text Color"]
// [Description "The hover state text and icon color of \"Accept\" buttons."]
// [TranslationKey "sapButton_Accept_Hvr_TxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Accept_Hover_TextColor: @sapDefault_Color;

// [Label "Accept Button Active Background Color"]
// [Description "The active (down) state background of \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Active_Background: @sapDefault_Color;

// [Label "Accept Button Active Border Color"]
// [Description "The active (down) state border color of \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptActBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Active_BorderColor: @sapDefault_Color;

// [Label "Accept Button Active Text Color"]
// [Description "The active (down) state text color of \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Accept_Active_TextColor: @sapDefault_Color;

// [Label "Accept Button Selected Background Color"]
// [Description "The background color of selected (toggled) \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptSelBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Selected_Background: @sapDefault_Color;

// [Label "Accept Button Selected Border Color"]
// [Description "The border color of selected (toggled) \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptSelBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Selected_BorderColor: @sapDefault_Color;

// [Label "Accept Button Selected Text Color"]
// [Description "The text and icon color of selected (toggled) \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptSelTxtCol"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Accept_Selected_TextColor: @sapDefault_Color;

// [Label "Accept Button Selected Hover Background Color"]
// [Description "The hover state background color of selected (toggled) \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptSelHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Selected_Hover_Background: @sapDefault_Color;

// [Label "Accept Button Selected Hover Border Color"]
// [Description "The hover state border color of selected (toggled) \"Accept\" buttons."]
// [TranslationKey "sapButton_AcptSelHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Accept_Selected_Hover_BorderColor: @sapDefault_Color;

// [Label "Lite Button Background Color"]
// [Description "The background color of transparent (lite) buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Lite_Background: @sapDefault_Color;

// [Label "Lite Button Border Color"]
// [Description "The border color of transparent (lite) buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Lite_BorderColor: @sapDefault_Color;

// [Label "Lite Button Text Color"]
// [Description "The text and icon color of transparent (lite) buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Lite_TextColor: @sapDefault_Color;

// [Label "Lite Button Hover Background Color"]
// [Description "The hover state background of transparent (lite) buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Lite_Hover_Background: @sapDefault_Color;

// [Label "Lite Button Hover Border Color"]
// [Description "The hover state border of transparent (lite) buttons."]
// [TranslationKey "sapButton_LteHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Lite_Hover_BorderColor: @sapDefault_Color;

// [Label "Lite Button Hover Text Color"]
// [Description "The hover state text and icon color of transparent (lite) buttons."]
// [TranslationKey "sapButton_Lite_Hvr_TxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Lite_Hover_TextColor: @sapDefault_Color;

// [Label "Lite Button Active Background Color"]
// [Description "The active (down) state background of transparent (lite) buttons."]
// [TranslationKey "sapButton_LteActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Lite_Active_Background: @sapDefault_Color;

// [Label "Lite Button Active Border Color"]
// [Description "The active (down) state border color of transparent (lite) buttons."]
// [TranslationKey "sapButton_LteActBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Lite_Active_BorderColor: @sapDefault_Color;

// [Label "Selected Button Background Color"]
// [Description "The selected (toggled) state background color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Selected_Background: @sapDefault_Color;

// [Label "Selected Button Border Color"]
// [Description "The selected (toggled) state border color of buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Selected_BorderColor: @sapDefault_Color;

// [Label "Selected Button Text Color"]
// [Description "The selected (toggled) state text and icon color of buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Selected_TextColor: @sapDefault_Color;

// [Label "Selected Button Hover Background Color"]
// [Description "The hover state background color of selected (toggled) buttons."]
// [TranslationKey "sapButton_SelHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Selected_Hover_Background: @sapDefault_Color;

// [Label "Selected Button Hover Border Color"]
// [Description "The hover state border color of selected (toggled) buttons."]
// [TranslationKey "sapButton_SelHvrBrdCol"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Selected_Hover_BorderColor: @sapDefault_Color;

// [Label "Attention Button Background Color"]
// [Description "The background color of attention buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Background: @sapDefault_Color;

// [Label "Attention Button Border Color"]
// [Description "The border color of attention buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_BorderColor: @sapDefault_Color;

// [Label "Attention Button Text Color"]
// [Description "The text and icon color of attention buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Attention_TextColor: @sapDefault_Color;

// [Label "Attention Button Hover Background Color"]
// [Description "The hover state background color of attention buttons."]
// [TranslationKey "sapButton_AttHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Hover_Background: @sapDefault_Color;

// [Label "Attention Button Hover Border Color"]
// [Description "The hover state border color of attention buttons."]
// [TranslationKey "sapButton_AttHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Hover_BorderColor: @sapDefault_Color;

// [Label "Attention Button Hover Text Color"]
// [Description "The hover state text and icon color of attention buttons."]
// [TranslationKey "sapButton_AttHvrTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Attention_Hover_TextColor: @sapDefault_Color;

// [Label "Attention Button Active Background Color"]
// [Description "The active (down) state background color of attention buttons."]
// [TranslationKey "sapButton_AttActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Active_Background: @sapDefault_Color;

// [Label "Attention Button Active Border Color"]
// [Description "The active (down) state border color of attention buttons."]
// [TranslationKey "sapButton_AttActBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Active_BorderColor: @sapDefault_Color;

// [Label "Attention Button Active Text Color"]
// [Description "The active (down) state text color of attention buttons."]
// [TranslationKey "sapButton_AttActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Attention_Active_TextColor: @sapDefault_Color;

// [Label "Attention Button Selected Background Color"]
// [Description "The background color of selected (toggled) attention buttons."]
// [TranslationKey "sapButton_AttSelBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Selected_Background: @sapDefault_Color;

// [Label "Attention Button Selected Border Color"]
// [Description "The border color of selected (toggled) attention buttons."]
// [TranslationKey "sapButton_AttSelBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Selected_BorderColor: @sapDefault_Color;

// [Label "Attention Button Selected Text Color"]
// [Description "The text and icon color of selected (toggled) attention buttons."]
// [TranslationKey "sapButton_AttSelTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Attention_Selected_TextColor: @sapDefault_Color;

// [Label "Attention Button Selected Hover Background Color"]
// [Description "The hover state background color of selected (toggled) attention buttons."]
// [TranslationKey "sapButton_AttSelHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Selected_Hover_Background: @sapDefault_Color;

// [Label "Attention Button Selected Hover Border Color"]
// [Description "The hover state border color of selected (toggled) attention buttons."]
// [TranslationKey "sapButton_AttSelHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Attention_Selected_Hover_BorderColor: @sapDefault_Color;

// [Label "Negative Button Background Color"]
// [Description "The background color of negative buttons."]
// [TranslationKey "sapButton_NegBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Negative_Background: @sapDefault_Color;

// [Label "Negative Button Border Color"]
// [Description "The border color of negative buttons."]
// [TranslationKey "sapButton_NegBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Negative_BorderColor: @sapDefault_Color;

// [Label "Negative Button Text Color"]
// [Description "The text and icon color of negative buttons."]
// [TranslationKey "sapButton_NegTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Negative_TextColor: @sapDefault_Color;

// [Label "Negative Button Hover Background Color"]
// [Description "The hover state background color of negative buttons."]
// [TranslationKey "sapButton_NegHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Negative_Hover_Background: @sapDefault_Color;

// [Label "Negative Button Hover Border Color"]
// [Description "The hover state border color of negative buttons."]
// [TranslationKey "sapButton_NegHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Negative_Hover_BorderColor: @sapDefault_Color;

// [Label "Negative Button Hover Text Color"]
// [Description "The hover state text and icon color of negative buttons."]
// [TranslationKey "sapButton_NegHvrTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Negative_Hover_TextColor: @sapDefault_Color;

// [Label "Negative Button Active Background Color"]
// [Description "The active (down) state background color of negative buttons."]
// [TranslationKey "sapButton_NegActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Negative_Active_Background: @sapDefault_Color;

// [Label "Negative Button Active Border Color"]
// [Description "The active (down) state border color of negative buttons."]
// [TranslationKey "sapButton_NegActBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Negative_Active_BorderColor: @sapDefault_Color;

// [Label "Negative Button Active Text Color"]
// [Description "The active (down) state text color of negative buttons."]
// [TranslationKey "sapButton_NegActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Negative_Active_TextColor: @sapDefault_Color;

// [Label "Critical Button Background Color"]
// [Description "The background color of critical buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Critical_Background: @sapDefault_Color;

// [Label "Critical Button Border Color"]
// [Description "The border color of critical buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Critical_BorderColor: @sapDefault_Color;

// [Label "Critical Button Text Color"]
// [Description "The text and icon color of critical buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Critical_TextColor: @sapDefault_Color;

// [Label "Critical Button Hover Background Color"]
// [Description "The hover state background color of critical buttons."]
// [TranslationKey "sapButton_CritHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Critical_Hover_Background: @sapDefault_Color;

// [Label "Critical Button Hover Border Color"]
// [Description "The hover state border color of critical buttons."]
// [TranslationKey "sapButton_CritHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Critical_Hover_BorderColor: @sapDefault_Color;

// [Label "Critical Button Hover Text Color"]
// [Description "The hover state text and icon color of critical buttons."]
// [TranslationKey "sapButton_CritHvrTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Critical_Hover_TextColor: @sapDefault_Color;

// [Label "Critical Button Active Background Color"]
// [Description "The active (down) state background color of critical buttons."]
// [TranslationKey "sapButton_CritActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Critical_Active_Background: @sapDefault_Color;

// [Label "Critical Button Active Border Color"]
// [Description "The active (down) state border color of critical buttons."]
// [TranslationKey "sapButton_CritActBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Critical_Active_BorderColor: @sapDefault_Color;

// [Label "Critical Button Active Text Color"]
// [Description "The active (down) state text color of critical buttons."]
// [TranslationKey "sapButton_CritActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Critical_Active_TextColor: @sapDefault_Color;

// [Label "Success Button Background Color"]
// [Description "The background color of success buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Success_Background: @sapDefault_Color;

// [Label "Success Button Border Color"]
// [Description "The border color of success buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Success_BorderColor: @sapDefault_Color;

// [Label "Success Button Text Color"]
// [Description "The text and icon color of success buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Success_TextColor: @sapDefault_Color;

// [Label "Success Button Hover Background Color"]
// [Description "The hover state background color of success buttons."]
// [TranslationKey "sapButton_SuccHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Success_Hover_Background: @sapDefault_Color;

// [Label "Success Button Hover Border Color"]
// [Description "The hover state border color of success buttons."]
// [TranslationKey "sapButton_SuccHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Success_Hover_BorderColor: @sapDefault_Color;

// [Label "Success Button Hover Text Color"]
// [Description "The hover state text and icon color of success buttons."]
// [TranslationKey "sapButton_SuccHvrTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Success_Hover_TextColor: @sapDefault_Color;

// [Label "Success Button Active Background Color"]
// [Description "The active (down) state background color of success buttons."]
// [TranslationKey "sapButton_SuccActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Success_Active_Background: @sapDefault_Color;

// [Label "Success Button Active Border Color"]
// [Description "The active (down) state border color of success buttons."]
// [TranslationKey "sapButton_SuccActBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Success_Active_BorderColor: @sapDefault_Color;

// [Label "Success Button Active Text Color"]
// [Description "The active (down) state text color of success buttons."]
// [TranslationKey "sapButton_SuccActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Success_Active_TextColor: @sapDefault_Color;

// [Label "Information Button Background Color"]
// [Description "The background color of information buttons."]
// [TranslationKey "sapButton_InfBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_Background: @sapDefault_Color;

// [Label "Information Button Border Color"]
// [Description "The border color of information buttons."]
// [TranslationKey "sapButton_InfBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_BorderColor: @sapDefault_Color;

// [Label "Information Button Text Color"]
// [Description "The text and icon color of information buttons."]
// [TranslationKey "sapButton_InfTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Information_TextColor: @sapDefault_Color;

// [Label "Information Button Hover Background Color"]
// [Description "The hover state background color of information buttons."]
// [TranslationKey "sapButton_InfHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_Hover_Background: @sapDefault_Color;

// [Label "Information Button Hover Border Color"]
// [Description "The hover state border color of information buttons."]
// [TranslationKey "sapButton_InfHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_Hover_BorderColor: @sapDefault_Color;

// [Label "Information Button Hover Text Color"]
// [Description "The hover state text and icon color of information buttons."]
// [TranslationKey "sapButton_InfHvrTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Information_Hover_TextColor: @sapDefault_Color;

// [Label "Information Button Active Background Color"]
// [Description "The active (down) state background color of information buttons."]
// [TranslationKey "sapButton_InfActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_Active_Background: @sapDefault_Color;

// [Label "Information Button Active Border Color"]
// [Description "The active (down) state border color of information buttons."]
// [TranslationKey "sapButton_InfActBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_Active_BorderColor: @sapDefault_Color;

// [Label "Information Button Active Text Color"]
// [Description "The active (down) state text color of information buttons."]
// [TranslationKey "sapButton_InfActTxtClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Information_Active_TextColor: @sapDefault_Color;

// [Label "Neutral Button Background Color"]
// [Description "The background color of neutral buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Neutral_Background: @sapDefault_Color;

// [Label "Neutral Button Border Color"]
// [Description "The border color of neutral buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Neutral_BorderColor: @sapDefault_Color;

// [Label "Neutral Button Text Color"]
// [Description "The text and icon color of neutral buttons."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Neutral_TextColor: @sapDefault_Color;

// [Label "Neutral Button Hover Background Color"]
// [Description "The hover state background color of neutral buttons."]
// [TranslationKey "sapButton_NeutHvrBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Neutral_Hover_Background: @sapDefault_Color;

// [Label "Neutral Button Hover Border Color"]
// [Description "The hover state border color of neutral buttons."]
// [TranslationKey "sapButton_NeutHvrBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Neutral_Hover_BorderColor: @sapDefault_Color;

// [Label "Neutral Button Hover Text Color"]
// [Description "The hover state text and icon color of neutral buttons."]
// [TranslationKey "sapButton_NeutHvrTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Neutral_Hover_TextColor: @sapDefault_Color;

// [Label "Neutral Button Active Background Color"]
// [Description "The active (down) state background color of neutral buttons."]
// [TranslationKey "sapButton_NeutActBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Neutral_Active_Background: @sapDefault_Color;

// [Label "Neutral Button Active Border Color"]
// [Description "The active (down) state border color of neutral buttons."]
// [TranslationKey "sapButton_NeutActBrdClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Neutral_Active_BorderColor: @sapDefault_Color;

// [Label "Neutral Button Active Text Color"]
// [Description "The active (down) state text color of neutral buttons."]
// [TranslationKey "sapButton_NeutActTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Neutral_Active_TextColor: @sapDefault_Color;

// [Label "Switch Button Track Background Color"]
// [Description "The background color for the track of button controls such as the switch."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Background: @sapDefault_Color;

// [Label "Switch Button Track Border Color"]
// [Description "The border color for the track of button controls such as the switch."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_BorderColor: @sapDefault_Color;

// [Label "Switch Button Track Text Color"]
// [Description "The text and icon color for the track of button controls such as the switch."]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Track_TextColor: @sapDefault_Color;

// [Label "Switch Button Track Hover Background Color"]
// [Description "The background color for the hovered track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Hover_Background: @sapDefault_Color;

// [Label "Switch Button Track Hover Border Color"]
// [Description "The border color for the hovered track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Hover_BorderColor: @sapDefault_Color;

// [Label "Switch Button Selected Track Background Color"]
// [Description "The background color for the selected track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackSelBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Selected_Background: @sapDefault_Color;

// [Label "Switch Button Selected Track Border Color"]
// [Description "The border color for the selected track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackSelBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Selected_BorderColor: @sapDefault_Color;

// [Label "Switch Button Selected Track Text Color"]
// [Description "The text and icon color for the selected track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackSelTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Track_Selected_TextColor: @sapDefault_Color;

// [Label "Switch Button Selected Track Hover Background Color"]
// [Description "The background color for the hovered selected track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackSelHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Selected_Hover_Background: @sapDefault_Color;

// [Label "Switch Button Selected Track Hover Border Color"]
// [Description "The border color for the hovered selected track of button controls such as the switch."]
// [TranslationKey "sapButton_TrackSelHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Selected_Hover_BorderColor: @sapDefault_Color;

// [Label "Switch Button Handle Background Color"]
// [Description "The background color for the handle of button controls such as the switch."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Background: @sapDefault_Color;

// [Label "Switch Button Handle Border Color"]
// [Description "The border color for the handle of button controls such as the switch."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_BorderColor: @sapDefault_Color;

// [Label "Switch Button Handle Text Color"]
// [Description "The text and icon color for the handle of button controls such as the switch."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_TextColor: @sapDefault_Color;

// [Label "Switch Button Handle Hover Background Color"]
// [Description "The background color for the hovered handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Hover_Background: @sapDefault_Color;

// [Label "Switch Button Handle Hover Border Color"]
// [Description "The border color for the hovered handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Hover_BorderColor: @sapDefault_Color;

// [Label "Switch Button Selected Handle Background Color"]
// [Description "The background color for the selected handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleSelBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Selected_Background: @sapDefault_Color;

// [Label "Switch Button Selected Handle Border Color"]
// [Description "The border color for the selected handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleSelBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Selected_BorderColor: @sapDefault_Color;

// [Label "Switch Button Selected Handle Text Color"]
// [Description "The text and icon color for the selected handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleSelTxtClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Selected_TextColor: @sapDefault_Color;

// [Label "Switch Button Selected Handle Hover Background Color"]
// [Description "The background color for the hovered selected handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleSelHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Selected_Hover_Background: @sapDefault_Color;

// [Label "Switch Button Selected Handle Hover Border Color"]
// [Description "The border color for the hovered selected handle of button controls such as the switch."]
// [TranslationKey "sapButton_HandleSelHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Selected_Hover_BorderColor: @sapDefault_Color;

// [Label "Negative Switch Button Track Background Color"]
// [Description "The background color for the track of negative button controls such as the switch."]
// [TranslationKey "sapButton_TrackNegBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Negative_Background: @sapDefault_Color;

// [Label "Negative Switch Button Track Border Color"]
// [Description "The border color for the track of negative button controls such as the switch."]
// [TranslationKey "sapButton_TrackNegBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Negative_BorderColor: @sapDefault_Color;

// [Label "Negative Switch Button Track Text Color"]
// [Description "The text and icon color for the track of negative button controls such as the switch."]
// [TranslationKey "sapButton_TrackNegTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Track_Negative_TextColor: @sapDefault_Color;

// [Label "Negative Switch Button Track Hover Background Color"]
// [Description "The background color for the hovered track of negative button controls such as the switch."]
// [TranslationKey "sapButton_TrackNegHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Negative_Hover_Background: @sapDefault_Color;

// [Label "Negative Switch Button Track Hover Border Color"]
// [Description "The border color for the hovered track of negative button controls such as the switch."]
// [TranslationKey "sapButton_TrackNegHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Negative_Hover_BorderColor: @sapDefault_Color;

// [Label "Negative Switch Button Handle Background Color"]
// [Description "The background color for the handle of negative button controls such as the switch."]
// [TranslationKey "sapButton_HandleNegBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Negative_Background: @sapDefault_Color;

// [Label "Negative Switch Button Handle Border Color"]
// [Description "The border color for the handle of negative button controls such as the switch."]
// [TranslationKey "sapButton_HandleNegBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Negative_BorderColor: @sapDefault_Color;

// [Label "Negative Switch Button Handle Text Color"]
// [Description "The text and icon color for the handle of negative button controls such as the switch."]
// [TranslationKey "sapButton_HandleNegTxtClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Negative_TextColor: @sapDefault_Color;

// [Label "Negative Switch Button Handle Hover Background Color"]
// [Description "The background color for the hovered handle of negative button controls such as the switch."]
// [TranslationKey "sapButton_HandleNegHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Negative_Hover_Background: @sapDefault_Color;

// [Label "Negative Switch Button Handle Hover Border Color"]
// [Description "The border color for the hovered handle of negative button controls such as the switch."]
// [TranslationKey "sapButton_HandleNegHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Negative_Hover_BorderColor: @sapDefault_Color;

// [Label "Positive Switch Button Track Background Color"]
// [Description "The background color for the track of positive button controls such as the switch."]
// [TranslationKey "sapButton_TrackPosBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Positive_Background: @sapDefault_Color;

// [Label "Positive Switch Button Track Border Color"]
// [Description "The border color for the track of positive button controls such as the switch."]
// [TranslationKey "sapButton_TrackPosBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Positive_BorderColor: @sapDefault_Color;

// [Label "Positive Switch Button Track Text Color"]
// [Description "The text and icon color for the track of positive button controls such as the switch."]
// [TranslationKey "sapButton_TrackPosTxtClr"]
// [Tags "Base", "Button", "Color", "Font", "Protected"]
@sapButton_Track_Positive_TextColor: @sapDefault_Color;

// [Label "Positive Switch Button Track Hover Background Color"]
// [Description "The background color for the hovered track of positive button controls such as the switch."]
// [TranslationKey "sapButton_TrackPosHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Positive_Hover_Background: @sapDefault_Color;

// [Label "Positive Switch Button Track Hover Border Color"]
// [Description "The border color for the hovered track of positive button controls such as the switch."]
// [TranslationKey "sapButton_TrackPosHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Track_Positive_Hover_BorderColor: @sapDefault_Color;

// [Label "Positive Switch Button Handle Background Color"]
// [Description "The background color for the handle of positive button controls such as the switch."]
// [TranslationKey "sapButton_HandlePosBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Positive_Background: @sapDefault_Color;

// [Label "Positive Switch Button Handle Border Color"]
// [Description "The border color for the handle of positive button controls such as the switch."]
// [TranslationKey "sapButton_HandlePosBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Positive_BorderColor: @sapDefault_Color;

// [Label "Positive Switch Button Handle Text Color"]
// [Description "The text and icon color for the handle of positive button controls such as the switch."]
// [TranslationKey "sapButton_HandlePosTxtClr"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Positive_TextColor: @sapDefault_Color;

// [Label "Positive Switch Button Handle Hover Background Color"]
// [Description "The background color for the hovered handle of positive button controls such as the switch."]
// [TranslationKey "sapButton_HandlePosHvBg"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Positive_Hover_Background: @sapDefault_Color;

// [Label "Positive Switch Button Handle Hover Border Color"]
// [Description "The border color for the hovered handle of positive button controls such as the switch."]
// [TranslationKey "sapButton_HandlePosHvBrd"]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_Handle_Positive_Hover_BorderColor: @sapDefault_Color;

// [Label "Token Background Color"]
// [Description "The background color of token buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_TokenBackground: @sapDefault_Color;

// [Label "Token Border Color"]
// [Description "The border color of token buttons."]
// [Tags "Base", "Button", "Color", "Protected"]
@sapButton_TokenBorderColor: @sapDefault_Color;

// [Label "Field Background Color"]
// [Description "The background color of input fields."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Background: @sapDefault_Color;

// [Label "Field Background Image"]
// [Description "The background style of input fields."]
// [Tags "Base", "Field", "Protected"]
@sapField_BackgroundStyle: @sapDefault_URI;

// [Label "Field Text Color"]
// [Description "The text color of input fields."]
// [Tags "Base", "Field", "Color", "Font", "Protected"]
@sapField_TextColor: @sapDefault_Color;

// [Label "Field Placeholder Text Color"]
// [Description "The text color of prompt text (placeholder) within input controls."]
// [Tags "Base", "Field", "Color", "Font", "Protected"]
@sapField_PlaceholderTextColor: @sapDefault_Color;

// [Label "Field Border Color"]
// [Description "The color of an input field's borders."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_BorderColor: @sapDefault_Color;

// [Label "Field Help Background Color"]
// [Description "The color of the value help icon."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_HelpBackground: @sapDefault_Color;

// [Label "Field Border Thickness"]
// [Description "The thickness of an input field's borders."]
// [Tags "Base", "Field", "Dimension", "Protected"]
@sapField_BorderWidth: @sapDefault_Dimension;

// [Label "Field Border Style"]
// [Description "The style of borders of an input field."]
// [Tags "Base", "Field", "Protected"]
@sapField_BorderStyle: @sapDefault_BorderStyle;

// [Label "Field Corner Radius"]
// [Description "Defines whether an input field has rounded corners."]
// [Tags "Base", "Field", "Dimension", "Protected"]
@sapField_BorderCornerRadius: @sapDefault_Dimension;

// [Label "Field Hover Background Color"]
// [Description "The background color of input fields on hover."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Hover_Background: @sapDefault_Color;

// [Label "Field Hover Background Image"]
// [Description "The background style of input fields on hover."]
// [Tags "Base", "Field", "Protected"]
@sapField_Hover_BackgroundStyle: @sapDefault_URI;

// [Label "Field Hover Border Color"]
// [Description "The color of an input field's borders on hover."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Hover_BorderColor: @sapDefault_Color;

// [Label "Field Help Hover Background Color"]
// [Description "The color of the value help icon on hover."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Hover_HelpBackground: @sapDefault_Color;

// [Label "Field Active Border Color"]
// [Description "The border color of active input fields."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Active_BorderColor: @sapDefault_Color;

// [Label "Focused Field Background Color"]
// [Description "The background color of focused input fields."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Focus_Background: @sapDefault_Color;

// [Label "Focused Field Border Color"]
// [Description "The color of a focused input field's borders."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Focus_BorderColor: @sapDefault_Color;

// [Label "Focused Field Help Background Color"]
// [Description "The background color of a focused input field's value help icon."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_Focus_HelpBackground: @sapDefault_Color;

// [Label "Read Only Field Background Color"]
// [Description "The background color of a read-only input field."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_ReadOnly_Background: @sapDefault_Color;

// [Label "Read Only Field Background Image"]
// [Description "The background style of read-only input fields."]
// [Tags "Base", "Field", "Protected"]
// [TranslationKey "sapField_ReadOnly_BgStyle"]
@sapField_ReadOnly_BackgroundStyle: @sapDefault_URI;

// [Label "Read Only Field Border Color"]
// [Description "The color of a read-only input field's borders."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_ReadOnly_BorderColor: @sapDefault_Color;

// [Label "Read Only Field Border Style"]
// [Description "The border style of read-only input fields."]
// [Tags "Base", "Field", "Protected"]
@sapField_ReadOnly_BorderStyle: @sapDefault_BorderStyle;

// [Label "Read Only Field Help Color"]
// [Description "The background color of a read-only input field's value help icon."]
// [TranslationKey "sapField_ReadOnly_HelpBackgrnd"]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_ReadOnly_HelpBackground: @sapDefault_Color;

// [Label "Required Field Color"]
// [Description "The color of the asterisk next to required input fields."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_RequiredColor: @sapDefault_Color;

// [Label "Invalid Field Color"]
// [Description "The base color of input fields with an invalid value."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_InvalidColor: @sapDefault_Color;

// [Label "Invalid Field Background Color"]
// [Description "The background color of input fields with an invalid value."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_InvalidBackground: @sapDefault_Color;

// [Label "Invalid Field Background Image"]
// [Description "The background style of an input field with an invalid value."]
// [TranslationKey "sapField_InvBgImg"]
// [Tags "Base", "Field", "Protected"]
@sapField_InvalidBackgroundStyle: @sapDefault_URI;

// [Label "Invalid Field Border Thickness"]
// [Description "The thickness of borders of an input field with invalid value."]
// [Tags "Base", "Field", "Dimension", "Protected"]
@sapField_InvalidBorderWidth: @sapDefault_Dimension;

// [Label "Invalid Field Border Style"]
// [Description "The style of borders of an input field with invalid value."]
// [Tags "Base", "Field", "Protected"]
@sapField_InvalidBorderStyle: @sapDefault_BorderStyle;

// [Label "Warning Field Color"]
// [Description "The base color of an input field indicating a warning."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_WarningColor: @sapDefault_Color;

// [Label "Warning Field Background Color"]
// [Description "The background color of an input field indicating a warning."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_WarningBackground: @sapDefault_Color;

// [Label "Warning Field Background Image"]
// [Description "The background style of an input field indicating a warning."]
// [TranslationKey "sapField_WarnBgImg"]
// [Tags "Base", "Field", "Protected"]
@sapField_WarningBackgroundStyle: @sapDefault_URI;

// [Label "Warning Field Border Thickness"]
// [Description "The thickness of borders of an input field indicating a warning."]
// [Tags "Base", "Field", "Dimension", "Protected"]
@sapField_WarningBorderWidth: @sapDefault_Dimension;

// [Label "Warning Field Border Style"]
// [Description "The style of borders of an input field indicating a warning."]
// [Tags "Base", "Field", "Protected"]
@sapField_WarningBorderStyle: @sapDefault_BorderStyle;

// [Label "Success Field Color"]
// [Description "The base color an input field indicating a successful user action."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_SuccessColor: @sapDefault_Color;

// [Label "Success Field Background Color"]
// [Description "The background color of an input field indicating a successful user action."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_SuccessBackground: @sapDefault_Color;

// [Label "Success Field Background Image"]
// [Description "The background style of an input field indicating a successful user action."]
// [TranslationKey "sapField_SucBgImg"]
// [Tags "Base", "Field", "Protected"]
@sapField_SuccessBackgroundStyle: @sapDefault_URI;

// [Label "Success Field Border Thickness"]
// [Description "The thickness of borders of an input field indicating a successful user action."]
// [Tags "Base", "Field", "Dimension", "Protected"]
@sapField_SuccessBorderWidth: @sapDefault_Dimension;

// [Label "Success Field Border Style"]
// [Description "The style of borders of an input field indicating a successful user action."]
// [Tags "Base", "Field", "Protected"]
@sapField_SuccessBorderStyle: @sapDefault_BorderStyle;

// [Label "Information Field Color"]
// [Description "The base color an input field indicating an information status."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_InformationColor: @sapDefault_Color;

// [Label "Information Field Background Color"]
// [Description "The background color of an input field indicating an information status."]
// [Tags "Base", "Field", "Color", "Protected"]
@sapField_InformationBackground: @sapDefault_Color;

// [Label "Information Field Background Image"]
// [Description "The background style of an input field indicating an information status."]
// [TranslationKey "sapField_InfBgImg"]
// [Tags "Base", "Field", "Protected"]
@sapField_InformationBackgroundStyle: @sapDefault_URI;

// [Label "Information Field Border Thickness"]
// [Description "The thickness of borders of an input field indicating an information status."]
// [TranslationKey "sapField_InfBrdWdth"]
// [Tags "Base", "Field", "Dimension", "Protected"]
@sapField_InformationBorderWidth: @sapDefault_Dimension;

// [Label "Information Field Border Style"]
// [Description "The style of borders of an input field indicating an information status."]
// [TranslationKey "sapField_InfBrdSty"]
// [Tags "Base", "Field", "Protected"]
@sapField_InformationBorderStyle: @sapDefault_BorderStyle;

// [Label "Group Title Background Color"]
// [Description "The background color of the group header area."]
// [Tags "Base", "Group", "Color", "Protected"]
@sapGroup_TitleBackground: @sapDefault_Color;

// [Label "Group Title Border Color"]
// [Description "The color of the borders of the group header area."]
// [Tags "Base", "Group", "Color", "Protected"]
@sapGroup_TitleBorderColor: @sapDefault_Color;

// [Label "Group Title Text Color"]
// [Description "The text color of the group title."]
// [Tags "Base", "Group", "Color", "Font", "Protected"]
@sapGroup_TitleTextColor: @sapDefault_Color;

// [Label "Group Title Font Size"]
// [Description "The font size of the group title."]
// [Tags "Base", "Group", "Dimension", "Font", "Protected"]
@sapGroup_Title_FontSize: @sapDefault_Dimension;

// [Label "Group Content Background Color"]
// [Description "The background color of the content area of a group."]
// [Tags "Base", "Group", "Color", "Protected"]
@sapGroup_ContentBackground: @sapDefault_Color;

// [Label "Group Content Border Color"]
// [Description "The color of the borders of a group's content area."]
// [Tags "Base", "Group", "Color", "Protected"]
@sapGroup_ContentBorderColor: @sapDefault_Color;

// [Label "Group Border Thickness"]
// [Description "The thickness of the borders of a group's content area."]
// [Tags "Base", "Group", "Dimension", "Protected"]
@sapGroup_BorderWidth: @sapDefault_Dimension;

// [Label "Group Corner Radius"]
// [Description "Defines whether a group has rounded corners."]
// [Tags "Base", "Group", "Dimension", "Protected"]
@sapGroup_BorderCornerRadius: @sapDefault_Dimension;

// [Label "Group Footer Background Color"]
// [Description "The background color of the footer area of a group."]
// [Tags "Base", "Group", "Color", "Protected"]
@sapGroup_FooterBackground: @sapDefault_Color;

// [Label "Toolbar Background Color"]
// [Description "The background color of the toolbar."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
@sapToolbar_Background: @sapDefault_Color;

// [Label "Toolbar Separator Color"]
// [Description "The color of a toolbar's separators."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
@sapToolbar_SeparatorColor: @sapDefault_Color;

// [Label "List Column Header Background Color"]
// [Description "The background color of the column header area of lists."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_HeaderBackground: @sapDefault_Color;

// [Label "List Column Header Border Color"]
// [Description "The color of the borders of the list column header area."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_HeaderBorderColor: @sapDefault_Color;

// [Label "List Column Header Text Color"]
// [Description "The color of texts on the list column header area."]
// [Tags "Base", "List", "Color", "Font", "Protected"]
@sapList_HeaderTextColor: @sapDefault_Color;

// [Label "List Border Color"]
// [Description "The color of the border in a list separating the entries."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_BorderColor: @sapDefault_Color;

// [Label "List Grid Thickness"]
// [Description "The thickness of the border in a list separating the entries."]
// [Tags "Base", "List", "Dimension", "Protected"]
@sapList_BorderWidth: @sapDefault_Dimension;

// [Label "List Text Color"]
// [Description "The main text color for lists and tables."]
// [Tags "Base", "List", "Color", "Font", "Protected"]
@sapList_TextColor: @sapDefault_Color;

// [Label "List Active Text Color"]
// [Description "The text color for active list and table items."]
// [Tags "Base", "List", "Color", "Font", "Protected"]
@sapList_Active_TextColor: @sapDefault_Color;

// [Label "List Active Background Color"]
// [Description "The background color for active list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_Active_Background: @sapDefault_Color;

// [Label "List Selection Background Color"]
// [Description "The background color for selected list and table items."]
// [TranslationKey "sapList_SelectBackgrndColor"]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_SelectionBackgroundColor: @sapDefault_Color;

// [Label "List Selection Border Color"]
// [Description "The border color for selected list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_SelectionBorderColor: @sapDefault_Color;

// [Label "List Selection Hover Background Color"]
// [Description "The hover state background color for selected list and table items."]
// [TranslationKey "sapList_HvrSelBg"]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_Hover_SelectionBackground: @sapDefault_Color;

// [Label "List Background Color"]
// [Description "The background color of list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_Background: @sapDefault_Color;

// [Label "List Hover Background Color"]
// [Description "The hover state background color of list and table items."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_Hover_Background: @sapDefault_Color;

// [Label "List Alternating Background Color"]
// [Description "The background color of alternating list items."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_AlternatingBackground: @sapDefault_Color;

// [Label "List Group Header Background Color"]
// [Description "The background color of list group headers."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_GroupHeaderBackground: @sapDefault_Color;

// [Label "List Group Header Border Color"]
// [Description "The border color of list group headers."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_GroupHeaderBorderColor: @sapDefault_Color;

// [Label "List Group Header Text Color"]
// [Description "The text color of list group headers."]
// [Tags "Base", "List", "Color", "Font", "Protected"]
@sapList_GroupHeaderTextColor: @sapList_TextColor;

// [Label "Table Group Header Background Color"]
// [Description "The background color of table group headers."]
// [TranslationKey "sapList_TblGrpHdrBackground"]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_TableGroupHeaderBackground: @sapDefault_Color;

// [Label "Table Group Header Border Color"]
// [Description "The border color of table group headers."]
// [TranslationKey "sapList_TblGrpHdrBorderColor"]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_TableGroupHeaderBorderColor: @sapDefault_Color;

// [Label "Table Group Header Text Color"]
// [Description "The text color of table group headers."]
// [TranslationKey "sapList_TblGrpHdrTextColor"]
// [Tags "Base", "List", "Color", "Font", "Protected"]
@sapList_TableGroupHeaderTextColor: @sapDefault_Color;

// [Label "List Footer Background Color"]
// [Description "The background color of list footers."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_FooterBackground: @sapDefault_Color;

// [Label "List Footer Text Color"]
// [Description "The text color of list footers."]
// [Tags "Base", "List", "Color", "Font", "Protected"]
@sapList_FooterTextColor: @sapDefault_Color;

// [Label "Table Footer Border Color"]
// [Description "The border color of table footers."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_TableFooterBorder: @sapDefault_Color;

// [Label "Table Fixed Border Color"]
// [Description "The border color of fixed columns and rows in tables."]
// [Tags "Base", "List", "Color", "Protected"]
@sapList_TableFixedBorderColor: @sapDefault_Color;

// [Label "Message Error Border Color"]
// [Description "The error border color of message controls."]
// [Tags "Base", "Message", "Color", "Protected"]
@sapMessage_ErrorBorderColor: @sapDefault_Color;

// [Label "Message Warning Border Color"]
// [Description "The warning border color of message controls."]
// [Tags "Base", "Message", "Color", "Protected"]
@sapMessage_WarningBorderColor: @sapDefault_Color;

// [Label "Message Success Border Color"]
// [Description "The success border color of message controls."]
// [Tags "Base", "Message", "Color", "Protected"]
@sapMessage_SuccessBorderColor: @sapDefault_Color;

// [Label "Message Information Border Color"]
// [Description "The information border color of message controls."]
// [TranslationKey "sapMessage_InfBrd"]
// [Tags "Base", "Message", "Color", "Protected"]
@sapMessage_InformationBorderColor: @sapDefault_Color;

// [Label "Popover Border Corner Radius"]
// [Description "The border radius of popovers."]
// [TranslationKey "sapPopover_BrdRd"]
// [Tags "Base", "Popover", "Dimension", "Protected"]
@sapPopover_BorderCornerRadius: @sapDefault_Dimension;

// [Label "Progress Background"]
// [Description "The background color of the empty part of progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Background: @sapDefault_Color;

// [Label "Progress Border Color"]
// [Description "The border color of the empty part of progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_BorderColor: @sapDefault_Color;

// [Label "Progress Text Color"]
// [Description "The text color of the empty part of progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_TextColor: @sapDefault_Color;

// [Label "Progress Font Size"]
// [Description "The font size of progress bars."]
// [Tags "Base", "Progress", "Dimension", "Protected"]
@sapProgress_FontSize: @sapDefault_Dimension;

// [Label "Negative Progress Background"]
// [Description "The background color of the empty part of negative progress bars."]
// [TranslationKey "sapProgress_NegBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_NegativeBackground: @sapDefault_Color;

// [Label "Negative Progress Border Color"]
// [Description "The border color of the empty part of negative progress bars."]
// [TranslationKey "sapProgress_NegBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_NegativeBorderColor: @sapDefault_Color;

// [Label "Negative Progress Text Color"]
// [Description "The text color of the empty part of negative progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_NegativeTextColor: @sapDefault_Color;

// [Label "Critical Progress Background"]
// [Description "The background color of the empty part of critical progress bars."]
// [TranslationKey "sapProgress_CrtBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_CriticalBackground: @sapDefault_Color;

// [Label "Critical Progress Border Color"]
// [Description "The border color of the empty part of critical progress bars."]
// [TranslationKey "sapProgress_CrtBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_CriticalBorderColor: @sapDefault_Color;

// [Label "Critical Progress Text Color"]
// [Description "The text color of the empty part of critical progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_CriticalTextColor: @sapDefault_Color;

// [Label "Positive Progress Background"]
// [Description "The background color of the empty part of positive progress bars."]
// [TranslationKey "sapProgress_PosBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_PositiveBackground: @sapDefault_Color;

// [Label "Positive Progress Border Color"]
// [Description "The border color of the empty part of positive progress bars."]
// [TranslationKey "sapProgress_PosBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_PositiveBorderColor: @sapDefault_Color;

// [Label "Positive Progress Text Color"]
// [Description "The text color of the empty part of positive progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_PositiveTextColor: @sapDefault_Color;

// [Label "Information Progress Background"]
// [Description "The background color of the empty part of information progress bars."]
// [TranslationKey "sapProgress_InfBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_InformationBackground: @sapDefault_Color;

// [Label "Information Progress Border Color"]
// [Description "The border color of the empty part of information progress bars."]
// [TranslationKey "sapProgress_InfBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_InformationBorderColor: @sapDefault_Color;

// [Label "Information Progress Text Color"]
// [Description "The text color of the empty part of information progress bars."]
// [TranslationKey "sapProgress_InfTxtClr"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_InformationTextColor: @sapDefault_Color;

// [Label "Progress Value Background"]
// [Description "The background color of the filled part of progress bars."]
// [TranslationKey "sapProgress_Value_Bg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_Background: @sapDefault_Color;

// [Label "Progress Value Border Color"]
// [Description "The border color of the filled part of progress bars."]
// [TranslationKey "sapProgress_Value_Brd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_BorderColor: @sapDefault_Color;

// [Label "Progress Value Text Color"]
// [Description "The text color of the filled part of progress bars."]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_TextColor: @sapDefault_Color;

// [Label "Negative Progress Value Background"]
// [Description "The background color of the filled part of negative progress bars."]
// [TranslationKey "sapProgress_Value_NegBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_NegativeBackground: @sapDefault_Color;

// [Label "Negative Progress Value Border Color"]
// [Description "The border color of the filled part of negative progress bars."]
// [TranslationKey "sapProgress_Value_NegBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_NegativeBorderColor: @sapDefault_Color;

// [Label "Negative Progress Value Text Color"]
// [Description "The text color of the filled part of negative progress bars."]
// [TranslationKey "sapProgress_Value_NegTxtClr"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_NegativeTextColor: @sapDefault_Color;

// [Label "Critical Progress Value Background"]
// [Description "The background color of the filled part of critical progress bars."]
// [TranslationKey "sapProgress_Value_CrtBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_CriticalBackground: @sapDefault_Color;

// [Label "Critical Progress Value Border Color"]
// [Description "The border color of the filled part of critical progress bars."]
// [TranslationKey "sapProgress_Value_CrtBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_CriticalBorderColor: @sapDefault_Color;

// [Label "Critical Progress Value Text Color"]
// [Description "The text color of the filled part of critical progress bars."]
// [TranslationKey "sapProgress_Value_CrtTxtClr"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_CriticalTextColor: @sapDefault_Color;

// [Label "Positive Progress Value Background"]
// [Description "The background color of the filled part of positive progress bars."]
// [TranslationKey "sapProgress_Value_PosBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_PositiveBackground: @sapDefault_Color;

// [Label "Positive Progress Value Border Color"]
// [Description "The border color of the filled part of positive progress bars."]
// [TranslationKey "sapProgress_Value_PosBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_PositiveBorderColor: @sapDefault_Color;

// [Label "Positive Progress Value Text Color"]
// [Description "The text color of the filled part of positive progress bars."]
// [TranslationKey "sapProgress_Value_PosTxtClr"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_PositiveTextColor: @sapDefault_Color;

// [Label "Information Progress Value Background"]
// [Description "The background color of the filled part of information progress bars."]
// [TranslationKey "sapProgress_Value_InfBg"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_InformationBackground: @sapDefault_Color;

// [Label "Information Progress Value Border Color"]
// [Description "The border color of the filled part of information progress bars."]
// [TranslationKey "sapProgress_Value_InfBrd"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_InformationBorderColor: @sapDefault_Color;

// [Label "Information Progress Value Text Color"]
// [Description "The text color of the filled part of information progress bars."]
// [TranslationKey "sapProgress_Value_InfTxtClr"]
// [Tags "Base", "Progress", "Color", "Protected"]
@sapProgress_Value_InformationTextColor: @sapDefault_Color;

// [Label "Scrollbar Face Color"]
// [Description "The color of the surface of a scrollbar."]
// [Tags "Base", "Scrollbar", "Color", "Protected"]
@sapScrollBar_FaceColor: @sapDefault_Color;

// [Label "Scrollbar Track Color"]
// [Description "The color of the track of a scrollbar."]
// [Tags "Base", "Scrollbar", "Color", "Protected"]
@sapScrollBar_TrackColor: @sapDefault_Color;

// [Label "Scrollbar Border Color"]
// [Description "The color of the borders of a scrollbar."]
// [Tags "Base", "Scrollbar", "Color", "Protected"]
@sapScrollBar_BorderColor: @sapDefault_Color;

// [Label "Scrollbar Symbol Color"]
// [Description "The color of the scroll arrows in a scrollbar."]
// [Tags "Base", "Scrollbar", "Color", "Protected"]
@sapScrollBar_SymbolColor: @sapDefault_Color;

// [Label "Scrollbar Dimension"]
// [Description "The size of the scrollbar."]
// [Tags "Base", "Scrollbar", "Dimension", "Protected"]
@sapScrollBar_Dimension: @sapDefault_Dimension;

// [Label "Scrollbar Hover Face Color"]
// [Description "The hover state color of the surface of a scrollbar."]
// [Tags "Base", "Scrollbar", "Color", "Protected"]
@sapScrollBar_Hover_FaceColor: @sapDefault_Color;

// [Label "Slider Background"]
// [Description "The background color of the slider."]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Background: @sapDefault_Color;

// [Label "Slider Border Color"]
// [Description "The border color of the slider."]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_BorderColor: @sapDefault_Color;

// [Label "Slider Selected Background"]
// [Description "The background color of the selected part of the slider (in LTR usually the part left of the handle)."]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Selected_Background: @sapDefault_Color;

// [Label "Slider Selected Border Color"]
// [Description "The border color of the selected part of the slider (in LTR usually the part left of the handle)."]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Selected_BorderColor: @sapDefault_Color;

// [Label "Slider Handle Background"]
// [Description "The background color of the slider handle."]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_HandleBackground: @sapDefault_Color;

// [Label "Slider Handle Border Color"]
// [Description "The border color of the slider handle."]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_HandleBorderColor: @sapDefault_Color;

// [Label "Range Slider Handle Background"]
// [Description "The background color of the range slider handle."]
// [TranslationKey "sapSlider_RangeHandleBg"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_RangeHandleBackground: @sapDefault_Color;

// [Label "Slider Handle Hover Background"]
// [Description "The hover state background color of the slider handle."]
// [TranslationKey "sapSlider_HandleHvBg"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Hover_HandleBackground: @sapDefault_Color;

// [Label "Slider Handle Hover Border Color"]
// [Description "The hover state border color of the slider handle."]
// [TranslationKey "sapSlider_HandleHvBrd"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Hover_HandleBorderColor: @sapDefault_Color;

// [Label "Range Slider Handle Hover Background"]
// [Description "The hover state background color of the range slider handle."]
// [TranslationKey "sapSlider_Hv_RangeHandleBg"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Hover_RangeHandleBackground: @sapDefault_Color;

// [Label "Slider Handle Active Background"]
// [Description "The active state background color of the slider handle."]
// [TranslationKey "sapSlider_HandleActBg"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Active_HandleBackground: @sapDefault_Color;

// [Label "Slider Handle Active Border Color"]
// [Description "The active state border color of the slider handle."]
// [TranslationKey "sapSlider_HandleActBrd"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Active_HandleBorderColor: @sapDefault_Color;

// [Label "Range Slider Handle Active Background"]
// [Description "The active state background color of the range slider handle."]
// [TranslationKey "sapSlider_Act_RangeHandleBg"]
// [Tags "Base", "Slider", "Color", "Protected"]
@sapSlider_Active_RangeHandleBackground: @sapDefault_Color;

// [Label "Page Header Background Color"]
// [Description "The background color of page headers."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapPageHeader_Background: @sapDefault_Color;

// [Label "Page Header Border Color"]
// [Description "The border color of page headers."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapPageHeader_BorderColor: @sapDefault_Color;

// [Label "Page Header Text Color"]
// [Description "The color of texts on page headers."]
// [Tags "Base", "Page", "Color", "Font", "Protected"]
@sapPageHeader_TextColor: @sapDefault_Color;

// [Label "Page Footer Background Color"]
// [Description "The background color of page footers."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapPageFooter_Background: @sapDefault_Color;

// [Label "Page Footer Border Color"]
// [Description "The color of the page footer border."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapPageFooter_BorderColor: @sapDefault_Color;

// [Label "Page Footer Text Color"]
// [Description "The color of texts on page footers."]
// [Tags "Base", "Page", "Color", "Font", "Protected"]
@sapPageFooter_TextColor: @sapDefault_Color;

// [Label "Infobar Background Color"]
// [Description "The background color of infobars."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
@sapInfobar_Background: @sapDefault_Color;

// [Label "Info Bar Hover Background Color"]
// [Description "The hover state of info bar (contextual filter)."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
@sapInfobar_Hover_Background: @sapDefault_Color;

// [Label "Info Bar Active Background Color"]
// [Description "The background color for the active (down) state of info bar (contextual filter)."]
// [Tags "Base", "Toolbar", "Color", "Protected"]
@sapInfobar_Active_Background: @sapDefault_Color;

// [Label "Info Bar Non-interactive Background Color"]
// [Description "The background color of info bars that are not interactive."]
// [TranslationKey "sapInfobar_NIact_Bg"]
// [Tags "Base", "Toolbar", "Color", "Protected"]
@sapInfobar_NonInteractive_Background: @sapDefault_Color;

// [Label "Info Bar Text Color"]
// [Description "The text color of the interactive info bar."]
// [Tags "Base", "Toolbar", "Color", "Font", "Protected"]
@sapInfobar_TextColor: @sapDefault_Color;

// [Label "Object Header Background Color"]
// [Description "The background color of object headers."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapObjectHeader_Background: @sapDefault_Color;

// [Label "Object Header Hover Background Color"]
// [Description "The hover state background color of object headers."]
// [TranslationKey "sapObjectHeader_Hvr_Bg"]
// [Tags "Base", "Page", "Color", "Protected"]
@sapObjectHeader_Hover_Background: @sapDefault_Color;

// [Label "Object Header Border Color"]
// [Description "The border color of object layout headers."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapObjectHeader_BorderColor: @sapDefault_Color;

// [Label "Object Header Title Text Color"]
// [Description "The text color of object header titles."]
// [TranslationKey "sapObjectHeader_TtlTxtClr"]
// [Tags "Base", "Page", "Color", "Protected"]
@sapObjectHeader_Title_TextColor: @sapDefault_Color;

// [Label "Object Header Title Font Size"]
// [Description "The font size of object header titles."]
// [Tags "Base", "Page", "Dimension", "Protected"]
@sapObjectHeader_Title_FontSize: @sapDefault_Dimension;

// [Label "Object Header Snapped Title Font Size"]
// [Description "The font size of snapped object header titles."]
// [TranslationKey "sapObjectHeader_TtlSnFntSz"]
// [Tags "Base", "Page", "Dimension", "Protected"]
@sapObjectHeader_Title_SnappedFontSize: @sapDefault_Dimension;

// [Label "Object Header Title Font Family"]
// [Description "The font family of object header titles."]
// [TranslationKey "sapObjectHeader_TtlFntFmly"]
// [Tags "Base", "Page", "Font", "Protected"]
@sapObjectHeader_Title_FontFamily: @sapDefault_Font;

// [Label "Object Header Subtitle Text Color"]
// [Description "The text color of object header subtitles."]
// [TranslationKey "sapObjectHeader_SubttlTxtClr"]
// [Tags "Base", "Page", "Color", "Protected"]
@sapObjectHeader_Subtitle_TextColor: @sapDefault_Color;

// [Label "Block Layer Background Color"]
// [Description "The background color of block layers."]
// [Tags "Base", "Page", "Color", "Protected"]
@sapBlockLayer_Background: @sapDefault_Color;

// [Label "Tile Background Color"]
// [Description "The background color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_Background: @sapDefault_Color;

// [Label "Tile Hover Background Color"]
// [Description "The hover state background color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_Hover_Background: @sapDefault_Color;

// [Label "Tile Active Background Color"]
// [Description "The active (down) state background color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_Active_Background: @sapDefault_Color;

// [Label "Tile Border Color"]
// [Description "The border color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_BorderColor: @sapDefault_Color;

// [Label "Tile Border Corner Radius"]
// [Description "The border radius of tiles and cards."]
// [Tags "Base", "Tile", "Dimension", "Protected"]
@sapTile_BorderCornerRadius: @sapDefault_Dimension;

// [Label "Tile Title Text Color"]
// [Description "The color of title texts on tiles and cards."]
// [Tags "Base", "Tile", "Color", "Font", "Protected"]
@sapTile_TitleTextColor: @sapDefault_Color;

// [Label "Tile Text Color"]
// [Description "The color of texts on tiles and cards."]
// [Tags "Base", "Tile", "Color", "Font", "Protected"]
@sapTile_TextColor: @sapDefault_Color;

// [Label "Tile Icon Color"]
// [Description "The color of icons on tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_IconColor: @sapDefault_Color;

// [Label "Tile Separator Border Color"]
// [Description "The border or divider color of tile and card headers."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_SeparatorColor: @sapDefault_Color;

// [Label "Tile Interactive Border Color"]
// [Description "The interactive hover and active state border color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_Interactive_BorderColor: @sapDefault_Color;

// [Label "Tile Overlay Background Color"]
// [Description "The overlay background color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_OverlayBackground: @sapDefault_Color;

// [Label "Tile Overlay Foreground Color"]
// [Description "The overlay foreground color of tiles and cards."]
// [Tags "Base", "Tile", "Color", "Protected"]
@sapTile_OverlayForegroundColor: @sapDefault_Color;

// [Label "Accent Color 1"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor1: @sapDefault_Color;

// [Label "Accent Color 2"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor2: @sapDefault_Color;

// [Label "Accent Color 3"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor3: @sapDefault_Color;

// [Label "Accent Color 4"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor4: @sapDefault_Color;

// [Label "Accent Color 5"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor5: @sapDefault_Color;

// [Label "Accent Color 6"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor6: @sapDefault_Color;

// [Label "Accent Color 7"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor7: @sapDefault_Color;

// [Label "Accent Color 8"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor8: @sapDefault_Color;

// [Label "Accent Color 9"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor9: @sapDefault_Color;

// [Label "Accent Color 10"]
// [Description "Secondary color to accentuate UI elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentColor10: @sapDefault_Color;

// [Label "Accent Background Color 1"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor1: @sapDefault_Color;

// [Label "Accent Background Color 2"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor2: @sapDefault_Color;

// [Label "Accent Background Color 3"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor3: @sapDefault_Color;

// [Label "Accent Background Color 4"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor4: @sapDefault_Color;

// [Label "Accent Background Color 5"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor5: @sapDefault_Color;

// [Label "Accent Background Color 6"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor6: @sapDefault_Color;

// [Label "Accent Background Color 7"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor7: @sapDefault_Color;

// [Label "Accent Background Color 8"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor8: @sapDefault_Color;

// [Label "Accent Background Color 9"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor9: @sapDefault_Color;

// [Label "Accent Background Color 10"]
// [Description "Secondary color to accentuate UI background elements."]
// [Tags "Base", "Accent", "Color", "Protected"]
@sapAccentBackgroundColor10: @sapDefault_Color;

// [Label "Indication Color 1"]
// [Description "The color for elements showing indication 1."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_1: @sapDefault_Color;

// [Label "Indication Color 1 Background"]
// [Description "The background color for elements showing indication 1."]
// [TranslationKey "sapIndication1Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_1_Background: @sapDefault_Color;

// [Label "Indication Color 1 Border Color"]
// [Description "The border color for elements showing indication 1."]
// [TranslationKey "sapIndication1Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_1_BorderColor: @sapDefault_Color;

// [Label "Indication Color 1 Hover Background"]
// [Description "The hover state background color for elements showing indication 1."]
// [TranslationKey "sapIndication1HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_1_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 1 Active Background"]
// [Description "The active (down) state background color for elements showing indication 1."]
// [TranslationKey "sapIndication1ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_1_Active_Background: @sapDefault_Color;

// [Label "Indication Color 1 Text Color"]
// [Description "The text and icon color for elements showing indication 1."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_1_TextColor: @sapDefault_Color;

// [Label "Indication Color 2"]
// [Description "The color for elements showing indication 2."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_2: @sapDefault_Color;

// [Label "Indication Color 2 Background"]
// [Description "The background color for elements showing indication 2."]
// [TranslationKey "sapIndication2Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_2_Background: @sapDefault_Color;

// [Label "Indication Color 2 Border Color"]
// [Description "The border color for elements showing indication 2."]
// [TranslationKey "sapIndication2Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_2_BorderColor: @sapDefault_Color;

// [Label "Indication Color 2 Hover Background"]
// [Description "The hover state background color for elements showing indication 2."]
// [TranslationKey "sapIndication2HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_2_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 2 Active Background"]
// [Description "The active (down) state background color for elements showing indication 2."]
// [TranslationKey "sapIndication2ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_2_Active_Background: @sapDefault_Color;

// [Label "Indication Color 2 Text Color"]
// [Description "The text and icon color for elements showing indication 2."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_2_TextColor: @sapDefault_Color;

// [Label "Indication Color 3"]
// [Description "The color for elements showing indication 3."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_3: @sapDefault_Color;

// [Label "Indication Color 3 Background"]
// [Description "The background color for elements showing indication 3."]
// [TranslationKey "sapIndication3Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_3_Background: @sapDefault_Color;

// [Label "Indication Color 3 Border Color"]
// [Description "The border color for elements showing indication 3."]
// [TranslationKey "sapIndication3Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_3_BorderColor: @sapDefault_Color;

// [Label "Indication Color 3 Hover Background"]
// [Description "The hover state background color for elements showing indication 3."]
// [TranslationKey "sapIndication3HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_3_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 3 Active Background"]
// [Description "The active (down) state background color for elements showing indication 3."]
// [TranslationKey "sapIndication3ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_3_Active_Background: @sapDefault_Color;

// [Label "Indication Color 3 Text Color"]
// [Description "The text and icon color for elements showing indication 3."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_3_TextColor: @sapDefault_Color;

// [Label "Indication Color 4"]
// [Description "The color for elements showing indication 4."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_4: @sapDefault_Color;

// [Label "Indication Color 4 Background"]
// [Description "The background color for elements showing indication 4."]
// [TranslationKey "sapIndication4Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_4_Background: @sapDefault_Color;

// [Label "Indication Color 4 Border Color"]
// [Description "The border color for elements showing indication 4."]
// [TranslationKey "sapIndication4Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_4_BorderColor: @sapDefault_Color;

// [Label "Indication Color 4 Hover Background"]
// [Description "The hover state background color for elements showing indication 4."]
// [TranslationKey "sapIndication4HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_4_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 4 Active Background"]
// [Description "The active (down) state background color for elements showing indication 4."]
// [TranslationKey "sapIndication4ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_4_Active_Background: @sapDefault_Color;

// [Label "Indication Color 4 Text Color"]
// [Description "The text and icon color for elements showing indication 4."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_4_TextColor: @sapDefault_Color;

// [Label "Indication Color 5"]
// [Description "The color for elements showing indication 5."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_5: @sapDefault_Color;

// [Label "Indication Color 5 Background"]
// [Description "The background color for elements showing indication 5."]
// [TranslationKey "sapIndication5Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_5_Background: @sapDefault_Color;

// [Label "Indication Color 5 Border Color"]
// [Description "The border color for elements showing indication 5."]
// [TranslationKey "sapIndication5Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_5_BorderColor: @sapDefault_Color;

// [Label "Indication Color 5 Hover Background"]
// [Description "The hover state background color for elements showing indication 5."]
// [TranslationKey "sapIndication5HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_5_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 5 Active Background"]
// [Description "The active (down) state background color for elements showing indication 5."]
// [TranslationKey "sapIndication5ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_5_Active_Background: @sapDefault_Color;

// [Label "Indication Color 5 Text Color"]
// [Description "The text and icon color for elements showing indication 5."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_5_TextColor: @sapDefault_Color;

// [Label "Indication Color 6"]
// [Description "The color for elements showing indication 6."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_6: @sapDefault_Color;

// [Label "Indication Color 6 Background"]
// [Description "The background color for elements showing indication 6."]
// [TranslationKey "sapIndication6Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_6_Background: @sapDefault_Color;

// [Label "Indication Color 6 Border Color"]
// [Description "The border color for elements showing indication 6."]
// [TranslationKey "sapIndication6Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_6_BorderColor: @sapDefault_Color;

// [Label "Indication Color 6 Hover Background"]
// [Description "The hover state background color for elements showing indication 6."]
// [TranslationKey "sapIndication6HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_6_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 6 Active Background"]
// [Description "The active (down) state background color for elements showing indication 6."]
// [TranslationKey "sapIndication6ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_6_Active_Background: @sapDefault_Color;

// [Label "Indication Color 6 Text Color"]
// [Description "The text and icon color for elements showing indication 6."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_6_TextColor: @sapDefault_Color;

// [Label "Indication Color 7"]
// [Description "The color for elements showing indication 7."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_7: @sapDefault_Color;

// [Label "Indication Color 7 Background"]
// [Description "The background color for elements showing indication 7."]
// [TranslationKey "sapIndication7Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_7_Background: @sapDefault_Color;

// [Label "Indication Color 7 Border Color"]
// [Description "The border color for elements showing indication 7."]
// [TranslationKey "sapIndication7Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_7_BorderColor: @sapDefault_Color;

// [Label "Indication Color 7 Hover Background"]
// [Description "The hover state background color for elements showing indication 7."]
// [TranslationKey "sapIndication7HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_7_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 7 Active Background"]
// [Description "The active (down) state background color for elements showing indication 7."]
// [TranslationKey "sapIndication7ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_7_Active_Background: @sapDefault_Color;

// [Label "Indication Color 7 Text Color"]
// [Description "The text and icon color for elements showing indication 7."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_7_TextColor: @sapDefault_Color;

// [Label "Indication Color 8"]
// [Description "The color for elements showing indication 8."]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_8: @sapDefault_Color;

// [Label "Indication Color 8 Background"]
// [Description "The background color for elements showing indication 8."]
// [TranslationKey "sapIndication8Bg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_8_Background: @sapDefault_Color;

// [Label "Indication Color 8 Border Color"]
// [Description "The border color for elements showing indication 8."]
// [TranslationKey "sapIndication8Brd"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_8_BorderColor: @sapDefault_Color;

// [Label "Indication Color 8 Hover Background"]
// [Description "The hover state background color for elements showing indication 8."]
// [TranslationKey "sapIndication8HvrBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_8_Hover_Background: @sapDefault_Color;

// [Label "Indication Color 8 Active Background"]
// [Description "The active (down) state background color for elements showing indication 8."]
// [TranslationKey "sapIndication8ActBg"]
// [Tags "Base", "SemanticColor", "Color", "Protected"]
@sapIndicationColor_8_Active_Background: @sapDefault_Color;

// [Label "Indication Color 8 Text Color"]
// [Description "The text and icon color for elements showing indication 8."]
// [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
@sapIndicationColor_8_TextColor: @sapDefault_Color;

// [Label "Legend Working Background"]
// [Description "The background color that represents working."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegend_WorkingBackground: @sapDefault_Color;

// [Label "Legend Non-working Background"]
// [Description "The background color that represents not working."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegend_NonWorkingBackground: @sapDefault_Color;

// [Label "Legend Current Date Time"]
// [Description "The color that represents the current date or time."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegend_CurrentDateTime: @sapDefault_Color;

// [Label "Legend Color 1"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor1: @sapDefault_Color;

// [Label "Legend Color 2"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor2: @sapDefault_Color;

// [Label "Legend Color 3"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor3: @sapDefault_Color;

// [Label "Legend Color 4"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor4: @sapDefault_Color;

// [Label "Legend Color 5"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor5: @sapDefault_Color;

// [Label "Legend Color 6"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor6: @sapDefault_Color;

// [Label "Legend Color 7"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor7: @sapDefault_Color;

// [Label "Legend Color 8"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor8: @sapDefault_Color;

// [Label "Legend Color 9"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor9: @sapDefault_Color;

// [Label "Legend Color 10"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor10: @sapDefault_Color;

// [Label "Legend Color 11"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor11: @sapDefault_Color;

// [Label "Legend Color 12"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor12: @sapDefault_Color;

// [Label "Legend Color 13"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor13: @sapDefault_Color;

// [Label "Legend Color 14"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor14: @sapDefault_Color;

// [Label "Legend Color 15"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor15: @sapDefault_Color;

// [Label "Legend Color 16"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor16: @sapDefault_Color;

// [Label "Legend Color 17"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor17: @sapDefault_Color;

// [Label "Legend Color 18"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor18: @sapDefault_Color;

// [Label "Legend Color 19"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor19: @sapDefault_Color;

// [Label "Legend Color 20"]
// [Description "Color to associate or differentiate elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendColor20: @sapDefault_Color;

// [Label "Legend Background Color 1"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor1: @sapDefault_Color;

// [Label "Legend Background Color 2"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor2: @sapDefault_Color;

// [Label "Legend Background Color 3"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor3: @sapDefault_Color;

// [Label "Legend Background Color 4"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor4: @sapDefault_Color;

// [Label "Legend Background Color 5"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor5: @sapDefault_Color;

// [Label "Legend Background Color 6"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor6: @sapDefault_Color;

// [Label "Legend Background Color 7"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor7: @sapDefault_Color;

// [Label "Legend Background Color 8"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor8: @sapDefault_Color;

// [Label "Legend Background Color 9"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor9: @sapDefault_Color;

// [Label "Legend Background Color 10"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor10: @sapDefault_Color;

// [Label "Legend Background Color 11"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor11: @sapDefault_Color;

// [Label "Legend Background Color 12"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor12: @sapDefault_Color;

// [Label "Legend Background Color 13"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor13: @sapDefault_Color;

// [Label "Legend Background Color 14"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor14: @sapDefault_Color;

// [Label "Legend Background Color 15"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor15: @sapDefault_Color;

// [Label "Legend Background Color 16"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor16: @sapDefault_Color;

// [Label "Legend Background Color 17"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor17: @sapDefault_Color;

// [Label "Legend Background Color 18"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor18: @sapDefault_Color;

// [Label "Legend Background Color 19"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor19: @sapDefault_Color;

// [Label "Legend Background Color 20"]
// [Description "The background color of elements in collections."]
// [Tags "Base", "Legend", "Color", "Protected"]
@sapLegendBackgroundColor20: @sapDefault_Color;

// [Label "Chart Ordered Color 1"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_1: @sapDefault_Color;

// [Label "Chart Ordered Color 2"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_2: @sapDefault_Color;

// [Label "Chart Ordered Color 3"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_3: @sapDefault_Color;

// [Label "Chart Ordered Color 4"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_4: @sapDefault_Color;

// [Label "Chart Ordered Color 5"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_5: @sapDefault_Color;

// [Label "Chart Ordered Color 6"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_6: @sapDefault_Color;

// [Label "Chart Ordered Color 7"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_7: @sapDefault_Color;

// [Label "Chart Ordered Color 8"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_8: @sapDefault_Color;

// [Label "Chart Ordered Color 9"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_9: @sapDefault_Color;

// [Label "Chart Ordered Color 10"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_10: @sapDefault_Color;

// [Label "Chart Ordered Color 11"]
// [Description "This color is used as an ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_OrderedColor_11: @sapDefault_Color;

// [Label "Chart Color 'Bad'"]
// [Description "This color is to visualize a 'Bad' value."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Bad: @sapDefault_Color;

// [Label "Chart Color 'Critical'"]
// [Description "This color is to visualize a 'Critical' value."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Critical: @sapDefault_Color;

// [Label "Chart Color 'Good'"]
// [Description "This color is to visualize a 'Good' value."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Good: @sapDefault_Color;

// [Label "Chart Color 'Neutral'"]
// [Description "This color is to visualize a 'Neutral' value."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Neutral: @sapDefault_Color;

// [Label "Chart Color Sequence 1"]
// [Description "This color is the base chart color of the sequence 1."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_1: @sapDefault_Color;

// [Label "Chart Color Sequence 2"]
// [Description "This color is the base chart color of the sequence 2."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_2: @sapDefault_Color;

// [Label "Chart Color Sequence 3"]
// [Description "This color is the base chart color of the sequence 3."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_3: @sapDefault_Color;

// [Label "Chart Color Sequence 4"]
// [Description "This color is the base chart color of the sequence 4."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_4: @sapDefault_Color;

// [Label "Chart Color Sequence 5"]
// [Description "This color is the base chart color of the sequence 5."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_5: @sapDefault_Color;

// [Label "Chart Color Sequence 6"]
// [Description "This color is the base chart color of the sequence 6."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_6: @sapDefault_Color;

// [Label "Chart Color Sequence 7"]
// [Description "This color is the base chart color of the sequence 7."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_7: @sapDefault_Color;

// [Label "Chart Color Sequence 8"]
// [Description "This color is the base chart color of the sequence 8."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_8: @sapDefault_Color;

// [Label "Chart Color Sequence 9"]
// [Description "This color is the base chart color of the sequence 9."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_9: @sapDefault_Color;

// [Label "Chart Color Sequence 10"]
// [Description "This color is the base chart color of the sequence 10."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_10: @sapDefault_Color;

// [Label "Chart Color Sequence 11"]
// [Description "This color is the base chart color of the sequence 11."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_11: @sapDefault_Color;

// [Label "Chart Color Sequence 'Neutral'"]
// [Description "This color is the base chart color of the sequence 'Neutral'."]
// [Tags "Base", "Chart", "Color", "Protected"]
@sapChart_Sequence_Neutral: @sapDefault_Color;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons_ttf: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons-TNT_ttf: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons-TNT_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons-TNT_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons-Business-Suite_ttf: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons-Business-Suite_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_SAP-icons-Business-Suite_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Regular_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Regular_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Regular_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Regular_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Bold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Bold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Bold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Bold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Semibold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Semibold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Semibold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Semibold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_SemiboldDuplex_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_SemiboldDuplex_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_SemiboldDuplex_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_SemiboldDuplex_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Light_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Light_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Light_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Light_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Black_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Black_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Black_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Black_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_BoldItalic_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_BoldItalic_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_BoldItalic_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_BoldItalic_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Condensed_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Condensed_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Condensed_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Condensed_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_CondensedBold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_CondensedBold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_CondensedBold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_CondensedBold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Italic_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Italic_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Italic_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72_Italic_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Regular_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Regular_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Regular_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Regular_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Bold_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Bold_woff: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Bold_full_woff2: none;

// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
// @sapFontUrl_72Mono_Bold_full_woff: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// @sapSvgLib_SAP-icons: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// @sapSvgLib_SAPGUI-icons: none;

// [Tags "SapInternal", "Base", "URI", "Protected"]
// @sapSvgLib_SAPWeb-icons: none;

// [Label "Default Background Color"]
// [Description "The default background color of this theme."]
// [Tags "ThemeSpecific", "Base", "Content", "Color", "Protected", "Deprecated"]
@sapBackgroundColorDefault: @sapDeprecated_Color;

// [Label "deprecated - List Highlight Color"]
// [Description "The color of highlighted elements in lists (deprecated: not used anymore since Belize theme)."]
// [Tags "Base", "List", "Color", "Protected", "Deprecated"]
@sapList_HighlightColor: @sapDeprecated_Color;

// [Label "deprecated - Disabled Button Background Color"]
// [Description "The background color of disabled buttons (deprecated: use @sapContent_DisabledOpacity instead)."]
// [Tags "Base", "Button", "Color", "Protected", "Deprecated"]
@sapButton_Disabled_Background: @sapDeprecated_Color;

// [Label "deprecated - Disabled Button Border Color"]
// [Description "The color of the borders of disabled buttons (deprecated: use @sapContent_DisabledOpacity instead)."]
// [Tags "Base", "Button", "Color", "Protected", "Deprecated"]
@sapButton_Disabled_BorderColor: @sapDeprecated_Color;

// [Label "deprecated - Disabled Button Text Color"]
// [Description "The color of texts and icons on disabled buttons (deprecated: use @sapContent_DisabledOpacity instead)."]
// [Tags "Base", "Button", "Color", "Font", "Protected", "Deprecated"]
@sapButton_Disabled_TextColor: @sapDeprecated_Color;

// [Label "deprecated - Disabled Field Background Color"]
// [Description "The background color of disabled input fields (deprecated: use @sapContent_DisabledOpacity instead)."]
// [Tags "Base", "Field", "Color", "Protected", "Deprecated"]
@sapField_Disabled_Background: @sapDeprecated_Color;

// [Label "deprecated - Disabled Field Text Color"]
// [Description "The text color of disabled input fields (deprecated: use @sapContent_DisabledOpacity instead)."]
// [Tags "Base", "Field", "Color", "Font", "Protected", "Deprecated"]
@sapField_Disabled_TextColor: @sapDeprecated_Color;

// [Label "deprecated - Disabled Field Border Color"]
// [Description "The color of a disabled input field's borders (deprecated: use @sapContent_DisabledOpacity instead)."]
// [Tags "Base", "Field", "Color", "Protected", "Deprecated"]
@sapField_Disabled_BorderColor: @sapDeprecated_Color;

// [Label "deprecated - Disabled Field Help Background Color"]
// [Description "The background color of a disabled input field's value help icon (deprecated: use @sapContent_DisabledOpacity instead)."]
// [TranslationKey "sapField_Disabled_HelpBackgrnd"]
// [Tags "Base", "Field", "Color", "Protected", "Deprecated"]
@sapField_Disabled_HelpBackground: @sapDeprecated_Color;

// [Label "deprecated - Element Height"]
// [Description "The height of inline elements in the content area (in em, deprecated)."]
// [Tags "Base", "Content", "Dimension", "Protected", "Deprecated"]
@sapContent_ElementHeight: @sapDeprecated_Dimension;

// [Label "deprecated - Element Height PX"]
// [Description "The height of lines in the content area (in pixel, deprecated: use @sapElement_Height instead)."]
// [Tags "Base", "Content", "Dimension", "Protected", "Deprecated"]
@sapContent_ElementHeight_PX: @sapDeprecated_Dimension;

// [Label "deprecated - Shell Background Gradient"]
// [Description "deprecated - Linked to @sapShell_BackgroundImage for compatibility reasons."]
// [Tags "Base", "Shell", "Protected", "Deprecated"]
@sapShell_BackgroundGradient: @sapShell_BackgroundImage;

// [Tags "SapInternal", "Base", "Color", "Protected"]
@sapDeprecated_Color: lime;

// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@sapDeprecated_Dimension: 500px;

// [Tags "SapInternal", "Base", "Color", "Protected"]
@sapDefault_Color: #111;

// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@sapDefault_Dimension: 111px;

// [Tags "SapInternal", "Base", "URI", "Protected"]
@sapDefault_URI: url('./111');

// [Tags "SapInternal", "Base", "Font", "Protected"]
@sapDefault_Font: "111";

// [Tags "SapInternal", "Base", "Font", "Protected"]
@sapDefault_FontWeight: bold;

// [Tags "SapInternal", "Base", "Protected"]
@sapDefault_Float: 111.111;

// [Tags "SapInternal", "Base", "Protected"]
@sapDefault_Boolean: false;

// [Tags "SapInternal", "Base", "Protected"]
@sapDefault_BorderStyle: solid;

// [Tags "SapInternal", "Base", "Protected"]
@sapDefault_Shadow: none;

// [Tags "SapInternal", "Base", "Protected"]
@sapToBeDefined: ~"To Be Defined";

// @font-face {
//   font-family: 'SAP-icons';
//   src: @sapFontUrl_SAP-icons_woff2 format('woff2'), @sapFontUrl_SAP-icons_woff format('woff'), @sapFontUrl_SAP-icons_ttf format('truetype'), local('SAP-icons');
//   font-weight: normal;
//   font-style: normal;
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 400;
//   src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
// }

// @font-face {
//   font-family: '72full';
//   font-style: normal;
//   font-weight: 400;
//   src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-Bold';
//   src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 700;
//   src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
// }

// @font-face {
//   font-family: '72-Boldfull';
//   src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
// }

// @font-face {
//   font-family: '72full';
//   font-style: normal;
//   font-weight: 700;
//   src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-Semibold';
//   src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 600;
//   src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
// }

// @font-face {
//   font-family: '72-Semiboldfull';
//   src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
// }

// @font-face {
//   font-family: '72full';
//   font-style: normal;
//   font-weight: 600;
//   src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-SemiboldDuplex';
//   src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
// }

// @font-face {
//   font-family: '72-SemiboldDuplexfull';
//   src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-Light';
//   src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 300;
//   src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
// }

// @font-face {
//   font-family: '72-Lightfull';
//   src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
// }

// @font-face {
//   font-family: '72full';
//   font-style: normal;
//   font-weight: 300;
//   src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
// }

// @font-face {
//   font-family: '72Black';
//   src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 900;
//   src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
// }

// @font-face {
//   font-family: '72Blackfull';
//   src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
// }

// @font-face {
//   font-family: '72full';
//   font-style: normal;
//   font-weight: 900;
//   src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-BoldItalic';
//   src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
// }

// @font-face {
//   font-family: '72';
//   font-style: italic;
//   font-weight: 700;
//   src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
// }

// @font-face {
//   font-family: '72full';
//   font-style: italic;
//   font-weight: 700;
//   src: @sapFontUrl_72_BoldItalic_full_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-Condensed';
//   src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 400;
//   font-stretch: condensed;
//   src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 400;
//   font-stretch: condensed;
//   src: @sapFontUrl_72_Condensed_full_woff2 format('woff2'), @sapFontUrl_72_Condensed_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-CondensedBold';
//   src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
// }

// @font-face {
//   font-family: '72';
//   font-style: normal;
//   font-weight: 700;
//   font-stretch: condensed;
//   src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
// }

// @font-face {
//   font-family: '72full';
//   font-style: normal;
//   font-weight: 700;
//   font-stretch: condensed;
//   src: @sapFontUrl_72_CondensedBold_full_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_full_woff format('woff');
// }

// @font-face {
//   font-family: '72-Italic';
//   src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
// }

// @font-face {
//   font-family: '72';
//   font-style: italic;
//   font-weight: 400;
//   src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
// }

// @font-face {
//   font-family: '72full';
//   font-style: italic;
//   font-weight: 400;
//   src: @sapFontUrl_72_Italic_full_woff2 format('woff2'), @sapFontUrl_72_Italic_full_woff format('woff');
// }

// @font-face {
//   font-family: '72Mono';
//   src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
// }

// @font-face {
//   font-family: '72Monofull';
//   src: @sapFontUrl_72Mono_Regular_full_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_full_woff format('woff');
// }

// @font-face {
//   font-family: '72Mono-Bold';
//   src: @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff'), local('72Mono-Bold');
// }

// @font-face {
//   font-family: '72Mono-Boldfull';
//   src: @sapFontUrl_72Mono_Bold_full_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_full_woff format('woff');
// }

// .sapSvgIconNegative {
//   fill: @sapNegativeElementColor !important;
// }

// .sapSvgIconCritical {
//   fill: @sapCriticalElementColor !important;
// }

// .sapSvgIconPositive {
//   fill: @sapPositiveElementColor !important;
// }

// .sapSvgIconBase {
//   fill: @sapBaseColor !important;
// }

// /**
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
// * Theming Engine 1.23011.0-20221202113725
// * data:{"sModified":"2022-12-07T13:34:17Z"}
// */


/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.48) *******************/


// [Tags "SapInternal", "Base", "Dimension", "Protected"]
@sapContent_GridSize: 1rem;

// [Label "Shell Background Pattern Color"]
// [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
// [Tags "ThemeSpecific", "Base", "Shell", "Color", "Protected"]
@sapShell_BackgroundPatternColor: @sapBackgroundColor;

// [Label "High-Contrast Standard Background"]
// [Description "The high-contrast reference background color for most backgrounds."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_StandardBackground: #fff;

// [Label "High-Contrast Highlight Background"]
// [Description "The high-contrast reference background color used for hover and active states."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_HighlightBackground: #ec8b46;

// [Label "High-Contrast Highlight Alternative Background"]
// [Description "The high-contrast reference background color used for selection."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_HighlightAltBackground: #8fb5ff;

// [Label "High-Contrast Reduced Background"]
// [Description "The high-contrast reference background color used for read-only and disabled items."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_ReducedBackground: #b3b3b3;

// [Label "High-Contrast Reduced Alternative Background"]
// [Description "The high-contrast reference background color used for read-only and disabled items."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_ReducedAltBackground: #4d4d4d;

// [Label "High-Contrast Standard Foreground"]
// [Description "The high-contrast reference foreground color for elements such as text, icons, and borders."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_StandardForeground: #000;

// [Label "High-Contrast Enhanced Foreground"]
// [Description "The high-contrast reference foreground color for elements such as help borders and help text."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_EnhancedForeground: #006500;

// [Label "High-Contrast Reduced Foreground"]
// [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_ReducedForeground: #888;

// [Label "High-Contrast Reduced Alternative Foreground"]
// [Description "The high-contrast reference foreground color for elements such as list borders or read-only borders that are less prominent than standard elements."]
// [Tags "Base", "Content", "Color", "HighContrast"]
@sapHC_ReducedAltForeground: #585858;

// [Label "High-Contrast Negative Color"]
// [Description "The high-contrast reference color for elements showing negative state."]
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
@sapHC_NegativeColor: #ab0000;

// [Label "High-Contrast Critical Color"]
// [Description "The high-contrast reference color for elements showing critical state."]
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
@sapHC_CriticalColor: #5c5c00;

// [Label "High-Contrast Positive Color"]
// [Description "The high-contrast reference color for elements showing positive state."]
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
@sapHC_PositiveColor: #006362;

// [Label "High-Contrast Informative Color"]
// [Description "The high-contrast reference color for elements showing informative state."]
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
@sapHC_InformativeColor: #000;

// [Label "High-Contrast Neutral Color"]
// [Description "The high-contrast reference color for elements showing neutral state."]
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
@sapHC_NeutralColor: #000;

// [Tags "!Protected"]
@sapBrandColor: @sapHC_HighlightBackground;

// [Tags "!Protected"]
@sapHighlightColor: @sapBrandColor;

// [Tags "!Protected"]
@sapBaseColor: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShellColor: @sapBackgroundColor;

// [Tags "!Protected"]
@sapBackgroundColor: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;

// [Tags "!Protected"]
@sapFontSize: 0.875 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapTextColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapLinkColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapCompanyLogo: none;

// [Tags "!Protected"]
@sapBackgroundImage: none;

// [Tags "!Protected"]
@sapBackgroundImageOpacity: 1.0;

// [Tags "!Protected"]
@sapBackgroundImageRepeat: false;

// [Tags "!Protected"]
@sapSelectedColor: @sapHC_HighlightAltBackground;

// [Tags "!Protected"]
@sapActiveColor: @sapHighlightColor;

// [Tags "!Protected"]
@sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapTitleColor: @sapTextColor;

// [Tags "!Protected"]
@sapNegativeColor: @sapHC_NegativeColor;

// [Tags "!Protected"]
@sapCriticalColor: @sapHC_CriticalColor;

// [Tags "!Protected"]
@sapPositiveColor: @sapHC_PositiveColor;

// [Tags "!Protected"]
@sapInformativeColor: @sapHC_InformativeColor;

// [Tags "!Protected"]
@sapNeutralColor: @sapHC_NeutralColor;

// [Tags "!Protected"]
@sapNegativeElementColor: @sapNegativeColor;

// [Tags "!Protected"]
@sapCriticalElementColor: @sapCriticalColor;

// [Tags "!Protected"]
@sapPositiveElementColor: @sapPositiveColor;

// [Tags "!Protected"]
@sapInformativeElementColor: @sapInformativeColor;

// [Tags "!Protected"]
@sapNeutralElementColor: @sapNeutralColor;

// [Tags "!Protected"]
@sapNegativeTextColor: @sapNegativeColor;

// [Tags "!Protected"]
@sapCriticalTextColor: @sapCriticalColor;

// [Tags "!Protected"]
@sapPositiveTextColor: @sapPositiveColor;

// [Tags "!Protected"]
@sapInformativeTextColor: @sapInformativeColor;

// [Tags "!Protected"]
@sapNeutralTextColor: @sapNeutralColor;

// [Tags "!Protected"]
@sapErrorColor: @sapNegativeColor;

// [Tags "!Protected"]
@sapWarningColor: @sapCriticalColor;

// [Tags "!Protected"]
@sapSuccessColor: @sapPositiveColor;

// [Tags "!Protected"]
@sapInformationColor: @sapInformativeColor;

// [Tags "!Protected"]
@sapErrorBackground: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapWarningBackground: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapSuccessBackground: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapInformationBackground: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapNeutralBackground: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapErrorBorderColor: @sapErrorColor;

// [Tags "!Protected"]
@sapWarningBorderColor: @sapWarningColor;

// [Tags "!Protected"]
@sapSuccessBorderColor: @sapSuccessColor;

// [Tags "!Protected"]
@sapInformationBorderColor: @sapInformationColor;

// [Tags "!Protected"]
@sapNeutralBorderColor: @sapNeutralColor;

// [Tags "Protected"]
@sapElement_LineHeight: 3 * @sapContent_GridSize;

// [Tags "Protected"]
@sapElement_Height: 2.5 * @sapContent_GridSize;

// [Tags "Protected"]
@sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;

// [Tags "Protected"]
@sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;

// [Tags "Protected"]
@sapElement_Compact_Height: 1.625 * @sapContent_GridSize;

// [Tags "Protected"]
@sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;

// [Tags "Protected"]
@sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapContent_LineHeight: 1.4;

// [Tags "!Protected"]
@sapContent_IconHeight: @sapContent_GridSize;

// [Tags "!Protected"]
@sapContent_IconColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapContent_ContrastIconColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapContent_NonInteractiveIconColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapContent_MarkerIconColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapContent_MarkerTextColor: @sapTextColor;

// [#Tags "!Protected"]
@sapContent_MeasureIndicatorColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapContent_Placeholderloading_Background: @sapHC_ReducedForeground;

// [Tags "!Protected"]
@sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapHC_ReducedForeground 0%, @sapHC_ReducedForeground 35%, @sapHC_ReducedAltForeground 50%, @sapHC_ReducedForeground 65%, @sapHC_ReducedForeground 100%);

// [Tags "!Protected"]
@sapContent_ImagePlaceholderBackground: @sapBackgroundColor;

// [Tags "!Protected"]
@sapContent_ImagePlaceholderForegroundColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapContent_RatedColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapContent_UnratedColor: @sapHC_ReducedAltForeground;

// [Tags "!Protected"]
@sapContent_BusyColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapContent_FocusColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapContent_FocusStyle: dotted;

// [Tags "!Protected"]
@sapContent_FocusWidth: 0.125 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapContent_ContrastFocusColor: @sapContent_FocusColor;

// [Tags "!Protected"]
@sapContent_ShadowColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapContent_ContrastShadowColor: @sapContent_ShadowColor;

// [Tags "!Protected"]
@sapContent_Shadow0: 0 0 0 0.0625rem @sapContent_ShadowColor;

// [Tags "!Protected"]
@sapContent_Shadow1: 0 0 1rem 0 fade(@sapContent_ContrastShadowColor, 50), 0 0 0 0.125rem @sapContent_ShadowColor;

// [Tags "!Protected"]
@sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0 0.125rem @sapContent_ShadowColor;

// [Tags "!Protected"]
@sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0 0.125rem @sapContent_ShadowColor;

// [Tags "!Protected"]
@sapContent_TextShadow: -1px 0 @sapHC_StandardBackground, 0 1px @sapHC_StandardBackground, 1px 0 @sapHC_StandardBackground, 0 -1px @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapContent_ContrastTextShadow: none;

// [Tags "!Protected"]
@sapContent_HeaderShadow: inset 0 -0.125rem @sapObjectHeader_BorderColor;

// [Tags "!Protected"]
@sapContent_Interaction_Shadow: none;

// [Tags "!Protected"]
@sapContent_Selected_Shadow: none;

// [Tags "!Protected"]
@sapContent_Negative_Shadow: none;

// [Tags "!Protected"]
@sapContent_Critical_Shadow: none;

// [Tags "!Protected"]
@sapContent_Positive_Shadow: none;

// [Tags "!Protected"]
@sapContent_Informative_Shadow: none;

// [Tags "!Protected"]
@sapContent_Neutral_Shadow: none;

// [Tags "!Protected"]
@sapContent_SearchHighlightColor: @sapHighlightColor;

// [Tags "!Protected"]
@sapContent_HelpColor: @sapHC_EnhancedForeground;

// [Tags "!Protected"]
@sapContent_LabelColor: @sapTextColor;

// [Tags "!Protected"]
@sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;

// [Tags "!Protected"]
@sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;

// [Tags "!Protected"]
@sapContent_IconFontFamily: "SAP-icons";

// [Tags "!Protected"]
@sapContent_DisabledTextColor: @sapHC_ReducedForeground;

// [Tags "!Protected"]
@sapContent_DisabledOpacity: 0.4;

// [Tags "!Protected"]
@sapContent_ContrastTextThreshold: 0.65;

// [Tags "!Protected"]
@sapContent_ContrastTextColor: @sapTextColor;

// [Tags "!Protected"]
@sapContent_ForegroundColor: @sapBackgroundColor;

// [Tags "!Protected"]
@sapContent_ForegroundBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapContent_BadgeBackground: @sapBackgroundColor;

// [Tags "!Protected"]
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapContent_DragAndDropActiveColor: @sapContent_HelpColor;

// [Tags "!Protected"]
@sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapContent_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapContent_Selected_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapContent_ForcedColorAdjust: none;

// [Tags "!Protected"]
@sapContent_Illustrative_Color1: #212628;

// [Tags "!Protected"]
@sapContent_Illustrative_Color2: #434e56;

// [Tags "!Protected"]
@sapContent_Illustrative_Color3: #62737c;

// [Tags "!Protected"]
@sapContent_Illustrative_Color4: #030303;

// [Tags "!Protected"]
@sapContent_Illustrative_Color5: #9da4aa;

// [Tags "!Protected"]
@sapContent_Illustrative_Color6: #c6cace;

// [Tags "!Protected"]
@sapContent_Illustrative_Color7: #e7e9ea;

// [Tags "!Protected"]
@sapContent_Illustrative_Color8: #fff;

// [Tags "!Protected"]
@sapContent_Illustrative_Color9: #64edd2;

// [Tags "!Protected"]
@sapContent_Illustrative_Color10: #ebf8ff;

// [Tags "!Protected"]
@sapContent_Illustrative_Color11: #f31ded;

// [Tags "!Protected"]
@sapContent_Illustrative_Color12: #5dc122;

// [Tags "!Protected"]
@sapContent_Illustrative_Color13: #005dc9;

// [Tags "!Protected"]
@sapContent_Illustrative_Color14: #004da5;

// [Tags "!Protected"]
@sapContent_Illustrative_Color15: #cc7400;

// [Tags "!Protected"]
@sapContent_Illustrative_Color16: #3b0ac6;

// [Tags "!Protected"]
@sapContent_Illustrative_Color17: #00a58a;

// [Tags "!Protected"]
@sapContent_Illustrative_Color18: #d1efff;

// [Tags "!Protected"]
@sapContent_Illustrative_Color19: #b8e6ff;

// [Tags "!Protected"]
@sapContent_Illustrative_Color20: #9eddff;

// [Tags "!Protected"]
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;

// [Tags "!Protected"]
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;

// [Tags "!Protected"]
@sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;

// [Tags "!Protected"]
@sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;

// [Tags "!Protected"]
@sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;

// [Tags "!Protected"]
@sapFontHeaderFamily: @sapFontFamily;

// [Tags "!Protected"]
@sapFontSmallSize: 0.75 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontLargeSize: 1.0 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontHeader1Size: 1.625 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontHeader2Size: 1.375 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontHeader3Size: 1.25 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontHeader4Size: 1.125 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontHeader5Size: 1.0 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapLink_Hover_Color: @sapLinkColor;

// [Tags "!Protected"]
@sapLink_Active_Color: @sapLinkColor;

// [Tags "!Protected"]
@sapLink_Visited_Color: @sapLinkColor;

// [Tags "!Protected"]
@sapLink_InvertedColor: @sapLinkColor;

// [Tags "!Protected"]
@sapLink_SubtleColor: @sapLinkColor;

// [Tags "!Protected"]
@sapShell_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapShell_BackgroundImage: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);

// [Tags "!Protected"]
@sapShell_BackgroundImageOpacity: 1.0;

// [Tags "!Protected"]
@sapShell_BackgroundImageRepeat: false;

// [Tags "!Protected"]
@sapShell_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapShell_TextColor: @sapTextColor;

// [Tags "!Protected"]
@sapShell_InteractiveBackground: @sapField_Background;

// [Tags "!Protected"]
@sapShell_InteractiveTextColor: @sapShell_TextColor;

// [Tags "!Protected"]
@sapShell_InteractiveBorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapShell_GroupTitleTextColor: @sapTitleColor;

// [Tags "!Protected"]
@sapShell_GroupTitleTextShadow: -1px 0 @sapShell_Background, 0 1px @sapShell_Background, 1px 0 @sapShell_Background, 0 -1px @sapShell_Background;

// [Tags "!Protected"]
@sapShell_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapShell_Active_Background: @sapActiveColor;

// [Tags "!Protected"]
@sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapShell_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapShell_Selected_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapShell_Favicon: none;

// [Tags "!Protected"]
@sapShell_Navigation_Background: @sapShellColor;

// [Tags "!Protected"]
@sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;

// [Tags "!Protected"]
@sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;

// [Tags "!Protected"]
@sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;

// [Tags "!Protected"]
@sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapShell_Navigation_Active_Background: @sapShell_Active_Background;

// [Tags "!Protected"]
@sapShell_Shadow: 0 0.125rem 0 0 @sapShell_BorderColor;

// [Tags "!Protected"]
@sapShell_NegativeColor: @sapNegativeColor;

// [Tags "!Protected"]
@sapShell_CriticalColor: @sapCriticalColor;

// [Tags "!Protected"]
@sapShell_PositiveColor: @sapPositiveColor;

// [Tags "!Protected"]
@sapShell_InformativeColor: @sapInformativeColor;

// [Tags "!Protected"]
@sapShell_NeutralColor: @sapNeutralColor;
@sapShell_Category_1_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_1_BorderColor: @sapLegendColor6;
@sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_1_TextShadow: none;
@sapShell_Category_2_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_2_BorderColor: @sapLegendColor3;
@sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_2_TextShadow: none;
@sapShell_Category_3_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_3_BorderColor: @sapLegendColor1;
@sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_3_TextShadow: none;
@sapShell_Category_4_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_4_BorderColor: @sapLegendColor10;
@sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_4_TextShadow: none;
@sapShell_Category_5_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_5_BorderColor: @sapLegendColor12;
@sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_5_TextShadow: none;
@sapShell_Category_6_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_6_BorderColor: @sapLegendColor7;
@sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_6_TextShadow: none;
@sapShell_Category_7_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_7_BorderColor: @sapLegendColor5;
@sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_7_TextShadow: none;
@sapShell_Category_8_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_8_BorderColor: @sapLegendColor8;
@sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_8_TextShadow: none;
@sapShell_Category_9_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_9_BorderColor: #002a86;
@sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_9_TextShadow: none;
@sapShell_Category_10_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_10_BorderColor: #47596c;
@sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_10_TextShadow: none;
@sapShell_Category_11_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_11_BorderColor: #af080b;
@sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_11_TextShadow: none;
@sapShell_Category_12_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_12_BorderColor: #7000e0;
@sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_12_TextShadow: none;
@sapShell_Category_13_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_13_BorderColor: #580440;
@sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_13_TextShadow: none;
@sapShell_Category_14_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_14_BorderColor: #035663;
@sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_14_TextShadow: none;
@sapShell_Category_15_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_15_BorderColor: #223548;
@sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_15_TextShadow: none;
@sapShell_Category_16_Background: @sapHC_StandardBackground;

// [Tags "!Protected"]
@sapShell_Category_16_BorderColor: #1e592f;
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@sapShell_Category_16_TextShadow: none;

// [Tags "!Protected"]
@sapAvatar_1_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_1_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_2_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_2_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_3_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_3_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_4_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_4_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_5_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_5_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_6_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_6_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_7_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_7_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_8_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_8_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_9_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_9_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAvatar_10_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapAvatar_10_BorderColor: @sapGroup_ContentBorderColor;

// [Tags "!Protected"]
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapButton_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapButton_BorderWidth: @sapElement_BorderWidth;

// [Tags "!Protected"]
@sapButton_BorderCornerRadius: 0.375 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapButton_Hover_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Active_Background: @sapActiveColor;

// [Tags "!Protected"]
@sapButton_Active_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Emphasized_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Emphasized_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Emphasized_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_BorderColor;

// [Tags "!Protected"]
@sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Emphasized_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Emphasized_TextShadow: transparent;

// [Tags "!Protected"]
@sapButton_Emphasized_FontWeight: bold;

// [Tags "!Protected"]
@sapButton_Reject_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Reject_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Reject_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Reject_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Reject_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Reject_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Reject_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapButton_Reject_Selected_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Reject_Selected_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Accept_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Accept_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Accept_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Accept_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Accept_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Accept_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Accept_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapButton_Accept_Selected_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Accept_Selected_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Lite_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Lite_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Lite_TextColor: @sapButton_TextColor;

// [Tags "!Protected"]
@sapButton_Lite_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Lite_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;

// [Tags "!Protected"]
@sapButton_Lite_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapButton_Selected_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Selected_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Attention_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Attention_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Attention_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Attention_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Attention_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Attention_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Attention_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapButton_Attention_Selected_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Attention_Selected_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Negative_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Negative_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Negative_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Negative_Hover_BorderColor: @sapButton_Negative_BorderColor;

// [Tags "!Protected"]
@sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Negative_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Negative_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Critical_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Critical_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Critical_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Critical_Hover_BorderColor: @sapButton_Critical_BorderColor;

// [Tags "!Protected"]
@sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Critical_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Critical_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Success_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Success_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Success_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Success_Hover_BorderColor: @sapButton_Success_BorderColor;

// [Tags "!Protected"]
@sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Success_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Success_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Information_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Information_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Information_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Information_Hover_BorderColor: @sapButton_Information_BorderColor;

// [Tags "!Protected"]
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Information_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Neutral_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Neutral_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Neutral_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_BorderColor;

// [Tags "!Protected"]
@sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Neutral_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapButton_Neutral_Active_BorderColor: @sapButton_Active_BorderColor;

// [Tags "!Protected"]
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Track_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Track_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Track_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Track_Hover_BorderColor: @sapButton_Track_BorderColor;

// [Tags "!Protected"]
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;

// [Tags "!Protected"]
@sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;

// [Tags "!Protected"]
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;

// [Tags "!Protected"]
@sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Handle_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Handle_BorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Handle_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Handle_Selected_Background: @sapButton_Selected_Background;

// [Tags "!Protected"]
@sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;

// [Tags "!Protected"]
@sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;

// [Tags "!Protected"]
@sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;

// [Tags "!Protected"]
@sapButton_Track_Negative_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;

// [Tags "!Protected"]
@sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Track_Negative_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;

// [Tags "!Protected"]
@sapButton_Handle_Negative_Background: @sapButton_Handle_Background;

// [Tags "!Protected"]
@sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;

// [Tags "!Protected"]
@sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;

// [Tags "!Protected"]
@sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;

// [Tags "!Protected"]
@sapButton_Track_Positive_Background: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;

// [Tags "!Protected"]
@sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;

// [Tags "!Protected"]
@sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_BorderColor;

// [Tags "!Protected"]
@sapButton_Handle_Positive_Background: @sapButton_Handle_Background;

// [Tags "!Protected"]
@sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;

// [Tags "!Protected"]
@sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;

// [Tags "!Protected"]
@sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;

// [Tags "!Protected"]
@sapButton_TokenBackground: @sapButton_Background;

// [Tags "!Protected"]
@sapButton_TokenBorderColor: @sapButton_BorderColor;

// [Tags "!Protected"]
@sapField_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapField_BackgroundStyle: none;

// [Tags "!Protected"]
@sapField_TextColor: @sapTextColor;

// [Tags "!Protected"]
@sapField_PlaceholderTextColor: @sapHC_ReducedAltForeground;

// [Tags "!Protected"]
@sapField_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapField_HelpBackground: @sapField_Background;

// [Tags "!Protected"]
@sapField_BorderWidth: @sapElement_BorderWidth;

// [Tags "!Protected"]
@sapField_BorderStyle: solid;

// [Tags "!Protected"]
@sapField_BorderCornerRadius: 0;

// [Tags "!Protected"]
@sapField_Hover_Background: @sapField_Background;

// [Tags "!Protected"]
@sapField_Hover_BackgroundStyle: none;

// [Tags "!Protected"]
@sapField_Hover_BorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_Hover_HelpBackground: @sapField_Background;

// [Tags "!Protected"]
@sapField_Active_BorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_Focus_Background: @sapField_Background;

// [Tags "!Protected"]
@sapField_Focus_BorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_Focus_HelpBackground: @sapField_Background;

// [Tags "!Protected"]
@sapField_ReadOnly_Background: @sapHC_ReducedBackground;

// [Tags "!Protected"]
@sapField_ReadOnly_BackgroundStyle: none;

// [Tags "!Protected"]
@sapField_ReadOnly_BorderColor: @sapHC_ReducedAltForeground;

// [Tags "!Protected"]
@sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;

// [Tags "!Protected"]
@sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;

// [Tags "!Protected"]
@sapField_RequiredColor: @sapTextColor;

// [Tags "!Protected"]
@sapField_InvalidColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_InvalidBackground: @sapHighlightColor;

// [Tags "!Protected"]
@sapField_InvalidBackgroundStyle: none;

// [Tags "!Protected"]
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapField_InvalidBorderStyle: dashed;

// [Tags "!Protected"]
@sapField_WarningColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_WarningBackground: @sapField_Background;

// [Tags "!Protected"]
@sapField_WarningBackgroundStyle: none;

// [Tags "!Protected"]
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapField_WarningBorderStyle: dashed;

// [Tags "!Protected"]
@sapField_SuccessColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_SuccessBackground: @sapField_Background;

// [Tags "!Protected"]
@sapField_SuccessBackgroundStyle: none;

// [Tags "!Protected"]
@sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapField_SuccessBorderStyle: solid;

// [Tags "!Protected"]
@sapField_InformationColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapField_InformationBackground: @sapField_Background;

// [Tags "!Protected"]
@sapField_InformationBackgroundStyle: none;

// [Tags "!Protected"]
@sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapField_InformationBorderStyle: dashed;

// [Tags "!Protected"]
@sapGroup_TitleBackground: @sapBackgroundColor;

// [Tags "!Protected"]
@sapGroup_TitleBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapGroup_Title_FontSize: @sapFontHeader4Size;

// [Tags "!Protected"]
@sapGroup_ContentBackground: @sapBackgroundColor;

// [Tags "!Protected"]
@sapGroup_ContentBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapGroup_BorderWidth: @sapElement_BorderWidth;

// [Tags "!Protected"]
@sapGroup_BorderCornerRadius: 0;

// [Tags "!Protected"]
@sapGroup_FooterBackground: @sapBackgroundColor;

// [Tags "!Protected"]
@sapToolbar_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapToolbar_SeparatorColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapList_HeaderBackground: @sapBackgroundColor;

// [Tags "!Protected"]
@sapList_HeaderBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapList_BorderColor: @sapHC_ReducedAltForeground;

// [Tags "!Protected"]
@sapList_BorderWidth: @sapElement_BorderWidth;

// [Tags "!Protected"]
@sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapList_Active_Background: @sapActiveColor;

// [Tags "!Protected"]
@sapList_SelectionBackgroundColor: @sapSelectedColor;

// [Tags "!Protected"]
@sapList_SelectionBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapList_Hover_SelectionBackground: @sapList_Hover_Background;

// [Tags "!Protected"]
@sapList_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapList_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapList_AlternatingBackground: darken(@sapList_Background, 10);

// [Tags "!Protected"]
@sapList_GroupHeaderBackground: @sapList_Background;

// [Tags "!Protected"]
@sapList_GroupHeaderBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapList_GroupHeaderTextColor: @sapList_TextColor;

// [Tags "!Protected"]
@sapList_TableGroupHeaderBackground: @sapHC_ReducedBackground;

// [Tags "!Protected"]
@sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;

// [Tags "!Protected"]
@sapList_TableGroupHeaderTextColor: @sapList_GroupHeaderTextColor;

// [Tags "!Protected"]
@sapList_FooterBackground: @sapList_Background;

// [Tags "!Protected"]
@sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapList_TableFooterBorder: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapList_TableFixedBorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapMessage_ErrorBorderColor: @sapErrorBorderColor;

// [Tags "!Protected"]
@sapMessage_WarningBorderColor: @sapWarningBorderColor;

// [Tags "!Protected"]
@sapMessage_SuccessBorderColor: @sapSuccessBorderColor;

// [Tags "!Protected"]
@sapMessage_InformationBorderColor: @sapInformationBorderColor;

// [Tags "!Protected"]
@sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;

// [Tags "!Protected"]
@sapProgress_Background: @sapField_Background;

// [Tags "!Protected"]
@sapProgress_BorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_FontSize: @sapFontSmallSize;

// [Tags "!Protected"]
@sapProgress_NegativeBackground: @sapProgress_Background;

// [Tags "!Protected"]
@sapProgress_NegativeBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_CriticalBackground: @sapProgress_Background;

// [Tags "!Protected"]
@sapProgress_CriticalBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_PositiveBackground: @sapProgress_Background;

// [Tags "!Protected"]
@sapProgress_PositiveBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_InformationBackground: @sapProgress_Background;

// [Tags "!Protected"]
@sapProgress_InformationBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_Value_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapProgress_Value_BorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_Value_NegativeBackground: @sapHighlightColor;

// [Tags "!Protected"]
@sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_Value_CriticalBackground: @sapHighlightColor;

// [Tags "!Protected"]
@sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_Value_PositiveBackground: @sapHighlightColor;

// [Tags "!Protected"]
@sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapProgress_Value_InformationBackground: @sapHighlightColor;

// [Tags "!Protected"]
@sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;

// [Tags "!Protected"]
@sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;

// [Tags "!Protected"]
@sapScrollBar_TrackColor: @sapBackgroundColor;

// [Tags "!Protected"]
@sapScrollBar_BorderColor: @sapScrollBar_FaceColor;

// [Tags "!Protected"]
@sapScrollBar_SymbolColor: @sapContent_IconColor;

// [Tags "!Protected"]
@sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;

// [Tags "!Protected"]
@sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapSlider_Background: @sapNeutralBackground;

// [Tags "!Protected"]
@sapSlider_BorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapSlider_Selected_Background: @sapSelectedColor;

// [Tags "!Protected"]
@sapSlider_Selected_BorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapSlider_HandleBackground: @sapButton_Background;

// [Tags "!Protected"]
@sapSlider_HandleBorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;

// [Tags "!Protected"]
@sapSlider_Hover_HandleBackground: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapSlider_Hover_HandleBorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapSlider_Hover_RangeHandleBackground: transparent;

// [Tags "!Protected"]
@sapSlider_Active_HandleBackground: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapSlider_Active_HandleBorderColor: @sapField_BorderColor;

// [Tags "!Protected"]
@sapSlider_Active_RangeHandleBackground: transparent;

// [Tags "!Protected"]
@sapPageHeader_Background: @sapBaseColor;

// [Tags "!Protected"]
@sapPageHeader_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapPageFooter_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapPageFooter_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapInfobar_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapInfobar_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapInfobar_Active_Background: @sapActiveColor;

// [Tags "!Protected"]
@sapInfobar_NonInteractive_Background: @sapHC_ReducedBackground;

// [Tags "!Protected"]
@sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapObjectHeader_Background: @sapBaseColor;

// [Tags "!Protected"]
@sapObjectHeader_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapObjectHeader_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapObjectHeader_Title_FontSize: @sapFontHeader3Size;

// [Tags "!Protected"]
@sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;

// [Tags "!Protected"]
@sapObjectHeader_Title_FontFamily: @sapFontFamily;

// [Tags "!Protected"]
@sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapBlockLayer_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapTile_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapTile_Hover_Background: @sapHighlightColor;

// [Tags "!Protected"]
@sapTile_Active_Background: @sapActiveColor;

// [Tags "!Protected"]
@sapTile_BorderColor: @sapHC_StandardForeground;

// [Tags "!Protected"]
@sapTile_BorderCornerRadius: 0.25rem;

// [Tags "!Protected"]
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapTile_IconColor: contrast(@sapTile_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapTile_SeparatorColor: @sapTile_BorderColor;

// [Tags "!Protected"]
@sapTile_Interactive_BorderColor: @sapTile_BorderColor;

// [Tags "!Protected"]
@sapTile_OverlayBackground: @sapBlockLayer_Background;

// [Tags "!Protected"]
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapAccentColor1: #5f5800;

// [Tags "!Protected"]
@sapAccentColor2: #5e4101;

// [Tags "!Protected"]
@sapAccentColor3: #973333;

// [Tags "!Protected"]
@sapAccentColor4: #961d7c;

// [Tags "!Protected"]
@sapAccentColor5: #365892;

// [Tags "!Protected"]
@sapAccentColor6: #004ccb;

// [Tags "!Protected"]
@sapAccentColor7: #105b5b;

// [Tags "!Protected"]
@sapAccentColor8: #26340b;

// [Tags "!Protected"]
@sapAccentColor9: #6c32a9;

// [Tags "!Protected"]
@sapAccentColor10: #4a5964;

// [Tags "!Protected"]
@sapAccentBackgroundColor1: #fff3b8;

// [Tags "!Protected"]
@sapAccentBackgroundColor2: #ffd0e7;

// [Tags "!Protected"]
@sapAccentBackgroundColor3: #fff0fa;

// [Tags "!Protected"]
@sapAccentBackgroundColor4: #ffdcf3;

// [Tags "!Protected"]
@sapAccentBackgroundColor5: #ded3ff;

// [Tags "!Protected"]
@sapAccentBackgroundColor6: #d1efff;

// [Tags "!Protected"]
@sapAccentBackgroundColor7: #c2fcee;

// [Tags "!Protected"]
@sapAccentBackgroundColor8: #ebf5cb;

// [Tags "!Protected"]
@sapAccentBackgroundColor9: #dafdf5;

// [Tags "!Protected"]
@sapAccentBackgroundColor10: #eaecee;

// [Tags "!Protected"]
@sapIndicationColor_1: #780000;

// [Tags "!Protected"]
@sapIndicationColor_1_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_1_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_2: #ab0000;

// [Tags "!Protected"]
@sapIndicationColor_2_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_2_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_3: #5c5c00;

// [Tags "!Protected"]
@sapIndicationColor_3_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_3_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_4: #006362;

// [Tags "!Protected"]
@sapIndicationColor_4_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_4_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_5: #004ccb;

// [Tags "!Protected"]
@sapIndicationColor_5_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_5_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_6: #105b5b;

// [Tags "!Protected"]
@sapIndicationColor_6_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_6_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_7: #6c32a9;

// [Tags "!Protected"]
@sapIndicationColor_7_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_7_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapIndicationColor_8: #961d7c;

// [Tags "!Protected"]
@sapIndicationColor_8_Background: @sapBackgroundColor;

// [Tags "!Protected"]
@sapIndicationColor_8_BorderColor: @sapContent_ForegroundBorderColor;

// [Tags "!Protected"]
@sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;

// [Tags "!Protected"]
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;

// [Tags "!Protected"]
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);

// [Tags "!Protected"]
@sapLegend_WorkingBackground: darken(@sapList_Background, 15);

// [Tags "!Protected"]
@sapLegend_NonWorkingBackground: @sapHC_ReducedBackground;

// [Tags "!Protected"]
@sapLegend_CurrentDateTime: @sapAccentColor4;

// [Tags "!Protected"]
@sapLegendColor1: #5f5800;

// [Tags "!Protected"]
@sapLegendColor2: #5e4101;

// [Tags "!Protected"]
@sapLegendColor3: #973333;

// [Tags "!Protected"]
@sapLegendColor4: #463000;

// [Tags "!Protected"]
@sapLegendColor5: #961d7c;

// [Tags "!Protected"]
@sapLegendColor6: #004ccb;

// [Tags "!Protected"]
@sapLegendColor7: #105b5b;

// [Tags "!Protected"]
@sapLegendColor8: #26340b;

// [Tags "!Protected"]
@sapLegendColor9: #4a5964;

// [Tags "!Protected"]
@sapLegendColor10: #6c3d62;

// [Tags "!Protected"]
@sapLegendColor11: #383513;

// [Tags "!Protected"]
@sapLegendColor12: #734f00;

// [Tags "!Protected"]
@sapLegendColor13: #723e3e;

// [Tags "!Protected"]
@sapLegendColor14: #5f5642;

// [Tags "!Protected"]
@sapLegendColor15: #60535d;

// [Tags "!Protected"]
@sapLegendColor16: #465878;

// [Tags "!Protected"]
@sapLegendColor17: #435b5b;

// [Tags "!Protected"]
@sapLegendColor18: #4e5a36;

// [Tags "!Protected"]
@sapLegendColor19: #4e5869;

// [Tags "!Protected"]
@sapLegendColor20: #001b49;

// [Tags "!Protected"]
@sapLegendBackgroundColor1: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor2: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor3: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor4: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor5: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor6: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor7: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor8: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor9: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor10: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor11: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor12: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor13: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor14: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor15: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor16: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor17: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor18: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor19: @sapList_Background;

// [Tags "!Protected"]
@sapLegendBackgroundColor20: @sapList_Background;

// [Tags "!Protected"]
@sapChart_OrderedColor_1: #286ac3;

// [Tags "!Protected"]
@sapChart_OrderedColor_2: #d74114;

// [Tags "!Protected"]
@sapChart_OrderedColor_3: #057d47;

// [Tags "!Protected"]
@sapChart_OrderedColor_4: #e11e48;

// [Tags "!Protected"]
@sapChart_OrderedColor_5: #642eb2;

// [Tags "!Protected"]
@sapChart_OrderedColor_6: #03778c;

// [Tags "!Protected"]
@sapChart_OrderedColor_7: #232deb;

// [Tags "!Protected"]
@sapChart_OrderedColor_8: #9b136f;

// [Tags "!Protected"]
@sapChart_OrderedColor_9: #395563;

// [Tags "!Protected"]
@sapChart_OrderedColor_10: #e02e2e;

// [Tags "!Protected"]
@sapChart_OrderedColor_11: #0d3367;

// [Tags "!Protected"]
@sapChart_Bad: @sapHC_NegativeColor;

// [Tags "!Protected"]
@sapChart_Critical: @sapHC_CriticalColor;

// [Tags "!Protected"]
@sapChart_Good: @sapHC_PositiveColor;

// [Tags "!Protected"]
@sapChart_Neutral: @sapHC_NeutralColor;

// [Tags "!Protected"]
@sapChart_Sequence_1: @sapChart_OrderedColor_1;

// [Tags "!Protected"]
@sapChart_Sequence_2: @sapChart_OrderedColor_2;

// [Tags "!Protected"]
@sapChart_Sequence_3: @sapChart_OrderedColor_3;

// [Tags "!Protected"]
@sapChart_Sequence_4: @sapChart_OrderedColor_4;

// [Tags "!Protected"]
@sapChart_Sequence_5: @sapChart_OrderedColor_5;

// [Tags "!Protected"]
@sapChart_Sequence_6: @sapChart_OrderedColor_6;

// [Tags "!Protected"]
@sapChart_Sequence_7: @sapChart_OrderedColor_7;

// [Tags "!Protected"]
@sapChart_Sequence_8: @sapChart_OrderedColor_8;

// [Tags "!Protected"]
@sapChart_Sequence_9: @sapChart_OrderedColor_9;

// [Tags "!Protected"]
@sapChart_Sequence_10: @sapChart_OrderedColor_10;

// [Tags "!Protected"]
@sapChart_Sequence_11: @sapChart_OrderedColor_11;

// [Tags "!Protected"]
@sapChart_Sequence_Neutral: @sapChart_Neutral;
// @sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
// @sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
// @sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
// @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
// @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
// @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
// @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
// @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
// @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
// @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
// @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
// @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
// @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
// @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
// @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
// @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
// @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
// @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
// @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
// @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
// @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
// @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
// @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
// @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
// @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
// @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
// @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
// @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
// @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
// @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
// @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
// @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
// @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
// @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
// @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
// @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
// @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
// @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
// @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
// @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
// @sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
// @sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
// @sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
// @sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
// @sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
// @sapSvgLib_SAP-icons: none;
// @sapSvgLib_SAPGUI-icons: url(./../sap_belize/svg/libs/SAPGUI-icons.svg);
// @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
@sapBackgroundColorDefault: @sapBackgroundColor;
@sapList_HighlightColor: @sapHighlightColor;
@sapContent_ElementHeight: 1.37em;
@sapContent_ElementHeight_PX: 22px;
